diff --git a/Custom_Templates/customer_templates/CE-CS-Internal-Demo/_head.html.liquid b/Custom_Templates/customer_templates/CE-CS-Internal-Demo/_head.html.liquid new file mode 100644 index 00000000..cbea6a24 --- /dev/null +++ b/Custom_Templates/customer_templates/CE-CS-Internal-Demo/_head.html.liquid @@ -0,0 +1,49 @@ +{% styles default %} +{% styles colors %} +{% styles custom %} + +{% comment %} {% endcomment %} +{% comment %} {% endcomment %} +{% comment %} {% endcomment %} + + + + + +{% if current_person.groups.any? %} + {% for groups in current_person.groups %} + + {% assign group = groups.name | split: "," %} + + {% endfor %} +{% else %} + {% assign group = "None" %} + +{% endif %} + + {% assign email_add = current_person.email | split: "@" %} + {% assign domain = email_add.last | split: "." %} + + + diff --git a/Custom_Templates/customer_templates/Chek/_header.html.liquid b/Custom_Templates/customer_templates/Chek/_header.html.liquid new file mode 100644 index 00000000..4347d448 --- /dev/null +++ b/Custom_Templates/customer_templates/Chek/_header.html.liquid @@ -0,0 +1,119 @@ + +
+
+
+ {% if current_person.signed_in? %} + + + {% endif %} +
+ {% if current_school.logo_url %} +

+ + {{ current_school.name }} + +

+ {% else %} + + {{ current_school.name }} + + {% endif %} + +
+ +
+ + {% if current_person.signed_in? %} + +
+ + +
+ {% else %} +
+ {% endif %} + +
+ +
+
+
+
+ +{% include "messages" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Chek/_learning_path_desktop_view.html.liquid b/Custom_Templates/customer_templates/Chek/_learning_path_desktop_view.html.liquid new file mode 100644 index 00000000..17b9eb16 --- /dev/null +++ b/Custom_Templates/customer_templates/Chek/_learning_path_desktop_view.html.liquid @@ -0,0 +1,85 @@ +
+
+ {% t shared.learning_path.title %} + +
+
+ + + + {{ learning_path.name }} +
+
+ +
+
+
+ {{ learning_path.name }} +
+ {% include "learning_path_description" %} + {% include "learning_path_instructors" %} +
+
+
+
+
+ {% include "learning_path_progress_and_cta" %} +
+ {% include "learning_path_outline" %} +
+
+ + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Chek/dashboard.html.liquid b/Custom_Templates/customer_templates/Chek/dashboard.html.liquid new file mode 100644 index 00000000..7383276f --- /dev/null +++ b/Custom_Templates/customer_templates/Chek/dashboard.html.liquid @@ -0,0 +1,32 @@ +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.enrolled %} +{% include "sub_navigation" %} +
+
+
+ {% if features.learning_paths? %} +
+ {% t shared.learning_paths %} +
+ {% include "learning_paths_index", items: learning_paths.enrolled %} + {% endif %} +
+ {% if features.training_events? %} +
+
+ {% t .upcoming_events %} +
+ {% include "training_events_dashboard" %} +
+ {% endif %} +
+
+
+
+ {% t shared.course_vocabulary.plural, key: current_school.course_vocabulary %} +
+ {% include "courses_index", class: "col-xs-12 col-sm-4 np-stretch-content" %} +
+
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Chek/styles.css.liquid b/Custom_Templates/customer_templates/Chek/styles.css.liquid new file mode 100644 index 00000000..69843065 --- /dev/null +++ b/Custom_Templates/customer_templates/Chek/styles.css.liquid @@ -0,0 +1,69 @@ + /* + Put your custom overlay styles in here + You can use your northpass color palette in this file + +{{ color_palette.button_font_color }} +{{ color_palette.button_color }} +{{ color_palette.button_hover_color }} +{{ color_palette.header_font_color }} +{{ color_palette.header_font_hover_color }} +{{ color_palette.header_color }} +*/ + + body { + font-family: Soleil, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; + } + + @media screen and (min-width: 768px) { + .np-header { + height: 65px !important; + } + + .np-header-logo { + justify-content: flex-end !important; + } + + .np-header-avatar-image, + .np-header-logo-image { + height: 38px !important; + } + + .np-header-desktop-nav { + width: 0%; + } + } + + .np-header-font-background-color { + background: #1d1d1b; + } + + .np-footer { + background: #1d1d1b; + } + + .np-footer-logo-image { + filter: grayscale(0) contrast(1) !important; + height: 40px !important; + opacity: 1 !important; + } + + .np-footer-support-help { + color: #fff !important; + font-weight: 700; + } + + .np-footer-support-item { + color: #fff !important; + font-size: 14px; + text-align: center; + } + + .np-footer+.np-powered-by { + background: #1d1d1b !important; + } + + .np-powered-by-link { + color: #fff !important; + font-size: 13px; + text-decoration: none; + } \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 External/_account_avatar.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_account_avatar.html.liquid new file mode 100644 index 00000000..d952af93 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_account_avatar.html.liquid @@ -0,0 +1,66 @@ +
+

{% t .description %}

+

{% t .requirements %}

+
+ + + + +
+
+ +
+ +
+ +
+
+ +
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/_account_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_account_desktop_view.html.liquid new file mode 100644 index 00000000..8ae8599d --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_account_desktop_view.html.liquid @@ -0,0 +1,19 @@ +
+ + {% form_authenticity_token %} +
+
+
+ + +
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/_account_form.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_account_form.html.liquid new file mode 100644 index 00000000..81243d34 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_account_form.html.liquid @@ -0,0 +1,141 @@ +
+ {% t .header %} +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ +{% unless form.options.invite? %} +
+ + +
+ +
+ + + +
+ +
+ + +
+{% endunless %} + +{% if form.options.invite? %} +
+ + + +
+ + {% if form.terms_of_service_required? %} +
+ +
+ {% t .terms_of_service %} + + {% t .terms_link %} + +
+
+ {% else %} +
+ + {% t .terms %} + + {% t .terms_link %} + + +
+ {% endif %} + + +{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 External/_account_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_account_mobile_view.html.liquid new file mode 100644 index 00000000..6ac8c007 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_account_mobile_view.html.liquid @@ -0,0 +1,17 @@ +
+ + {% form_authenticity_token %} +
+
+ {% render "account_form", form: form, version: "mobile" %} +
+
+
+
+ {% include "account_avatar", version: "mobile" %} +
+
+ +
diff --git a/Custom_Templates/customer_templates/Cin7 External/_account_tabs.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_account_tabs.html.liquid new file mode 100644 index 00000000..65d367e9 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_account_tabs.html.liquid @@ -0,0 +1,30 @@ +{% capture settings_path %}{% route account %}{% endcapture %} +{% capture transcript_path %}{% route transcript %}{% endcapture %} +{% capture order_history_path %}{% route order_history %}{% endcapture %} + +{% if current_person.signed_in? %} +{% unless current_school.sso_active? %} + +{% endunless %} +{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 External/_badges_cards.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_badges_cards.html.liquid new file mode 100644 index 00000000..43cc9410 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_badges_cards.html.liquid @@ -0,0 +1,66 @@ +{% for course in courses.enrolled %} + {% if course.progress == 100 and course.properties.badge_course == true %} + {% if course.name contains 'Omni' %} +
+
+ +
+
+ {% elsif course.name contains 'Core' %} +
+
+ +
+
+ {% endif %} + {% if course.id == "0e5dc9ea-3ace-408c-8b8d-2841ba88bc66" %} +
+
+ +
+
+ {% endif %} + {% if course.id == "75be65eb-2941-42a5-9088-c0df68bf3fd8" %} +
+
+ +
+
+ {% endif %} + {% endif %} +{% endfor %} diff --git a/Custom_Templates/customer_templates/Cin7 External/_bundle_description.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_bundle_description.html.liquid new file mode 100644 index 00000000..e7e891ca --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_bundle_description.html.liquid @@ -0,0 +1,6 @@ +

+ {% t .about %} +

+
+ {{ product.description }} +
diff --git a/Custom_Templates/customer_templates/Cin7 External/_bundle_desktop_header.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_bundle_desktop_header.html.liquid new file mode 100644 index 00000000..6fb22dec --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_bundle_desktop_header.html.liquid @@ -0,0 +1,12 @@ +
+
+ {% t shared.product_types.bundle %} + +
+
+ + + + {{ product.name }} +
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/_bundle_product_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_bundle_product_desktop_view.html.liquid new file mode 100644 index 00000000..66f57bdc --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_bundle_product_desktop_view.html.liquid @@ -0,0 +1,21 @@ +{% include "bundle_desktop_header" %} +
+
+
+ {{ product.name }} +
+ {% include "bundle_description" %} +
+
+
+
+
+ {% include "product_price_and_cta"%} +
+ {% include "bundle_product_outline" %} +
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/_bundle_product_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_bundle_product_mobile_view.html.liquid new file mode 100644 index 00000000..89272b6d --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_bundle_product_mobile_view.html.liquid @@ -0,0 +1,27 @@ +
+
+ {% t shared.product_types.bundle %} +
+
+ + + + {{ product.name }} +
+ {{ product.name }} +
+ {% include "product_price_and_cta" %} +
+
+ +
+ {% include "bundle_description" %} +
+ +
+ {% include "bundle_product_outline" %} +
diff --git a/Custom_Templates/customer_templates/Cin7 External/_bundle_product_outline.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_bundle_product_outline.html.liquid new file mode 100644 index 00000000..9fc22512 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_bundle_product_outline.html.liquid @@ -0,0 +1,12 @@ +
+

{% t shared.bundle.title %}

+ {% for item in product.bundle_items %} + {% if item.course? %} + {% include "product_outline_course", id: forloop.index %} + {% elsif item.training_event? %} + {% include "product_outline_event", id: forloop.index %} + {% elsif item.learning_path? %} + {% include "product_outline_lp", id: forloop.index %} + {% endif %} + {% endfor %} +
diff --git a/Custom_Templates/customer_templates/Cin7 External/_cards_catalog_item.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_cards_catalog_item.html.liquid new file mode 100644 index 00000000..a1d756b7 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_cards_catalog_item.html.liquid @@ -0,0 +1,38 @@ +
+
+ {{ item.name }} +
+

+ {{ item.name }} +

+
+ +

{{ item.formatted_type }}

+
+ +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/_cards_course.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_cards_course.html.liquid new file mode 100644 index 00000000..a820220b --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_cards_course.html.liquid @@ -0,0 +1,44 @@ +
+{% capture course_path %}{% route course, id: course.id %}{% endcapture %} + +
+ {{ course.name }} + {% if course.ribbon %} +
+ {{ course.ribbon }} +
+ {% endif %} +
+
+
COURSE
+

+ {{ course.name }} +

+
+ {{ course.short_description }} +
+
+ {% if course.properties.course_duration %} +
+ + {{course.properties.course_duration}} min +
+ {% endif %} + {% unless course.properties.audience == 'missing property: audience' %} + + {% endunless %} +
+
+
+
+ diff --git a/Custom_Templates/customer_templates/Cin7 External/_cards_learning_path.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_cards_learning_path.html.liquid new file mode 100644 index 00000000..a8f171fb --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_cards_learning_path.html.liquid @@ -0,0 +1,68 @@ +
+
+
+
+ {{ learning_path.name }} +
+
+
+ +
{% t shared.learning_path.title %}
+
+ {{ learning_path.items.count }} {% t .items %} +
+
+
+
{% t shared.learning_path.title %}
+ +
+ +
+

+ {{ learning_path.name }} +

+ +
+ {{ learning_path.instructor_names }} +
+ +
+ {{ learning_path.description }} +
+ +
+ {% t shared.progress, count: learning_path.progress %} +
+ +
+
+
+
+ + +
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/_cards_learning_path_homepage.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_cards_learning_path_homepage.html.liquid new file mode 100644 index 00000000..6609a9ee --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_cards_learning_path_homepage.html.liquid @@ -0,0 +1,27 @@ +
+ +
+ {{ learning_path.name }} + {% if learning_path.name contains "Omni" or learning_path.name contains "Core"%} +
+ {% if learning_path.name contains "Omni" %} + Omni + {% elsif learning_path.name contains "Core" %} + Core + {% endif %} +
+ {%endif%} +
+
+
LEARNING PATH
+

+ {{ learning_path.name }} +

+
+
+
+ diff --git a/Custom_Templates/customer_templates/Cin7 External/_cards_training_event.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_cards_training_event.html.liquid new file mode 100644 index 00000000..e797417c --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_cards_training_event.html.liquid @@ -0,0 +1,38 @@ +
+ +
+

+ {{ training_event.title }} +

+
+ {% t shared.event_types, key: training_event.event_type %} +
+
+ +
+
+ {{ training_event.sessions.first.day }} +
+
+
+ {{ training_event.sessions.first.month }} +
+
+ {{ training_event.sessions.first.year }} +
+
+
+
+
+
+
+ + + {% t .sessions, count: training_event.sessions.size %} + +
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/_category_cards.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_category_cards.html.liquid new file mode 100644 index 00000000..4c5bc9d8 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_category_cards.html.liquid @@ -0,0 +1,12 @@ + + +
+ +
+
+

{{category.name}}

+
Browse all courses for {{category.name}}.
+
+
+ + diff --git a/Custom_Templates/customer_templates/Cin7 External/_category_cards_core.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_category_cards_core.html.liquid new file mode 100644 index 00000000..990b2b16 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_category_cards_core.html.liquid @@ -0,0 +1,25 @@ + + +
+
+ +
+
+

{{category.name | replace: ": Core", " Deep Dives"}}

+
Level up your expertise and enhance your operations with {{category.name | replace: ": Core", " Deep Dives"}}.
+
+
+
+ diff --git a/Custom_Templates/customer_templates/Cin7 External/_category_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_category_carousel.html.liquid new file mode 100644 index 00000000..cc7f9cee --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_category_carousel.html.liquid @@ -0,0 +1,64 @@ +{% assign unique_category = "" %} +{% assign category_images = 'https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images/Category+Icon+1.png,https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images/Category+Icon+2.png,https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images/Category+Icon+3.png,https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images/Category+Icon+4.png' | split: ',' %} +{% assign category_counter = 0 %} + + + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 External/_category_carousel_core.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_category_carousel_core.html.liquid new file mode 100644 index 00000000..3fbc089b --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_category_carousel_core.html.liquid @@ -0,0 +1,64 @@ +{% assign unique_category = "" %} +{% assign category_images = 'https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images+core+/Accounting+Deep+Dives+-+Thumbnails.png, https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images+core+/Administrative+Deep+Dives+-+Thumbnail.png, https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images+core+/Product+Management+Deep+Dives+-+Thumbnail.png, https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images+core+/Simple+Manufacturing+Deep+Dives+-+Thumbnail.png, https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images+core+/Warehouse+Operations+Deep+Dives+-+Thumbnail.png' | split: ', ' %} +{% assign category_counter = 0 %} +{% assign core_categories = 'Warehouse Operations: Core, Admin: Core, Product Management: Core, Accounting: Core, Simple Manufacturing: Core' | split: ", " %} + + + + + + diff --git a/Custom_Templates/customer_templates/Cin7 External/_certificates_info_column.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_certificates_info_column.html.liquid new file mode 100644 index 00000000..61adfaba --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_certificates_info_column.html.liquid @@ -0,0 +1,4 @@ +
+ {% include "certificates_verification" %} + {% include "certificates_metadata" %} +
diff --git a/Custom_Templates/customer_templates/Cin7 External/_certificates_metadata.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_certificates_metadata.html.liquid new file mode 100644 index 00000000..9f4a1dba --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_certificates_metadata.html.liquid @@ -0,0 +1,59 @@ +
+
+ +
+ + {% if certificate.issuer_name_enabled? %} + +
+ {% endif %} + + +
+ +
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/_certificates_preview.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_certificates_preview.html.liquid new file mode 100644 index 00000000..6357b621 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_certificates_preview.html.liquid @@ -0,0 +1,35 @@ + + +
+
+
+ +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/_certificates_top_bar.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_certificates_top_bar.html.liquid new file mode 100644 index 00000000..74a7ae41 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_certificates_top_bar.html.liquid @@ -0,0 +1,44 @@ +
+
+
+

+ {{certificate.certificate_name}} +

+
+
+ {% if certificate.linkedin_sharing_enabled and current_person.signed_in? and certificate.learner_uuid == current_person.id %} + + + {% t .share %} + + {% endif %} + + {% if certificate.generating_pdf %} +
+ +
+ {% else %} + + {% t .download %} + + {% endif %} +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/_certificates_verification.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_certificates_verification.html.liquid new file mode 100644 index 00000000..4fc19415 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_certificates_verification.html.liquid @@ -0,0 +1,15 @@ +
+
+
+ +
+
+

+ {{certificate.verification_title}} +

+

+ {{certificate.verification_description}} +

+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/_course_activity_locked.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_course_activity_locked.html.liquid new file mode 100644 index 00000000..386393d5 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_course_activity_locked.html.liquid @@ -0,0 +1,4 @@ + + + {{ activity.title }} + diff --git a/Custom_Templates/customer_templates/Cin7 External/_course_activity_unlocked.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_course_activity_unlocked.html.liquid new file mode 100644 index 00000000..30c03305 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_course_activity_unlocked.html.liquid @@ -0,0 +1,15 @@ +{% if course.enrolled? %} + + {{ activity.title }} + +{% else%} + + {{ activity.title }} + +{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 External/_course_categories.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_course_categories.html.liquid new file mode 100644 index 00000000..6cfe9010 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_course_categories.html.liquid @@ -0,0 +1,10 @@ +

+ {% t .header %} +

+
+ {% for category in course.categories %} +
+ {{ category.name }} +
+ {% endfor %} +
diff --git a/Custom_Templates/customer_templates/Cin7 External/_course_description.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_course_description.html.liquid new file mode 100644 index 00000000..269f9216 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_course_description.html.liquid @@ -0,0 +1,6 @@ +

+ {% t .header, key: current_school.course_vocabulary %} +

+
+ {{ course.full_description }} +
diff --git a/Custom_Templates/customer_templates/Cin7 External/_course_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_course_desktop_view.html.liquid new file mode 100644 index 00000000..aa39066e --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_course_desktop_view.html.liquid @@ -0,0 +1,78 @@ +{% assign omni = false %} +{% assign core = false %} +{% assign partners = false %} +{% assign redirect = false %} +{% assign both_gorups = false %} + +{% if current_person.signed_in? %} + {% assign log_out = false %} + {% for group in current_person.groups %} + {% if group.name contains 'Partners' %} + {% assign partners = true %} + {% else %} + {% if group.name contains 'Core' %} + {% assign core = true %} + {% elsif group.name contains 'Omni' %} + {% assign omni = true %} + {% endif %} + {% endif %} + {% endfor %} +{% endif %} + +{% if omni and core %} + {% assign both_gorups = true %} +{% endif %} + +{% unless partners or both_gorups %} + {% if core and course.name contains 'Omni' %} + {% assign redirect = true %} + {% elsif omni and course.name contains 'Core' %} + {% assign redirect = true %} + {% endif %} +{% endunless %} + +{% if redirect %} + +{% endif %} + +
+
+
{{ course.name }}
+
+ +
+
+
+ {{ course.name }} + {% include "course_description" %} + + {% if course.categories.any? %} +
+ {% include "course_categories" %} +
+ {% endif %} + + {% if course.instructors.any? %} +
+ {% include "course_instructors" %} +
+ {% endif %} + + {% if course.events.any? %} +
+ {% include "course_events" %} +
+ {% endif %} +
+
+
+ {% include "course_progress_and_cta" %} +
+ {% include "course_outline" %} +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/_course_events.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_course_events.html.liquid new file mode 100644 index 00000000..5fa80eef --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_course_events.html.liquid @@ -0,0 +1,28 @@ +

+ {% t .header %} +

+
+ {% for event in course.events %} +
+ +
+
+ {{ event.title }} +
+
+ {% t shared.event_types, key: event.event_type %} +
+
+ {{ event.sessions.first.time_period }} {{ event.sessions.first.time_zone }} +
+
+
+ {% endfor %} +
diff --git a/Custom_Templates/customer_templates/Cin7 External/_course_header.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_course_header.html.liquid new file mode 100644 index 00000000..e5c22f09 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_course_header.html.liquid @@ -0,0 +1,16 @@ +
+ {{ current_school.course_vocabulary }} + + +
+
+ + + + {{ course.name }} +
+{{ course.name }} diff --git a/Custom_Templates/customer_templates/Cin7 External/_course_instructors.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_course_instructors.html.liquid new file mode 100644 index 00000000..8b608928 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_course_instructors.html.liquid @@ -0,0 +1,22 @@ +

+ {% t .header %} +

+
+ {% for instructor in course.instructors %} +
+ {{ instructor.name }} +
+
+ {{ instructor.name }} +
+ +
+
+ {% endfor %} +
diff --git a/Custom_Templates/customer_templates/Cin7 External/_course_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_course_mobile_view.html.liquid new file mode 100644 index 00000000..7f31ff35 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_course_mobile_view.html.liquid @@ -0,0 +1,40 @@ +
+ {% include "course_header" %} +
+ {% include "course_progress_and_cta" %} +
+
+ +{% if course.progress == 0 %} +
+ {% include "course_description" %} +
+
+ {% include "course_outline" %} +
+{% else %} +
+ {% include "course_outline" %} +
+
+ {% include "course_description" %} +
+{% endif %} + +{% if course.categories.any? %} +
+ {% include "course_categories" %} +
+{% endif %} + +{% if course.instructors.any? %} +
+ {% include "course_instructors" %} +
+{% endif %} + +{% if course.events.any? %} +
+ {% include "course_events" %} +
+{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 External/_course_outline.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_course_outline.html.liquid new file mode 100644 index 00000000..72f97e79 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_course_outline.html.liquid @@ -0,0 +1,40 @@ +
+
+ {% t .header, key: current_school.course_vocabulary %} +
+
+
    + {% for section in course.sections %} +
  1. +
    + {{ section.name }} +
    +
      + {% for activity in section.activities %} + +
    1. + {% if activity.completed? %} + + {% if activity.locked? %} + {% include "course_activity_locked" %} + {% else %} + {% include "course_activity_unlocked", class: "np-course-outline-content-activity-link-completed" %} + {% endif %} +
      + {% else %} + + {% if activity.locked? %} + {% include "course_activity_locked" %} + {% else %} + {% include "course_activity_unlocked", class: "np-course-outline-content-activity-link" %} + {% endif %} +
      + {% endif %} +
    2. + {% endfor %} +
    +
  2. + {% endfor %} +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/_course_product_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_course_product_desktop_view.html.liquid new file mode 100644 index 00000000..ae8d50de --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_course_product_desktop_view.html.liquid @@ -0,0 +1,41 @@ +
+
+ {% include "course_header" %} +
+
+
+
+ {{ course.name }} + {% include "course_description" %} + + {% if course.categories.any? %} +
+ {% include "course_categories" %} +
+ {% endif %} + + {% if course.instructors.any? %} +
+ {% include "course_instructors" %} +
+ {% endif %} + + {% if course.events.any? %} +
+ {% include "course_events" %} +
+ {% endif %} +
+ +
+
+ {% include "product_price_and_cta" %} +
+ {% include "product_outline" %} +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/_course_product_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_course_product_mobile_view.html.liquid new file mode 100644 index 00000000..880a0f24 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_course_product_mobile_view.html.liquid @@ -0,0 +1,31 @@ +
+ {% include "course_header" %} +
+ {% include "product_price_and_cta" %} +
+
+ +
+ {% include "course_description" %} +
+
+ {% include "product_outline" %} +
+ +{% if course.categories.any? %} +
+ {% include "course_categories" %} +
+{% endif %} + +{% if course.instructors.any? %} +
+ {% include "course_instructors" %} +
+{% endif %} + +{% if course.events.any? %} +
+ {% include "course_events" %} +
+{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 External/_course_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_course_progress_and_cta.html.liquid new file mode 100644 index 00000000..4d712024 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_course_progress_and_cta.html.liquid @@ -0,0 +1,54 @@ +
+
+ {% t .header %} +
+
+
+
+
+ +
+ {% t shared.progress, count: course.progress %} +
+
+ +{% if course.learner_can_retake? %} +
+ {% form_authenticity_token %} + +
+{% else %} +{% if current_person.signed_in? == false%} + + Sign In + +{% else %} + + {% if course.enrolled? == false %} + {% t shared.enroll %} + {% elsif course.started? == false %} + {% t shared.course.start, key: current_school.course_vocabulary %} + {% elsif course.completed? %} + {% t shared.course.view, key: current_school.course_vocabulary %} + {% else %} + {% t shared.continue %} + {% endif %} + +{% endif %} +{% endif %} + diff --git a/Custom_Templates/customer_templates/Cin7 External/_course_version_outdated_alert.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_course_version_outdated_alert.html.liquid new file mode 100644 index 00000000..03e245ab --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_course_version_outdated_alert.html.liquid @@ -0,0 +1,7 @@ +{% if courses.include_courses_to_restart? %} + +{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 External/_course_version_outdated_popup.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_course_version_outdated_popup.html.liquid new file mode 100644 index 00000000..71795884 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_course_version_outdated_popup.html.liquid @@ -0,0 +1,33 @@ +
+
+ + +
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_courses_catalog.html.liquid new file mode 100644 index 00000000..49acf7a1 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_courses_catalog.html.liquid @@ -0,0 +1,43 @@ +{% if courses.in_catalog.any? %} +
+ {% for course in courses.in_catalog %} + {% if current_person.signed_in? %} + + {% if partners or both_gorups %} +
+ {% include "cards_course" with course %} +
+ {% else %} + {% if omni %} + {% if course.name contains 'Omni' %} +
+ {% include "cards_course" with course %} +
+ {% endif %} + {% elsif core %} + {% if course.name contains 'Core' %} +
+ {% include "cards_course" with course %} +
+ {% endif %} + {% else %} +
+ {% include "cards_course" with course %} +
+ {% endif %} + {% endif %} + {% else %} +
+ {% include "cards_course" with course %} +
+ {% endif %} + {% endfor %} +
+{% else %} + {% capture message %} + {% t shared.zero_state.courses.catalog, + key: current_school.course_vocabulary + %} + {% endcapture %} + {% include "courses_zero_state", message: message %} +{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 External/_courses_index.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_courses_index.html.liquid new file mode 100644 index 00000000..19e7671b --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_courses_index.html.liquid @@ -0,0 +1,16 @@ +{% if courses.enrolled.any? %} +
+ {% for course in courses.enrolled %} +
+ {% include "cards_course" with course %} +
+ {% endfor %} +
+{% else %} + {% capture message %} + {% t shared.zero_state.courses.index, + key: current_school.course_vocabulary + %} + {% endcapture %} + {% include "courses_zero_state", message: message %} +{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 External/_courses_zero_state.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_courses_zero_state.html.liquid new file mode 100644 index 00000000..26e371f7 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_courses_zero_state.html.liquid @@ -0,0 +1,6 @@ +
+
+ {{ message }} +
+ {{ message }} +
diff --git a/Custom_Templates/customer_templates/Cin7 External/_featured_courses.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_featured_courses.html.liquid new file mode 100644 index 00000000..aebaa055 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_featured_courses.html.liquid @@ -0,0 +1,84 @@ +{% assign omni = false %} +{% assign core = false %} +{% assign log_out = true %} + +{% if current_person.signed_in? %} + {% assign log_out = false %} + {% for group in current_person.groups %} + {% if group.name contains 'Core' %} + {% assign core = true %} + {% elsif group.name contains 'Omni' %} + {% assign omni = true %} + {% endif %} + {% endfor %} +{% endif %} + + + + + + + diff --git a/Custom_Templates/customer_templates/Cin7 External/_filter_checkbox.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_filter_checkbox.html.liquid new file mode 100644 index 00000000..5cbcbd07 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_filter_checkbox.html.liquid @@ -0,0 +1,10 @@ + + diff --git a/Custom_Templates/customer_templates/Cin7 External/_filter_dropdown.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_filter_dropdown.html.liquid new file mode 100644 index 00000000..e7a954bb --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_filter_dropdown.html.liquid @@ -0,0 +1,33 @@ +
+ +
diff --git a/Custom_Templates/customer_templates/Cin7 External/_filter_select.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_filter_select.html.liquid new file mode 100644 index 00000000..d006c0df --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_filter_select.html.liquid @@ -0,0 +1,22 @@ +{% if params.q %} + +{% endif %} + + + + diff --git a/Custom_Templates/customer_templates/Cin7 External/_filters_catalog.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_filters_catalog.html.liquid new file mode 100644 index 00000000..d87db12a --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_filters_catalog.html.liquid @@ -0,0 +1,233 @@ +
Filters
+
+
+
Categories
+ {% if omni %} +
+ {% assign unique_omni_categories = "" %} + {% for course in courses.in_catalog %} + {% for category in course.categories %} + {% if category.name contains 'Omni' %} + {% unless unique_omni_categories contains category.name %} +
+ + +
+ {% assign unique_omni_categories = unique_omni_categories | append: category.name %} + {% endunless %} + {% endif %} + {% endfor %} + {% endfor %} +
+ {% elsif core %} +
+ {% assign unique_core_categories = "" %} + {% for course in courses.in_catalog %} + {% if course.name contains '[Core]' %} + {% for category in course.categories %} + {% if category.name contains 'Core' %} + {% unless unique_core_categories contains category.name %} +
+ + +
+ {% assign unique_core_categories = unique_core_categories | append: category.name %} + {% endunless %} + {% endif %} + {% endfor %} + {% endif %} + {% endfor %} +
+ {%elsif log_out%} +
+ {% assign unique_core_categories = "" %} + {% for course in courses.in_catalog %} + {% for category in course.categories %} + {% unless unique_core_categories contains category.name %} +
+ + +
+ {% assign unique_core_categories = unique_core_categories | append: category.name %} + {% endunless %} + {% endfor %} + {% endfor %} +
+ {% endif %} +
+
+
Course Duration
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+ + + + + + diff --git a/Custom_Templates/customer_templates/Cin7 External/_footer.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_footer.html.liquid new file mode 100644 index 00000000..3c3f2064 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_footer.html.liquid @@ -0,0 +1,53 @@ +{% assign log_out = true %} + +{% if current_person.signed_in? %} + {% assign log_out = false %} +{% endif %} + + diff --git a/Custom_Templates/customer_templates/Cin7 External/_head.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_head.html.liquid new file mode 100644 index 00000000..bda0734b --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_head.html.liquid @@ -0,0 +1,41 @@ +{% styles default %} +{% styles colors %} +{% styles custom %} + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 External/_header.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_header.html.liquid new file mode 100644 index 00000000..b845e48b --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_header.html.liquid @@ -0,0 +1,267 @@ +{% assign omni = false %} +{% assign core = false %} +{% assign partners = false %} +{% assign log_out = true %} + +{% if current_person.signed_in? %} + {% assign log_out = false %} + {% for group in current_person.groups %} + {% if group.name contains 'Partners' %} + {% assign partners = true %} + {% else %} + {% if group.name contains 'Core' %} + {% assign core = true %} + {% elsif group.name contains 'Omni' %} + {% assign omni = true %} + {% endif %} + {% endif %} + {% endfor %} +{% endif %} + +
+
+
+ {% if current_person.signed_in? %} + + + {% endif %} +
+ {% if current_school.logo_url %} +

+ + {{ current_school.name }} + +

+ {% else %} + + {{ current_school.name }} + + {% endif %} + + + + {% if current_person.signed_in? %} + +
+ + +
+ {% else %} + + {% endif %} +
+
+ +
+
+ {% if current_person.signed_in? %} + {{ current_person.name }} +
+ {{ current_person.name }} +
+ {% endif %} +
+ + {% for website_navigation in navigations.header_navigations %} + + {{ website_navigation.name }} + + {% endfor %} +
+ {% unless current_school.sso_active? %} + + {% t .profile_settings %} + + {% endunless %} + + {% t .sign_out %} + +
+
+
+ + +{% include "messages" %} + + + + diff --git a/Custom_Templates/customer_templates/Cin7 External/_header_minimal.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_header_minimal.html.liquid new file mode 100644 index 00000000..6b72cdb2 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_header_minimal.html.liquid @@ -0,0 +1,17 @@ +
+ + {% if current_school.logo_url %} + + {% else %} + + {{ current_school.name }} + + {% endif %} + +
+ +{% include "messages" %} diff --git a/Custom_Templates/customer_templates/Cin7 External/_homepage_testimonials.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_homepage_testimonials.html.liquid new file mode 100644 index 00000000..92a0c080 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_homepage_testimonials.html.liquid @@ -0,0 +1,26 @@ +
Transformative education for Connected Inventory Performance
+
+
+
+ +
+
Dynamic courses
+
Developed by our product education professionals
+
+
+
+ +
+
Results-driven education
+
Designed for you to meet your business goals
+
+
+
+ +
+
Customer-centered
+
Supporting you through all stages of your journey
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_banners.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_path_banners.html.liquid new file mode 100644 index 00000000..11a1810c --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_learning_path_banners.html.liquid @@ -0,0 +1,5 @@ +{% if learning_path.new_content_available? %} + {% include "learning_path_new_content_banner" %} +{% else %} + {% include "learning_path_completed_banner" %} +{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_path_carousel.html.liquid new file mode 100644 index 00000000..f23ad37f --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_learning_path_carousel.html.liquid @@ -0,0 +1,48 @@ + +{% assign counter = 0 %} + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_carousel_core.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_path_carousel_core.html.liquid new file mode 100644 index 00000000..29adbb27 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_learning_path_carousel_core.html.liquid @@ -0,0 +1,49 @@ + +{% assign counter = 0 %} +{% assign learning_paths_core = '50e59300-af4f-40c5-8731-ee88284d8f0d, 3793a1a2-3efa-4cea-afa9-077585520476, a67a07df-f153-4dce-ae93-90f3d76e77df, cdb26bc8-cd06-48dc-b5c4-57349c27b03d, d7d7ff88-3419-4999-b209-13faea260939' | split: ', ' %} + + + + + diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_certificate.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_path_certificate.html.liquid new file mode 100644 index 00000000..3a282c5e --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_learning_path_certificate.html.liquid @@ -0,0 +1,17 @@ +{% if learning_path.has_certificate? %} + {% if learning_path.certificate_completed? %} +
+ +
+ {% include "learning_path_certificate_content" %} +
+
+ {% else %} +
+ {% include "learning_path_certificate_content" %} +
+ {% endif %} +{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_certificate_content.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_path_certificate_content.html.liquid new file mode 100644 index 00000000..3feafd59 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_learning_path_certificate_content.html.liquid @@ -0,0 +1,19 @@ +
+ +

+ {{ learning_path.certificate_name }} +

+ {% if learning_path.certificate_completed? %} + + {% endif %} +
diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_completed_banner.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_path_completed_banner.html.liquid new file mode 100644 index 00000000..6771ac15 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_learning_path_completed_banner.html.liquid @@ -0,0 +1,17 @@ +{% for category in learning_path.categories %} + {% if category.name contains "Deep Dive: Core" %} + diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_course.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_path_course.html.liquid new file mode 100644 index 00000000..b59ad189 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_learning_path_course.html.liquid @@ -0,0 +1,39 @@ +{% if learning_path.enrolled? and course.unlocked? %} + +
+
+
+ {{ course.name }} +
+
+ {% t shared.progress, count: course.progress %} +
+
+ {% if course.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+{% else %} +
+
+
+
+ {{ course.name }} +
+
+ {% if course.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_description.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_path_description.html.liquid new file mode 100644 index 00000000..fc290540 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_learning_path_description.html.liquid @@ -0,0 +1,6 @@ +

+ About this Learning Path +

+
+ {{ learning_path.description }} +
diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_desktop_content.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_path_desktop_content.html.liquid new file mode 100644 index 00000000..83f76da0 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_learning_path_desktop_content.html.liquid @@ -0,0 +1,33 @@ +{% assign log_out = true %} + +{% if current_person.signed_in? %} + {% assign log_out = false %} +{% endif %} + +{% if log_out %} + +{% endif %} + +
+
+
+
+ {{ learning_path.name }} +
+ {% include "learning_path_description" %} + {% include "learning_path_instructors" %} +
+
+
+
+
+ {% include "learning_path_progress_and_cta" %} +
+ {% include "learning_path_outline" %} +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_desktop_header.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_path_desktop_header.html.liquid new file mode 100644 index 00000000..36a19fd1 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_learning_path_desktop_header.html.liquid @@ -0,0 +1,5 @@ +
+
+ {{ learning_path.name }} +
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_path_desktop_view.html.liquid new file mode 100644 index 00000000..8447443e --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_learning_path_desktop_view.html.liquid @@ -0,0 +1,2 @@ +{% include "learning_path_desktop_header" %} +{% include "learning_path_desktop_content" %} diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_instructors.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_path_instructors.html.liquid new file mode 100644 index 00000000..a8342301 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_learning_path_instructors.html.liquid @@ -0,0 +1,26 @@ +{% if learning_path.instructors.any? %} +
+

+ {% t shared.instructors %} +

+
+ {% for instructor in learning_path.instructors %} +
+ {{ instructor.name }} +
+
+ {{ instructor.name }} +
+ +
+
+ {% endfor %} +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_mobile_content.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_path_mobile_content.html.liquid new file mode 100644 index 00000000..92ffd4c8 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_learning_path_mobile_content.html.liquid @@ -0,0 +1,19 @@ +{% if learning_path.in_progress? %} + {% include "learning_path_outline" %} +
+ {% include "learning_path_description" %} +
+{% else %} +
+ {% include "learning_path_description" %} +
+
+ {% include "learning_path_outline" %} +
+{% endif %} + +{% if learning_path.instructors.any? %} +
+ {% include "learning_path_instructors" %} +
+{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_mobile_header.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_path_mobile_header.html.liquid new file mode 100644 index 00000000..2bf66a5a --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_learning_path_mobile_header.html.liquid @@ -0,0 +1,17 @@ +
+
+ {% t shared.learning_path.title %} + +
+
+ {{ learning_path.name }} +
+ {{ learning_path.name }} +
+ {% include "learning_path_progress_and_cta" %} +
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_path_mobile_view.html.liquid new file mode 100644 index 00000000..0e22feb9 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_learning_path_mobile_view.html.liquid @@ -0,0 +1,2 @@ +{% include "learning_path_mobile_header" %} +{% include "learning_path_mobile_content" %} diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_new_content_banner.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_path_new_content_banner.html.liquid new file mode 100644 index 00000000..2bc02d46 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_learning_path_new_content_banner.html.liquid @@ -0,0 +1,12 @@ +
+
+

{% t .headline %}

+

{% t .description %}

+
+ {% learning_path_next_step_button learning_path, class: "np-learning-path-banner-action np-learning-path-banner-action--primary" %} + {% if learning_path.certificate_link %} + {% t .actions.view_certificate %} + {% endif %} +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_outline.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_path_outline.html.liquid new file mode 100644 index 00000000..22ddd573 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_learning_path_outline.html.liquid @@ -0,0 +1,10 @@ +
+ {% for item in learning_path.items %} + {% if item.course? %} + {% include "learning_path_course", course: item %} + {% elsif item.training_event? %} + {% include "learning_path_training_session", training_session: item %} + {% endif %} + {% endfor %} + {% include "learning_path_certificate" %} +
diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_product_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_path_product_desktop_view.html.liquid new file mode 100644 index 00000000..08cb6406 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_learning_path_product_desktop_view.html.liquid @@ -0,0 +1,22 @@ +{% include "learning_path_desktop_header", learning_path: product %} +
+
+
+ {{ product.name }} +
+ {% include "learning_path_description", learning_path: product %} + {% include "learning_path_instructors", learning_path: product %} +
+
+
+
+
+ {% include "product_price_and_cta"%} +
+ {% include "learning_path_product_outline" %} +
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_product_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_path_product_mobile_view.html.liquid new file mode 100644 index 00000000..c42b6612 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_learning_path_product_mobile_view.html.liquid @@ -0,0 +1,34 @@ +
+
+ {% t shared.learning_path.title %} + +
+
+ + + + {{ product.name }} +
+ {{ product.name }} +
+ {% include "product_price_and_cta" %} +
+
+ +
+ {% include "learning_path_description", learning_path: product %} +
+ +
+ {% include "learning_path_product_outline" %} +
+ +{% if product.instructors.any? %} +
+ {% include "learning_path_instructors", learning_path: product %} +
+{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_product_outline.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_path_product_outline.html.liquid new file mode 100644 index 00000000..bf077377 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_learning_path_product_outline.html.liquid @@ -0,0 +1,10 @@ +
+

{% t .title %}

+ {% for item in product.learning_path_items %} + {% if item.course? %} + {% include "product_outline_course", id: forloop.index %} + {% elsif item.training_event? %} + {% include "product_outline_event", id: forloop.index %} + {% endif %} + {% endfor %} +
diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_path_progress_and_cta.html.liquid new file mode 100644 index 00000000..341b8ba5 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_learning_path_progress_and_cta.html.liquid @@ -0,0 +1,17 @@ +{% if learning_path.enrolled? %} +
+
+ {% t shared.progress, count: learning_path.progress %} +
+
+{% endif %} + +{% if current_person.signed_in? == false %} + + Sign In + + {% else %} + {% learning_path_next_step_button learning_path, class: "lp-button" %} +{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_summary_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_path_summary_desktop_view.html.liquid new file mode 100644 index 00000000..05961c52 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_learning_path_summary_desktop_view.html.liquid @@ -0,0 +1,3 @@ +{% include "learning_path_desktop_header" %} +{% include "learning_path_banners" %} +{% include "learning_path_desktop_content" %} diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_summary_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_path_summary_mobile_view.html.liquid new file mode 100644 index 00000000..f30a09eb --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_learning_path_summary_mobile_view.html.liquid @@ -0,0 +1,5 @@ +
+ {% include "learning_path_banners" %} +
+{% include "learning_path_mobile_header" %} +{% include "learning_path_mobile_content" %} diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_training_session.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_path_training_session.html.liquid new file mode 100644 index 00000000..ba599f95 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_learning_path_training_session.html.liquid @@ -0,0 +1,50 @@ +{% if learning_path.enrolled? and training_session.unlocked? %} +
+ +
+ +
+
{{ training_session.name }}
+
+ {{ training_session.time }} {{ training_session.time_zone }} +
+
+ {% if training_session.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+{% else %} +
+
+ +
+
{{ training_session.name }}
+
+ {% if training_session.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_paths_index.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_paths_index.html.liquid new file mode 100644 index 00000000..9e25c2a7 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_learning_paths_index.html.liquid @@ -0,0 +1,22 @@ +
+ {% if items.any? %} + {% for learning_path in items %} + {% if core %} + {% if learning_path.name contains 'Core' %} + {% include "cards_learning_path" with learning_path %} + {% endif %} + {% elsif omni %} + {% if learning_path.name contains 'Omni'%} + {% include "cards_learning_path" with learning_path %} + {% endif %} + {% endif %} + {% endfor %} + {% else %} +
+
+ {% t .empty %} +
+ {% t .empty %} +
+ {% endif %} +
diff --git a/Custom_Templates/customer_templates/Cin7 External/_messages.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_messages.html.liquid new file mode 100644 index 00000000..059fc568 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_messages.html.liquid @@ -0,0 +1,19 @@ +{% if messages.alert.size > 0 %} +
+
+ {% for message in messages.alert %} +
{{ message }}
+ {% endfor %} +
+
+{% endif %} + +{% if messages.notice.size > 0 %} +
+
+ {% for message in messages.notice %} +
{{ message }}
+ {% endfor %} +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 External/_my_badges_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_my_badges_carousel.html.liquid new file mode 100644 index 00000000..c1c8c46b --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_my_badges_carousel.html.liquid @@ -0,0 +1,63 @@ +{% assign completed_courses = 0 %} +{% for course in courses.enrolled %} + {% if course.progress == 100 %} + {% assign completed_courses = completed_courses | plus: 1 %} + {% endif %} +{% endfor %} + + + + + + diff --git a/Custom_Templates/customer_templates/Cin7 External/_my_courses_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_my_courses_carousel.html.liquid new file mode 100644 index 00000000..5110d4ae --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_my_courses_carousel.html.liquid @@ -0,0 +1,64 @@ +{% assign counter = 0 %} + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 External/_my_learning_paths.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_my_learning_paths.html.liquid new file mode 100644 index 00000000..1ccb94da --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_my_learning_paths.html.liquid @@ -0,0 +1,35 @@ + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 External/_my_learning_paths_and_courses_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_my_learning_paths_and_courses_carousel.html.liquid new file mode 100644 index 00000000..13901495 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_my_learning_paths_and_courses_carousel.html.liquid @@ -0,0 +1,60 @@ +{% assign counter = 0 %} + + + + + diff --git a/Custom_Templates/customer_templates/Cin7 External/_my_learning_paths_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_my_learning_paths_carousel.html.liquid new file mode 100644 index 00000000..7ead4243 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_my_learning_paths_carousel.html.liquid @@ -0,0 +1,65 @@ + +{% assign counter = 0 %} + + + + + diff --git a/Custom_Templates/customer_templates/Cin7 External/_omni_learning_paths_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_omni_learning_paths_carousel.html.liquid new file mode 100644 index 00000000..aff1ed29 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_omni_learning_paths_carousel.html.liquid @@ -0,0 +1,53 @@ + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 External/_product_expiration_date.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_product_expiration_date.html.liquid new file mode 100644 index 00000000..2d4b898b --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_product_expiration_date.html.liquid @@ -0,0 +1,7 @@ +{% if date %} + {% capture date_format %}{% t date.formats.short_humanized %}{% endcapture %} + {% capture formatted_date %}{{ date | date: date_format }}{% endcapture %} + +{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 External/_product_outline.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_product_outline.html.liquid new file mode 100644 index 00000000..4255455a --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_product_outline.html.liquid @@ -0,0 +1,25 @@ +
+
+ {% t .header.course %} +
+
+
    + {% for section in course.sections %} +
  1. +
    + {{ section.name }} +
    +
      + {% for activity in section.activities %} +
    1. + + {% include "course_activity_locked" %} +
      +
    2. + {% endfor %} +
    +
  2. + {% endfor %} +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/_product_outline_course.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_product_outline_course.html.liquid new file mode 100644 index 00000000..594cc2de --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_product_outline_course.html.liquid @@ -0,0 +1,82 @@ +
+
+ {{ item.name }} +
+
+ {{ item.name }} +
+ +

+ {% if item.instructors.any? %} + {{ item.instructor_names }} + {% endif %} +

+ +
+
+ +

{% t shared.product_types.course %}

+
+ +
+
+
+
+
+

{% t .about %}

+

{{ item.full_description }}

+
+ {% if item.categories.any? %} +
+

+ {% t .categories %} +

+
+ {% for category in item.categories %} +
+ {{ category.name }} +
+ {% endfor %} +
+
+ {% endif %} + {% if item.instructors.any? %} +
+

+ {% t shared.instructors %} +

+
+ {% for instructor in item.instructors %} +
+ {{ instructor.name }} +
+
+ {{ instructor.name }} +
+ +
+
+ {% endfor %} +
+
+ {% endif %} +
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/_product_outline_event.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_product_outline_event.html.liquid new file mode 100644 index 00000000..aaa38f41 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_product_outline_event.html.liquid @@ -0,0 +1,49 @@ +
+
+ {% if item.available? %} + {% if item.location %} + {{ item.location }} | + {% endif %} + {{ item.time }} {{ item.time_zone }}, {{ item.date }} + {{ item.name }} + {% else %} + {{ item.name }} + {% endif %} +
{{ item.caption }}
+
+
+ +

{{ item.formatted_type }}

+
+ +
+
+
+

{% t .about %}

+

{{ item.description }}

+
+ {% if item.instructors %} +
+

+ {% t shared.instructors %} +

+
+
+
+ {{ item.instructors }} +
+
+
+
+ {% endif %} +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/_product_outline_lp.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_product_outline_lp.html.liquid new file mode 100644 index 00000000..87106e09 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_product_outline_lp.html.liquid @@ -0,0 +1,65 @@ +
+
+ {{ item.name }} +
+
+ {{ item.name }} +
+ +

+ {% if item.instructor_names %} + {{ item.instructor_names }} + {% endif %} +

+ +
+
+ +

{% t shared.product_types.learning_path %}

+
+ +
+
+
+
+
+

{% t .about %}

+ {{ item.description }} +
+

{% t .content %}

+ {% for learning_path_item in item.learning_path_items %} +
+
+ {% if learning_path_item.course? %} +

{{learning_path_item.name}}

+

{{learning_path_item.instructor_names}}

+ {% elsif learning_path_item.training_event? %} + {% if learning_path_item.available? %} + {{learning_path_item.name}} + {{ learning_path_item.time }} {{ learning_path_item.time_zone }}, {{ learning_path_item.date }} + {% else %} + {{learning_path_item.name}} + {{ learning_path_item.caption }} + {% endif %} + {% endif %} +
+
+ +

{{ learning_path_item.formatted_type }}

+
+
+ {% endfor %} +
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/_product_price_and_cta.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_product_price_and_cta.html.liquid new file mode 100644 index 00000000..c0221597 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_product_price_and_cta.html.liquid @@ -0,0 +1,12 @@ +
+
+ {{ product.formatted_price }} + + {{ product.formatted_access_period}} + +
+
+
+ {% commerce_add_to_cart product %} + {% commerce_buy_more_access product %} +
diff --git a/Custom_Templates/customer_templates/Cin7 External/_search_result.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_search_result.html.liquid new file mode 100644 index 00000000..d6963a96 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_search_result.html.liquid @@ -0,0 +1,21 @@ +{% if result.type == 'course' %} +
+
+
+ {{ result.name }} +
+
+ + {{ result.name }} + +
+
{{ result.description }}
+
+
+
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 External/_search_zero_state.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_search_zero_state.html.liquid new file mode 100644 index 00000000..4e52c6fb --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_search_zero_state.html.liquid @@ -0,0 +1,13 @@ +
+
+
+

+ {% t .nothing_found %} +

+
+ {% t .empty %} +
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/_starting_learning_paths.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_starting_learning_paths.html.liquid new file mode 100644 index 00000000..91a91a12 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_starting_learning_paths.html.liquid @@ -0,0 +1,11 @@ + +{% for learning_path in learning_paths.enrolled %} + {% for category in learning_path.categories %} + {% if category.name contains 'B2B: Core' %} +
+ {% include "cards_learning_path_homepage" with learning_path %} +
+ {% endif %} + {% endfor %} +{% endfor %} + diff --git a/Custom_Templates/customer_templates/Cin7 External/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_sub_navigation.html.liquid new file mode 100644 index 00000000..20b86c73 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_sub_navigation.html.liquid @@ -0,0 +1,30 @@ + + + + diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_event_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_training_event_desktop_view.html.liquid new file mode 100644 index 00000000..76ac434a --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_training_event_desktop_view.html.liquid @@ -0,0 +1,42 @@ +
+ {% include "training_session_header" %} +
+
+
+
+
+
+ {% include "training_session_status" %} + {% include "training_session_date" %} +
+
+ {% include "training_session_details" %} +
+
+
+
+ {% include "training_session_description" %} +
+
+
+
+
+
+ {% t shared.more_sessions %} +
+ {% if training_event.sessions.size > 1 %} + {% include "training_session_more_sessions" %} + {% else %} +
+ {% t .empty %} +
+ {% t .empty %} +
+
+ {% endif %} +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_event_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_training_event_mobile_view.html.liquid new file mode 100644 index 00000000..f6a7b959 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_training_event_mobile_view.html.liquid @@ -0,0 +1,23 @@ +
+
+ {% include "training_session_header" %} +
+ +
+ {% include "training_session_status" %} + {% include "training_session_date" %} + {% include "training_session_details" %} + {% include "training_session_description" %} +
+ + {% if training_event.sessions.size > 1 %} +
+
+
+ {% t shared.more_sessions %} +
+ {% include "training_session_more_sessions" %} +
+
+ {% endif %} +
diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_event_preview_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_training_event_preview_desktop_view.html.liquid new file mode 100644 index 00000000..be9b996a --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_training_event_preview_desktop_view.html.liquid @@ -0,0 +1,42 @@ +
+ {% include "training_session_header" %} +
+
+
+
+
+
+ {% include "training_session_status" %} + {% include "training_session_date" %} +
+
+ {% include "training_session_details" %} +
+
+
+
+ {% include "training_session_description" %} +
+
+
+
+
+
+ {% t shared.more_sessions %} +
+ {% if training_event.sessions.size > 0 %} + {% include "training_event_preview_more_sessions" %} + {% else %} +
+ {% t themes.default._training_event_desktop_view.empty %} +
+ {% t themes.default._training_event_desktop_view.empty %} +
+
+ {% endif %} +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_event_preview_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_training_event_preview_mobile_view.html.liquid new file mode 100644 index 00000000..84323a09 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_training_event_preview_mobile_view.html.liquid @@ -0,0 +1,23 @@ +
+
+ {% include "training_session_header" %} +
+ +
+ {% include "training_session_status" %} + {% include "training_session_date" %} + {% include "training_session_details" %} + {% include "training_session_description" %} +
+ + {% if training_event.sessions.size > 0 %} +
+
+
+ {% t shared.more_sessions %} +
+ {% include "training_event_preview_more_sessions" %} +
+
+ {% endif %} +
diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_event_preview_more_sessions.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_training_event_preview_more_sessions.html.liquid new file mode 100644 index 00000000..a81c888a --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_training_event_preview_more_sessions.html.liquid @@ -0,0 +1,3 @@ +{% for session in training_event.sessions %} + {% include "training_event_preview_session_tile", current_session: training_session %} +{% endfor %} diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_event_preview_session_tile.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_training_event_preview_session_tile.html.liquid new file mode 100644 index 00000000..7a09cc33 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_training_event_preview_session_tile.html.liquid @@ -0,0 +1,18 @@ +
+
+ +
+ {{ session.status.label }} +
+
+
+
+
+ {{ session.month }} {{ session.day }}, {{ session.year }} +
+
+ {{ session.time_period }} {{ session.time_zone }} +
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_events_dashboard.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_training_events_dashboard.html.liquid new file mode 100644 index 00000000..7aeb19ce --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_training_events_dashboard.html.liquid @@ -0,0 +1,9 @@ +
+ {% if training_events.enrolled.any? %} + {% for training_event in training_events.enrolled %} + {% include "cards_training_event" with training_event %} + {% endfor %} + {% else %} + {% include "training_events_zero_state" %} + {% endif %} +
diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_events_filter.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_training_events_filter.html.liquid new file mode 100644 index 00000000..d4892278 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_training_events_filter.html.liquid @@ -0,0 +1,53 @@ +
+ +
diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_events_index.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_training_events_index.html.liquid new file mode 100644 index 00000000..ff93b1c8 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_training_events_index.html.liquid @@ -0,0 +1,13 @@ +
+ {% if training_events.available.any? %} +
+ {% for training_event in training_events.available %} +
+ {% include "cards_training_event" with training_event %} +
+ {% endfor %} +
+ {% else %} + {% include "training_events_zero_state" %} + {% endif %} +
diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_events_zero_state.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_training_events_zero_state.html.liquid new file mode 100644 index 00000000..076b789e --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_training_events_zero_state.html.liquid @@ -0,0 +1,9 @@ +
+
+ {% t .empty %} +
+ {% t .empty %} +
diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_session_calendars.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_training_session_calendars.html.liquid new file mode 100644 index 00000000..6c758b73 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_training_session_calendars.html.liquid @@ -0,0 +1,52 @@ + diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_session_cta.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_training_session_cta.html.liquid new file mode 100644 index 00000000..5f959556 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_training_session_cta.html.liquid @@ -0,0 +1,35 @@ +
+
+
+ {% form_authenticity_token %} + + {% if training_session.show_calendar_links? %} + {% include "training_session_calendars" %} + {% endif %} + + {% if training_session.cta.undo? %} + + {% endif %} + + {% if training_session.cta.label %} + + {% endif %} +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_session_date.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_training_session_date.html.liquid new file mode 100644 index 00000000..860040fe --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_training_session_date.html.liquid @@ -0,0 +1,16 @@ +
+
+
+
+ {{ training_session.day }} +
+
+
+ {{ training_session.month }} +
+
+ {{ training_session.year }} +
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_session_description.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_training_session_description.html.liquid new file mode 100644 index 00000000..f8c165ba --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_training_session_description.html.liquid @@ -0,0 +1,6 @@ +

+ {% t .header %} +

+
+ {{ training_event.description }} +
diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_session_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_training_session_desktop_view.html.liquid new file mode 100644 index 00000000..dabbfe08 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_training_session_desktop_view.html.liquid @@ -0,0 +1,62 @@ +
+ {% include "training_session_header" %} +
+
+
+
+
+
+ {% include "training_session_status" %} + {% include "training_session_date" %} +
+
+ {% include "training_session_details" %} + {% include "training_session_cta" %} +
+
+
+
+ {% include "training_session_description" %} +
+
+
+
+
+
+ {% t shared.more_sessions %} +
+ {% if training_event.sessions.size > 1 %} + {% include "training_session_more_sessions" %} + {% else %} +
+ {% t .empty %} +
+ {% t .empty %} +
+
+ {% endif %} +
+
+
+ diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_session_details.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_training_session_details.html.liquid new file mode 100644 index 00000000..64a925b7 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_training_session_details.html.liquid @@ -0,0 +1,23 @@ +
+ +
+ + +
+ + {% if training_session.approved? and training_session.location %} +
+ + {{ training_session.location }} +
+ {% endif %} + + {% if training_session.approved? and training_session.session_url %} +
+ + + {{ training_session.session_url }} + +
+ {% endif %} +
diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_session_header.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_training_session_header.html.liquid new file mode 100644 index 00000000..783551a5 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_training_session_header.html.liquid @@ -0,0 +1,16 @@ +
+ {% t shared.event_types, key: training_event.event_type %} + +
+
+ + + + {{ training_event.title }} +
+ + diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_session_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_training_session_mobile_view.html.liquid new file mode 100644 index 00000000..3270d65d --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_training_session_mobile_view.html.liquid @@ -0,0 +1,27 @@ +
+
+ {% include "training_session_header" %} +
+ +
+ {% include "training_session_status" %} + {% include "training_session_date" %} + {% include "training_session_details" %} +
+ {% include "training_session_cta" %} +
+ {% include "training_session_description" %} +
+ + {% if training_event.sessions.size > 1 %} +
+
+
+ {% t shared.more_sessions %} +
+ {% include "training_session_more_sessions" %} +
+
+ {% endif %} + +
diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_session_more_sessions.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_training_session_more_sessions.html.liquid new file mode 100644 index 00000000..6cfafa87 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_training_session_more_sessions.html.liquid @@ -0,0 +1,3 @@ +{% for session in training_event.sessions %} + {% include "training_session_tile", current_session: training_session %} +{% endfor %} diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_session_status.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_training_session_status.html.liquid new file mode 100644 index 00000000..75116282 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_training_session_status.html.liquid @@ -0,0 +1,6 @@ +
+ {% if training_session.approved? %} + + {% endif %} + {{ training_session.status.label }} +
diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_session_tile.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_training_session_tile.html.liquid new file mode 100644 index 00000000..669fbb6c --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/_training_session_tile.html.liquid @@ -0,0 +1,24 @@ +{% if current_session.id != session.id %} + +
+ +
+ {{ session.status.label }} +
+
+
+
+
+ {{ session.month }} {{ session.day }}, {{ session.year }} +
+
+ {{ session.time_period }} {{ session.time_zone }} +
+
+ +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 External/account.html.liquid b/Custom_Templates/customer_templates/Cin7 External/account.html.liquid new file mode 100644 index 00000000..2ad5d917 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/account.html.liquid @@ -0,0 +1,14 @@ +{% include "header" %} + +
+
+ {% include "account_mobile_view", form: form %} +
+ +
+ {% include "account_desktop_view", form: form %} +
+
+ +{% include "footer" %} + diff --git a/Custom_Templates/customer_templates/Cin7 External/auth_url_email.html.liquid b/Custom_Templates/customer_templates/Cin7 External/auth_url_email.html.liquid new file mode 100644 index 00000000..a413959c --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/auth_url_email.html.liquid @@ -0,0 +1,59 @@ +
+
+ {% include "header_minimal" %} +
+
+ {% form_authenticity_token %} +
+ {% t shared.welcome_to_school, school_name: current_school.name %} +
+
+ {% t .headline, key: current_school.course_vocabulary %} +
+
+ + +
+
+ + +
+
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/auth_url_employee.html.liquid b/Custom_Templates/customer_templates/Cin7 External/auth_url_employee.html.liquid new file mode 100644 index 00000000..c8d8adf7 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/auth_url_employee.html.liquid @@ -0,0 +1,59 @@ +
+
+ {% include "header_minimal" %} +
+
+ {% form_authenticity_token %} +
+ {% t shared.welcome_to_school, school_name: current_school.name %} +
+
+ {% t .headline, key: current_school.course_vocabulary %} +
+
+ + +
+
+ + +
+
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/auth_url_phone_number.html.liquid b/Custom_Templates/customer_templates/Cin7 External/auth_url_phone_number.html.liquid new file mode 100644 index 00000000..aafae119 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/auth_url_phone_number.html.liquid @@ -0,0 +1,40 @@ +
+
+ {% include "header_minimal" %} +
+
+
{% t shared.welcome_to_school, school_name: current_school.name %}
+
{% t .headline, key: current_school.course_vocabulary %}
+ {% form_authenticity_token %} +
+ + +
+
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/auth_url_terms.html.liquid b/Custom_Templates/customer_templates/Cin7 External/auth_url_terms.html.liquid new file mode 100644 index 00000000..a7087db2 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/auth_url_terms.html.liquid @@ -0,0 +1,74 @@ +
+
+ {% include "header_minimal" %} +
+
+
{% t shared.welcome_to_school, school_name: current_school.name %}
+
{% t .headline, key: current_school.course_vocabulary %}
+ {% form_authenticity_token %} +
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/bundle_product.html.liquid b/Custom_Templates/customer_templates/Cin7 External/bundle_product.html.liquid new file mode 100644 index 00000000..734327e5 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/bundle_product.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
+
+ {% include "bundle_product_desktop_view" %} +
+
+ {% include "bundle_product_mobile_view" %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 External/catalog.html.liquid b/Custom_Templates/customer_templates/Cin7 External/catalog.html.liquid new file mode 100644 index 00000000..fc1ce268 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/catalog.html.liquid @@ -0,0 +1,82 @@ +{% assign omni = false %} +{% assign core = false %} +{% assign partners = false %} +{% assign log_out = true %} +{% assign both_gorups = false %} + +{% if current_person.signed_in? %} + {% assign log_out = false %} + {% for group in current_person.groups %} + {% if group.name contains 'Partners' %} + {% assign partners = true %} + {% elsif group.name contains 'Core' %} + {% assign core = true %} + {% elsif group.name contains 'Omni' %} + {% assign omni = true %} + {% endif %} + {% endfor %} +{% endif %} + +{% if omni and core %} + {% assign both_gorups = true %} +{% endif %} + +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.in_catalog %} + +
+
+
Course Catalog
+
Get the skills and knowledge you need at the moment you need them. Explore our full course catalog.
+
+
+
+
+ {% include 'filters_catalog' %} +
+
+
+ {% include "courses_catalog" %} +
+
+
+{% include "footer" %} + + diff --git a/Custom_Templates/customer_templates/Cin7 External/commerce_cart.html.liquid b/Custom_Templates/customer_templates/Cin7 External/commerce_cart.html.liquid new file mode 100644 index 00000000..2f75af33 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/commerce_cart.html.liquid @@ -0,0 +1,7 @@ +{% include "header" %} + +
+ {% commerce_cart %} +
+ +{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 External/commerce_catalog.html.liquid b/Custom_Templates/customer_templates/Cin7 External/commerce_catalog.html.liquid new file mode 100644 index 00000000..fe09b3d2 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/commerce_catalog.html.liquid @@ -0,0 +1,59 @@ +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.in_catalog %} + +
+
+
Course Catalog
+
Get the skills and knowledge you need at the moment you need them. Explore our full course catalog.
+
+
+
+
+ {% include 'filters_catalog' %} +
+
+
+ {% include "courses_catalog" %} +
+
+
+{% include "footer" %} + + diff --git a/Custom_Templates/customer_templates/Cin7 External/commerce_checkout.html.liquid b/Custom_Templates/customer_templates/Cin7 External/commerce_checkout.html.liquid new file mode 100644 index 00000000..96d540b6 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/commerce_checkout.html.liquid @@ -0,0 +1,7 @@ +{% include "header" %} + +
+ {% commerce_checkout %} +
+ +{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 External/commerce_order_details.html.liquid b/Custom_Templates/customer_templates/Cin7 External/commerce_order_details.html.liquid new file mode 100644 index 00000000..a12b7245 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/commerce_order_details.html.liquid @@ -0,0 +1,7 @@ +{% include "header" %} + +
+ {% commerce_order_details %} +
+ +{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 External/commerce_order_history.html.liquid b/Custom_Templates/customer_templates/Cin7 External/commerce_order_history.html.liquid new file mode 100644 index 00000000..031f5eac --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/commerce_order_history.html.liquid @@ -0,0 +1,8 @@ +{% include "header" %} +{% include "account_tabs" %} + +
+ {% commerce_order_history %} +
+ +{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 External/commerce_redeem.html.liquid b/Custom_Templates/customer_templates/Cin7 External/commerce_redeem.html.liquid new file mode 100644 index 00000000..58260bac --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/commerce_redeem.html.liquid @@ -0,0 +1,7 @@ +{% include "header" %} + +
+ {% commerce_redeem %} +
+ +{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 External/commerce_return.html.liquid b/Custom_Templates/customer_templates/Cin7 External/commerce_return.html.liquid new file mode 100644 index 00000000..e8ea847b --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/commerce_return.html.liquid @@ -0,0 +1,7 @@ +{% include "header" %} + +
+ {% commerce_return %} +
+ +{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 External/course.html.liquid b/Custom_Templates/customer_templates/Cin7 External/course.html.liquid new file mode 100644 index 00000000..4222a4b1 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/course.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
+
+ {% include "course_desktop_view" %} +
+
+ {% include "course_mobile_view" %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 External/course_product.html.liquid b/Custom_Templates/customer_templates/Cin7 External/course_product.html.liquid new file mode 100644 index 00000000..05e06883 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/course_product.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
+
+ {% include "course_product_desktop_view" %} +
+
+ {% include "course_product_mobile_view" %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 External/courses-category.html.liquid b/Custom_Templates/customer_templates/Cin7 External/courses-category.html.liquid new file mode 100644 index 00000000..59de387b --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/courses-category.html.liquid @@ -0,0 +1,16 @@ +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.in_catalog %} + +
+
Course Catalog
+
+ Browse All Courses +
+
+
+ {% include 'category_cards' %} +
+
+ +
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 External/courses.html.liquid b/Custom_Templates/customer_templates/Cin7 External/courses.html.liquid new file mode 100644 index 00000000..a6e036af --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/courses.html.liquid @@ -0,0 +1,23 @@ +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.in_catalog %} + +
+
+
+
{{ catalog.headline }}
+
{{ catalog.subheadline }}
+
+ {% capture label %}{% t shared.filters.by_category %}{% endcapture %} + + {% if courses.in_catalog.any? %} + {% + include "filter_dropdown", + filters: courses.filters, + key: "category_uuid", + label: label + %} + {% endif %} +
+ {% include "courses_catalog" %} +
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 External/dashboard.html.liquid b/Custom_Templates/customer_templates/Cin7 External/dashboard.html.liquid new file mode 100644 index 00000000..f53203b9 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/dashboard.html.liquid @@ -0,0 +1,41 @@ +{% assign log_out = true %} + +{% if current_person.signed_in? %} + {% assign log_out = false %} +{% endif %} + +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.enrolled %} + + +
+
+
My Dashboard
+
Easily view your badges, start and resume courses and learning paths, and revisit courses you’ve completed here on your dashboard.
+
+
+
+
My Badges
+
+ {% include 'my_badges_carousel' %} +
+
+
+
My Courses & Paths in Progress
+
+ {% include 'my_learning_paths_and_courses_carousel' %} +
+
+
+
Completed Courses
+
+ {% include 'my_courses_carousel' %} +
+
+
+
My Live Events
+
+ {% include "training_events_dashboard" %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 External/forgot_password.html.liquid b/Custom_Templates/customer_templates/Cin7 External/forgot_password.html.liquid new file mode 100644 index 00000000..3d65513f --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/forgot_password.html.liquid @@ -0,0 +1,25 @@ +
+
+ {% include "header_minimal" %} +
+
+ {% form_authenticity_token %} +
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/homepage.html.liquid b/Custom_Templates/customer_templates/Cin7 External/homepage.html.liquid new file mode 100644 index 00000000..80d42dbe --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/homepage.html.liquid @@ -0,0 +1,83 @@ +{% assign omni = false %} +{% assign core = false %} +{% assign log_out = true %} + +{% if current_person.signed_in? %} + {% assign log_out = false %} + {% for group in current_person.groups %} + {% if group.name contains 'Core' %} + {% assign core = true %} + {% elsif group.name contains 'Omni' %} + {% assign omni = true %} + {% endif %} + {% endfor %} +{% endif %} + + +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.featured %} +
+
+
+ {% if core %} +
Welcome to Cin7 Core Academy
+ {% elsif omni %} +
Welcome to Cin7 Omni Academy
+ {% elsif log_out %} +
Welcome to Cin7 Academy
+ {% else %} +
Welcome to Cin7 Academy
+ {% endif %} +
Learn to create and manage a best-in-class inventory operation for your business.
+
+
+ +
+
+ {% if core %} +
Learn Cin7 Core by your function with Learning Paths
+
+ {% include 'learning_path_carousel_core' %} +
+
Grow and broaden your Cin7 Core expertise with Deep Dives
+
+ {% include "category_carousel_core"%} +
+ {% elsif omni %} +
New to Cin7 Omni? Start learning here!
+
+ {% include "category_carousel"%} +
+ {% elsif log_out %} +
Learn Cin7 Core by your function with Learning Paths
+
+ {% include 'learning_path_carousel_core' %} +
+
Grow and broaden your Cin7 Core expertise with Deep Dives
+
+ {% include "category_carousel_core"%} +
+
Learn Omni by module and features
+
+ {% include "category_carousel"%} +
+ {% endif %} +
+
+
Featured Courses: Integrations
+
+ {% include 'featured_courses' %} +
+
+ +
+
+
+ {% include 'homepage_testimonials' %} +
+
+ +
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 External/learning_path.html.liquid b/Custom_Templates/customer_templates/Cin7 External/learning_path.html.liquid new file mode 100644 index 00000000..c5eb35af --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/learning_path.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
+
+ {% include "learning_path_desktop_view" %} +
+
+ {% include "learning_path_mobile_view" %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 External/learning_path_product.html.liquid b/Custom_Templates/customer_templates/Cin7 External/learning_path_product.html.liquid new file mode 100644 index 00000000..3d613e2a --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/learning_path_product.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
+
+ {% include "learning_path_product_desktop_view" %} +
+
+ {% include "learning_path_product_mobile_view" %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 External/learning_path_summary.html.liquid b/Custom_Templates/customer_templates/Cin7 External/learning_path_summary.html.liquid new file mode 100644 index 00000000..99ae32ed --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/learning_path_summary.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
+
+ {% include "learning_path_summary_desktop_view" %} +
+
+ {% include "learning_path_summary_mobile_view" %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 External/learning_paths.html.liquid b/Custom_Templates/customer_templates/Cin7 External/learning_paths.html.liquid new file mode 100644 index 00000000..d3cfca87 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/learning_paths.html.liquid @@ -0,0 +1,59 @@ +{% assign log_out = true %} + +{% if current_person.signed_in? %} + {% assign log_out = false %} +{% endif %} + +{% if log_out %} + +{% endif %} + +{% include "header" %} +
+
+
Learning Paths
+
Explore curated learning paths tailored to your function and role.
+
+
+
+
+ {% if current_person.signed_in? %} + {% include "learning_paths_index", items: learning_paths.available %} + {% else %} +
You must be signed in to view Learning Paths.
+ {% endif %} +
+
+{% include "footer" %} + + diff --git a/Custom_Templates/customer_templates/Cin7 External/login.html.liquid b/Custom_Templates/customer_templates/Cin7 External/login.html.liquid new file mode 100644 index 00000000..e5c63ee8 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/login.html.liquid @@ -0,0 +1,72 @@ +
+
+ {% include "header_minimal" %} +
+
+ {% form_authenticity_token %} +
+ + +
+
+ + +
+ + + {% t .forgot_password %} + + + {% comment %} + {% if features.account_creation? %} + + {% t shared.sign_up %} + + {% endif %} + {% endcomment %} + + {% if features.request_access? %} + + {{ current_school.request_access_label }} + + {% endif %} +
+
+
+
+ + + diff --git a/Custom_Templates/customer_templates/Cin7 External/master.html.liquid b/Custom_Templates/customer_templates/Cin7 External/master.html.liquid new file mode 100644 index 00000000..63345068 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/master.html.liquid @@ -0,0 +1 @@ +{% body %} diff --git a/Custom_Templates/customer_templates/Cin7 External/not_found.html.liquid b/Custom_Templates/customer_templates/Cin7 External/not_found.html.liquid new file mode 100644 index 00000000..91c76e4b --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/not_found.html.liquid @@ -0,0 +1,10 @@ +
+ + +
diff --git a/Custom_Templates/customer_templates/Cin7 External/private_certificate.html.liquid b/Custom_Templates/customer_templates/Cin7 External/private_certificate.html.liquid new file mode 100644 index 00000000..15d05419 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/private_certificate.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +{% include "certificates_top_bar" %} +
+
+
+ {% include "certificates_preview" %} + {% include "certificates_info_column" %} +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/public_certificate.html.liquid b/Custom_Templates/customer_templates/Cin7 External/public_certificate.html.liquid new file mode 100644 index 00000000..15d05419 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/public_certificate.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +{% include "certificates_top_bar" %} +
+
+
+ {% include "certificates_preview" %} + {% include "certificates_info_column" %} +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/reset_password.html.liquid b/Custom_Templates/customer_templates/Cin7 External/reset_password.html.liquid new file mode 100644 index 00000000..12bf0d0f --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/reset_password.html.liquid @@ -0,0 +1,43 @@ +
+
+ {% include "header_minimal" %} +
+
+ + + {% form_authenticity_token %} +
+ + +
+
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/search.html.liquid b/Custom_Templates/customer_templates/Cin7 External/search.html.liquid new file mode 100644 index 00000000..1b888338 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/search.html.liquid @@ -0,0 +1,20 @@ +{% include "header" %} +
+
+ {% t .title %} +
+
+
+ {% t .showing %} + {{ results.count }} + {% t .results_for %} + "{{ results.term }}" +
+
+ {% if results.items.any? %} + {% render "search_result" for results.items as result %} + {% else %} + {% include "search_zero_state" %} + {% endif %} +
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 External/sign_up.html.liquid b/Custom_Templates/customer_templates/Cin7 External/sign_up.html.liquid new file mode 100644 index 00000000..4108a46f --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/sign_up.html.liquid @@ -0,0 +1,81 @@ +
+
+ {% include "header_minimal" %} +
+
+
{% t .create_account %}
+ {% form_authenticity_token %} +
+
+ + +
+
+ + +
+
+
+ + +
+
+ + +
+ + + {% t .terms %} + + {% t .terms_link %} + + + + If you are unable to create an account, you have likely already been invited to the Academy. Please use the 'Forgot my password' link below. + + + Forgot my Password + +
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 External/styles.css.liquid b/Custom_Templates/customer_templates/Cin7 External/styles.css.liquid new file mode 100644 index 00000000..820ba0cb --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/styles.css.liquid @@ -0,0 +1,597 @@ + /* + Put your custom overlay styles in here + You can use your northpass color palette in this file + +{{ color_palette.button_font_color }} +{{ color_palette.button_color }} +{{ color_palette.button_hover_color }} +{{ color_palette.header_font_color }} +{{ color_palette.header_font_hover_color }} +{{ color_palette.header_color }} +*/ +body { + font-family: "Inter", sans-serif; + background: #fff; +} + +.lora { + font-family: 'Lora'; +} +.hero-text { + font-family: 'Lora'; +} +.np-header-desktop-nav-link { + font-weight: 700; +} +.np-header-desktop-nav-link:hover { + color: #002EFF; +} +.header-search-input { + border: 3px solid #002e6e; + border-radius: 8px; + max-width: 150px; +} +.note-desc { + font-size: 1vw +} +.hero-text { + font-size: 3.5rem; + font-weight: 400; +} +.hero-homepage { + background: linear-gradient(257.71deg, rgba(255, 255, 255, 0) 41.81%, #FFF 99.32%), url('https://s3.amazonaws.com/static.northpass.com/Cin7/1920x300.png'); + background-position: center; + background-size: cover; + padding: 5%; + color: #002f6f; +} +.hero-subheading { + margin-top: 2%; + font-size: 1.25rem; +} +.np-sub-navigation-content-item-active { + background: #002f6f !important; +} +.np-sub-navigation-content-item-link { + display: flex; + justify-content: center; + background: #05cbbf; + color: #fff; + padding: 15px; + border-radius: 8px; + font-weight: 700; +} +.sub-navigation { + background: #fff; + padding: 1rem 0; +} +.np-sub-navigation-content-item { + margin: 0 15px; +} +.info-icon { + width: 125px; + object-fit: cover; +} +.card { + border-radius: 25px; + background: #fff; + box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; +} +.learning-path-card-image { + width: 100%; + border-radius: 20px 20px 0 0; +} +.card-content-title { + color: #002f6f; + font-size: 1.25rem; + margin: 0; + height: 46px; +} +.course-time { + color: #000000b5; + display: flex; + align-items: center; + gap: 10px +} +.course-desc { + margin-top: 15px; + color: #002f6f; + height: 60px; +} +.lp-link { + text-decoration: none; +} +.slick-track { + margin-left: 0 !important; + margin-right: 0 !important; +} + +.section-lp { + background: #dde9fe; +} +.heading { + font-size: 2.5rem; + color: #002f6f; + padding: 2rem 0; + font-weight: 600; +} +.section { + padding: 1rem 0; +} +.section-featured { + background: #fff; +} + +.np-top-cta { + background: #fff; + border-radius: 20px; + box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; + display: flex; + justify-content: space-between; + align-items: center; +} + +.card-image { + position: relative; +} +.np-optional-ribbon { + background: #05CBBF; + color: #fff; + +} +.np-card-ribbon { + top: 0; + right: 0; + border-radius: 0 20px; + text-transform: none; + font-size: 0.85rem; + font-weight: 600; + padding: 5px 12.5px; + background: #05CBBF; +} + +.lp-progress-text { + font-weight: 700; + font-size: 1.5rem; +} +.lp-button { + background: #002f6f; + color: #fff; + padding: 15px 25px; + border-radius: 25px; + text-decoration: none; + font-weight: 700; + white-space: nowrap; + border: none; +} +.lp-button:hover { + background: #05CBBF; + color: #fff; +} +.lp-course-card { + margin: 30px 0; + background: #fff; + border-radius: 20px; + box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; + } +.learning-path-outline-content { + display: flex; + justify-content: space-between; + width: 100%; + align-items: center; + } + .learning-path-outline-progress { + font-weight: 600; + } + .lp-desktop-wrapper { + padding: 25px; + background: #fff; + box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; + border-radius: 20px; + margin-bottom: 20px; + } + .lp-progress-and-cta-wrapper { + margin-top: 20px; + } + .card { + margin: 10px; + } + + .right-arrow { + position: absolute; + bottom: -30px; + padding-left: 50px; + cursor: pointer; + right: 10px; + font-size: 1.5rem; + } + .left-arrow { + position: absolute; + bottom: -30px; + z-index: 1; + padding-left: 10px; + cursor: pointer; + right: 40px; + font-size: 1.5rem; + } + .heading-dashboard { + text-align: left; + font-size: 2.5rem; + color: #002f6f; + padding: 2rem 0; + font-weight: 600; + margin-left: 2rem; + } + + .my-learning-paths { + background: #fff; + } + + .my-courses { + background: #dde9fe; + } + + .my-events { + background: #4d98ff; + } + + .events { + background: #fff; + } + .card-container { + text-decoration: none; + } + .events-container { + display: flex; + margin: 0 20px; + } + + .catalog-button { + display: flex; + justify-content: center; + background: #002f6f; + color: #fff; + padding: 15px; + border-radius: 8px; + font-weight: 700; + text-decoration: none; + } + .catalog-button-container { + display: flex; + justify-content: flex-end; + } + .hero-catalog-category { + background: #f2ede8; + padding: 5% 20px; + } + .hero-text-catalog-category { + color: #002f6f; + font-size: 3.5rem; + font-weight: 700; + } + .card-learning-path-desktop { + border-radius: 40px; + } + .image-learning-path-desktop { + border-radius: 40px; + } + .category-wrapper { + + } + .category-container { + display: flex; + justify-content: center; + flex-direction: column; + align-items: center; + } + .category-link { + text-decoration: none; + font-size: 1.5rem; + font-weight: 500; + color: #002f6f; + background: #fff; + border: 3px solid; + border-radius: 20px; + padding: 2rem; + max-width: 1000px; + width: 100%; + margin: 10px 0; + } + .category-container { + margin: 20px 0; + } + .np-card-container { + border-radius: 25px; + box-shadow: none; + } + .np-learning-path-image { + border-bottom-left-radius: 20px; + border-top-left-radius: 20px; + width: 100% !important; + height: 100%; + } + .card-content { + background: #fff; + border-radius: 0 0 25px 25px; + padding: 1.5rem; + } + .catalog-btn { + background: #002f6f; + color: #fff; + padding: 15px 25px; + border-radius: 25px; + text-decoration: none; + font-weight: 700; + } + .button-wrapper { + display: flex; + justify-content: center; + padding: 2.5% 0; + } + .info { + display: flex; + align-items: center; + max-width: 400px; + gap: 5%; + } + .info-wrapper { + display: flex; + gap: 20px; + justify-content: space-between; + flex-wrap: wrap; + } + .info-heading { + color: #002f6f; + font-weight: 600; + font-size: 1.25rem; + } + .info-desc { + color: #002f6f; + font-size: 1rem; + margin-top: 5px; + } + + .np-footer-logo-image { + filter: none; + opacity: 1; + } + + .section-info { + background: linear-gradient(257.71deg, rgba(255, 255, 255, 0) 41.81%, #FFFFFF 99.32%), #F2EDE8; + } + + .np-footer { + background: url('https://s3.amazonaws.com/static.northpass.com/Cin7/Footer+background.png'); + background-size: cover; + background-repeat: round; + height: 28%; + } + .np-alert { + display: none; + } + + .footer-heading { + font-size: 1.25rem; + color: #fff; + font-weight: 700; + border-bottom: 1px solid #fff; + padding: 10px 0; + width: 150px; +} + .np-footer-navigation-link { + color: #fff; + font-weight: 500; + } + + .info-section-heading { + padding: 5% 0; + font-weight: 400; + } + .section-content-info { + padding-bottom: 5%; + } + .info-content { + height: 100%; + display: flex; + flex-direction: column; + justify-content: space-evenly; + } + .np-footer-top { + display: flex; + flex-direction: row; + align-items:flex-start; + } + + .np-footer-navigation-list { + flex-direction: column; + gap: 10px; + align-items: flex-start; + } + .np-footer-navigation-link { + padding: 10px 0; + } + .np-footer-navigation { + min-height: 52px; + display: flex; + width: 100%; + justify-content: end; + padding: 0 5%; + } + .np-learning-path-outline-name { + font-weight: 600; + } + + .np-top-image { + border-radius: 25px; + } + + .content-lp-card-padding { + padding: 25px; + } + .np-card-heading, .np-learning-path-outline-name { + color: #002f6f; + } + .np-card-text { + color: #002f6f; + } + + .np-learning-path { + border-radius: 25px; + box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; + } + .np-learning-paths { + background: #fff; + } + .lp-heading { + font-size: 2.5rem; + color: #002f6f; + padding: 3rem 2rem; + font-weight: 500; + } +.category-card { + text-decoration: none; + height: auto !important; +} + +.page-content { + margin: 20px; +} + +.catalog-btn:hover { + background: #05CBBF; + color: #fff; + +} +.info-section-padding { + padding: 0 20px; +} +.zero-state-wrapper { + display: flex; + justify-content: center; + flex-direction: column; + align-items: center; +} +.zero-button-wrapper { + display: flex; +} +.zero-img { + max-width: 400px; +} +.badge-card-image { + width: 60%; +} +.card-badge { + background: #FFFFFF; + display: flex; + justify-content: center; + padding: 2rem; + border-radius: 20px 20px 0 0; +} +.card-category { + background: #002f6f; + display: flex; + justify-content: center; + padding: 2rem; + border-radius: 20px 20px 0 0; +} +.card-content-badge { + text-align: center; + padding: 0; +} +.completed-courses { + margin-top: 10px; + font-weight: 500; + color: #002f6f; +} +.np-header-desktop-nav-list { + justify-content: end; +} +.event-card { + max-width: 330px; +} +.recommended +{ + color: #000000b5; +} + +.card-type +{ + color: #000000b5; + text-align: end; + margin-bottom: 10px; + font-size: 0.85rem; + font-weight: 600; + opacity: 0.75; +} +.course-details { + display: flex; + justify-content: space-between; + align-items: center; + margin-top: 15px; + gap: 10px +} + +.card:hover { + transform: translateY(-0.125rem); +} + +.card-category-core { + background: none; + padding: 0; +} +.card-category-image-core { + width: 100%; + border-radius: 20px 20px 0 0; +} + +@media only screen and (max-width: 768px) { + .hero-text { + font-size: 2.5rem; + } + .hero-subheading { + font-size: 1rem; + } + .heading, .heading-dashboard { + font-size: 2rem; + } + .info-section-heading { + text-align: center; + } + .info-wrapper { + justify-content: center; + } + .np-footer-navigation { + justify-content: flex-start; + } + .np-footer-navigation-link { + padding: 0; + margin: 10px; + } + .events-container { + justify-content: center; + } + .dropdown { + display: flex; + justify-content: flex-start; + position: relative; + margin-bottom: 20px; + } +} + +.core-category-wrapper { + display: flex; + flex-direction: column; + height: 100%; +} +.course-desc-category-core { + margin-top: 15px; + color: #002f6f; + height: 100%; + display: flex; + align-items: end; +} +.card-content-core { + display: flex; + flex-direction: column; + justify-content: space-between; +} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 External/training_event_preview.html.liquid b/Custom_Templates/customer_templates/Cin7 External/training_event_preview.html.liquid new file mode 100644 index 00000000..1645bc57 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/training_event_preview.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
+
+ {% include "training_event_preview_desktop_view", training_session: training_event %} +
+
+ {% include "training_event_preview_mobile_view", training_session: training_event %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 External/training_events.html.liquid b/Custom_Templates/customer_templates/Cin7 External/training_events.html.liquid new file mode 100644 index 00000000..d39c0526 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/training_events.html.liquid @@ -0,0 +1,13 @@ +{% include "header" %} + +
+
+
Live Training Events
+
+
+
+
+ {% include "training_events_index" %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 External/training_session.html.liquid b/Custom_Templates/customer_templates/Cin7 External/training_session.html.liquid new file mode 100644 index 00000000..5b78b834 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/training_session.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
+
+ {% include "training_session_desktop_view" %} +
+
+ {% include "training_session_mobile_view" %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 External/training_session_attendance.html.liquid b/Custom_Templates/customer_templates/Cin7 External/training_session_attendance.html.liquid new file mode 100644 index 00000000..71bb6119 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/training_session_attendance.html.liquid @@ -0,0 +1,43 @@ +{% include "header" %} +
+
+ {% if token %} + +
+ {{ training_session.title }} +
+
+ {% t .info, + event_name: training_session.title, + session_date: training_session.date, + session_time: training_session.time + %} +
+
+ {% t .question %} +
+
+ {% form_authenticity_token %} + + + +
+
+ {% t .salutation %} +
+
+ {{ current_school.name }} +
+ {% else %} + +
+ {% t .success.response_text %} +
+ +
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 External/transcript.html.liquid b/Custom_Templates/customer_templates/Cin7 External/transcript.html.liquid new file mode 100644 index 00000000..b6cb5428 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/transcript.html.liquid @@ -0,0 +1,8 @@ +{% include "header" %} +{% include "account_tabs" %} + +
+ {% transcript %} +
+ +{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 External/unsubscribe.html.liquid b/Custom_Templates/customer_templates/Cin7 External/unsubscribe.html.liquid new file mode 100644 index 00000000..69a54028 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 External/unsubscribe.html.liquid @@ -0,0 +1,30 @@ +{% include "header" %} +
+
+ {% if token %} + +
+ {% t .unsubscribe_text %} +
+
+ {% t .resubscribe_text %} +
+
+ {% form_authenticity_token %} + + +
+ {% else %} + +
+ {% t .resubscribed_text %} +
+ {% endif %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_account_avatar.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_account_avatar.html.liquid new file mode 100644 index 00000000..d952af93 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_account_avatar.html.liquid @@ -0,0 +1,66 @@ +
+

{% t .description %}

+

{% t .requirements %}

+
+ + + + +
+
+ +
+ +
+ +
+
+ +
+
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_account_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_account_desktop_view.html.liquid new file mode 100644 index 00000000..8ae8599d --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_account_desktop_view.html.liquid @@ -0,0 +1,19 @@ +
+ + {% form_authenticity_token %} +
+
+
+ + +
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_account_form.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_account_form.html.liquid new file mode 100644 index 00000000..ddd264c2 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_account_form.html.liquid @@ -0,0 +1,139 @@ +
+ {% t .header %} +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ +{% unless form.options.invite? %} +
+ + +
+ +
+ + +
+ +
+ + +
+{% endunless %} + +{% if form.options.invite? %} +
+ + +
+ + {% if form.terms_of_service_required? %} +
+ +
+ {% t .terms_of_service %} + + {% t .terms_link %} + +
+
+ {% else %} +
+ + {% t .terms %} + + {% t .terms_link %} + + +
+ {% endif %} + + +{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_account_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_account_mobile_view.html.liquid new file mode 100644 index 00000000..6ac8c007 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_account_mobile_view.html.liquid @@ -0,0 +1,17 @@ +
+ + {% form_authenticity_token %} +
+
+ {% render "account_form", form: form, version: "mobile" %} +
+
+
+
+ {% include "account_avatar", version: "mobile" %} +
+
+ +
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_badges_cards.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_badges_cards.html.liquid new file mode 100644 index 00000000..5c021f90 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_badges_cards.html.liquid @@ -0,0 +1,27 @@ +{% for course in courses.enrolled %} + {% if course.progress == 100 and course.properties.badge_course == true %} +
+
+ +
+
+ {% endif %} +{% endfor %} + diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_cards_course.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_cards_course.html.liquid new file mode 100644 index 00000000..f1d7cea2 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_cards_course.html.liquid @@ -0,0 +1,46 @@ +
+{% capture course_path %}{% route course, id: course.id %}{% endcapture %} + +
+ {{ course.name }} + {% if course.ribbon %} +
+ {{ course.ribbon }} +
+ {% endif %} +
+
+

+ {{ course.name }} +

+ +
+ {{ course.short_description }} +
+ {% if course.properties.course_duration %} + +
+
+ + {{course.properties.course_duration}} min +
+ + +
+ + + + {% endif %} +
+
+
+ diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_cards_learning_path.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_cards_learning_path.html.liquid new file mode 100644 index 00000000..2a3ebd7e --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_cards_learning_path.html.liquid @@ -0,0 +1,68 @@ +
+
+
+
+ {{ learning_path.name }} +
+
+
+ +
{% t shared.learning_path.title %}
+
+ {{ learning_path.items.count }} {% t .items %} +
+
+
+
{% t shared.learning_path.title %}
+ +
+ +
+

+ {{ learning_path.name }} +

+ +
+ {{ learning_path.instructor_names }} +
+ +
+ {{ learning_path.description }} +
+ +
+ {% t shared.progress, count: learning_path.progress %} +
+ +
+
+
+
+ + +
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_cards_learning_path_homepage.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_cards_learning_path_homepage.html.liquid new file mode 100644 index 00000000..174c3a33 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_cards_learning_path_homepage.html.liquid @@ -0,0 +1,25 @@ +
+ +
+ {{ learning_path.name }} +
+ {% if learning_path.name contains "Omni" %} + Omni + {% elsif learning_path.name contains "Core" %} + Core + {% endif %} +
+
+
LEARNING PATH
+
+

+ {{ learning_path.name }} +

+
+
+
+ diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_cards_training_event.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_cards_training_event.html.liquid new file mode 100644 index 00000000..e797417c --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_cards_training_event.html.liquid @@ -0,0 +1,38 @@ +
+ +
+

+ {{ training_event.title }} +

+
+ {% t shared.event_types, key: training_event.event_type %} +
+
+ +
+
+ {{ training_event.sessions.first.day }} +
+
+
+ {{ training_event.sessions.first.month }} +
+
+ {{ training_event.sessions.first.year }} +
+
+
+
+
+
+
+ + + {% t .sessions, count: training_event.sessions.size %} + +
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_category_cards.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_category_cards.html.liquid new file mode 100644 index 00000000..935c844a --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_category_cards.html.liquid @@ -0,0 +1,11 @@ + + +
+ +
+
+

{{category.name}}

+
See all courses related to {{category.name}}.
+
+
+ diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_category_cards_core.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_category_cards_core.html.liquid new file mode 100644 index 00000000..0328d9e9 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_category_cards_core.html.liquid @@ -0,0 +1,29 @@ + + +
+
+ +
+
+ {% if category.name == 'Warehouse Operations: Core' %} +

Inventory Logistics Deep Dives

+ {% else %} +

{{category.name | replace: ": Core", " Deep Dives"}}

+ {% endif %} +
Level up your expertise and enhance your operations with {{category.name | replace: ": Core", " Deep Dives"}}.
+
+
+
+ diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_category_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_category_carousel.html.liquid new file mode 100644 index 00000000..cc7f9cee --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_category_carousel.html.liquid @@ -0,0 +1,64 @@ +{% assign unique_category = "" %} +{% assign category_images = 'https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images/Category+Icon+1.png,https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images/Category+Icon+2.png,https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images/Category+Icon+3.png,https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images/Category+Icon+4.png' | split: ',' %} +{% assign category_counter = 0 %} + + + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_category_carousel_core.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_category_carousel_core.html.liquid new file mode 100644 index 00000000..18a1f61c --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_category_carousel_core.html.liquid @@ -0,0 +1,64 @@ +{% assign unique_category = "" %} +{% assign category_images = 'https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images+core+/Accounting+Deep+Dives+-+Thumbnails.png, https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images+core+/Administrative+Deep+Dives+-+Thumbnail.png, https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images+core+/Product+Management+Deep+Dives+-+Thumbnail.png, https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images+core+/Simple+Manufacturing+Deep+Dives+-+Thumbnail.png, https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images+core+/Warehouse+Operations+Deep+Dives+-+Thumbnail.png' | split: ', ' %} +{% assign category_counter = 0 %} +{% assign core_categories = 'Warehouse Operations: Core, Admin: Core, Product Management: Core, Accounting: Core, Simple Manufacturing: Core' | split: ", " %} + + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_certificates_info_column.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_certificates_info_column.html.liquid new file mode 100644 index 00000000..61adfaba --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_certificates_info_column.html.liquid @@ -0,0 +1,4 @@ +
+ {% include "certificates_verification" %} + {% include "certificates_metadata" %} +
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_certificates_metadata.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_certificates_metadata.html.liquid new file mode 100644 index 00000000..9f4a1dba --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_certificates_metadata.html.liquid @@ -0,0 +1,59 @@ +
+
+ +
+ + {% if certificate.issuer_name_enabled? %} + +
+ {% endif %} + + +
+ +
+
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_certificates_preview.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_certificates_preview.html.liquid new file mode 100644 index 00000000..6357b621 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_certificates_preview.html.liquid @@ -0,0 +1,35 @@ + + +
+
+
+ +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_certificates_top_bar.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_certificates_top_bar.html.liquid new file mode 100644 index 00000000..74a7ae41 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_certificates_top_bar.html.liquid @@ -0,0 +1,44 @@ +
+
+
+

+ {{certificate.certificate_name}} +

+
+
+ {% if certificate.linkedin_sharing_enabled and current_person.signed_in? and certificate.learner_uuid == current_person.id %} + + + {% t .share %} + + {% endif %} + + {% if certificate.generating_pdf %} +
+ +
+ {% else %} + + {% t .download %} + + {% endif %} +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_certificates_verification.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_certificates_verification.html.liquid new file mode 100644 index 00000000..4fc19415 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_certificates_verification.html.liquid @@ -0,0 +1,15 @@ +
+
+
+ +
+
+

+ {{certificate.verification_title}} +

+

+ {{certificate.verification_description}} +

+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_course_activity_locked.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_course_activity_locked.html.liquid new file mode 100644 index 00000000..386393d5 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_course_activity_locked.html.liquid @@ -0,0 +1,4 @@ + + + {{ activity.title }} + diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_course_activity_unlocked.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_course_activity_unlocked.html.liquid new file mode 100644 index 00000000..30c03305 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_course_activity_unlocked.html.liquid @@ -0,0 +1,15 @@ +{% if course.enrolled? %} + + {{ activity.title }} + +{% else%} + + {{ activity.title }} + +{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_course_categories.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_course_categories.html.liquid new file mode 100644 index 00000000..6cfe9010 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_course_categories.html.liquid @@ -0,0 +1,10 @@ +

+ {% t .header %} +

+
+ {% for category in course.categories %} +
+ {{ category.name }} +
+ {% endfor %} +
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_course_description.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_course_description.html.liquid new file mode 100644 index 00000000..269f9216 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_course_description.html.liquid @@ -0,0 +1,6 @@ +

+ {% t .header, key: current_school.course_vocabulary %} +

+
+ {{ course.full_description }} +
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_course_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_course_desktop_view.html.liquid new file mode 100644 index 00000000..570ef46c --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_course_desktop_view.html.liquid @@ -0,0 +1,41 @@ +
+
+
{{ course.name }}
+
+ +
+
+
+ {{ course.name }} + {% include "course_description" %} + + {% if course.categories.any? %} +
+ {% include "course_categories" %} +
+ {% endif %} + + {% if course.instructors.any? %} +
+ {% include "course_instructors" %} +
+ {% endif %} + + {% if course.events.any? %} +
+ {% include "course_events" %} +
+ {% endif %} +
+
+
+ {% include "course_progress_and_cta" %} +
+ {% include "course_outline" %} +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_course_events.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_course_events.html.liquid new file mode 100644 index 00000000..5fa80eef --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_course_events.html.liquid @@ -0,0 +1,28 @@ +

+ {% t .header %} +

+
+ {% for event in course.events %} +
+ +
+
+ {{ event.title }} +
+
+ {% t shared.event_types, key: event.event_type %} +
+
+ {{ event.sessions.first.time_period }} {{ event.sessions.first.time_zone }} +
+
+
+ {% endfor %} +
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_course_header.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_course_header.html.liquid new file mode 100644 index 00000000..e5c22f09 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_course_header.html.liquid @@ -0,0 +1,16 @@ +
+ {{ current_school.course_vocabulary }} + + +
+
+ + + + {{ course.name }} +
+{{ course.name }} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_course_instructors.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_course_instructors.html.liquid new file mode 100644 index 00000000..8b608928 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_course_instructors.html.liquid @@ -0,0 +1,22 @@ +

+ {% t .header %} +

+
+ {% for instructor in course.instructors %} +
+ {{ instructor.name }} +
+
+ {{ instructor.name }} +
+ +
+
+ {% endfor %} +
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_course_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_course_mobile_view.html.liquid new file mode 100644 index 00000000..7f31ff35 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_course_mobile_view.html.liquid @@ -0,0 +1,40 @@ +
+ {% include "course_header" %} +
+ {% include "course_progress_and_cta" %} +
+
+ +{% if course.progress == 0 %} +
+ {% include "course_description" %} +
+
+ {% include "course_outline" %} +
+{% else %} +
+ {% include "course_outline" %} +
+
+ {% include "course_description" %} +
+{% endif %} + +{% if course.categories.any? %} +
+ {% include "course_categories" %} +
+{% endif %} + +{% if course.instructors.any? %} +
+ {% include "course_instructors" %} +
+{% endif %} + +{% if course.events.any? %} +
+ {% include "course_events" %} +
+{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_course_outline.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_course_outline.html.liquid new file mode 100644 index 00000000..72f97e79 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_course_outline.html.liquid @@ -0,0 +1,40 @@ +
+
+ {% t .header, key: current_school.course_vocabulary %} +
+
+
    + {% for section in course.sections %} +
  1. +
    + {{ section.name }} +
    +
      + {% for activity in section.activities %} + +
    1. + {% if activity.completed? %} + + {% if activity.locked? %} + {% include "course_activity_locked" %} + {% else %} + {% include "course_activity_unlocked", class: "np-course-outline-content-activity-link-completed" %} + {% endif %} +
      + {% else %} + + {% if activity.locked? %} + {% include "course_activity_locked" %} + {% else %} + {% include "course_activity_unlocked", class: "np-course-outline-content-activity-link" %} + {% endif %} +
      + {% endif %} +
    2. + {% endfor %} +
    +
  2. + {% endfor %} +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_course_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_course_progress_and_cta.html.liquid new file mode 100644 index 00000000..29da778b --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_course_progress_and_cta.html.liquid @@ -0,0 +1,46 @@ +
+
+ {% t .header %} +
+
+
+
+
+ +
+ {% t shared.progress, count: course.progress %} +
+
+ +{% if course.learner_can_retake? %} +
+ {% form_authenticity_token %} + +
+{% else %} + + {% if course.enrolled? == false %} + {% t shared.enroll %} + {% elsif course.started? == false %} + {% t shared.course.start, key: current_school.course_vocabulary %} + {% elsif course.completed? %} + {% t shared.course.view, key: current_school.course_vocabulary %} + {% else %} + {% t shared.continue %} + {% endif %} + +{% endif %} + diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_course_version_outdated_alert.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_course_version_outdated_alert.html.liquid new file mode 100644 index 00000000..03e245ab --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_course_version_outdated_alert.html.liquid @@ -0,0 +1,7 @@ +{% if courses.include_courses_to_restart? %} + +{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_course_version_outdated_popup.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_course_version_outdated_popup.html.liquid new file mode 100644 index 00000000..71795884 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_course_version_outdated_popup.html.liquid @@ -0,0 +1,33 @@ +
+
+ + +
+
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_courses_catalog.html.liquid new file mode 100644 index 00000000..c1815e73 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_courses_catalog.html.liquid @@ -0,0 +1,16 @@ +{% if courses.in_catalog.any? %} +
+ {% for course in courses.in_catalog %} +
+ {% include "cards_course" with course %} +
+ {% endfor %} +
+{% else %} + {% capture message %} + {% t shared.zero_state.courses.catalog, + key: current_school.course_vocabulary + %} + {% endcapture %} + {% include "courses_zero_state", message: message %} +{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_courses_index.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_courses_index.html.liquid new file mode 100644 index 00000000..19e7671b --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_courses_index.html.liquid @@ -0,0 +1,16 @@ +{% if courses.enrolled.any? %} +
+ {% for course in courses.enrolled %} +
+ {% include "cards_course" with course %} +
+ {% endfor %} +
+{% else %} + {% capture message %} + {% t shared.zero_state.courses.index, + key: current_school.course_vocabulary + %} + {% endcapture %} + {% include "courses_zero_state", message: message %} +{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_courses_zero_state.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_courses_zero_state.html.liquid new file mode 100644 index 00000000..26e371f7 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_courses_zero_state.html.liquid @@ -0,0 +1,6 @@ +
+
+ {{ message }} +
+ {{ message }} +
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_featured_courses.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_featured_courses.html.liquid new file mode 100644 index 00000000..22ae9a9c --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_featured_courses.html.liquid @@ -0,0 +1,55 @@ + + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_filter_checkbox.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_filter_checkbox.html.liquid new file mode 100644 index 00000000..5cbcbd07 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_filter_checkbox.html.liquid @@ -0,0 +1,10 @@ + + diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_filter_dropdown.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_filter_dropdown.html.liquid new file mode 100644 index 00000000..e7a954bb --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_filter_dropdown.html.liquid @@ -0,0 +1,33 @@ +
+ +
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_filter_select.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_filter_select.html.liquid new file mode 100644 index 00000000..d006c0df --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_filter_select.html.liquid @@ -0,0 +1,22 @@ +{% if params.q %} + +{% endif %} + + + + diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_filters_catalog.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_filters_catalog.html.liquid new file mode 100644 index 00000000..ee0086e3 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_filters_catalog.html.liquid @@ -0,0 +1,228 @@ +
Filters
+
+
+
Core Categories
+
+ {% assign unique_core_categories = "" %} + {% for course in courses.in_catalog %} + {% for category in course.categories %} + {% if category.name contains 'Core' %} + {% unless unique_core_categories contains category.name %} +
+ + +
+ {% assign unique_core_categories = unique_core_categories | append: category.name %} + {% endunless %} + {% endif %} + {% endfor %} + {% endfor %} +
+
Omni Categories
+
+ {% assign unique_omni_categories = "" %} + {% for course in courses.in_catalog %} + {% for category in course.categories %} + {% if category.name contains 'Omni' %} + {% unless unique_omni_categories contains category.name %} +
+ + +
+ {% assign unique_omni_categories = unique_omni_categories | append: category.name %} + {% endunless %} + {% endif %} + {% endfor %} + {% endfor %} +
+
+
+
+
Course Duration
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + + + + + diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_filters_lp.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_filters_lp.html.liquid new file mode 100644 index 00000000..05cbd3a4 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_filters_lp.html.liquid @@ -0,0 +1,76 @@ +
Filters
+
+
+
+
+ + +
+
+ + +
+
+
+
+ + + + + + + + + + + diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_footer.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_footer.html.liquid new file mode 100644 index 00000000..3eb4bc01 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_footer.html.liquid @@ -0,0 +1,53 @@ + + diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_head.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_head.html.liquid new file mode 100644 index 00000000..bda0734b --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_head.html.liquid @@ -0,0 +1,41 @@ +{% styles default %} +{% styles colors %} +{% styles custom %} + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_header.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_header.html.liquid new file mode 100644 index 00000000..61ab4636 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_header.html.liquid @@ -0,0 +1,247 @@ +
+
+
+ {% if current_person.signed_in? %} + + + {% endif %} +
+ {% if current_school.logo_url %} +

+ + {{ current_school.name }} + +

+ {% else %} + + {{ current_school.name }} + + {% endif %} + + + + {% if current_person.signed_in? %} + +
+ + +
+ {% else %} + + {% endif %} +
+
+ +
+
+ {% if current_person.signed_in? %} + {{ current_person.name }} +
+ {{ current_person.name }} +
+ {% endif %} +
+ + {% for website_navigation in navigations.header_navigations %} + + {{ website_navigation.name }} + + {% endfor %} +
+ {% unless current_school.sso_active? %} + + {% t .profile_settings %} + + {% endunless %} + + {% t .sign_out %} + +
+
+
+ + +{% include "messages" %} + + + + diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_header_minimal.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_header_minimal.html.liquid new file mode 100644 index 00000000..6b72cdb2 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_header_minimal.html.liquid @@ -0,0 +1,17 @@ +
+ + {% if current_school.logo_url %} + + {% else %} + + {{ current_school.name }} + + {% endif %} + +
+ +{% include "messages" %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_homepage_testimonials.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_homepage_testimonials.html.liquid new file mode 100644 index 00000000..e13ae40d --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_homepage_testimonials.html.liquid @@ -0,0 +1,26 @@ +
Transformative education for Connected Inventory Performance
+
+
+
+ +
+
Dynamic courses
+
Developed by our product education professionals
+
+
+
+ +
+
Results-driven education
+
Designed for you to meet your business goals
+
+
+
+ +
+
Customer-centered
+
Supporting you through all stages of your journey
+
+
+
+
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_banners.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_banners.html.liquid new file mode 100644 index 00000000..11a1810c --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_banners.html.liquid @@ -0,0 +1,5 @@ +{% if learning_path.new_content_available? %} + {% include "learning_path_new_content_banner" %} +{% else %} + {% include "learning_path_completed_banner" %} +{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_certificate.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_certificate.html.liquid new file mode 100644 index 00000000..3a282c5e --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_certificate.html.liquid @@ -0,0 +1,17 @@ +{% if learning_path.has_certificate? %} + {% if learning_path.certificate_completed? %} +
+ +
+ {% include "learning_path_certificate_content" %} +
+
+ {% else %} +
+ {% include "learning_path_certificate_content" %} +
+ {% endif %} +{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_certificate_content.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_certificate_content.html.liquid new file mode 100644 index 00000000..3feafd59 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_certificate_content.html.liquid @@ -0,0 +1,19 @@ +
+ +

+ {{ learning_path.certificate_name }} +

+ {% if learning_path.certificate_completed? %} + + {% endif %} +
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_completed_banner.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_completed_banner.html.liquid new file mode 100644 index 00000000..6771ac15 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_completed_banner.html.liquid @@ -0,0 +1,17 @@ +{% for category in learning_path.categories %} + {% if category.name contains "Deep Dive: Core" %} + diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_course.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_course.html.liquid new file mode 100644 index 00000000..b59ad189 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_course.html.liquid @@ -0,0 +1,39 @@ +{% if learning_path.enrolled? and course.unlocked? %} + +
+
+
+ {{ course.name }} +
+
+ {% t shared.progress, count: course.progress %} +
+
+ {% if course.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+{% else %} +
+
+
+
+ {{ course.name }} +
+
+ {% if course.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_description.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_description.html.liquid new file mode 100644 index 00000000..fc290540 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_description.html.liquid @@ -0,0 +1,6 @@ +

+ About this Learning Path +

+
+ {{ learning_path.description }} +
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_desktop_content.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_desktop_content.html.liquid new file mode 100644 index 00000000..073241f1 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_desktop_content.html.liquid @@ -0,0 +1,23 @@ +
+
+
+
+ {{ learning_path.name }} +
+ {% include "learning_path_description" %} + {% include "learning_path_instructors" %} +
+
+
+
+
+ {% include "learning_path_progress_and_cta" %} +
+ {% include "learning_path_outline" %} +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_desktop_header.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_desktop_header.html.liquid new file mode 100644 index 00000000..36a19fd1 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_desktop_header.html.liquid @@ -0,0 +1,5 @@ +
+
+ {{ learning_path.name }} +
+
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_desktop_view.html.liquid new file mode 100644 index 00000000..8447443e --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_desktop_view.html.liquid @@ -0,0 +1,2 @@ +{% include "learning_path_desktop_header" %} +{% include "learning_path_desktop_content" %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_instructors.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_instructors.html.liquid new file mode 100644 index 00000000..a8342301 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_instructors.html.liquid @@ -0,0 +1,26 @@ +{% if learning_path.instructors.any? %} +
+

+ {% t shared.instructors %} +

+
+ {% for instructor in learning_path.instructors %} +
+ {{ instructor.name }} +
+
+ {{ instructor.name }} +
+ +
+
+ {% endfor %} +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_mobile_content.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_mobile_content.html.liquid new file mode 100644 index 00000000..92ffd4c8 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_mobile_content.html.liquid @@ -0,0 +1,19 @@ +{% if learning_path.in_progress? %} + {% include "learning_path_outline" %} +
+ {% include "learning_path_description" %} +
+{% else %} +
+ {% include "learning_path_description" %} +
+
+ {% include "learning_path_outline" %} +
+{% endif %} + +{% if learning_path.instructors.any? %} +
+ {% include "learning_path_instructors" %} +
+{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_mobile_header.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_mobile_header.html.liquid new file mode 100644 index 00000000..2bf66a5a --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_mobile_header.html.liquid @@ -0,0 +1,17 @@ +
+
+ {% t shared.learning_path.title %} + +
+
+ {{ learning_path.name }} +
+ {{ learning_path.name }} +
+ {% include "learning_path_progress_and_cta" %} +
+
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_mobile_view.html.liquid new file mode 100644 index 00000000..0e22feb9 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_mobile_view.html.liquid @@ -0,0 +1,2 @@ +{% include "learning_path_mobile_header" %} +{% include "learning_path_mobile_content" %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_new_content_banner.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_new_content_banner.html.liquid new file mode 100644 index 00000000..2bc02d46 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_new_content_banner.html.liquid @@ -0,0 +1,12 @@ +
+
+

{% t .headline %}

+

{% t .description %}

+
+ {% learning_path_next_step_button learning_path, class: "np-learning-path-banner-action np-learning-path-banner-action--primary" %} + {% if learning_path.certificate_link %} + {% t .actions.view_certificate %} + {% endif %} +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_outline.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_outline.html.liquid new file mode 100644 index 00000000..22ddd573 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_outline.html.liquid @@ -0,0 +1,10 @@ +
+ {% for item in learning_path.items %} + {% if item.course? %} + {% include "learning_path_course", course: item %} + {% elsif item.training_event? %} + {% include "learning_path_training_session", training_session: item %} + {% endif %} + {% endfor %} + {% include "learning_path_certificate" %} +
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_progress_and_cta.html.liquid new file mode 100644 index 00000000..341b8ba5 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_progress_and_cta.html.liquid @@ -0,0 +1,17 @@ +{% if learning_path.enrolled? %} +
+
+ {% t shared.progress, count: learning_path.progress %} +
+
+{% endif %} + +{% if current_person.signed_in? == false %} + + Sign In + + {% else %} + {% learning_path_next_step_button learning_path, class: "lp-button" %} +{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_summary_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_summary_desktop_view.html.liquid new file mode 100644 index 00000000..05961c52 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_summary_desktop_view.html.liquid @@ -0,0 +1,3 @@ +{% include "learning_path_desktop_header" %} +{% include "learning_path_banners" %} +{% include "learning_path_desktop_content" %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_summary_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_summary_mobile_view.html.liquid new file mode 100644 index 00000000..f30a09eb --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_summary_mobile_view.html.liquid @@ -0,0 +1,5 @@ +
+ {% include "learning_path_banners" %} +
+{% include "learning_path_mobile_header" %} +{% include "learning_path_mobile_content" %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_training_session.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_training_session.html.liquid new file mode 100644 index 00000000..d5dd8824 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_training_session.html.liquid @@ -0,0 +1,52 @@ +{% if learning_path.enrolled? and training_session.unlocked? %} +
+ +
+ +
+
{{ training_session.name }}
+
{{ training_session.instructors }}
+
+ {{ training_session.time }} {{ training_session.time_zone }} +
+
+ {% if training_session.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+{% else %} +
+
+ +
+
{{ training_session.name }}
+
{{ training_session.caption }}
+
+ {% if training_session.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_learning_paths_index.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_paths_index.html.liquid new file mode 100644 index 00000000..0a47b30b --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_learning_paths_index.html.liquid @@ -0,0 +1,14 @@ +
+ {% if items.any? %} + {% for learning_path in items %} + {% include "cards_learning_path" with learning_path %} + {% endfor %} + {% else %} +
+
+ {% t .empty %} +
+ {% t .empty %} +
+ {% endif %} +
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_messages.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_messages.html.liquid new file mode 100644 index 00000000..059fc568 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_messages.html.liquid @@ -0,0 +1,19 @@ +{% if messages.alert.size > 0 %} +
+
+ {% for message in messages.alert %} +
{{ message }}
+ {% endfor %} +
+
+{% endif %} + +{% if messages.notice.size > 0 %} +
+
+ {% for message in messages.notice %} +
{{ message }}
+ {% endfor %} +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_my_badges_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_my_badges_carousel.html.liquid new file mode 100644 index 00000000..257f709b --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_my_badges_carousel.html.liquid @@ -0,0 +1,84 @@ +{% assign completed_courses = 0 %} +{% for course in courses.enrolled %} + {% if course.progress == 100 and course.properties.badge_course == true %} + {% assign completed_courses = completed_courses | plus: 1 %} + {% endif %} +{% endfor %} + + + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_my_courses_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_my_courses_carousel.html.liquid new file mode 100644 index 00000000..5110d4ae --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_my_courses_carousel.html.liquid @@ -0,0 +1,64 @@ +{% assign counter = 0 %} + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_my_learning_paths_and_courses_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_my_learning_paths_and_courses_carousel.html.liquid new file mode 100644 index 00000000..793ac075 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_my_learning_paths_and_courses_carousel.html.liquid @@ -0,0 +1,73 @@ + +{% assign counter = 0 %} + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_my_learning_paths_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_my_learning_paths_carousel.html.liquid new file mode 100644 index 00000000..4ee0f81a --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_my_learning_paths_carousel.html.liquid @@ -0,0 +1,64 @@ + +{% assign counter = 0 %} +{% assign learning_paths_core = '436eeb7c-b21b-4a07-85c9-379babfa9fca, 4fa9f60b-1ca6-46b4-96d5-e14f3ba55fc5, 8601339c-2ad1-4b45-8d9c-3a47abae134a, cbd97303-1e44-49c7-b3c6-7c6652dd877f, 3efe3edb-d8fc-4c80-9eb3-6ff17b0a11a9' | split: ', ' %} + + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_omni_learning_paths_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_omni_learning_paths_carousel.html.liquid new file mode 100644 index 00000000..aff1ed29 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_omni_learning_paths_carousel.html.liquid @@ -0,0 +1,53 @@ + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_search_result.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_search_result.html.liquid new file mode 100644 index 00000000..00bb8475 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_search_result.html.liquid @@ -0,0 +1,21 @@ +{% if result.type == 'course' %} +
+
+
+ {{ result.name }} +
+
+ + {{ result.name }} + +
+
{{ result.description }}
+
+
+
+
+{%endif%} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_search_zero_state.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_search_zero_state.html.liquid new file mode 100644 index 00000000..4e52c6fb --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_search_zero_state.html.liquid @@ -0,0 +1,13 @@ +
+
+
+

+ {% t .nothing_found %} +

+
+ {% t .empty %} +
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_starting_learning_paths.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_starting_learning_paths.html.liquid new file mode 100644 index 00000000..17c4fdea --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_starting_learning_paths.html.liquid @@ -0,0 +1,11 @@ + +{% for learning_path in learning_paths.enrolled %} + {% for category in learning_path.categories %} + {% if category.name contains 'B2B: Core' %} +
+ {% include "cards_learning_path_homepage" with learning_path %} +
+ {% endif %} + {% endfor %} +{% endfor %} + diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_sub_navigation.html.liquid new file mode 100644 index 00000000..46af698b --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_sub_navigation.html.liquid @@ -0,0 +1,30 @@ + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_training_events_dashboard.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_events_dashboard.html.liquid new file mode 100644 index 00000000..89ff08ad --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_training_events_dashboard.html.liquid @@ -0,0 +1,72 @@ +{% comment %}
+ {% if training_events.enrolled.any? %} + {% for training_event in training_events.enrolled %} +
+ {% include "cards_training_event" with training_event %} +
+ {% endfor %} + {% endif %} +
{% endcomment %} + +{% assign counter = 0 %} + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_training_events_filter.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_events_filter.html.liquid new file mode 100644 index 00000000..d4892278 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_training_events_filter.html.liquid @@ -0,0 +1,53 @@ +
+ +
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_training_events_index.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_events_index.html.liquid new file mode 100644 index 00000000..1c332593 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_training_events_index.html.liquid @@ -0,0 +1,18 @@ +{% assign counter = 0 %} +
+ {% if training_events.available.any? %} +
+ {% for training_event in training_events.available %} +
+ {% include "cards_training_event" with training_event %} +
+ {% assign counter = counter | plus: 1 %} + {% endfor %} +
+ {% endif %} + {% if counter == 0 %} +
+ +
+{% endif %} +
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_training_events_zero_state.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_events_zero_state.html.liquid new file mode 100644 index 00000000..076b789e --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_training_events_zero_state.html.liquid @@ -0,0 +1,9 @@ +
+
+ {% t .empty %} +
+ {% t .empty %} +
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_training_session_calendars.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_calendars.html.liquid new file mode 100644 index 00000000..ad67aef1 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_calendars.html.liquid @@ -0,0 +1,52 @@ + diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_training_session_cta.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_cta.html.liquid new file mode 100644 index 00000000..e8ef954f --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_cta.html.liquid @@ -0,0 +1,53 @@ +{% if training_session.approved? %} +
+ + {% t .registered %} +
+{% elsif training_session.pending? %} +
+ {% t .pending %} +
+{% elsif training_session.denied? %} +
+ {% t .denied %} +
+{% elsif training_session.too_late? %} +
+ {% t .too_late %} +
+{% elsif training_session.no_seats? %} +
+ {% t .no_seats %} +
+{% endif %} +
+
+
+ {% form_authenticity_token %} + + {% if training_session.internal? and training_session.approved? %} + {% if features.training_events_google_calendar? %} + {% include "training_session_calendars" %} + + {% else %} + + {% endif %} + + + {% endif %} + + {% if training_session.not_registered? %} + + {% endif %} +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_training_session_date.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_date.html.liquid new file mode 100644 index 00000000..48694035 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_date.html.liquid @@ -0,0 +1,14 @@ +
+
+
+ {{ training_session.day }} +
+
+
+ {{ training_session.month }} +
+
+ {{ training_session.year }} +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_training_session_description.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_description.html.liquid new file mode 100644 index 00000000..73be4cf4 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_description.html.liquid @@ -0,0 +1,6 @@ +

+ {% t .header %} +

+
+ {{ training_event.description }} +
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_training_session_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_desktop_view.html.liquid new file mode 100644 index 00000000..5c1abfec --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_desktop_view.html.liquid @@ -0,0 +1,40 @@ +
+ {% include "training_session_header" %} +
+
+
+
+
+
+ {% include "training_session_details" %} +
+
+ {% include "training_session_cta" %} +
+
+
+
+ {% include "training_session_description" %} +
+
+
+
+
+
+ {% t shared.more_sessions %} +
+ {% if training_event.sessions.size > 1 %} + {% include "training_session_more_sessions" %} + {% else %} +
+ {% t .empty %} +
+ {% t .empty %} +
+
+ {% endif %} +
+
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_training_session_details.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_details.html.liquid new file mode 100644 index 00000000..ae23b7ac --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_details.html.liquid @@ -0,0 +1,24 @@ +
+ {% include "training_session_date" %} + +
+ + {{ training_session.time_period }} {{ training_session.time_zone }} +
+ + {% if training_session.location %} +
+ + {{ training_session.location }} +
+ {% endif %} + + {% if training_session.session_url %} +
+ + + {{ training_session.session_url }} + +
+ {% endif %} +
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_training_session_header.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_header.html.liquid new file mode 100644 index 00000000..f5408226 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_header.html.liquid @@ -0,0 +1,10 @@ +
+ {% t shared.event_types, key: training_event.event_type %} + +
+
+ + + + {{ training_event.title }} +
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_training_session_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_mobile_view.html.liquid new file mode 100644 index 00000000..00455d4e --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_mobile_view.html.liquid @@ -0,0 +1,22 @@ +
+
+ {% include "training_session_header" %} +
+ {% include "training_session_details" %} +
+ {% include "training_session_cta" %} +
+
+ +
+ {% include "training_session_description" %} +
+ +{% if training_event.sessions.size > 1 %} +
+
+ {% t shared.more_sessions %} +
+ {% include "training_session_more_sessions" %} +
+{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_training_session_more_sessions.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_more_sessions.html.liquid new file mode 100644 index 00000000..6cfafa87 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_more_sessions.html.liquid @@ -0,0 +1,3 @@ +{% for session in training_event.sessions %} + {% include "training_session_tile", current_session: training_session %} +{% endfor %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_training_session_tile.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_tile.html.liquid new file mode 100644 index 00000000..e5ad8714 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_tile.html.liquid @@ -0,0 +1,17 @@ +{% if current_session.id != session.id %} + + +
+
+ {{ session.month }} {{ session.day }}, {{ session.year }} +
+
+ {{ session.time_period }} {{ session.time_zone }} +
+
+ +
+{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/account.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/account.html.liquid new file mode 100644 index 00000000..2ad5d917 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/account.html.liquid @@ -0,0 +1,14 @@ +{% include "header" %} + +
+
+ {% include "account_mobile_view", form: form %} +
+ +
+ {% include "account_desktop_view", form: form %} +
+
+ +{% include "footer" %} + diff --git a/Custom_Templates/customer_templates/Cin7 Internal/auth_url_email.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/auth_url_email.html.liquid new file mode 100644 index 00000000..a413959c --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/auth_url_email.html.liquid @@ -0,0 +1,59 @@ +
+
+ {% include "header_minimal" %} +
+
+ {% form_authenticity_token %} +
+ {% t shared.welcome_to_school, school_name: current_school.name %} +
+
+ {% t .headline, key: current_school.course_vocabulary %} +
+
+ + +
+
+ + +
+
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/auth_url_employee.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/auth_url_employee.html.liquid new file mode 100644 index 00000000..c8d8adf7 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/auth_url_employee.html.liquid @@ -0,0 +1,59 @@ +
+
+ {% include "header_minimal" %} +
+
+ {% form_authenticity_token %} +
+ {% t shared.welcome_to_school, school_name: current_school.name %} +
+
+ {% t .headline, key: current_school.course_vocabulary %} +
+
+ + +
+
+ + +
+
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/auth_url_phone_number.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/auth_url_phone_number.html.liquid new file mode 100644 index 00000000..aafae119 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/auth_url_phone_number.html.liquid @@ -0,0 +1,40 @@ +
+
+ {% include "header_minimal" %} +
+
+
{% t shared.welcome_to_school, school_name: current_school.name %}
+
{% t .headline, key: current_school.course_vocabulary %}
+ {% form_authenticity_token %} +
+ + +
+
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/auth_url_terms.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/auth_url_terms.html.liquid new file mode 100644 index 00000000..a7087db2 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/auth_url_terms.html.liquid @@ -0,0 +1,74 @@ +
+
+ {% include "header_minimal" %} +
+
+
{% t shared.welcome_to_school, school_name: current_school.name %}
+
{% t .headline, key: current_school.course_vocabulary %}
+ {% form_authenticity_token %} +
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/catalog.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/catalog.html.liquid new file mode 100644 index 00000000..497c31d3 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/catalog.html.liquid @@ -0,0 +1,61 @@ + + +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.in_catalog %} + +
+
+
Course Catalog
+
Get the skills and knowledge you need at the moment you need them. Explore our full course catalog.
+
+
+
+
+ {% include 'filters_catalog' %} +
+
+
+ {% include "courses_catalog" %} +
+
+
+{% include "footer" %} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Internal/commerce_catalog.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/commerce_catalog.html.liquid new file mode 100644 index 00000000..497c31d3 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/commerce_catalog.html.liquid @@ -0,0 +1,61 @@ + + +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.in_catalog %} + +
+
+
Course Catalog
+
Get the skills and knowledge you need at the moment you need them. Explore our full course catalog.
+
+
+
+
+ {% include 'filters_catalog' %} +
+
+
+ {% include "courses_catalog" %} +
+
+
+{% include "footer" %} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Internal/course.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/course.html.liquid new file mode 100644 index 00000000..4222a4b1 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/course.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
+
+ {% include "course_desktop_view" %} +
+
+ {% include "course_mobile_view" %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/courses-category.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/courses-category.html.liquid new file mode 100644 index 00000000..59de387b --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/courses-category.html.liquid @@ -0,0 +1,16 @@ +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.in_catalog %} + +
+
Course Catalog
+
+ Browse All Courses +
+
+
+ {% include 'category_cards' %} +
+
+ +
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/courses.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/courses.html.liquid new file mode 100644 index 00000000..a6e036af --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/courses.html.liquid @@ -0,0 +1,23 @@ +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.in_catalog %} + +
+
+
+
{{ catalog.headline }}
+
{{ catalog.subheadline }}
+
+ {% capture label %}{% t shared.filters.by_category %}{% endcapture %} + + {% if courses.in_catalog.any? %} + {% + include "filter_dropdown", + filters: courses.filters, + key: "category_uuid", + label: label + %} + {% endif %} +
+ {% include "courses_catalog" %} +
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/dashboard.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/dashboard.html.liquid new file mode 100644 index 00000000..b787fb1c --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/dashboard.html.liquid @@ -0,0 +1,36 @@ + +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.enrolled %} + + +
+
+
My Dashboard
+
Easily view your badges, start and resume courses and learning paths, and revisit courses you’ve completed here on your dashboard.
+
+
+
+
My Badges
+
+ {% include 'my_badges_carousel' %} +
+
+
+
My Courses & Paths in Progress
+
+ {% include 'my_learning_paths_and_courses_carousel' %} +
+
+
+
Completed Courses
+
+ {% include 'my_courses_carousel' %} +
+
+
+
My Live Events
+
+ {% include "training_events_dashboard" %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/forgot_password.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/forgot_password.html.liquid new file mode 100644 index 00000000..3d65513f --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/forgot_password.html.liquid @@ -0,0 +1,25 @@ +
+
+ {% include "header_minimal" %} +
+
+ {% form_authenticity_token %} +
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/homepage.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/homepage.html.liquid new file mode 100644 index 00000000..1a4bf7f8 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/homepage.html.liquid @@ -0,0 +1,57 @@ + +{% assign log_out = true %} + +{% if current_person.signed_in? %} + {% assign log_out = false %} +{% endif %} + + +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.featured %} +
+
+
+
Welcome to Cin7 Academy
+
Own your development. Level up your product knowledge. Deliver world-class service.
+
+
+ +
+
+
Learn Cin7 Core by your function with Learning Paths
+
+ {% include 'my_learning_paths_carousel' %} +
+ +
Grow and broaden your Cin7 Core expertise with Deep Dives
+
+ {% include "category_carousel_core"%} +
+
Explore Cin7 Omni here
+
+ {% include "category_carousel"%} +
+ +
+
+
Featured Courses: Integrations
+
+ {% include 'featured_courses' %} +
+
+ +
+
+
+ {% include 'homepage_testimonials' %} +
+
+ +
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/learning_path.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/learning_path.html.liquid new file mode 100644 index 00000000..c5eb35af --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/learning_path.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
+
+ {% include "learning_path_desktop_view" %} +
+
+ {% include "learning_path_mobile_view" %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/learning_path_summary.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/learning_path_summary.html.liquid new file mode 100644 index 00000000..99ae32ed --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/learning_path_summary.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
+
+ {% include "learning_path_summary_desktop_view" %} +
+
+ {% include "learning_path_summary_mobile_view" %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/learning_paths.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/learning_paths.html.liquid new file mode 100644 index 00000000..225d6593 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/learning_paths.html.liquid @@ -0,0 +1,103 @@ +{% assign omni = false %} +{% assign core = false %} +{% assign log_out = true %} + +{% if current_person.signed_in? %} + {% assign log_out = false %} + {% for group in current_person.groups %} + {% if group.name contains 'Core' %} + {% assign core = true %} + {% elsif group.name contains 'Omni' %} + {% assign omni = true %} + {% endif %} + {% endfor %} +{% endif %} + +{% if log_out %} + +{% endif %} + +{% include "header" %} +
+
+
Learning Paths
+
Explore curated learning paths tailored to your function and role.
+
+
+
+ {% comment %}
+ {% include 'filters_lp' %} +
{% endcomment %} +
+
+ {% include "learning_paths_index", items: learning_paths.available %} +
+
+
+{% include "footer" %} + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Internal/login.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/login.html.liquid new file mode 100644 index 00000000..bde185dd --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/login.html.liquid @@ -0,0 +1,53 @@ +
+
+ {% include "header_minimal" %} +
+
+ {% form_authenticity_token %} +
+ + +
+
+ + +
+ + + {% t .forgot_password %} + + {% if features.account_creation? %} + + {% t shared.sign_up %} + + {% endif %} + {% if features.request_access? %} + + {{ current_school.request_access_label }} + + {% endif %} +
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/master.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/master.html.liquid new file mode 100644 index 00000000..63345068 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/master.html.liquid @@ -0,0 +1 @@ +{% body %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/not_found.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/not_found.html.liquid new file mode 100644 index 00000000..91c76e4b --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/not_found.html.liquid @@ -0,0 +1,10 @@ +
+ + +
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/private_certificate.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/private_certificate.html.liquid new file mode 100644 index 00000000..15d05419 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/private_certificate.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +{% include "certificates_top_bar" %} +
+
+
+ {% include "certificates_preview" %} + {% include "certificates_info_column" %} +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/public_certificate.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/public_certificate.html.liquid new file mode 100644 index 00000000..15d05419 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/public_certificate.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +{% include "certificates_top_bar" %} +
+
+
+ {% include "certificates_preview" %} + {% include "certificates_info_column" %} +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/reset_password.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/reset_password.html.liquid new file mode 100644 index 00000000..281c6eaa --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/reset_password.html.liquid @@ -0,0 +1,43 @@ +
+
+ {% include "header_minimal" %} +
+
+ + + {% form_authenticity_token %} +
+ + +
+
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/search.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/search.html.liquid new file mode 100644 index 00000000..1b888338 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/search.html.liquid @@ -0,0 +1,20 @@ +{% include "header" %} +
+
+ {% t .title %} +
+
+
+ {% t .showing %} + {{ results.count }} + {% t .results_for %} + "{{ results.term }}" +
+
+ {% if results.items.any? %} + {% render "search_result" for results.items as result %} + {% else %} + {% include "search_zero_state" %} + {% endif %} +
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/sign_up.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/sign_up.html.liquid new file mode 100644 index 00000000..7a903da4 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/sign_up.html.liquid @@ -0,0 +1,72 @@ +
+
+ {% include "header_minimal" %} +
+
+
{% t .create_account %}
+ {% form_authenticity_token %} +
+
+ + +
+
+ + +
+
+
+ + +
+
+ + +
+ + + {% t .terms %} + + {% t .terms_link %} + + +
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/styles.css.liquid b/Custom_Templates/customer_templates/Cin7 Internal/styles.css.liquid new file mode 100644 index 00000000..bb1ab86d --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/styles.css.liquid @@ -0,0 +1,596 @@ + /* + Put your custom overlay styles in here + You can use your northpass color palette in this file + +{{ color_palette.button_font_color }} +{{ color_palette.button_color }} +{{ color_palette.button_hover_color }} +{{ color_palette.header_font_color }} +{{ color_palette.header_font_hover_color }} +{{ color_palette.header_color }} +*/ +body { + font-family: "Inter", sans-serif; + background: #fff; +} + +.lora { + font-family: 'Lora'; +} +.hero-text { + font-family: 'Lora'; +} +.np-header-desktop-nav-link { + font-weight: 700; +} +.np-header-desktop-nav-link:hover { + color: #002EFF; +} +.header-search-input { + border: 3px solid #002e6e; + border-radius: 8px; + max-width: 150px; +} +.note-desc { + font-size: 1vw +} +.np-optional-ribbon { + background: #05CBBF; + color: #fff; + +} +.hero-text { + font-size: 3.5rem; + font-weight: 400; +} +.hero-homepage { + background: linear-gradient(257.71deg, rgba(255, 255, 255, 0) 41.81%, #FFF 99.32%), url('https://s3.amazonaws.com/static.northpass.com/Cin7/1920x300.png'); + background-position: center; + background-size: cover; + padding: 5%; + color: #002f6f; +} + +.hero-subheading { + margin-top: 2%; + font-size: 1.25rem; +} +.np-sub-navigation-content-item-active { + background: #002f6f !important; +} +.np-sub-navigation-content-item-link { + display: flex; + justify-content: center; + background: #05cbbf; + color: #fff; + padding: 15px; + border-radius: 8px; + font-weight: 700; +} +.sub-navigation { + background: #fff; + padding: 1rem 0; +} +.np-sub-navigation-content-item { + margin: 0 15px; +} +.info-icon { + width: 125px; + object-fit: cover; +} +.card { + border-radius: 25px; + background: #fff; + box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; +} +.learning-path-card-image { + width: 100%; + border-radius: 20px 20px 0 0; +} +.card-content-title { + color: #002f6f; + font-size: 1.25rem; + margin: 0; +} +.course-time { + margin-top: 15px; + color: #000000b5; + display: flex; + align-items: center; + gap: 10px +} +.course-desc { + margin-top: 15px; + color: #002f6f; +} +.lp-link { + text-decoration: none; + display: flex; + flex-direction: column; + height: 100%; +} +.slick-track { + margin-left: 0 !important; + margin-right: 0 !important; +} + +.section-lp { + background: #dde9fe; +} +.heading { + font-size: 2.5rem; + color: #002f6f; + padding: 2rem 0; + font-weight: 600; +} +.section { + padding: 1rem 0; +} +.section-featured { + background: #fff; +} + +.np-top-cta { + background: #fff; + border-radius: 20px; + box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; + display: flex; + justify-content: space-between; + align-items: center; +} + +.card-image { + position: relative; +} + +.np-card-ribbon { + top: 0; + right: 0; + border-radius: 0 20px; + text-transform: none; + font-size: 0.85rem; + font-weight: 600; + padding: 5px 12.5px; + background: none; +} + +.lp-progress-text { + font-weight: 700; + font-size: 1.5rem; +} +.lp-button { + background: #002f6f; + color: #fff; + padding: 15px 25px; + border-radius: 25px; + text-decoration: none; + font-weight: 700; + white-space: nowrap; + border: none; +} +.lp-button:hover { + background: #05CBBF; + color: #fff; +} +.lp-course-card { + margin: 30px 0; + background: #fff; + border-radius: 20px; + box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; + } +.learning-path-outline-content { + display: flex; + justify-content: space-between; + width: 100%; + align-items: center; + } + .learning-path-outline-progress { + font-weight: 600; + } + .lp-desktop-wrapper { + padding: 25px; + background: #fff; + box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; + border-radius: 20px; + margin-bottom: 20px; + } + .lp-progress-and-cta-wrapper { + margin-top: 20px; + } + .card { + margin: 10px; + } + + .right-arrow { + position: absolute; + bottom: -30px; + padding-left: 50px; + cursor: pointer; + right: 10px; + font-size: 1.5rem; + } + .left-arrow { + position: absolute; + bottom: -30px; + z-index: 1; + padding-left: 10px; + cursor: pointer; + right: 40px; + font-size: 1.5rem; + } + .heading-dashboard { + text-align: left; + font-size: 2.5rem; + color: #002f6f; + padding: 2rem 0; + font-weight: 600; + margin-left: 2rem; + } + + .my-learning-paths { + background: #fff; + } + + .my-courses { + background: #dde9fe; + } + + .my-events { + background: #4d98ff; + } + + .events { + background: #fff; + } + .card-container { + text-decoration: none; + } + .events-container { + display: flex; + margin: 0 20px; + } + + .catalog-button { + display: flex; + justify-content: center; + background: #002f6f; + color: #fff; + padding: 15px; + border-radius: 8px; + font-weight: 700; + text-decoration: none; + } + .catalog-button-container { + display: flex; + justify-content: flex-end; + } + .hero-catalog-category { + background: #f2ede8; + padding: 5% 20px; + } + .hero-text-catalog-category { + color: #002f6f; + font-size: 3.5rem; + font-weight: 700; + } + .card-learning-path-desktop { + border-radius: 40px; + } + .image-learning-path-desktop { + border-radius: 40px; + } + .category-wrapper { + + } + .category-container { + display: flex; + justify-content: center; + flex-direction: column; + align-items: center; + } + .category-link { + text-decoration: none; + font-size: 1.5rem; + font-weight: 500; + color: #002f6f; + background: #fff; + border: 3px solid; + border-radius: 20px; + padding: 2rem; + max-width: 1000px; + width: 100%; + margin: 10px 0; + } + .category-container { + margin: 20px 0; + } + .np-card-container { + border-radius: 25px; + box-shadow: none; + } + .np-learning-path-image { + border-bottom-left-radius: 20px; + border-top-left-radius: 20px; + width: 100% !important; + height: 100%; + } + .card-content { + background: #fff; + border-radius: 0 0 25px 25px; + padding: 1.5rem; + display: flex; + flex-direction: column; + justify-content: space-between; + height: -webkit-fill-available; + } + .catalog-btn { + background: #002f6f; + color: #fff; + padding: 15px 25px; + border-radius: 25px; + text-decoration: none; + font-weight: 700; + } + .button-wrapper { + display: flex; + justify-content: center; + padding: 2.5% 0; + } + .info { + display: flex; + align-items: center; + max-width: 350px; + gap: 5%; + } + .info-wrapper { + display: flex; + gap: 20px; + justify-content: space-between; + flex-wrap: wrap; + } + .info-heading { + color: #002f6f; + font-weight: 600; + font-size: 1.25rem; + } + .info-desc { + color: #002f6f; + font-size: 1rem; + margin-top: 5px; + } + + .np-footer-logo-image { + filter: none; + opacity: 1; + } + + .section-info { + background: linear-gradient(257.71deg, rgba(255, 255, 255, 0) 41.81%, #FFFFFF 99.32%), #F2EDE8; + } + + .np-footer { + background: url('https://s3.amazonaws.com/static.northpass.com/Cin7/Footer+background.png'); + background-size: cover; + background-repeat: round; + height: 33%; + } + + .footer-heading { + font-size: 1.25rem; + color: #fff; + font-weight: 700; + border-bottom: 1px solid #fff; + padding: 10px 0; + width: 150px; +} + .np-footer-navigation-link { + color: #fff; + font-weight: 500; + } + + .info-section-heading { + padding: 5% 0; + font-weight: 400; + } + .section-content-info { + padding-bottom: 5%; + } + .info-content { + height: 100%; + display: flex; + flex-direction: column; + justify-content: space-evenly; + } + .np-footer-top { + display: flex; + flex-direction: row; + align-items:flex-start; + } + + .np-footer-navigation-list { + flex-direction: column; + gap: 10px; + align-items: flex-start; + } + .np-footer-navigation-link { + padding: 10px 0; + } + .np-footer-navigation { + min-height: 52px; + display: flex; + width: 100%; + justify-content: end; + padding: 0 5%; + } + .np-learning-path-outline-name { + font-weight: 600; + } + + .np-top-image { + border-radius: 25px; + } + + .content-lp-card-padding { + padding: 25px; + } + .np-card-heading, .np-learning-path-outline-name { + color: #002f6f; + } + .np-card-text { + color: #002f6f; + } + + .np-learning-path { + border-radius: 25px; + box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; + } + .np-learning-paths { + background: #fff; + } + .lp-heading { + font-size: 2.5rem; + color: #002f6f; + padding: 3rem 2rem; + font-weight: 500; + } +.category-card { + text-decoration: none; + height: auto !important; +} + +.page-content { + margin: 20px; +} + +.catalog-btn:hover { + background: #05CBBF; + color: #fff; + +} +.info-section-padding { + padding: 0 20px; +} +.zero-state-wrapper { + display: flex; + justify-content: center; + flex-direction: column; + align-items: center; +} +.zero-button-wrapper { + display: flex; +} +.zero-img { + max-width: 400px; +} +.badge-card-image { + width: 60%; +} +.card-badge { + background: #f8f5f2; + display: flex; + justify-content: center; + padding: 2rem; + border-radius: 20px 20px 0 0; +} +.card-category { + background: #002f6f; + display: flex; + justify-content: center; + padding: 2rem; + border-radius: 20px 20px 0 0; +} +.card-content-badge { + text-align: center; +} +.completed-courses { + margin-top: 10px; + font-weight: 500; + color: #002f6f; +} +.recommended { + margin-top: 10px; + color: #000000b5; +} +.np-header-desktop-nav-list { + justify-content: end; +} +.event-card { + max-width: 330px; +} +.np-alert { + display: none; +} +.recommended +{ + color: #000000b5; +} +.course-details { + display: flex; + justify-content: space-between; + align-items: center; + margin-top: 15px; + gap: 10px +} +.card-type +{ + color: #000000b5; + text-align: end; + margin-bottom: 10px; + font-size: 0.85rem; + font-weight: 600; + opacity: 0.75; + margin-top: 20px; + margin-right: 20px; +} +.card-category-image-core { + width: 100%; + border-radius: 20px 20px 0 0; +} +.card-category-core { + background: none; + padding: 0; +} +.card:hover { + transform: translateY(-0.125rem); +} + +@media only screen and (max-width: 768px) { + .hero-text { + font-size: 2.5rem; + } + .hero-subheading { + font-size: 1rem; + } + .heading, .heading-dashboard { + font-size: 2rem; + } + .info-section-heading { + text-align: center; + } + .info-wrapper { + justify-content: center; + } + .np-footer-navigation { + justify-content: flex-start; + } + .np-footer-navigation-link { + padding: 0; + margin: 10px; + } + .events-container { + justify-content: center; + } +} + +.core-category-wrapper { + display: flex; + flex-direction: column; + height: 100%; +} +.course-desc-category-core { + margin-top: 15px; + color: #002f6f; + height: 100%; + display: flex; + align-items: end; +} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/training_events.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/training_events.html.liquid new file mode 100644 index 00000000..d39c0526 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/training_events.html.liquid @@ -0,0 +1,13 @@ +{% include "header" %} + +
+
+
Live Training Events
+
+
+
+
+ {% include "training_events_index" %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/training_session.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/training_session.html.liquid new file mode 100644 index 00000000..5b78b834 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/training_session.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
+
+ {% include "training_session_desktop_view" %} +
+
+ {% include "training_session_mobile_view" %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/training_session_attendance.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/training_session_attendance.html.liquid new file mode 100644 index 00000000..71bb6119 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/training_session_attendance.html.liquid @@ -0,0 +1,43 @@ +{% include "header" %} +
+
+ {% if token %} + +
+ {{ training_session.title }} +
+
+ {% t .info, + event_name: training_session.title, + session_date: training_session.date, + session_time: training_session.time + %} +
+
+ {% t .question %} +
+
+ {% form_authenticity_token %} + + + +
+
+ {% t .salutation %} +
+
+ {{ current_school.name }} +
+ {% else %} + +
+ {% t .success.response_text %} +
+ +
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/unsubscribe.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/unsubscribe.html.liquid new file mode 100644 index 00000000..69a54028 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Internal/unsubscribe.html.liquid @@ -0,0 +1,30 @@ +{% include "header" %} +
+
+ {% if token %} + +
+ {% t .unsubscribe_text %} +
+
+ {% t .resubscribe_text %} +
+
+ {% form_authenticity_token %} + + +
+ {% else %} + +
+ {% t .resubscribed_text %} +
+ {% endif %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_account_avatar.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_account_avatar.html.liquid new file mode 100644 index 00000000..d952af93 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_account_avatar.html.liquid @@ -0,0 +1,66 @@ +
+

{% t .description %}

+

{% t .requirements %}

+
+ + + + +
+
+ +
+ +
+ +
+
+ +
+
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_account_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_account_desktop_view.html.liquid new file mode 100644 index 00000000..8ae8599d --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_account_desktop_view.html.liquid @@ -0,0 +1,19 @@ +
+ + {% form_authenticity_token %} +
+
+
+ + +
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_account_form.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_account_form.html.liquid new file mode 100644 index 00000000..81243d34 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_account_form.html.liquid @@ -0,0 +1,141 @@ +
+ {% t .header %} +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ +{% unless form.options.invite? %} +
+ + +
+ +
+ + + +
+ +
+ + +
+{% endunless %} + +{% if form.options.invite? %} +
+ + + +
+ + {% if form.terms_of_service_required? %} +
+ +
+ {% t .terms_of_service %} + + {% t .terms_link %} + +
+
+ {% else %} +
+ + {% t .terms %} + + {% t .terms_link %} + + +
+ {% endif %} + + +{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_account_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_account_mobile_view.html.liquid new file mode 100644 index 00000000..6ac8c007 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_account_mobile_view.html.liquid @@ -0,0 +1,17 @@ +
+ + {% form_authenticity_token %} +
+
+ {% render "account_form", form: form, version: "mobile" %} +
+
+
+
+ {% include "account_avatar", version: "mobile" %} +
+
+ +
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_account_tabs.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_account_tabs.html.liquid new file mode 100644 index 00000000..f4de6c8e --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_account_tabs.html.liquid @@ -0,0 +1,23 @@ +{% capture settings_path %}{% route account %}{% endcapture %} +{% capture transcript_path %}{% route transcript %}{% endcapture %} + +{% if current_person.signed_in? %} +{% unless current_school.sso_active? %} + +{% endunless %} +{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_badges_cards.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_badges_cards.html.liquid new file mode 100644 index 00000000..27d9efc8 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_badges_cards.html.liquid @@ -0,0 +1,243 @@ + +{% assign completed_courses = 0 %} +{% for course in courses.enrolled %} + {% if course.progress == 100 %} + {% assign completed_courses = completed_courses | plus: 1 %} + {% endif %} +{% endfor %} + + +{% if omni %} + {% if completed_courses > 0%} +
+
+ +
+
+ {% endif %} + {% if completed_courses > 4 %} +
+
+ +
+
+ {% endif %} + {% if completed_courses > 9 %} +
+
+ +
+
+ {% endif %} + {% if completed_courses > 14 %} +
+
+ +
+
+ {% endif %} + {% if completed_courses > 19 %} +
+
+ +
+
+ {% endif %} +{% endif %} +{% if core %} + {% if completed_courses > 0%} +
+
+ +
+
+ {% endif %} + {% if completed_courses > 4%} +
+
+ +
+
+ {% endif %} + {% if completed_courses > 9%} +
+
+ +
+
+ {% endif %} + {% if completed_courses > 14%} +
+
+ +
+
+ {% endif %} + {% if completed_courses > 19%} +
+
+ +
+
+ {% endif %} +{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_cards_course.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_cards_course.html.liquid new file mode 100644 index 00000000..9d7d03b2 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_cards_course.html.liquid @@ -0,0 +1,37 @@ +
+{% capture course_path %}{% route course, id: course.id %}{% endcapture %} + +
+ {{ course.name }} + {% if course.ribbon %} +
+ {{ course.ribbon }} +
+ {% endif %} +
+
+
COURSE
+

+ {{ course.name }} +

+
+ {{ course.short_description }} +
+
+ {% if course.properties.course_duration %} +
+ + {{course.properties.course_duration}} min +
+ {% endif %} +
+
+
+
+ diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_cards_learning_path.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_cards_learning_path.html.liquid new file mode 100644 index 00000000..a8f171fb --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_cards_learning_path.html.liquid @@ -0,0 +1,68 @@ +
+
+
+
+ {{ learning_path.name }} +
+
+
+ +
{% t shared.learning_path.title %}
+
+ {{ learning_path.items.count }} {% t .items %} +
+
+
+
{% t shared.learning_path.title %}
+ +
+ +
+

+ {{ learning_path.name }} +

+ +
+ {{ learning_path.instructor_names }} +
+ +
+ {{ learning_path.description }} +
+ +
+ {% t shared.progress, count: learning_path.progress %} +
+ +
+
+
+
+ + +
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_cards_learning_path_homepage.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_cards_learning_path_homepage.html.liquid new file mode 100644 index 00000000..6609a9ee --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_cards_learning_path_homepage.html.liquid @@ -0,0 +1,27 @@ +
+ +
+ {{ learning_path.name }} + {% if learning_path.name contains "Omni" or learning_path.name contains "Core"%} +
+ {% if learning_path.name contains "Omni" %} + Omni + {% elsif learning_path.name contains "Core" %} + Core + {% endif %} +
+ {%endif%} +
+
+
LEARNING PATH
+

+ {{ learning_path.name }} +

+
+
+
+ diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_cards_training_event.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_cards_training_event.html.liquid new file mode 100644 index 00000000..e797417c --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_cards_training_event.html.liquid @@ -0,0 +1,38 @@ +
+ +
+

+ {{ training_event.title }} +

+
+ {% t shared.event_types, key: training_event.event_type %} +
+
+ +
+
+ {{ training_event.sessions.first.day }} +
+
+
+ {{ training_event.sessions.first.month }} +
+
+ {{ training_event.sessions.first.year }} +
+
+
+
+
+
+
+ + + {% t .sessions, count: training_event.sessions.size %} + +
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_category_cards.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_category_cards.html.liquid new file mode 100644 index 00000000..4c5bc9d8 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_category_cards.html.liquid @@ -0,0 +1,12 @@ + + +
+ +
+
+

{{category.name}}

+
Browse all courses for {{category.name}}.
+
+
+ + diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_category_cards_core.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_category_cards_core.html.liquid new file mode 100644 index 00000000..990b2b16 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_category_cards_core.html.liquid @@ -0,0 +1,25 @@ + + +
+
+ +
+
+

{{category.name | replace: ": Core", " Deep Dives"}}

+
Level up your expertise and enhance your operations with {{category.name | replace: ": Core", " Deep Dives"}}.
+
+
+
+ diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_category_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_category_carousel.html.liquid new file mode 100644 index 00000000..cc7f9cee --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_category_carousel.html.liquid @@ -0,0 +1,64 @@ +{% assign unique_category = "" %} +{% assign category_images = 'https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images/Category+Icon+1.png,https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images/Category+Icon+2.png,https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images/Category+Icon+3.png,https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images/Category+Icon+4.png' | split: ',' %} +{% assign category_counter = 0 %} + + + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_category_carousel_core.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_category_carousel_core.html.liquid new file mode 100644 index 00000000..18a1f61c --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_category_carousel_core.html.liquid @@ -0,0 +1,64 @@ +{% assign unique_category = "" %} +{% assign category_images = 'https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images+core+/Accounting+Deep+Dives+-+Thumbnails.png, https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images+core+/Administrative+Deep+Dives+-+Thumbnail.png, https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images+core+/Product+Management+Deep+Dives+-+Thumbnail.png, https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images+core+/Simple+Manufacturing+Deep+Dives+-+Thumbnail.png, https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images+core+/Warehouse+Operations+Deep+Dives+-+Thumbnail.png' | split: ', ' %} +{% assign category_counter = 0 %} +{% assign core_categories = 'Warehouse Operations: Core, Admin: Core, Product Management: Core, Accounting: Core, Simple Manufacturing: Core' | split: ", " %} + + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_certificates_info_column.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_certificates_info_column.html.liquid new file mode 100644 index 00000000..61adfaba --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_certificates_info_column.html.liquid @@ -0,0 +1,4 @@ +
+ {% include "certificates_verification" %} + {% include "certificates_metadata" %} +
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_certificates_metadata.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_certificates_metadata.html.liquid new file mode 100644 index 00000000..9f4a1dba --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_certificates_metadata.html.liquid @@ -0,0 +1,59 @@ +
+
+ +
+ + {% if certificate.issuer_name_enabled? %} + +
+ {% endif %} + + +
+ +
+
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_certificates_preview.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_certificates_preview.html.liquid new file mode 100644 index 00000000..6357b621 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_certificates_preview.html.liquid @@ -0,0 +1,35 @@ + + +
+
+
+ +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_certificates_top_bar.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_certificates_top_bar.html.liquid new file mode 100644 index 00000000..74a7ae41 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_certificates_top_bar.html.liquid @@ -0,0 +1,44 @@ +
+
+
+

+ {{certificate.certificate_name}} +

+
+
+ {% if certificate.linkedin_sharing_enabled and current_person.signed_in? and certificate.learner_uuid == current_person.id %} + + + {% t .share %} + + {% endif %} + + {% if certificate.generating_pdf %} +
+ +
+ {% else %} + + {% t .download %} + + {% endif %} +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_certificates_verification.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_certificates_verification.html.liquid new file mode 100644 index 00000000..4fc19415 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_certificates_verification.html.liquid @@ -0,0 +1,15 @@ +
+
+
+ +
+
+

+ {{certificate.verification_title}} +

+

+ {{certificate.verification_description}} +

+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_course_activity_locked.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_course_activity_locked.html.liquid new file mode 100644 index 00000000..386393d5 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_course_activity_locked.html.liquid @@ -0,0 +1,4 @@ + + + {{ activity.title }} + diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_course_activity_unlocked.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_course_activity_unlocked.html.liquid new file mode 100644 index 00000000..30c03305 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_course_activity_unlocked.html.liquid @@ -0,0 +1,15 @@ +{% if course.enrolled? %} + + {{ activity.title }} + +{% else%} + + {{ activity.title }} + +{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_course_categories.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_course_categories.html.liquid new file mode 100644 index 00000000..6cfe9010 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_course_categories.html.liquid @@ -0,0 +1,10 @@ +

+ {% t .header %} +

+
+ {% for category in course.categories %} +
+ {{ category.name }} +
+ {% endfor %} +
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_course_description.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_course_description.html.liquid new file mode 100644 index 00000000..269f9216 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_course_description.html.liquid @@ -0,0 +1,6 @@ +

+ {% t .header, key: current_school.course_vocabulary %} +

+
+ {{ course.full_description }} +
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_course_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_course_desktop_view.html.liquid new file mode 100644 index 00000000..6e30d32c --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_course_desktop_view.html.liquid @@ -0,0 +1,65 @@ +{% assign omni = false %} +{% assign core = false %} +{% assign redirect = false %} + +{% if current_person.signed_in? %} + {% for group in current_person.groups %} + {% if group.name contains 'Core' %} + {% assign core = true %} + {% elsif group.name contains 'Omni' %} + {% assign omni = true %} + {% endif %} + {% endfor %} +{% endif %} + +{% if core and course.name contains 'Omni' %} + {% assign redirect = true %} +{% elsif omni and course.name contains 'Core' %} + {% assign redirect = true %} +{% endif %} + +{% if redirect %} + +{% endif %} + +
+
+
{{ course.name }}
+
+ +
+
+
+ {{ course.name }} + {% include "course_description" %} + + {% if course.categories.any? %} +
+ {% include "course_categories" %} +
+ {% endif %} + + {% if course.instructors.any? %} +
+ {% include "course_instructors" %} +
+ {% endif %} + + {% if course.events.any? %} +
+ {% include "course_events" %} +
+ {% endif %} +
+
+
+ {% include "course_progress_and_cta" %} +
+ {% include "course_outline" %} +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_course_events.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_course_events.html.liquid new file mode 100644 index 00000000..5fa80eef --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_course_events.html.liquid @@ -0,0 +1,28 @@ +

+ {% t .header %} +

+
+ {% for event in course.events %} +
+ +
+
+ {{ event.title }} +
+
+ {% t shared.event_types, key: event.event_type %} +
+
+ {{ event.sessions.first.time_period }} {{ event.sessions.first.time_zone }} +
+
+
+ {% endfor %} +
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_course_header.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_course_header.html.liquid new file mode 100644 index 00000000..e5c22f09 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_course_header.html.liquid @@ -0,0 +1,16 @@ +
+ {{ current_school.course_vocabulary }} + + +
+
+ + + + {{ course.name }} +
+{{ course.name }} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_course_instructors.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_course_instructors.html.liquid new file mode 100644 index 00000000..8b608928 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_course_instructors.html.liquid @@ -0,0 +1,22 @@ +

+ {% t .header %} +

+
+ {% for instructor in course.instructors %} +
+ {{ instructor.name }} +
+
+ {{ instructor.name }} +
+ +
+
+ {% endfor %} +
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_course_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_course_mobile_view.html.liquid new file mode 100644 index 00000000..7f31ff35 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_course_mobile_view.html.liquid @@ -0,0 +1,40 @@ +
+ {% include "course_header" %} +
+ {% include "course_progress_and_cta" %} +
+
+ +{% if course.progress == 0 %} +
+ {% include "course_description" %} +
+
+ {% include "course_outline" %} +
+{% else %} +
+ {% include "course_outline" %} +
+
+ {% include "course_description" %} +
+{% endif %} + +{% if course.categories.any? %} +
+ {% include "course_categories" %} +
+{% endif %} + +{% if course.instructors.any? %} +
+ {% include "course_instructors" %} +
+{% endif %} + +{% if course.events.any? %} +
+ {% include "course_events" %} +
+{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_course_outline.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_course_outline.html.liquid new file mode 100644 index 00000000..72f97e79 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_course_outline.html.liquid @@ -0,0 +1,40 @@ +
+
+ {% t .header, key: current_school.course_vocabulary %} +
+
+
    + {% for section in course.sections %} +
  1. +
    + {{ section.name }} +
    +
      + {% for activity in section.activities %} + +
    1. + {% if activity.completed? %} + + {% if activity.locked? %} + {% include "course_activity_locked" %} + {% else %} + {% include "course_activity_unlocked", class: "np-course-outline-content-activity-link-completed" %} + {% endif %} +
      + {% else %} + + {% if activity.locked? %} + {% include "course_activity_locked" %} + {% else %} + {% include "course_activity_unlocked", class: "np-course-outline-content-activity-link" %} + {% endif %} +
      + {% endif %} +
    2. + {% endfor %} +
    +
  2. + {% endfor %} +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_course_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_course_progress_and_cta.html.liquid new file mode 100644 index 00000000..4d712024 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_course_progress_and_cta.html.liquid @@ -0,0 +1,54 @@ +
+
+ {% t .header %} +
+
+
+
+
+ +
+ {% t shared.progress, count: course.progress %} +
+
+ +{% if course.learner_can_retake? %} +
+ {% form_authenticity_token %} + +
+{% else %} +{% if current_person.signed_in? == false%} + + Sign In + +{% else %} + + {% if course.enrolled? == false %} + {% t shared.enroll %} + {% elsif course.started? == false %} + {% t shared.course.start, key: current_school.course_vocabulary %} + {% elsif course.completed? %} + {% t shared.course.view, key: current_school.course_vocabulary %} + {% else %} + {% t shared.continue %} + {% endif %} + +{% endif %} +{% endif %} + diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_course_version_outdated_alert.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_course_version_outdated_alert.html.liquid new file mode 100644 index 00000000..03e245ab --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_course_version_outdated_alert.html.liquid @@ -0,0 +1,7 @@ +{% if courses.include_courses_to_restart? %} + +{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_course_version_outdated_popup.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_course_version_outdated_popup.html.liquid new file mode 100644 index 00000000..71795884 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_course_version_outdated_popup.html.liquid @@ -0,0 +1,33 @@ +
+
+ + +
+
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_courses_catalog.html.liquid new file mode 100644 index 00000000..cb4e36f5 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_courses_catalog.html.liquid @@ -0,0 +1,32 @@ +{% if courses.in_catalog.any? %} +
+ {% for course in courses.in_catalog %} + {% if current_person.signed_in? %} + {% if omni %} + {% if course.name contains 'Omni' %} +
+ {% include "cards_course" with course %} +
+ {% endif %} + {% elsif core %} + {% if course.name contains 'Core' %} +
+ {% include "cards_course" with course %} +
+ {% endif %} + {% endif %} + {% else %} +
+ {% include "cards_course" with course %} +
+ {% endif %} + {% endfor %} +
+{% else %} + {% capture message %} + {% t shared.zero_state.courses.catalog, + key: current_school.course_vocabulary + %} + {% endcapture %} + {% include "courses_zero_state", message: message %} +{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_courses_index.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_courses_index.html.liquid new file mode 100644 index 00000000..19e7671b --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_courses_index.html.liquid @@ -0,0 +1,16 @@ +{% if courses.enrolled.any? %} +
+ {% for course in courses.enrolled %} +
+ {% include "cards_course" with course %} +
+ {% endfor %} +
+{% else %} + {% capture message %} + {% t shared.zero_state.courses.index, + key: current_school.course_vocabulary + %} + {% endcapture %} + {% include "courses_zero_state", message: message %} +{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_courses_zero_state.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_courses_zero_state.html.liquid new file mode 100644 index 00000000..26e371f7 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_courses_zero_state.html.liquid @@ -0,0 +1,6 @@ +
+
+ {{ message }} +
+ {{ message }} +
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_featured_courses.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_featured_courses.html.liquid new file mode 100644 index 00000000..7dcbd8db --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_featured_courses.html.liquid @@ -0,0 +1,84 @@ +{% assign omni = false %} +{% assign core = false %} +{% assign log_out = true %} + +{% if current_person.signed_in? %} + {% assign log_out = false %} + {% for group in current_person.groups %} + {% if group.name contains 'Core' %} + {% assign core = true %} + {% elsif group.name contains 'Omni' %} + {% assign omni = true %} + {% endif %} + {% endfor %} +{% endif %} + + + + + + + diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_filter_checkbox.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_filter_checkbox.html.liquid new file mode 100644 index 00000000..5cbcbd07 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_filter_checkbox.html.liquid @@ -0,0 +1,10 @@ + + diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_filter_dropdown.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_filter_dropdown.html.liquid new file mode 100644 index 00000000..e7a954bb --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_filter_dropdown.html.liquid @@ -0,0 +1,33 @@ +
+ +
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_filter_select.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_filter_select.html.liquid new file mode 100644 index 00000000..d006c0df --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_filter_select.html.liquid @@ -0,0 +1,22 @@ +{% if params.q %} + +{% endif %} + + + + diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_filters_catalog.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_filters_catalog.html.liquid new file mode 100644 index 00000000..d87db12a --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_filters_catalog.html.liquid @@ -0,0 +1,233 @@ +
Filters
+
+
+
Categories
+ {% if omni %} +
+ {% assign unique_omni_categories = "" %} + {% for course in courses.in_catalog %} + {% for category in course.categories %} + {% if category.name contains 'Omni' %} + {% unless unique_omni_categories contains category.name %} +
+ + +
+ {% assign unique_omni_categories = unique_omni_categories | append: category.name %} + {% endunless %} + {% endif %} + {% endfor %} + {% endfor %} +
+ {% elsif core %} +
+ {% assign unique_core_categories = "" %} + {% for course in courses.in_catalog %} + {% if course.name contains '[Core]' %} + {% for category in course.categories %} + {% if category.name contains 'Core' %} + {% unless unique_core_categories contains category.name %} +
+ + +
+ {% assign unique_core_categories = unique_core_categories | append: category.name %} + {% endunless %} + {% endif %} + {% endfor %} + {% endif %} + {% endfor %} +
+ {%elsif log_out%} +
+ {% assign unique_core_categories = "" %} + {% for course in courses.in_catalog %} + {% for category in course.categories %} + {% unless unique_core_categories contains category.name %} +
+ + +
+ {% assign unique_core_categories = unique_core_categories | append: category.name %} + {% endunless %} + {% endfor %} + {% endfor %} +
+ {% endif %} +
+
+
Course Duration
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+ + + + + + diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_footer.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_footer.html.liquid new file mode 100644 index 00000000..47a37d30 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_footer.html.liquid @@ -0,0 +1,85 @@ +{% assign omni = false %} +{% assign core = false %} +{% assign log_out = true %} + +{% if current_person.signed_in? %} + {% assign log_out = false %} + {% for group in current_person.groups %} + {% if group.name contains 'Core' %} + {% assign core = true %} + {% elsif group.name contains 'Omni' %} + {% assign omni = true %} + {% endif %} + {% endfor %} +{% endif %} + + + diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_head.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_head.html.liquid new file mode 100644 index 00000000..bda0734b --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_head.html.liquid @@ -0,0 +1,41 @@ +{% styles default %} +{% styles colors %} +{% styles custom %} + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_header.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_header.html.liquid new file mode 100644 index 00000000..2365d15e --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_header.html.liquid @@ -0,0 +1,262 @@ +{% assign omni = false %} +{% assign core = false %} +{% assign log_out = true %} + +{% if current_person.signed_in? %} + {% assign log_out = false %} + {% for group in current_person.groups %} + {% if group.name contains 'Core' %} + {% assign core = true %} + {% elsif group.name contains 'Omni' %} + {% assign omni = true %} + {% endif %} + {% endfor %} +{% endif %} + +
+
+
+ {% if current_person.signed_in? %} + + + {% endif %} +
+ {% if current_school.logo_url %} +

+ + {{ current_school.name }} + +

+ {% else %} + + {{ current_school.name }} + + {% endif %} + + + + {% if current_person.signed_in? %} + +
+ + +
+ {% else %} + + {% endif %} +
+
+ +
+
+ {% if current_person.signed_in? %} + {{ current_person.name }} +
+ {{ current_person.name }} +
+ {% endif %} +
+ + {% for website_navigation in navigations.header_navigations %} + + {{ website_navigation.name }} + + {% endfor %} +
+ {% unless current_school.sso_active? %} + + {% t .profile_settings %} + + {% endunless %} + + {% t .sign_out %} + +
+
+
+ + +{% include "messages" %} + + + + diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_header_minimal.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_header_minimal.html.liquid new file mode 100644 index 00000000..6b72cdb2 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_header_minimal.html.liquid @@ -0,0 +1,17 @@ +
+ + {% if current_school.logo_url %} + + {% else %} + + {{ current_school.name }} + + {% endif %} + +
+ +{% include "messages" %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_homepage_testimonials.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_homepage_testimonials.html.liquid new file mode 100644 index 00000000..f1d95035 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_homepage_testimonials.html.liquid @@ -0,0 +1,55 @@ +{% if omni %} +
Empowering education for Connected Inventory Performance
+
+
+
+ +
+
In-depth learning
+
Created by our subject matter experts.
+
+
+
+ +
+
Always available
+
Choose when and what to learn at your own pace.
+
+
+
+ +
+
Designed for everyone
+
From basic to advanced, courses for your whole team.
+
+
+
+
+ {% elsif core or log_out%} +
Transformative education for Connected Inventory Performance
+
+
+
+ +
+
Dynamic courses
+
Developed by our product education professionals
+
+
+
+ +
+
Results-driven education
+
Designed for you to meet your business goals
+
+
+
+ +
+
User-centered
+
Supporting you through all stages of your journey
+
+
+
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_banners.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_banners.html.liquid new file mode 100644 index 00000000..11a1810c --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_banners.html.liquid @@ -0,0 +1,5 @@ +{% if learning_path.new_content_available? %} + {% include "learning_path_new_content_banner" %} +{% else %} + {% include "learning_path_completed_banner" %} +{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_carousel.html.liquid new file mode 100644 index 00000000..f23ad37f --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_carousel.html.liquid @@ -0,0 +1,48 @@ + +{% assign counter = 0 %} + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_carousel_core.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_carousel_core.html.liquid new file mode 100644 index 00000000..93d3c9dc --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_carousel_core.html.liquid @@ -0,0 +1,49 @@ + +{% assign counter = 0 %} +{% assign learning_paths_core = '50e59300-af4f-40c5-8731-ee88284d8f0d, 3793a1a2-3efa-4cea-afa9-077585520476, a67a07df-f153-4dce-ae93-90f3d76e77df, cdb26bc8-cd06-48dc-b5c4-57349c27b03d, d7d7ff88-3419-4999-b209-13faea260939' | split: ', ' %} + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_certificate.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_certificate.html.liquid new file mode 100644 index 00000000..3a282c5e --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_certificate.html.liquid @@ -0,0 +1,17 @@ +{% if learning_path.has_certificate? %} + {% if learning_path.certificate_completed? %} +
+ +
+ {% include "learning_path_certificate_content" %} +
+
+ {% else %} +
+ {% include "learning_path_certificate_content" %} +
+ {% endif %} +{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_certificate_content.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_certificate_content.html.liquid new file mode 100644 index 00000000..3feafd59 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_certificate_content.html.liquid @@ -0,0 +1,19 @@ +
+ +

+ {{ learning_path.certificate_name }} +

+ {% if learning_path.certificate_completed? %} + + {% endif %} +
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_completed_banner.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_completed_banner.html.liquid new file mode 100644 index 00000000..1c146f6e --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_completed_banner.html.liquid @@ -0,0 +1,13 @@ +
+ +
+

{% t .headline %}

+

{% t .description %}

+
+ {% if learning_path.certificate_link %} + {% t .actions.certificate %} + {% endif %} + {% t .actions.more_courses %} +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_course.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_course.html.liquid new file mode 100644 index 00000000..b59ad189 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_course.html.liquid @@ -0,0 +1,39 @@ +{% if learning_path.enrolled? and course.unlocked? %} + +
+
+
+ {{ course.name }} +
+
+ {% t shared.progress, count: course.progress %} +
+
+ {% if course.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+{% else %} +
+
+
+
+ {{ course.name }} +
+
+ {% if course.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_description.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_description.html.liquid new file mode 100644 index 00000000..fc290540 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_description.html.liquid @@ -0,0 +1,6 @@ +

+ About this Learning Path +

+
+ {{ learning_path.description }} +
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_desktop_content.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_desktop_content.html.liquid new file mode 100644 index 00000000..501e074d --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_desktop_content.html.liquid @@ -0,0 +1,47 @@ +{% assign omni = false %} +{% assign core = false %} +{% assign redirect = false %} + +{% if current_person.signed_in? %} + {% for group in current_person.groups %} + {% if group.name contains 'Core' %} + {% assign core = true %} + {% elsif group.name contains 'Omni' %} + {% assign omni = true %} + {% endif %} + {% endfor %} +{% endif %} + +{% if core and learning_path.name contains 'Omni' %} + {% assign redirect = true %} +{% elsif omni and learning_path.name contains 'Core' %} + {% assign redirect = true %} +{% endif %} + +{% if redirect %} + +{% endif %} + +
+
+
+
+ {{ learning_path.name }} +
+ {% include "learning_path_description" %} + {% include "learning_path_instructors" %} +
+
+
+
+
+ {% include "learning_path_progress_and_cta" %} +
+ {% include "learning_path_outline" %} +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_desktop_header.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_desktop_header.html.liquid new file mode 100644 index 00000000..36a19fd1 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_desktop_header.html.liquid @@ -0,0 +1,5 @@ +
+
+ {{ learning_path.name }} +
+
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_desktop_view.html.liquid new file mode 100644 index 00000000..8447443e --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_desktop_view.html.liquid @@ -0,0 +1,2 @@ +{% include "learning_path_desktop_header" %} +{% include "learning_path_desktop_content" %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_instructors.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_instructors.html.liquid new file mode 100644 index 00000000..a8342301 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_instructors.html.liquid @@ -0,0 +1,26 @@ +{% if learning_path.instructors.any? %} +
+

+ {% t shared.instructors %} +

+
+ {% for instructor in learning_path.instructors %} +
+ {{ instructor.name }} +
+
+ {{ instructor.name }} +
+ +
+
+ {% endfor %} +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_mobile_content.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_mobile_content.html.liquid new file mode 100644 index 00000000..92ffd4c8 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_mobile_content.html.liquid @@ -0,0 +1,19 @@ +{% if learning_path.in_progress? %} + {% include "learning_path_outline" %} +
+ {% include "learning_path_description" %} +
+{% else %} +
+ {% include "learning_path_description" %} +
+
+ {% include "learning_path_outline" %} +
+{% endif %} + +{% if learning_path.instructors.any? %} +
+ {% include "learning_path_instructors" %} +
+{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_mobile_header.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_mobile_header.html.liquid new file mode 100644 index 00000000..2bf66a5a --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_mobile_header.html.liquid @@ -0,0 +1,17 @@ +
+
+ {% t shared.learning_path.title %} + +
+
+ {{ learning_path.name }} +
+ {{ learning_path.name }} +
+ {% include "learning_path_progress_and_cta" %} +
+
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_mobile_view.html.liquid new file mode 100644 index 00000000..0e22feb9 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_mobile_view.html.liquid @@ -0,0 +1,2 @@ +{% include "learning_path_mobile_header" %} +{% include "learning_path_mobile_content" %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_new_content_banner.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_new_content_banner.html.liquid new file mode 100644 index 00000000..2bc02d46 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_new_content_banner.html.liquid @@ -0,0 +1,12 @@ +
+
+

{% t .headline %}

+

{% t .description %}

+
+ {% learning_path_next_step_button learning_path, class: "np-learning-path-banner-action np-learning-path-banner-action--primary" %} + {% if learning_path.certificate_link %} + {% t .actions.view_certificate %} + {% endif %} +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_outline.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_outline.html.liquid new file mode 100644 index 00000000..22ddd573 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_outline.html.liquid @@ -0,0 +1,10 @@ +
+ {% for item in learning_path.items %} + {% if item.course? %} + {% include "learning_path_course", course: item %} + {% elsif item.training_event? %} + {% include "learning_path_training_session", training_session: item %} + {% endif %} + {% endfor %} + {% include "learning_path_certificate" %} +
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_progress_and_cta.html.liquid new file mode 100644 index 00000000..35abd0b5 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_progress_and_cta.html.liquid @@ -0,0 +1,16 @@ +{% if learning_path.enrolled? %} +
+
+ {% t shared.progress, count: learning_path.progress %} +
+
+{% endif %} +{% if current_person.signed_in? == false %} + + Sign In + + {% else %} + {% learning_path_next_step_button learning_path, class: "lp-button" %} +{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_summary_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_summary_desktop_view.html.liquid new file mode 100644 index 00000000..05961c52 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_summary_desktop_view.html.liquid @@ -0,0 +1,3 @@ +{% include "learning_path_desktop_header" %} +{% include "learning_path_banners" %} +{% include "learning_path_desktop_content" %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_summary_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_summary_mobile_view.html.liquid new file mode 100644 index 00000000..f30a09eb --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_summary_mobile_view.html.liquid @@ -0,0 +1,5 @@ +
+ {% include "learning_path_banners" %} +
+{% include "learning_path_mobile_header" %} +{% include "learning_path_mobile_content" %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_training_session.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_training_session.html.liquid new file mode 100644 index 00000000..ba599f95 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_training_session.html.liquid @@ -0,0 +1,50 @@ +{% if learning_path.enrolled? and training_session.unlocked? %} +
+ +
+ +
+
{{ training_session.name }}
+
+ {{ training_session.time }} {{ training_session.time_zone }} +
+
+ {% if training_session.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+{% else %} +
+
+ +
+
{{ training_session.name }}
+
+ {% if training_session.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_paths_index.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_paths_index.html.liquid new file mode 100644 index 00000000..9e25c2a7 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_paths_index.html.liquid @@ -0,0 +1,22 @@ +
+ {% if items.any? %} + {% for learning_path in items %} + {% if core %} + {% if learning_path.name contains 'Core' %} + {% include "cards_learning_path" with learning_path %} + {% endif %} + {% elsif omni %} + {% if learning_path.name contains 'Omni'%} + {% include "cards_learning_path" with learning_path %} + {% endif %} + {% endif %} + {% endfor %} + {% else %} +
+
+ {% t .empty %} +
+ {% t .empty %} +
+ {% endif %} +
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_messages.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_messages.html.liquid new file mode 100644 index 00000000..059fc568 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_messages.html.liquid @@ -0,0 +1,19 @@ +{% if messages.alert.size > 0 %} +
+
+ {% for message in messages.alert %} +
{{ message }}
+ {% endfor %} +
+
+{% endif %} + +{% if messages.notice.size > 0 %} +
+
+ {% for message in messages.notice %} +
{{ message }}
+ {% endfor %} +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_my_badges_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_my_badges_carousel.html.liquid new file mode 100644 index 00000000..c1c8c46b --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_my_badges_carousel.html.liquid @@ -0,0 +1,63 @@ +{% assign completed_courses = 0 %} +{% for course in courses.enrolled %} + {% if course.progress == 100 %} + {% assign completed_courses = completed_courses | plus: 1 %} + {% endif %} +{% endfor %} + + + + + + diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_my_courses_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_my_courses_carousel.html.liquid new file mode 100644 index 00000000..5110d4ae --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_my_courses_carousel.html.liquid @@ -0,0 +1,64 @@ +{% assign counter = 0 %} + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_my_learning_paths.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_my_learning_paths.html.liquid new file mode 100644 index 00000000..1ccb94da --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_my_learning_paths.html.liquid @@ -0,0 +1,35 @@ + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_my_learning_paths_and_courses_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_my_learning_paths_and_courses_carousel.html.liquid new file mode 100644 index 00000000..7e8b934c --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_my_learning_paths_and_courses_carousel.html.liquid @@ -0,0 +1,67 @@ + +{% assign counter = 0 %} + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_my_learning_paths_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_my_learning_paths_carousel.html.liquid new file mode 100644 index 00000000..8f462c43 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_my_learning_paths_carousel.html.liquid @@ -0,0 +1,65 @@ + +{% assign counter = 0 %} + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_omni_learning_paths_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_omni_learning_paths_carousel.html.liquid new file mode 100644 index 00000000..aff1ed29 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_omni_learning_paths_carousel.html.liquid @@ -0,0 +1,53 @@ + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_search_result.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_search_result.html.liquid new file mode 100644 index 00000000..80c6b7b7 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_search_result.html.liquid @@ -0,0 +1,50 @@ + + +{% if result.type == 'course' %} +{% if omni %} + {% if result.name contains 'Omni' %} +
+
+
+ {{ result.name }} +
+
+ + {{ result.name }} + +
+
{{ result.description }}
+
+
+
+
+{% endif %} +{% elsif core %} + {% if result.name contains 'Core' %} +
+
+
+ {{ result.name }} +
+
+ + {{ result.name }} + +
+
{{ result.description }}
+
+
+
+
+ {% endif %} + +{% endif %} +{%endif%} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_search_zero_state.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_search_zero_state.html.liquid new file mode 100644 index 00000000..4e52c6fb --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_search_zero_state.html.liquid @@ -0,0 +1,13 @@ +
+
+
+

+ {% t .nothing_found %} +

+
+ {% t .empty %} +
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_starting_learning_paths.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_starting_learning_paths.html.liquid new file mode 100644 index 00000000..17c4fdea --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_starting_learning_paths.html.liquid @@ -0,0 +1,11 @@ + +{% for learning_path in learning_paths.enrolled %} + {% for category in learning_path.categories %} + {% if category.name contains 'B2B: Core' %} +
+ {% include "cards_learning_path_homepage" with learning_path %} +
+ {% endif %} + {% endfor %} +{% endfor %} + diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_sub_navigation.html.liquid new file mode 100644 index 00000000..46af698b --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_sub_navigation.html.liquid @@ -0,0 +1,30 @@ + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_events_dashboard.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_events_dashboard.html.liquid new file mode 100644 index 00000000..cfc5d002 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_events_dashboard.html.liquid @@ -0,0 +1,71 @@ +{% comment %}
+ {% if training_events.enrolled.any? %} + {% for training_event in training_events.enrolled %} +
+ {% include "cards_training_event" with training_event %} +
+ {% endfor %} + {% endif %} +
{% endcomment %} + +{% assign counter = 0 %} + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_events_filter.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_events_filter.html.liquid new file mode 100644 index 00000000..d4892278 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_events_filter.html.liquid @@ -0,0 +1,53 @@ +
+ +
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_events_index.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_events_index.html.liquid new file mode 100644 index 00000000..1c332593 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_events_index.html.liquid @@ -0,0 +1,18 @@ +{% assign counter = 0 %} +
+ {% if training_events.available.any? %} +
+ {% for training_event in training_events.available %} +
+ {% include "cards_training_event" with training_event %} +
+ {% assign counter = counter | plus: 1 %} + {% endfor %} +
+ {% endif %} + {% if counter == 0 %} +
+ +
+{% endif %} +
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_events_zero_state.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_events_zero_state.html.liquid new file mode 100644 index 00000000..076b789e --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_events_zero_state.html.liquid @@ -0,0 +1,9 @@ +
+
+ {% t .empty %} +
+ {% t .empty %} +
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_calendars.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_calendars.html.liquid new file mode 100644 index 00000000..ad67aef1 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_calendars.html.liquid @@ -0,0 +1,52 @@ + diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_cta.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_cta.html.liquid new file mode 100644 index 00000000..e8ef954f --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_cta.html.liquid @@ -0,0 +1,53 @@ +{% if training_session.approved? %} +
+ + {% t .registered %} +
+{% elsif training_session.pending? %} +
+ {% t .pending %} +
+{% elsif training_session.denied? %} +
+ {% t .denied %} +
+{% elsif training_session.too_late? %} +
+ {% t .too_late %} +
+{% elsif training_session.no_seats? %} +
+ {% t .no_seats %} +
+{% endif %} +
+
+
+ {% form_authenticity_token %} + + {% if training_session.internal? and training_session.approved? %} + {% if features.training_events_google_calendar? %} + {% include "training_session_calendars" %} + + {% else %} + + {% endif %} + + + {% endif %} + + {% if training_session.not_registered? %} + + {% endif %} +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_date.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_date.html.liquid new file mode 100644 index 00000000..48694035 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_date.html.liquid @@ -0,0 +1,14 @@ +
+
+
+ {{ training_session.day }} +
+
+
+ {{ training_session.month }} +
+
+ {{ training_session.year }} +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_description.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_description.html.liquid new file mode 100644 index 00000000..73be4cf4 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_description.html.liquid @@ -0,0 +1,6 @@ +

+ {% t .header %} +

+
+ {{ training_event.description }} +
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_desktop_view.html.liquid new file mode 100644 index 00000000..5c1abfec --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_desktop_view.html.liquid @@ -0,0 +1,40 @@ +
+ {% include "training_session_header" %} +
+
+
+
+
+
+ {% include "training_session_details" %} +
+
+ {% include "training_session_cta" %} +
+
+
+
+ {% include "training_session_description" %} +
+
+
+
+
+
+ {% t shared.more_sessions %} +
+ {% if training_event.sessions.size > 1 %} + {% include "training_session_more_sessions" %} + {% else %} +
+ {% t .empty %} +
+ {% t .empty %} +
+
+ {% endif %} +
+
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_details.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_details.html.liquid new file mode 100644 index 00000000..ae23b7ac --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_details.html.liquid @@ -0,0 +1,24 @@ +
+ {% include "training_session_date" %} + +
+ + {{ training_session.time_period }} {{ training_session.time_zone }} +
+ + {% if training_session.location %} +
+ + {{ training_session.location }} +
+ {% endif %} + + {% if training_session.session_url %} +
+ + + {{ training_session.session_url }} + +
+ {% endif %} +
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_header.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_header.html.liquid new file mode 100644 index 00000000..f5408226 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_header.html.liquid @@ -0,0 +1,10 @@ +
+ {% t shared.event_types, key: training_event.event_type %} + +
+
+ + + + {{ training_event.title }} +
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_mobile_view.html.liquid new file mode 100644 index 00000000..00455d4e --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_mobile_view.html.liquid @@ -0,0 +1,22 @@ +
+
+ {% include "training_session_header" %} +
+ {% include "training_session_details" %} +
+ {% include "training_session_cta" %} +
+
+ +
+ {% include "training_session_description" %} +
+ +{% if training_event.sessions.size > 1 %} +
+
+ {% t shared.more_sessions %} +
+ {% include "training_session_more_sessions" %} +
+{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_more_sessions.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_more_sessions.html.liquid new file mode 100644 index 00000000..6cfafa87 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_more_sessions.html.liquid @@ -0,0 +1,3 @@ +{% for session in training_event.sessions %} + {% include "training_session_tile", current_session: training_session %} +{% endfor %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_status.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_status.html.liquid new file mode 100644 index 00000000..75116282 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_status.html.liquid @@ -0,0 +1,6 @@ +
+ {% if training_session.approved? %} + + {% endif %} + {{ training_session.status.label }} +
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_tile.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_tile.html.liquid new file mode 100644 index 00000000..e5ad8714 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_tile.html.liquid @@ -0,0 +1,17 @@ +{% if current_session.id != session.id %} + + +
+
+ {{ session.month }} {{ session.day }}, {{ session.year }} +
+
+ {{ session.time_period }} {{ session.time_zone }} +
+
+ +
+{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/account.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/account.html.liquid new file mode 100644 index 00000000..2ad5d917 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/account.html.liquid @@ -0,0 +1,14 @@ +{% include "header" %} + +
+
+ {% include "account_mobile_view", form: form %} +
+ +
+ {% include "account_desktop_view", form: form %} +
+
+ +{% include "footer" %} + diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/auth_url_email.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/auth_url_email.html.liquid new file mode 100644 index 00000000..a413959c --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/auth_url_email.html.liquid @@ -0,0 +1,59 @@ +
+
+ {% include "header_minimal" %} +
+
+ {% form_authenticity_token %} +
+ {% t shared.welcome_to_school, school_name: current_school.name %} +
+
+ {% t .headline, key: current_school.course_vocabulary %} +
+
+ + +
+
+ + +
+
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/auth_url_employee.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/auth_url_employee.html.liquid new file mode 100644 index 00000000..c8d8adf7 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/auth_url_employee.html.liquid @@ -0,0 +1,59 @@ +
+
+ {% include "header_minimal" %} +
+
+ {% form_authenticity_token %} +
+ {% t shared.welcome_to_school, school_name: current_school.name %} +
+
+ {% t .headline, key: current_school.course_vocabulary %} +
+
+ + +
+
+ + +
+
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/auth_url_phone_number.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/auth_url_phone_number.html.liquid new file mode 100644 index 00000000..aafae119 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/auth_url_phone_number.html.liquid @@ -0,0 +1,40 @@ +
+
+ {% include "header_minimal" %} +
+
+
{% t shared.welcome_to_school, school_name: current_school.name %}
+
{% t .headline, key: current_school.course_vocabulary %}
+ {% form_authenticity_token %} +
+ + +
+
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/auth_url_terms.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/auth_url_terms.html.liquid new file mode 100644 index 00000000..a7087db2 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/auth_url_terms.html.liquid @@ -0,0 +1,74 @@ +
+
+ {% include "header_minimal" %} +
+
+
{% t shared.welcome_to_school, school_name: current_school.name %}
+
{% t .headline, key: current_school.course_vocabulary %}
+ {% form_authenticity_token %} +
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/catalog.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/catalog.html.liquid new file mode 100644 index 00000000..36d800ed --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/catalog.html.liquid @@ -0,0 +1,70 @@ +{% assign omni = false %} +{% assign core = false %} +{% assign log_out = true %} + +{% if current_person.signed_in? %} + {% assign log_out = false %} + {% for group in current_person.groups %} + + {% endfor %} +{% endif %} + +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.in_catalog %} + +
+
+
Course Catalog
+
Get the skills and knowledge you need at the moment you need them. Explore our full course catalog.
+
+
+
+
+ {% include 'filters_catalog' %} +
+
+
+ {% include "courses_catalog" %} +
+
+
+{% include "footer" %} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/commerce_catalog.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/commerce_catalog.html.liquid new file mode 100644 index 00000000..36d800ed --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/commerce_catalog.html.liquid @@ -0,0 +1,70 @@ +{% assign omni = false %} +{% assign core = false %} +{% assign log_out = true %} + +{% if current_person.signed_in? %} + {% assign log_out = false %} + {% for group in current_person.groups %} + + {% endfor %} +{% endif %} + +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.in_catalog %} + +
+
+
Course Catalog
+
Get the skills and knowledge you need at the moment you need them. Explore our full course catalog.
+
+
+
+
+ {% include 'filters_catalog' %} +
+
+
+ {% include "courses_catalog" %} +
+
+
+{% include "footer" %} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/course.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/course.html.liquid new file mode 100644 index 00000000..4222a4b1 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/course.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
+
+ {% include "course_desktop_view" %} +
+
+ {% include "course_mobile_view" %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/courses-category.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/courses-category.html.liquid new file mode 100644 index 00000000..59de387b --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/courses-category.html.liquid @@ -0,0 +1,16 @@ +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.in_catalog %} + +
+
Course Catalog
+
+ Browse All Courses +
+
+
+ {% include 'category_cards' %} +
+
+ +
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/courses.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/courses.html.liquid new file mode 100644 index 00000000..a6e036af --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/courses.html.liquid @@ -0,0 +1,23 @@ +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.in_catalog %} + +
+
+
+
{{ catalog.headline }}
+
{{ catalog.subheadline }}
+
+ {% capture label %}{% t shared.filters.by_category %}{% endcapture %} + + {% if courses.in_catalog.any? %} + {% + include "filter_dropdown", + filters: courses.filters, + key: "category_uuid", + label: label + %} + {% endif %} +
+ {% include "courses_catalog" %} +
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/dashboard.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/dashboard.html.liquid new file mode 100644 index 00000000..e7951f87 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/dashboard.html.liquid @@ -0,0 +1,50 @@ +{% assign omni = false %} +{% assign core = false %} +{% assign log_out = true %} + +{% if current_person.signed_in? %} + {% assign log_out = false %} + {% for group in current_person.groups %} + {% if group.name contains 'Core' %} + {% assign core = true %} + {% elsif group.name contains 'Omni' %} + {% assign omni = true %} + {% endif %} + {% endfor %} +{% endif %} + +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.enrolled %} + + +
+
+
My Dashboard
+
Easily view your badges, start and resume courses and learning paths, and revisit courses you’ve completed here on your dashboard.
+
+
+
+
My Badges
+
+ {% include 'my_badges_carousel' %} +
+
+
+
My Courses & Paths in Progress
+
+ {% include 'my_learning_paths_and_courses_carousel' %} +
+
+
+
Completed Courses
+
+ {% include 'my_courses_carousel' %} +
+
+
+
My Live Events
+
+ {% include "training_events_dashboard" %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/forgot_password.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/forgot_password.html.liquid new file mode 100644 index 00000000..3d65513f --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/forgot_password.html.liquid @@ -0,0 +1,25 @@ +
+
+ {% include "header_minimal" %} +
+
+ {% form_authenticity_token %} +
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/homepage.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/homepage.html.liquid new file mode 100644 index 00000000..96798235 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/homepage.html.liquid @@ -0,0 +1,83 @@ +{% assign omni = false %} +{% assign core = false %} +{% assign log_out = true %} + +{% if current_person.signed_in? %} + {% assign log_out = false %} + {% for group in current_person.groups %} + {% if group.name contains 'Core' %} + {% assign core = true %} + {% elsif group.name contains 'Omni' %} + {% assign omni = true %} + {% endif %} + {% endfor %} +{% endif %} + + +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.featured %} +
+
+
+ {% if core %} +
Welcome to Cin7 Core Academy
+ {% elsif omni %} +
Welcome to Cin7 Omni Academy
+ {% elsif log_out %} +
Welcome to Cin7 Academy
+ {% else %} +
Welcome to Cin7 Academy
+ {% endif %} +
Develop your own expertise with Cin7 products to help your customers grow, automate, and improve their businesses.
+
+
+ +
+
+ {% if core %} +
Learn Cin7 Core by your function with Learning Paths
+
+ {% include 'learning_path_carousel_core' %} +
+
Grow and broaden your Cin7 Core expertise with Deep Dives
+
+ {% include "category_carousel_core"%} +
+ {% elsif omni %} +
New to Cin7 Omni? Start learning here!
+
+ {% include "category_carousel"%} +
+ {% elsif log_out %} +
Learn Cin7 Core by function with Learning Paths
+
+ {% include 'learning_path_carousel_core' %} +
+
Grow and broaden your Cin7 Core expertise with Deep Dives
+
+ {% include "category_carousel_core"%} +
+
Learn Cin7 Omni by module and features
+
+ {% include "category_carousel"%} +
+ {% endif %} +
+
+
Featured Courses: Integrations
+
+ {% include 'featured_courses' %} +
+
+ +
+
+
+ {% include 'homepage_testimonials' %} +
+
+ +
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/learning_path.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/learning_path.html.liquid new file mode 100644 index 00000000..c5eb35af --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/learning_path.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
+
+ {% include "learning_path_desktop_view" %} +
+
+ {% include "learning_path_mobile_view" %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/learning_path_summary.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/learning_path_summary.html.liquid new file mode 100644 index 00000000..99ae32ed --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/learning_path_summary.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
+
+ {% include "learning_path_summary_desktop_view" %} +
+
+ {% include "learning_path_summary_mobile_view" %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/learning_paths.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/learning_paths.html.liquid new file mode 100644 index 00000000..046a9398 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/learning_paths.html.liquid @@ -0,0 +1,68 @@ +{% assign omni = false %} +{% assign core = false %} +{% assign log_out = true %} + +{% if current_person.signed_in? %} + {% assign log_out = false %} + {% for group in current_person.groups %} + {% if group.name contains 'Core' %} + {% assign core = true %} + {% elsif group.name contains 'Omni' %} + {% assign omni = true %} + {% endif %} + {% endfor %} +{% endif %} + +{% if log_out %} + +{% endif %} + +{% include "header" %} +
+
+
Learning Paths
+
Explore curated learning paths tailored to your function and role.
+
+
+
+
+ {% if current_person.signed_in? %} + {% include "learning_paths_index", items: learning_paths.available %} + {% else %} +
You must be signed in to view Learning Paths.
+ {% endif %} +
+
+{% include "footer" %} + + diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/login.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/login.html.liquid new file mode 100644 index 00000000..575ce32e --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/login.html.liquid @@ -0,0 +1,53 @@ +
+
+ {% include "header_minimal" %} +
+
+ {% form_authenticity_token %} +
+ + +
+
+ + +
+ + + {% t .forgot_password %} + + {% if features.account_creation? %} + {% comment %} + {% t shared.sign_up %} + {% endcomment %} + {% endif %} + {% if features.request_access? %} + + {{ current_school.request_access_label }} + + {% endif %} +
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/master.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/master.html.liquid new file mode 100644 index 00000000..63345068 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/master.html.liquid @@ -0,0 +1 @@ +{% body %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/not_found.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/not_found.html.liquid new file mode 100644 index 00000000..91c76e4b --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/not_found.html.liquid @@ -0,0 +1,10 @@ +
+ + +
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/private_certificate.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/private_certificate.html.liquid new file mode 100644 index 00000000..15d05419 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/private_certificate.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +{% include "certificates_top_bar" %} +
+
+
+ {% include "certificates_preview" %} + {% include "certificates_info_column" %} +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/public_certificate.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/public_certificate.html.liquid new file mode 100644 index 00000000..15d05419 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/public_certificate.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +{% include "certificates_top_bar" %} +
+
+
+ {% include "certificates_preview" %} + {% include "certificates_info_column" %} +
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/reset_password.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/reset_password.html.liquid new file mode 100644 index 00000000..12bf0d0f --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/reset_password.html.liquid @@ -0,0 +1,43 @@ +
+
+ {% include "header_minimal" %} +
+
+ + + {% form_authenticity_token %} +
+ + +
+
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/search.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/search.html.liquid new file mode 100644 index 00000000..a6a43869 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/search.html.liquid @@ -0,0 +1,36 @@ +{% assign omni = false %} +{% assign core = false %} +{% assign log_out = true %} + +{% if current_person.signed_in? %} + {% assign log_out = false %} + {% for group in current_person.groups %} + {% if group.name contains 'Core' %} + {% assign core = true %} + {% elsif group.name contains 'Omni' %} + {% assign omni = true %} + {% endif %} + {% endfor %} +{% endif %} + + +{% include "header" %} +
+
+ {% t .title %} +
+
+
+ {% t .showing %} + {% comment %} {{ results.count }} {% endcomment %} + {% t .results_for %} + "{{ results.term }}" +
+
+ {% if results.items.any? %} + {% render "search_result" for results.items as result, core: core , omni: omni %} + {% else %} + {% include "search_zero_state" %} + {% endif %} +
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/sign_up.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/sign_up.html.liquid new file mode 100644 index 00000000..c4da7503 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/sign_up.html.liquid @@ -0,0 +1,73 @@ +
+
+ {% include "header_minimal" %} +
+
+
{% t .create_account %}
+ {% form_authenticity_token %} +
+
+ + +
+
+ + +
+
+
+ + +
+
+ + +
+ {% comment %} + {% endcomment %} + + {% t .terms %} + + {% t .terms_link %} + + +
+
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/styles.css.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/styles.css.liquid new file mode 100644 index 00000000..820ba0cb --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/styles.css.liquid @@ -0,0 +1,597 @@ + /* + Put your custom overlay styles in here + You can use your northpass color palette in this file + +{{ color_palette.button_font_color }} +{{ color_palette.button_color }} +{{ color_palette.button_hover_color }} +{{ color_palette.header_font_color }} +{{ color_palette.header_font_hover_color }} +{{ color_palette.header_color }} +*/ +body { + font-family: "Inter", sans-serif; + background: #fff; +} + +.lora { + font-family: 'Lora'; +} +.hero-text { + font-family: 'Lora'; +} +.np-header-desktop-nav-link { + font-weight: 700; +} +.np-header-desktop-nav-link:hover { + color: #002EFF; +} +.header-search-input { + border: 3px solid #002e6e; + border-radius: 8px; + max-width: 150px; +} +.note-desc { + font-size: 1vw +} +.hero-text { + font-size: 3.5rem; + font-weight: 400; +} +.hero-homepage { + background: linear-gradient(257.71deg, rgba(255, 255, 255, 0) 41.81%, #FFF 99.32%), url('https://s3.amazonaws.com/static.northpass.com/Cin7/1920x300.png'); + background-position: center; + background-size: cover; + padding: 5%; + color: #002f6f; +} +.hero-subheading { + margin-top: 2%; + font-size: 1.25rem; +} +.np-sub-navigation-content-item-active { + background: #002f6f !important; +} +.np-sub-navigation-content-item-link { + display: flex; + justify-content: center; + background: #05cbbf; + color: #fff; + padding: 15px; + border-radius: 8px; + font-weight: 700; +} +.sub-navigation { + background: #fff; + padding: 1rem 0; +} +.np-sub-navigation-content-item { + margin: 0 15px; +} +.info-icon { + width: 125px; + object-fit: cover; +} +.card { + border-radius: 25px; + background: #fff; + box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; +} +.learning-path-card-image { + width: 100%; + border-radius: 20px 20px 0 0; +} +.card-content-title { + color: #002f6f; + font-size: 1.25rem; + margin: 0; + height: 46px; +} +.course-time { + color: #000000b5; + display: flex; + align-items: center; + gap: 10px +} +.course-desc { + margin-top: 15px; + color: #002f6f; + height: 60px; +} +.lp-link { + text-decoration: none; +} +.slick-track { + margin-left: 0 !important; + margin-right: 0 !important; +} + +.section-lp { + background: #dde9fe; +} +.heading { + font-size: 2.5rem; + color: #002f6f; + padding: 2rem 0; + font-weight: 600; +} +.section { + padding: 1rem 0; +} +.section-featured { + background: #fff; +} + +.np-top-cta { + background: #fff; + border-radius: 20px; + box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; + display: flex; + justify-content: space-between; + align-items: center; +} + +.card-image { + position: relative; +} +.np-optional-ribbon { + background: #05CBBF; + color: #fff; + +} +.np-card-ribbon { + top: 0; + right: 0; + border-radius: 0 20px; + text-transform: none; + font-size: 0.85rem; + font-weight: 600; + padding: 5px 12.5px; + background: #05CBBF; +} + +.lp-progress-text { + font-weight: 700; + font-size: 1.5rem; +} +.lp-button { + background: #002f6f; + color: #fff; + padding: 15px 25px; + border-radius: 25px; + text-decoration: none; + font-weight: 700; + white-space: nowrap; + border: none; +} +.lp-button:hover { + background: #05CBBF; + color: #fff; +} +.lp-course-card { + margin: 30px 0; + background: #fff; + border-radius: 20px; + box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; + } +.learning-path-outline-content { + display: flex; + justify-content: space-between; + width: 100%; + align-items: center; + } + .learning-path-outline-progress { + font-weight: 600; + } + .lp-desktop-wrapper { + padding: 25px; + background: #fff; + box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; + border-radius: 20px; + margin-bottom: 20px; + } + .lp-progress-and-cta-wrapper { + margin-top: 20px; + } + .card { + margin: 10px; + } + + .right-arrow { + position: absolute; + bottom: -30px; + padding-left: 50px; + cursor: pointer; + right: 10px; + font-size: 1.5rem; + } + .left-arrow { + position: absolute; + bottom: -30px; + z-index: 1; + padding-left: 10px; + cursor: pointer; + right: 40px; + font-size: 1.5rem; + } + .heading-dashboard { + text-align: left; + font-size: 2.5rem; + color: #002f6f; + padding: 2rem 0; + font-weight: 600; + margin-left: 2rem; + } + + .my-learning-paths { + background: #fff; + } + + .my-courses { + background: #dde9fe; + } + + .my-events { + background: #4d98ff; + } + + .events { + background: #fff; + } + .card-container { + text-decoration: none; + } + .events-container { + display: flex; + margin: 0 20px; + } + + .catalog-button { + display: flex; + justify-content: center; + background: #002f6f; + color: #fff; + padding: 15px; + border-radius: 8px; + font-weight: 700; + text-decoration: none; + } + .catalog-button-container { + display: flex; + justify-content: flex-end; + } + .hero-catalog-category { + background: #f2ede8; + padding: 5% 20px; + } + .hero-text-catalog-category { + color: #002f6f; + font-size: 3.5rem; + font-weight: 700; + } + .card-learning-path-desktop { + border-radius: 40px; + } + .image-learning-path-desktop { + border-radius: 40px; + } + .category-wrapper { + + } + .category-container { + display: flex; + justify-content: center; + flex-direction: column; + align-items: center; + } + .category-link { + text-decoration: none; + font-size: 1.5rem; + font-weight: 500; + color: #002f6f; + background: #fff; + border: 3px solid; + border-radius: 20px; + padding: 2rem; + max-width: 1000px; + width: 100%; + margin: 10px 0; + } + .category-container { + margin: 20px 0; + } + .np-card-container { + border-radius: 25px; + box-shadow: none; + } + .np-learning-path-image { + border-bottom-left-radius: 20px; + border-top-left-radius: 20px; + width: 100% !important; + height: 100%; + } + .card-content { + background: #fff; + border-radius: 0 0 25px 25px; + padding: 1.5rem; + } + .catalog-btn { + background: #002f6f; + color: #fff; + padding: 15px 25px; + border-radius: 25px; + text-decoration: none; + font-weight: 700; + } + .button-wrapper { + display: flex; + justify-content: center; + padding: 2.5% 0; + } + .info { + display: flex; + align-items: center; + max-width: 400px; + gap: 5%; + } + .info-wrapper { + display: flex; + gap: 20px; + justify-content: space-between; + flex-wrap: wrap; + } + .info-heading { + color: #002f6f; + font-weight: 600; + font-size: 1.25rem; + } + .info-desc { + color: #002f6f; + font-size: 1rem; + margin-top: 5px; + } + + .np-footer-logo-image { + filter: none; + opacity: 1; + } + + .section-info { + background: linear-gradient(257.71deg, rgba(255, 255, 255, 0) 41.81%, #FFFFFF 99.32%), #F2EDE8; + } + + .np-footer { + background: url('https://s3.amazonaws.com/static.northpass.com/Cin7/Footer+background.png'); + background-size: cover; + background-repeat: round; + height: 28%; + } + .np-alert { + display: none; + } + + .footer-heading { + font-size: 1.25rem; + color: #fff; + font-weight: 700; + border-bottom: 1px solid #fff; + padding: 10px 0; + width: 150px; +} + .np-footer-navigation-link { + color: #fff; + font-weight: 500; + } + + .info-section-heading { + padding: 5% 0; + font-weight: 400; + } + .section-content-info { + padding-bottom: 5%; + } + .info-content { + height: 100%; + display: flex; + flex-direction: column; + justify-content: space-evenly; + } + .np-footer-top { + display: flex; + flex-direction: row; + align-items:flex-start; + } + + .np-footer-navigation-list { + flex-direction: column; + gap: 10px; + align-items: flex-start; + } + .np-footer-navigation-link { + padding: 10px 0; + } + .np-footer-navigation { + min-height: 52px; + display: flex; + width: 100%; + justify-content: end; + padding: 0 5%; + } + .np-learning-path-outline-name { + font-weight: 600; + } + + .np-top-image { + border-radius: 25px; + } + + .content-lp-card-padding { + padding: 25px; + } + .np-card-heading, .np-learning-path-outline-name { + color: #002f6f; + } + .np-card-text { + color: #002f6f; + } + + .np-learning-path { + border-radius: 25px; + box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; + } + .np-learning-paths { + background: #fff; + } + .lp-heading { + font-size: 2.5rem; + color: #002f6f; + padding: 3rem 2rem; + font-weight: 500; + } +.category-card { + text-decoration: none; + height: auto !important; +} + +.page-content { + margin: 20px; +} + +.catalog-btn:hover { + background: #05CBBF; + color: #fff; + +} +.info-section-padding { + padding: 0 20px; +} +.zero-state-wrapper { + display: flex; + justify-content: center; + flex-direction: column; + align-items: center; +} +.zero-button-wrapper { + display: flex; +} +.zero-img { + max-width: 400px; +} +.badge-card-image { + width: 60%; +} +.card-badge { + background: #FFFFFF; + display: flex; + justify-content: center; + padding: 2rem; + border-radius: 20px 20px 0 0; +} +.card-category { + background: #002f6f; + display: flex; + justify-content: center; + padding: 2rem; + border-radius: 20px 20px 0 0; +} +.card-content-badge { + text-align: center; + padding: 0; +} +.completed-courses { + margin-top: 10px; + font-weight: 500; + color: #002f6f; +} +.np-header-desktop-nav-list { + justify-content: end; +} +.event-card { + max-width: 330px; +} +.recommended +{ + color: #000000b5; +} + +.card-type +{ + color: #000000b5; + text-align: end; + margin-bottom: 10px; + font-size: 0.85rem; + font-weight: 600; + opacity: 0.75; +} +.course-details { + display: flex; + justify-content: space-between; + align-items: center; + margin-top: 15px; + gap: 10px +} + +.card:hover { + transform: translateY(-0.125rem); +} + +.card-category-core { + background: none; + padding: 0; +} +.card-category-image-core { + width: 100%; + border-radius: 20px 20px 0 0; +} + +@media only screen and (max-width: 768px) { + .hero-text { + font-size: 2.5rem; + } + .hero-subheading { + font-size: 1rem; + } + .heading, .heading-dashboard { + font-size: 2rem; + } + .info-section-heading { + text-align: center; + } + .info-wrapper { + justify-content: center; + } + .np-footer-navigation { + justify-content: flex-start; + } + .np-footer-navigation-link { + padding: 0; + margin: 10px; + } + .events-container { + justify-content: center; + } + .dropdown { + display: flex; + justify-content: flex-start; + position: relative; + margin-bottom: 20px; + } +} + +.core-category-wrapper { + display: flex; + flex-direction: column; + height: 100%; +} +.course-desc-category-core { + margin-top: 15px; + color: #002f6f; + height: 100%; + display: flex; + align-items: end; +} +.card-content-core { + display: flex; + flex-direction: column; + justify-content: space-between; +} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/training_events.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/training_events.html.liquid new file mode 100644 index 00000000..d39c0526 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/training_events.html.liquid @@ -0,0 +1,13 @@ +{% include "header" %} + +
+
+
Live Training Events
+
+
+
+
+ {% include "training_events_index" %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/training_session.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/training_session.html.liquid new file mode 100644 index 00000000..5b78b834 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/training_session.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
+
+ {% include "training_session_desktop_view" %} +
+
+ {% include "training_session_mobile_view" %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/training_session_attendance.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/training_session_attendance.html.liquid new file mode 100644 index 00000000..71bb6119 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/training_session_attendance.html.liquid @@ -0,0 +1,43 @@ +{% include "header" %} +
+
+ {% if token %} + +
+ {{ training_session.title }} +
+
+ {% t .info, + event_name: training_session.title, + session_date: training_session.date, + session_time: training_session.time + %} +
+
+ {% t .question %} +
+
+ {% form_authenticity_token %} + + + +
+
+ {% t .salutation %} +
+
+ {{ current_school.name }} +
+ {% else %} + +
+ {% t .success.response_text %} +
+ +
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/transcript.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/transcript.html.liquid new file mode 100644 index 00000000..b6cb5428 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/transcript.html.liquid @@ -0,0 +1,8 @@ +{% include "header" %} +{% include "account_tabs" %} + +
+ {% transcript %} +
+ +{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/unsubscribe.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/unsubscribe.html.liquid new file mode 100644 index 00000000..69a54028 --- /dev/null +++ b/Custom_Templates/customer_templates/Cin7 Sandbox/unsubscribe.html.liquid @@ -0,0 +1,30 @@ +{% include "header" %} +
+
+ {% if token %} + +
+ {% t .unsubscribe_text %} +
+
+ {% t .resubscribe_text %} +
+
+ {% form_authenticity_token %} + + +
+ {% else %} + +
+ {% t .resubscribed_text %} +
+ {% endif %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Crayon/_cards_course.html.liquid b/Custom_Templates/customer_templates/Crayon/_cards_course.html.liquid new file mode 100644 index 00000000..96096b5c --- /dev/null +++ b/Custom_Templates/customer_templates/Crayon/_cards_course.html.liquid @@ -0,0 +1,134 @@ + +{% assign architect_certification_course_image = 'https://s3.amazonaws.com/static.northpass.com/Crayon+Academy/course+images/ArchitectBadge-512x566.png' %} +{% assign activator_certification_course_image = 'https://s3.amazonaws.com/static.northpass.com/Crayon+Academy/course+images/AcademyBadge-Activator.png' %} +{% assign accelerator_certification_course_image = 'https://s3.amazonaws.com/static.northpass.com/Crayon+Academy/course+images/AcceleratorBadge-512x566.png' %} + +{% assign is_architect_certification_course_image = false %} +{% assign is_activator_certification_course_image = false %} +{% assign is_accelerator_certification_course_image = false %} + + {% if course.name == 'Architect Certification Course' %} + {% assign is_architect_certification_course_image = true %} + {% elsif course.name == 'Activator Certification Course' %} + {% assign is_activator_certification_course_image = true %} + {% elsif course.name == 'Accelerator Certification Course' %} + {% assign is_accelerator_certification_course_image = true %} + {%endif%} + + +
+
+ {% if course.ribbon %} +
+ {{ course.ribbon }} +
+ {% endif %} + {% if is_architect_certification_course_image == true %} + {{ course.name }} + {% elsif is_activator_certification_course_image == true %} + {{ course.name }} + {% elsif is_accelerator_certification_course_image == true %} + {{ course.name }} + {% else %} + {{ course.name }} + {%endif%} +
+

+ {% if is_architect_certification_course_image == true %} + Learn how to drive adoption
of competitive intelligence + {% elsif is_activator_certification_course_image == true %} + Learn how to gather &
distribute competitive intelligence + {% elsif is_accelerator_certification_course_image == true %} + Learn how to analyze + competitive intelligence + {%else%} + {{course.name}} + {% endif %} +

+
+ {{ course.instructor_names }} +
+ + +
+
+
+ + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Crayon/_carousel_courses.html.liquid b/Custom_Templates/customer_templates/Crayon/_carousel_courses.html.liquid new file mode 100644 index 00000000..9e17e39a --- /dev/null +++ b/Custom_Templates/customer_templates/Crayon/_carousel_courses.html.liquid @@ -0,0 +1,82 @@ +{% assign topic_classname = topic | split: " " %} + + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Crayon/_carousel_events.html.liquid b/Custom_Templates/customer_templates/Crayon/_carousel_events.html.liquid new file mode 100644 index 00000000..ab5b3388 --- /dev/null +++ b/Custom_Templates/customer_templates/Crayon/_carousel_events.html.liquid @@ -0,0 +1,37 @@ + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Crayon/_course_header.html.liquid b/Custom_Templates/customer_templates/Crayon/_course_header.html.liquid new file mode 100644 index 00000000..c72585c8 --- /dev/null +++ b/Custom_Templates/customer_templates/Crayon/_course_header.html.liquid @@ -0,0 +1,16 @@ +
+ {{ current_school.course_vocabulary }} + + +
+
+ + + + {{ course.name }} +
+{{ course.name }} diff --git a/Custom_Templates/customer_templates/Crayon/_course_outline.html.liquid b/Custom_Templates/customer_templates/Crayon/_course_outline.html.liquid new file mode 100644 index 00000000..96b2d282 --- /dev/null +++ b/Custom_Templates/customer_templates/Crayon/_course_outline.html.liquid @@ -0,0 +1,16 @@ +
+
+ {% t .header, key: current_school.course_vocabulary %} +
+
+
    + {% for section in course.sections %} +
  1. +
    + {{ section.name }} +
    +
  2. + {% endfor %} +
+
+
diff --git a/Custom_Templates/customer_templates/Crayon/_custom_header.html.liquid b/Custom_Templates/customer_templates/Crayon/_custom_header.html.liquid new file mode 100644 index 00000000..be231152 --- /dev/null +++ b/Custom_Templates/customer_templates/Crayon/_custom_header.html.liquid @@ -0,0 +1,170 @@ +
+
+
+ {% if current_person.signed_in? %} + + + {% endif %} +
+ +

+ + + +

+ + + {%include 'sub_navigation'%} + + {% if current_person.signed_in? %} + +
+ + +
+ {% else %} +
+ {% endif %} + +
+ +
+
+
+
+ + {% include "messages" %} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Crayon/_filter_by_progress.html.liquid b/Custom_Templates/customer_templates/Crayon/_filter_by_progress.html.liquid new file mode 100644 index 00000000..b8effef5 --- /dev/null +++ b/Custom_Templates/customer_templates/Crayon/_filter_by_progress.html.liquid @@ -0,0 +1,116 @@ +{% assign topic_classname = topic | split: " " %} + +
+ {% if label %} +
+ {{ label }} +
+ {% endif %} +
+ + + +
+
+ + + diff --git a/Custom_Templates/customer_templates/Crayon/_head.html.liquid b/Custom_Templates/customer_templates/Crayon/_head.html.liquid new file mode 100644 index 00000000..9531e766 --- /dev/null +++ b/Custom_Templates/customer_templates/Crayon/_head.html.liquid @@ -0,0 +1,12 @@ +{% styles default %} +{% styles colors %} +{% styles custom %} + + + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Crayon/_onboarding_cards_course.html.liquid b/Custom_Templates/customer_templates/Crayon/_onboarding_cards_course.html.liquid new file mode 100644 index 00000000..959fb9d9 --- /dev/null +++ b/Custom_Templates/customer_templates/Crayon/_onboarding_cards_course.html.liquid @@ -0,0 +1,34 @@ +
+
+ {% if course.ribbon %} +
+ {{ course.ribbon }} +
+ {% endif %} + {{ course.name }} +
+

+ {{ course.name }} +

+
+ {{ course.instructor_names }} +
+ +
+
+
diff --git a/Custom_Templates/customer_templates/Crayon/_progress_circle.html.liquid b/Custom_Templates/customer_templates/Crayon/_progress_circle.html.liquid new file mode 100644 index 00000000..040aeed1 --- /dev/null +++ b/Custom_Templates/customer_templates/Crayon/_progress_circle.html.liquid @@ -0,0 +1,47 @@ +
+ + + + + {{ count }} + + +

+ {{ name }} +

+
+ + diff --git a/Custom_Templates/customer_templates/Crayon/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Crayon/_sub_navigation.html.liquid new file mode 100644 index 00000000..88dbf674 --- /dev/null +++ b/Custom_Templates/customer_templates/Crayon/_sub_navigation.html.liquid @@ -0,0 +1,52 @@ + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Crayon/_widget_course_progress.html.liquid b/Custom_Templates/customer_templates/Crayon/_widget_course_progress.html.liquid new file mode 100644 index 00000000..23c95162 --- /dev/null +++ b/Custom_Templates/customer_templates/Crayon/_widget_course_progress.html.liquid @@ -0,0 +1,131 @@ +{% assign ring_background_color = 'rgba(192, 220, 246, 0.6)' %} +{% assign ring_fill_color = '#0274de' %} +{% assign number_color = 'rgb(0, 0, 0)' %} +{% assign text_color = '#0274de' %} +{% assign background_color = 'white' %} + +
+
+ {% if courses.enrolled.any? %} + {% assign countComplete = 0 %} + {% assign countInProgress = 0 %} + {% assign countNotStarted = 0 %} + {% assign countTotal = 0 | times: 1.0 %} + {% for course in courses.enrolled %} + {% assign countTotal = countTotal | plus: 1 %} + {% if course.progress == 100 %} + {% assign countComplete = countComplete | plus: 1 %} + {% endif %} + {% if course.progress > 0 and course.progress < 100 %} + {% assign countInProgress = countInProgress | plus: 1 %} + {% endif %} + {% if course.progress == 0 %} + {% assign countNotStarted = countNotStarted | plus: 1 %} + {% endif %} + {% endfor %} + + {% else %} + {% capture message %} + {% t shared.zero_state.courses.index, + key: current_school.course_vocabulary + %} + {% endcapture %} + {% include "courses_zero_state", message: message %} + {% endif %} +
+
+ + + diff --git a/Custom_Templates/customer_templates/Crayon/auth_url_email.html.liquid b/Custom_Templates/customer_templates/Crayon/auth_url_email.html.liquid new file mode 100644 index 00000000..0fef30a3 --- /dev/null +++ b/Custom_Templates/customer_templates/Crayon/auth_url_email.html.liquid @@ -0,0 +1,217 @@ +
+
+ +
+
+ + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Crayon/catalog.html.liquid b/Custom_Templates/customer_templates/Crayon/catalog.html.liquid new file mode 100644 index 00000000..f2ee59c4 --- /dev/null +++ b/Custom_Templates/customer_templates/Crayon/catalog.html.liquid @@ -0,0 +1,262 @@ + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Crayon/course.html.liquid b/Custom_Templates/customer_templates/Crayon/course.html.liquid new file mode 100644 index 00000000..816a88d3 --- /dev/null +++ b/Custom_Templates/customer_templates/Crayon/course.html.liquid @@ -0,0 +1,16 @@ +{% comment %} {% endcomment %} +{% include "header" %} +
+
+ {% include "course_desktop_view" %} +
+
+ {% include "course_mobile_view" %} +
+
+{% include "footer" %} + diff --git a/Custom_Templates/customer_templates/Crayon/dashboard.html.liquid b/Custom_Templates/customer_templates/Crayon/dashboard.html.liquid new file mode 100644 index 00000000..9c2c0727 --- /dev/null +++ b/Custom_Templates/customer_templates/Crayon/dashboard.html.liquid @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Crayon/homepage.html.liquid b/Custom_Templates/customer_templates/Crayon/homepage.html.liquid new file mode 100644 index 00000000..31a6c2a0 --- /dev/null +++ b/Custom_Templates/customer_templates/Crayon/homepage.html.liquid @@ -0,0 +1,231 @@ +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.in_catalog %} +{% comment %}{% include "sub_navigation" %}{% endcomment %} +{% comment %} https://s3.amazonaws.com/static.northpass.com/Crayon/acceleratorBadge.png {% endcomment %} +{% comment %} https://s3.amazonaws.com/static.northpass.com/Crayon/activatorBadge.png {% endcomment %} +{% comment %} https://s3.amazonaws.com/static.northpass.com/Crayon/architectBadge.png {% endcomment %} + +{% assign architect_course_done = false %} +{% assign activator_course_done = false %} +{% assign accelerator_course_done = false %} + +{% assign architect_course_in_progress = false %} +{% assign activator_course_in_progress = false %} +{% assign accelerator_course_in_progress = false %} + + +{% assign architect_course_started = true %} +{% assign activator_course_started = true %} +{% assign accelerator_course_started = true %} + +{% for course in courses.in_catalog %} + {% if course.name == 'Architect Certification Course'%} + {% if course.progress == 100 %} + {% assign architect_course_done = true %} + {% elsif course.progress > 0 and course.progress < 100 %} + {% assign architect_course_in_progress = true %} + {% else %} + {% assign architect_course_started = false %} + {% endif %} + {% endif %} + {% if course.name == 'Activator Certification Course'%} + {% if course.progress == 100 %} + {% assign activator_course_done = true %} + {% elsif course.progress > 0 and course.progress < 100 %} + {% assign activator_course_in_progress = true %} + {% else %} + {% assign activator_course_started = false %} + {% endif %} + {% endif %} + {% if course.name == 'Accelerator Certification Course'%} + {% if course.progress == 100 %} + {% assign accelerator_course_done = true %} + {% elsif course.progress > 0 and course.progress < 100 %} + {% assign accelerator_course_in_progress = true %} + {% else %} + {% assign accelerator_course_started = false %} + {% endif %} + {%endif%} +{% endfor %} + +
+
+
+
+
+
, {{current_person.first_name}}! + + {% assign incomplete_course_count = 0 %} + {% assign default_course = 'Architect Certification Course' %} + + {% if architect_course_started == true and architect_course_done == false %} + Ready to complete the Architect Certification Course? + {% elsif activator_course_started == true and activator_course_done == false %} + Ready to complete the Activator Certification Course? + {% elsif accelerator_course_started == true and accelerator_course_done == false %} + Ready to complete the Accelerator Certification Course? + {% else %} + {% if architect_course_done == false %} + {% assign incomplete_course_count = incomplete_course_count | plus: 1 %} + {% endif %} + + {% if activator_course_done == false %} + {% assign incomplete_course_count = incomplete_course_count | plus: 1 %} + {% endif %} + + {% if accelerator_course_done == false %} + {% assign incomplete_course_count = incomplete_course_count | plus: 1 %} + {% endif %} + + {% if architect_course_done == true %} + {% assign default_course = 'Activator Certification Course' %} + {% endif %} + + {% if incomplete_course_count > 1 and default_course != 'Architect Certification Course' %} + Ready to complete the Accelerator Certification Course? + {% elsif incomplete_course_count > 0 %} + Ready to complete the {{ default_course }}? + {% else %} + {% if architect_course_done == true and activator_course_done == false and accelerator_course_done == false %} + Ready to begin Accelerator Certification Course? + {% elsif activator_course_done == true and accelerator_course_done == false and architect_course_done == false %} + Ready to begin Architect Certification Course? + {% elsif accelerator_course_done == true and activator_course_done == false and architect_course_done == false %} + Ready to begin Architect Certification Course? + {% else %} + You've completed every available course. 🎉 + {% endif %} + {% endif %} + {% endif %} + + +
+ {% comment %}
This is what’s relevant to you right now in Competitive Advantage Academy
{%endcomment%} +
+
+
+ +
+
+ + {% for course in courses.in_catalog %} + {% if course.name == 'Activator Certification Course' %} +
+
+ {% if course.progress == 0 %} + ⛔️ NOT STARTED + {% elsif course.progress > 0 and course.progress < 100%} + ✍️ IN PROGRESS + {% elsif course.progress == 100 %} + 🎉 COMPLETE + {% endif %} +
+
+ {% include 'cards_course' with course %} + {% endif %} + {% endfor %} +
+ +
+ {% for course in courses.in_catalog %} + {% if course.name == 'Architect Certification Course' %} +
+
+ {% if course.progress == 0 %} + ⛔️ NOT STARTED + {% elsif course.progress > 0 and course.progress < 100%} + ✍️ IN PROGRESS + {% elsif course.progress == 100 %} + 🎉 COMPLETE + {% endif %} +
+
+ {% include 'cards_course' with course %} + {% endif %} + {% endfor %} +
+ +
+ {% for course in courses.in_catalog %} + {% if course.name == 'Accelerator Certification Course' %} +
+
+ {% if course.progress == 0 %} + ⛔️ NOT STARTED + {% elsif course.progress > 0 and course.progress < 100%} + ✍️ IN PROGRESS + {% elsif course.progress == 100 %} + 🎉 COMPLETE + {% endif %} +
+
+ {% include 'cards_course' with course %} + {% endif %} + {% endfor %} +
+
+ + + +
+
+{% include "footer" %} + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Crayon/learning_paths.html.liquid b/Custom_Templates/customer_templates/Crayon/learning_paths.html.liquid new file mode 100644 index 00000000..42649ec3 --- /dev/null +++ b/Custom_Templates/customer_templates/Crayon/learning_paths.html.liquid @@ -0,0 +1,19 @@ +{% comment %}{% include "header" %} +{% include "sub_navigation" %} +
+
+
+ {% t shared.learning_paths %} +
+
+ {% t .subtitle %} +
+ {% include "learning_paths_index", items: learning_paths.available %} +
+
+{% include "footer" %}{% endcomment %} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Crayon/linkedin-redirection.html.liquid b/Custom_Templates/customer_templates/Crayon/linkedin-redirection.html.liquid new file mode 100644 index 00000000..db3af913 --- /dev/null +++ b/Custom_Templates/customer_templates/Crayon/linkedin-redirection.html.liquid @@ -0,0 +1,8 @@ + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Crayon/onboarding.html.liquid b/Custom_Templates/customer_templates/Crayon/onboarding.html.liquid new file mode 100644 index 00000000..443b3465 --- /dev/null +++ b/Custom_Templates/customer_templates/Crayon/onboarding.html.liquid @@ -0,0 +1,231 @@ + +{% include "custom_header" %} +{% include "course_version_outdated_alert", courses: courses.enrolled %} + +
+
+
Hi {{current_person.first_name}}!
+
This is what's relevant to you right now + in Crayon Onboarding Academy.
+
+
+
+ {% if features.learning_paths? %} +
+ {% t shared.learning_paths %} +
+ {% include "learning_paths_index", items: learning_paths.available %} + {% endif %} +
+
+
Course Progress
+ {% include "widget_course_progress" %} +
+
+ +
+
+ {% if courses.in_catalog.any? %} +
+
+
+ {% + include "filter_by_progress", + label: "Filter by Progress:", + default_option: "All Courses", + topic: "enrolled_category", + %} +
+ {% + include "carousel_courses", + items: courses.in_catalog, + topic: "enrolled_category", + %} + {% else %} +
+ Courses +
+ {% capture message %} + {% t shared.zero_state.courses.index, + key: current_school.course_vocabulary + %} + {% endcapture %} +
+ {% include "courses_zero_state", message: message %} +
+ {% endif %} +
+
+ +
+
+
+ Training Events +
+
+ Discover online events to maximize your learning +
+ {% if training_events.available.any? %} + {% + include "carousel_events", + items: training_events.available, + %} + {% else %} +
+ {% include "training_events_zero_state" %} +
+ + {% endif %} +
+
+ +
+{% include "footer" %} + + + diff --git a/Custom_Templates/customer_templates/Crayon/styles.css.liquid b/Custom_Templates/customer_templates/Crayon/styles.css.liquid new file mode 100644 index 00000000..50c21aee --- /dev/null +++ b/Custom_Templates/customer_templates/Crayon/styles.css.liquid @@ -0,0 +1,514 @@ +@font-face { + font-family: 'Jost', sans-serif !important; + src: url('https://fonts.googleapis.com/css2?family=Jost:wght@300&display=swap'); +} +body, html, div { + font-family: 'Jost', sans-serif !important; +} + +.np-card-content{ + max-height: 140px; +} + +@media (max-width: 1199px){ + .np-card-content{ + padding-top: 0.5rem; + } +} + +.np-course-card-button{ + width: 100%; + font-size: 1.3rem; + padding: 25px; + border: 2px solid #000; + +} + +.course-button-container { + margin-top: 1rem; +} + +.purple-btn { + background: #bc49dd; +} + +.orange-btn { + background: #ff6d09; +} + +.red-btn { + background: #d94a66; + } + +.onboarding-course-title { + color: white; +} + +.onboarding-course-subtitle { + color:white; +} + +.onboarding-course-card { + background: #0538BF; +} + +.onboarding-course-button { + background-color: #89D9E1; + color: #0538BF; +} + +.np-card-content-progress { + color: white; +} +/* ------------------------------------------------------------------------------------------------------ */ +/* Login Page Styles */ +.np-open-access{ + height: 100%; +} + +.sign-up-body{ + align-items: center; + background: #0538BF; + border-radius: 0; + display: flex; + height: 100%; + justify-content: center; + margin: 0 !important; + width: 100%; +} + +.sign-up-body-content-container{ + align-items: center; + display: flex; + flex-direction: column; + height: 100%; + justify-content: space-evenly; + margin: 0 !important; +} + +.sign-in-text-content-wrapper{ + text-align: center; +} + +.login-logo{ + height: 100px; + padding: 20px; +} + +.login-text{ + color: #FFFFFF; +} + +.welcome-header{ + font-size: 36px; +} + +.welcome-subheader{ + font-size: 24px; +} + +.login-emoji-desktop{ + display: none; +} + +.login-form-wrapper{ + width: 80%; +} + +.login-input-label{ + font-size: 14px; + margin-bottom: 10px; +} + +.login-input{ + background: #FEC311; + border: 3px solid #FFFFFF; + border-radius: 0; +} + +.login-button{ + background: #FEC311; + border: 2px solid #FFFFFF; + font-size: 30px; + margin-top: 30px; + padding: 0; +} + +@media screen and (min-width: 768px){ + .np-box-content-container{ + flex-direction: row; + } + + .login-text-content-wrapper{ + align-items: flex-start; + height: 100%; + display: flex; + flex-direction: column; + justify-content: center; + max-width: 50%; + } + + .login-logo{ + padding-left: 0; + } + + .login-text{ + text-align: left; + } + + .welcome-header{ + font-size: 62px; + } + + .welcome-subheader{ + font-size: 24px; + } + + .login-emoji-mobile{ + display: none; + } + + .login-emoji-desktop{ + display: inline; + } + + .login-form-wrapper{ + align-items: flex-end; + display: flex; + flex-direction: column; + max-width: 50%; + } + + .login-form{ + width: 80%; + } +} + + +@media screen and (min-width: 1000px){ + .login-body-content-container{ + padding: 75px; + } +} + +@media screen and (min-width: 1200px){ + .welcome-header{ + font-size: 80px; + } + + .welcome-subheader{ + font-size: 36px; + } +} + +.np-sub-navigation-content-item-link, +.np-sub-navigation-content-item-inactive, +.np-sub-navigation-content-item-active, +.np-sub-navigation-content-item-icon { + color: #2DC3D0; +} + +.np-sub-navigation { + background: white; +} + +/* ------------------------------------------------------------------------------------------------------ */ +/* Achievements Panel */ +/* .np-dashboard-achievements-panel{ + background: #ffffff; + height: 8rem; + border-radius: 10px; +} + +.np-dashboard-achievements-card{ + background: #F3F8FF; + color: #1C6FE8; + height: 6rem; + width: 5.25rem; + border-radius: 10px; +} + +.np-dashboard-achievements-card-text{ + font-size: 0.75rem; + margin-top: -0.5rem; +} + +.np-dashboard-medal-card{ + background: #3f0c59; + height: 6rem; + border-radius: 10px; + display: flex; + align-content: center; +} */ + +/* .np-dashboard-medal-icon{ + margin-right: -4rem; +} */ + +.custom-course-description { + font-size: 1.3rem; + font-weight: 400; + text-align: center; +} +@media (min-width: 395px){ + .np-dashboard-medal-icon{ + margin-right: -4rem; + } +} + +@media (min-width: 410px){ + .np-dashboard-medal-icon{ + margin-right: -5rem; + } +} + +@media (min-width: 425px){ + .np-dashboard-medal-icon{ + margin-right: -6rem; + } +} + +@media (min-width: 440px){ + .np-dashboard-medal-icon{ + margin-right: -7rem; + } +} + +@media (min-width: 465px){ + .np-dashboard-medal-icon{ + margin-right: -8rem; + } +} + +@media (min-width: 480px){ + .np-dashboard-medal-icon{ + margin-right: -9rem; + } +} + +@media (min-width: 495px){ + .np-dashboard-medal-icon{ + margin-right: -10rem; + } +} + +@media (min-width: 510px){ + .np-dashboard-medal-icon{ + margin-right: -11rem; + } +} + +@media (min-width: 525px){ + .np-dashboard-medal-icon{ + margin-right: -12rem; + } +} + +@media (min-width: 540px){ + .np-dashboard-medal-icon{ + margin-right: -13rem; + } +} + +@media (min-width: 555px){ + .np-dashboard-medal-icon{ + margin-right: -14rem; + } +} + +@media (min-width: 570px){ + .np-dashboard-medal-icon{ + margin-right: -15rem; + } +} + +@media (min-width: 595px){ + .np-dashboard-medal-icon{ + margin-right: -16rem; + } +} + +@media (min-width: 610px){ + .np-dashboard-medal-icon{ + margin-right: -17rem; + } +} + +@media (min-width: 625px){ + .np-dashboard-medal-icon{ + margin-right: -18rem; + } +} + +@media (min-width: 640px){ + .np-dashboard-medal-icon{ + margin-right: -19rem; + } +} + +@media (min-width: 655px){ + .np-dashboard-medal-icon{ + margin-right: -20rem; + } +} + +@media (min-width: 670px){ + .np-dashboard-medal-icon{ + margin-right: -21rem; + } +} + +@media (min-width: 695px){ + .np-dashboard-medal-icon{ + margin-right: -22rem; + } +} + +@media (min-width: 710px){ + .np-dashboard-medal-icon{ + margin-right: -23rem; + } +} + +@media (min-width: 725px){ + .np-dashboard-medal-icon{ + margin-right: -24rem; + } +} + +@media (min-width: 740px){ + .np-dashboard-medal-icon{ + margin-right: -25rem; + } +} + +@media (min-width: 755px){ + .np-dashboard-medal-icon{ + margin-right: -26rem; + } +} + +@media (min-width: 768px){ + .np-dashboard-medal-icon{ + margin-right: 0rem; + } +} + +@media (min-width: 830px){ + .np-dashboard-medal-icon{ + margin-right: -1rem; + } +} + +@media (min-width: 860px){ + .np-dashboard-medal-icon{ + margin-right: -2rem; + } +} + +@media (min-width: 925px){ + .np-dashboard-medal-icon{ + margin-right: -3rem; + } +} + +@media (min-width: 975px){ + .np-dashboard-medal-icon{ + margin-right: -4rem; + } +} + +@media (min-width: 990px){ + .np-dashboard-medal-icon{ + margin-right: -5rem; + } +} + +@media (min-width: 1005px){ + .np-dashboard-medal-icon{ + margin-right: -6rem; + } +} + +@media (min-width: 1030px){ + .np-dashboard-medal-icon{ + margin-right: -7rem; + } +} + +@media (min-width: 1055px){ + .np-dashboard-medal-icon{ + margin-right: -8rem; + } +} + +@media (min-width: 1125px){ + .np-dashboard-medal-icon{ + margin-right: -9rem; + } +} + +@media (min-width: 1150px){ + .np-dashboard-medal-icon{ + margin-right: -10rem; + } +} + +@media (min-width: 1185px){ + .np-dashboard-medal-icon{ + margin-right: -11rem; + } +} + +@media (min-width: 1200px){ + .np-dashboard-medal-icon{ + margin-right: 0rem; + } +} +@media (min-width: 1250px){ + .np-dashboard-medal-icon{ + margin-right: -1rem; + } +} + +@media (min-width: 1300px){ + .np-dashboard-medal-icon{ + margin-right: -2rem; + } +} + +@media (min-width: 1350px){ + .np-dashboard-medal-icon{ + margin-right: -3rem; + } +} + +@media (min-width: 1400px){ + .np-dashboard-medal-icon{ + margin-right: -4rem; + } +} + +@media (min-width: 1675px){ + .np-dashboard-medal-icon{ + margin-right: -3rem; + } +} + +@media (min-width: 2200px){ + .np-dashboard-medal-icon{ + margin-right: -2rem; + } +} + +@media (min-width: 2550px){ + .np-dashboard-medal-icon{ + margin-right: -1rem; + } +} + +@media (min-width: 3050px){ + .np-dashboard-medal-icon{ + margin-right: 0rem; + } +} diff --git a/Custom_Templates/customer_templates/Crayon/training_events.html.liquid b/Custom_Templates/customer_templates/Crayon/training_events.html.liquid new file mode 100644 index 00000000..d608f873 --- /dev/null +++ b/Custom_Templates/customer_templates/Crayon/training_events.html.liquid @@ -0,0 +1,23 @@ +{% comment %}{% include "header" %} +{% include "sub_navigation" %} +
+
+
+
+ {% t .title %} +
+
+ {% t .subtitle %} +
+
+
+ {% include "training_events_filter" %} +
+
+ {% include "training_events_index" %} +
+{% include "footer" %}{% endcomment%} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_account_avatar.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_account_avatar.html.liquid new file mode 100644 index 00000000..d952af93 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_account_avatar.html.liquid @@ -0,0 +1,66 @@ +
+

{% t .description %}

+

{% t .requirements %}

+
+ + + + +
+
+ +
+ +
+ +
+
+ +
+
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_account_desktop_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_account_desktop_view.html.liquid new file mode 100644 index 00000000..8ae8599d --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_account_desktop_view.html.liquid @@ -0,0 +1,19 @@ +
+ + {% form_authenticity_token %} +
+
+
+ + +
+
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_account_form.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_account_form.html.liquid new file mode 100644 index 00000000..ddd264c2 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_account_form.html.liquid @@ -0,0 +1,139 @@ +
+ {% t .header %} +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ +{% unless form.options.invite? %} +
+ + +
+ +
+ + +
+ +
+ + +
+{% endunless %} + +{% if form.options.invite? %} +
+ + +
+ + {% if form.terms_of_service_required? %} +
+ +
+ {% t .terms_of_service %} + + {% t .terms_link %} + +
+
+ {% else %} +
+ + {% t .terms %} + + {% t .terms_link %} + + +
+ {% endif %} + + +{% endif %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_account_mobile_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_account_mobile_view.html.liquid new file mode 100644 index 00000000..6ac8c007 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_account_mobile_view.html.liquid @@ -0,0 +1,17 @@ +
+ + {% form_authenticity_token %} +
+
+ {% render "account_form", form: form, version: "mobile" %} +
+
+
+
+ {% include "account_avatar", version: "mobile" %} +
+
+ +
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_account_tabs.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_account_tabs.html.liquid new file mode 100644 index 00000000..f4de6c8e --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_account_tabs.html.liquid @@ -0,0 +1,23 @@ +{% capture settings_path %}{% route account %}{% endcapture %} +{% capture transcript_path %}{% route transcript %}{% endcapture %} + +{% if current_person.signed_in? %} +{% unless current_school.sso_active? %} + +{% endunless %} +{% endif %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_cards_course.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_cards_course.html.liquid new file mode 100644 index 00000000..5402ed64 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_cards_course.html.liquid @@ -0,0 +1,34 @@ +
+
+ {% if course.ribbon %} +
+ {{ course.ribbon }} +
+ {% endif %} + {{ course.name }} +
+

+ {{ course.name }} +

+
+ {{ course.instructor_names }} +
+ +
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_cards_learning_path.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_cards_learning_path.html.liquid new file mode 100644 index 00000000..424a81ab --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_cards_learning_path.html.liquid @@ -0,0 +1,70 @@ +
+
+
+ {{ learning_path.name }} +
+
+ +
{% t shared.learning_path.title %}
+
+ {{ learning_path.items.count }} {% t .items %} +
+
+
+
{% t shared.learning_path.title %}
+ +
+ +
+

+ {{ learning_path.name }} +

+ +
+ {{ learning_path.instructor_names }} +
+ +
+ {{ learning_path.description }} +
+ +
+ {% t shared.progress, count: learning_path.progress %} +
+ +
+
+
+
+ + +
+
+
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_cards_training_event.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_cards_training_event.html.liquid new file mode 100644 index 00000000..b2f19148 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_cards_training_event.html.liquid @@ -0,0 +1,53 @@ +
+
+
+

+ {{ training_event.title }} +

+
+ + {% t shared.event_types, key: training_event.event_type %} + + + + {% t .sessions, count: training_event.sessions.size %} + +
+
+ +
+
+
+
+ {{ training_event.sessions.first.day }} +
+
+
+ {{ training_event.sessions.first.month }} +
+
+ {{ training_event.sessions.first.year }} +
+
+
+
+
+
+ +
+
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_certificates_info_column.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_certificates_info_column.html.liquid new file mode 100644 index 00000000..61adfaba --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_certificates_info_column.html.liquid @@ -0,0 +1,4 @@ +
+ {% include "certificates_verification" %} + {% include "certificates_metadata" %} +
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_certificates_metadata.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_certificates_metadata.html.liquid new file mode 100644 index 00000000..9f4a1dba --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_certificates_metadata.html.liquid @@ -0,0 +1,59 @@ +
+
+ +
+ + {% if certificate.issuer_name_enabled? %} + +
+ {% endif %} + + +
+ +
+
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_certificates_preview.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_certificates_preview.html.liquid new file mode 100644 index 00000000..6357b621 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_certificates_preview.html.liquid @@ -0,0 +1,35 @@ + + +
+
+
+ +
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_certificates_top_bar.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_certificates_top_bar.html.liquid new file mode 100644 index 00000000..74a7ae41 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_certificates_top_bar.html.liquid @@ -0,0 +1,44 @@ +
+
+
+

+ {{certificate.certificate_name}} +

+
+
+ {% if certificate.linkedin_sharing_enabled and current_person.signed_in? and certificate.learner_uuid == current_person.id %} + + + {% t .share %} + + {% endif %} + + {% if certificate.generating_pdf %} +
+ +
+ {% else %} + + {% t .download %} + + {% endif %} +
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_certificates_verification.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_certificates_verification.html.liquid new file mode 100644 index 00000000..4fc19415 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_certificates_verification.html.liquid @@ -0,0 +1,15 @@ +
+
+
+ +
+
+

+ {{certificate.verification_title}} +

+

+ {{certificate.verification_description}} +

+
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_activity_locked.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_activity_locked.html.liquid new file mode 100644 index 00000000..386393d5 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_activity_locked.html.liquid @@ -0,0 +1,4 @@ + + + {{ activity.title }} + diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_activity_unlocked.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_activity_unlocked.html.liquid new file mode 100644 index 00000000..30c03305 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_activity_unlocked.html.liquid @@ -0,0 +1,15 @@ +{% if course.enrolled? %} + + {{ activity.title }} + +{% else%} + + {{ activity.title }} + +{% endif %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_categories.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_categories.html.liquid new file mode 100644 index 00000000..6cfe9010 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_categories.html.liquid @@ -0,0 +1,10 @@ +

+ {% t .header %} +

+
+ {% for category in course.categories %} +
+ {{ category.name }} +
+ {% endfor %} +
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_description.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_description.html.liquid new file mode 100644 index 00000000..269f9216 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_description.html.liquid @@ -0,0 +1,6 @@ +

+ {% t .header, key: current_school.course_vocabulary %} +

+
+ {{ course.full_description }} +
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_desktop_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_desktop_view.html.liquid new file mode 100644 index 00000000..e16fee16 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_desktop_view.html.liquid @@ -0,0 +1,40 @@ +
+
+ {% include "course_header" %} +
+
+
+
+ {{ course.name }} + {% include "course_description" %} + + {% if course.categories.any? %} +
+ {% include "course_categories" %} +
+ {% endif %} + + {% if course.instructors.any? %} +
+ {% include "course_instructors" %} +
+ {% endif %} + + {% if course.events.any? %} +
+ {% include "course_events" %} +
+ {% endif %} +
+
+
+ {% include "course_progress_and_cta" %} +
+ {% include "course_outline" %} +
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_events.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_events.html.liquid new file mode 100644 index 00000000..5fa80eef --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_events.html.liquid @@ -0,0 +1,28 @@ +

+ {% t .header %} +

+
+ {% for event in course.events %} +
+ +
+
+ {{ event.title }} +
+
+ {% t shared.event_types, key: event.event_type %} +
+
+ {{ event.sessions.first.time_period }} {{ event.sessions.first.time_zone }} +
+
+
+ {% endfor %} +
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_header.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_header.html.liquid new file mode 100644 index 00000000..84820ec4 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_header.html.liquid @@ -0,0 +1,16 @@ +
+ {{ current_school.course_vocabulary }} + + +
+
+ + + + {{ course.name }} +
+{{ course.name }} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_instructors.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_instructors.html.liquid new file mode 100644 index 00000000..8b608928 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_instructors.html.liquid @@ -0,0 +1,22 @@ +

+ {% t .header %} +

+
+ {% for instructor in course.instructors %} +
+ {{ instructor.name }} +
+
+ {{ instructor.name }} +
+ +
+
+ {% endfor %} +
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_mobile_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_mobile_view.html.liquid new file mode 100644 index 00000000..7f31ff35 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_mobile_view.html.liquid @@ -0,0 +1,40 @@ +
+ {% include "course_header" %} +
+ {% include "course_progress_and_cta" %} +
+
+ +{% if course.progress == 0 %} +
+ {% include "course_description" %} +
+
+ {% include "course_outline" %} +
+{% else %} +
+ {% include "course_outline" %} +
+
+ {% include "course_description" %} +
+{% endif %} + +{% if course.categories.any? %} +
+ {% include "course_categories" %} +
+{% endif %} + +{% if course.instructors.any? %} +
+ {% include "course_instructors" %} +
+{% endif %} + +{% if course.events.any? %} +
+ {% include "course_events" %} +
+{% endif %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_outline.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_outline.html.liquid new file mode 100644 index 00000000..72f97e79 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_outline.html.liquid @@ -0,0 +1,40 @@ +
+
+ {% t .header, key: current_school.course_vocabulary %} +
+
+
    + {% for section in course.sections %} +
  1. +
    + {{ section.name }} +
    +
      + {% for activity in section.activities %} + +
    1. + {% if activity.completed? %} + + {% if activity.locked? %} + {% include "course_activity_locked" %} + {% else %} + {% include "course_activity_unlocked", class: "np-course-outline-content-activity-link-completed" %} + {% endif %} +
      + {% else %} + + {% if activity.locked? %} + {% include "course_activity_locked" %} + {% else %} + {% include "course_activity_unlocked", class: "np-course-outline-content-activity-link" %} + {% endif %} +
      + {% endif %} +
    2. + {% endfor %} +
    +
  2. + {% endfor %} +
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_progress_and_cta.html.liquid new file mode 100644 index 00000000..1c3db9fa --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_progress_and_cta.html.liquid @@ -0,0 +1,46 @@ +
+
+ {% t .header %} +
+
+
+
+
+ +
+ {% t shared.progress, count: course.progress %} +
+
+ +{% if course.learner_can_retake? %} +
+ {% form_authenticity_token %} + +
+{% else %} + + {% if course.enrolled? == false %} + {% t shared.enroll %} + {% elsif course.started? == false %} + {% t shared.course.start, key: current_school.course_vocabulary %} + {% elsif course.completed? %} + {% t shared.course.view, key: current_school.course_vocabulary %} + {% else %} + {% t shared.continue %} + {% endif %} + +{% endif %} + diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_version_outdated_alert.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_version_outdated_alert.html.liquid new file mode 100644 index 00000000..03e245ab --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_version_outdated_alert.html.liquid @@ -0,0 +1,7 @@ +{% if courses.include_courses_to_restart? %} + +{% endif %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_version_outdated_popup.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_version_outdated_popup.html.liquid new file mode 100644 index 00000000..71795884 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_version_outdated_popup.html.liquid @@ -0,0 +1,33 @@ +
+
+ + +
+
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_courses_catalog.html.liquid new file mode 100644 index 00000000..ea1e9ea4 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_courses_catalog.html.liquid @@ -0,0 +1,16 @@ +{% if courses.in_catalog.any? %} +
+ {% for course in courses.in_catalog %} +
+ {% include "cards_course" with course %} +
+ {% endfor %} +
+{% else %} + {% capture message %} + {% t shared.zero_state.courses.catalog, + key: current_school.course_vocabulary + %} + {% endcapture %} + {% include "courses_zero_state", message: message %} +{% endif %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_courses_index.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_courses_index.html.liquid new file mode 100644 index 00000000..19e7671b --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_courses_index.html.liquid @@ -0,0 +1,16 @@ +{% if courses.enrolled.any? %} +
+ {% for course in courses.enrolled %} +
+ {% include "cards_course" with course %} +
+ {% endfor %} +
+{% else %} + {% capture message %} + {% t shared.zero_state.courses.index, + key: current_school.course_vocabulary + %} + {% endcapture %} + {% include "courses_zero_state", message: message %} +{% endif %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_courses_zero_state.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_courses_zero_state.html.liquid new file mode 100644 index 00000000..26e371f7 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_courses_zero_state.html.liquid @@ -0,0 +1,6 @@ +
+
+ {{ message }} +
+ {{ message }} +
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_filter_checkbox.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_filter_checkbox.html.liquid new file mode 100644 index 00000000..5cbcbd07 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_filter_checkbox.html.liquid @@ -0,0 +1,10 @@ + + diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_filter_dropdown.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_filter_dropdown.html.liquid new file mode 100644 index 00000000..e7a954bb --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_filter_dropdown.html.liquid @@ -0,0 +1,33 @@ +
+ +
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_filter_select.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_filter_select.html.liquid new file mode 100644 index 00000000..d006c0df --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_filter_select.html.liquid @@ -0,0 +1,22 @@ +{% if params.q %} + +{% endif %} + + + + diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_footer.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_footer.html.liquid new file mode 100644 index 00000000..c1a5ab83 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_footer.html.liquid @@ -0,0 +1,78 @@ + diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_head.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_head.html.liquid new file mode 100644 index 00000000..beab5b4a --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_head.html.liquid @@ -0,0 +1,3 @@ +{% styles default %} +{% styles colors %} +{% styles custom %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_header.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_header.html.liquid new file mode 100644 index 00000000..1125d1c7 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_header.html.liquid @@ -0,0 +1,196 @@ +
+
+
+ {% if current_person.signed_in? %} + + + {% endif %} +
+ {% if current_school.logo_url %} +

+ + {{ current_school.name }} + +

+ {% else %} + + {{ current_school.name }} + + {% endif %} + +
+ +
+ + {% if current_person.signed_in? %} + +
+ + +
+ {% else %} + + {% endif %} +
+
+ +
+
+ {% if current_person.signed_in? %} + {{ current_person.name }} +
+ {{ current_person.name }} +
+ {% endif %} +
+ + {% for website_navigation in navigations.header_navigations %} + + {{ website_navigation.name }} + + {% endfor %} +
+ {% unless current_school.sso_active? %} + + {% t .profile_settings %} + + {% endunless %} + {% if current_person.signed_in? %} + + {% t .transcript %} + + {% endif %} + + {% t .sign_out %} + +
+
+
+ +{% include "messages" %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_header_minimal.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_header_minimal.html.liquid new file mode 100644 index 00000000..6b72cdb2 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_header_minimal.html.liquid @@ -0,0 +1,17 @@ +
+ + {% if current_school.logo_url %} + + {% else %} + + {{ current_school.name }} + + {% endif %} + +
+ +{% include "messages" %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_banners.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_banners.html.liquid new file mode 100644 index 00000000..11a1810c --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_banners.html.liquid @@ -0,0 +1,5 @@ +{% if learning_path.new_content_available? %} + {% include "learning_path_new_content_banner" %} +{% else %} + {% include "learning_path_completed_banner" %} +{% endif %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_certificate.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_certificate.html.liquid new file mode 100644 index 00000000..3a282c5e --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_certificate.html.liquid @@ -0,0 +1,17 @@ +{% if learning_path.has_certificate? %} + {% if learning_path.certificate_completed? %} +
+ +
+ {% include "learning_path_certificate_content" %} +
+
+ {% else %} +
+ {% include "learning_path_certificate_content" %} +
+ {% endif %} +{% endif %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_certificate_content.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_certificate_content.html.liquid new file mode 100644 index 00000000..3feafd59 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_certificate_content.html.liquid @@ -0,0 +1,19 @@ +
+ +

+ {{ learning_path.certificate_name }} +

+ {% if learning_path.certificate_completed? %} + + {% endif %} +
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_completed_banner.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_completed_banner.html.liquid new file mode 100644 index 00000000..1c146f6e --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_completed_banner.html.liquid @@ -0,0 +1,13 @@ +
+ +
+

{% t .headline %}

+

{% t .description %}

+
+ {% if learning_path.certificate_link %} + {% t .actions.certificate %} + {% endif %} + {% t .actions.more_courses %} +
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_course.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_course.html.liquid new file mode 100644 index 00000000..5f7aff84 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_course.html.liquid @@ -0,0 +1,56 @@ +{% if learning_path.enrolled? and course.unlocked? %} +
+ +
+ {{ course.name }} +
+
+ {{ course.name }} +
+ {% if course.instructors %} +
+ {{ course.instructors }} +
+ {% endif %} +
+ {% t shared.progress, count: course.progress %} +
+
+ + {% if course.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+{% else %} +
+
+ {{ course.name }} +
+
+ {{ course.name }} +
+
+ {% if course.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_description.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_description.html.liquid new file mode 100644 index 00000000..6b1fb3a0 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_description.html.liquid @@ -0,0 +1,6 @@ +

+ {% t .about %} +

+
+ {{ learning_path.description }} +
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_desktop_content.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_desktop_content.html.liquid new file mode 100644 index 00000000..e9ca85d9 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_desktop_content.html.liquid @@ -0,0 +1,21 @@ +
+
+
+ {{ learning_path.name }} +
+ {% include "learning_path_description" %} + {% include "learning_path_instructors" %} +
+
+
+
+
+ {% include "learning_path_progress_and_cta" %} +
+ {% include "learning_path_outline" %} +
+
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_desktop_header.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_desktop_header.html.liquid new file mode 100644 index 00000000..6f4c112c --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_desktop_header.html.liquid @@ -0,0 +1,12 @@ +
+
+ {% t shared.learning_path.title %} + +
+
+ + + + {{ learning_path.name }} +
+
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_desktop_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_desktop_view.html.liquid new file mode 100644 index 00000000..8447443e --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_desktop_view.html.liquid @@ -0,0 +1,2 @@ +{% include "learning_path_desktop_header" %} +{% include "learning_path_desktop_content" %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_instructors.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_instructors.html.liquid new file mode 100644 index 00000000..a8342301 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_instructors.html.liquid @@ -0,0 +1,26 @@ +{% if learning_path.instructors.any? %} +
+

+ {% t shared.instructors %} +

+
+ {% for instructor in learning_path.instructors %} +
+ {{ instructor.name }} +
+
+ {{ instructor.name }} +
+ +
+
+ {% endfor %} +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_mobile_content.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_mobile_content.html.liquid new file mode 100644 index 00000000..92ffd4c8 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_mobile_content.html.liquid @@ -0,0 +1,19 @@ +{% if learning_path.in_progress? %} + {% include "learning_path_outline" %} +
+ {% include "learning_path_description" %} +
+{% else %} +
+ {% include "learning_path_description" %} +
+
+ {% include "learning_path_outline" %} +
+{% endif %} + +{% if learning_path.instructors.any? %} +
+ {% include "learning_path_instructors" %} +
+{% endif %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_mobile_header.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_mobile_header.html.liquid new file mode 100644 index 00000000..2bf66a5a --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_mobile_header.html.liquid @@ -0,0 +1,17 @@ +
+
+ {% t shared.learning_path.title %} + +
+
+ {{ learning_path.name }} +
+ {{ learning_path.name }} +
+ {% include "learning_path_progress_and_cta" %} +
+
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_mobile_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_mobile_view.html.liquid new file mode 100644 index 00000000..0e22feb9 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_mobile_view.html.liquid @@ -0,0 +1,2 @@ +{% include "learning_path_mobile_header" %} +{% include "learning_path_mobile_content" %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_new_content_banner.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_new_content_banner.html.liquid new file mode 100644 index 00000000..2bc02d46 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_new_content_banner.html.liquid @@ -0,0 +1,12 @@ +
+
+

{% t .headline %}

+

{% t .description %}

+
+ {% learning_path_next_step_button learning_path, class: "np-learning-path-banner-action np-learning-path-banner-action--primary" %} + {% if learning_path.certificate_link %} + {% t .actions.view_certificate %} + {% endif %} +
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_outline.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_outline.html.liquid new file mode 100644 index 00000000..22ddd573 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_outline.html.liquid @@ -0,0 +1,10 @@ +
+ {% for item in learning_path.items %} + {% if item.course? %} + {% include "learning_path_course", course: item %} + {% elsif item.training_event? %} + {% include "learning_path_training_session", training_session: item %} + {% endif %} + {% endfor %} + {% include "learning_path_certificate" %} +
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_progress_and_cta.html.liquid new file mode 100644 index 00000000..1d90a2a7 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_progress_and_cta.html.liquid @@ -0,0 +1,20 @@ +{% if learning_path.enrolled? %} +
+
+ {% t .progress %} +
+
+
+
+
+
+ {% t shared.progress, count: learning_path.progress %} +
+
+{% endif %} + +{% learning_path_next_step_button learning_path, class: "np-top-button np-button-font-color np-button np-button-big" %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_summary_desktop_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_summary_desktop_view.html.liquid new file mode 100644 index 00000000..05961c52 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_summary_desktop_view.html.liquid @@ -0,0 +1,3 @@ +{% include "learning_path_desktop_header" %} +{% include "learning_path_banners" %} +{% include "learning_path_desktop_content" %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_summary_mobile_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_summary_mobile_view.html.liquid new file mode 100644 index 00000000..f30a09eb --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_summary_mobile_view.html.liquid @@ -0,0 +1,5 @@ +
+ {% include "learning_path_banners" %} +
+{% include "learning_path_mobile_header" %} +{% include "learning_path_mobile_content" %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_training_session.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_training_session.html.liquid new file mode 100644 index 00000000..f796cdf4 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_training_session.html.liquid @@ -0,0 +1,53 @@ +{% if learning_path.enrolled? and training_session.unlocked? %} +
+ +
+ +
+
{{ training_session.name }}
+
{{ training_session.instructors }}
+
+ {{ training_session.time }} {{ training_session.time_zone }} +
+
+ + {% if training_session.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+{% else %} +
+
+ +
+
{{ training_session.name }}
+
{{ training_session.caption }}
+
+ {% if training_session.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_paths_index.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_paths_index.html.liquid new file mode 100644 index 00000000..a4681210 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_paths_index.html.liquid @@ -0,0 +1,14 @@ +
+ {% if items.any? %} + {% for learning_path in items %} + {% include "cards_learning_path" with learning_path %} + {% endfor %} + {% else %} +
+
+ {% t .empty %} +
+ {% t .empty %} +
+ {% endif %} +
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_messages.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_messages.html.liquid new file mode 100644 index 00000000..059fc568 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_messages.html.liquid @@ -0,0 +1,19 @@ +{% if messages.alert.size > 0 %} +
+
+ {% for message in messages.alert %} +
{{ message }}
+ {% endfor %} +
+
+{% endif %} + +{% if messages.notice.size > 0 %} +
+
+ {% for message in messages.notice %} +
{{ message }}
+ {% endfor %} +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_search_result.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_search_result.html.liquid new file mode 100644 index 00000000..5c2a4991 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_search_result.html.liquid @@ -0,0 +1,19 @@ +
+
+
+ {{ result.name }} +
+
+ + {{ result.name }} + +
+
{{ result.description }}
+
+
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_search_zero_state.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_search_zero_state.html.liquid new file mode 100644 index 00000000..4e52c6fb --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_search_zero_state.html.liquid @@ -0,0 +1,13 @@ +
+
+
+

+ {% t .nothing_found %} +

+
+ {% t .empty %} +
+
+
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_sub_navigation.html.liquid new file mode 100644 index 00000000..7ab7d3e9 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_sub_navigation.html.liquid @@ -0,0 +1,23 @@ + diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_events_dashboard.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_events_dashboard.html.liquid new file mode 100644 index 00000000..7aeb19ce --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_events_dashboard.html.liquid @@ -0,0 +1,9 @@ +
+ {% if training_events.enrolled.any? %} + {% for training_event in training_events.enrolled %} + {% include "cards_training_event" with training_event %} + {% endfor %} + {% else %} + {% include "training_events_zero_state" %} + {% endif %} +
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_events_filter.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_events_filter.html.liquid new file mode 100644 index 00000000..d4892278 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_events_filter.html.liquid @@ -0,0 +1,53 @@ +
+ +
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_events_index.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_events_index.html.liquid new file mode 100644 index 00000000..ff93b1c8 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_events_index.html.liquid @@ -0,0 +1,13 @@ +
+ {% if training_events.available.any? %} +
+ {% for training_event in training_events.available %} +
+ {% include "cards_training_event" with training_event %} +
+ {% endfor %} +
+ {% else %} + {% include "training_events_zero_state" %} + {% endif %} +
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_events_zero_state.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_events_zero_state.html.liquid new file mode 100644 index 00000000..076b789e --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_events_zero_state.html.liquid @@ -0,0 +1,9 @@ +
+
+ {% t .empty %} +
+ {% t .empty %} +
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_calendars.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_calendars.html.liquid new file mode 100644 index 00000000..6c758b73 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_calendars.html.liquid @@ -0,0 +1,52 @@ + diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_cta.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_cta.html.liquid new file mode 100644 index 00000000..5f959556 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_cta.html.liquid @@ -0,0 +1,35 @@ +
+
+
+ {% form_authenticity_token %} + + {% if training_session.show_calendar_links? %} + {% include "training_session_calendars" %} + {% endif %} + + {% if training_session.cta.undo? %} + + {% endif %} + + {% if training_session.cta.label %} + + {% endif %} +
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_date.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_date.html.liquid new file mode 100644 index 00000000..860040fe --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_date.html.liquid @@ -0,0 +1,16 @@ +
+
+
+
+ {{ training_session.day }} +
+
+
+ {{ training_session.month }} +
+
+ {{ training_session.year }} +
+
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_description.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_description.html.liquid new file mode 100644 index 00000000..73be4cf4 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_description.html.liquid @@ -0,0 +1,6 @@ +

+ {% t .header %} +

+
+ {{ training_event.description }} +
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_desktop_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_desktop_view.html.liquid new file mode 100644 index 00000000..d689ade2 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_desktop_view.html.liquid @@ -0,0 +1,43 @@ +
+ {% include "training_session_header" %} +
+
+
+
+
+
+ {% include "training_session_status" %} + {% include "training_session_date" %} +
+
+ {% include "training_session_details" %} + {% include "training_session_cta" %} +
+
+
+
+ {% include "training_session_description" %} +
+
+
+
+
+
+ {% t shared.more_sessions %} +
+ {% if training_event.sessions.size > 1 %} + {% include "training_session_more_sessions" %} + {% else %} +
+ {% t .empty %} +
+ {% t .empty %} +
+
+ {% endif %} +
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_details.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_details.html.liquid new file mode 100644 index 00000000..64a925b7 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_details.html.liquid @@ -0,0 +1,23 @@ +
+ +
+ + +
+ + {% if training_session.approved? and training_session.location %} +
+ + {{ training_session.location }} +
+ {% endif %} + + {% if training_session.approved? and training_session.session_url %} +
+ + + {{ training_session.session_url }} + +
+ {% endif %} +
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_header.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_header.html.liquid new file mode 100644 index 00000000..b845976d --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_header.html.liquid @@ -0,0 +1,10 @@ +
+ {% t shared.event_types, key: training_event.event_type %} + +
+
+ + + + {{ training_event.title }} +
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_mobile_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_mobile_view.html.liquid new file mode 100644 index 00000000..3270d65d --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_mobile_view.html.liquid @@ -0,0 +1,27 @@ +
+
+ {% include "training_session_header" %} +
+ +
+ {% include "training_session_status" %} + {% include "training_session_date" %} + {% include "training_session_details" %} +
+ {% include "training_session_cta" %} +
+ {% include "training_session_description" %} +
+ + {% if training_event.sessions.size > 1 %} +
+
+
+ {% t shared.more_sessions %} +
+ {% include "training_session_more_sessions" %} +
+
+ {% endif %} + +
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_more_sessions.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_more_sessions.html.liquid new file mode 100644 index 00000000..6cfafa87 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_more_sessions.html.liquid @@ -0,0 +1,3 @@ +{% for session in training_event.sessions %} + {% include "training_session_tile", current_session: training_session %} +{% endfor %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_status.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_status.html.liquid new file mode 100644 index 00000000..75116282 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_status.html.liquid @@ -0,0 +1,6 @@ +
+ {% if training_session.approved? %} + + {% endif %} + {{ training_session.status.label }} +
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_tile.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_tile.html.liquid new file mode 100644 index 00000000..669fbb6c --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_tile.html.liquid @@ -0,0 +1,24 @@ +{% if current_session.id != session.id %} + +
+ +
+ {{ session.status.label }} +
+
+
+
+
+ {{ session.month }} {{ session.day }}, {{ session.year }} +
+
+ {{ session.time_period }} {{ session.time_zone }} +
+
+ +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/account.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/account.html.liquid new file mode 100644 index 00000000..df96f9b6 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/account.html.liquid @@ -0,0 +1,15 @@ +{% include "header" %} +{% include "account_tabs" %} + +
+
+ {% include "account_mobile_view", form: form %} +
+ +
+ {% include "account_desktop_view", form: form %} +
+
+ +{% include "footer" %} + diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/auth_url_email.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/auth_url_email.html.liquid new file mode 100644 index 00000000..a413959c --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/auth_url_email.html.liquid @@ -0,0 +1,59 @@ +
+
+ {% include "header_minimal" %} +
+
+ {% form_authenticity_token %} +
+ {% t shared.welcome_to_school, school_name: current_school.name %} +
+
+ {% t .headline, key: current_school.course_vocabulary %} +
+
+ + +
+
+ + +
+
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/auth_url_employee.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/auth_url_employee.html.liquid new file mode 100644 index 00000000..c8d8adf7 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/auth_url_employee.html.liquid @@ -0,0 +1,59 @@ +
+
+ {% include "header_minimal" %} +
+
+ {% form_authenticity_token %} +
+ {% t shared.welcome_to_school, school_name: current_school.name %} +
+
+ {% t .headline, key: current_school.course_vocabulary %} +
+
+ + +
+
+ + +
+
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/auth_url_phone_number.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/auth_url_phone_number.html.liquid new file mode 100644 index 00000000..aafae119 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/auth_url_phone_number.html.liquid @@ -0,0 +1,40 @@ +
+
+ {% include "header_minimal" %} +
+
+
{% t shared.welcome_to_school, school_name: current_school.name %}
+
{% t .headline, key: current_school.course_vocabulary %}
+ {% form_authenticity_token %} +
+ + +
+
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/auth_url_terms.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/auth_url_terms.html.liquid new file mode 100644 index 00000000..a7087db2 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/auth_url_terms.html.liquid @@ -0,0 +1,74 @@ +
+
+ {% include "header_minimal" %} +
+
+
{% t shared.welcome_to_school, school_name: current_school.name %}
+
{% t .headline, key: current_school.course_vocabulary %}
+ {% form_authenticity_token %} +
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/catalog.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/catalog.html.liquid new file mode 100644 index 00000000..d7b380b8 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/catalog.html.liquid @@ -0,0 +1,23 @@ +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.in_catalog %} +{% include "sub_navigation" %} +
+
+
+
{{ catalog.headline }}
+
{{ catalog.subheadline }}
+
+ {% capture label %}{% t shared.filters.by_category %}{% endcapture %} + + {% if courses.in_catalog.any? %} + {% + include "filter_dropdown", + filters: courses.filters, + key: "category_uuid", + label: label + %} + {% endif %} +
+ {% include "courses_catalog" %} +
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/course.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/course.html.liquid new file mode 100644 index 00000000..d77e09ba --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/course.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
+
+ {% include "course_desktop_view" %} +
+
+ {% include "course_mobile_view" %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/courses.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/courses.html.liquid new file mode 100644 index 00000000..ef34b59a --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/courses.html.liquid @@ -0,0 +1,11 @@ +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.enrolled %} +{% include "sub_navigation" %} +
+
+ {% t shared.course_vocabulary.plural, key: current_school.course_vocabulary %} +
+
{% t .headline, key: current_school.course_vocabulary %}
+ {% include "courses_index", class: "col-xs-12 col-sm-6 col-lg-4 np-stretch-content" %} +
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/dashboard.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/dashboard.html.liquid new file mode 100644 index 00000000..0c5cda38 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/dashboard.html.liquid @@ -0,0 +1,43 @@ +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.enrolled %} +
+ {{ homepage.headline }} +
+{% include "sub_navigation" %} +
+
+
+
+ Welcome, {{ current_person.first_name }}! 👋 +
+
+ Welcome to your personalized learning dashboard! Here, you'll discover all the courses and learning paths assigned to you. Additionally, you'll see an overview of upcoming workshops you've signed up for. +
+
+ Your Courses + {% comment %} {% t shared.course_vocabulary.plural, key: current_school.course_vocabulary %} {% endcomment %} +
+ {% include "courses_index", class: "col-xs-12 col-sm-6 np-stretch-content" %} + {% if features.learning_paths? %} +
+ Your Learning Paths + {% comment %} {% t shared.learning_paths %} {% endcomment %} +
+ {% include "learning_paths_index", items: learning_paths.enrolled %} + {% endif %} +
+ {% if features.training_events? %} +
+
+ Upcoming Workshops + {% comment %} {% t .upcoming_events %} {% endcomment %} +
+ {% include "training_events_dashboard" %} +
+ {% endif %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/forgot_password.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/forgot_password.html.liquid new file mode 100644 index 00000000..3d65513f --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/forgot_password.html.liquid @@ -0,0 +1,25 @@ +
+
+ {% include "header_minimal" %} +
+
+ {% form_authenticity_token %} +
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/homepage.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/homepage.html.liquid new file mode 100644 index 00000000..58f8db26 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/homepage.html.liquid @@ -0,0 +1,58 @@ + + +{% comment %} +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.featured %} +
+
+ {{ homepage.headline }} +
+
+ {{ homepage.headline }} +
+
+ {{ homepage.subheadline }} +
+ + {% t .discover %} + +
+
+ {% include "sub_navigation" %} + +
+{% include "footer" %} +{% endcomment %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/learning_path.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/learning_path.html.liquid new file mode 100644 index 00000000..5cbb5a93 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/learning_path.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
+
+ {% include "learning_path_desktop_view" %} +
+
+ {% include "learning_path_mobile_view" %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/learning_path_summary.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/learning_path_summary.html.liquid new file mode 100644 index 00000000..99ae32ed --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/learning_path_summary.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
+
+ {% include "learning_path_summary_desktop_view" %} +
+
+ {% include "learning_path_summary_mobile_view" %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/learning_paths.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/learning_paths.html.liquid new file mode 100644 index 00000000..6a65eea9 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/learning_paths.html.liquid @@ -0,0 +1,15 @@ +{% include "header" %} +{% include "sub_navigation" %} +
+
+
+ {% t shared.learning_paths %} +
+
+ Explore DataSnippers Learning Paths: A collection of courses to better understand certain concepts or topics. Browse through them and enroll in the paths you're interested in. + {% comment %} {% t .subtitle %} {% endcomment %} +
+ {% include "learning_paths_index", items: learning_paths.available %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/login.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/login.html.liquid new file mode 100644 index 00000000..bde185dd --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/login.html.liquid @@ -0,0 +1,53 @@ +
+
+ {% include "header_minimal" %} +
+
+ {% form_authenticity_token %} +
+ + +
+
+ + +
+ + + {% t .forgot_password %} + + {% if features.account_creation? %} + + {% t shared.sign_up %} + + {% endif %} + {% if features.request_access? %} + + {{ current_school.request_access_label }} + + {% endif %} +
+
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/master.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/master.html.liquid new file mode 100644 index 00000000..63345068 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/master.html.liquid @@ -0,0 +1 @@ +{% body %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/not_found.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/not_found.html.liquid new file mode 100644 index 00000000..91c76e4b --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/not_found.html.liquid @@ -0,0 +1,10 @@ +
+ + +
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/private_certificate.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/private_certificate.html.liquid new file mode 100644 index 00000000..15d05419 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/private_certificate.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +{% include "certificates_top_bar" %} +
+
+
+ {% include "certificates_preview" %} + {% include "certificates_info_column" %} +
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/public_certificate.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/public_certificate.html.liquid new file mode 100644 index 00000000..15d05419 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/public_certificate.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +{% include "certificates_top_bar" %} +
+
+
+ {% include "certificates_preview" %} + {% include "certificates_info_column" %} +
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/reset_password.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/reset_password.html.liquid new file mode 100644 index 00000000..281c6eaa --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/reset_password.html.liquid @@ -0,0 +1,43 @@ +
+
+ {% include "header_minimal" %} +
+
+ + + {% form_authenticity_token %} +
+ + +
+
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/search.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/search.html.liquid new file mode 100644 index 00000000..01684399 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/search.html.liquid @@ -0,0 +1,27 @@ +{% include "header" %} +
+
+ {% t .title %} +
+
+
+ {% t .showing %} + {{ results.count }} + {% t .results_for %} + "{{ results.term }}" +
+ {% capture label %}{% t shared.filters.by_type %}{% endcapture %} + {% + include "filter_dropdown", + filters: results.filters, + key: "type", + label: label + %} +
+ {% if results.items.any? %} + {% render "search_result" for results.items as result %} + {% else %} + {% include "search_zero_state" %} + {% endif %} +
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/sign_up.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/sign_up.html.liquid new file mode 100644 index 00000000..7a903da4 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/sign_up.html.liquid @@ -0,0 +1,72 @@ +
+
+ {% include "header_minimal" %} +
+
+
{% t .create_account %}
+ {% form_authenticity_token %} +
+
+ + +
+
+ + +
+
+
+ + +
+
+ + +
+ + + {% t .terms %} + + {% t .terms_link %} + + +
+
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/styles.css.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/styles.css.liquid new file mode 100644 index 00000000..7386f452 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/styles.css.liquid @@ -0,0 +1,11 @@ + /* + Put your custom overlay styles in here + You can use your northpass color palette in this file + +{{ color_palette.button_font_color }} +{{ color_palette.button_color }} +{{ color_palette.button_hover_color }} +{{ color_palette.header_font_color }} +{{ color_palette.header_font_hover_color }} +{{ color_palette.header_color }} +*/ diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/training_events.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/training_events.html.liquid new file mode 100644 index 00000000..df66e528 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/training_events.html.liquid @@ -0,0 +1,21 @@ +{% include "header" %} +{% include "sub_navigation" %} +
+
+
+
+ Company Workshops + {% comment %} {% t .title %} {% endcomment %} +
+
+ Explore our live facilitated company workshops, held both at our office locations and online. Browse through them and register today. + {% comment %} {% t .subtitle %} {% endcomment %} +
+
+
+ {% include "training_events_filter" %} +
+
+ {% include "training_events_index" %} +
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/training_session.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/training_session.html.liquid new file mode 100644 index 00000000..5b78b834 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/training_session.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
+
+ {% include "training_session_desktop_view" %} +
+
+ {% include "training_session_mobile_view" %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/training_session_attendance.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/training_session_attendance.html.liquid new file mode 100644 index 00000000..e6a0ec1c --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/training_session_attendance.html.liquid @@ -0,0 +1,43 @@ +{% include "header" %} +
+
+ {% if token %} + +
+ {{ training_session.title }} +
+
+ {% t .info, + event_name: training_session.title, + session_date: training_session.date, + session_time: training_session.time + %} +
+
+ {% t .question %} +
+
+ {% form_authenticity_token %} + + + +
+
+ {% t .salutation %} +
+
+ {{ current_school.name }} +
+ {% else %} + +
+ {% t .success.response_text %} +
+ +
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/transcript.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/transcript.html.liquid new file mode 100644 index 00000000..b6cb5428 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/transcript.html.liquid @@ -0,0 +1,8 @@ +{% include "header" %} +{% include "account_tabs" %} + +
+ {% transcript %} +
+ +{% include "footer" %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/unsubscribe.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/unsubscribe.html.liquid new file mode 100644 index 00000000..69a54028 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/unsubscribe.html.liquid @@ -0,0 +1,30 @@ +{% include "header" %} +
+
+ {% if token %} + +
+ {% t .unsubscribe_text %} +
+
+ {% t .resubscribe_text %} +
+
+ {% form_authenticity_token %} + + +
+ {% else %} + +
+ {% t .resubscribed_text %} +
+ {% endif %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_account_avatar.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_account_avatar.html.liquid new file mode 100644 index 00000000..d952af93 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_account_avatar.html.liquid @@ -0,0 +1,66 @@ +
+

{% t .description %}

+

{% t .requirements %}

+
+ + + + +
+
+ +
+ +
+ +
+
+ +
+
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_account_desktop_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_account_desktop_view.html.liquid new file mode 100644 index 00000000..8ae8599d --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_account_desktop_view.html.liquid @@ -0,0 +1,19 @@ +
+ + {% form_authenticity_token %} +
+
+
+ + +
+
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_account_form.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_account_form.html.liquid new file mode 100644 index 00000000..ddd264c2 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_account_form.html.liquid @@ -0,0 +1,139 @@ +
+ {% t .header %} +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ +{% unless form.options.invite? %} +
+ + +
+ +
+ + +
+ +
+ + +
+{% endunless %} + +{% if form.options.invite? %} +
+ + +
+ + {% if form.terms_of_service_required? %} +
+ +
+ {% t .terms_of_service %} + + {% t .terms_link %} + +
+
+ {% else %} +
+ + {% t .terms %} + + {% t .terms_link %} + + +
+ {% endif %} + + +{% endif %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_account_mobile_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_account_mobile_view.html.liquid new file mode 100644 index 00000000..6ac8c007 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_account_mobile_view.html.liquid @@ -0,0 +1,17 @@ +
+ + {% form_authenticity_token %} +
+
+ {% render "account_form", form: form, version: "mobile" %} +
+
+
+
+ {% include "account_avatar", version: "mobile" %} +
+
+ +
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_cards_course.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_cards_course.html.liquid new file mode 100644 index 00000000..2e80204e --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_cards_course.html.liquid @@ -0,0 +1,54 @@ +{% capture course_path %} + {% route course, id: course.id %} +{% endcapture %} +
+
+
+
+
+
+
+
{{ course.properties.course_level }}
+ {% unless course.properties.course_length == 0 %} +
{{ course.properties.course_length }} minutes
+ {% endunless %} +
+
+ {{ course.name }} +
+ + {{ course.name }} + +
+ {{ course.short_description }} +
+ +
+
+
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_cards_learning_path.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_cards_learning_path.html.liquid new file mode 100644 index 00000000..424a81ab --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_cards_learning_path.html.liquid @@ -0,0 +1,70 @@ +
+
+
+ {{ learning_path.name }} +
+
+ +
{% t shared.learning_path.title %}
+
+ {{ learning_path.items.count }} {% t .items %} +
+
+
+
{% t shared.learning_path.title %}
+ +
+ +
+

+ {{ learning_path.name }} +

+ +
+ {{ learning_path.instructor_names }} +
+ +
+ {{ learning_path.description }} +
+ +
+ {% t shared.progress, count: learning_path.progress %} +
+ +
+
+
+
+ + +
+
+
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_cards_training_event.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_cards_training_event.html.liquid new file mode 100644 index 00000000..d0e37234 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_cards_training_event.html.liquid @@ -0,0 +1,29 @@ +
+
+
+
+
{{ training_event.sessions.first.day }} {{ training_event.sessions.first.month | date: "%b" }}
+
{{ training_event.sessions.first.starts }}
+
+ {{ training_event.sessions.first.year }} + {{ training_event.sessions.first.time_zone }} +
+
+ {% if training_event.sessions.first.registered? %}
Registered
{% endif %} +
+
+ + {{ training_event.title }} + +
+ {{ training_event.description | strip_html }} +
+
+
+
{{ training_event.sessions.first.instructor }}
+ + {% t shared.view %} event + +
+
+
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_certificates_info_column.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_certificates_info_column.html.liquid new file mode 100644 index 00000000..61adfaba --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_certificates_info_column.html.liquid @@ -0,0 +1,4 @@ +
+ {% include "certificates_verification" %} + {% include "certificates_metadata" %} +
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_certificates_metadata.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_certificates_metadata.html.liquid new file mode 100644 index 00000000..9f4a1dba --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_certificates_metadata.html.liquid @@ -0,0 +1,59 @@ +
+
+ +
+ + {% if certificate.issuer_name_enabled? %} + +
+ {% endif %} + + +
+ +
+
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_certificates_preview.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_certificates_preview.html.liquid new file mode 100644 index 00000000..6357b621 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_certificates_preview.html.liquid @@ -0,0 +1,35 @@ + + +
+
+
+ +
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_certificates_top_bar.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_certificates_top_bar.html.liquid new file mode 100644 index 00000000..74a7ae41 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_certificates_top_bar.html.liquid @@ -0,0 +1,44 @@ +
+
+
+

+ {{certificate.certificate_name}} +

+
+
+ {% if certificate.linkedin_sharing_enabled and current_person.signed_in? and certificate.learner_uuid == current_person.id %} + + + {% t .share %} + + {% endif %} + + {% if certificate.generating_pdf %} +
+ +
+ {% else %} + + {% t .download %} + + {% endif %} +
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_certificates_verification.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_certificates_verification.html.liquid new file mode 100644 index 00000000..4fc19415 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_certificates_verification.html.liquid @@ -0,0 +1,15 @@ +
+
+
+ +
+
+

+ {{certificate.verification_title}} +

+

+ {{certificate.verification_description}} +

+
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_activity_locked.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_activity_locked.html.liquid new file mode 100644 index 00000000..386393d5 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_activity_locked.html.liquid @@ -0,0 +1,4 @@ + + + {{ activity.title }} + diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_activity_unlocked.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_activity_unlocked.html.liquid new file mode 100644 index 00000000..30c03305 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_activity_unlocked.html.liquid @@ -0,0 +1,15 @@ +{% if course.enrolled? %} + + {{ activity.title }} + +{% else%} + + {{ activity.title }} + +{% endif %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_categories.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_categories.html.liquid new file mode 100644 index 00000000..6cfe9010 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_categories.html.liquid @@ -0,0 +1,10 @@ +

+ {% t .header %} +

+
+ {% for category in course.categories %} +
+ {{ category.name }} +
+ {% endfor %} +
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_description.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_description.html.liquid new file mode 100644 index 00000000..269f9216 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_description.html.liquid @@ -0,0 +1,6 @@ +

+ {% t .header, key: current_school.course_vocabulary %} +

+
+ {{ course.full_description }} +
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_desktop_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_desktop_view.html.liquid new file mode 100644 index 00000000..bfe5409a --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_desktop_view.html.liquid @@ -0,0 +1,38 @@ +
+
+ {% include "course_header" %} +
+
+
+
+ {{ course.name }} + {% include "course_outline" %} + {% if course.categories.any? %} +
+ {% include "course_categories" %} +
+ {% endif %} + + {% if course.instructors.any? %} +
+ {% include "course_instructors" %} +
+ {% endif %} + + {% if course.events.any? %} +
+ {% include "course_events" %} +
+ {% endif %} +
+
+
+ {% include "course_progress_and_cta" %} +
+
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_events.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_events.html.liquid new file mode 100644 index 00000000..5fa80eef --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_events.html.liquid @@ -0,0 +1,28 @@ +

+ {% t .header %} +

+
+ {% for event in course.events %} +
+ +
+
+ {{ event.title }} +
+
+ {% t shared.event_types, key: event.event_type %} +
+
+ {{ event.sessions.first.time_period }} {{ event.sessions.first.time_zone }} +
+
+
+ {% endfor %} +
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_header.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_header.html.liquid new file mode 100644 index 00000000..fc4e1eb3 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_header.html.liquid @@ -0,0 +1,15 @@ +
+ {{ current_school.course_vocabulary }} + + +
+
+ + + +
+{{ course.name }} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_instructors.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_instructors.html.liquid new file mode 100644 index 00000000..8b608928 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_instructors.html.liquid @@ -0,0 +1,22 @@ +

+ {% t .header %} +

+
+ {% for instructor in course.instructors %} +
+ {{ instructor.name }} +
+
+ {{ instructor.name }} +
+ +
+
+ {% endfor %} +
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_mobile_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_mobile_view.html.liquid new file mode 100644 index 00000000..7f31ff35 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_mobile_view.html.liquid @@ -0,0 +1,40 @@ +
+ {% include "course_header" %} +
+ {% include "course_progress_and_cta" %} +
+
+ +{% if course.progress == 0 %} +
+ {% include "course_description" %} +
+
+ {% include "course_outline" %} +
+{% else %} +
+ {% include "course_outline" %} +
+
+ {% include "course_description" %} +
+{% endif %} + +{% if course.categories.any? %} +
+ {% include "course_categories" %} +
+{% endif %} + +{% if course.instructors.any? %} +
+ {% include "course_instructors" %} +
+{% endif %} + +{% if course.events.any? %} +
+ {% include "course_events" %} +
+{% endif %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_outline.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_outline.html.liquid new file mode 100644 index 00000000..72f97e79 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_outline.html.liquid @@ -0,0 +1,40 @@ +
+
+ {% t .header, key: current_school.course_vocabulary %} +
+
+
    + {% for section in course.sections %} +
  1. +
    + {{ section.name }} +
    +
      + {% for activity in section.activities %} + +
    1. + {% if activity.completed? %} + + {% if activity.locked? %} + {% include "course_activity_locked" %} + {% else %} + {% include "course_activity_unlocked", class: "np-course-outline-content-activity-link-completed" %} + {% endif %} +
      + {% else %} + + {% if activity.locked? %} + {% include "course_activity_locked" %} + {% else %} + {% include "course_activity_unlocked", class: "np-course-outline-content-activity-link" %} + {% endif %} +
      + {% endif %} +
    2. + {% endfor %} +
    +
  2. + {% endfor %} +
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_progress_and_cta.html.liquid new file mode 100644 index 00000000..8636843b --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_progress_and_cta.html.liquid @@ -0,0 +1,52 @@ +
+
+
+
{{ course.properties.course_level }}
+ {% unless course.properties.course_length == 0 %} +
{{ course.properties.course_length }} minutes
+ {% endunless %} +
+
+
+ {{ course.name }} +
+
+
+
+
+
{{course.progress}}%
+
+
+ +
+ {{ course.full_description }} +
+ +{% if course.learner_can_retake? %} +
+ {% form_authenticity_token %} + +
+{% else %} + + {% if course.enrolled? == false %} + {% t shared.enroll %} + {% elsif course.started? == false %} + {% t shared.course.start, key: current_school.course_vocabulary %} + {% elsif course.completed? %} + {% t shared.course.view, key: current_school.course_vocabulary %} + {% else %} + {% t shared.continue %} + {% endif %} + +{% endif %} + diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_version_outdated_alert.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_version_outdated_alert.html.liquid new file mode 100644 index 00000000..03e245ab --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_version_outdated_alert.html.liquid @@ -0,0 +1,7 @@ +{% if courses.include_courses_to_restart? %} + +{% endif %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_version_outdated_popup.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_version_outdated_popup.html.liquid new file mode 100644 index 00000000..71795884 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_version_outdated_popup.html.liquid @@ -0,0 +1,33 @@ +
+
+ + +
+
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_courses_catalog.html.liquid new file mode 100644 index 00000000..091f9a7c --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_courses_catalog.html.liquid @@ -0,0 +1,15 @@ +{% if courses.in_catalog.any? %} +
+ {% for course in courses.in_catalog %} +
+ {% include "cards_course" with course %} +
+ {% endfor %} +
+{% else %} + {% capture message %} + {% t shared.zero_state.courses.catalog + , key: current_school.course_vocabulary %} + {% endcapture %} + {% include "courses_zero_state", message: message %} +{% endif %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_courses_index.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_courses_index.html.liquid new file mode 100644 index 00000000..a620c642 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_courses_index.html.liquid @@ -0,0 +1,20 @@ +{% if courses.enrolled.any? %} +
+ {% for course in courses.enrolled %} + {% assign course_categories = "" %} + {% for cat in course.categories %} + {% assign cat_name = cat.name | replace: " ", "-" | downcase %} + {% assign course_categories = course_categories | append: cat_name %} + {% endfor %} +
+ {% include "cards_course" with course %} +
+ {% endfor %} +
+{% else %} + {% capture message %} + {% t shared.zero_state.courses.index + , key: current_school.course_vocabulary %} + {% endcapture %} + {% include "courses_zero_state", message: message %} +{% endif %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_courses_zero_state.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_courses_zero_state.html.liquid new file mode 100644 index 00000000..26e371f7 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_courses_zero_state.html.liquid @@ -0,0 +1,6 @@ +
+
+ {{ message }} +
+ {{ message }} +
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_filter_checkbox.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_filter_checkbox.html.liquid new file mode 100644 index 00000000..5cbcbd07 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_filter_checkbox.html.liquid @@ -0,0 +1,10 @@ + + diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_filter_dropdown.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_filter_dropdown.html.liquid new file mode 100644 index 00000000..e7a954bb --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_filter_dropdown.html.liquid @@ -0,0 +1,33 @@ +
+ +
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_filter_select.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_filter_select.html.liquid new file mode 100644 index 00000000..d006c0df --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_filter_select.html.liquid @@ -0,0 +1,22 @@ +{% if params.q %} + +{% endif %} + + + + diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_filter_sidebar_courses.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_filter_sidebar_courses.html.liquid new file mode 100644 index 00000000..07133f75 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_filter_sidebar_courses.html.liquid @@ -0,0 +1,133 @@ +{% assign enrolled_categories = categories.enrolled %} + +
+
+
What are you looking for?
+
+ {% for category in enrolled_categories %} +
+ +
+ {% endfor %} +
+
+
+
What is your learning style?
+
+
+
Reset all Filters
+
+ + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_footer.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_footer.html.liquid new file mode 100644 index 00000000..d6463b38 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_footer.html.liquid @@ -0,0 +1,289 @@ + + + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_function_update_event_timezone.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_function_update_event_timezone.html.liquid new file mode 100644 index 00000000..7513a9e1 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_function_update_event_timezone.html.liquid @@ -0,0 +1,40 @@ + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_generic_tns_carousel.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_generic_tns_carousel.html.liquid new file mode 100644 index 00000000..b5d3e1ce --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_generic_tns_carousel.html.liquid @@ -0,0 +1,146 @@ + + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_head.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_head.html.liquid new file mode 100644 index 00000000..91aeb073 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_head.html.liquid @@ -0,0 +1,15 @@ +{% styles default %} +{% styles colors %} +{% styles custom %} + + + + + + + +{% include 'generic_tns_carousel' %} +{% include 'function_update_event_timezone' %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_header.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_header.html.liquid new file mode 100644 index 00000000..330d513b --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_header.html.liquid @@ -0,0 +1,258 @@ + + +
+
+
+ {% if current_person.signed_in? %} + + + {% endif %} +
+ {% if current_school.logo_url %} +

+ + {{ current_school.name }} + +

+ {% else %} + + {{ current_school.name }} + + {% endif %} + +
+ + +
+ + {% if current_person.signed_in? %} + {% else %} +
+ {% endif %} + +
+ +
+
+
+
+ +{% include "messages" %} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_header_minimal.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_header_minimal.html.liquid new file mode 100644 index 00000000..6b72cdb2 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_header_minimal.html.liquid @@ -0,0 +1,17 @@ +
+ + {% if current_school.logo_url %} + + {% else %} + + {{ current_school.name }} + + {% endif %} + +
+ +{% include "messages" %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_homepage_courses_carousel.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_homepage_courses_carousel.html.liquid new file mode 100644 index 00000000..f633546c --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_homepage_courses_carousel.html.liquid @@ -0,0 +1,47 @@ + + + + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_homepage_section_my_courses.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_homepage_section_my_courses.html.liquid new file mode 100644 index 00000000..8bb60211 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_homepage_section_my_courses.html.liquid @@ -0,0 +1,76 @@ +
+
+
+
+
+ My Courses +
+
+ +
+ +
+ {% if courses.enrolled.any? %} + {% assign enrolled_courses = courses.enrolled | sort: "progress" %} + {% for course in enrolled_courses limit: 4 %} +
+ {% include "cards_course" with course %} +
+ {% endfor %} + {% else %} +
+ {% capture message %} + {% t shared.zero_state.courses.index + , key: current_school.course_vocabulary %} + {% endcapture %} + {% include "courses_zero_state", message: message %} +
+ + {% endif %} +
+
+ +
+
+
+ + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_homepage_section_upcoming_events.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_homepage_section_upcoming_events.html.liquid new file mode 100644 index 00000000..b13bc861 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_homepage_section_upcoming_events.html.liquid @@ -0,0 +1,99 @@ +{% assign events_to_hide = "Introduction to DataSnipper, Introduction to the Financial Statement Suite, Automation with DataSnipper, Welcome to the Financial Statement Suite, DataSnipper Tips & Tricks, DataSnipper Q&A, Financial Statement Suite Tips & Tricks" | split: ", " %} + +
+
+
+
+
+ Upcoming Events +
+
+ +
+ + +
+ +
+
+
+ + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_homepage_section_welcome.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_homepage_section_welcome.html.liquid new file mode 100644 index 00000000..031388ed --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_homepage_section_welcome.html.liquid @@ -0,0 +1,48 @@ +
+
+
+
+
Welcome back, {{ current_person.first_name }}
+
{{ homepage.subheadline }}
+
+
+ + {% include "homepage_widgets" %} + +
+ +
+ + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_homepage_widgets.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_homepage_widgets.html.liquid new file mode 100644 index 00000000..35aff1fc --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_homepage_widgets.html.liquid @@ -0,0 +1,151 @@ +{% assign count_complete = 0 %} +{% assign count_in_progress = 0 %} +{% assign percent_in_progress = 0 %} +{% assign percent_completed = 0 %} +{% assign total_enrolled_courses = 0 %} + + +{% if courses.enrolled.any? %} + {% assign total_enrolled_courses = courses.enrolled | size | times: 1 %} + + {% for course in courses.enrolled %} + {% if course.completed? %} + {% assign count_complete = count_complete | plus: 1 %} + {% elsif course.started? %} + {% assign count_in_progress = count_in_progress | plus: 1 %} + {% endif %} + {% endfor %} + + {% assign percent_in_progress = count_in_progress | times: 100 | divided_by: total_enrolled_courses %} + {% assign percent_completed = count_complete | times: 100 | divided_by: total_enrolled_courses %} +{% endif %} + +
+
+
+
+
Courses in progress
+
+
+
+
+ {{ count_in_progress }}/{{ total_enrolled_courses }}
+
+
+
+
+
Courses completed
+
+
+
+
+ {{ count_complete }}/{{ total_enrolled_courses }}
+
+
+
+
+
Your Badges
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_banners.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_banners.html.liquid new file mode 100644 index 00000000..11a1810c --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_banners.html.liquid @@ -0,0 +1,5 @@ +{% if learning_path.new_content_available? %} + {% include "learning_path_new_content_banner" %} +{% else %} + {% include "learning_path_completed_banner" %} +{% endif %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_certificate.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_certificate.html.liquid new file mode 100644 index 00000000..3a282c5e --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_certificate.html.liquid @@ -0,0 +1,17 @@ +{% if learning_path.has_certificate? %} + {% if learning_path.certificate_completed? %} +
+ +
+ {% include "learning_path_certificate_content" %} +
+
+ {% else %} +
+ {% include "learning_path_certificate_content" %} +
+ {% endif %} +{% endif %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_certificate_content.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_certificate_content.html.liquid new file mode 100644 index 00000000..3feafd59 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_certificate_content.html.liquid @@ -0,0 +1,19 @@ +
+ +

+ {{ learning_path.certificate_name }} +

+ {% if learning_path.certificate_completed? %} + + {% endif %} +
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_completed_banner.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_completed_banner.html.liquid new file mode 100644 index 00000000..1c146f6e --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_completed_banner.html.liquid @@ -0,0 +1,13 @@ +
+ +
+

{% t .headline %}

+

{% t .description %}

+
+ {% if learning_path.certificate_link %} + {% t .actions.certificate %} + {% endif %} + {% t .actions.more_courses %} +
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_course.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_course.html.liquid new file mode 100644 index 00000000..5f7aff84 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_course.html.liquid @@ -0,0 +1,56 @@ +{% if learning_path.enrolled? and course.unlocked? %} +
+ +
+ {{ course.name }} +
+
+ {{ course.name }} +
+ {% if course.instructors %} +
+ {{ course.instructors }} +
+ {% endif %} +
+ {% t shared.progress, count: course.progress %} +
+
+ + {% if course.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+{% else %} +
+
+ {{ course.name }} +
+
+ {{ course.name }} +
+
+ {% if course.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_description.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_description.html.liquid new file mode 100644 index 00000000..6b1fb3a0 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_description.html.liquid @@ -0,0 +1,6 @@ +

+ {% t .about %} +

+
+ {{ learning_path.description }} +
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_desktop_content.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_desktop_content.html.liquid new file mode 100644 index 00000000..e9ca85d9 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_desktop_content.html.liquid @@ -0,0 +1,21 @@ +
+
+
+ {{ learning_path.name }} +
+ {% include "learning_path_description" %} + {% include "learning_path_instructors" %} +
+
+
+
+
+ {% include "learning_path_progress_and_cta" %} +
+ {% include "learning_path_outline" %} +
+
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_desktop_header.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_desktop_header.html.liquid new file mode 100644 index 00000000..6f4c112c --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_desktop_header.html.liquid @@ -0,0 +1,12 @@ +
+
+ {% t shared.learning_path.title %} + +
+
+ + + + {{ learning_path.name }} +
+
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_desktop_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_desktop_view.html.liquid new file mode 100644 index 00000000..8447443e --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_desktop_view.html.liquid @@ -0,0 +1,2 @@ +{% include "learning_path_desktop_header" %} +{% include "learning_path_desktop_content" %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_instructors.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_instructors.html.liquid new file mode 100644 index 00000000..a8342301 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_instructors.html.liquid @@ -0,0 +1,26 @@ +{% if learning_path.instructors.any? %} +
+

+ {% t shared.instructors %} +

+
+ {% for instructor in learning_path.instructors %} +
+ {{ instructor.name }} +
+
+ {{ instructor.name }} +
+ +
+
+ {% endfor %} +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_mobile_content.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_mobile_content.html.liquid new file mode 100644 index 00000000..92ffd4c8 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_mobile_content.html.liquid @@ -0,0 +1,19 @@ +{% if learning_path.in_progress? %} + {% include "learning_path_outline" %} +
+ {% include "learning_path_description" %} +
+{% else %} +
+ {% include "learning_path_description" %} +
+
+ {% include "learning_path_outline" %} +
+{% endif %} + +{% if learning_path.instructors.any? %} +
+ {% include "learning_path_instructors" %} +
+{% endif %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_mobile_header.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_mobile_header.html.liquid new file mode 100644 index 00000000..2bf66a5a --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_mobile_header.html.liquid @@ -0,0 +1,17 @@ +
+
+ {% t shared.learning_path.title %} + +
+
+ {{ learning_path.name }} +
+ {{ learning_path.name }} +
+ {% include "learning_path_progress_and_cta" %} +
+
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_mobile_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_mobile_view.html.liquid new file mode 100644 index 00000000..0e22feb9 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_mobile_view.html.liquid @@ -0,0 +1,2 @@ +{% include "learning_path_mobile_header" %} +{% include "learning_path_mobile_content" %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_new_content_banner.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_new_content_banner.html.liquid new file mode 100644 index 00000000..2bc02d46 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_new_content_banner.html.liquid @@ -0,0 +1,12 @@ +
+
+

{% t .headline %}

+

{% t .description %}

+
+ {% learning_path_next_step_button learning_path, class: "np-learning-path-banner-action np-learning-path-banner-action--primary" %} + {% if learning_path.certificate_link %} + {% t .actions.view_certificate %} + {% endif %} +
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_outline.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_outline.html.liquid new file mode 100644 index 00000000..22ddd573 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_outline.html.liquid @@ -0,0 +1,10 @@ +
+ {% for item in learning_path.items %} + {% if item.course? %} + {% include "learning_path_course", course: item %} + {% elsif item.training_event? %} + {% include "learning_path_training_session", training_session: item %} + {% endif %} + {% endfor %} + {% include "learning_path_certificate" %} +
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_progress_and_cta.html.liquid new file mode 100644 index 00000000..1d90a2a7 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_progress_and_cta.html.liquid @@ -0,0 +1,20 @@ +{% if learning_path.enrolled? %} +
+
+ {% t .progress %} +
+
+
+
+
+
+ {% t shared.progress, count: learning_path.progress %} +
+
+{% endif %} + +{% learning_path_next_step_button learning_path, class: "np-top-button np-button-font-color np-button np-button-big" %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_summary_desktop_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_summary_desktop_view.html.liquid new file mode 100644 index 00000000..05961c52 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_summary_desktop_view.html.liquid @@ -0,0 +1,3 @@ +{% include "learning_path_desktop_header" %} +{% include "learning_path_banners" %} +{% include "learning_path_desktop_content" %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_summary_mobile_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_summary_mobile_view.html.liquid new file mode 100644 index 00000000..f30a09eb --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_summary_mobile_view.html.liquid @@ -0,0 +1,5 @@ +
+ {% include "learning_path_banners" %} +
+{% include "learning_path_mobile_header" %} +{% include "learning_path_mobile_content" %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_training_session.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_training_session.html.liquid new file mode 100644 index 00000000..f796cdf4 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_training_session.html.liquid @@ -0,0 +1,53 @@ +{% if learning_path.enrolled? and training_session.unlocked? %} +
+ +
+ +
+
{{ training_session.name }}
+
{{ training_session.instructors }}
+
+ {{ training_session.time }} {{ training_session.time_zone }} +
+
+ + {% if training_session.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+{% else %} +
+
+ +
+
{{ training_session.name }}
+
{{ training_session.caption }}
+
+ {% if training_session.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_paths_index.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_paths_index.html.liquid new file mode 100644 index 00000000..a4681210 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_paths_index.html.liquid @@ -0,0 +1,14 @@ +
+ {% if items.any? %} + {% for learning_path in items %} + {% include "cards_learning_path" with learning_path %} + {% endfor %} + {% else %} +
+
+ {% t .empty %} +
+ {% t .empty %} +
+ {% endif %} +
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_messages.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_messages.html.liquid new file mode 100644 index 00000000..059fc568 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_messages.html.liquid @@ -0,0 +1,19 @@ +{% if messages.alert.size > 0 %} +
+
+ {% for message in messages.alert %} +
{{ message }}
+ {% endfor %} +
+
+{% endif %} + +{% if messages.notice.size > 0 %} +
+
+ {% for message in messages.notice %} +
{{ message }}
+ {% endfor %} +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_search_result.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_search_result.html.liquid new file mode 100644 index 00000000..5c2a4991 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_search_result.html.liquid @@ -0,0 +1,19 @@ +
+
+
+ {{ result.name }} +
+
+ + {{ result.name }} + +
+
{{ result.description }}
+
+
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_search_zero_state.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_search_zero_state.html.liquid new file mode 100644 index 00000000..4e52c6fb --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_search_zero_state.html.liquid @@ -0,0 +1,13 @@ +
+
+
+

+ {% t .nothing_found %} +

+
+ {% t .empty %} +
+
+
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_section_datasnipper_expert.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_section_datasnipper_expert.html.liquid new file mode 100644 index 00000000..78b6ab32 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_section_datasnipper_expert.html.liquid @@ -0,0 +1,138 @@ +
+
+
+
+
Become a DataSnipper Expert
+
+
+
+
+
+
+ Knowledge Base +
+
+ Learn how to perform audit and finance use cases +
+ + Learn more + + +
+
+
+
+
+ Resources +
+
What's next on Intelligent Automation
+ + Learn more + + +
+
+
+
+
+ + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_sub_navigation.html.liquid new file mode 100644 index 00000000..b432c10b --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_sub_navigation.html.liquid @@ -0,0 +1,13 @@ + diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_events_dashboard.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_events_dashboard.html.liquid new file mode 100644 index 00000000..7aeb19ce --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_events_dashboard.html.liquid @@ -0,0 +1,9 @@ +
+ {% if training_events.enrolled.any? %} + {% for training_event in training_events.enrolled %} + {% include "cards_training_event" with training_event %} + {% endfor %} + {% else %} + {% include "training_events_zero_state" %} + {% endif %} +
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_events_filter.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_events_filter.html.liquid new file mode 100644 index 00000000..d4892278 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_events_filter.html.liquid @@ -0,0 +1,53 @@ +
+ +
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_events_index.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_events_index.html.liquid new file mode 100644 index 00000000..68c7b5c0 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_events_index.html.liquid @@ -0,0 +1,17 @@ +{% assign events_to_hide = "Introduction to DataSnipper, Introduction to the Financial Statement Suite, Automation with DataSnipper, Welcome to the Financial Statement Suite, DataSnipper Tips & Tricks, DataSnipper Q&A, Financial Statement Suite Tips & Tricks" | split: ", " %} + +
+ {% if training_events.available.any? %} +
+ {% for training_event in training_events.available %} + {% unless events_to_hide contains training_event.title %} +
+ {% include "cards_training_event" with training_event %} +
+ {% endunless %} + {% endfor %} +
+ {% else %} + {% include "training_events_zero_state" %} + {% endif %} +
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_events_zero_state.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_events_zero_state.html.liquid new file mode 100644 index 00000000..076b789e --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_events_zero_state.html.liquid @@ -0,0 +1,9 @@ +
+
+ {% t .empty %} +
+ {% t .empty %} +
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_calendars.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_calendars.html.liquid new file mode 100644 index 00000000..6c758b73 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_calendars.html.liquid @@ -0,0 +1,52 @@ + diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_cta.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_cta.html.liquid new file mode 100644 index 00000000..ce40348d --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_cta.html.liquid @@ -0,0 +1,49 @@ +{% if training_session.approved? or training_session.pending? %} +
+ + {% t .registered %} +
+{% elsif training_session.denied? %} +
+ {% t .denied %} +
+{% elsif training_session.too_late? %} +
+ {% t .too_late %} +
+{% elsif training_session.no_seats? %} +
+ {% t .no_seats %} +
+{% endif %} +
+
+
+ {% form_authenticity_token %} + + {% if training_session.internal? and training_session.approved? %} + {% if features.training_events_google_calendar? %} + {% include "training_session_calendars" %} + + {% else %} + + {% endif %} + + + {% endif %} + + {% if training_session.not_registered? %} + + {% endif %} +
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_date.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_date.html.liquid new file mode 100644 index 00000000..48694035 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_date.html.liquid @@ -0,0 +1,14 @@ +
+
+
+ {{ training_session.day }} +
+
+
+ {{ training_session.month }} +
+
+ {{ training_session.year }} +
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_description.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_description.html.liquid new file mode 100644 index 00000000..73be4cf4 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_description.html.liquid @@ -0,0 +1,6 @@ +

+ {% t .header %} +

+
+ {{ training_event.description }} +
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_desktop_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_desktop_view.html.liquid new file mode 100644 index 00000000..5c1abfec --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_desktop_view.html.liquid @@ -0,0 +1,40 @@ +
+ {% include "training_session_header" %} +
+
+
+
+
+
+ {% include "training_session_details" %} +
+
+ {% include "training_session_cta" %} +
+
+
+
+ {% include "training_session_description" %} +
+
+
+
+
+
+ {% t shared.more_sessions %} +
+ {% if training_event.sessions.size > 1 %} + {% include "training_session_more_sessions" %} + {% else %} +
+ {% t .empty %} +
+ {% t .empty %} +
+
+ {% endif %} +
+
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_details.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_details.html.liquid new file mode 100644 index 00000000..fdf567fe --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_details.html.liquid @@ -0,0 +1,24 @@ +
+ {% include "training_session_date" %} + +
+ + {{ training_session.time_period }} {{ training_session.time_zone }} +
+ + {% if training_session.location %} +
+ + {{ training_session.location }} +
+ {% endif %} + + {% if training_session.session_url %} +
+ + + {{ training_session.session_url }} + +
+ {% endif %} +
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_header.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_header.html.liquid new file mode 100644 index 00000000..294db20e --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_header.html.liquid @@ -0,0 +1,29 @@ +
+ {% t shared.event_types + , key: training_event.event_type %} + +
+
+ + + + {{ training_event.title }} +
+ + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_mobile_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_mobile_view.html.liquid new file mode 100644 index 00000000..00455d4e --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_mobile_view.html.liquid @@ -0,0 +1,22 @@ +
+
+ {% include "training_session_header" %} +
+ {% include "training_session_details" %} +
+ {% include "training_session_cta" %} +
+
+ +
+ {% include "training_session_description" %} +
+ +{% if training_event.sessions.size > 1 %} +
+
+ {% t shared.more_sessions %} +
+ {% include "training_session_more_sessions" %} +
+{% endif %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_more_sessions.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_more_sessions.html.liquid new file mode 100644 index 00000000..6cfafa87 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_more_sessions.html.liquid @@ -0,0 +1,3 @@ +{% for session in training_event.sessions %} + {% include "training_session_tile", current_session: training_session %} +{% endfor %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_tile.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_tile.html.liquid new file mode 100644 index 00000000..e5ad8714 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_tile.html.liquid @@ -0,0 +1,17 @@ +{% if current_session.id != session.id %} + + +
+
+ {{ session.month }} {{ session.day }}, {{ session.year }} +
+
+ {{ session.time_period }} {{ session.time_zone }} +
+
+ +
+{% endif %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/account.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/account.html.liquid new file mode 100644 index 00000000..2ad5d917 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/account.html.liquid @@ -0,0 +1,14 @@ +{% include "header" %} + +
+
+ {% include "account_mobile_view", form: form %} +
+ +
+ {% include "account_desktop_view", form: form %} +
+
+ +{% include "footer" %} + diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/auth_url_email.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/auth_url_email.html.liquid new file mode 100644 index 00000000..90e802f4 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/auth_url_email.html.liquid @@ -0,0 +1,91 @@ +
+
+ {% include "header_minimal" %} +
+
+ {% form_authenticity_token %} +
+ {% t shared.welcome_to_school, school_name: current_school.name %} +
+
+ {% t .headline, key: current_school.course_vocabulary %} +
+
+ + +
+
+ + +
+
+ + +
+ + +
+
+
+
+ diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/auth_url_employee.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/auth_url_employee.html.liquid new file mode 100644 index 00000000..c8d8adf7 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/auth_url_employee.html.liquid @@ -0,0 +1,59 @@ +
+
+ {% include "header_minimal" %} +
+
+ {% form_authenticity_token %} +
+ {% t shared.welcome_to_school, school_name: current_school.name %} +
+
+ {% t .headline, key: current_school.course_vocabulary %} +
+
+ + +
+
+ + +
+
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/auth_url_phone_number.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/auth_url_phone_number.html.liquid new file mode 100644 index 00000000..aafae119 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/auth_url_phone_number.html.liquid @@ -0,0 +1,40 @@ +
+
+ {% include "header_minimal" %} +
+
+
{% t shared.welcome_to_school, school_name: current_school.name %}
+
{% t .headline, key: current_school.course_vocabulary %}
+ {% form_authenticity_token %} +
+ + +
+
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/auth_url_terms.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/auth_url_terms.html.liquid new file mode 100644 index 00000000..a7087db2 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/auth_url_terms.html.liquid @@ -0,0 +1,74 @@ +
+
+ {% include "header_minimal" %} +
+
+
{% t shared.welcome_to_school, school_name: current_school.name %}
+
{% t .headline, key: current_school.course_vocabulary %}
+ {% form_authenticity_token %} +
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/catalog.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/catalog.html.liquid new file mode 100644 index 00000000..6917a2c2 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/catalog.html.liquid @@ -0,0 +1,23 @@ +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.in_catalog %} +
+
+
+
{{ catalog.headline }}
+
{{ catalog.subheadline }}
+
+ {% capture label %} + {% t shared.filters.by_category %}{% endcapture %} + + {% comment %} {% if courses.in_catalog.any? %} + {% + include "filter_dropdown", + filters: courses.filters, + key: "category_uuid", + label: label + %} + {% endif %} {% endcomment %} +
+ {% include "courses_catalog" %} +
+{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/course.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/course.html.liquid new file mode 100644 index 00000000..f589974a --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/course.html.liquid @@ -0,0 +1,132 @@ +{% if course.enrolled? %} + +{% else %} + +{% endif %} + +{% include "header" %} +
+
+ {% include "course_desktop_view" %} +
+
+ {% include "course_mobile_view" %} +
+
+{% include "section_datasnipper_expert" %} +{% include "footer" %} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/courses.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/courses.html.liquid new file mode 100644 index 00000000..c273a11c --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/courses.html.liquid @@ -0,0 +1,72 @@ +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.enrolled %} +{% include "sub_navigation" %} +
+
+ My courses +
+ +
+
+ {% include "courses_index", class: "col-xs-12 col-md-6" %} +
+
+ {% include "filter_sidebar_courses" %} +
+ +
+ + + +
+{% include "section_datasnipper_expert" %} +{% include "footer" %} + + + +{% comment %} {% endcomment %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/dashboard.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/dashboard.html.liquid new file mode 100644 index 00000000..af72a4f8 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/dashboard.html.liquid @@ -0,0 +1,115 @@ +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.enrolled %} +{% include "sub_navigation" %} +
+ +
+
+
+ My Courses +
+ {% include "courses_index", class: "col-xs-12 col-md-6 col-lg-4 np-stretch-content" %} + +
+ Available Courses +
+ {% if courses.in_catalog.any? %} +
+ {% for course in courses.in_catalog %} + {% unless course.enrolled? %} +
+ {% include "cards_course" with course %} +
+ {% endunless %} + {% endfor %} +
+ {% else %} + {% capture message %} + {% t shared.zero_state.courses.catalog + , key: current_school.course_vocabulary %} + {% endcapture %} + {% include "courses_zero_state", message: message %} + {% endif %} +
+ + {% if features.training_events? %} +
+
+
+ {% t .upcoming_events %} +
+ {% include "training_events_dashboard" %} +
+
+ {% endif %} +
+
+{% include "section_datasnipper_expert" %} +{% include "footer" %} + + + +{% comment %} {% endcomment %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/forgot_password.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/forgot_password.html.liquid new file mode 100644 index 00000000..3d65513f --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/forgot_password.html.liquid @@ -0,0 +1,25 @@ +
+
+ {% include "header_minimal" %} +
+
+ {% form_authenticity_token %} +
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/homepage.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/homepage.html.liquid new file mode 100644 index 00000000..0459215b --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/homepage.html.liquid @@ -0,0 +1,11 @@ +{% include "header" %} +
+ {% include "homepage_section_welcome" %} + + {% include "homepage_section_upcoming_events" %} + {% include "homepage_section_my_courses" %} + + {% include "section_datasnipper_expert" %} + +
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/learning_path.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/learning_path.html.liquid new file mode 100644 index 00000000..5cbb5a93 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/learning_path.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
+
+ {% include "learning_path_desktop_view" %} +
+
+ {% include "learning_path_mobile_view" %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/learning_path_summary.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/learning_path_summary.html.liquid new file mode 100644 index 00000000..99ae32ed --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/learning_path_summary.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
+
+ {% include "learning_path_summary_desktop_view" %} +
+
+ {% include "learning_path_summary_mobile_view" %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/learning_paths.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/learning_paths.html.liquid new file mode 100644 index 00000000..e6e10cba --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/learning_paths.html.liquid @@ -0,0 +1,14 @@ +{% include "header" %} +{% include "sub_navigation" %} +
+
+
+ {% t shared.learning_paths %} +
+
+ {% t .subtitle %} +
+ {% include "learning_paths_index", items: learning_paths.available %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/login.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/login.html.liquid new file mode 100644 index 00000000..bde185dd --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/login.html.liquid @@ -0,0 +1,53 @@ +
+
+ {% include "header_minimal" %} +
+
+ {% form_authenticity_token %} +
+ + +
+
+ + +
+ + + {% t .forgot_password %} + + {% if features.account_creation? %} + + {% t shared.sign_up %} + + {% endif %} + {% if features.request_access? %} + + {{ current_school.request_access_label }} + + {% endif %} +
+
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/master.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/master.html.liquid new file mode 100644 index 00000000..63345068 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/master.html.liquid @@ -0,0 +1 @@ +{% body %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/not_found.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/not_found.html.liquid new file mode 100644 index 00000000..91c76e4b --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/not_found.html.liquid @@ -0,0 +1,10 @@ +
+ + +
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/private_certificate.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/private_certificate.html.liquid new file mode 100644 index 00000000..15d05419 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/private_certificate.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +{% include "certificates_top_bar" %} +
+
+
+ {% include "certificates_preview" %} + {% include "certificates_info_column" %} +
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/public_certificate.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/public_certificate.html.liquid new file mode 100644 index 00000000..15d05419 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/public_certificate.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +{% include "certificates_top_bar" %} +
+
+
+ {% include "certificates_preview" %} + {% include "certificates_info_column" %} +
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/reset_password.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/reset_password.html.liquid new file mode 100644 index 00000000..281c6eaa --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/reset_password.html.liquid @@ -0,0 +1,43 @@ +
+
+ {% include "header_minimal" %} +
+
+ + + {% form_authenticity_token %} +
+ + +
+
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/search.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/search.html.liquid new file mode 100644 index 00000000..01684399 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/search.html.liquid @@ -0,0 +1,27 @@ +{% include "header" %} +
+
+ {% t .title %} +
+
+
+ {% t .showing %} + {{ results.count }} + {% t .results_for %} + "{{ results.term }}" +
+ {% capture label %}{% t shared.filters.by_type %}{% endcapture %} + {% + include "filter_dropdown", + filters: results.filters, + key: "type", + label: label + %} +
+ {% if results.items.any? %} + {% render "search_result" for results.items as result %} + {% else %} + {% include "search_zero_state" %} + {% endif %} +
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/sign_up.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/sign_up.html.liquid new file mode 100644 index 00000000..7a903da4 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/sign_up.html.liquid @@ -0,0 +1,72 @@ +
+
+ {% include "header_minimal" %} +
+
+
{% t .create_account %}
+ {% form_authenticity_token %} +
+
+ + +
+
+ + +
+
+
+ + +
+
+ + +
+ + + {% t .terms %} + + {% t .terms_link %} + + +
+
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/styles.css.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/styles.css.liquid new file mode 100644 index 00000000..f7ed0831 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/styles.css.liquid @@ -0,0 +1,313 @@ +/* + Put your custom overlay styles in here + You can use your northpass color palette in this file + +{{ color_palette.button_font_color }} +{{ color_palette.button_color }} +{{ color_palette.button_hover_color }} +{{ color_palette.header_font_color }} +{{ color_palette.header_font_hover_color }} +{{ color_palette.header_color }} +*/ + +body { + font-family: "Jost", Arial, sans-serif; + color: #011638; +} + +.np-sub-navigation { + display: none; +} + +body, +.np-dashboard, +.np-learning-paths { + background-color: #011638; +} + +.np-button { + transition: all 0.2s; + border-radius: 6px; + padding: 10px 14px; + font-size: 16px; + font-weight: 600; + line-height: 24px; +} + +.np-button.np-button-white { + background-color: #fff; + color: #011638; +} + +.np-card-ribbon { + background-color: #01bfb2; +} + +.np-homepage { + margin-bottom: 0; +} + +.np-subpage-container { + padding-left: 16px; + padding-right: 16px; +} + +.np-card-container { + box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.12); + border-radius: 0; +} + +.np-card-image { + border-radius: 0; +} + +.np-resource-title, +.np-resource-subtitle { + color: #fff; +} + +.np-resource-title { + font-size: 32px; + font-weight: 600; + line-height: 40px; + letter-spacing: -0.4px; +} + +@media(min-width:768px) { + .np-subpage-container { + padding-left: 0; + padding-right: 0; + } + + .np-resource-title { + font-size: 40px; + line-height: 48px; + } +} + +/* INSTRUCTORS */ +.np-content-instructors-content-item { + display: flex; + align-items: center; + margin-bottom:12px; +} + +.np-content-instructors-content-image { + border-radius: 50% +} + +.np-content-instructors-content-description { + font-size: 14px; + font-weight: 600; + line-height: 20px; +} + +.np-card .np-content-instructors-content-image { + width: 40px; + height: 40px; +} + +/* COURSE CARDS */ +.np-card .np-card-container { + border-radius: 12px; + padding: 24px; + box-shadow: none; +} + +.course-card .np-progress-bar-container { + margin-bottom: 24px; + margin-top: 0; + height: 12px; + background-color: #E6E8EB; +} + +.course-card .np-progress-bar-container .np-card-progress-bar { + min-width: 12px; + height: 12px; + background-color: #0D21A1; +} + +.course-card .np-card-content-title { + margin: 16px 0 12px; + color: #011638; + font-size: 24px; + font-weight: 600; + line-height: 32px; + text-decoration: none; +} + +.course-card a.np-card-content-title:hover { + text-decoration: underline; +} + +.course-card .np-card-content-desc { + font-size: 16px; + font-weight: 400; + line-height: 24px; + color: #505C72; +} + +.course-info-wrapper, +.event-info-wrapper { + display: flex; + align-items: center; + margin-bottom: 16px; + justify-content:space-between; +} + +.course-info, +.event-info { + background-color: #E7E9F5; + color: #0D21A1; + border-radius: 8px; + padding: 4px; + font-size: 12px; + font-weight: 600; + line-height: 18px; + text-align: center; + display: flex; + align-items: center; +} + +.course-info-wrapper .course-level, +.event-info-wrapper .event-date { + border-radius: 6px; + background-color: #fff; + padding: 2px 8px; +} + +.course-info-wrapper .course-length, +.event-info-wrapper .event-time { + margin: 0 6px; +} + +.course-card .np-button { + margin-left: auto; +} + +@media(min-width:768px) { + .np-card { + height: 100%; + } + + .course-card .np-card-content-title { + font-size: 26px; + line-height: 34px; + } + + .np-content-instructors-content-item { + margin-right: 12px; + } + + .np-content-instructors-content-description { + margin-left: 8px; + } +} + +/* EVENTS CARDS */ +.training-event-card .np-card-content-training-event { + padding: 0; + height: 100%; + display: flex; + flex-direction: column; + justify-content: space-between; +} + +.training-event-card .np-card-content-title { + margin: 0 0 12px; + color: #011638; + font-size: 24px; + font-weight: 600; + line-height: 32px; + text-decoration:none; +} + +.training-event-card a.np-card-content-title:hover { + text-decoration: underline; +} + +.training-event-card .np-card-content-subtitle { + font-size: 16px; + font-style: normal; + font-weight: 400; + line-height: 24px; + color: #505C72; + display: -webkit-box; + -webkit-box-orient: vertical; + -webkit-line-clamp: 4; + overflow: hidden; + text-overflow: ellipsis; +} + +.training-event-card .np-card-content { + margin-top: 24px; + align-items: flex-end; + justify-content: space-between; +} + +.training-event-card .session-status-label { + font-size: 14px; + color: #01bfb2; + font-weight: 600; +} + +@media(min-width:768px) { + .training-event-card { + min-height:350px; + } + + .training-event-card .np-card-content-title { + font-size: 30px; + line-height: 38px; + } +} + +/* LEARNING PATH CARDS */ +.np-learning-path .np-card-content-title { + font-size: 24px; + font-weight: 600; + color: #011638; +} + +.np-learning-path .np-card-progress-bar-container, +.np-learning-path .np-card-progress-bar { + height:12px; +} + +/* SEARCH PAGE STYLES */ + +.np-resource-subtitle-number, +.np-resource-subtitle span.np-button-color { + color: #01bfb2 !important; + font-weight: 600 +} + +/* LEARNING PATH PAGE */ +.np-learning-path-outline-item, +#learning-path-desktop .np-resource-header-card, +#learning-path-desktop .np-top-cta, +#learning-path-mobile .np-top-cta, +#learning-path-mobile .np-card-container, +#learning-path-desktop .np-card-container { + border-radius:12px; +} + +#learning-path-mobile .np-resource-header .np-top-title, +#learning-path-mobile .np-resource-header .np-text-title { + color:#fff; +} + +.np-learning-path-outline-item { + background-color:#fff; + border:none; +} + +.np-learning-path-outline-name .np-top-title, +.np-top-cta-progress-title.np-text-title { + color:#011638; + font-weight:600; +} + +.np-learning-path-outline-icon { + color:#0d21a1; +} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/training_events.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/training_events.html.liquid new file mode 100644 index 00000000..fd04372c --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/training_events.html.liquid @@ -0,0 +1,25 @@ +{% include "header" %} +{% include "sub_navigation" %} +
+
+
+
+ {% t.title %} +
+
+ {% t.subtitle %} +
+
+
+ {% include "training_events_filter" %} +
+
+ {% include "training_events_index" %} +
+{% include "footer" %} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/training_session.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/training_session.html.liquid new file mode 100644 index 00000000..c14efe42 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/training_session.html.liquid @@ -0,0 +1,114 @@ +{% include "header" %} +
+
+ {% include "training_session_desktop_view" %} +
+
+ {% include "training_session_mobile_view" %} +
+
+{% include "footer" %} + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/training_session_attendance.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/training_session_attendance.html.liquid new file mode 100644 index 00000000..71bb6119 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/training_session_attendance.html.liquid @@ -0,0 +1,43 @@ +{% include "header" %} +
+
+ {% if token %} + +
+ {{ training_session.title }} +
+
+ {% t .info, + event_name: training_session.title, + session_date: training_session.date, + session_time: training_session.time + %} +
+
+ {% t .question %} +
+
+ {% form_authenticity_token %} + + + +
+
+ {% t .salutation %} +
+
+ {{ current_school.name }} +
+ {% else %} + +
+ {% t .success.response_text %} +
+ +
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/unsubscribe.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/unsubscribe.html.liquid new file mode 100644 index 00000000..69a54028 --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/unsubscribe.html.liquid @@ -0,0 +1,30 @@ +{% include "header" %} +
+
+ {% if token %} + +
+ {% t .unsubscribe_text %} +
+
+ {% t .resubscribe_text %} +
+
+ {% form_authenticity_token %} + + +
+ {% else %} + +
+ {% t .resubscribed_text %} +
+ {% endif %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/upcoming-trainings.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/upcoming-trainings.html.liquid new file mode 100644 index 00000000..6b9f886e --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/upcoming-trainings.html.liquid @@ -0,0 +1,163 @@ +{% assign events_to_show = "Introduction to DataSnipper, Introduction to the Financial Statement Suite, Automation with DataSnipper, Welcome to the Financial Statement Suite, DataSnipper Tips & Tricks, DataSnipper Q&A, Financial Statement Suite Tips & Tricks" | split: ", " %} + +{% include "header" %} +{% include "sub_navigation" %} +
+
+
+
+ {{ custom_page.headline }} +
+
+ {{ custom_page.subheadline }} +
+
+
+
+
All
+
DataSnipper
+
Financial Statement Suite
+
Interactive Learning
+
+
+ {% if training_events.available.any? %} +
+ {% for training_event in training_events.available %} + {% if events_to_show contains training_event.title %} + + {% for session in training_event.sessions %} + {% assign session_date = session.year | append: "-" | append: session.month | append: "-" | append: session.day %} +
+
+
+
+
+
{{ session.day }} {{ session.month | date: "%b" }}
+
{{ session.starts }}
+
+ {{ session.year }} + {{ session.time_zone }} +
+
+ {% if session.registered? %} +
Registered + +
+ {% endif %} +
+
+ {{ training_event.title | strip }} +
+ {{ training_event.description | strip_html }} +
+
+
+
{{ session.instructor }}
+ + {% t shared.view %} event + +
+
+
+
+ {% endfor %} + {% endif %} + {% endfor %} +
+ {% else %} + {% include "training_events_zero_state" %} + {% endif %} +
+ +
+{% include "footer" %} + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_cards_course.html.liquid b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_cards_course.html.liquid new file mode 100644 index 00000000..b0393523 --- /dev/null +++ b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_cards_course.html.liquid @@ -0,0 +1,38 @@ +
+
+ {% if course.ribbon %} +
+ {{ course.ribbon }} +
+ {% endif %} + {{ course.name }} +
+

+ {{ course.name }} +

+
+ {{ course.full_description }} +
+ + + +
+
+
diff --git a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_courses_index.html.liquid b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_courses_index.html.liquid new file mode 100644 index 00000000..19e7671b --- /dev/null +++ b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_courses_index.html.liquid @@ -0,0 +1,16 @@ +{% if courses.enrolled.any? %} +
+ {% for course in courses.enrolled %} +
+ {% include "cards_course" with course %} +
+ {% endfor %} +
+{% else %} + {% capture message %} + {% t shared.zero_state.courses.index, + key: current_school.course_vocabulary + %} + {% endcapture %} + {% include "courses_zero_state", message: message %} +{% endif %} diff --git a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_footer.html.liquid b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_footer.html.liquid new file mode 100644 index 00000000..0aac50f1 --- /dev/null +++ b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_footer.html.liquid @@ -0,0 +1,106 @@ + diff --git a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_header.html.liquid b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_header.html.liquid new file mode 100644 index 00000000..7082eac7 --- /dev/null +++ b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_header.html.liquid @@ -0,0 +1,193 @@ +
+
+ + {% if current_school.logo_url %} +

+ + {{ current_school.name }} + +

+ {% else %} + + {{ current_school.name }} + + {% endif %} +
+ {% if current_person.signed_in? %} + + + {% endif %} +
+ {% if current_person.signed_in? %} + + + + + {% else %} + + + {% endif %} +
+ +
+ + {% if current_person.signed_in? %} + +
+ + +
+ {% else %} + + + + + + + + {% endif %} +
+
+ +
+
+ {% if current_person.signed_in? %} + {{ current_person.name }} +
+ {{ current_person.name }} +
+ {% endif %} +
+ + {% for website_navigation in navigations.header_navigations %} + + {{ website_navigation.name }} + + {% endfor %} +
+ {% unless current_school.sso_active? %} + + {% t .profile_settings %} + + {% endunless %} + + {% t .sign_out %} + +
+
+
+ +{% include "messages" %} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_business.html.liquid b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_business.html.liquid new file mode 100644 index 00000000..755299b0 --- /dev/null +++ b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_business.html.liquid @@ -0,0 +1,19 @@ +
+
+
+
+
+ +
+
+
+
+

Learn. Apply. Grow.

+

The Data Story Academy is the worldwide leader in free online training for inbound marketing, sales, and customer service professionals. We specialize in comprehensive certifications, singular topic courses, and bite-sized lessons for professionals looking to grow their career and business.

+Learn more +
+
+
+
+
+ \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_course.html.liquid b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_course.html.liquid new file mode 100644 index 00000000..a625dc14 --- /dev/null +++ b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_course.html.liquid @@ -0,0 +1,20 @@ +
+
+ + +
+
+

courses

+
+ +
+ {% include "courses_index", class: "col-xs-12 col-sm-6 col-lg-3 np-stretch-content course-grid-item" %} + +
+
diff --git a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_faq.html.liquid b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_faq.html.liquid new file mode 100644 index 00000000..e691f469 --- /dev/null +++ b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_faq.html.liquid @@ -0,0 +1,79 @@ +
+
+
+

FAQ

+
+ + + + + + + + + + + + + + + + + + + + +
+
+
+
diff --git a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_recognition.html.liquid b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_recognition.html.liquid new file mode 100644 index 00000000..fb09de6c --- /dev/null +++ b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_recognition.html.liquid @@ -0,0 +1,22 @@ +
+
+
+
+
+ +

Learn New Skills

+

Get up to speed on popular research and analysis topics with our free courses.

+ View all courses +
+
+
+
+ +

Earn Recognition

+

Grow your career by completing certifications and adding industry-recognized badges to your LinkedIn profile.

+ View all courses +
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_resources.html.liquid b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_resources.html.liquid new file mode 100644 index 00000000..0e451a76 --- /dev/null +++ b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_resources.html.liquid @@ -0,0 +1,38 @@ +
+
+
+

Resources

+

Discover some more ways The Data Story Academy can support you in your learning journey.

+
+
+
+
+
+ +
+
TIPS & TRICKS
+

How to clean and tidy data

+ 4 articles +
+
+
+
+
+ +
+
GROW WITH THE DATA STORY GUIDE
+

Strategies, techniques, and frameworks for extracting insights from data

+ 4 articles + +
+
+
+
+
The Data Story Guide
+

Everything you need to know to advance your skills in survey analysis and reporting

+ +
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_topbanner.html.liquid b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_topbanner.html.liquid new file mode 100644 index 00000000..e667a507 --- /dev/null +++ b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_topbanner.html.liquid @@ -0,0 +1,12 @@ +
+
+
+

Get certified in data storytelling

+

From quick, practical courses to comprehensive certifications, learn everything you need to know about the most sought-after business skills.

+ +
+ +
+
+
+
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_topheader.html.liquid b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_topheader.html.liquid new file mode 100644 index 00000000..01b95042 --- /dev/null +++ b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_topheader.html.liquid @@ -0,0 +1,11 @@ +
+
+

More courses coming soon - be the first to know. Register now >>

+
+
+ + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_whylearn.html.liquid b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_whylearn.html.liquid new file mode 100644 index 00000000..81363bbd --- /dev/null +++ b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_whylearn.html.liquid @@ -0,0 +1,29 @@ +
+
+ +

Why learn with The Data Story Academy?

+
+
+
+

Advance your career

+

Invest in yourself and your career by staying up to date on the latest trends in digital marketing, sales, customer support, and more.

+
+
+
+
+

Show off your skills

+

Add a globally recognized certification to your LinkedIn profile to show your employer — or future employer — you know your stuff.

+
+
+
+
+

Grow your business

+

Build your business strategy on the inbound methodology to generate more leads, close more deals, and delight your customers.

+
+
+
+ +
+
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_sub_navigation.html.liquid new file mode 100644 index 00000000..39264598 --- /dev/null +++ b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_sub_navigation.html.liquid @@ -0,0 +1,14 @@ + + diff --git a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/courses.html.liquid b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/courses.html.liquid new file mode 100644 index 00000000..b2c5fbd7 --- /dev/null +++ b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/courses.html.liquid @@ -0,0 +1,20 @@ +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.enrolled %} +
+
+
Explore courses
+

Learn everything you need to know about the most sought-after business skills.

+
+
+ + +
+
+ + {% include "courses_index", class: "col-xs-12 col-sm-6 col-lg-3 np-stretch-content course-grid-item" %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/homepage.html.liquid b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/homepage.html.liquid new file mode 100644 index 00000000..67ce88ab --- /dev/null +++ b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/homepage.html.liquid @@ -0,0 +1,46 @@ + +{% include "home_section_topheader" %} +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.featured %} +{% include "home_section_topbanner" %} +
+
+
+
+

courses

+
+ +
+ + {% if current_person.signed_in? %} +
+ {% for course in courses.enrolled %} +
+ {% include "cards_course" %} +
+ {% endfor %} +
+ +{% else %} +
+ {% for course in courses.in_catalog %} +
+ {% include "cards_course" %} +
+ {% endfor %} +
+{% endif %} +
+ +
+ +{% include "home_section_business" %} +{% include "home_section_recognition" %} +{% include "home_section_whylearn" %} +{% include "home_section_faq" %} +{% include "home_section_resources" %} +{% include "footer" %} + diff --git a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/styles.css.liquid b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/styles.css.liquid new file mode 100644 index 00000000..bfa6e551 --- /dev/null +++ b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/styles.css.liquid @@ -0,0 +1,1236 @@ + /* + Put your custom overlay styles in here + You can use your northpass color palette in this file + + {{ color_palette.button_font_color }} + {{ color_palette.button_color }} + {{ color_palette.button_hover_color }} + {{ color_palette.header_font_color }} + {{ color_palette.header_font_hover_color }} + {{ color_palette.header_color }} + */ + @font-face { + font-family: "circularxx-regular"; + src: url("https://s3.amazonaws.com/static.northpass.com/Displayr/CircularXXWeb-Regular.woff") format("woff"); + } + @font-face { + font-family: "circularxx-medium"; + src: url("https://s3.amazonaws.com/static.northpass.com/Displayr/CircularXXWeb-Medium.woff") format("woff"); + } + @font-face { + font-family: "circularxx-mediumitalic"; + src: url("https://s3.amazonaws.com/static.northpass.com/Displayr/CircularXXWeb-MediumItalic.woff") format("woff"); + } + @font-face { + font-family: "circularxx-italic"; + src: url("https://s3.amazonaws.com/static.northpass.com/Displayr/CircularXXWeb-Italic.woff") format("woff"); + } + @font-face { + font-family: "circularxx-bold"; + src: url("https://s3.amazonaws.com/static.northpass.com/Displayr/CircularXXWeb-Bold.woff") format("woff"); + } + @font-face { + font-family: "circularxx-bolditalic"; + src: url("https://s3.amazonaws.com/static.northpass.com/Displayr/CircularXXWeb-BoldItalic.woff") format("woff"); + } + @font-face { + font-family: "circularxx-light"; + src: url("https://s3.amazonaws.com/static.northpass.com/Displayr/CircularXXWeb-Light.woff") format("woff"); + } + @font-face { + font-family: "circularxx-lightitalic"; + src: url("https://s3.amazonaws.com/static.northpass.com/Displayr/CircularXXWeb-LightItalic.woff") format("woff"); + } + @font-face { + font-family: "circularxx-thin"; + src: url("https://s3.amazonaws.com/static.northpass.com/Displayr/CircularXXWeb-Thin.woff") format("woff"); + } + @font-face { + font-family: "circularxx-thinitalic"; + src: url("https://s3.amazonaws.com/static.northpass.com/Displayr/CircularXXWeb-ThinItalic.woff") format("woff"); + } + /* custom css */ + html.learner-experience body + { + background-color: #f2f5fa !important; + } + html, body + { + height:auto; + } + body { + background: #f2f5fa !important; + font-family: "circularxx-regular", serif !important + } + .np-card-ribbon + { + background: #10a957 !important; + } + .np-footer + { + background: #2347ad !important; + } + .np-footer-top + { + padding-bottom: 18px; + } + .np-footer .np-button-color + { + color:#fff !important; + } + .np-footer-logo-image + { + filter: inherit; + /*filter: brightness(0) invert(1);*/ + opacity: 1; + } + .course-grid-item .np-card-content-progress + { + margin-top: 0; + } + .np-footer-support .np-footer-support-help, .np-footer-support-item + { + color:#fff !important; + font-weight: inherit; + } + } + .np-footer + .np-powered-by { + background: #2246ad !important; + } + .itNPsw { + background-color: #f2f5fa !important; + } + .np-box-header + { + border-radius: 8px 8px 0 0; + } + .example-collapsible-panel + { + margin-bottom:0 !important; + } + .np-box + { + border: 1px solid #2e45b9 !important; + box-shadow: none; + border-radius: 8px; + } + .np-input + { + border: 1px solid #d2d8e1; + background: #fff; + border-radius: 4px; + color: #1c283b; + } + .np-alert.np-alert-error + { + display:none; + } + .np-account .np-card .np-card-container + { + border: 1px solid #2e45b9 !important; + box-shadow: none; + border-radius: 8px; + } + .course-top-banner + { + /*background-image: linear-gradient(122deg, rgba(152, 238, 195, 0.79) 0%, rgba(241, 251, 246, 0.79) 100%);*/ + background: url(https://theme.zdassets.com/theme_assets/1504508/e94949184cbdb107cefb651704a05aa723a5acc9.png) no-repeat; + background-size: cover; + background-position: top left; + position: relative; + width: 100%; + margin: 0 auto; + padding: 78px 0 73px; + z-index: -1; + } + .course-top-banner h5{ + margin: 0; + padding: 0; + font-size: 40px; + color: #1c283b; + font-weight: bold; + text-align: center; + margin-bottom: 9px; + } + .course-top-banner p{ + font-size: 18px; + line-height: 28px; + color: #1c283b; + text-align: center; + margin: 0; + padding: 0; + } + .row .course-grid-item .np-card + { + padding: 0 16px 64px !important; + } + .np-subpage-container.np-courses + { + background-color:#fff !important; + } + .course-grid-item .np-card .np-card-container + { + border-radius: 0 !important; + box-shadow: none !important; + } + .course-grid-item .np-card .np-card-container .np-card-image + { + border-radius: 8px !important; + min-height: 200px; + max-height: 200px; + object-fit: cover; + } + .course-grid-item .np-card .np-card-container .np-card-padding { + padding: 20px 5px; + } + .np-dashboard { + background: #f2f5fa !important; +} + .course-grid-item .np-card .np-card-container .np-card-text + { + overflow: hidden; + text-overflow: ellipsis; + display: -webkit-box; + -webkit-line-clamp: 2; + line-clamp: 2; + height: 4em; + -webkit-box-orient: vertical; + } + + .course-grid-item .np-card-ribbon + { + padding: 0 5px 1px 5px; + } + .np-header-search .np-header-font-background-color { + background: #fff !important; + } + .np-footer + .np-powered-by + { + display:none; + } + + .np-footer-navigation { + min-height: auto; + } + .np-top-title, .np-text-title, .np-course-outline-content-section-name, .np-course-outline-content-activity-link, .np-card-heading, .np-card-text, body, .np-input-label,.np-resource-title, .np-account-avatar p, .np-header-avatar-tooltip-navigation-link,.np-header-avatar-tooltip-learner-name{ + color: #1c283b; + } + .np-header .np-header-content + { + max-width: 1301px; + margin: 0 auto; + } + .np-header + { + padding: 0 !important; + } + .np-max-width, .np-footer .np-max-width + { + max-width: 1301px; + margin-left:auto; + margin-right:auto; + width:100%; + } + .np-footer-navigation-item:last-child + { + padding-right:0 !important; + } + .home-top-banner + { + background: url(https://theme.zdassets.com/theme_assets/1504508/ac4dba4cc3dc399f7591f645c39f32a939a32bbb.png) no-repeat; + background-size: cover; + background-position: top left; + position: relative; + width: 100%; + margin: 0 auto; + padding: 78px 0 76px; + + } + .certified-center h1 + { + margin: 0; + padding: 0; + font-size: 40px; + color: #1c283b; + font-weight: bold; + text-align: center; + } + .certified-center + { + max-width: 970px; + margin: 0 auto; + position: relative; + } + .certified-center .badge-img + { + position: absolute; + top: 0; + z-index: 1; + max-width: 132px; + width: 132px; + right: 20px; + } + .certified-center p{ + max-width: 606px; + font-size: 18px; + line-height: 28px; + color: #1c283b; + text-align: center; + margin: 0 auto; + margin-top: 18px; + } + .top-header-section + { + background-color: #2e45b9; + padding: 6px 0 7px; + position: relative; + margin: 0 auto; + } + .top-header-section p + { + font-size: 14px; + line-height: 25px; + color: #ffffff; + margin:0; + padding:0; + text-align: center; + } + .top-header-section p span + { + font-weight:700; + } + .top-header-section p a + { + text-decoration:none; + color:#fff; + } + .h-learnmore-btn, .h-explore-btn + { + font-size: 18px; + color:#5159f5; + text-decoration:underline; + } + .np-course-title h3 + { + margin:0; + padding:0; + font-size: 15px; + letter-spacing: 3px; + line-height: 25px; + text-transform: uppercase; + color: #000000; + } + .growth-content-rightwrap h2 + { + margin:0; + padding:0; + font-size: 36px; + color: #1c283b; + font-weight: bold; + margin-bottom: 31px; + } + .growth-content-rightwrap + { + padding-left:60px; + } + .growth-content-rightwrap p{ + margin:0; + padding:0; + font-size: 18px; + line-height: 30px; + color: #1c283b; + margin-bottom: 18px; + } + .home-section-growth-wrap + { + position: relative; + background-color: #fff; + padding: 0 0 140px; + width: 100%; + margin: auto; + } + .align-items-center + { + align-items: center; + } + .growth-img-leftwrap .growimg + { + max-width:100%; + height:auto; + } + .home-top-banner + .np-courses.np-subpage-container + { + /*padding: 74px 5% 26px 5%;*/ + padding: 74px 0 26px 0; +} + .np-course-group + { + position:relative; + margin-bottom:25px; +display: flex; + flex-flow: row; + justify-content: space-between; + } + .np-course-group .np-course-title + { + + } + .np-course-group .course-right-link + { + + } + .clearfix + { + clear:both; + } + + .view-course-btn{ + border-radius: 4px; + background-color: transparent; + border: 1px solid #ffffff; + font-size: 16px; + line-height: 26px; + text-decoration: none; + color: #ffffff; + min-width: 200px; + display: inline-block; + padding: 11px 28px; + max-width: 200px; + } + .learn-new-main + { + background-color: #2347ad; + border-top-left-radius: 50px; + border-bottom-left-radius: 50px; + padding-top: 114px; + padding-bottom: 116px; + } + .learn-recognition-main + { + background-color: #5159f5; + border-top-right-radius: 50px; + border-bottom-right-radius: 50px; + padding-top: 114px; + padding-bottom: 116px; + } + .learn-new-skill-wrap, .learn-recognition-skill-wrap + { + text-align:center; + } + .learn-recognition-skill-wrap img, .learn-new-skill-wrap img + { + max-height:58px; + width:auto; + } + .h-recognition-wrapper + { + background-color: #fff; + padding: 0 16px 60px 16px; + } + .d-flex + { + display:flex; + } + .h-recognition-wrapper h3 + { + margin: 0; + padding: 0; + font-size: 36px; + color: #ffffff; + margin-top: 35px; + margin-bottom: 28px; + } + .h-recognition-wrapper p{ + margin:0; + font-size:18px; + line-height:30px; + color:#fff; + max-width:400px; + margin-left:auto; + margin-right:auto; + margin-bottom: 12px; + min-height: 119px; + } + .learn-section h4{ + font-size: 24px; + color: #1c283b; + font-weight: bold; + margin:0; + padding:0; + margin-bottom:21px; + } + .learn-section p{ + font-size: 18px; + color: #1c283b; + margin:0; + } + .learing-wrapper h2 + { + + font-size: 36px; + color: #1c283b; + font-weight: bold; + text-align: center; + margin: 0; + margin-bottom: 100px; + margin-top:54px; + } + .data-logo + { + text-align:center; + } + .data-logo img + { + max-height: 54px; + margin: 0 auto; + width: auto; + } + .learing-wrapper + { + position: relative; + width: 100%; + margin: 0 auto; + background-color: #fff; + padding: 52px 0 168px; + border-bottom: 1px solid #eeeffd; + } + /* Accrodian css */ + .example-collapsible-button { + display: flex; + width: 100%; + margin-top: .5em; + padding: .5em; + flex-flow: row nowrap; + justify-content: space-between; + align-content: center; + box-sizing: border-box; + border: 2px solid transparent; + outline: none; + background-color: white; + text-align: left; +} +.example-collapsible-button:hover, +.example-collapsible-button:focus { + border-color: var(--theme); + color: var(--theme); +} +.example-collapsible-button.is-open { + background-color: var(--theme); /* You probably need to change this! */ + color: white; +} +.example-collapsible-button.is-open:hover, +.example-collapsible-button.is-open:focus { + border-color: rgba(0,0,0,.75); +} +.example-collapsible-button::after { + font-size: 1.5em; + line-height: 1; + content: "+"; +} +.example-collapsible-button.is-open::after { + content: "–"; +} +.example-collapsible-button.is-open +{ + padding: 48px 4px 12px; +} +.example-collapsible-panel { + display:none; + margin-bottom: .5em; + overflow: hidden; + background-color: white; + transition: all .5s ease-in-out; + /*transition: max-height .25s ease-out;*/ +} +.example-collapsible-panel.is-open { + display:block; +} +.example-collapsible-panel-content { + padding:0; + margin-bottom: 46px; + color: #1c283b; + font-size: 18px; + max-width: 946px; +} +/*end*/ +.faq-main-wrapper +{ +position: relative; + width: 100%; + margin: 0 auto; + background-color: #fff; + padding:100px 0 63px; +} +.faq-heading h2 +{ +font-size: 36px; + color: #1c283b; + font-weight: bold; + text-align: center; + margin: 0; + margin-bottom: 65px; +} +.example-collapsible-button +{ + border: 1px solid #2347ad !important; + border-left: 0 !important; + border-right: 0 !important; + padding: 48px 4px 48px; + margin: 0 !important; + border-bottom: 0 !important; + font-size: 24px; + color: #1c283b !important; +} +.resource-wrapper{ +background-color: #eeeffd; +position:relative; +padding:108px 0 165px; +} +.custom-container +{ +max-width:1301px; +margin-left: auto; + margin-right: auto; + width: 100%; +} +.px-75 +{ +padding-left:75px; +padding-right:75px; +} +.faq-padding +{ + padding-left: 75px; + padding-right: 36px; +} +.resource-section +{ + border-radius: 8px; + background-color: #ffffff; + border: 1px solid #2347ad; + padding: 121px 27px 28px; + margin-bottom: 40px; +} +.resouce-heading h2 +{ + margin: 0; + font-size: 36px; + color: #1c283b; + text-align: center; + margin-bottom:20px; +} +.resouce-heading p{ + margin: 0; + text-align: center; + margin-bottom:46px; +} +.resource-section h5 +{ +font-size: 15px; + letter-spacing: 3px; + line-height: 25px; + text-transform: uppercase; + color: #000000; + font-weight: 800; + margin-top: 38px; + margin-bottom: 28px; +} +.resource-section p +{ +margin: 0; + font-size: 26px; + color: #1c283b; + margin-bottom:25px; + min-height: 90px; + max-width: 350px; +} +.article-link +{ +color: #5159f5; + font-size: 18px; + text-decoration: underline; + display: flex; + flex-wrap: wrap; + align-items: center; + justify-content: space-between; +} +.article-link .toparrow{ +display: inline-block; + width: 38px; +} +.article-link .toparrow img +{ +max-height:38px; +} +.bg-grediant-image +{ + border-radius: 8px; + background-image: linear-gradient(90deg, #5159f5 0%, #ff8676 100%); + border: none; + padding: 94px 70px 88px; + margin-bottom: 0; + position: relative; +} +.resource-img img +{ + max-height:91px; +} +.resource-section-full h5 +{ +margin-top: 0; + color: #fff; + font-size: 36px; + line-height: 1; + text-transform: capitalize; + margin-bottom: 11px; +} +.resource-section-full p +{ + margin: 0; + font-size: 26px; + color: #fff; + max-width: 100%; +} + +.resource-section-full .toparrow { + display: inline-block; + width: 38px; + position:absolute; + bottom: 23px; + right: 31px; +} +.course-grid-item .np-card-content-footer +{ + flex-flow: row-reverse; + align-items: center; +} +.register-linkbtn{ +border-radius: 4px; + background-color: #5159f5; + max-width: 116px; + font-size: 14px; + line-height: 26px; + color: #fff; + text-align: center; + padding: 5px 36px 4px; + text-decoration: none; + display: inline-block; +} +.profile-menu +{ +margin:0; +padding:0; +list-style:none; +} +.profile-menu li +{ +display:inline-block; +} +.topclose-btn +{ +position: absolute; + right: 26px; + cursor: pointer; +} +.np-header-logo +{ +max-width:230px; +} +.menu-left +{ +padding-left:35px; +} +.menu-left ul +{ +margin: 0; + padding: 0; + list-style: none; +} +.menu-left ul li +{ +display: inline-block; +padding:0 25px; +} +.menu-left ul li a +{ +text-decoration: none; + font-size: 16px; + line-height: 26px; + color: #1c283b; +} +.np-footer-social-links-link img +{ + width:16px; + height:16px; +} + .burger + { + display:none; + } + .np-header-avatar-tooltip-navigation-link:hover + { + font-weight: inherit; + } + @media screen and (min-width: 768px) { + .np-header-sign-in { + margin: 0 31px 0 25px; + position: static; + } + .np-header-logo-image { + height: auto; + max-width: 230px; + } + .np-footer-navigation-link + { + padding: 0 18px !important; + } + .np-footer-social-links-list { + margin-bottom: 0; + padding-left: 20px; + margin-top: 0; + } + .np-main.np-courses .row-with-thumbnails { + margin-left: -15px !important; + margin-right: -15px !important; + } + + .np-header-search .np-header-search-icon{ + color:#1e2839 !important; + } + .np-header-search-input:focus + { + color: #1e2839 !important; + } + .np-header { + height: 78px; + position:relative; + filter: drop-shadow(-7.794px 4.5px 8px rgba(0,0,0,0.09)); + background-color: #ffffff; + } + .np-footer-navigation-list { + margin-top: 0; + margin-bottom: 0; + } + .np-footer-logo{ + margin-bottom: 0; + margin-right: 0; + margin-top: 0; + } + .np-footer + { + padding-top: 71px; + padding-bottom: 111px; + padding-left: 20px; + padding-right: 20px; + } + .np-footer-support { + flex-direction: row; + margin-right: 0; + margin-bottom: 0; + } + .np-page-container + { + position: relative; + } + } +@media(max-width:992px){ +.np-header .np-header-content +{ +padding:0 20px; +} +.menu-left ul li +{ + padding: 0 10px; +} +.certified-center p +{ +max-width: 560px; +text-align: left; +margin-left:0; + +} +.certified-center h1 +{ +text-align: left; +} +.home-top-banner + .np-courses.np-subpage-container { + padding: 74px 20px 26px; +} +.custom-container +{ + padding: 0 20px; +} +.growth-content-rightwrap +{ +padding-left: 0; +} +.growth-img-leftwrap +{ +padding-right: 25px; +} +.home-section-growth-wrap +{ +padding: 0 0 80px; +} +.h-recognition-wrapper h3 +{ +font-size: 30px; +} +.h-recognition-wrapper p +{ +padding:0 20px; +} +.px-75 { + padding-left: 20px; + padding-right: 20px; +} +.learing-wrapper h2 +{ +margin-bottom: 70px; +font-size: 32px; +} +.learing-wrapper +{ + padding: 52px 0 128px; +} +.faq-padding { + padding-left: 40px; + padding-right: 40px; +} +.example-collapsible-button +{ +font-size: 22px; +} +.resource-section +{ +padding: 81px 27px 28px; +} +.resource-section p +{ +font-size: 22px; +} +.resource-section h5 { + font-size: 12px; + } + .menu-left ul li a + { + font-size: 15px; + } +.menu-left { + padding-left: 0; +} + .resource-section-full h5 + { + font-size: 32px; + } + .resource-section-full p + { + font-size: 24px; + } + .resource-img img { + max-height: 61px; +} +} + +@media(max-width:767px){ + .home-top-banner + { + padding: 78px 20px 76px; + } + .certified-center .badge-img{ + left: 0; + top: 30px; + right:0; + position: relative; + margin:0 auto; + } + .row .course-grid-item .np-card { + padding: 0 0px 64px !important; +} + .growth-content-rightwrap { + padding-left: 0; + padding-top: 50px; + } + .h-recognition-wrapper p + { + margin-bottom: 30px; + } + .growth-content-rightwrap h2 + { + font-size: 30px + } + .certified-center h1 + { + font-size: 32px; + } + .np-footer-support .np-footer-support-help + { + width:100%; + padding-bottom: 12px; + } + .learn-section h4, .learn-section p + { + text-align:center; + } + .h-recognition-wrapper .d-flex + { + flex-wrap:wrap; + } + .learn-new-main + { + border-top-right-radius: 50px; + border-bottom-left-radius: 0; + padding-top: 60px; + padding-bottom: 60px; + } + .learn-recognition-main + { + border-top-right-radius: 0; + border-bottom-right-radius: 50px; + border-bottom-left-radius: 50px; + padding-top: 60px; + padding-bottom: 60px; + } + .learing-wrapper h2 { + margin-bottom: 40px; + font-size: 30px; + margin-top: 30px; + + } + .learn-section + { + margin-bottom:40px; + } + .learing-wrapper { + padding: 52px 0 40px; + } + .faq-padding { + padding-left: 20px; + padding-right: 20px; + } + .faq-main-wrapper + { + padding: 60px 0 63px; + } + .resource-wrapper + { + padding: 80px 0 105px; + } + element { +} +.resource-img img { + max-height: 61px; +} +.np-footer-navigation-list +{ +display:block; +} +.bg-grediant-image +{ +padding: 70px 30px 60px; +} + .resource-section-full h5 { + font-size: 30px; + } + .resource-section-full p { + font-size: 20px; + margin-bottom: 20px; + } + .np-footer-top + { + flex-direction: column; + } + .row .course-grid-item .np-card { + padding: 0 0px 34px !important; +} + .np-footer-support + { + flex-direction: row; + margin-bottom: 12px; + flex-wrap: wrap; + justify-content: center; + } +.np-header-logo +{ +justify-content: left; +} +.np-header-content +{justify-content: space-between;} +.np-header-mobile-menu-nav +{ +position: relative; +} +.menu-left +{ +display:none; +} + + .burger { + width: 30px; + height: 30px; + display: block; + -moz-transition: all 0.6s ease-in-out; + -o-transition: all 0.6s ease-in-out; + -webkit-transition: all 0.6s ease-in-out; + transition: all 0.6s ease-in-out; + position: absolute; + top: 25px; + right: 0; + -moz-transform: translate(-50%, 0); + -ms-transform: translate(-50%, 0); + -webkit-transform: translate(-50%, 0); + transform: translate(-50%, 0); + } + .burger i { + display: block; + width: 22px; + height: 2px; + background: #1c283b; + position: absolute; + top: 50%; + left: 50%; + -moz-transform: translate(-50%, -50%); + -ms-transform: translate(-50%, -50%); + -webkit-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); + -moz-transition: all 0.2s ease-in-out; + -o-transition: all 0.2s ease-in-out; + -webkit-transition: all 0.2s ease-in-out; + transition: all 0.2s ease-in-out; + } + .burger i::before, .burger i::after { + content: ''; + position: absolute; + height: 2px; + background: #1c283b; + width: 22px; + top: 50%; + + left: 50%; + -moz-transform: translate(-50%, -50%); + -ms-transform: translate(-50%, -50%); + -webkit-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); + -moz-transition: all 0.2s ease-in-out; + -o-transition: all 0.2s ease-in-out; + -webkit-transition: all 0.2s ease-in-out; + transition: all 0.2s ease-in-out; + } + .burger i::after { + margin-top: 6px; + } + .burger i::before { + margin-top: -6px; + } + .burger{ + display:block + } + .profile-menu, .menu-left + { + background-color: #fff; + box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1); + border: solid 1px #ddd; + right: 0; + left: 0; + top: 71px; + z-index: 1; + display:none; + position: absolute; + white-space: nowrap; + padding-top: 16px; + } + .profile-menu li, .menu-left ul li + { + display:block; + } + .menu-left ul li a + { + display:inline-block; + } + .profile-menu li a, .menu-left ul li a{ + padding: 10px; + font-size: 12px; + text-align: left; + margin: 0; + margin-bottom: 8px; + padding-left: 21px; + position: relative; + right: auto; + color: #1c283b; + text-decoration: none; + display: block; + } + .profile-menu li a.register-linkbtn{ + display: block; + margin: 20px; + color:#fff !important; + padding: 5px 36px 4px !important; + } + .np-header-content + { + position:relative; + } + .np-header .np-header-content{ + flex-direction: row; + } + .np-header-logo-image + { + height: auto; + max-width: 100%; + } + .np-header-logo { + max-width: 180px; +} + .np-header-mobile-menu-nav-button + { + height: 42px; + width: 42px; + } +.np-header-avatar-image +{ +height: auto; + max-width: 100%; +} +.np-header-mobile-menu-nav { + position: relative; + right: 0; + padding-right: 30px; + } + .burger.active i::before, .burger.active i::after { + left: 0px; + width: 22px; + } + .burger.active i::before { + -moz-transform: rotate(45deg); + -ms-transform: rotate(45deg); + -webkit-transform: rotate(45deg); + transform: rotate(45deg); + top: 5px; + height: 1px; + } + .burger.active{ + top: 25px; + } + .burger.active i + { + background: transparent; + } + + .burger.active i::after { + -moz-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + -webkit-transform: rotate(-45deg); + transform: rotate(-45deg); + top: -8px; + height: 1px; + } +} + +#service_learning_root +{ +background-color: #f2f5fa !important; +} +.course .activity div +{ +background-color: #f2f5fa !important; +} diff --git a/Custom_Templates/customer_templates/GoGuardian/_cards_learning_path.html.liquid b/Custom_Templates/customer_templates/GoGuardian/_cards_learning_path.html.liquid new file mode 100644 index 00000000..8d462e01 --- /dev/null +++ b/Custom_Templates/customer_templates/GoGuardian/_cards_learning_path.html.liquid @@ -0,0 +1,72 @@ +
+
+
+
+ {{ learning_path.name }} +
+
+
+ +
{% t shared.learning_path.title %}
+
+ {{ learning_path.items.count }} {% t .items %} +
+
+
+
{% t shared.learning_path.title %}
+ +
+ +
+

+ {{ learning_path.name }} +

+ +
+ {{ learning_path.instructor_names }} +
+ +
+ {{ learning_path.description }} +
+ +
+ {% t shared.progress, count: learning_path.progress %} +
+ +
+
+
+
+ + +
+
+
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/GoGuardian/_courses_index.html.liquid b/Custom_Templates/customer_templates/GoGuardian/_courses_index.html.liquid new file mode 100644 index 00000000..ea0d6ae1 --- /dev/null +++ b/Custom_Templates/customer_templates/GoGuardian/_courses_index.html.liquid @@ -0,0 +1,20 @@ +{% if courses.enrolled.any? %} +
+ {% for course in courses.enrolled %} + {% for category in course.categories %} + {% unless category.name == 'Pear Deck Resource' or category.name == 'GoGuardian Resource' or category.name == 'Edulastic Resource'%} +
+ {% include "cards_course" with course %} +
+ {% endunless %} + {%endfor%} + {% endfor %} +
+{% else %} + {% capture message %} + {% t shared.zero_state.courses.index, + key: current_school.course_vocabulary + %} + {% endcapture %} + {% include "courses_zero_state", message: message %} +{% endif %} diff --git a/Custom_Templates/customer_templates/GoGuardian/_learning_path_course.html.liquid b/Custom_Templates/customer_templates/GoGuardian/_learning_path_course.html.liquid new file mode 100644 index 00000000..460ef470 --- /dev/null +++ b/Custom_Templates/customer_templates/GoGuardian/_learning_path_course.html.liquid @@ -0,0 +1,64 @@ + +{% if learning_path.enrolled? and course.unlocked? %} +
+ +
+ {{ course.name }} +
+
+ {{ course.name }} +
+ {% if course.instructors %} +
+ {{ course.instructors }} +
+ {% endif %} +
+ {% t shared.progress, count: course.progress %} +
+ {% comment %} {% for key in courses.enrolled %} + {% if key.id == course.id %} + {% if key.properties.course_duration > 0 %} + {{key.properties.course_duration}} mins + {%endif%} + {% endif %} + {% endfor %} {% endcomment %} +
+ + {% if course.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+{% else %} +
+
+ {{ course.name }} +
+
+ {{ course.name }} +
+
+ {% if course.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/GoGuardian/_learning_path_desktop_view.html.liquid b/Custom_Templates/customer_templates/GoGuardian/_learning_path_desktop_view.html.liquid new file mode 100644 index 00000000..1c8dfff6 --- /dev/null +++ b/Custom_Templates/customer_templates/GoGuardian/_learning_path_desktop_view.html.liquid @@ -0,0 +1,35 @@ +
+
+ {% t shared.learning_path.title %} + +
+
+ + + + {{ learning_path.name }} +
+
+ +
+
+
+ {{ learning_path.name }} +
+ {% include "learning_path_description" %} + {% include "learning_path_instructors" %} +
+
+
+
+
+ {% include "learning_path_progress_and_cta" %} +
+ {% include "learning_path_outline" %} +
+
+ diff --git a/Custom_Templates/customer_templates/GoGuardian/_learning_path_mobile_view.html.liquid b/Custom_Templates/customer_templates/GoGuardian/_learning_path_mobile_view.html.liquid new file mode 100644 index 00000000..7e9baabd --- /dev/null +++ b/Custom_Templates/customer_templates/GoGuardian/_learning_path_mobile_view.html.liquid @@ -0,0 +1,37 @@ +
+
+ {% t shared.learning_path.title %} + +
+
+ {{ learning_path.name }} +
+ {{ learning_path.name }} +
+ {% include "learning_path_progress_and_cta" %} +
+
+ +{% if learning_path.in_progress? %} + {% include "learning_path_outline" %} +
+ {% include "learning_path_description" %} +
+{% else %} +
+ {% include "learning_path_description" %} +
+
+ {% include "learning_path_outline" %} +
+{% endif %} + +{% if learning_path.instructors.any? %} +
+ {% include "learning_path_instructors" %} +
+{% endif %} diff --git a/Custom_Templates/customer_templates/GoGuardian/_learning_path_outline.html.liquid b/Custom_Templates/customer_templates/GoGuardian/_learning_path_outline.html.liquid new file mode 100644 index 00000000..67be2f78 --- /dev/null +++ b/Custom_Templates/customer_templates/GoGuardian/_learning_path_outline.html.liquid @@ -0,0 +1,27 @@ +
+
+ {%include "learning_path_training_session_locked"%} +
+
+ {%include "learning_path_training_session_unlocked"%} +
+
+
+ {% for item in learning_path.items %} + {% if item.course? %} + {% include "learning_path_course", course: item %} + {% endif %} + {% endfor %} +
+ + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/GoGuardian/_learning_path_training_session.html.liquid b/Custom_Templates/customer_templates/GoGuardian/_learning_path_training_session.html.liquid new file mode 100644 index 00000000..fe67a3d2 --- /dev/null +++ b/Custom_Templates/customer_templates/GoGuardian/_learning_path_training_session.html.liquid @@ -0,0 +1,58 @@ +{% assign webinar_string = '' %} +{% if training_session.name and training_session.name contains 'Webinar' %} + {% assign webinar_string = 'webinar' %} +{% endif %} + +{% if learning_path.enrolled? and training_session.unlocked? %} +
+ +
+ +
+
{{ training_session.name }}
+
{{ training_session.instructors }}
+
+ {{ training_session.time }} {{ training_session.time_zone }} +
+
+ + {% if training_session.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+{% else %} +
+
+ +
+
{{ training_session.name }}
+
{{ training_session.caption }}
+
+ {% if training_session.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/GoGuardian/_learning_path_training_session_locked.html.liquid b/Custom_Templates/customer_templates/GoGuardian/_learning_path_training_session_locked.html.liquid new file mode 100644 index 00000000..bac6eba0 --- /dev/null +++ b/Custom_Templates/customer_templates/GoGuardian/_learning_path_training_session_locked.html.liquid @@ -0,0 +1,34 @@ +{% for item in learning_path.items %} +{% if item.training_event? %} + {% assign webinar_string = '' %} + {% assign training_session = item %} +{% if training_session.name and training_session.name contains 'Webinar' %} + {% assign webinar_string = 'webinar' %} +{% endif %} +{% if learning_path.enrolled? and training_session.unlocked? %} + +{% else %} +
+
+ +
+
{{ training_session.name }}
+
{{ training_session.caption }}
+
+ {% if training_session.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+{% endif %} + {% endif %} +{% endfor %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/GoGuardian/_learning_path_training_session_unlocked.html.liquid b/Custom_Templates/customer_templates/GoGuardian/_learning_path_training_session_unlocked.html.liquid new file mode 100644 index 00000000..81e73d17 --- /dev/null +++ b/Custom_Templates/customer_templates/GoGuardian/_learning_path_training_session_unlocked.html.liquid @@ -0,0 +1,40 @@ +{% for item in learning_path.items %} + {% if item.training_event? %} + {% assign webinar_string = '' %} + {% assign training_session = item %} + {% if training_session.name and training_session.name contains 'Webinar' %} + {% assign webinar_string = 'webinar' %} + {% endif %} + {% if learning_path.enrolled? and training_session.unlocked? %} +
+ +
+ +
+
{{ training_session.name }}
+
{{ training_session.instructors }}
+
+ {{ training_session.time }} {{ training_session.time_zone }} +
+
+ + {% if training_session.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+ {% endif %} + {% endif %} + {% endfor %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/GoGuardian/_resources_cards_course.html.liquid b/Custom_Templates/customer_templates/GoGuardian/_resources_cards_course.html.liquid new file mode 100644 index 00000000..50446cf0 --- /dev/null +++ b/Custom_Templates/customer_templates/GoGuardian/_resources_cards_course.html.liquid @@ -0,0 +1,59 @@ +
+
+ {% if course.ribbon %} +
+ {{ course.ribbon }} +
+ {% endif %} + {{ course.name }} +
+

+ {{ course.name }} +

+
+ {{ course.instructor_names }} +
+ +
+
+
+ \ No newline at end of file diff --git a/Custom_Templates/customer_templates/GoGuardian/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/GoGuardian/_sub_navigation.html.liquid new file mode 100644 index 00000000..ba6db128 --- /dev/null +++ b/Custom_Templates/customer_templates/GoGuardian/_sub_navigation.html.liquid @@ -0,0 +1,73 @@ + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/GoGuardian/catalog.html.liquid b/Custom_Templates/customer_templates/GoGuardian/catalog.html.liquid new file mode 100644 index 00000000..35769c6a --- /dev/null +++ b/Custom_Templates/customer_templates/GoGuardian/catalog.html.liquid @@ -0,0 +1,13 @@ +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.in_catalog %} +{% include "sub_navigation" %} +
+
+
+
Catalog
+ {% comment %}
{{ catalog.subheadline }}
{% endcomment %} +
+
+ {% include "courses_catalog" %} +
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/GoGuardian/communication.html.liquid b/Custom_Templates/customer_templates/GoGuardian/communication.html.liquid new file mode 100644 index 00000000..91cfdb01 --- /dev/null +++ b/Custom_Templates/customer_templates/GoGuardian/communication.html.liquid @@ -0,0 +1,250 @@ +{% include "header" %} +{% include "sub_navigation" %} + +
+
+
Certified Coach Program Contacts
+
For all Coach related questions
+
+
+ +
+ Amber Trout, Manager, Customer Marketing + Pear Deck Specialist + Email: amber@goguardian.com + Twitter: @AmberPearDeck +
+
+
+ +
+ Mary Alys Foutz, Senior Customer Marketing Manager + GoGuardian Teacher Certified Coach Program Specialist + Email: malysfoutz@goguardian.com + Twitter: @MA_PearDeck +
+
+
+ +
+ Gary Giordano, Customer Marketing Manager + Edulastic Certified Coach Program Specialist + Email: gary@goguardian.com + Twitter: @GaryPearDeck +
+
+
+
+
+
+ +
+
Coach Newsletters
+
You'll receive the Pear Deck, GoGuardian Teacher, or Edulastic Coach newsletter in your inbox on a quarterly basis with announcements about new features before they're publicly released, opportunities to present at conferences, invitations to write for our blog, and more! Don't worry about signing up — you are automatically subscribed!
+
+
+ {% comment %}
Stay Connected
+
+ +
+
Slack
+
Slack is an instant messaging platform that Coaches use to stay connected. During your training, you’ll be part of a private group with other educators from your cohort. Join the broader Coach community here!
+
+
{% endcomment %} +
+
+
General Contacts
+
For all non-Coach related questions
+
+
+
+ Jacklyn Grummel + Manager, Customer Education + Email: jgrummel@goguardian.com +
+
+
+
+ Elizabeth Navarro + Senior Customer Education Specialist + Email: enavarro@goguardian.com +
+
+
+
+ {% comment %}
General News
+
Want to be in the know about everything Pear Deck, GoGuardian, or Edulastic? Sign up for the general newsletter to get your name on the list.
+
+ + + +
{% endcomment %} +
+{% include "footer" %} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/GoGuardian/dashboard.html.liquid b/Custom_Templates/customer_templates/GoGuardian/dashboard.html.liquid new file mode 100644 index 00000000..95d0335a --- /dev/null +++ b/Custom_Templates/customer_templates/GoGuardian/dashboard.html.liquid @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/GoGuardian/edulastic.html.liquid b/Custom_Templates/customer_templates/GoGuardian/edulastic.html.liquid new file mode 100644 index 00000000..c62238a7 --- /dev/null +++ b/Custom_Templates/customer_templates/GoGuardian/edulastic.html.liquid @@ -0,0 +1,34 @@ +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.in_catalog %} +{% include "sub_navigation" %} +
+
+
+
Edulastic Resource
+ {% comment %}
{{ catalog.subheadline }}
{% endcomment %} +
+
+{% assign any_courses = false %} +
+ {% for course in courses.in_catalog %} + {% for category in course.categories %} + {% if category.name == 'Edulastic Resource' %} + {% assign any_courses = true %} +
+ {% include "resources_cards_course" with course %} +
+ {% endif %} + {% endfor %} + {% endfor %} +
+ {% if any_courses == false %} + {% capture message %} + {% t shared.zero_state.courses.catalog, + key: current_school.course_vocabulary + %} + {% endcapture %} + {% include "courses_zero_state", message: message %} + {% endif %} + +
+{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/GoGuardian/explore.html.liquid b/Custom_Templates/customer_templates/GoGuardian/explore.html.liquid new file mode 100644 index 00000000..6afe2fba --- /dev/null +++ b/Custom_Templates/customer_templates/GoGuardian/explore.html.liquid @@ -0,0 +1,31 @@ +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.in_catalog %} +{% include "sub_navigation" %} +
+
+
+
Interest Forms
+ {% comment %}
{{ catalog.subheadline }}
{% endcomment %} +
+
+ {% if courses.in_catalog.any? %} +
+ {% for course in courses.in_catalog %} + {% if course.properties.featured_courses == true %} +
+ {% include "cards_course" with course %} +
+ {% endif %} + {% endfor %} +
+ {% else %} + {% capture message %} + {% t shared.zero_state.courses.catalog, + key: current_school.course_vocabulary + %} + {% endcapture %} + {% include "courses_zero_state", message: message %} + {% endif %} + +
+{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/GoGuardian/goguardian.html.liquid b/Custom_Templates/customer_templates/GoGuardian/goguardian.html.liquid new file mode 100644 index 00000000..e80a15e8 --- /dev/null +++ b/Custom_Templates/customer_templates/GoGuardian/goguardian.html.liquid @@ -0,0 +1,34 @@ +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.in_catalog %} +{% include "sub_navigation" %} +
+
+
+
GoGuardian Resource
+ {% comment %}
{{ catalog.subheadline }}
{% endcomment %} +
+
+{% assign any_courses = false %} +
+ {% for course in courses.in_catalog %} + {% for category in course.categories %} + {% if category.name == 'GoGuardian Resource' %} + {% assign any_courses = true %} +
+ {% include "resources_cards_course" with course %} +
+ {% endif %} + {% endfor %} + {% endfor %} +
+ {% if any_courses == false %} + {% capture message %} + {% t shared.zero_state.courses.catalog, + key: current_school.course_vocabulary + %} + {% endcapture %} + {% include "courses_zero_state", message: message %} + {% endif %} + +
+{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/GoGuardian/homepage.html.liquid b/Custom_Templates/customer_templates/GoGuardian/homepage.html.liquid new file mode 100644 index 00000000..fb8eadf8 --- /dev/null +++ b/Custom_Templates/customer_templates/GoGuardian/homepage.html.liquid @@ -0,0 +1,81 @@ +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.featured %} +
+
+ {{ homepage.headline }} +
+
+ {{ homepage.headline }} +
+
+ {{ homepage.subheadline }} +
+
+
+ {% if current_person.signed_in? %} + {% include "sub_navigation" %} + {%endif%} + {% comment %} +
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/GoGuardian/learning_path.html.liquid b/Custom_Templates/customer_templates/GoGuardian/learning_path.html.liquid new file mode 100644 index 00000000..d0e49681 --- /dev/null +++ b/Custom_Templates/customer_templates/GoGuardian/learning_path.html.liquid @@ -0,0 +1,20 @@ +{% include "header" %} +
+
+ {% include "learning_path_desktop_view" %} +
+
+ {% include "learning_path_mobile_view" %} +
+
+{% include "footer" %} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/GoGuardian/pear-deck.html.liquid b/Custom_Templates/customer_templates/GoGuardian/pear-deck.html.liquid new file mode 100644 index 00000000..64a717f4 --- /dev/null +++ b/Custom_Templates/customer_templates/GoGuardian/pear-deck.html.liquid @@ -0,0 +1,34 @@ +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.in_catalog %} +{% include "sub_navigation" %} +
+
+
+
Pear Deck Resource
+ {% comment %}
{{ catalog.subheadline }}
{% endcomment %} +
+
+{% assign any_courses = false %} +
+ {% for course in courses.enrolled %} + {% for category in course.categories %} + {% if category.name == 'Pear Deck Resource' %} + {% assign any_courses = true %} +
+ {% include "resources_cards_course" with course %} +
+ {% endif %} + {% endfor %} + {% endfor %} +
+ {% if any_courses == false %} + {% capture message %} + {% t shared.zero_state.courses.catalog, + key: current_school.course_vocabulary + %} + {% endcapture %} + {% include "courses_zero_state", message: message %} + {% endif %} + +
+{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/GoGuardian/resources.html.liquid b/Custom_Templates/customer_templates/GoGuardian/resources.html.liquid new file mode 100644 index 00000000..f5afb2fd --- /dev/null +++ b/Custom_Templates/customer_templates/GoGuardian/resources.html.liquid @@ -0,0 +1,218 @@ +{% include "header" %} +{% include "sub_navigation" %} + +
+
+
Resource Library
+
+
+
Welcome to the Resource Library! Explore the sections below to find product specific training courses and resources.
+
+
+
+
+
+ +
+ {% comment %}
General News
+
Want to be in the know about everything Pear Deck, GoGuardian, or Edulastic? Sign up for the general newsletter to get your name on the list.
+
+ + + +
{% endcomment %} +
+{% include "footer" %} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/GoGuardian/styles.css.liquid b/Custom_Templates/customer_templates/GoGuardian/styles.css.liquid new file mode 100644 index 00000000..e9ab54d0 --- /dev/null +++ b/Custom_Templates/customer_templates/GoGuardian/styles.css.liquid @@ -0,0 +1,49 @@ + /* + Put your custom overlay styles in here + You can use your northpass color palette in this file + +{{ color_palette.button_font_color }} +{{ color_palette.button_color }} +{{ color_palette.button_hover_color }} +{{ color_palette.header_font_color }} +{{ color_palette.header_font_hover_color }} +{{ color_palette.header_color }} +*/ + +.np-card { + padding: 12px !important; +} +.np-sub-navigation { + margin-bottom: 0px; +} +.training-session-lp { + margin-top: 1rem; +} +.webinar-outline { + margin-top: 0; +} +@media screen and (min-width: 768px) { +.lp-image { + width: 100%; + display: flex; +} +.np-learning-path-image { + object-fit: unset; + width: 100% !important; + +} +.learning-path-image { + object-fit: contain; +} +} + +.np-homepage-hero-content { + padding: 36px 24px; + position: absolute; + width: 50%; + height: 100%; + display: flex; + justify-content: end; + align-items: flex-end; + margin-left: 500px; +} diff --git a/Custom_Templates/customer_templates/HowardHanna/_agent_resources.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_agent_resources.html.liquid new file mode 100644 index 00000000..9f86971b --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_agent_resources.html.liquid @@ -0,0 +1,52 @@ +{% comment %}
+
+
+

{{ title }}

+

{{ description }}

+
+ + + +
+
{% endcomment %} + +{% comment %} + + + + + +
{{ title }}{{ description }}{{ link_description }} {{ download_icon }}
{% endcomment %} + +
+
+
+
+

+ {{ title }} +

+
+
+ +
+

{{ description }}

+
+ +
+
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/_allen_tate_resources.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_allen_tate_resources.html.liquid new file mode 100644 index 00000000..48f0ffd9 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_allen_tate_resources.html.liquid @@ -0,0 +1,447 @@ +
+
+
+

+ Listing Agents

+
+ {% + include "agent_resources", + title: "Listing - Seller Checklist", + description: "Seller checklist to prepare for a listing or showing", + link_description: "Use Template", + link: "https://docs.google.com/document/d/1x1BPhWTbBrPuVEv5fX5HRJF_xWWOA2MhcqiEql3j7Hs/template/preview" + %} + + {% + include "agent_resources", + title: "Listing - Day One Preparation", + description: 'Walk sellers through "Day One" of a new listing', + link_description: "Use Template", + link: "https://docs.google.com/document/d/1v2xVG-lo0c_IFGpHDJpD09JcQreiyQFGg3nIsw8C_a0/template/preview" + %} + + {% + include "agent_resources", + title: "Listing - Allen Tate Listing Services", + description: 'Walk sellers through the services you provide during the 3 stages of selling their home', + link_description: "Use Template", + link: "https://docs.google.com/document/d/1ztdcc3AFVBDuCaFRyJseXNtjlbX4yF8dhoSS5FoOCBc/template/preview" + %} + + {% + include "agent_resources", + title: "Listing Checklists", + description: 'View all the listing agent checklists available to you.', + link_description: "Go To Folder", + link: "https://drive.google.com/drive/folders/1Qgejauyv8g_2zkkn_cRQM1z9IytcWojW?usp=sharing" + %} + + {% + include "agent_resources", + title: "CMA Property Adjustments Guidelines", + description: 'View these guidelines', + link_description: "Use Template", + link: "https://docs.google.com/spreadsheets/d/1vTQjKzgrpU04ClOQGV_lpH34VLP6qs_MHEOO-9v-8eg/template/preview" + %} + + {% + include "agent_resources", + title: "Seller Weekly Update Example", + description: "View this example on a seller's weekly update", + link_description: "Use Template", + link: "https://docs.google.com/document/d/1hrAlGzf9TWdazULqRyHMD-Of1ZBQn3Egk36ym-BpnzA/template/preview" + %} + + {% + include "agent_resources", + title: "Seller Comparison Net Sheet", + description: "Use this tepmlate to help you compare.", + link_description: "Use Template", + link: "https://docs.google.com/spreadsheets/d/1GNSdk9CaosVn_sLwvlBq0w9q1d60of4TIk-XeIGaPxQ/edit?usp=sharing" + %} + +
+

+ Buyer Agents

+
+ + {% + include "agent_resources", + title: "Buyers - Allen Tate Buyer Services", + description: "Walk buyers through the services you provide during the 4 stages of buying a home.", + link_description: "Use Template", + link: "https://docs.google.com/document/d/11cFkIyDC_HCdvvFuzgKfvI7wmYI557Oq0Vf6l56suCk/template/preview" + %} + + {% + include "agent_resources", + title: "Buyer Checklists", + description: "View all the buyer agent checklists available to you.", + link_description: "View", + link: "https://drive.google.com/drive/folders/1Y_BPsreANUZXFfn2rBtWt_I_EGzdAv2H?usp=sharing" + %} + +
+

+ Business Planning

+
+ + {% + include "agent_resources", + title: "Business Planning Folder", + description: "All our business planning resources in one folder", + link_description: "Go To Folder", + link: "https://drive.google.com/drive/folders/1po07BjVIc0b_oB4_5rUK_A6OpVAjOls7?usp=sharing" + %} + + {% + include "agent_resources", + title: "Business Planning Workbook", + description: "A guide to preparing your business plan", + link_description: "Use Template", + link: "https://docs.google.com/spreadsheets/d/1TzInbaIChkzxyPVb6bFaJgn4v5uxrmOZAtibH-ziC7o/template/preview" + %} + +
+

+ Winner's Edge

+
+ + {% + include "agent_resources", + title: "Winner's Edge Annual Calendar", + description: "See the Winner's Edge dates for this year", + link_description: "View", + link: "https://docs.google.com/presentation/d/1W45YgEY_ZnnynvDthkgICv1r6yek0n4q62ujzl5R3Ys/edit?usp=sharing" + %} + + {% + include "agent_resources", + title: "Winner's Edge Monthly Calendars", + description: "See each session of Winner's Edge in detail", + link_description: "Go To Folder", + link: "https://drive.google.com/drive/folders/11YgSmZ95qPDGx_8Q72WPNzLooXB0Ichn?usp=sharing" + %} + +
+

+ HelpGuides

+
+ + {% + include "agent_resources", + title: "ActivePipe HelpGuide", + description: "Get quick links to all your Adwerx questions", + link_description: "View", + link: "https://docs.google.com/document/d/1U76x5GWRX7E-Ho44otYq5EM44VE1OQDom-wFxOhQZL8/edit" + %} + {% + include "agent_resources", + title: "Adwerx HelpGuide", + description: "Get quick links to all your ActivePipe questions", + link_description: "View", + link: "https://docs.google.com/document/d/1Qr-4rR-6Vn6P5GwJykQcEZ4rUd6yrbCnOxotHkjFJcM/edit?usp=sharing" + %} + + {% + include "agent_resources", + title: "Agent Icon HelpGuide", + description: "Get quick links to all your Agent Icon questions", + link_description: "View", + link: "https://docs.google.com/document/d/1XwQUf1DeY7DbXyCxonBvy8zp7pBz6h4goQ5y7OF3iSo/edit?usp=drive_link" + %} + + {% + include "agent_resources", + title: "Allen Tate Home Concierge HelpGuide", + description: "Get quick links to all your Allen Tate Home Concierge questions", + link_description: "View", + link: "https://docs.google.com/document/d/1SUFxDDRJthBikTU7PXaAm1thERLyow6WB-FzEOeNvII/edit?usp=share_link" + %} + + {% + include "agent_resources", + title: "Boost HelpGuide", + description: "Get quick links to all your Boost questions", + link_description: "View", + link: "https://docs.google.com/document/d/1CndCkJK85R0e_kq_Od66Et_TA8LpNuCbewd7I72jtM0/edit?usp=drive_link" + %} + + + + {% + include "agent_resources", + title: "Google Workspace HelpGuide", + description: "Get quick links to all your Google Workspace questions", + link_description: "View", + link: "https://docs.google.com/document/d/1bqMXUEZeK7CgPjqe8kDa_pWGeIW0EBcLaSa9za-I3ac/edit?usp=sharing" + %} + + {% + include "agent_resources", + title: "LiveBy Local HelpGuide", + description: "Get quick links to all your LiveBy Local questions", + link_description: "View", + link: "https://docs.google.com/document/d/1l1aeDvD4gNVjGxhjwTnkgyYqc6Zarn66GbsmNDcsXAg/edit?usp=drive_link" + %} + {% + include "agent_resources", + title: "Lolo HelpGuide", + description: "Get quick links to all your Lolo questions", + link_description: "View", + link: "https://docs.google.com/document/d/1X3JRgkihveTPyqVPaM7t4dpk3OGIEDOn4HgAO3dtHwQ/edit?usp=sharing" + %} + + {% + include "agent_resources", + title: "MoxiEngage Contacts HelpGuide", + description: "Get quick links to all your MoxiEngage contacts questions", + link_description: "View", + link: "https://docs.google.com/document/d/1XwzGzyqX8GZDgsuE2QpjWlf-QfS212RCnUDCNSU-3Sk/edit?usp=drive_link" + %} + + + {% + include "agent_resources", + title: "MoxiEngage HelpGuide", + description: "Get quick links to all your MoxiEngage questions", + link_description: "View", + link: "https://docs.google.com/document/d/1o1g3IXJbSM456XVWoQguBlratxAzXqGYzG03YOaeYfo/edit?usp=sharing" + %} + + {% + include "agent_resources", + title: "MoxiPresent HelpGuide", + description: "Get quick links to all your MoxiPresent questions", + link_description: "View", + link: "https://docs.google.com/document/d/1RHAPSXx0hcvgwTHOc2tYwgf4YYFye7LC9ZQP2zGL5H4/edit?usp=sharing" + %} + + + {% + include "agent_resources", + title: "MoxiPromote HelpGuide", + description: "Get quick links to all your MoxiPromote questions", + link_description: "View", + link: "https://docs.google.com/document/d/1VBU4D9YrhGYllYM3zKPqYCB331m_1C-tgaOmQQvQZtk/edit?usp=sharing" + %} + + {% + include "agent_resources", + title: "Percy HelpGuide", + description: "Get quick links to all your Percy questions", + link_description: "View", + link: "https://docs.google.com/document/d/1-gPWcD9NisgBQLRz9Y7Gw2M2sdrmq2LGfOekA3J_2tc/edit?usp=sharing" + %} + + + {% + include "agent_resources", + title: "Quantum Digital HelpGuide", + description: "Get quick links to all your Quantum Digitial questions", + link_description: "View", + link: "https://docs.google.com/document/d/1Ezaa14CTVlsYZtBfdfkoyJp-PsjV20kW_hS0bfP72Vs/edit?usp=sharing" + %} + + {% + include "agent_resources", + title: "RealScout HelpGuide", + description: "Get quick links to all your RealScout questions", + link_description: "View", + link: "https://docs.google.com/document/d/1_VkarCE_IHLgjmUeoIZB83GSTtbjdJKJ0MqOk1I6Ex0/edit?usp=sharing" + %} + + {% + include "agent_resources", + title: "Risk Management HelpGuide", + description: "Get quick links to preserving emails and texts", + link_description: "View", + link: "https://docs.google.com/document/d/1MLhpZvkRo-tFA1YntUcP61HUProvFEa9dbOKUKkSE7w/edit" + %} + + {% + include "agent_resources", + title: "SkySlope HelpGuide", + description: "Get quick links to all your SkySlope questions", + link_description: "View", + link: "https://docs.google.com/document/d/1HaAqjqNYKIWLzPW4FVCCiohChb3juZAnxr8gpt3avDc/edit?usp=sharing" + %} + + {% + include "agent_resources", + title: "Spacio HelpGuide", + description: "Get quick links to all your Spac.io questions", + link_description: "View", + link: "https://docs.google.com/document/d/18O98GFfj4mh0OTVT2VE9Zb8LFd9g8sPCuC7HQheIo5c/edit?usp=sharing" + %} + + {% + include "agent_resources", + title: "Testimonial Tree HelpGuide", + description: "Get quick links to all your Testimonial Tree questions", + link_description: "View", + link: "https://docs.google.com/document/d/1Zbo5AXolgxdMR8EPsbFu0JG1UjfSn2xVnyyjOm16jzQ/edit?usp=sharing" + %} + + {% + include "agent_resources", + title: "Website HelpGuide", + description: "Get quick links to all your Website questions", + link_description: "View", + link: "https://docs.google.com/document/d/1qVw1xHPkOS2IIJ2gn2GHmWmYGdn1uXg9B0eLi1Hc3VE/preview" + %} + + + + + +
+

+ Certifications

+
+ + {% + include "double_url_resources", + title: "eService Certification", + description: "The information you need to complete your eService Certification", + link_description: "Instructions", + link: "https://docs.google.com/document/d/1MlQxu9aT78EE2tMcOXvw8s09Cs-sfqUSR9AVdbZ2hyU/edit?usp=sharing", + second_link_description: "Completion Form", + second_link: "https://docs.google.com/forms/d/e/1FAIpQLSd_hYhDO3aWpkLfpXGnmNZCdeqVn6s6TI_XdGDTt3sXsB2m0Q/viewform" + %} + + {% + include "double_url_resources", + title: "Luxury Certification", + description: "The information you need to complete your Luxury Certification", + link_description: "Instructions", + link: "https://docs.google.com/document/d/1837yhBXa-oCsbQNGpCPX2Dzty6DUte_M-Z1zKc58v9k/edit?usp=sharing", + second_link_description: "Completion Form", + second_link: "https://allentate.formstack.com/forms/luxury_certification_program_completion_form" + %} + + {% + include "double_url_resources", + title: "New Home Sales Certification", + description: "The information you need to complete your New Home Sales Certification", + link_description: "Instructions", + link: "https://docs.google.com/document/d/1fWyrZJPfW5z5ouJzGLNfWDBAPL483fp5ofTMAslPfxk/edit?usp=sharing", + second_link_description: "Completion Form", + second_link: "https://docs.google.com/forms/d/e/1FAIpQLSeiwyhmfUGiziHxg46jIs_geFo_3T8_nUnFAoiCT-hsw3_bCg/viewform" + %} + + {% + include "double_url_resources", + title: "MarTech Certification", + description: "The information you need to complete your MarTech Certification", + link_description: "Instructions", + link: "https://docs.google.com/document/d/1bvSF97kNc-3zdNQMUYmczlg7NtKKQ1H68f6iZDEs2Mk/edit?usp=sharing", + second_link_description: "Completion Form", + second_link: "https://docs.google.com/forms/d/e/1FAIpQLSefxa6OIdONk8qdFR_b9ohJQvthpM15-nBFNPnsIdPsuEwWdQ/viewform?usp=sf_link" + %} + + {% + include "double_url_resources", + title: "Masters Certification", + description: "The information you need to complete your Masters Certification", + link_description: "Instructions", + link: "https://docs.google.com/document/d/1i7qIC8YGnNLg-kJtAddsU5__3gYVr4XkaRn4YG3csHA/edit?usp=sharing", + second_link_description: "Completion Form", + second_link: "https://docs.google.com/forms/d/e/1FAIpQLSfFj4rGyV7p7HOuHAk5sCqR3kOxzl8TazmB-2lmi7dS-UGdWw/viewform" + %} + +
+

+ Ninja

+
+ + {% + include "agent_resources", + title: "Use this scorecard template", + description: "Use this scorecard template", + link_description: "Use Template", + link: "https://docs.google.com/spreadsheets/d/1NOSHcmQSXuPgW5KtibhRUEY_0WQN4Ew9qekBBhubR5I/template/preview" + %} + + {% + include "agent_resources", + title: "Ninja 16-Step Seller Process", + description: "Use this template to walk you through the 16-step Ninja seller process", + link_description: "Use Template", + link: "https://docs.google.com/document/d/1X2v9qMzXzs_DBi3nKaueW5mW9NCR3wa-nx1qMyTcdPU/template/preview" + %} + + {% + include "agent_resources", + title: "Ninja 10-Step Buyer Process", + description: "Use this template to walk you through the 10-step Ninja buyer process", + link_description: "Use Template", + link: "https://docs.google.com/document/d/1aYdOI-b5WUoNnzDLw_tsdzvY_228Z51Du5yFqgC7bMU/template/preview" + %} + + {% + include "agent_resources", + title: "Hot and Warm List", + description: "Use this hot and warm list template to get you started", + link_description: "Use Template", + link: "https://docs.google.com/document/d/1aNtIn7HWZH8J2FouLlXyyYG-qCWUAE53ZwdSguI_btI/template/preview" + %} + + {% + include "agent_resources", + title: "Pre-Listing Interview", + description: "Use this template to help you prepare for a pre-listing interview", + link_description: "Use Template", + link: "https://docs.google.com/document/d/166svIcSbJVCIqVHZHJk5xM0i1j6BJnFcATiSY6feWBY/edit?usp=sharing" + %} + +
+

+ Miscellaneous

+
+ + {% + include "agent_resources", + title: "Coloring Pages", + description: "Print off some Allen Tate coloring pages for little ones", + link_description: "Go to Folder", + link: "https://drive.google.com/drive/folders/1JDMoebFezuGRve6MkkXMZ9X8BwAUXvwQ?usp=sharing" + %} + + {% + include "agent_resources", + title: "Google Contact Import Template", + description: "Use this template to help you import contacts into your Allen Tate gmail", + link_description: "Use Template", + link: "https://docs.google.com/spreadsheets/d/1V3jVlpAk26zyIhfKRhGiazkiI2vwjL7H8Pn_LDVnJOM/edit?usp=sharing" + %} + + {% + include "agent_resources", + title: "Activate Habits", + description: "Get resources to help you activate", + link_description: "Go to Folder", + link: "https://drive.google.com/drive/folders/18QuqfUbOY22QTbAFN6kOmaMOfgBWHotF?usp=sharing" + %} +
+
+ + diff --git a/Custom_Templates/customer_templates/HowardHanna/_buildingRelationships.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_buildingRelationships.html.liquid new file mode 100644 index 00000000..6f65a749 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_buildingRelationships.html.liquid @@ -0,0 +1,78 @@ + +
+
+ {% + include "agent_resources", + title: "Hosting another agent's open house checklist", + description : "Ensure the most successful search and tour experience for your buyer(s)", + link_description: "Download", + link: "https://drive.google.com/open?id=1WiSZYlPgo3xb2lwagSciy0QlhBtKx4UT" + %} + {% + include "agent_resources", + title: "Broker open house / Broker tour checklist", + description: "Suggested steps to help you prepare for a successful broker open house", + link_description: "Download", + link: "https://drive.google.com/open?id=1XodAS9woCcg3gJXapH7d6JQJv7345MRf" + %} + + {% + include "agent_resources", + title: "Understanding groups, tags, and notes in the hh CRM", + description: "Learn the identifiers available in the hh CRM for organizing your contacts", + link_description: "Download", + link: "https://drive.google.com/open?id=1j675czZRRqZqdJeRZ7tG2qIVeSlD1Ru9" + %} + + {% + include "agent_resources", + title: "Top reasons to archive a contact", + description: "Suggested strategies on when it's right to archive a contact from your CRM", + link_description: "Download", + link: "https://drive.google.com/open?id=1iwTpOklc8rE6AORFwv8jUlIkOXcjPz1v" + %} + {% + include "agent_resources", + title: "Strategies for setting habits to get your contacts organized", + description: "Suggested strategies for setting habits to keep your database organized", + link_description: "Download", + link: "https://drive.google.com/open?id=1-0uTnPMtIfEIp9yZkm2e5jpmWtju64J4" + %} + {% + include "agent_resources", + title: "ABC method + hot/warm/cold leads", + description: "Learn the ABC sphere method and hot/warm/cold leads method for organizing contacts", + link_description: "Download", + link: "https://drive.google.com/open?id=1AHBsibAD8s0tfxnrQUJ7tgHwymJYbJFJ" + %} + {% + include "agent_resources", + title: "Relationship-nurturing ideas", + description: "Use this document for some starter ideas on nurturing relationships", + link_description: "Download", + link: "https://drive.google.com/open?id=1Pxw5M9XnN75n6q0qse9uul8lqRmAcLRu" + %} + {% + include "agent_resources", + title: "Local business referral list", + description: "Use this document to build and track your key business referral partners", + link_description: "Download", + link: "https://drive.google.com/a/urbanhh.com/file/d/1Njt-5OVGb9JcAhtP6YZHheegJdULQjJX/view?usp=sharing" + %} + {% + include "agent_resources", + title: "Questions to ask your local business referral partner", + description: "Use this document for some questions to ask your business referral partners", + link_description: "Download", + link: "https://drive.google.com/open?id=15UsBv2whhOG_v4nvTmIZO5Bc8YSuvhzm" + %} + + {% + include "agent_resources", + title: "Template for annual marketing plan", + description: "Use this template to create an annual marketing plan for nurturing your sphere", + link_description: "Download", + link: "https://drive.google.com/open?id=1is7cWenO6_E7-wcwCNfweOAsQq_hkqmO" + %} +
+
diff --git a/Custom_Templates/customer_templates/HowardHanna/_calendar.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_calendar.html.liquid new file mode 100644 index 00000000..d6591417 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_calendar.html.liquid @@ -0,0 +1,24 @@ +{% if isHowardHanna %} +
+ +
+{% elsif isRandRealty %} +
+
+
+

Howard Hanna | Rand Realty Training Calendar

+

Register now for our training events! Use the drop-down menu to explore training in every office.

+
+ +
+
+
+
+{% endif %} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/_calendar_custom_page.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_calendar_custom_page.html.liquid new file mode 100644 index 00000000..68dbe244 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_calendar_custom_page.html.liquid @@ -0,0 +1,33 @@ +{% if isHowardHanna %} +
+ +
+{% elsif isRandRealty %} +
+
+
+

Howard Hanna | Rand Realty Training Calendar

+

Register now for our training events! Use the drop-down menu to explore training in every office.

+
+ +
+ +
+
+
+{% endif %} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/_catalog_filters.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_catalog_filters.html.liquid new file mode 100644 index 00000000..e995f619 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_catalog_filters.html.liquid @@ -0,0 +1,24 @@ +{% if current_school.filtering_enabled? and current_person.filterable_catalog_categories.count > 0 %} +
+ {% t .filter_by_category %}: + +
+{% endif %} diff --git a/Custom_Templates/customer_templates/HowardHanna/_catalog_search_form.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_catalog_search_form.html.liquid new file mode 100644 index 00000000..7860e8c6 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_catalog_search_form.html.liquid @@ -0,0 +1,19 @@ + diff --git a/Custom_Templates/customer_templates/HowardHanna/_certificates_info_column.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_certificates_info_column.html.liquid new file mode 100644 index 00000000..61adfaba --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_certificates_info_column.html.liquid @@ -0,0 +1,4 @@ +
+ {% include "certificates_verification" %} + {% include "certificates_metadata" %} +
diff --git a/Custom_Templates/customer_templates/HowardHanna/_certificates_metadata.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_certificates_metadata.html.liquid new file mode 100644 index 00000000..9f4a1dba --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_certificates_metadata.html.liquid @@ -0,0 +1,59 @@ +
+
+ +
+ + {% if certificate.issuer_name_enabled? %} + +
+ {% endif %} + + +
+ +
+
diff --git a/Custom_Templates/customer_templates/HowardHanna/_certificates_preview.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_certificates_preview.html.liquid new file mode 100644 index 00000000..6357b621 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_certificates_preview.html.liquid @@ -0,0 +1,35 @@ + + +
+
+
+ +
+
+
diff --git a/Custom_Templates/customer_templates/HowardHanna/_certificates_top_bar.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_certificates_top_bar.html.liquid new file mode 100644 index 00000000..abc69e31 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_certificates_top_bar.html.liquid @@ -0,0 +1,60 @@ +
+
+
+

+ {{certificate.certificate_name}} +

+
+
+ {% if certificate.linkedin_sharing_enabled and current_person.signed_in? and certificate.learner_uuid == current_person.id %} + + + {% t .share %} + + {% endif %} + + {% if certificate.generating_pdf %} +
+ +
+ {% else %} + + {% t .download %} + + {% endif %} +
+
+
+ + diff --git a/Custom_Templates/customer_templates/HowardHanna/_certificates_verification.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_certificates_verification.html.liquid new file mode 100644 index 00000000..4fc19415 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_certificates_verification.html.liquid @@ -0,0 +1,15 @@ +
+
+
+ +
+
+

+ {{certificate.verification_title}} +

+

+ {{certificate.verification_description}} +

+
+
+
diff --git a/Custom_Templates/customer_templates/HowardHanna/_checklists.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_checklists.html.liquid new file mode 100644 index 00000000..805577e6 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_checklists.html.liquid @@ -0,0 +1,102 @@ + +
+
+ {% + include "agent_resources", + title: "Livestream open house checklist", + description: "Recommended steps and best practices for hosting a Livestream Open House through the hh platform.", + link_description: "Download", + link: "https://drive.google.com/file/d/1_RlabQgoU0Oebg8tYlZFEXt72tf9O-Re/view?usp=sharing" + %} + + {% + include "agent_resources", + title: "Buyer consultation checklist", + description: "Plan and prioritize each step needed to best assist buyers during the home purchase process", + link_description: "Download", + link: "https://drive.google.com/open?id=1xe31zfqnCooVyimo7BCVHjt9IchLQVNu" + %} + + {% + include "agent_resources", + title: "Hosting Your open house checklist", + description: "Execute your next open house with ease by following these steps shared by top hh agents", + link_description: "Download", + link: "https://drive.google.com/open?id=1QmtDkF3a8-_HkMtSCe1uJt9Kc9AJAWYS" + %} + {% + include "agent_resources", + title: "Buyer search process checklist", + description: "Plan and prioritize each step of working with a Buyer client through their Home Sale", + link_description: "Download", + link: "https://drive.google.com/open?id=1O-xKez0jf0bb3NQ0g0FxE3RbUE8z65NS" + %} + {% + include "agent_resources", + title: "Hosting another Agent's open house checklist", + description : "Ensure the most successful search and tour experience for your buyer(s)", + link_description: "Download", + link: "https://drive.google.com/open?id=1WiSZYlPgo3xb2lwagSciy0QlhBtKx4UT" + %} + {% + include "agent_resources", + title: "Broker open house / Broker tour checklist", + description: "Suggested steps to help you prepare for a successful broker open house", + link_description: "Download", + link: "https://drive.google.com/open?id=1XodAS9woCcg3gJXapH7d6JQJv7345MRf" + %} + {% + include "agent_resources", + title: "How to ensure a smooth closing for your buyer", + description: "Suggested steps to ensure a smooth closing for your buyers", + link_description: "Download", + link: "https://drive.google.com/open?id=1d2I_nbTy5hGWp5Wk3W-ZfiRejJuALwcI" + %} + {% + include "agent_resources", + title: "Print advertising checklist", + description: "Suggested steps to develop a comprehensive print advertising plan to maximize business growth", + link_description: "Download", + link: "https://drive.google.com/file/d/1YBMQTB13YQ38tKMifBbyM88XWOtqODL7/view" + %} + {% + include "agent_resources", + title: "Pre- & post-listing presentation meeting checklist", + description: "Recommended steps ensure you have the most successful listing presentation", + link_description: "Download", + link: "https://drive.google.com/open?id=1SNeY6KYfwR3a8204SvFzJA1VBvnNN1Xq" + %} + {% + include "agent_resources", + title: "How to quickly get your listings on the market checklist", + description: "Get your listing on the market faster by following these key steps", + link_description: "Download", + link: "https://drive.google.com/open?id=1osgufx9U0A9MAihKPsNeTcz55NDRiB6s" + %} + + {% + include "agent_resources", + title: "How to build a strong social media presence checklist", + description: "Quick, actionable steps to help keep you organized and see success on social media", + link_description: "Download", + link: "https://drive.google.com/open?id=1999KTS6w4THm_pOLWPloPiwYrhdPJOMf" + %} + + {% + include "agent_resources", + title: "Advertising checklist", + description: "Plan your advertising strategy", + link_description: "Download", + link: "https://drive.google.com/file/d/12Z9T2acgtYdr2Gu9yj4oTh4_cQq39aSe/view" + %} + + {% + include "agent_resources", + title: "Offer process checklist", + description: "A comprehensive list outlining what to gather and how to present a comprehensive and compelling offer.", + link_description: "Download", + link: "https://drive.google.com/file/d/1juAF7SAAjnXywKmUczYJ1M-7aesS_i9o/view?usp=sharing" + %} + +
+
diff --git a/Custom_Templates/customer_templates/HowardHanna/_checklists_and_resources.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_checklists_and_resources.html.liquid new file mode 100644 index 00000000..5c698586 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_checklists_and_resources.html.liquid @@ -0,0 +1,72 @@ +{% if isHowardHanna %} +
+
+
+
+

Resources

+

+ See below to download some of our most requested material and frequently asked questions. +
+

+
+
+
+ +
+
+
+
+
+

+
+
+

+
+
+

+
+
+
+
+ {% include "no_filter" %} +
+
+
+ +{% elsif isAllenTate %} + +
+
+
+
+

Resources

+

+ See below to download some of our most requested material and frequently asked questions. +
+

+
+
+
+ +
+
+
+
+
+

+
+
+

+
+
+

+
+
+
+
+ {% include "allen_tate_resources" %} +
+
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/HowardHanna/_course.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_course.html.liquid new file mode 100644 index 00000000..21365b46 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_course.html.liquid @@ -0,0 +1,130 @@ +{% comment %} Logic to traverse courses and find total number of sections {% endcomment %} +{% assign total_activities = 0 %} +{%- for sections in course.published_sections -%} + {%- for activity in sections.activities -%} + {% capture total_activities %}{{ total_activities | plus:1 }}{% endcapture %} + {%- endfor -%} +{%- endfor -%} + +{% comment %} + There's no way to access a course's UID. We will obtain this by using string + manipulation on the cover_path URL which has a UID. + course.cover_path ~> /outline/{{id}}/cover +{% endcomment %} +{% assign course_path = course.cover_path | split: '/' %} +{% assign current_course_id = course_path[2] %} + +{% comment %} + Maps each course to a unique wistia video ID + 7y2g0qxeau - Dropshipping 101 + qo5788bbls - Print-on-demand + e9hnbvbf7d - Getting Started + 6g1xm0gjib - Sell online + ltclfpq7nt - Instagram + opg154519q - Product photography + u3blun0rzz - Email Marketing + a611upbzc3 - Design online store + bo4mzx19u6 - SEO + 7y64y9pmh4 - Basic Facebook Advertising + 7o0az46tem - Google Ads + ykp3huo7aw - Advanced Facebook Advertising + kb70y48ybt - Goal Setting with Daymond John +{% endcomment %} +{% assign wistia_video_map = + ' + bjd91jww | 7y2g0qxeau , + ozhqhnlz | qo5788bbls , + la8hxhth | e9hnbvbf7d , + ydidcycm | 6g1xm0gjib , + uyoyzb1a | ltclfpq7nt , + 0bx4ha83 | opg154519q , + v9fhhpjh | u3blun0rzz , + e1wjgvk5 | a611upbzc3 , + srhueoa4 | bo4mzx19u6 , + 8yt4tqt9 | 7y64y9pmh4 , + rx4dopwc | 7o0az46tem , + qk3vorxv | ykp3huo7aw , + ysr17oj6 | kb70y48ybt , + ' +%} + +{% assign course_wistia_video_id = '' %} +{% assign wistia_element = wistia_video_map | split: ',' %} +{%- for course in wistia_element -%} + + {% comment %} + Capture will convert the array element into an array and strip is used + to remove the blank space characters for string comparison + {% endcomment %} + {% assign course_element = course | split: '|' %} + + {%- capture course_id -%} + {{ course_element[0] | strip }} + {%- endcapture -%} + + {%- if course_id == current_course_id -%} + {% assign course_wistia_video_id = course_element[1] %} + {%- endif -%} +{%- endfor -%} + +
+{% if course.ribbon %} +
+ {{ course.ribbon }} +
+ {% endif %} + + + + +
+

{{ course.name }}

+

+ {{ course.short_description }} + +

+
+ +
+
+

Total modules

+
+
+

{{ course.published_sections.count }}

+
+
+
+ +
+
+ Total activities +
+
+ {{ total_activities }} +
+
+
+ +
+
+ {%- if course.progress_text == '0% Complete'-%} + + Start Course + + + + {%- else -%} + + Continue Course + + {{ course.progress_text }} + {%- endif -%} +
+
+
diff --git a/Custom_Templates/customer_templates/HowardHanna/_course_category.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_course_category.html.liquid new file mode 100644 index 00000000..4ab67e67 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_course_category.html.liquid @@ -0,0 +1,21 @@ +{%- for course in courses -%} + {% if course.course_category_names contains category_name %} +
+
+

+ {{category_name}}

+
+ +
+ + + + {%break%} + {%- endif -%} +{%- endfor -%} diff --git a/Custom_Templates/customer_templates/HowardHanna/_course_library.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_course_library.html.liquid new file mode 100644 index 00000000..4f0c40b5 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_course_library.html.liquid @@ -0,0 +1,472 @@ + + + + + + +
+ {% include 'my_content_header' %} + {%- assign courses = my_content.courses -%} + + {% if isRandRealty %} + {% + include 'course_category', + category_name: "Howard Hanna | Rand Realty", + iterator: "27", + category_id: "HowardHannaVerticalLineRandRealty" + %} + + {% + include 'course_category', + category_name: "HH|RR New Agent", + iterator: "28", + category_id: "HHRRNewAgent" + %} + + {% + include 'course_category', + category_name: "HH|RR Agent Support", + iterator: "29", + category_id: "HHRRAgentSupport" + %} + + {% + include 'course_category', + category_name: "HH|RR Manager", + iterator: "30", + category_id: "HHRRManager" + %} + + {% + include 'course_category', + category_name: "HH|RR Hanna Rand Advantage", + iterator: "36", + category_id: "HHRRAdvantage" + %} + + {% + include 'course_category', + category_name: "HH|RR Coaching & Mastermind", + iterator: "35", + category_id: "HHRRCoachingMastermind" + %} + + {% + include 'course_category', + category_name: "HH|RR CORE Companion", + iterator: "31", + category_id: "HHRRCORECompanion" + %} + + {% + include 'course_category', + category_name: "HH|RR Certification", + iterator: "37", + category_id: "HHRRCertification" + %} + + {% + include 'course_category', + category_name: "HH|RR Marketing Your Business", + iterator: "34", + category_id: "HHRRMarketingYourBusiness" + %} + + {% + include 'course_category', + category_name: "HH|RR Sales Skills", + iterator: "32", + category_id: "HHRRSalesSkills" + %} + + {% + include 'course_category', + category_name: "HH|RR Tech Toolbox", + iterator: "38", + category_id: "HHRRTechToolbox" + %} + + + {% endif %} + + {% if isHowardHanna %} + {% + include 'course_category', + category_name: "Agent Fundamentals for the Newly Licensed", + iterator: "1", + category_id: "AgentFundamentalsForTheNewlyLicensed" + %} + + {% + include 'course_category', + category_name: "Career Development: Sales, Planning & More", + iterator: "2", + category_id: "CareerDevelopmentSalesPlanningAndMore" + %} + + {% + include 'course_category', + category_name: "Hanna Advantage & Value Proposition", + iterator: "3", + category_id: "HannaAdvantageAndValueProposition" + %} + + + {% if current_person.properties.access_level == 'region-admin' or + current_person.properties.access_level == 'office-owner' or + current_person.properties.access_level == 'Global Admin in Moxiworks' or + current_person.properties.access_level == 'Regional Manager' or + current_person.properties.access_level == 'Sales Office Manager' or + current_person.properties.access_level == 'Corporate Manager' or + current_person.properties.access_level == 'manager' + %} + {% + include 'course_category', + category_name: "Howard Hanna Management", + iterator: "4", + category_id: "HowardHannaManagement" + %} + {% endif %} + + + {% + include 'course_category', + category_name: "H-Suite Tech Tools", + iterator: "5", + category_id: "HSuiteTechTools" + %} + + {% + include 'course_category', + category_name: "Marketing Skills and Strategies", + iterator: "6", + category_id: "MarketingSkillsAndStrategies" + %} + + {% + include 'course_category', + category_name: "Support Staff Development", + iterator: "7", + category_id: "SupportStaffDevelopment" + %} + + {% + include 'course_category', + category_name: "Technical Support", + iterator: "8", + category_id: "TechnicalSupport" + %} + {% elsif isAllenTate %} + {% + include 'course_category', + category_name: "Allen Tate Certifications", + iterator: "14", + category_id: "AllenTateCertifications" + %} + + {% + include 'course_category', + category_name: "Allen Tate Advantage", + iterator: "15", + category_id: "AllenTateAdvantage" + %} + + {% + include 'course_category', + category_name: "Lead Generation", + iterator: "16", + category_id: "LeadGeneration" + %} + + {% + include 'course_category', + category_name: "Most Recent Tate Webinars", + iterator: "26", + category_id: "MostRecentTateWebinars" + %} + + {% + include 'course_category', + category_name: "Marketing Skills and Strategies", + iterator: "17", + category_id: "MarketingSkillsandStrategies" + %} + + {% + include 'course_category', + category_name: "Business Generation Suite", + iterator: "18", + category_id: "BusinessGenerationSuite" + %} + + {% + include 'course_category', + category_name: "Working with Buyers", + iterator: "19", + category_id: "WorkingwithBuyers" + %} + + {% + include 'course_category', + category_name: "Working with Sellers", + iterator: "20", + category_id: "WorkingwithSellers" + %} + + {% + include 'course_category', + category_name: "Luxury Homes", + iterator: "21", + category_id: "LuxuryHomes" + %} + + {% + include 'course_category', + category_name: "Family of Companies & Our Partners", + iterator: "22", + category_id: "FamilyofCompanies" + %} + + {% + include 'course_category', + category_name: "Health & Wellness", + iterator: "23", + category_id: "Health" + %} + + {% + include 'course_category', + category_name: "Allen Tate Leadership", + iterator: "24", + category_id: "AllenTateLeadership" + %} + + {% + include 'course_category', + category_name: "Real Estate Essentials", + iterator: "11", + category_id: "RealEstateEssentials" + %} + + {% + include 'course_category', + category_name: "Staff Development", + iterator: "25", + category_id: "Staff Development" + %} + {% endif %} +
+ + + + + + diff --git a/Custom_Templates/customer_templates/HowardHanna/_course_version_outdated_alert.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_course_version_outdated_alert.html.liquid new file mode 100644 index 00000000..03e245ab --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_course_version_outdated_alert.html.liquid @@ -0,0 +1,7 @@ +{% if courses.include_courses_to_restart? %} + +{% endif %} diff --git a/Custom_Templates/customer_templates/HowardHanna/_course_version_outdated_popup.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_course_version_outdated_popup.html.liquid new file mode 100644 index 00000000..71795884 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_course_version_outdated_popup.html.liquid @@ -0,0 +1,33 @@ +
+
+ + +
+
diff --git a/Custom_Templates/customer_templates/HowardHanna/_double_url_resources.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_double_url_resources.html.liquid new file mode 100644 index 00000000..b293269a --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_double_url_resources.html.liquid @@ -0,0 +1,27 @@ +
+
+
+
+

+ {{ title }} +

+
+
+ +
+

{{ description }}

+
+ +
+
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/_events.html copy.liquid b/Custom_Templates/customer_templates/HowardHanna/_events.html copy.liquid new file mode 100644 index 00000000..bb4bfb5d --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_events.html copy.liquid @@ -0,0 +1,22 @@ +
+

{% t .my_events %}

+ + + {% if current_person.upcoming_registered_events.additional_sessions? %} +
+ + {% t .show_all_events %} + {% t .show_fewer_events %} + +
+ {% endif %} +
diff --git a/Custom_Templates/customer_templates/HowardHanna/_events.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_events.html.liquid new file mode 100644 index 00000000..bb4bfb5d --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_events.html.liquid @@ -0,0 +1,22 @@ +
+

{% t .my_events %}

+ + + {% if current_person.upcoming_registered_events.additional_sessions? %} +
+ + {% t .show_all_events %} + {% t .show_fewer_events %} + +
+ {% endif %} +
diff --git a/Custom_Templates/customer_templates/HowardHanna/_events_empty.html copy.liquid b/Custom_Templates/customer_templates/HowardHanna/_events_empty.html copy.liquid new file mode 100644 index 00000000..c4138ab9 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_events_empty.html copy.liquid @@ -0,0 +1,9 @@ +
+

{% t .title %}

+ + + {% t .button %} + +
diff --git a/Custom_Templates/customer_templates/HowardHanna/_events_empty.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_events_empty.html.liquid new file mode 100644 index 00000000..5f735736 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_events_empty.html.liquid @@ -0,0 +1,33 @@ +
+

{% t .title %}

+ + + {% t .button %} + +
+ +{% for group in current_person.groups %} + {% if group.enrollment_code == "176629fa82da1d03f3d58c81e751e61b9836a46d" %} + {% include "styles_hh" %} + {% elsif group.enrollment_code == "1817d8c96780f13abbf0f2023e3b26b3bd43d248" %} + {% include "styles_at" %} + + {% elsif group.enrollment_code == "ccd2aa2f1e41ebbac8fa878f806e3ccc20ae3f38" or + group.enrollment_code == "aa6fe8d22ec1e75d2e8c54c6d5452dcd585e415d" %} + {% include "styles_hh" %} + {% endif %} +{% endfor %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/_events_list_item.html copy.liquid b/Custom_Templates/customer_templates/HowardHanna/_events_list_item.html copy.liquid new file mode 100644 index 00000000..fa8fe93c --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_events_list_item.html copy.liquid @@ -0,0 +1,24 @@ +
  • + {% if event.logmein? %} + {% if event.pending? %} + Pending + {% elsif event.waiting? %} + Waiting + {% endif %} + {{ event.starts_at }} {% t .is_your %} {{ event.title }} {% t .event_held_online %} +
    + {% t .join %} +
    + {% endif %} + {% if event.internal? %} + {{ event.starts_at }} {% t .is_your %} {{ event.title }} + {% if event.location_name %} + {% t .event_held_in %} {{ event.room_name }} {% t .at %} {{ event.location_name }} + {% endif %} + {% if event.session_url %} +
    + {% t .join %} +
    + {% endif %} + {% endif %} +
  • diff --git a/Custom_Templates/customer_templates/HowardHanna/_events_list_item.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_events_list_item.html.liquid new file mode 100644 index 00000000..fa8fe93c --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_events_list_item.html.liquid @@ -0,0 +1,24 @@ +
  • + {% if event.logmein? %} + {% if event.pending? %} + Pending + {% elsif event.waiting? %} + Waiting + {% endif %} + {{ event.starts_at }} {% t .is_your %} {{ event.title }} {% t .event_held_online %} +
    + {% t .join %} +
    + {% endif %} + {% if event.internal? %} + {{ event.starts_at }} {% t .is_your %} {{ event.title }} + {% if event.location_name %} + {% t .event_held_in %} {{ event.room_name }} {% t .at %} {{ event.location_name }} + {% endif %} + {% if event.session_url %} +
    + {% t .join %} +
    + {% endif %} + {% endif %} +
  • diff --git a/Custom_Templates/customer_templates/HowardHanna/_filters.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_filters.html.liquid new file mode 100644 index 00000000..3521bd2f --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_filters.html.liquid @@ -0,0 +1,24 @@ +{% if current_school.filtering_enabled? and current_person.filterable_categories.count > 0 %} +
    + {% t .filter_by_category %}: + +
    +{% endif %} diff --git a/Custom_Templates/customer_templates/HowardHanna/_footer.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_footer.html.liquid new file mode 100644 index 00000000..ddd8804e --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_footer.html.liquid @@ -0,0 +1,187 @@ +{% assign rand_realty_groups = "8f637c703ec45ac5dec70ee9517155aa0d9775c2,613932dbeb1595c00b78de8d1860a3bfdb479b22,176629fa82da1d03f3d58c81e751e61b9836a46d,91ee3a2db2f3f8b71a9d6a2d664781c8ed10e5cb,e9d26fef9adb61c4b523a273aba18c35d40b7a94,a468fb6f64f5af9757d7f60891d2240c7ea43c1e,9a70c58d13cabfc6a1b3bf63f14caaaf097fc43e,32ada17825448e171287f0c7625e2ad1ed051b0f" | split:","%} +{% assign isAllenTate = false %} +{% assign isHowardHanna = false %} +{% assign isRandRealty = false %} +{% for group in current_person.groups %} + {% if group.enrollment_code == "1817d8c96780f13abbf0f2023e3b26b3bd43d248" %} + {% assign isAllenTate = true %} + {% elsif group.enrollment_code == "ccd2aa2f1e41ebbac8fa878f806e3ccc20ae3f38" or + group.enrollment_code == "aa6fe8d22ec1e75d2e8c54c6d5452dcd585e415d" %} + {% assign isHowardHanna = true %} + {% elsif rand_realty_groups contains group.enrollment_code %} + {% assign isRandRealty = true %} + {% endif %} +{% endfor %} + +{% if isAllenTate %} + {% include "styles_at" %} +{% elsif isHowardHanna %} + {% include "styles_hh" %} +{% elsif isRandRealty %} + {% include "styles_rand" %} +{% endif %} + +{% if isAllenTate %} + +{% endif %} + +{% unless isRandRealty %} + +{% else %} + {% include 'footer_rand' %} +{% endunless %} + + + + + + + + + diff --git a/Custom_Templates/customer_templates/HowardHanna/_footer_rand.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_footer_rand.html.liquid new file mode 100644 index 00000000..2f8cb2ca --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_footer_rand.html.liquid @@ -0,0 +1,60 @@ + + + + + diff --git a/Custom_Templates/customer_templates/HowardHanna/_head.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_head.html.liquid new file mode 100644 index 00000000..4f4adea8 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_head.html.liquid @@ -0,0 +1,6 @@ + + + +{% if current_school.has_custom_styles? %} + +{% endif %} diff --git a/Custom_Templates/customer_templates/HowardHanna/_header.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_header.html.liquid new file mode 100644 index 00000000..7ee6ffb2 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_header.html.liquid @@ -0,0 +1,37 @@ +{%- comment -%} + BHG Rand Realty - Mortgage 8f637c703ec45ac5dec70ee9517155aa0d9775c2 + Howard Hanna | Rand Realty 613932dbeb1595c00b78de8d1860a3bfdb479b22 + Howard Hanna Rand Realty 176629fa82da1d03f3d58c81e751e61b9836a46d + Howard Hanna Rand Realty Admins 91ee3a2db2f3f8b71a9d6a2d664781c8ed10e5cb + Howard Hanna Rand Realty Management e9d26fef9adb61c4b523a273aba18c35d40b7a94 + Rand Commercial - New City a468fb6f64f5af9757d7f60891d2240c7ea43c1e + RAND - Jersey City Journal Square 9a70c58d13cabfc6a1b3bf63f14caaaf097fc43e + Rand Social Media Boot Camp 2022 32ada17825448e171287f0c7625e2ad1ed051b0f +{%- endcomment -%} + + +{% assign rand_realty_groups = "8f637c703ec45ac5dec70ee9517155aa0d9775c2,613932dbeb1595c00b78de8d1860a3bfdb479b22,176629fa82da1d03f3d58c81e751e61b9836a46d,91ee3a2db2f3f8b71a9d6a2d664781c8ed10e5cb,e9d26fef9adb61c4b523a273aba18c35d40b7a94,a468fb6f64f5af9757d7f60891d2240c7ea43c1e,9a70c58d13cabfc6a1b3bf63f14caaaf097fc43e,32ada17825448e171287f0c7625e2ad1ed051b0f" | split:","%} +{% assign isAllenTate = false %} +{% assign isHowardHanna = false %} +{% assign isRandRealty = false %} +{% for group in current_person.groups %} + {% if group.enrollment_code == "1817d8c96780f13abbf0f2023e3b26b3bd43d248" %} + {% assign isAllenTate = true %} + {% elsif group.enrollment_code == "ccd2aa2f1e41ebbac8fa878f806e3ccc20ae3f38" or + group.enrollment_code == "aa6fe8d22ec1e75d2e8c54c6d5452dcd585e415d" %} + {% assign isHowardHanna = true %} + {% elsif rand_realty_groups contains group.enrollment_code %} + {% assign isRandRealty = true %} + {% endif %} +{% endfor %} + + +{% for group in current_person.groups %} + {% if isHowardHanna %} + {% include "header_hh" %} + {% elsif isAllenTate %} + {% include "header_at" %} + {% elsif isRandRealty %} + {% include "header_rand" %} + {% endif %} +{% endfor %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/_header_at.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_header_at.html.liquid new file mode 100644 index 00000000..c1e4c8bb --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_header_at.html.liquid @@ -0,0 +1,525 @@ +
    +
    + {%- assign courses = my_content.courses -%} + +
    +
    + +{% search %} + +{% endsearch %} + +{% catalog_search %} + +{% endcatalog_search %} + +
    +
    + +
    +
    + + diff --git a/Custom_Templates/customer_templates/HowardHanna/_header_hh.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_header_hh.html.liquid new file mode 100644 index 00000000..3e1414d7 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_header_hh.html.liquid @@ -0,0 +1,574 @@ +
    +
    + {%- assign courses = my_content.courses -%} + +
    +
    + +{% search %} + +{% endsearch %} + +{% catalog_search %} + +{% endcatalog_search %} + +
    +
    + +
    +
    + + diff --git a/Custom_Templates/customer_templates/HowardHanna/_header_rand.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_header_rand.html.liquid new file mode 100644 index 00000000..a590fcf6 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_header_rand.html.liquid @@ -0,0 +1,401 @@ +
    +
    + {%- assign courses = my_content.courses -%} + +
    +
    + +{% search %} + +{% endsearch %} + +{% catalog_search %} + +{% endcatalog_search %} + +
    +
    + +
    +
    + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/_hero_image.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_hero_image.html.liquid new file mode 100644 index 00000000..e280af8a --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_hero_image.html.liquid @@ -0,0 +1,14 @@ +
    + +
    +
    +
    +
    + +
    + +{% if isAllenTate %} + +{% elsif isHowardHanna or isRandRealty %} + +{% endif %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/_learning_path.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_learning_path.html.liquid new file mode 100644 index 00000000..c79788d0 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_learning_path.html.liquid @@ -0,0 +1,38 @@ +
  • +
    +
    + {% if current_person.enrolled_in_learning_path? %} + + + + {% else %} + + + + {% endif %} +
    + {% if current_school.filtering_enabled? and current_school.learning_paths_enabled? %} + + {{ learning_path.learning_path_category_names }} + + {% endif %} +

    + {% if current_person.enrolled_in_learning_path? %} + {{ learning_path.name }} + {% else %} + {{ learning_path.name }} + {% endif %} +

    +

    {{ learning_path.instructor_names }}

    +

    {{ learning_path.progress_text }}

    + {% if current_person.enrolled_in_learning_path? %} + + {{ learning_path.go_to_label }} + + {% else %} + + {{ learning_path.view_label }} + + {% endif %} +
    +
  • diff --git a/Custom_Templates/customer_templates/HowardHanna/_learning_path_banners.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_learning_path_banners.html.liquid new file mode 100644 index 00000000..11a1810c --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_learning_path_banners.html.liquid @@ -0,0 +1,5 @@ +{% if learning_path.new_content_available? %} + {% include "learning_path_new_content_banner" %} +{% else %} + {% include "learning_path_completed_banner" %} +{% endif %} diff --git a/Custom_Templates/customer_templates/HowardHanna/_learning_path_certificate.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_learning_path_certificate.html.liquid new file mode 100644 index 00000000..3a282c5e --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_learning_path_certificate.html.liquid @@ -0,0 +1,17 @@ +{% if learning_path.has_certificate? %} + {% if learning_path.certificate_completed? %} +
    + +
    + {% include "learning_path_certificate_content" %} +
    +
    + {% else %} +
    + {% include "learning_path_certificate_content" %} +
    + {% endif %} +{% endif %} diff --git a/Custom_Templates/customer_templates/HowardHanna/_learning_path_certificate_content.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_learning_path_certificate_content.html.liquid new file mode 100644 index 00000000..3feafd59 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_learning_path_certificate_content.html.liquid @@ -0,0 +1,19 @@ +
    + +

    + {{ learning_path.certificate_name }} +

    + {% if learning_path.certificate_completed? %} + + {% endif %} +
    diff --git a/Custom_Templates/customer_templates/HowardHanna/_learning_path_completed_banner.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_learning_path_completed_banner.html.liquid new file mode 100644 index 00000000..38fc9a5e --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_learning_path_completed_banner.html.liquid @@ -0,0 +1,13 @@ +
    + +
    +

    {% t .headline %}

    +

    {% t .description %}

    +
    + {% if learning_path.certificate_link %} + {% t .actions.certificate %} + {% endif %} + {% t .actions.more_courses %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/HowardHanna/_learning_path_cover_content.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_learning_path_cover_content.html.liquid new file mode 100644 index 00000000..75e05208 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_learning_path_cover_content.html.liquid @@ -0,0 +1,59 @@ +

    {% t .title %}

    + +{% learning_path_next_step_button learning_path, class: "uk-button uk-float-right completion-button" %} + +

    {{ learning_path.name }}

    +
    + +
    +
    +
    + +
    +
    + +
    +

    {% t .about_label %}

    +

    {{ learning_path.description }}

    + {% if learning_path.has_instructors? %} +

    {{ learning_path.instructors_title }}

    +
    + {% for instructor in learning_path.instructors %} +
    +
    + {{ instructor.name }} +

    {{ instructor.name }}

    +
    {{ instructor.title }}
    +
    +
    {{ instructor.bio }}
    +
    + {% endfor %} +
    + {% endif %} +
    +
    +

    {{ learning_path.progress_text }}

    + {{ learning_path.progress_bar }} + +

    {% t .outline_label %}

    +
      + {% for item in learning_path.items %} +
    1. + {{ item.progress_icon }} + {% learning_path_item item %} + {{ item.type_icon }} + {{ item.name }} + {% if item.optional? %} + optional + {% endif %} + {% endlearning_path_item %} +
    2. + {% endfor %} +
    + {% include "learning_path_certificate" %} +
    +
    diff --git a/Custom_Templates/customer_templates/HowardHanna/_learning_path_cover_header.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_learning_path_cover_header.html.liquid new file mode 100644 index 00000000..c6c7c080 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_learning_path_cover_header.html.liquid @@ -0,0 +1,16 @@ +
    +
    + +
    +
    + {% if current_school.logo_url %} + + {% else %} + {{ current_school.name }} + {% endif %} +
    +
    diff --git a/Custom_Templates/customer_templates/HowardHanna/_learning_path_filters.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_learning_path_filters.html.liquid new file mode 100644 index 00000000..328f1047 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_learning_path_filters.html.liquid @@ -0,0 +1,24 @@ +{% if current_school.filtering_enabled? and current_school.learning_paths_enabled? and current_person.filterable_learning_path_categories.count > 0 %} +
    + {% t .filter_by_category %}: + +
    +{% endif %} diff --git a/Custom_Templates/customer_templates/HowardHanna/_learning_path_new_content_banner.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_learning_path_new_content_banner.html.liquid new file mode 100644 index 00000000..2bc02d46 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_learning_path_new_content_banner.html.liquid @@ -0,0 +1,12 @@ +
    +
    +

    {% t .headline %}

    +

    {% t .description %}

    +
    + {% learning_path_next_step_button learning_path, class: "np-learning-path-banner-action np-learning-path-banner-action--primary" %} + {% if learning_path.certificate_link %} + {% t .actions.view_certificate %} + {% endif %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/HowardHanna/_marketing.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_marketing.html.liquid new file mode 100644 index 00000000..bb8e919c --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_marketing.html.liquid @@ -0,0 +1,134 @@ + +
    +
    + {% + include "agent_resources", + title: "How to quickly get your listings on the market checklist", + description: "Get your listing on the market faster by following these key steps *For hh agents only*", + link_description: "Download", + link: "https://drive.google.com/open?id=1osgufx9U0A9MAihKPsNeTcz55NDRiB6s" + %} + + + {% + include "agent_resources", + title: "How to build a strong social media presence checklist", + description: "Quick, actionable steps to help keep you organized and see success on social media *For hh agents only*", + link_description: "Download", + link: "https://drive.google.com/open?id=1999KTS6w4THm_pOLWPloPiwYrhdPJOMf" + %} + + {% + include "agent_resources", + title: "hh digital ads for Facebook handbook", + description: "Best practices for running a Digital Ad to promote your listing on Facebook *For hh agents only*", + link_description: "Download", + link: "https://drive.google.com/open?id=1AviPzxKfdwNAzfToH8pZLcVIIcwCbbMk" + %} + {% + include "agent_resources", + title: "Email marketing calendar template", + description: "Template for planning your monthly email marketing content *For hh agents only*", + link_description: "Download", + link: "https://drive.google.com/a/urbanhh.com/file/d/1U8PAsA6RKkOGaqrBTQiEf6sNV7my8XUn/view?usp=sharing" + %} + {% + include "agent_resources", + title: "How much should you be spending on your direct mail? ", + description: "Guidance for how much you should be spending on direct mail for each listing *For hh agents only*", + link_description: "Download", + link: "https://drive.google.com/open?id=1X9yQaVCSYkF63vJ5AHOmD-FbyRD9a9TD" + %} + {% + include "agent_resources", + title: "How much should you be spending on social media?", + description: "Guidance for how much you should be spending on social media for each listing *For hh agents only*", + link_description: "Download", + link: "https://drive.google.com/open?id=14_KAJTwMj8sydCjzHZdkvnwo_TX2n5TV" + %} + {% + include "agent_resources", + title: "How to request a client testimonial", + description: "Collect strong testimonials from your clients to power your marketing *For hh agents only*", + link_description: "Download", + link: "https://drive.google.com/open?id=1N2EH5oQ3TcrAk5Zvqo26PT0RVz9IPngL" + %} + {% + include "agent_resources", + title: "Social media handbook", + description: "Learn how to use social media effectively, including best practices and examples *For hh agents only*", + link_description: "Download", + link: "https://drive.google.com/open?id=1MHItmu5eLKlZ2ai3fE3HhrcFOy52hXIC" + %} + {% + include "agent_resources", + title: "How much should you spend on your video marketing?", + description: "Plan how much you should be spending on video marketing *For hh agents only*", + link_description: "Download", + link: "https://drive.google.com/open?id=1jvrlGY7AjVitQJdLQdu7NfLYUOTF5-Sl" + %} + {% + include "agent_resources", + title: "hh listing video style guide", + description: "Use this style guide to ensure you are creating beautiful and impactful listing videos *For hh agents only*", + link_description: "Download", + link: "https://drive.google.com/open?id=14rrfidRdFU-_CgcCM4iz7V3pJKgOECgw" + %} + {% + include "agent_resources", + title: "hh Agent video brand guidelines", + description: "Use this style guide to ensure you are creating beautiful and impactful personal brand videos *For hh agents only*", + link_description: "Download", + link: "https://drive.google.com/open?id=1CYSwtKisw7nUtoZhv5Lbyk05ExpqAYA_" + %} + {% + include "agent_resources", + title: "Advertising checklist", + description: "Plan your advertising strategy *For hh agents only*", + link_description: "Download", + link: "https://drive.google.com/open?id=12Z9T2acgtYdr2Gu9yj4oTh4_cQq39aSe" + %} + {% + include "agent_resources", + title: "Define Your advertising goals", + description: "Identify your advertising goals to better plan and create your annual advertising strategy *For hh agents only*", + link_description: "Download", + link: "https://drive.google.com/open?id=1yMOch3HN1pmH0S7LRryweQhNOI8wKMHr" + %} + {% + include "agent_resources", + title: "How much should you spend on your advertising?", + description: "Guide to planning how much to spend on listing advertising *For hh agents only*", + link_description: "Download", + link: "https://drive.google.com/open?id=1K3jURqeryH8gDBvkvt6EkLENIzT9pL1N" + %} + {% + include "agent_resources", + title: "How to take better listing photographs", + description: "Use this one-sheet to ensure you are getting the best photos during your next listing photoshoot *For hh agents only*", + link_description: "Download", + link: "https://drive.google.com/open?id=1T-nY5YPDcbbMYEoWzZ93xTnYJLdZ0o3S" + %} + {% + include "agent_resources", + title: "Marketing top 12 to-do's", + description: "Use this list of the top 12 marketing best practices to grow your business *For hh agents only*", + link_description: "Download", + link: "https://drive.google.com/open?id=1kbJKt_GoisBgu4D2Cn-KI3q124nu9dTK" + %} + {% + include "agent_resources", + title: "Template for annual marketing plan", + description: "Template to plan and prioritize your annual spend for both brand and listing advertising *For hh agents only*", + link_description: "Download", + link: "https://drive.google.com/open?id=1is7cWenO6_E7-wcwCNfweOAsQq_hkqmO" + %} + {% + include "agent_resources", + title: "Advertising budget template", + description: "Template to plan and prioritize your annual budget for both brand and listing advertising *For hh agents only*", + link_description: "Download", + link: "https://drive.google.com/open?id=14kz6wle3avf9HDsOn_UDbtOauP0kXsxj" + %} +
    +
    diff --git a/Custom_Templates/customer_templates/HowardHanna/_my_content_header.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_my_content_header.html.liquid new file mode 100644 index 00000000..428eab15 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_my_content_header.html.liquid @@ -0,0 +1,18 @@ +
    +
    +

    Course Library

    + {% for group in current_person.groups %} + {% if group.enrollment_code == "1817d8c96780f13abbf0f2023e3b26b3bd43d248" %} +

    + Allen Tate's platform for on-demand, self-paced personal and professional development. +

    + {% elsif group.enrollment_code == "ccd2aa2f1e41ebbac8fa878f806e3ccc20ae3f38" or + group.enrollment_code == "aa6fe8d22ec1e75d2e8c54c6d5452dcd585e415d" or + group.enrollment_code == "176629fa82da1d03f3d58c81e751e61b9836a46d"%} +

    + Howard Hanna's platform for on-demand, self-paced personal and professional development. +

    + {% endif %} + {% endfor %} +
    +
    diff --git a/Custom_Templates/customer_templates/HowardHanna/_my_paths.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_my_paths.html.liquid new file mode 100644 index 00000000..56a914a1 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_my_paths.html.liquid @@ -0,0 +1,22 @@ +
    +

    {{ my_content.learning_paths_headline }}

    +

    {{ my_content.learning_paths_subheadline }}

    +
    +
    + {% include "learning_path_filters" with "" %} + {% if current_school.filtering_enabled? and current_school.learning_paths_enabled? and current_person.filterable_learning_path_categories.count > 0 %} +
    + {% else %} +
    + {% endif %} +
      + {% if my_content.learning_paths.any? %} + {% for learning_path in my_content.learning_paths %} + {% include "learning_path" %} + {% endfor %} + {% else %} +

      {{ my_content.empty_learning_paths }}

      + {% endif %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/HowardHanna/_no_filter.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_no_filter.html.liquid new file mode 100644 index 00000000..bfcf9390 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_no_filter.html.liquid @@ -0,0 +1,132 @@ + +
    +
    + {% + include "agent_resources", + title: "New Agent Checklist", + description: "A checklist of what to do when you don’t know where to start.", + link_description: "Download this Resource", + link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/16a3dd4d-0b33-49f2-9d77-ea59e332bedb" + %} + {% + include "agent_resources", + title: "Fast Start eBook", + description: "Complete this workbook for help with starting your business.", + link_description: "Download this Resource", + link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/dc4fd154-cc9b-4831-84a3-7f7480987ef6" + %} + {% + include "agent_resources", + title: "Fast Start Calendar", + description: "View the Fast Start schedule for the entire year.", + link_description: "Download this Resource", + link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/5f05ccd2-d257-4209-80da-e808ca9f2af5" + %} + {% + include "agent_resources", + title: "Tools in a Nutshell", + description: "Helpful guide to all the Howard Hanna Tools and knowing where to start.", + link_description: "Download this Resource", + link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/7150ba05-b175-4554-b37f-44cafcc31b26" + %} + {% + include "agent_resources", + title: "Cultivating and Growing Your Sphere", + description: "Categories to trigger who your Sphere (Center) of Influence is.", + link_description: "Download this Resource", + link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/9776a9fe-be29-4c32-bf82-19206ea7b448" + %} + {% + include "agent_resources", + title: "How to Contact IT", + description: "How to contact our IT Department for help!", + link_description: "Download this Resource", + link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/0b7d66c5-7f03-4281-a60e-a1a548f84d8a" + %} + {% + include "agent_resources", + title: "Engage Flow Chart", + description: "Your flowchart for how information gets into your Engage CRM.", + link_description: "Download this Resource", + link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/7869c642-0622-469a-8542-d886c5ecc8d2" + %} + {% + include "agent_resources", + title: "Open House Checklist", + description: "From listing agreement to after the open house this checklist will walk you through everything step by step to increase your business opportunity.", + link_description: "Download this Resource", + link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/7ec02b5e-d12d-4160-909e-7a96d682b954" + %} + {% + include "agent_resources", + title: "How to Use the HH Platforms and Specific Tools", + description: "A guide for which platform to use during every step of the buying and selling process.", + link_description: "Download this Resource", + link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/4d0b5151-17ec-49ba-a422-6686c2c04bb8" + %} + {% + include "agent_resources", + title: "Buyer-Seller Responsibilities", + description: "A flowchart image to walk a buyer or seller through their responsibilities during the process.", + link_description: "Download this Resource", + link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/7fa9a388-1c35-45d2-bad2-58060d9e7d7d" + %} + {% + include "agent_resources", + title: "Getting Started with Your HH Mobile App", + description: "Download and share your Howard Hanna Agent Mobile App.", + link_description: "Download this Resource", + link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/5524b67b-755a-4347-ae68-630bd97519d9" + %} + {% + include "agent_resources", + title: "Things to Do When There is Nothing to Do", + description: "Use these simple techniques to keep building business opportunities - even when time is short.", + link_description: "Download this Resource", + link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/ba08e05b-7672-46fb-9237-ee266add1436" + %} + {% + include "agent_resources", + title: "Have You Done Ten", + description: "How is your business? Do 10 of these items this week to keep your business growing!", + link_description: "Download this Resource", + link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/c7b687d1-63f8-4674-9f8c-101f22b962ea" + %} + {% + include "agent_resources", + title: "Buyside Flow Chart", + description: "Capture all your buyer data, from these Howard Hanna sources and effectively use it to attract more sellers, win more listings and close more transaction sides in house.", + link_description: "Download this Resource", + link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/354cbb64-baf2-4ee0-8abd-7525d47c2529" + %} + {% + include "agent_resources", + title: "Your Road Map to Market Differentiation for Buyers and Sellers", + description: "The Howard Hanna platform and tools you need to drive your business!", + link_description: "Download this Resource", + link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/77ac8bc6-39ad-48c7-83f2-41784b2ca7a5" + %} + {% + include "agent_resources", + title: "Business Planning Form", + description: "Take a few minutes to plan out your business goals - and watch just how productive you will become!", + link_description: "Download this Resource", + link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/278bd515-7eae-4690-b0d3-13a9a8c2d184" + %} + {% + include "agent_resources", + title: "Excel Templates", + description: "Click here to download excel templates for the different tools.", + link_description: "Download this Resource", + link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/64d672d5-7cb5-4c01-b09d-f5ef56a235c3" + %} + {% + include "agent_resources", + title: "Guest Network Passwords", + description: "Check here for the guest wifi's (hh-guest) monthly password. User name is guest.", + link_description: "Download this Resource", + link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/5d43677a-8ea2-439a-afa4-89551d1c22bf" + %} + +
    +
    diff --git a/Custom_Templates/customer_templates/HowardHanna/_openHouses.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_openHouses.html.liquid new file mode 100644 index 00000000..3f1ec0a3 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_openHouses.html.liquid @@ -0,0 +1,36 @@ + +
    +
    + {% + include "agent_resources", + title: "Livestream open house checklist", + description: "Recommended steps and best practices for hosting a livestream open house through the hh platform.", + link_description: "Download", + link: "https://drive.google.com/file/d/1_RlabQgoU0Oebg8tYlZFEXt72tf9O-Re/view?usp=sharing" + %} + {% + include "agent_resources", + title: "Open house checklist", + description: "Conduct your next open house with ease by following these steps shared by top hh agents", + link_description: "Download", + link: "https://drive.google.com/open?id=1QmtDkF3a8-_HkMtSCe1uJt9Kc9AJAWYS" + %} + + {% + include "agent_resources", + title: "Hosting another agent's open house checklist", + description : "Ensure the most successful search and tour experience for your buyer(s)", + link_description: "Download", + link: "https://drive.google.com/open?id=1WiSZYlPgo3xb2lwagSciy0QlhBtKx4UT" + %} + {% + include "agent_resources", + title: "Broker open house / Broker tour checklist", + description: "Suggested steps to help you prepare for a successful broker open house", + link_description: "Download", + link: "https://drive.google.com/open?id=1XodAS9woCcg3gJXapH7d6JQJv7345MRf" + %} + + +
    +
    diff --git a/Custom_Templates/customer_templates/HowardHanna/_recordings.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_recordings.html.liquid new file mode 100644 index 00000000..71d4a9ef --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_recordings.html.liquid @@ -0,0 +1,19 @@ +
    +
    + +
    +

    + {{ title }} +

    +
    + {{ card_arrow }} +
    +
    +

    {{ description }}

    +
    +
    +

    {{ topic }}

    +
    +
    +
    \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/_search_form.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_search_form.html.liquid new file mode 100644 index 00000000..679d3cd4 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_search_form.html.liquid @@ -0,0 +1,19 @@ + diff --git a/Custom_Templates/customer_templates/HowardHanna/_styles_at.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_styles_at.html.liquid new file mode 100644 index 00000000..530ebb74 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_styles_at.html.liquid @@ -0,0 +1,7841 @@ + diff --git a/Custom_Templates/customer_templates/HowardHanna/_styles_hh.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_styles_hh.html.liquid new file mode 100644 index 00000000..bb0d0c2d --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_styles_hh.html.liquid @@ -0,0 +1,7830 @@ + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/_styles_rand.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_styles_rand.html.liquid new file mode 100644 index 00000000..398be8cc --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_styles_rand.html.liquid @@ -0,0 +1,7799 @@ + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/_training_event.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_training_event.html.liquid new file mode 100644 index 00000000..5b8a9f36 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_training_event.html.liquid @@ -0,0 +1,44 @@ +
  • +
    +
    +
    +
    {{ training_event.title }}
    +
    {{ training_event.type }}
    +
    +
    +
    +
    +
      + {% for session in training_event.sessions limit: 3 %} + {% include "training_session", session: session, offset: 0, class_name: "" %} + {% endfor %} + + {% for session in training_event.sessions offset: 3 %} + {% include "training_session", session: session, offset: 3, class_name: "hideable uk-hidden" %} + {% endfor %} +
    + {% if training_event.sessions.size > 3 %} + + {% t .view_more %} + {% t .collapse %} + + {% endif %} +
    +
    +
    +
  • \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/_training_session.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_training_session.html.liquid new file mode 100644 index 00000000..6515f891 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_training_session.html.liquid @@ -0,0 +1,29 @@ +
  • + +
    + {% t .name %} {{ forloop.index | plus: offset }} + + {{session.registration_status}} + + {% for group in current_person.groups %} + {% if group.enrollment_code == "1817d8c96780f13abbf0f2023e3b26b3bd43d248" %} + + {{ session.session_date }} + + {% endif %} + {% endfor %} +
    + + VIEW + +
  • \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/_upcoming_webinars.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_upcoming_webinars.html.liquid new file mode 100644 index 00000000..072f8e38 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_upcoming_webinars.html.liquid @@ -0,0 +1,16 @@ +
    + +
    + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/_virtual_workshops.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_virtual_workshops.html.liquid new file mode 100644 index 00000000..3f672a3e --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_virtual_workshops.html.liquid @@ -0,0 +1,93 @@ +{% if isAllenTate %} +
    +
    +
    +
    +

    Events

    +

    + Your access to scheduled, live class registration. Attend a live class delivered anywhere! Register now, right here! +

    +

    +
    + {% if training_events.empty? %} +
    +

    {% t .no_events %}

    +

    {% t .check_later %}

    +
    + {% else %} +
    +
    +
      + {% for training_event in training_events %} + {% include "training_event" training_event = training_event %} + {% endfor %} +
    +
    +
    + {% endif %} +
    +
    +
    +
    +
    + +{% elsif isHowardHanna %} +
    +
    +
    +
    +

    Virtual Workshops

    +

    + Your access to scheduled, live class registration. Attend a live class delivered anywhere! Register now, right here! +

    +

    +
    + {% if training_events.empty? %} +
    +

    There are no upcoming events

    +

    check back again later.

    +
    + {% else %} +
    +
    +
      + {% for training_event in training_events %} + {% include "training_event" training_event = training_event %} + {% endfor %} +
    +
    +
    + {% endif %} +
    +
    +
    +
    +
    + +{% elsif isRandRealty %} +
    +
    +
    +
    +

    Virtual Workshops

    +

    + Your access to scheduled, live class registration. Attend a live class delivered anywhere! Register now, right here! +

    +

    +
    +
    +
    +
      + {% for training_event in training_events %} + {% include "training_event" training_event = training_event %} + {% endfor %} +
    +
    +
    +
    + +
    +
    +
    +
    +{% endif %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/_winEveryListing.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_winEveryListing.html.liquid new file mode 100644 index 00000000..fd8c2a90 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_winEveryListing.html.liquid @@ -0,0 +1,45 @@ + +
    +
    + {% + include "agent_resources", + title: "Pre- & post-listing presentation meeting checklist", + description: "Recommended steps ensure you have the most successful listing presentation", + link_description: "Download", + link: "https://drive.google.com/open?id=1SNeY6KYfwR3a8204SvFzJA1VBvnNN1Xq" + %} + {% + include "agent_resources", + title: "Four ways to attract a tech-savvy client", + description: "Brush up on your top talking points for a listing presentation with a tech-savvy seller", + link_description: "Download", + link: "https://drive.google.com/open?id=1AviPzxKfdwNAzfToH8pZLcVIIcwCbbMk" + %} + + {% + include "agent_resources", + title: "Three reasons why sellers in a luxury market should choose to work with hh", + description: "Brush up on your top talking points for a listing presentation with an affluent seller", + link_description: "Download", + link: "https://drive.google.com/file/d/1xsvjtU9Lu1QBrdi3ZbpQQTtISPvGQDom/view" + %} + + {% + include "agent_resources", + title: "Three ways hh elevates your value as an agent", + description: "Resource for summarizing the incredible advantages hh agents have for a potential client", + link_description: "Download", + link: "https://drive.google.com/open?id=1WRyvp0g7rRB7lEY7PW6C0aYs-HRMnjFM" + %} + {% + include "agent_resources", + title: "Three ways to sell hh' marketing offering", + description: "Define your top talking points for sellers who value marketing above all else", + link_description: "Download", + link: "https://drive.google.com/open?id=1W2-gwvGkh76dKmixvz_45y5j654AcXkR" + %} + + + +
    +
    diff --git a/Custom_Templates/customer_templates/HowardHanna/_workingWithBuyers.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_workingWithBuyers.html.liquid new file mode 100644 index 00000000..debabc66 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_workingWithBuyers.html.liquid @@ -0,0 +1,34 @@ + +
    +
    + {% + include "agent_resources", + title: "Buyer Consultation Checklist", + description: "Plan and prioritize each step needed to best assist buyers during the home purchase process", + link_description: "Download", + link: "https://drive.google.com/open?id=1xe31zfqnCooVyimo7BCVHjt9IchLQVNu" + %} + {% + include "agent_resources", + title: "Buyer Search Process Checklist", + description: "Plan and prioritize each step of working with a Buyer client through their home sale", + link_description: "Download", + link: "https://drive.google.com/open?id=1O-xKez0jf0bb3NQ0g0FxE3RbUE8z65NS" + %} + {% + include "agent_resources", + title: "How to ensure a smooth closing for your Buyer", + description: "Suggested steps to ensure a smooth closing for your buyers", + link_description: "Download", + link: "https://drive.google.com/open?id=1d2I_nbTy5hGWp5Wk3W-ZfiRejJuALwcI" + %} + {% + include "agent_resources", + title: "Buyer Questionnaire", + description: "Questionnaire to guide planning and prioritization for each step of working with a Buyer client", + link_description: "Download", + link: "https://drive.google.com/open?id=17BXpFBrW44a1BMkUesXW-TfFhtjPrMjn" + %} + +
    +
    diff --git a/Custom_Templates/customer_templates/HowardHanna/_workshops_and_events_custom_page.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_workshops_and_events_custom_page.html.liquid new file mode 100644 index 00000000..0a80e744 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_workshops_and_events_custom_page.html.liquid @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/course_cover.html.liquid b/Custom_Templates/customer_templates/HowardHanna/course_cover.html.liquid new file mode 100644 index 00000000..d8bc918d --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/course_cover.html.liquid @@ -0,0 +1,199 @@ + + +
    +
    + +
    + +
    + {% if current_school.logo_url %} + + + + + {% else %} + {{ current_school.name }} + {% endif %} +
    +
    + +{% if preview_banner %} + {{ preview_banner }} +{% endif %} + +
    + {% comment %} {% endcomment %} +

    {{ course.superscript }}

    + {% if course.learner_can_retake? %} +
    + +
    + {% else %} + {{ course.start_or_continue }} + + {% endif %} + + {% if current_school.filtering_enabled? %} +

    {{ course.course_category_names }}

    + {% endif %} +

    {{ course.name }}

    +
    + + +
    +
    + +

    {{ course.about_label }}

    +

    {{ course.full_description }}

    +
    + + {% if course.instructors.count > 0 %} +
    +

    {{ course.instructors_title }}

    + {% for instructor in course.instructors %} +
    +
    + {{ instructor.name }} +

    {{ instructor.name }}

    +
    {{ instructor.title }}
    +
    +
    {{ instructor.bio }}
    +
    + {% endfor %} +
    + {% endif %} + +
    + {{ upcoming_events }} +
    + + +
    + + {% if course.has_outline? %} +
    +

    {{ course.progress_title }}

    + {{ course.progress_bar }} + +

    {{ course.outline_label }}

    +
      + {% for section in learner_syllabus.sections %} +
    1. +

      {{ section.name }}

      + {% if section.will_be_published? %} +
      + {% t .scheduled_info %} {{ section.published_at }} +
      + {% else %} +
        + {% for activity in section.activities %} +
      1. + {% if activity.locked? %} + + {% if activity.milestone? %} + + {% endif %} + {{ activity.title }} + + {% else %} + + {% if activity.milestone? %} + + {% endif %} + {{ activity.title }} + + {% endif %} +
      2. + {% endfor %} +
      + {% endif %} +
    2. + {% endfor %} +
    +
    + {% endif %} +
    +
    + + + +{% for group in current_person.groups %} + {% if group.enrollment_code == "1817d8c96780f13abbf0f2023e3b26b3bd43d248" %} + + + {% endif %} +{% endfor %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/course_details.html.liquid b/Custom_Templates/customer_templates/HowardHanna/course_details.html.liquid new file mode 100644 index 00000000..f1cb3d8a --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/course_details.html.liquid @@ -0,0 +1,97 @@ +
    +

    {{ course.name }}

    +
    + +
    +
    +
    +
    + {% if course.promo_video_embed %} +
    + {{ course.promo_video_embed }} +
    + {% else %} + {{ course.name }} + {% endif %} +
    + +
    +
    + {{ course.short_description }} +
    + + {% if current_person.enrolled_in_course? %} + {{ course.go_to_label }} + {% elsif course.payment_required? %} + + {{ course.buy_label }} - {{ course.formatted_price }} + + {% else %} +
    + +
    + {% endif %} + + {% unless current_school.disable_social_share? %} +
    + {{ course.social_links }} +
    + {% endunless %} +
    +
    +
    +
    + +
    +
    +
    +

    {{ course.outline_label }}

    +
    + {% for section in course.published_sections %} +
    +

    {{ section.name }}

    +
      + {% for activity in section.activities %} +
    1. + {{ activity.title }} +
    2. + {% endfor %} +
    +
    + {% endfor %} +
    +
    +
    +

    {{ course.about_label }}

    +
    + {{ course.full_description }} +
    + {% if course.instructors.count > 0 %} +

    {% pluralize course.instructors.count, .instructor_bio_title %}

    + {% for instructor in course.instructors %} +
    +
    +
    + {{ instructor.name }} +
    +
    +
    +
    + {% if instructor.name or instructor.title %} +

    {% if instructor.name %}{{ instructor.name }}{% endif %}{% if instructor.title %}, {{ instructor.title }}{% endif %}

    + {% endif %} + {{ instructor.bio }} +
    +
    +
    + {% endfor %} + {% endif %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/HowardHanna/course_index.html.liquid b/Custom_Templates/customer_templates/HowardHanna/course_index.html.liquid new file mode 100644 index 00000000..02f13d10 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/course_index.html.liquid @@ -0,0 +1,22 @@ +
    + {% if course_catalog.headline or course_catalog.subheadline %} +
    + {% if courses %} +

    {{ course_catalog.headline }}

    + + {% else %} +

    {{ course_catalog.headline_empty_collection }}

    + + {% endif %} +
    + {% endif %} +
    + +
    +
    diff --git a/Custom_Templates/customer_templates/HowardHanna/custom_javascript.html.liquid b/Custom_Templates/customer_templates/HowardHanna/custom_javascript.html.liquid new file mode 100644 index 00000000..e69de29b diff --git a/Custom_Templates/customer_templates/HowardHanna/custom_javascript_v1.html.liquid b/Custom_Templates/customer_templates/HowardHanna/custom_javascript_v1.html.liquid new file mode 100644 index 00000000..e69de29b diff --git a/Custom_Templates/customer_templates/HowardHanna/custom_javascript_v2.html.liquid b/Custom_Templates/customer_templates/HowardHanna/custom_javascript_v2.html.liquid new file mode 100644 index 00000000..e69de29b diff --git a/Custom_Templates/customer_templates/HowardHanna/custom_javascript_v3.html.liquid b/Custom_Templates/customer_templates/HowardHanna/custom_javascript_v3.html.liquid new file mode 100644 index 00000000..9dda623b --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/custom_javascript_v3.html.liquid @@ -0,0 +1,224 @@ + + +{% assign rand_realty_groups = "8f637c703ec45ac5dec70ee9517155aa0d9775c2,613932dbeb1595c00b78de8d1860a3bfdb479b22,176629fa82da1d03f3d58c81e751e61b9836a46d,91ee3a2db2f3f8b71a9d6a2d664781c8ed10e5cb,e9d26fef9adb61c4b523a273aba18c35d40b7a94,a468fb6f64f5af9757d7f60891d2240c7ea43c1e,9a70c58d13cabfc6a1b3bf63f14caaaf097fc43e,32ada17825448e171287f0c7625e2ad1ed051b0f" | split:","%} +{% assign isAllenTate = false %} +{% assign isHowardHanna = false %} +{% assign isRandRealty = false %} +{% for group in current_person.groups %} + {% if group.enrollment_code == "1817d8c96780f13abbf0f2023e3b26b3bd43d248" %} + {% assign isAllenTate = true %} + {% elsif group.enrollment_code == "ccd2aa2f1e41ebbac8fa878f806e3ccc20ae3f38" or + group.enrollment_code == "aa6fe8d22ec1e75d2e8c54c6d5452dcd585e415d" %} + {% assign isHowardHanna = true %} + {% elsif rand_realty_groups contains group.enrollment_code %} + {% assign isRandRealty = true %} + {% endif %} +{% endfor %} + +{% capture uuids %}{% for course in my_content.courses %}{{ course.name}},{{ course.id }};{% endfor %}{% endcapture%} +{% if isAllenTate %} + + +{% endif %} + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/custom_page.html.liquid b/Custom_Templates/customer_templates/HowardHanna/custom_page.html.liquid new file mode 100644 index 00000000..57aeff68 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/custom_page.html.liquid @@ -0,0 +1,20 @@ +{% assign rand_realty_groups = "8f637c703ec45ac5dec70ee9517155aa0d9775c2,613932dbeb1595c00b78de8d1860a3bfdb479b22,176629fa82da1d03f3d58c81e751e61b9836a46d,91ee3a2db2f3f8b71a9d6a2d664781c8ed10e5cb,e9d26fef9adb61c4b523a273aba18c35d40b7a94,a468fb6f64f5af9757d7f60891d2240c7ea43c1e,9a70c58d13cabfc6a1b3bf63f14caaaf097fc43e,32ada17825448e171287f0c7625e2ad1ed051b0f" | split:","%} +{% assign isAllenTate = false %} +{% assign isHowardHanna = false %} +{% assign isRandRealty = false %} +{% for group in current_person.groups %} + {% if group.enrollment_code == "1817d8c96780f13abbf0f2023e3b26b3bd43d248" %} + {% assign isAllenTate = true %} + {% elsif group.enrollment_code == "ccd2aa2f1e41ebbac8fa878f806e3ccc20ae3f38" or + group.enrollment_code == "aa6fe8d22ec1e75d2e8c54c6d5452dcd585e415d" %} + {% assign isHowardHanna = true %} + {% elsif rand_realty_groups contains group.enrollment_code %} + {% assign isRandRealty = true %} + {% endif %} +{% endfor %} + +{% if custom_page.content contains "this is calendar" %} + {% include "calendar_custom_page" %} +{% elsif custom_page.content contains "these are workshops and events" %} + {% include "workshops_and_events_custom_page" %} +{% endif %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/discover_events.html.liquid b/Custom_Templates/customer_templates/HowardHanna/discover_events.html.liquid new file mode 100644 index 00000000..49ccb96d --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/discover_events.html.liquid @@ -0,0 +1,70 @@ +{% assign rand_realty_groups = "8f637c703ec45ac5dec70ee9517155aa0d9775c2,613932dbeb1595c00b78de8d1860a3bfdb479b22,176629fa82da1d03f3d58c81e751e61b9836a46d,91ee3a2db2f3f8b71a9d6a2d664781c8ed10e5cb,e9d26fef9adb61c4b523a273aba18c35d40b7a94,a468fb6f64f5af9757d7f60891d2240c7ea43c1e,9a70c58d13cabfc6a1b3bf63f14caaaf097fc43e,32ada17825448e171287f0c7625e2ad1ed051b0f" | split:","%} +{% assign isAllenTate = false %} +{% assign isHowardHanna = false %} +{% assign isRandRealty = false %} +{% for group in current_person.groups %} + {% if group.enrollment_code == "1817d8c96780f13abbf0f2023e3b26b3bd43d248" %} + {% assign isAllenTate = true %} + {% elsif group.enrollment_code == "ccd2aa2f1e41ebbac8fa878f806e3ccc20ae3f38" or + group.enrollment_code == "aa6fe8d22ec1e75d2e8c54c6d5452dcd585e415d" %} + {% assign isHowardHanna = true %} + {% elsif rand_realty_groups contains group.enrollment_code %} + {% assign isRandRealty = true %} + {% endif %} +{% endfor %} + +{% if isRandRealty %} + {% include "styles_rand" %} +{% elsif isAllenTate %} + {% include "styles_at" %} +{% elsif isHowardHanna %} + {% include "styles_hh" %} +{% endif %} + +
    +
    + {% if isHowardHanna %} +

    Live Virtual Workshops

    + {% elsif isRandRealty %} +

    Training & Events Calendar

    + {% elsif isAllenTate %} +

    Events

    + {% endif %} + +

    Your access to scheduled, live class registration. Attend a live class delivered anywhere! Register now, right here!


    +

    +
    + + {% if training_events.empty? %} + {% unless isRandRealty %} +
    +

    {% t .no_events %}

    +

    {% t .check_later %}

    +
    + {% endunless %} + {% else %} +
    +
    +
      + {% for training_event in training_events %} + {% include "training_event" training_event = training_event %} + {% endfor %} +
    +
    +
    + {% endif %} + + {% include 'calendar' %} +
    + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/homepage.html.liquid b/Custom_Templates/customer_templates/HowardHanna/homepage.html.liquid new file mode 100644 index 00000000..fa4541c8 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/homepage.html.liquid @@ -0,0 +1,75 @@ + + +{% assign rand_realty_groups = "8f637c703ec45ac5dec70ee9517155aa0d9775c2,613932dbeb1595c00b78de8d1860a3bfdb479b22,176629fa82da1d03f3d58c81e751e61b9836a46d,91ee3a2db2f3f8b71a9d6a2d664781c8ed10e5cb,e9d26fef9adb61c4b523a273aba18c35d40b7a94,a468fb6f64f5af9757d7f60891d2240c7ea43c1e,9a70c58d13cabfc6a1b3bf63f14caaaf097fc43e,32ada17825448e171287f0c7625e2ad1ed051b0f" | split:","%} +{% assign isAllenTate = false %} +{% assign isHowardHanna = false %} +{% assign isRandRealty = false %} +{% for group in current_person.groups %} + {% if group.enrollment_code == "1817d8c96780f13abbf0f2023e3b26b3bd43d248" %} + {% assign isAllenTate = true %} + {% elsif group.enrollment_code == "ccd2aa2f1e41ebbac8fa878f806e3ccc20ae3f38" or + group.enrollment_code == "aa6fe8d22ec1e75d2e8c54c6d5452dcd585e415d" %} + {% assign isHowardHanna = true %} + {% elsif rand_realty_groups contains group.enrollment_code %} + {% assign isRandRealty = true %} + {% endif %} +{% endfor %} + +{% if isAllenTate %} + {% include "styles_at" %} +{% elsif isHowardHanna %} + {% include "styles_hh" %} +{% endif %} + +{% comment %} Hero Image {% endcomment %} +{% include 'hero_image' %} + +{%- comment -%} Virtual Workshops {%- endcomment -%} +{% if isAllenTate %} + {% include 'virtual_workshops' %} +{% endif %} + +{%- comment -%} Course Library {%- endcomment -%} +{% include 'course_library' %} + +{% if isHowardHanna or isRandRealty %} + {%- comment -%} Virtual Workshops {%- endcomment -%} + {% include 'virtual_workshops' %} +{% endif %} + +{%- comment -%} Calendar {%- endcomment -%} +{% include 'calendar' %} + +{%- comment -%} Resources {%- endcomment -%} +{% include 'checklists_and_resources' %} + +{% assign updated_at = current_person.properties.last_group_update | date: '%s'%} +{% assign date_to_compare = 4 | time_ago: "days" | date: '%s' %} +{% if updated_at < date_to_compare%} + +{% endif %} diff --git a/Custom_Templates/customer_templates/HowardHanna/learning_path_cover.html.liquid b/Custom_Templates/customer_templates/HowardHanna/learning_path_cover.html.liquid new file mode 100644 index 00000000..43f9d65b --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/learning_path_cover.html.liquid @@ -0,0 +1,9 @@ +{% include "learning_path_cover_header" %} + +{% if preview_banner %} + {{ preview_banner }} +{% endif %} + +
    + {% include "learning_path_cover_content" %} +
    diff --git a/Custom_Templates/customer_templates/HowardHanna/learning_path_details.html.liquid b/Custom_Templates/customer_templates/HowardHanna/learning_path_details.html.liquid new file mode 100644 index 00000000..0d9ea089 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/learning_path_details.html.liquid @@ -0,0 +1,64 @@ +
    +

    + {{ learning_path.name }} +

    +
    + +
    +
    +
    +
    + {{ learning_path.name }} +
    + +
    +
    + {{ learning_path.description }} +
    + + {% learning_path_next_step_button learning_path, class: "uk-button uk-button-primary uk-button-large" %} +
    +
    +
    +
    + +
    +
    +
    +

    {{ learning_path.outline_label }}

    +
    + {% for item in learning_path.items %} +
    +

    {{ item.name }}

    +
    + {% endfor %} +
    +
    +
    +

    {{ learning_path.about_label }}

    +
    + {{ learning_path.description }} +
    + {% if learning_path.instructors.count > 0 %} +

    {% pluralize learning_path.instructors.count, .instructor_bio_title %}

    + {% for instructor in learning_path.instructors %} +
    +
    +
    + {{ instructor.name }} +
    +
    +
    +
    + {% if instructor.name or instructor.title %} +

    {% if instructor.name %}{{ instructor.name }}{% endif %}{% if instructor.title %}, {{ instructor.title }}{% endif %}

    + {% endif %} + {{ instructor.bio }} +
    +
    +
    + {% endfor %} + {% endif %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/HowardHanna/learning_path_summary.html.liquid b/Custom_Templates/customer_templates/HowardHanna/learning_path_summary.html.liquid new file mode 100644 index 00000000..768e5da0 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/learning_path_summary.html.liquid @@ -0,0 +1,10 @@ +{% include "learning_path_cover_header" %} + +{% if preview_banner %} + {{ preview_banner }} +{% endif %} + +
    + {% include "learning_path_banners" %} + {% include "learning_path_cover_content" %} +
    diff --git a/Custom_Templates/customer_templates/HowardHanna/learning_paths_index.html.liquid b/Custom_Templates/customer_templates/HowardHanna/learning_paths_index.html.liquid new file mode 100644 index 00000000..86e4fca6 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/learning_paths_index.html.liquid @@ -0,0 +1,16 @@ +
    +
    +

    + {% t .discover_learning_paths %} +

    +
    +
    + +
    + +
    +
    diff --git a/Custom_Templates/customer_templates/HowardHanna/login.html.liquid b/Custom_Templates/customer_templates/HowardHanna/login.html.liquid new file mode 100644 index 00000000..e9111d33 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/login.html.liquid @@ -0,0 +1,41 @@ +
    +
    +

    {% t .title %}

    + +
    +
    + {% form_authenticity_token %} + +
    +
    + +
    +
    +
    + +
    +
    +

    + {% t .reset_password %} + {% if current_school.account_creation_enabled? %} +  |  + {% t .create_account %} + {% endif %} +

    +
    +
    +

    + {% if current_school.request_access_enabled? %} + {{ current_school.request_access_label }} + {% endif %} +

    +
    +
    +
    +
    +
    + diff --git a/Custom_Templates/customer_templates/HowardHanna/my_content.html.liquid b/Custom_Templates/customer_templates/HowardHanna/my_content.html.liquid new file mode 100644 index 00000000..22fc9dc6 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/my_content.html.liquid @@ -0,0 +1,117 @@ +{% for group in current_person.groups %} + {% if group.enrollment_code == "176629fa82da1d03f3d58c81e751e61b9836a46d" %} + {% include "styles_hh" %} + {% elsif group.enrollment_code == "1817d8c96780f13abbf0f2023e3b26b3bd43d248" %} + {% include "styles_at" %} + {% elsif group.enrollment_code == "ccd2aa2f1e41ebbac8fa878f806e3ccc20ae3f38" or + group.enrollment_code == "aa6fe8d22ec1e75d2e8c54c6d5452dcd585e415d" %} + {% include "styles_hh" %} + {% endif %} +{% endfor %} + +{% assign card_arrow = + '' +%} + +{% assign external_icon = + '' +%} + +{% assign download_icon = + '' +%} + +
    +
    + {% if current_school.apps.instructor_led_training.active? %} + {% if current_person.upcoming_registered_events.any? %} + {% include "events" %} + {% else %} + {% include "events_empty" %} + {% endif %} + {% endif %} + + {% if my_content.learning_paths? %} + {% include "my_paths" %} + {% endif %} + +
    +
    +

    My Courses

    +

    + +

    +
    +
    + +
    + {% comment %} {% include "filters" with "" %} {% endcomment %} + {% if current_school.filtering_enabled? and current_person.filterable_categories.count > 0 %} +
    + {% else %} +
    + {% endif %} +
      + {% for course in my_content.courses %} + {% if course.progress < 100 and course.progress > 0 %} + {% include "course" %} + {% endif %} + {% endfor %} +
    +
    +
    + +
    +
    +

    Completed Courses

    +

    + +

    +
    +
    + +
    + {% comment %} {% include "filters" with "" %} {% endcomment %} + {% if current_school.filtering_enabled? and current_person.filterable_categories.count > 0 %} +
    + {% else %} +
    + {% endif %} +
      + {% for course in my_content.courses %} + {% if course.progress == 100 %} + {% include "course" %} + {% endif %} + {% endfor %} +
    +
    +
    +
    +
    + diff --git a/Custom_Templates/customer_templates/HowardHanna/not_found.html.liquid b/Custom_Templates/customer_templates/HowardHanna/not_found.html.liquid new file mode 100644 index 00000000..13960aaf --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/not_found.html.liquid @@ -0,0 +1,12 @@ +
    +
    +

    {% t .headline %}

    +
    + +
    +
    +

    {% t .subheadline %}

    +

    {% t .home %}

    +
    +
    +
    diff --git a/Custom_Templates/customer_templates/HowardHanna/private_certificate.html.liquid b/Custom_Templates/customer_templates/HowardHanna/private_certificate.html.liquid new file mode 100644 index 00000000..408d364f --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/private_certificate.html.liquid @@ -0,0 +1,9 @@ +{% include "certificates_top_bar" %} +
    +
    +
    + {% include "certificates_preview" %} + {% include "certificates_info_column" %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/HowardHanna/public_certificate.html.liquid b/Custom_Templates/customer_templates/HowardHanna/public_certificate.html.liquid new file mode 100644 index 00000000..408d364f --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/public_certificate.html.liquid @@ -0,0 +1,9 @@ +{% include "certificates_top_bar" %} +
    +
    +
    + {% include "certificates_preview" %} + {% include "certificates_info_column" %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/HowardHanna/server_error.html.liquid b/Custom_Templates/customer_templates/HowardHanna/server_error.html.liquid new file mode 100644 index 00000000..d6a6c804 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/server_error.html.liquid @@ -0,0 +1,12 @@ +
    +
    +

    {% t .headline %}

    +
    + +
    +
    +

    {% t .subheadline %}

    +

    {% t .home %}

    +
    +
    +
    diff --git a/Custom_Templates/customer_templates/HowardHanna/styles.css.liquid b/Custom_Templates/customer_templates/HowardHanna/styles.css.liquid new file mode 100644 index 00000000..d04836b5 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/styles.css.liquid @@ -0,0 +1,399 @@ +body { + background: white !important; + color: black !important; +} + + @font-face { + font-family:"avenir"; + src:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/fonts/Avenir.ttc") format("truetype"); + } + + @font-face { + font-family:"avenir-next"; + src:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/fonts/Avenir+Next.ttc") format("truetype"); + } + + @font-face { + font-family:"avenir-next-condensed"; + src:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/fonts/Avenir+Next+Condensed.ttc") format("truetype"); + } + + @font-face { + font-family:"avenir-next-lt-pro-bold"; + src:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/fonts/AvenirNextLTPro-Bold.ttf") format("truetype"); + } + + @font-face { + font-family:"avenir-next-lt-pro-cn-it"; + src:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/fonts/AvenirNextLTPro-CnIt.ttf") format("truetype"); + } + + @font-face { + font-family:"avenir-next-lt-pro-demi"; + src:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/fonts/AvenirNextLTPro-Demi.ttf") format("truetype"); + } + + @font-face { + font-family:"avenir-next-lt-pro-heavy"; + src:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/fonts/AvenirNextLTPro-Heavy.ttf") format("truetype"); + } + + @font-face { + font-family:"avenir-next-lt-pro-regular"; + src:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/fonts/AvenirNextLTPro-Regular.ttf") format("truetype"); + } + + + body { + font-family: "avenir", sans-serif !important; + } + + h1, h2, h3, h4, h5, h6 { + font-family: "avenir", sans-serif !important; + } + + .uk-navbar-nav>li>a { + font-family: "avenir", sans-serif !important; + } + +html *:not(i) { + font-family: "avenir" !important; + letter-spacing: 0.01em !important; +} + +.footer-bottom { + background-color: white !important; +} +.header-lines { + background: white !important; + height: auto !important; +} + +.hh-search .search { + line-height: 30px !important; + width: 110px; +} + +.preview-banner { + display: none; +} + +.decorative-font { + font-family: "avenir" !important; +} + +.hero__image { + background-position: center !important; +} + +.hh-cat-header { + font-size: 2em !important; + font-weight: 100 !important; +} +.course-details__desc { + min-height: 9em !important; +} +.hh-cat-header h2 { + border-bottom: 1px solid #b8b8b8; + font-size: 0.9em !important; + font-family: "avenir" !important; + +} + +h1, h2, h3 { + font-family: "avenir" !important; +} + +.workshop__course-title-text, +.uk-button-link { + color: black !important; +} + +/* 1079 */ +@media screen and (max-width: 1214px) { + .marketing-nav__logo { + margin-top: 19px !important; + } + .marketing-nav__logo a img { + width: 250px !important; + } + +} +.school-website-header { + background: white !important; +} +#mobile-search { + height: 100px +} +.uk-offcanvas-bar { + background: transparent !important; +} +.marketing-button--small { + color: white !important; +} +h2 { + color: black !important; +} + +.hh-mobile-nav { + display: none; +} +@media screen and (max-width: 969px) { + .hh-mobile-nav { + display: block !important; + } + .hh-desktop-nav { + display: none !important; + } +} + + +@media screen and (max-width: 550px) { + .marketing-nav__logo { + margin-top: 25px !important; + } + .marketing-nav__logo a img { + width: 200px !important; + } + +} + +@media screen and (min-width: 1040px) { + .heading--hero { + margin-top: 1em !important; + } +} + + +@media screen and (max-width: 1080px) { + .heading--hero { + margin-top: 0.6em !important; + } +} + +@media screen and (max-width: 620px) { + .heading--hero { + margin-top: 0 !important; + } +} + +@media screen and (max-width: 641px) { + .hero__image { + background-size: contain !important; + background-repeat-x: no-repeat !important; + background-repeat-y: no-repeat !important; + background-position: bottom !important; + } + nav.hh-margin-t { + margin-top: 0 !important; + } +} + +.hero__image { + background-repeat: no-repeat !important; +} + +@media screen and (max-width: 607px) { + .hero__image { + height: 24em !important; + } +} + +.course-details__desc { + padding-top: 7px !important; +} + +.templates-header a { + color: #0061df !important; +} + +.marketing-nav__item--user { + color: black !important; +} +.footer-bottom__links>a { + color: black !important; +} + +.marketing-button { + background-color: #000000 !important; +} + +.styled-links::before { + display: none !important; +} + +.hh-margin-b { + margin-bottom: 30px !important; +} +.hh-margin-t { + margin-top: 30px !important; +} + +.hh-padding-b { + padding-bottom: 30px !important; +} +.hh-padding-t { + padding-top: 30px !important; +} + +@media screen and (min-width: 46.875em) { + .workshop__item .grid__item--tablet-up-third, + .hh-desc { + width: 58% !important; + } +} + +.course-details__name { + min-height: 2.8em !important; +} + +.marketing-nav__item { + font-size: 15px !important; +} +.slick-prev:before, .slick-next:before { + color: #09529b !important; +} +.searchables { + display:none +} + +.marketing-nav__logo__shopify,.marketing-nav__hamburger,.marketing-nav__arrow,.drawer__close-button{background-repeat:no-repeat;background-size:contain}.marketing-nav__logo__shopify{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20608%20173.7%22%3E%3Cpath%20fill=%22%2395BF47%22%20d=%22M130.6%2033c-.1-.9-.9-1.3-1.5-1.4-.6-.1-13.7-1-13.7-1s-9.1-9-10-10c-1-1-2.9-.7-3.7-.5-.1%200-2%20.6-5.1%201.6C93.7%2013%2088.3%205%2078.9%205h-.8c-2.7-3.5-6-5.1-8.8-5.1C47.4%200%2037%2027.3%2033.7%2041.2c-8.5%202.6-14.5%204.5-15.3%204.7-4.7%201.5-4.9%201.6-5.5%206.1C12.4%2055.5%200%20151.5%200%20151.5l96.7%2018.1%2052.4-11.3c0-.1-18.4-124.4-18.5-125.3zm-39.3-9.6c-2.4.8-5.2%201.6-8.2%202.5v-1.8c0-5.4-.8-9.8-2-13.2%204.9.7%208.2%206.2%2010.2%2012.5zM75.2%2012c1.3%203.4%202.2%208.2%202.2%2014.7v.9c-5.3%201.6-11.1%203.4-16.9%205.2%203.3-12.4%209.4-18.5%2014.7-20.8zm-6.5-6.1c.9%200%201.9.3%202.8.9-7%203.3-14.5%2011.6-17.7%2028.2-4.6%201.4-9.2%202.8-13.4%204.1C44.2%2026.5%2053%205.9%2068.7%205.9z%22/%3E%3Cpath%20fill=%22%235E8E3E%22%20d=%22M129.1%2031.6c-.6-.1-13.7-1-13.7-1s-9.1-9-10-10c-.4-.4-.9-.6-1.4-.6l-7.3%20149.6%2052.4-11.3S130.7%2033.9%20130.6%2033.1c-.1-.9-.9-1.4-1.5-1.5z%22/%3E%3Cpath%20fill=%22%23FFF%22%20d=%22M78.9%2060.6l-6.5%2019.2s-5.7-3-12.6-3c-10.2%200-10.7%206.4-10.7%208%200%208.8%2022.9%2012.1%2022.9%2032.7%200%2016.2-10.3%2026.6-24.1%2026.6-16.6%200-25.1-10.3-25.1-10.3l4.4-14.7s8.7%207.5%2016.1%207.5c4.8%200%206.8-3.8%206.8-6.6%200-11.5-18.8-12-18.8-30.8C31.3%2073.4%2042.7%2058%2065.6%2058c9%20.1%2013.3%202.6%2013.3%202.6z%22/%3E%3Cpath%20d=%22M210.2%2096.6c-5.2-2.8-7.9-5.2-7.9-8.5%200-4.2%203.7-6.9%209.6-6.9%206.8%200%2012.8%202.8%2012.8%202.8l4.8-14.6s-4.4-3.4-17.3-3.4c-18%200-30.5%2010.3-30.5%2024.8%200%208.2%205.8%2014.5%2013.6%2019%206.3%203.6%208.5%206.1%208.5%209.9%200%203.9-3.1%207-9%207-8.7%200-16.9-4.5-16.9-4.5l-5.1%2014.6s7.6%205.1%2020.3%205.1c18.5%200%2031.8-9.1%2031.8-25.5.1-8.9-6.6-15.1-14.7-19.8zM284%2065.9c-9.1%200-16.3%204.3-21.8%2010.9l-.3-.1%207.9-41.4h-20.6l-20%20105.3h20.6l6.9-36c2.7-13.6%209.7-22%2016.3-22%204.6%200%206.4%203.1%206.4%207.6%200%202.8-.3%206.3-.9%209.1l-7.8%2041.2h20.6l8.1-42.6c.9-4.5%201.5-9.9%201.5-13.4-.1-11.6-6.2-18.6-16.9-18.6zm63.4%200c-24.8%200-41.2%2022.4-41.2%2047.3%200%2016%209.9%2028.8%2028.4%2028.8%2024.3%200%2040.8-21.8%2040.8-47.3%200-14.8-8.7-28.8-28-28.8zm-10.1%2060.3c-7%200-10-6-10-13.4%200-11.8%206.1-31.1%2017.3-31.1%207.3%200%209.7%206.3%209.7%2012.4%200%2012.7-6.1%2032.1-17%2032.1zm90.8-60.3c-13.9%200-21.8%2012.2-21.8%2012.2h-.3l1.2-11H389c-.9%207.5-2.5%2018.8-4.2%2027.3l-14.3%2075.4H391l5.7-30.5h.4s4.2%202.7%2012.1%202.7c24.2%200%2040-24.8%2040-49.9.1-13.8-6.1-26.2-21.1-26.2zm-19.7%2060.6c-5.4%200-8.5-3-8.5-3l3.4-19.3c2.4-12.8%209.1-21.4%2016.3-21.4%206.3%200%208.2%205.8%208.2%2011.3%200%2013.4-7.9%2032.4-19.4%2032.4zm70.3-90.2c-6.6%200-11.8%205.2-11.8%2011.9%200%206.1%203.9%2010.3%209.7%2010.3h.3c6.4%200%2011.9-4.3%2012.1-11.9%200-6-4-10.3-10.3-10.3zm-28.8%20104.2h20.6l14-73h-20.7m73.1-.1h-14.3l.7-3.4c1.2-7%205.4-13.3%2012.2-13.3%203.7%200%206.6%201%206.6%201l4-16.1s-3.6-1.8-11.2-1.8c-7.3%200-14.6%202.1-20.2%206.9-7%206-10.3%2014.6-11.9%2023.3l-.6%203.4h-9.6l-3%2015.5h9.6l-10.9%2057.6H509l10.9-57.6h14.2l2.8-15.5zm49.6.1s-12.9%2032.5-18.7%2050.2h-.3c-.4-5.7-5.1-50.2-5.1-50.2h-21.7l12.4%2067c.3%201.5.1%202.4-.4%203.4-2.4%204.6-6.4%209.1-11.2%2012.4-3.9%202.8-8.2%204.6-11.6%205.8l5.7%2017.5c4.2-.9%2012.8-4.3%2020.2-11.2%209.4-8.8%2018.1-22.4%2027-40.9l25.2-54h-21.5z%22/%3E%3C/svg%3E")}.marketing-nav__hamburger,.drawer__close-button{background-size:1.25em;background-position:center}.marketing-nav__hamburger{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2020%2020%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20%23212b35%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M19%2011H1c-.552%200-1-.447-1-1s.448-1%201-1h18c.552%200%201%20.447%201%201s-.448%201-1%201zm0-7H1c-.552%200-1-.447-1-1s.448-1%201-1h18c.552%200%201%20.447%201%201s-.448%201-1%201zm0%2014H1c-.552%200-1-.447-1-1s.448-1%201-1h18c.552%200%201%20.447%201%201s-.448%201-1%201z%22/%3E%3C/svg%3E%0A")}.drawer__close-button{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2020%2020%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20%23212b35%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M11.414%2010l6.293-6.293c.39-.39.39-1.023%200-1.414s-1.023-.39-1.414%200L10%208.586%203.707%202.293c-.39-.39-1.023-.39-1.414%200s-.39%201.023%200%201.414L8.586%2010l-6.293%206.293c-.39.39-.39%201.023%200%201.414.195.195.45.293.707.293s.512-.098.707-.293L10%2011.414l6.293%206.293c.195.195.45.293.707.293s.512-.098.707-.293c.39-.39.39-1.023%200-1.414L11.414%2010z%22/%3E%3C/svg%3E%0A")}.marketing-nav__arrow{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2010%205%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20%23919eab%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M0,0l5,5l5-5H0z%22/%3E%3C/svg%3E%0A")}.marketing-nav__item:hover .marketing-nav__arrow,.marketing-nav__item:focus .marketing-nav__arrow,.js-is-active .marketing-nav__item .marketing-nav__arrow{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2010%205%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20%23212b35%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M0,0l5,5l5-5H0z%22/%3E%3C/svg%3E%0A")}.marketing-nav__external-indicator{-webkit-transition:background-image 300ms;transition:background-image 300ms;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%207%207%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20%23919eab%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M7,7V0H0L7,7z%22/%3E%3C/svg%3E%0A")}.marketing-nav__item:hover .marketing-nav__external-indicator,.marketing-nav__item:focus .marketing-nav__external-indicator{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%207%207%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20%23212b35%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M7,7V0H0L7,7z%22/%3E%3C/svg%3E%0A")}.marketing-nav__secondary .marketing-nav__item:hover .marketing-nav__external-indicator,.marketing-nav__secondary .marketing-nav__item:focus .marketing-nav__external-indicator{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%207%207%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20%23212b35%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M7,7V0H0L7,7z%22/%3E%3C/svg%3E%0A")}.drawer .marketing-nav__external-indicator,.marketing-nav__secondary .marketing-nav__external-indicator{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%207%207%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20%23919eab%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M7,7V0H0L7,7z%22/%3E%3C/svg%3E%0A")}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}main{display:block;background-color:#ffffff}p,ul,ol{margin:0;padding:0}ul,ol{list-style:none}cite{font-style:normal}h1,h2,h3,h4,h5{margin-top:0}figure{margin-left:0;margin-right:0}audio,canvas,img,video{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}@media screen and (max-width: 67.4375em){input,textarea,select{font-size:1em}}.clearfix::after{content:'';display:table;clear:both}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.showvisuallyhidden,.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.is-transitioning{display:block !important;visibility:visible !important}.js-focus-hidden:focus{outline:none}a,button,[role='button'],input,label,select,textarea{-ms-touch-action:manipulation;touch-action:manipulation}button{background:none;margin:0;padding:0;border:0;border-radius:0;display:inline-block;cursor:pointer;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit}button::-moz-focus-inner,input[type='button']::-moz-focus-inner,input[type='submit']::-moz-focus-inner,input[type='reset']::-moz-focus-inner{padding:0;border:0}button:-moz-focusring,input[type='button']:-moz-focusring,input[type='submit']:-moz-focusring,input[type='reset']:-moz-focusring{outline:1px dotted ButtonText}#PageContainer{overflow:hidden;max-width:1600px;margin-left:auto;margin-right:auto}main{margin-left:auto;margin-right:auto;position:relative}main::after{content:'';display:table;clear:both}.page-container{margin-left:auto;margin-right:auto;position:relative;max-width:1600px}.page-container::after{content:'';display:table;clear:both}.page-width{margin-left:auto;margin-right:auto;position:relative;padding-left:30px;padding-right:30px}.page-width::after{content:'';display:table;clear:both}@media screen and (min-width: 67.5em){.page-width{width:990px}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.page-width{width:750px}}@media screen and (min-width: 67.5em){.page-width--fluid{width:100%;max-width:1230px}}@font-face{font-family:"ShopifySans";src:url("https://cdn.shopify.com/shopify-marketing_assets/static/ShopifySans--light.woff2") format("woff2");font-style:normal;font-weight:300;font-display:swap}@font-face{font-family:"ShopifySans";src:url("https://cdn.shopify.com/shopify-marketing_assets/static/ShopifySans--regular.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:"ShopifySans";src:url("https://cdn.shopify.com/shopify-marketing_assets/static/ShopifySans--medium.woff2") format("woff2");font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:"ShopifySans";src:url("https://cdn.shopify.com/shopify-marketing_assets/static/ShopifySans--bold.woff2") format("woff2");font-style:normal;font-weight:700;font-display:swap}@font-face{font-family:"ShopifySans";src:url("https://cdn.shopify.com/shopify-marketing_assets/static/ShopifySans--black.woff2") format("woff2");font-style:normal;font-weight:900;font-display:swap}body{-moz-osx-font-smoothing:grayscale;margin:0;padding:0;background:#ffffff;font-size:1em;line-height:1.5;color:#ffffff;font-weight:400}.heading--jumbo{-webkit-font-kerning:normal;font-kerning:normal;-webkit-font-variant-ligatures:common-ligatures contextual discretionary-ligatures;font-variant-ligatures:common-ligatures contextual discretionary-ligatures;-webkit-font-feature-settings:'kern', 'liga', 'clig', 'calt', 'dlig';font-feature-settings:'kern', 'liga', 'clig', 'calt', 'dlig';-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;margin-bottom:0.5555555556em;color:#212b35;font-size:2.25em;line-height:1.222;font-weight:700;font-family:ShopifySans, Helvetica, Arial, sans-serif;letter-spacing:-0.025em}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.heading--jumbo{font-size:2.25em;margin-bottom:0.5555555556em}}@media screen and (min-width: 67.5em){.heading--jumbo{font-size:3.75em;margin-bottom:0.4em}}h1,.heading--1{-webkit-font-kerning:normal;font-kerning:normal;-webkit-font-variant-ligatures:common-ligatures contextual discretionary-ligatures;font-variant-ligatures:common-ligatures contextual discretionary-ligatures;-webkit-font-feature-settings:'kern', 'liga', 'clig', 'calt', 'dlig';font-feature-settings:'kern', 'liga', 'clig', 'calt', 'dlig';-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;margin-bottom:0.7142857143em;color:#212b35;font-size:1.75em;line-height:1.222;font-weight:700;font-family:ShopifySans, Helvetica, Arial, sans-serif;letter-spacing:-0.025em}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){h1,.heading--1{font-size:1.75em;margin-bottom:0.4166666667em}}@media screen and (min-width: 67.5em){h1,.heading--1{font-size:3em;margin-bottom:0.25em}}h2,.heading--2{-webkit-font-kerning:normal;font-kerning:normal;-webkit-font-variant-ligatures:common-ligatures contextual discretionary-ligatures;font-variant-ligatures:common-ligatures contextual discretionary-ligatures;-webkit-font-feature-settings:'kern', 'liga', 'clig', 'calt', 'dlig';font-feature-settings:'kern', 'liga', 'clig', 'calt', 'dlig';-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;margin-bottom:0.8333333333em;color:#202e78;font-size:1.5em;line-height:1.222;font-weight:700;font-family:ShopifySans, Helvetica, Arial, sans-serif}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){h2,.heading--2{font-size:1.5em;margin-bottom:0.8333333333em}}@media screen and (min-width: 67.5em){h2,.heading--2{font-size:2.25em;margin-bottom:0.5em}}h3,.heading--3{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;font-size:1.25em;margin-bottom:0.9em;color:#212b35;line-height:1.222;font-weight:700;font-family:ShopifySans, Helvetica, Arial, sans-serif}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){h3,.heading--3{font-size:1.25em;margin-bottom:0.9em}}@media screen and (min-width: 67.5em){h3,.heading--3{font-size:1.2em;margin-bottom:0.8333333333em}}h4,.heading--4{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;margin-bottom:1.25em;color:#212b35;font-size:1em;line-height:1.222;font-weight:700;font-family:ShopifySans, Helvetica, Arial, sans-serif}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){h4,.heading--4{font-size:1em;margin-bottom:1.25em}}@media screen and (min-width: 67.5em){h4,.heading--4{font-size:1.125em;margin-bottom:1.1111111111em}}h5,.heading--5{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;margin-bottom:1.4285714286em;color:#212b35;font-size:0.875em;line-height:1.222;font-weight:700;font-family:ShopifySans, Helvetica, Arial, sans-serif;text-transform:uppercase;letter-spacing:0.05em}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){h5,.heading--5{font-size:0.875em;margin-bottom:1.4285714286em}}@media screen and (min-width: 67.5em){h5,.heading--5{font-size:0.875em;margin-bottom:1.4285714286em}}a{text-decoration:none;cursor:pointer;color:#5c6ac4}.text-minor{font-size:0.75em}.text-major{font-size:1.125em}@media screen and (min-width: 67.5em){.text-major{font-size:1.25em}}.body-link{color:#5c6ac4;text-decoration:underline;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor;text-decoration-skip-ink:auto;-webkit-transition:color 150ms;transition:color 150ms}.body-link:hover,.body-link:focus{color:#4655bc}.body-link:focus{outline:0;background-color:rgba(92,106,196,0.125)}.body-link--base{color:#ffffff;text-decoration:underline;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor;text-decoration-skip-ink:auto;-webkit-transition:color 150ms;transition:color 150ms}.body-link--base:hover,.body-link--base:focus{color:#566470}.body-link--base:focus{outline:0;background-color:rgba(99,115,129,0.125)}.body-link--reverse{color:#ffffff;text-decoration:underline;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor;text-decoration-skip-ink:auto;-webkit-transition:color 150ms;transition:color 150ms}.body-link--reverse:hover,.body-link--reverse:focus{color:#f0f0f0}.body-link--reverse:focus{outline:0;background-color:rgba(255,255,255,0.125)}.body-link--blue{color:#206882;text-decoration:underline;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor;text-decoration-skip-ink:auto;-webkit-transition:color 150ms;transition:color 150ms}.body-link--blue:hover,.body-link--blue:focus{color:#1a5469}.body-link--blue:focus{outline:0;background-color:rgba(32,104,130,0.125)}main p,main ul,main ol{margin-bottom:0.9375em;line-height:1.5;font-size:1em}main p>a{color:#5c6ac4;text-decoration:underline;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor;text-decoration-skip-ink:auto;-webkit-transition:color 150ms;transition:color 150ms}main p>a:hover,main p>a:focus{color:#4655bc}main p>a:focus{outline:0;background-color:rgba(92,106,196,0.125)}.marketing-quote{margin:30px 0}.marketing-quote__content{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto;font-family:ShopifySans, Helvetica, Arial, sans-serif;font-weight:300;margin:0;padding:0.6666666667em 0 0.6666666667em 30px;font-size:1.5em;color:#000000;border-left:solid 2px #dfe3e8}.marketing-quote__footer{text-align:right}.heading-container{text-align:center}.section-intro{border:1px solid rgba(0,0,0,0.2);border-width:1px 0;padding:2.25em 0}.section-intro::after{content:'';display:table;clear:both}.numbered-list{list-style:decimal;list-style-position:outside;margin-left:2.5em}.numbered-list li{margin-bottom:0.5em}.bulleted-list{list-style:disc;list-style-position:outside;margin-left:1.25em}.bulleted-list li{margin-bottom:0.5em}:lang(ja){font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', sans-serif;-webkit-font-feature-settings:normal;font-feature-settings:normal;-webkit-font-variant-ligatures:normal;font-variant-ligatures:normal}.grid-container{margin-left:auto;margin-right:auto;position:relative}.grid-container::after{content:'';display:table;clear:both}@media screen and (min-width: 46.875em){.grid-container--equal-height{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}@media screen and (min-width: 67.5em){.grid-8{width:930px}.grid-push-8{margin-left:960px}.grid-7{width:810px;margin-right:30px}.grid-push-7{margin-left:840px}.grid-6{width:690px;margin-right:30px}.grid-push-6{margin-left:720px}.grid-5{width:570px;margin-right:30px}.grid-push-5{margin-left:600px}.grid-4{width:450px;margin-right:30px}.grid-push-4{margin-left:480px}.grid-3{width:330px;margin-right:30px}.grid-push-3{margin-left:360px}.grid-2{width:210px;margin-right:30px}.grid-push-2{margin-left:240px}.grid-1{width:90px;margin-right:30px}.grid-push-1{margin-left:120px}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.grid-8{width:690px}.grid-push-8{margin-left:720px}.grid-7{width:600px;margin-right:30px}.grid-push-7{margin-left:630px}.grid-6{width:510px;margin-right:30px}.grid-push-6{margin-left:540px}.grid-5{width:420px;margin-right:30px}.grid-push-5{margin-left:450px}.grid-4{width:330px;margin-right:30px}.grid-push-4{margin-left:360px}.grid-3{width:240px;margin-right:30px}.grid-push-3{margin-left:270px}.grid-2{width:150px;margin-right:30px}.grid-push-2{margin-left:180px}.grid-1{width:60px;margin-right:30px}.grid-push-1{margin-left:90px}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.grid--tablet-8{width:690px}.grid--tablet-push-8{margin-left:720px}.grid--tablet-7{width:600px;margin-right:30px}.grid--tablet-push-7{margin-left:630px}.grid--tablet-6{width:510px;margin-right:30px}.grid--tablet-push-6{margin-left:540px}.grid--tablet-5{width:420px;margin-right:30px}.grid--tablet-push-5{margin-left:450px}.grid--tablet-4{width:330px;margin-right:30px}.grid--tablet-push-4{margin-left:360px}.grid--tablet-3{width:240px;margin-right:30px}.grid--tablet-push-3{margin-left:270px}.grid--tablet-2{width:150px;margin-right:30px}.grid--tablet-push-2{margin-left:180px}.grid--tablet-1{width:60px;margin-right:30px}.grid--tablet-push-1{margin-left:90px}}.grid-item{float:left;position:relative}@media screen and (min-width: 46.875em){.grid-container--halves .grid-item:nth-child(2n){margin-right:0}.grid-container--halves .grid-item:nth-child(2n+1){clear:left}.grid-container--thirds .grid-item:nth-child(3n){margin-right:0}.grid-container--thirds .grid-item:nth-child(3n+1){clear:left}.grid-container--quarters .grid-item:nth-child(4n){margin-right:0}.grid-container--quarters .grid-item:nth-child(4n+1){clear:left}.grid-container--eights .grid-item:nth-child(8n){margin-right:0}.grid-container--eights .grid-item:nth-child(8n+1){clear:left}}@media screen and (max-width: 46.8125em){.grid-item{float:none}.grid-item.grid--mobile{float:left;display:block;margin-right:6.6666666667%;width:46.6666666667%;float:left}.grid-item.grid--mobile:last-child{margin-right:0}.grid-item.grid--mobile:nth-child(2n){margin-right:0}.grid-item.grid--mobile:nth-child(2n+1){clear:left}.grid-item.grid--mobile.grid--last+.grid-item{clear:none}}.grid--last{margin-right:0 !important}.grid--last+.grid-item{clear:both}@media screen and (min-width: 46.875em){.grid-item--fluid__quarter{float:left;display:block;margin-right:3.2258064516%;width:22.5806451613%}.grid-item--fluid__quarter:last-child{margin-right:0}.grid-item--fluid__third{float:left;display:block;margin-right:2.1276595745%;width:31.914893617%}.grid-item--fluid__third:last-child{margin-right:0}.grid-item--fluid__two-thirds{float:left;display:block;margin-right:2.1276595745%;width:65.9574468085%}.grid-item--fluid__two-thirds:last-child{margin-right:0}.grid-item--fluid__half{float:left;display:block;margin-right:3.2258064516%;width:48.3870967742%}.grid-item--fluid__half:last-child{margin-right:0}}@media screen and (min-width: 67.5em){.grid-container--wide{width:1440px;padding-left:255px;padding-right:255px;margin-left:-255px}.grid-item--wide.grid-8,.grid-8.grid--wide-right,.grid-8.grid--wide-left{width:1185px}.grid-item--wide.grid-7,.grid-7.grid--wide-right,.grid-7.grid--wide-left{width:1065px}.grid-item--wide.grid-6,.grid-6.grid--wide-right,.grid-6.grid--wide-left{width:945px}.grid-item--wide.grid-5,.grid-5.grid--wide-right,.grid-5.grid--wide-left{width:825px}.grid-item--wide.grid-4,.grid-4.grid--wide-right,.grid-4.grid--wide-left{width:705px}.grid-item--wide.grid-3,.grid-3.grid--wide-right,.grid-3.grid--wide-left{width:585px}.grid-item--wide.grid-2,.grid-2.grid--wide-right,.grid-2.grid--wide-left{width:465px}.grid-item--wide.grid-1,.grid-1.grid--wide-right,.grid-1.grid--wide-left{width:345px}.grid--wide-left{margin-left:-255px}.grid--wide-right{margin-right:-255px}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.grid--wide-right{margin-right:0}}@media screen and (min-width: 46.875em){.grid-item--flush-half{width:50%}.grid-item--flush-third{width:33.3333333333%}.grid-item--flush-quarter{width:25%}}.grid-item--bordered{border-bottom:1px solid #dfe3e8}@media screen and (max-width: 46.8125em){.grid-item--bordered:last-child{border-bottom:0}}@media screen and (min-width: 46.875em){.grid-item--bordered{border-right:1px solid #dfe3e8}.grid-container--thirds .grid-item--bordered:nth-child(3n){border-right:0}.grid-container--thirds .grid-item--bordered:nth-last-child(-n+3){border-bottom:0}.grid-container--quarters .grid-item--bordered:nth-child(4n){border-right:0}.grid-container--quarters .grid-item--bordered:nth-last-child(-n+4){border-bottom:0}.grid-container--halves .grid-item--bordered:nth-child(2n){border-right:0}.grid-container--halves .grid-item--bordered:nth-last-child(-n+2){border-bottom:0}}@media screen and (min-width: 46.875em){.grid-item--margin-bottom{margin-bottom:1.875em}}@media screen and (min-width: 67.5em){.grid-content-10{float:left;display:block;margin-right:2.5641025641%;width:100%}.grid-content-10:last-child{margin-right:0}.grid-content-push-10{margin-left:102.5641025641%}.grid-content-9{float:left;display:block;margin-right:2.5641025641%;width:89.7435897436%}.grid-content-9:last-child{margin-right:0}.grid-content-push-9{margin-left:92.3076923077%}.grid-content-8{float:left;display:block;margin-right:2.5641025641%;width:79.4871794872%}.grid-content-8:last-child{margin-right:0}.grid-content-push-8{margin-left:82.0512820513%}.grid-content-7{float:left;display:block;margin-right:2.5641025641%;width:69.2307692308%}.grid-content-7:last-child{margin-right:0}.grid-content-push-7{margin-left:71.7948717949%}.grid-content-6{float:left;display:block;margin-right:2.5641025641%;width:58.9743589744%}.grid-content-6:last-child{margin-right:0}.grid-content-push-6{margin-left:61.5384615385%}.grid-content-5{float:left;display:block;margin-right:2.5641025641%;width:48.7179487179%}.grid-content-5:last-child{margin-right:0}.grid-content-push-5{margin-left:51.2820512821%}.grid-content-4{float:left;display:block;margin-right:2.5641025641%;width:38.4615384615%}.grid-content-4:last-child{margin-right:0}.grid-content-push-4{margin-left:41.0256410256%}.grid-content-3{float:left;display:block;margin-right:2.5641025641%;width:28.2051282051%}.grid-content-3:last-child{margin-right:0}.grid-content-push-3{margin-left:30.7692307692%}.grid-content-2{float:left;display:block;margin-right:2.5641025641%;width:17.9487179487%}.grid-content-2:last-child{margin-right:0}.grid-content-push-2{margin-left:20.5128205128%}.grid-content-1{float:left;display:block;margin-right:2.5641025641%;width:7.6923076923%}.grid-content-1:last-child{margin-right:0}.grid-content-push-1{margin-left:10.2564102564%}.grid-content--desktop-push-1{margin-left:10.2564102564%}.grid-content--desktop-push-2{margin-left:20.5128205128%}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.grid-content-10{width:690px}.grid-content-push-10{margin-left:720px}.grid-content-9{width:618px;margin-right:30px}.grid-content-push-9{margin-left:648px}.grid-content-8{width:546px;margin-right:30px}.grid-content-push-8{margin-left:576px}.grid-content-7{width:474px;margin-right:30px}.grid-content-push-7{margin-left:504px}.grid-content-6{width:402px;margin-right:30px}.grid-content-push-6{margin-left:432px}.grid-content-5{width:330px;margin-right:30px}.grid-content-push-5{margin-left:360px}.grid-content-4{width:258px;margin-right:30px}.grid-content-push-4{margin-left:288px}.grid-content-3{width:186px;margin-right:30px}.grid-content-push-3{margin-left:216px}.grid-content-2{width:114px;margin-right:30px}.grid-content-push-2{margin-left:144px}.grid-content-1{width:42px;margin-right:30px}.grid-content-push-1{margin-left:72px}.grid-content--tablet-10{width:690px}.grid-content--tablet-push-10{margin-left:720px}.grid-content--tablet-9{width:618px;margin-right:30px}.grid-content--tablet-push-9{margin-left:648px}.grid-content--tablet-8{width:546px;margin-right:30px}.grid-content--tablet-push-8{margin-left:576px}.grid-content--tablet-7{width:474px;margin-right:30px}.grid-content--tablet-push-7{margin-left:504px}.grid-content--tablet-6{width:402px;margin-right:30px}.grid-content--tablet-push-6{margin-left:432px}.grid-content--tablet-5{width:330px;margin-right:30px}.grid-content--tablet-push-5{margin-left:360px}.grid-content--tablet-4{width:258px;margin-right:30px}.grid-content--tablet-push-4{margin-left:288px}.grid-content--tablet-3{width:186px;margin-right:30px}.grid-content--tablet-push-3{margin-left:216px}.grid-content--tablet-2{width:114px;margin-right:30px}.grid-content--tablet-push-2{margin-left:144px}.grid-content--tablet-1{width:42px;margin-right:30px}.grid-content--tablet-push-1{margin-left:72px}}.grid{padding-left:5%;padding-right:5%}.grid:not(.grid--vertically-centered)::after{content:'';display:table;clear:both}@media screen and (min-width: 100em){.grid{padding-left:80px;padding-right:80px}}.grid .grid{padding-left:0;padding-right:0;margin-left:-4px;margin-right:-4px}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.grid .grid{margin-left:-9px;margin-right:-9px}}@media screen and (min-width: 67.5em){.grid .grid{margin-left:-18px;margin-right:-18px}}.grid--bleed{padding-left:0;padding-right:0}.grid--layout-mode{padding-left:0;padding-right:0}.grid--layout-mode .grid{margin-left:0;margin-right:0}.grid--layout-mode .grid__item{padding-left:0;padding-right:0}.grid--equal-height,.grid--vertically-centered{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.grid--vertically-centered{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.grid__item{position:relative;width:100%;float:left;padding-left:4px;padding-right:4px}@media screen and (min-width: 67.5em){.grid__item{padding-left:18px;padding-right:18px}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.grid__item{padding-left:9px;padding-right:9px}}.grid__item--mobile-up-1{width:25%}.grid__item--mobile-up-2{width:50%}.grid__item--mobile-up-3{width:75%}.grid__item--mobile-up-4{width:100%}.grid__item--mobile-up-full{width:100%}.grid__item--mobile-up-half{width:50%}.grid__item--mobile-up-third{width:33.3333333333%}.grid__item--mobile-up-two-thirds{width:66.6666666667%}.grid__item--mobile-up-quarter{width:25%}.grid__item--mobile-up-three-quarters{width:75%}.grid__item--mobile-up-align-center{float:none;clear:left;margin-left:auto;margin-right:auto}.grid__item--mobile-up-align-left{float:left;clear:none;margin-left:0;margin-right:0}.grid__item--mobile-up-offset-1{margin-left:25%}.grid__item--mobile-up-offset-2{margin-left:50%}.grid__item--mobile-up-push-1{left:25%}.grid__item--mobile-up-pull-1{right:25%}.grid__item--mobile-up-push-2{left:50%}.grid__item--mobile-up-pull-2{right:50%}.grid__item--mobile-up-push-3{left:75%}.grid__item--mobile-up-pull-3{right:75%}.grid__item--mobile-up-push-4{left:100%}.grid__item--mobile-up-pull-4{right:100%}.grid__item--mobile-up-push-full{left:100%}.grid__item--mobile-up-pull-full{right:100%}.grid__item--mobile-up-push-half{left:50%}.grid__item--mobile-up-pull-half{right:50%}.grid__item--mobile-up-push-third{left:33.3333333333%}.grid__item--mobile-up-pull-third{right:33.3333333333%}.grid__item--mobile-up-push-two-thirds{left:66.6666666667%}.grid__item--mobile-up-pull-two-thirds{right:66.6666666667%}.grid__item--mobile-up-push-quarter{left:25%}.grid__item--mobile-up-pull-quarter{right:25%}.grid__item--mobile-up-push-three-quarters{left:75%}.grid__item--mobile-up-pull-three-quarters{right:75%}[class*='grid__item--mobile-up-push']{right:auto}[class*='grid__item--mobile-up-pull']{left:auto}@media screen and (min-width: 46.875em){.grid__item--tablet-up-1{width:16.6666666667%}.grid__item--tablet-up-2{width:33.3333333333%}.grid__item--tablet-up-3{width:50%}.grid__item--tablet-up-4{width:66.6666666667%}.grid__item--tablet-up-5{width:83.3333333333%}.grid__item--tablet-up-6{width:100%}.grid__item--tablet-up-full{width:100%}.grid__item--tablet-up-half{width:50%}.grid__item--tablet-up-third{width:33.3333333333%}.grid__item--tablet-up-two-thirds{width:66.6666666667%}.grid__item--tablet-up-quarter{width:25%}.grid__item--tablet-up-three-quarters{width:75%}.grid__item--tablet-up-align-center{float:none;clear:left;margin-left:auto;margin-right:auto}.grid__item--tablet-up-align-left{float:left;clear:none;margin-left:0;margin-right:0}.grid__item--tablet-up-offset-1{margin-left:16.6666666667%}.grid__item--tablet-up-offset-2{margin-left:33.3333333333%}.grid__item--tablet-up-offset-3{margin-left:50%}.grid__item--tablet-up-push-reset{left:inherit}.grid__item--tablet-up-pull-reset{right:inherit}.grid__item--tablet-up-push-1{left:16.6666666667%}.grid__item--tablet-up-pull-1{right:16.6666666667%}.grid__item--tablet-up-push-2{left:33.3333333333%}.grid__item--tablet-up-pull-2{right:33.3333333333%}.grid__item--tablet-up-push-3{left:50%}.grid__item--tablet-up-pull-3{right:50%}.grid__item--tablet-up-push-4{left:66.6666666667%}.grid__item--tablet-up-pull-4{right:66.6666666667%}.grid__item--tablet-up-push-5{left:83.3333333333%}.grid__item--tablet-up-pull-5{right:83.3333333333%}.grid__item--tablet-up-push-6{left:100%}.grid__item--tablet-up-pull-6{right:100%}.grid__item--tablet-up-push-full{left:100%}.grid__item--tablet-up-pull-full{right:100%}.grid__item--tablet-up-push-half{left:50%}.grid__item--tablet-up-pull-half{right:50%}.grid__item--tablet-up-push-third{left:33.3333333333%}.grid__item--tablet-up-pull-third{right:33.3333333333%}.grid__item--tablet-up-push-two-thirds{left:66.6666666667%}.grid__item--tablet-up-pull-two-thirds{right:66.6666666667%}.grid__item--tablet-up-push-quarter{left:25%}.grid__item--tablet-up-pull-quarter{right:25%}.grid__item--tablet-up-push-three-quarters{left:75%}.grid__item--tablet-up-pull-three-quarters{right:75%}[class*='grid__item--tablet-up-push']{right:auto}[class*='grid__item--tablet-up-pull']{left:auto}}@media screen and (min-width: 67.5em){.grid__item--desktop-up-1{width:8.3333333333%}.grid__item--desktop-up-2{width:16.6666666667%}.grid__item--desktop-up-3{width:25%}.grid__item--desktop-up-4{width:33.3333333333%}.grid__item--desktop-up-5{width:41.6666666667%}.grid__item--desktop-up-6{width:50%}.grid__item--desktop-up-7{width:58.3333333333%}.grid__item--desktop-up-8{width:66.6666666667%}.grid__item--desktop-up-9{width:75%}.grid__item--desktop-up-10{width:83.3333333333%}.grid__item--desktop-up-11{width:91.6666666667%}.grid__item--desktop-up-12{width:100%}.grid__item--desktop-up-full{width:100%}.grid__item--desktop-up-half{width:50%}.grid__item--desktop-up-third{width:33.3333333333%}.grid__item--desktop-up-two-thirds{width:66.6666666667%}.grid__item--desktop-up-quarter{width:25%}.grid__item--desktop-up-three-quarters{width:75%}.grid__item--desktop-up-align-center{float:none;clear:left;margin-left:auto;margin-right:auto}.grid__item--desktop-up-align-left{float:left;clear:none;margin-left:0;margin-right:0}.grid__item--desktop-up-offset-1{margin-left:8.3333333333%}.grid__item--desktop-up-offset-2{margin-left:16.6666666667%}.grid__item--desktop-up-offset-3{margin-left:25%}.grid__item--desktop-up-offset-4{margin-left:33.3333333333%}.grid__item--desktop-up-offset-5{margin-left:41.6666666667%}.grid__item--desktop-up-offset-6{margin-left:50%}.grid__item--desktop-up-push-reset{left:inherit}.grid__item--desktop-up-pull-reset{right:inherit}.grid__item--desktop-up-push-1{left:8.3333333333%}.grid__item--desktop-up-pull-1{right:8.3333333333%}.grid__item--desktop-up-push-2{left:16.6666666667%}.grid__item--desktop-up-pull-2{right:16.6666666667%}.grid__item--desktop-up-push-3{left:25%}.grid__item--desktop-up-pull-3{right:25%}.grid__item--desktop-up-push-4{left:33.3333333333%}.grid__item--desktop-up-pull-4{right:33.3333333333%}.grid__item--desktop-up-push-5{left:41.6666666667%}.grid__item--desktop-up-pull-5{right:41.6666666667%}.grid__item--desktop-up-push-6{left:50%}.grid__item--desktop-up-pull-6{right:50%}.grid__item--desktop-up-push-7{left:58.3333333333%}.grid__item--desktop-up-pull-7{right:58.3333333333%}.grid__item--desktop-up-push-8{left:66.6666666667%}.grid__item--desktop-up-pull-8{right:66.6666666667%}.grid__item--desktop-up-push-9{left:75%}.grid__item--desktop-up-pull-9{right:75%}.grid__item--desktop-up-push-10{left:83.3333333333%}.grid__item--desktop-up-pull-10{right:83.3333333333%}.grid__item--desktop-up-push-11{left:91.6666666667%}.grid__item--desktop-up-pull-11{right:91.6666666667%}.grid__item--desktop-up-push-12{left:100%}.grid__item--desktop-up-pull-12{right:100%}.grid__item--desktop-up-push-full{left:100%}.grid__item--desktop-up-pull-full{right:100%}.grid__item--desktop-up-push-half{left:50%}.grid__item--desktop-up-pull-half{right:50%}.grid__item--desktop-up-push-third{left:33.3333333333%}.grid__item--desktop-up-pull-third{right:33.3333333333%}.grid__item--desktop-up-push-two-thirds{left:66.6666666667%}.grid__item--desktop-up-pull-two-thirds{right:66.6666666667%}.grid__item--desktop-up-push-quarter{left:25%}.grid__item--desktop-up-pull-quarter{right:25%}.grid__item--desktop-up-push-three-quarters{left:75%}.grid__item--desktop-up-pull-three-quarters{right:75%}[class*='grid__item--desktop-up-push']{right:auto}[class*='grid__item--desktop-up-pull']{left:auto}}.marketing-button{display:inline-block;padding:1.0625em 1.875em;border-radius:5px;font-family:ShopifySans, Helvetica, Arial, sans-serif;font-weight:700;font-size:1em;line-height:1.133;-webkit-font-smoothing:antialiased;-webkit-transition:150ms ease;transition:150ms ease;-webkit-transition-property:background-color border-color color;transition-property:background-color border-color color;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;-webkit-box-shadow:0 5px 15px 0 rgba(0,0,0,0.15);box-shadow:0 5px 15px 0 rgba(0,0,0,0.15);background-color:#5c6ac4;color:#ffffff;border-width:0;border-style:solid;border-color:transparent}.marketing-button,.marketing-button:hover,.marketing-button:focus{text-decoration:none}.marketing-button:focus{outline:0}@media screen and (min-width: 46.875em){.marketing-button+.marketing-button{margin-left:15px}}.marketing-button:hover,.marketing-button:focus{background-color:#202e78;color:#ffffff}.marketing-button:active{background-color:#000639;color:#ffffff;border-color:#000639}.marketing-button:hover{-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,0.25);box-shadow:0 5px 25px 0 rgba(0,0,0,0.25)}.marketing-button:focus{-webkit-box-shadow:0 0 0.1875em 0.1875em rgba(92,106,196,0.5);box-shadow:0 0 0.1875em 0.1875em rgba(92,106,196,0.5)}.marketing-button[disabled],.marketing-form--is-loading .marketing-button{-webkit-box-shadow:0 5px 15px 0 rgba(0,0,0,0.15);box-shadow:0 5px 15px 0 rgba(0,0,0,0.15);background-color:#919ea9;color:#ffffff;cursor:not-allowed}.marketing-button[disabled]:hover,.marketing-button[disabled]:focus,.marketing-form--is-loading .marketing-button:hover,.marketing-form--is-loading .marketing-button:focus{background-color:#808f9c;color:#ffffff}.marketing-button[disabled]:active,.marketing-form--is-loading .marketing-button:active{background-color:#748593;color:#ffffff}.marketing-button[disabled]:hover,.marketing-form--is-loading .marketing-button:hover{-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,0.25);box-shadow:0 5px 25px 0 rgba(0,0,0,0.25)}.marketing-button[disabled]:focus,.marketing-form--is-loading .marketing-button:focus{-webkit-box-shadow:0 0 0.1875em 0.1875em rgba(145,158,169,0.5);box-shadow:0 0 0.1875em 0.1875em rgba(145,158,169,0.5)}.marketing-button[disabled]:hover,.marketing-button[disabled]:focus,.marketing-button[disabled]:active,.marketing-form--is-loading .marketing-button:hover,.marketing-form--is-loading .marketing-button:focus,.marketing-form--is-loading .marketing-button:active{background-color:#919ea9}.marketing-form--is-loading button.marketing-button{position:relative}.marketing-form--is-loading button.marketing-button,.marketing-form--is-loading button.marketing-button:hover,.marketing-form--is-loading button.marketing-button:focus{color:#919ea9}.marketing-form--is-loading button.marketing-button::after{content:'';display:block;width:24px;height:24px;position:absolute;top:50%;left:50%;margin-left:-12px;margin-top:-12px;border-radius:50%;border:3px solid #ffffff;border-top-color:transparent;-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.marketing-button--block{width:100%;padding-left:0;padding-right:0}.marketing-button--secondary{-webkit-box-shadow:none;box-shadow:none;background-color:transparent;color:#5c6ac4;border-width:0.125em;border-style:solid;border-color:#5c6ac4;padding:1em 1.75em}.marketing-button--secondary:hover,.marketing-button--secondary:focus{background-color:#5c6ac4;color:#ffffff}.marketing-button--secondary:active{background-color:#202e78;color:#ffffff;border-color:#202e78}.marketing-button--secondary:hover{-webkit-box-shadow:none;box-shadow:none}.marketing-button--secondary:focus{-webkit-box-shadow:0 0 0.1875em 0.1875em rgba(92,106,196,0.5);box-shadow:0 0 0.1875em 0.1875em rgba(92,106,196,0.5)}.marketing-button--small{padding:0.8125em 1.1875em}.marketing-button--small.marketing-button--secondary{padding:0.6875em 1.0625em}.marketing-button--skin-teal{-webkit-box-shadow:0 5px 15px 0 rgba(0,0,0,0.15);box-shadow:0 5px 15px 0 rgba(0,0,0,0.15);background-color:#47c1bf;color:#ffffff}.marketing-button--skin-teal:hover,.marketing-button--skin-teal:focus{background-color:#00848e;color:#ffffff}.marketing-button--skin-teal:active{background-color:#003135;color:#ffffff}.marketing-button--skin-teal:hover{-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,0.25);box-shadow:0 5px 25px 0 rgba(0,0,0,0.25)}.marketing-button--skin-teal:focus{-webkit-box-shadow:0 0 0.1875em 0.1875em rgba(71,193,191,0.5);box-shadow:0 0 0.1875em 0.1875em rgba(71,193,191,0.5)}.marketing-button--skin-salmon{-webkit-box-shadow:0 5px 15px 0 rgba(0,0,0,0.15);box-shadow:0 5px 15px 0 rgba(0,0,0,0.15);background-color:#fb8b8a;color:#ffffff}.marketing-button--skin-salmon:hover,.marketing-button--skin-salmon:focus{background-color:#a65c5b;color:#ffffff}.marketing-button--skin-salmon:active{background-color:#452626;color:#ffffff}.marketing-button--skin-salmon:hover{-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,0.25);box-shadow:0 5px 25px 0 rgba(0,0,0,0.25)}.marketing-button--skin-salmon:focus{-webkit-box-shadow:0 0 0.1875em 0.1875em rgba(251,139,138,0.5);box-shadow:0 0 0.1875em 0.1875em rgba(251,139,138,0.5)}.marketing-button--skin-lowlight{-webkit-box-shadow:0 5px 15px 0 rgba(0,0,0,0.15);box-shadow:0 5px 15px 0 rgba(0,0,0,0.15);background-color:#30373b;color:#ffffff}.marketing-button--skin-lowlight:hover,.marketing-button--skin-lowlight:focus{background-color:#22272a;color:#ffffff}.marketing-button--skin-lowlight:active{background-color:#191d1f;color:#ffffff}.marketing-button--skin-lowlight:hover{-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,0.25);box-shadow:0 5px 25px 0 rgba(0,0,0,0.25)}.marketing-button--skin-lowlight:focus{-webkit-box-shadow:0 0 0.1875em 0.1875em rgba(48,55,59,0.5);box-shadow:0 0 0.1875em 0.1875em rgba(48,55,59,0.5)}.marketing-button--skin-light{-webkit-box-shadow:0 5px 15px 0 rgba(0,0,0,0.15);box-shadow:0 5px 15px 0 rgba(0,0,0,0.15);background-color:#ffffff;color:#5c6ac4}.marketing-button--skin-light:hover,.marketing-button--skin-light:focus{background-color:#f0f0f0;color:#5c6ac4}.marketing-button--skin-light:active{background-color:#e6e6e6;color:#5c6ac4}.marketing-button--skin-light:hover{-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,0.25);box-shadow:0 5px 25px 0 rgba(0,0,0,0.25)}.marketing-button--skin-light:focus{-webkit-box-shadow:0 0 0.1875em 0.1875em rgba(255,255,255,0.5);box-shadow:0 0 0.1875em 0.1875em rgba(255,255,255,0.5)}.marketing-button--skin-reset{margin:0;padding:0;border:0;border-radius:0;color:inherit;background-color:transparent;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.marketing-button--skin-reset:focus,.marketing-button--skin-reset:hover,.marketing-button--skin-reset:active{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.marketing-button--skin-reset:focus,.marketing-button--skin-reset:hover{color:#5c6ac4}.marketing-button--skin-reset:active{color:#202e78}.marketing-button-wrapper{display:inline}@media screen and (min-width: 46.875em){.marketing-form--inline{text-align:center}}.marketing-form--inline .marketing-input-wrapper{text-align:left}@media screen and (min-width: 46.875em){.marketing-form--inline .marketing-input-wrapper{margin-bottom:0}}.marketing-form--inline__heading{text-align:center}.marketing-form--lowlight .marketing-radio-label,.marketing-form--lowlight .marketing-checkbox-label{color:#ffffff}.marketing-form__hidden-on-success.js-is-hidden{display:none}.marketing-form__fallback-cta{color:#454f5b}.marketing-input-wrapper{position:relative;display:block;margin-bottom:15px}.marketing-input-wrapper .marketing-select-wrapper,.marketing-input-wrapper .marketing-input,.marketing-input-wrapper .marketing-textarea{margin-bottom:0}.marketing-input-wrapper.js-is-hidden{display:none}.marketing-input,.marketing-textarea,.marketing-select-wrapper>select{display:inline-block;height:3.2em;width:100%;margin:0 0 15px;padding:1em 1em;color:#30373b;font-family:ShopifySans, Helvetica, Arial, sans-serif;font-size:1em;-webkit-box-shadow:0 0 0 1px #c4cdd5;box-shadow:0 0 0 1px #c4cdd5;border:0;border-radius:5px;background-color:#ffffff;-webkit-transition:padding 150ms;transition:padding 150ms;-webkit-appearance:none;-moz-appearance:none;appearance:none}.marketing-block--lowlight .marketing-input,.marketing-form--lowlight .marketing-input,.page-block--lowlight .marketing-input,.marketing-block--lowlight .marketing-textarea,.marketing-form--lowlight .marketing-textarea,.page-block--lowlight .marketing-textarea,.marketing-block--lowlight .marketing-select-wrapper>select,.marketing-form--lowlight .marketing-select-wrapper>select,.page-block--lowlight .marketing-select-wrapper>select{-webkit-box-shadow:none;box-shadow:none}.js-is-filled .marketing-input,.js-is-filled .marketing-textarea,.js-is-filled .marketing-select-wrapper>select{padding-top:1.5em;padding-bottom:0.5em}.marketing-input:focus,.marketing-input.focus,.marketing-textarea:focus,.marketing-textarea.focus,.marketing-select-wrapper>select:focus,.marketing-select-wrapper>select.focus{color:#000000;outline:0;-webkit-box-shadow:0 0 0 2px #5c6ac4;box-shadow:0 0 0 2px #5c6ac4}.marketing-input:focus+.marketing-form__messages .error+.suggest,.marketing-input.focus+.marketing-form__messages .error+.suggest,.marketing-textarea:focus+.marketing-form__messages .error+.suggest,.marketing-textarea.focus+.marketing-form__messages .error+.suggest,.marketing-select-wrapper>select:focus+.marketing-form__messages .error+.suggest,.marketing-select-wrapper>select.focus+.marketing-form__messages .error+.suggest{display:none}.marketing-input:focus+.marketing-form__messages .error+.is-visible,.marketing-input.focus+.marketing-form__messages .error+.is-visible,.marketing-textarea:focus+.marketing-form__messages .error+.is-visible,.marketing-textarea.focus+.marketing-form__messages .error+.is-visible,.marketing-select-wrapper>select:focus+.marketing-form__messages .error+.is-visible,.marketing-select-wrapper>select.focus+.marketing-form__messages .error+.is-visible{display:block}.marketing-input[disabled],.marketing-textarea[disabled],.marketing-select-wrapper>select[disabled]{background-color:#dfe3e8}.marketing-input::-webkit-input-placeholder,.marketing-textarea::-webkit-input-placeholder{color:#ffffff}.marketing-input:-ms-input-placeholder,.marketing-textarea:-ms-input-placeholder{color:#ffffff}.marketing-input::-ms-input-placeholder,.marketing-textarea::-ms-input-placeholder{color:#ffffff}.marketing-input::placeholder,.marketing-textarea::placeholder{color:#ffffff}.marketing-input--error,.marketing-block--lowlight .marketing-input--error,.marketing-form--lowlight .marketing-input--error,.page-block--lowlight .marketing-input--error{-webkit-box-shadow:0 0 0 2px #eb644d;box-shadow:0 0 0 2px #eb644d}.marketing-textarea{height:auto;min-height:3.2em}.marketing-select-wrapper{position:relative;display:block;margin-bottom:15px}.marketing-select-wrapper>select{margin:0;padding-top:1.375em;padding-bottom:0.375em;padding-right:3em}.marketing-select-wrapper>select::-ms-expand{display:none}.marketing-select-wrapper::after{content:'';display:block;position:absolute;top:50%;right:2.5em;height:1.25em;width:1px;background-color:#c4cdd5;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.marketing-select-wrapper::before{pointer-events:none;content:'';background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20baseProfile=%22tiny%22%20viewBox=%220%200%2010.289%206.563%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20%23919eab%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M5.212%206.563L0%201.423%201.404%200l3.788%203.735L8.865.01l1.424%201.404%22/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% auto;background-position:center;height:0.75em;width:0.75em;margin-bottom:-0.5625em;display:block;position:absolute;top:50%;right:1em;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.marketing-label{display:block;margin-bottom:0.6153846154em;font-family:ShopifySans, Helvetica, Arial, sans-serif;font-weight:700;font-size:0.8125em;color:#454f5b}.marketing-label--in-field{position:absolute;left:1rem;top:0.5rem;font-size:0.6875em;font-weight:400;pointer-events:none;z-index:10}.marketing-label--floating{opacity:0;-webkit-transform:translateY(3px);-ms-transform:translateY(3px);transform:translateY(3px);-webkit-transition-property:opacity, -webkit-transform;transition-property:opacity, -webkit-transform;transition-property:opacity, transform;transition-property:opacity, transform, -webkit-transform;-webkit-transition-duration:150ms;transition-duration:150ms}.js-is-filled .marketing-label--floating{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.marketing-label--hidden{display:inline}.marketing-form__messages{font-size:0.8125em;font-weight:500}.marketing-form__messages .error,.marketing-form__messages .success,.marketing-form__messages .suggest{display:block;padding:0.6153846154em 0 0}.marketing-form__messages .error{color:#eb644d}.marketing-form__messages .error a{color:#eb644d;border-bottom:1px solid #eb644d}.marketing-form__messages .success{display:none;color:#5c6ac4}.marketing-form__messages .success a{color:#eb644d;border-bottom:1px solid #eb644d}.marketing-form__messages .success.is-visible,.marketing-form--has-success .marketing-form__messages .success{display:block}.marketing-form__messages .suggest{display:none;color:#ffffff}.marketing-block--lowlight .marketing-form__messages .suggest,.marketing-form--lowlight .marketing-form__messages .suggest,.page-block--lowlight .marketing-form__messages .suggest{color:#ffffff}.marketing-form__messages .suggest.is-visible{display:block}.marketing-form__ajax-success{display:none}.marketing-form__ajax-success.js-is-visible{display:block}.marketing-checkbox,.marketing-radio{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;margin-bottom:15px;float:left}.marketing-checkbox:checked+label::after,.marketing-radio:checked+label::after{position:absolute;left:0;top:0;content:''}.marketing-checkbox:focus+label::before,.marketing-radio:focus+label::before,.marketing-checkbox:focus:checked+label::before,.marketing-radio:focus:checked+label::before{outline:none;border-color:#5c6ac4;-webkit-box-shadow:0 0 4px 0 #5c6ac4;box-shadow:0 0 4px 0 #5c6ac4}.marketing-checkbox-label,.marketing-radio-label{display:block;text-align:left;position:relative;margin-bottom:15px;padding-left:30px;line-height:20px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.marketing-checkbox-label:hover::before,.marketing-radio-label:hover::before{border-color:#5c6ac4}.marketing-checkbox-label::before,.marketing-radio-label::before{content:'';position:absolute;left:0;top:0;height:20px;width:20px;background-color:#ffffff;border:1px solid #c4cdd5;border-radius:5px;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.2);box-shadow:inset 0 1px 3px rgba(0,0,0,0.2);-webkit-transition:border-color 150ms ease;transition:border-color 150ms ease}.marketing-checkbox--large+label,.marketing-radio--large+label{padding-left:42px;line-height:32px}.marketing-checkbox--large+label::before,.marketing-radio--large+label::before{width:32px;height:32px}.marketing-checkbox:checked+label::before{background-color:#5c6ac4;border-color:#5c6ac4;-webkit-box-shadow:none;box-shadow:none}.marketing-checkbox:checked+label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2040.7%2040%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20%23ffffff%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M16.7%2030l-7.4-7.9c-.8-.8-.6-2%20.4-2.6%201-.6%202.4-.5%203.1.3l3.7%204%2011.3-13c.7-.8%202.1-1%203.1-.4s1.2%201.8.5%202.6L16.7%2030z%22/%3E%3C/svg%3E");width:20px;height:20px}.marketing-checkbox--large:checked+label::after{width:32px;height:32px}.marketing-radio:checked+label::after{left:5px;top:5px;width:10px;height:10px;border-radius:10px;background-color:#5c6ac4}.marketing-radio:checked+label::before{border-color:#5c6ac4}.marketing-radio-label::before{border-radius:50%}.marketing-radio--large:checked+label::after{left:8px;top:8px;width:16px;height:16px;border-radius:50%}.marketing-checkbox-label--inline,.marketing-radio-label--inline{margin-right:0.9375em;margin-bottom:0;display:inline-block}.icon{display:inline-block;height:1em;width:0.8em;background-size:contain;background-position:center center;background-repeat:no-repeat}.icon--size-large{width:60px;height:60px}.icon--size-small{width:40px;height:40px}.icon--primary{fill:#5c6ac4}.icon--grey{fill:#919ea9}.icon--black{fill:#000000}.icon--white{fill:#ffffff}.icon--yellow{fill:#fdd991}.icon--green{fill:#58b44b}.icon--blue{fill:#368aa9}.icon--blue_light{fill:#479ccf}.icon--blue_fb{fill:#385a98}.icon--blue_twitter{fill:#55acee}.icon--blue_linkedin{fill:#0976b4}.icon--red_pinterest{fill:#bd081c}.icon--fill-primary{fill:#5c6ac4}.icon--fill-grey{fill:#919ea9}.icon--fill-black{fill:#000000}.icon--fill-white{fill:#ffffff}.icon--fill-yellow{fill:#fdd991}.icon--fill-green{fill:#58b44b}.icon--fill-blue{fill:#368aa9}.icon--fill-blue_light{fill:#479ccf}.icon--fill-blue_fb{fill:#385a98}.icon--fill-blue_twitter{fill:#55acee}.icon--fill-blue_linkedin{fill:#0976b4}.icon--fill-red_pinterest{fill:#bd081c}.icon-arrow-left{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2024%2011%22%3E%3Cpath%20d=%22M5.5%200c.1%200%20.3%200%20.4.1.1.2.1.6-.1.8L1.2%205.5l4.6%204.6c.2.2.2.5%200%20.7-.2.2-.5.2-.7%200l-5-5c-.1-.2-.1-.5%200-.7l5-5c.1-.1.3-.1.4-.1z%22/%3E%3Cpath%20d=%22M.5%205h23c.2%200%20.5.2.5.5s-.3.5-.5.5H.5C.2%206%200%205.8%200%205.5S.2%205%20.5%205z%22/%3E%3C/svg%3E");background-repeat:no-repeat}.icon-arrow-right{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2024%2011%22%3E%3Cpath%20d=%22M18.5%2011c-.1%200-.3%200-.4-.1-.2-.2-.2-.5%200-.7l4.6-4.6L18.1%201c-.2-.2-.2-.5%200-.7.2-.2.5-.2.7%200l5%205c.2.2.2.5%200%20.7l-5%205c-.1-.1-.2%200-.3%200z%22/%3E%3Cpath%20d=%22M23.5%206H.5C.2%206%200%205.8%200%205.5S.2%205%20.5%205h23c.2%200%20.5.2.5.5s-.3.5-.5.5z%22/%3E%3C/svg%3E");background-repeat:no-repeat}.icon-close-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2044%2044%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20%23ffffff%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M39.196%2043.3L1.154%205.256l3.89-3.89%2038.04%2038.043z%22/%3E%3Cpath%20d=%22M.54%2039.413L38.58%201.37l3.89%203.89L4.428%2043.302z%22/%3E%3C/svg%3E");background-repeat:no-repeat}.icon-close-black{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2044%2044%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20%23000000%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M39.196%2043.3L1.154%205.256l3.89-3.89%2038.04%2038.043z%22/%3E%3Cpath%20d=%22M.54%2039.413L38.58%201.37l3.89%203.89L4.428%2043.302z%22/%3E%3C/svg%3E");background-repeat:no-repeat}.icon-close{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2044%2044%22%3E%3Cpath%20d=%22M39.196%2043.3L1.154%205.256l3.89-3.89%2038.04%2038.043z%22/%3E%3Cpath%20d=%22M.54%2039.413L38.58%201.37l3.89%203.89L4.428%2043.302z%22/%3E%3C/svg%3E");background-repeat:no-repeat}img{max-width:100%}a img{border:0}img[data-srcset]{opacity:0;-webkit-transition:opacity 150ms linear;transition:opacity 150ms linear}img[data-srcset].lazyloaded{opacity:1}.marketing-nav-wrapper{max-width:1600px;margin:0 auto}.marketing-nav{width:100%;position:relative;clear:both}.marketing-nav .popover-wrapper{display:block;cursor:auto}.marketing-nav .popover{width:auto;min-width:calc(100% + 12px);top:45px;left:0;margin-top:0;-webkit-transform:none;-ms-transform:none;transform:none}@media screen and (min-width: 67.5em){.marketing-nav .popover{top:65px}}.marketing-nav .popover::before,.marketing-nav .popover::after{content:none}.marketing-nav .popover-content{padding:12px 24px 12px 0;-webkit-box-shadow:0 5px 30px 5px rgba(69,79,91,0.2);box-shadow:0 5px 30px 5px rgba(69,79,91,0.2);border-radius:5px;background-color:#ffffff}.marketing-nav__primary{padding-left:calc(5% + 4px);padding-right:calc(5% + 4px);background-color:#ffffff;border-bottom:1px solid #dfe3e8;height:60px}@media screen and (min-width: 46.875em){.marketing-nav__primary{padding-left:calc(5% + 9px);padding-right:calc(5% + 9px)}}@media screen and (min-width: 67.5em){.marketing-nav__primary{padding-left:calc(5% + 18px);padding-right:calc(5% + 18px);height:80px}}.marketing-nav__items>li{position:relative;display:block}@media screen and (min-width: 46.875em){.marketing-nav__items>li{float:left;line-height:60px}}@media screen and (min-width: 67.5em){.marketing-nav__items>li{line-height:80px}}.marketing-nav__item{display:block;white-space:nowrap;color:#212b35;font-size:0.9375em;font-weight:400;font-family:ShopifySans, Helvetica, Arial, sans-serif;-webkit-transition-property:border-color, fill;transition-property:border-color, fill;-webkit-transition-duration:300ms;transition-duration:300ms}.marketing-nav__item:hover,.marketing-nav__item:focus{color:#212b35}.marketing-nav__item:active,.marketing-nav__item.marketing-nav__item--active{color:#212b35}.marketing-nav__item--primary{font-size:0.9375em;font-weight:700;color:#212b35}@media screen and (min-width: 46.875em){.marketing-nav__item--primary{margin-left:12px;margin-right:12px;padding-left:0;padding-right:0;border-bottom:3px solid transparent}.marketing-nav__item--primary:hover,.marketing-nav__item--primary:focus{border-bottom-color:#919eab}.marketing-nav__item--primary:active,.marketing-nav__item--primary.marketing-nav__item--active{border-bottom-color:#212b35}}.marketing-nav__item--primary:hover,.marketing-nav__item--primary:focus{color:#212b35;font-weight:700}.marketing-nav__item--primary:active,.marketing-nav__item--primary.marketing-nav__item--active{color:#212b35;font-weight:700}.marketing-nav__item--user{font-size:0.9375em;font-weight:700;color: white}@media screen and (min-width: 46.875em){.marketing-nav__item--user{margin-left:12px;margin-right:12px;padding-left:0;padding-right:0;border-bottom:3px solid transparent}.marketing-nav__item--user:hover,.marketing-nav__item--user:focus{border-bottom-color:#919eab}.marketing-nav__item--user:active,.marketing-nav__item--user.marketing-nav__item--active{border-bottom-color:#212b35}}.marketing-nav__item--user:hover,.marketing-nav__item--user:focus{color:#212b35;font-weight:700}.marketing-nav__item--user:active,.marketing-nav__item--user.marketing-nav__item--active{color:#212b35;font-weight:700}.marketing-nav__item--secondary{font-size:0.9375em;font-weight:700;color:#ffffff}@media screen and (min-width: 46.875em){.marketing-nav__item--secondary{margin-left:12px;margin-right:12px;padding-left:0;padding-right:0;border-bottom:3px solid transparent}.marketing-nav__item--secondary:hover,.marketing-nav__item--secondary:focus{border-bottom-color:#919eab}.marketing-nav__item--secondary:active,.marketing-nav__item--secondary.marketing-nav__item--active{border-bottom-color:#212b35}}.marketing-nav__item--secondary:hover,.marketing-nav__item--secondary:focus{color:#212b35;font-weight:700}.marketing-nav__item--secondary:active,.marketing-nav__item--secondary.marketing-nav__item--active{color:#212b35;font-weight:700}.marketing-nav__item--child{font-size:0.9375em;font-weight:700;color:#ffffff}@media screen and (min-width: 46.875em){.marketing-nav__item--child{margin-left:0;margin-right:0;padding-left:24px;padding-right:24px}}.marketing-nav__item--child:hover,.marketing-nav__item--child:focus{color:#212b35;font-weight:700}.marketing-nav__item--child:active,.marketing-nav__item--child.marketing-nav__item--active{color:#212b35;font-weight:700}.marketing-nav__item--primary{background-color:transparent;letter-spacing:0.05em;text-transform:uppercase}.marketing-nav__item--primary:hover,.marketing-nav__item--primary:focus{background-color:transparent}.popover-wrapper.js-is-active>.marketing-nav__item--primary{background-color:#ffffff;color:#212b35}.popover-wrapper.js-is-active>.marketing-nav__item--primary:focus{outline:0}.marketing-nav__item--primary.popover-trigger:hover{border-bottom:1px solid #dfe3e8}.popover-wrapper>.marketing-nav__item--primary{-webkit-transition:none;transition:none}@media screen and (min-width: 46.875em){.marketing-nav__item--primary,.marketing-nav__item--user{height:60px}}@media screen and (min-width: 67.5em){.marketing-nav__item--primary,.marketing-nav__item--user{height:80px}}@media screen and (max-width: 46.8125em){.marketing-nav__item--secondary{padding-top:6px;padding-bottom:6px;padding-left:calc(5% - 3px);border-left:3px solid transparent}.marketing-nav__item--secondary:hover,.marketing-nav__item--secondary:focus{border-left-color:#919eab}.marketing-nav__item--secondary:active,.marketing-nav__item--secondary.marketing-nav__item--active{border-left-color:#212b35}}@media screen and (min-width: 46.875em){.marketing-nav__item--secondary{height:60px}}@media screen and (min-width: 67.5em){.marketing-nav__item--secondary{height:70px}}.marketing-nav__item--child{padding-top:9px;padding-bottom:9px;line-height:1}@media screen and (min-width: 67.5em){.marketing-nav__item--child{padding-left:calc(24px - 3px);border-left:3px solid transparent}.marketing-nav__item--child:hover,.marketing-nav__item--child:focus{border-left-color:#919eab}.marketing-nav__item--child:active,.marketing-nav__item--child.marketing-nav__item--active{border-left-color:#212b35}}.marketing-nav__user{float:right}.marketing-nav__button{margin-left:12px;padding-left:1.25em;padding-right:1.25em}.marketing-nav__secondary{position:relative;z-index:1;min-height:60px;background-color:#ffffff;border-bottom:1px solid #dfe3e8}@media screen and (max-width: 46.8125em){.marketing-nav__secondary{border-top:1px solid #dfe3e8}}@media screen and (min-width: 67.5em){.marketing-nav__secondary{min-height:70px}}@media screen and (max-width: 46.8125em){.marketing-nav__secondary .marketing-nav__items{display:none;position:absolute;z-index:10;width:100%;top:60px;left:0;padding-top:6px;padding-bottom:6px;border-bottom:1px solid #dfe3e8;background-color:#ffffff}}@media screen and (min-width: 46.875em){.marketing-nav__secondary .marketing-nav__items{display:block !important;margin-left:-12px;padding-left:calc(5% + 9px);padding-right:calc(5% + 9px)}.marketing-nav__secondary .marketing-nav__items::after{content:'';display:table;clear:both}}@media screen and (min-width: 67.5em){.marketing-nav__secondary .marketing-nav__items{padding-left:calc(5% + 18px);padding-right:calc(5% + 18px)}}@media screen and (min-width: 46.875em){.marketing-nav__secondary .marketing-nav__items>li{line-height:60px}}@media screen and (min-width: 67.5em){.marketing-nav__secondary .marketing-nav__items>li{line-height:70px}}.marketing-nav__secondary__button{width:100%;padding-left:5%;text-align:left;font-size:0.9375em;line-height:60px;color:#212b35}.marketing-nav__logo{float:left}@media screen and (min-width: 67.5em){.marketing-nav__logo{margin-right:1.5625em}}@media screen and (max-width: 67.4375em){.marketing-nav__logo--centered{float:none;overflow:hidden}.marketing-nav__logo--centered .marketing-nav__logo__shopify{margin-left:auto;margin-right:auto}}.marketing-nav__logo .icon,.marketing-nav__hamburger .icon{width:100%;height:100%}.marketing-nav__logo__shopify{display:block;width:111px;height:32px;margin-top:12px}@media screen and (min-width: 67.5em){.marketing-nav__logo__shopify{width:125px;height:36px;margin-top:20px}}.marketing-nav__hamburger{float:right;-webkit-box-sizing:content-box;box-sizing:content-box;width:1.25em;height:1.25em;padding:0.625em;margin-right:-0.625em;fill:#212b35;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.marketing-nav__hamburger::-moz-focus-inner{padding:0;border:0}.marketing-nav__arrow,.marketing-nav__external-indicator{display:inline-block;fill:#919eab}.marketing-nav__item--primary .marketing-nav__arrow,.marketing-nav__item--primary .marketing-nav__external-indicator{fill:#919eab}.js-is-active .marketing-nav__item--primary .marketing-nav__arrow,.marketing-nav__item--primary:hover .marketing-nav__arrow,.marketing-nav__item--primary:focus .marketing-nav__arrow,.marketing-nav__item--primary:active .marketing-nav__arrow,.js-is-active .marketing-nav__item--primary .marketing-nav__external-indicator,.marketing-nav__item--primary:hover .marketing-nav__external-indicator,.marketing-nav__item--primary:focus .marketing-nav__external-indicator,.marketing-nav__item--primary:active .marketing-nav__external-indicator{fill:#212b35}.marketing-nav__item--user .marketing-nav__arrow,.marketing-nav__item--user .marketing-nav__external-indicator{fill:#919eab}.js-is-active .marketing-nav__item--user .marketing-nav__arrow,.marketing-nav__item--user:hover .marketing-nav__arrow,.marketing-nav__item--user:focus .marketing-nav__arrow,.marketing-nav__item--user:active .marketing-nav__arrow,.js-is-active .marketing-nav__item--user .marketing-nav__external-indicator,.marketing-nav__item--user:hover .marketing-nav__external-indicator,.marketing-nav__item--user:focus .marketing-nav__external-indicator,.marketing-nav__item--user:active .marketing-nav__external-indicator{fill:#212b35}.marketing-nav__item--secondary .marketing-nav__arrow,.marketing-nav__item--secondary .marketing-nav__external-indicator{fill:#919eab}.js-is-active .marketing-nav__item--secondary .marketing-nav__arrow,.marketing-nav__item--secondary:hover .marketing-nav__arrow,.marketing-nav__item--secondary:focus .marketing-nav__arrow,.marketing-nav__item--secondary:active .marketing-nav__arrow,.js-is-active .marketing-nav__item--secondary .marketing-nav__external-indicator,.marketing-nav__item--secondary:hover .marketing-nav__external-indicator,.marketing-nav__item--secondary:focus .marketing-nav__external-indicator,.marketing-nav__item--secondary:active .marketing-nav__external-indicator{fill:#212b35}.marketing-nav__arrow{vertical-align:middle;width:10px;height:5px;margin-left:5px}.marketing-nav__item--primary .marketing-nav__arrow{width:10px;height:5px;margin-left:5px;margin-top:-3px}.marketing-nav__item--secondary .marketing-nav__arrow{width:10px;height:5px;margin-left:5px;margin-top:-3px}@media screen and (max-width: 46.8125em){.marketing-nav__secondary .marketing-nav__arrow{position:absolute;top:50%;right:5%;margin-top:-3px}}.marketing-nav__external-indicator{vertical-align:middle;width:7px;height:7px;margin-left:2px;-webkit-transition:fill 300ms;transition:fill 300ms}.marketing-nav__item--primary .marketing-nav__external-indicator{width:7px;height:7px;margin-left:2px;margin-top:-8px}.marketing-nav__item--user .marketing-nav__external-indicator{width:7px;height:7px;margin-left:2px;margin-top:-8px}.marketing-nav__item--secondary .marketing-nav__external-indicator{width:7px;height:7px;margin-left:2px;margin-top:-8px}.marketing-nav__item--child .marketing-nav__external-indicator{width:7px;height:7px;margin-left:2px;margin-top:-8px}.skip-to-main.focusable:focus{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:ShopifySans, Helvetica, Arial, sans-serif;font-weight:400;position:absolute;color:#000000;height:60px;line-height:60px;padding:0 15px;background:#ffffff;z-index:1001}@media screen and (min-width: 67.5em){.skip-to-main.focusable:focus{height:80px;line-height:80px}}.footer--main{margin-left:auto;margin-right:auto;position:relative;background:#000639}.footer--main::after{content:'';display:table;clear:both}.footer-section{margin-bottom:1.875em}.footer-section::after{content:'';display:table;clear:both}.footer-heading{margin:0 0 0.5625em;color:#ffffff;letter-spacing:normal}.footer-link{display:block;font-size:0.875em;padding:0.375em 0;color:#919eab;-webkit-transition:color 300ms ease-in-out;transition:color 300ms ease-in-out}.footer-link:hover,.footer-link:focus{color:#ffffff}.footer-top{padding-bottom:1.5625em}@media screen and (max-width: 46.8125em){.footer-top{padding-top:1.5625em}}.footer-top+.footer-bottom{border-top:1px solid rgba(223,227,232,0.1)}.footer-bottom{padding-top:1.875em;padding-bottom:1.875em}.footer-bottom::after{content:'';display:table;clear:both}.footer-bottom a{color:#919eab;-webkit-transition:color 300ms ease-in-out;transition:color 300ms ease-in-out}@media screen and (min-width: 67.5em){.footer-bottom a{line-height:1.875em}}.footer-bottom a:hover{color:#ffffff}.footer-bottom__links>a{color:#ffffff;line-height:1.875em;white-space:nowrap}@media screen and (min-width: 46.875em){.footer-bottom__links>a{margin-left:15px}}@media screen and (max-width: 46.8125em){.footer-bottom__links>a{display:block}}.footer-bottom__links>a:hover,.footer-bottom__links>a:focus{color:#ffffff}.footer-country-select{margin-bottom:0;display:inline-block;position:relative;width:auto;line-height:1.875em}@media screen and (min-width: 46.875em){.footer-country-select{margin-left:15px}}.footer-country-select .popover{width:auto;position:relative}.footer-country-select .popover::before,.footer-country-select .popover::after{display:none}.footer-country-select__trigger{color:#ffffff;-webkit-transition:color 300ms ease-in-out;transition:color 300ms ease-in-out}.footer-country-select__trigger:hover,.footer-country-select__trigger:focus{color:#ffffff}.footer-country-select__trigger:hover .footer-country-select__globe,.footer-country-select__trigger:hover .footer-country-select__arrow,.footer-country-select__trigger:focus .footer-country-select__globe,.footer-country-select__trigger:focus .footer-country-select__arrow{fill:#ffffff}.footer-country-select__popover.js-is-active .footer-country-select__arrow{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.footer-country-select__globe,.footer-country-select__arrow{fill:#ffffff;-webkit-transition:fill 300ms ease-in-out;transition:fill 300ms ease-in-out;display:inline-block;vertical-align:middle}.footer-country-select__globe{width:1em;height:1em;margin-bottom:0.1875em}.footer-country-select__arrow{margin-bottom:0.1875em;width:0.75em;height:0.75em}.footer-country-select__text{padding-left:0.375em;padding-right:0.375em}.footer-country-select__content.popover-content{padding:12px 24px 12px;position:absolute;bottom:25px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-column-count:2;column-count:2;-webkit-box-shadow:0 5px 30px 5px rgba(69,79,91,0.2);box-shadow:0 5px 30px 5px rgba(69,79,91,0.2);border-radius:5px;background-color:#ffffff}@media screen and (min-width: 46.875em){.footer-country-select__content.popover-content{padding-left:0;-webkit-transform:none;-ms-transform:none;transform:none;right:0;left:auto}}.footer-country-select__content.popover-content li{display:inline-block;width:100%}.footer-country-select__content.popover-content a{color:#ffffff;font-weight:700;line-height:1;padding:9px 24px 9px 21px;border-left:3px solid transparent;margin-left:0;margin-right:0;white-space:nowrap;display:block}@media screen and (max-width: 46.8125em){.footer-country-select__content.popover-content a{font-size:0.875em;padding-right:10px;padding-left:7px;line-height:1.2}}.footer-country-select__content.popover-content a:hover,.footer-country-select__content.popover-content a:focus{color:#212b35;border-left-color:#919eab}.footer-country-select__content.popover-content a:active{border-left-color:#212b35}.footer-social__icon{display:inline-block;width:1.125em;height:1.125em;margin-top:0.3125em}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.footer-social__icon{width:1em;height:1em}}.footer-social__icon+.footer-social__icon{margin-left:0.5em}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.footer-social__icon+.footer-social__icon{margin-left:0.3125em}}.footer-social__icon .icon{width:100%;height:100%;fill:#ffffff;-webkit-transition:fill 300ms ease-in-out;transition:fill 300ms ease-in-out}.footer-social__icon:hover .icon,.footer-social__icon:focus .icon{fill:#ffffff}.footer-nav{border-bottom:1px solid rgba(223,227,232,0.1);margin-bottom:1.5625em}@media screen and (max-width: 46.8125em){.footer-nav{text-align:center;padding-bottom:1.5625em}}.footer-nav a{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:ShopifySans, Helvetica, Arial, sans-serif;font-weight:700;font-size:1em;margin-right:0.9375em;color:#ffffff;display:inline-block}@media screen and (max-width: 46.8125em){.footer-nav a{margin-right:0.46875em;margin-left:0.46875em;padding-top:0.3125em}}@media screen and (min-width: 46.875em){.footer-nav a{line-height:70px;border-bottom:2px solid #000639;-webkit-transition-property:border-color, fill;transition-property:border-color, fill;-webkit-transition-duration:300ms;transition-duration:300ms}.footer-nav a:hover,.footer-nav a:focus{color:#ffffff;border-color:#ffffff}}.footer-column--nameless{margin-top:1.65em}.drawer{display:none;position:fixed;overflow-y:scroll;overflow-x:hidden;-webkit-overflow-scrolling:touch;z-index:1000;top:0;bottom:0;width:18.75em;max-width:100%;-webkit-transition:-webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);transition:-webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);transition:transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);transition:transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),-webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);background-color:#ffffff;font-size:1.1428571429em;font-family:ShopifySans, Helvetica, Arial, sans-serif}@media screen and (prefers-reduced-motion: reduce){.drawer{-webkit-transition:none;transition:none;-webkit-animation:none;animation:none}}.js-drawer-open .drawer{display:block;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.drawer .marketing-nav__logo__shopify{margin-top:0}.drawer--left{left:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.drawer--right{right:0;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.drawer--powered-by-shopify .drawer__items--primary{padding-top:0;border-top:0}.drawer__inner{position:relative;min-height:100%;padding-right:30px;padding-bottom:30px;padding-left:30px}@media screen and (max-width: 67.4375em){.drawer__inner .marketing-form__button{width:100%}}.drawer__top{position:relative;height:60px;padding-top:15px;padding-bottom:15px}.drawer__close-button{display:block;-webkit-box-sizing:content-box;box-sizing:content-box;width:1.25em;height:1.25em;padding:0.625em;fill:#212b35;position:absolute;top:50%;right:-0.625em;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.drawer__close-button .icon{width:100%;height:100%}.drawer__items{padding-top:15px;border-top:1px solid #dfe3e8}.drawer__items+.drawer__items{margin-top:15px}.drawer__items--nested{margin-bottom:15px;padding-top:0;border-top:0;border-left:1px solid #dfe3e8}.drawer__items--nested .drawer__items--nested{margin-left:1.0625em}.drawer__item{display:block;width:100%;color:#454f59;font-size:1em;font-weight:500;padding-top:0.625em;padding-bottom:0.625em;text-align:left;line-height:1;-webkit-transition:color 300ms;transition:color 300ms}.drawer__item:hover,.drawer__item:focus{color:#000000;font-weight:500}.drawer__item.drawer__item--active{color:#000000;font-weight:500}.drawer__items--nested .drawer__item{margin-left:-1px;padding-left:1.0625em;border-left:3px solid transparent}.drawer__items--nested .drawer__item.drawer__item--active{border-left-color:currentColor}.drawer__items--corporate .drawer__item{color:#919ea9;font-weight:500}.drawer__items--corporate .drawer__item:hover,.drawer__items--corporate .drawer__item:focus{color:#000000;font-weight:500}.drawer__items--corporate .drawer__item.drawer__item--active{color:#000000;font-weight:500}.drawer__items--user .drawer__item{color:#454f59;font-weight:500}.drawer__items--user .drawer__item:hover,.drawer__items--user .drawer__item:focus{color:#000000;font-weight:500}.drawer__items--user .drawer__item.drawer__item--active{color:#000000;font-weight:500}.drawer__item--primary{font-size:1em;font-weight:700;text-transform:uppercase;padding-top:15px;padding-bottom:15px}.drawer__item--primary,.drawer__item--primary a{color:#000000}.drawer__item--primary:hover,.drawer__item--primary:focus{color:#000000;font-weight:700}.drawer__item--primary.drawer__item--active{color:#000000;font-weight:700}.drawer__item--primary .marketing-nav__arrow{vertical-align:20%;margin-left:0.3571428571em}.drawer__item--signup{color:#5c6ac4;border:0;background-color:transparent;padding-left:0;padding-right:0}#PageContainer::before{position:fixed;top:0;left:0;width:100%;height:100%;visibility:hidden;opacity:0;background-color:rgba(0,0,0,0.6);-webkit-transition:visibility 0.4s linear,opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);transition:visibility 0.4s linear,opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);-webkit-transform:translateZ(0);transform:translateZ(0);content:'';z-index:999}.js-drawer-open{overflow:hidden}.js-drawer-open #PageContainer::before{visibility:visible;opacity:1}.signup-modal__content{width:100%}@media screen and (min-width: 67.5em){.signup-modal__content{max-width:50%;margin:0 auto}}.signup-modal__content .marketing-form__button{float:right}body>.signup--hidden{display:none}.subdomain{position:relative}.stateful-form .marketing-input::-ms-clear{display:none}.stateful-form .js-has-error .marketing-input{-webkit-box-shadow:0 0 0 2px #eb644d;box-shadow:0 0 0 2px #eb644d}.stateful-form .js-has-hint .marketing-input{-webkit-box-shadow:0 0 0 2px #b7ecec;box-shadow:0 0 0 2px #b7ecec}.stateful-form .js-is-pending::after{content:'';display:block;width:18px;height:18px;position:absolute;top:50%;left:50%;margin-left:-9px;margin-top:-9px;border-radius:50%;border:3px solid #454f59;border-top-color:transparent;-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear;z-index:10;right:1.25em;left:auto;-webkit-animation-duration:0.5s;animation-duration:0.5s}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.stateful-form .marketing-input{position:relative;z-index:1}.stateful-form .js-is-hidden{display:none}.stateful-form .marketing-form__messages{-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);padding-top:2px;font-size:1em;max-height:0;overflow:hidden;display:block}@media screen and (min-width: 46.875em){.stateful-form .marketing-form__messages{-webkit-transition:max-height 300ms;transition:max-height 300ms}}.stateful-form .marketing-form__messages .error{color:#ffffff;display:block;font-size:0.75em;padding:0.4166666667em 1em;position:relative;min-height:2em}.stateful-form .marketing-form__messages .error.hide{display:none}.stateful-form .marketing-form__messages .error a,.stateful-form .marketing-form__messages .error button{color:#ffffff;text-decoration:underline;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor;text-decoration-skip-ink:auto;-webkit-transition:color 150ms;transition:color 150ms}.stateful-form .marketing-form__messages .error a:hover,.stateful-form .marketing-form__messages .error a:focus,.stateful-form .marketing-form__messages .error button:hover,.stateful-form .marketing-form__messages .error button:focus{color:#f0f0f0}.stateful-form .marketing-form__messages .error a:focus,.stateful-form .marketing-form__messages .error button:focus{outline:0;background-color:rgba(255,255,255,0.125)}.stateful-form .marketing-form__messages .suggest{color:#000000;display:block;font-size:0.75em;padding:0.4166666667em 1em;position:relative;min-height:2em}.stateful-form .marketing-form__messages .suggest.hide{display:none}.stateful-form .marketing-form__messages .suggest a,.stateful-form .marketing-form__messages .suggest button{color:#000000;text-decoration:underline;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor;text-decoration-skip-ink:auto;-webkit-transition:color 150ms;transition:color 150ms}.stateful-form .marketing-form__messages .suggest a:hover,.stateful-form .marketing-form__messages .suggest a:focus,.stateful-form .marketing-form__messages .suggest button:hover,.stateful-form .marketing-form__messages .suggest button:focus{color:black}.stateful-form .marketing-form__messages .suggest a:focus,.stateful-form .marketing-form__messages .suggest button:focus{outline:0;background-color:rgba(0,0,0,0.125)}.stateful-form .js-has-error .marketing-form__messages{background-color:#eb644d;-webkit-box-shadow:0 0 0 2px #eb644d;box-shadow:0 0 0 2px #eb644d;border-radius:0 0 5px 5px;max-height:90px}@media screen and (min-width: 46.875em){.stateful-form .js-has-error .marketing-form__messages{-webkit-transition:max-height 300ms;transition:max-height 300ms}}.stateful-form .js-has-hint .marketing-form__messages{background-color:#b7ecec;-webkit-box-shadow:0 0 0 2px #b7ecec;box-shadow:0 0 0 2px #b7ecec;border-radius:0 0 5px 5px;max-height:90px}@media screen and (min-width: 46.875em){.stateful-form .js-has-hint .marketing-form__messages{-webkit-transition:max-height 300ms;transition:max-height 300ms}}.stateful-form .js-is-pending .marketing-input{-webkit-box-shadow:0 0 0 1px #c4cdd5;box-shadow:0 0 0 1px #c4cdd5}.stateful-form .js-is-pending .marketing-form__messages{max-height:0;-webkit-box-shadow:none;box-shadow:none}@media screen and (min-width: 46.875em){.stateful-form .js-is-pending .marketing-form__messages{-webkit-transition:all 300ms;transition:all 300ms}}.page-block{padding:5.625em 0;border-color:#dfe3e8}.page-block--white{background:#ffffff;color:#454f59}.page-block--light{background:#f4f6f8;color:#212b37}.page-block--lowlight{background-color:#30373b;color:#919ea9}.page-block--blue{background-color:#f6fafd;color:#212b37}.page-block--border-top{border-top-width:1px;border-top-style:solid}@media screen and (max-width: 46.8125em){.page-block{padding:3.75em 0}}.page-block--lowlight .section-heading__heading{color:#ffffff}.page-block--lowlight .section-heading__subhead{color:#000000}.page-block--image{background-position:top center;background-repeat:no-repeat;background-size:cover;position:relative}.page-block--image>.page-width{height:100%;z-index:1}.section-block{padding-top:2.8125em;padding-bottom:2.8125em;border-color:#dfe3e8}.section-block--border-top{border-top-width:1px;border-top-style:solid}.section-block--white{background:#ffffff;color:#454f59}.section-block--light{background:#f4f6f8;color:#212b37}.section-block--lowlight{background-color:#30373b;color:#919ea9}.section-block--blue{background-color:#f6fafd;color:#212b37}@media screen and (max-width: 46.8125em){.section-block{padding-top:1.875em;padding-bottom:1.875em}}.page-width .section-block:first-child:not(:only-child){padding-top:0}.page-width .section-block:last-child:not(:only-child){padding-bottom:0}.section{padding:3.75em 0}@media screen and (min-width: 46.875em){.section{padding-top:5.625em;padding-bottom:5.625em}}.section .section:first-child:not(:only-child){padding-top:0}.section .section:last-child:not(:only-child){padding-bottom:0}.section--tight{padding:1.875em 0}@media screen and (min-width: 46.875em){.section--tight{padding-top:2.8125em;padding-bottom:2.8125em}}.section--padding-top-only{padding-bottom:0}.section--padding-bottom-only{padding-top:0}.section--border{border-top:1px solid #dfe3e8}.section--image{background-position:top center;background-repeat:no-repeat;background-size:cover;position:relative}.section-heading{margin-bottom:2.8125em;text-align:center}@media screen and (min-width: 67.5em){.section-heading{margin-bottom:3.75em}}.section-heading--lowlight .section-heading__heading{color:#ffffff}.section-heading--lowlight .section-heading__subhead{color:#000000}.section-heading--lowlight .section-heading__kicker{color:#dfe3e8}.section-heading--tight{margin-bottom:1.5625em}.section-heading--tight .section-heading__heading{margin-bottom:0.25em}.section-heading--tight .section-heading__subhead{margin-bottom:0}.section-heading--tight .section-heading__kicker{margin-bottom:0.75em}.section-heading__subhead{font-weight:400;color:#000000}.section-heading__kicker{font-weight:700;color:#ffffff}.section-heading__kicker.section-heading__kicker--has-icon{display:inline-block;margin-bottom:0;vertical-align:middle}.section-heading__icon-wrapper{margin-bottom:0.625em}.section-heading__icon{width:1.75em;height:1.75em;margin-right:0.625em;vertical-align:middle}@media screen and (min-width: 46.875em){.section-heading--left{text-align:left}}.block{display:block;border-color:#dfe3e8;margin-bottom:2.8125em}.block__icon,.block__image{margin-bottom:0.9375em}.block--padded{padding:30px}.block--padded .block__content:last-child,.block--padded .block__cta:last-child{margin-bottom:0}.block--rounded{border-radius:5px}.block--bordered{border-width:1px;border-style:solid}.block--lowlight .block__icon{fill:#ffffff}.block--lowlight .block__heading{color:#ffffff}.block--lowlight .block__content{color:#dfe3e8}.block--lowlight .block__cta a{color:#ffffff}.block__content{margin-bottom:0.9375em}.marketing-block{display:block;border-color:#dfe3e8}.marketing-block--white{background:#ffffff;color:#454f59}.marketing-block--light{background:#f4f6f8;color:#212b37}.marketing-block--lowlight{background-color:#30373b;color:#919ea9}.marketing-block--blue{background-color:#f6fafd;color:#212b37}@media screen and (max-width: 46.8125em){.marketing-block{margin-bottom:2.8125em;width:100%}}.marketing-block .icon{margin-bottom:0.75em}.marketing-block--bordered{border-width:1px;border-style:solid}.marketing-block--light{border-width:1px;border-style:solid}.marketing-block--blue{border:1px solid #479ccf}.marketing-block--padded{padding:1.875em}.marketing-block--rounded{border-radius:5px}.marketing-block__content p:last-child{margin-bottom:0}.marketing-block__img img{width:100%}.bullet{display:table;margin-bottom:1.875em;position:relative}.bullet__icon{padding-right:15px;display:table-cell;vertical-align:top}.bullet__content{padding-top:8px;margin-bottom:0;display:table-cell;vertical-align:top;width:100%}.marketing-bullet-list{margin-bottom:1.875em;padding-top:1.875em}.marketing-bullet-list:last-child{margin-bottom:-1.875em}.marketing-bullet{list-style:none;margin-bottom:1.875em;position:relative}.marketing-bullet::after{content:'';display:table;clear:both}.marketing-bullet .icon{display:block;margin-bottom:0;float:left;margin-right:15px}.marketing-bullet--without-heading .marketing-bullet__content{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto;font-family:ShopifySans, Helvetica, Arial, sans-serif;font-weight:300;position:absolute;left:75px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:1.125em;line-height:1}.marketing-bullet__content-wrapper{overflow:hidden;display:block;float:none;position:static}@media screen and (max-width: 46.8125em){.marketing-bullet__content-wrapper{margin-bottom:0;text-align:left;width:inherit}}@media screen and (max-width: 46.8125em){.media__center--mobile{text-align:center}}@media screen and (min-width: 67.5em){.media__offset{margin-top:2.8125em}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.media__offset{margin-top:0.9375em}}@media screen and (max-width: 46.8125em){.media__image{text-align:center}}@media screen and (max-width: 46.8125em){.media__last{margin-top:1.875em}}@media screen and (min-width: 46.875em){.media--flex-centered{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.media--flex-centered .media__right{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.media--flex-centered .media__offset{margin-top:0}}@media screen and (min-width: 46.875em){.media__right{float:right;margin-right:0}}@media screen and (min-width: 46.875em){.media__image--wide-left img,.media__image--wide-left .lazyload-image{float:right}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.media__image--wide-left img,.media__image--wide-left .lazyload-image{max-width:none}}@media screen and (max-width: 46.8125em){.media__image--wide-left--mobile img{margin-left:-30px}}@media screen and (min-width: 46.875em){.media__image--wide-right img,.media__image--wide-right .lazyload-image{float:left}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.media__image--wide-right img,.media__image--wide-right .lazyload-image{max-width:none}}@media screen and (min-width: 46.875em){.media__image--wide-left .lazyload-image,.media__image--wide-right .lazyload-image{overflow:visible}}@media screen and (max-width: 46.8125em){.media__image--wide-right--mobile{text-align:right}.media__image--wide-right--mobile img{margin-right:-30px}}@media screen and (min-width: 46.875em){.media__image--bottom img,.media__image--bottom .lazyload-image{margin-bottom:-5.625em}}@media screen and (min-width: 46.875em){.media__image--bottom .lazyload-image img{margin-bottom:0}}@media screen and (min-width: 46.875em){.media__image--top img,.media__image--top .lazyload-image{margin-top:-5.625em}}@media screen and (min-width: 46.875em){.media__image--top .lazyload-image img{margin-top:0}}@media screen and (min-width: 67.5em){.media__image--top--desktop img,.media__image--top--desktop .lazyload-image{margin-top:-5.625em}}@media screen and (min-width: 67.5em){.media__image--top--desktop .lazyload-image img{margin-top:0}}@media screen and (min-width: 67.5em){.media__image--bottom--desktop img{margin-bottom:-5.625em}}@media screen and (min-width: 67.5em){.media__image--bottom--desktop img,.media__image--bottom--desktop .lazyload-image{margin-bottom:-5.625em}}@media screen and (min-width: 67.5em){.media__image--bottom--desktop .lazyload-image img{margin-bottom:0}}@media screen and (max-width: 46.8125em){.media__image--bottom--mobile img,.media__image--bottom--mobile .lazyload-image{margin-bottom:-3.75em}}@media screen and (max-width: 46.8125em){.media__image--bottom--mobile .lazyload-image img{margin-bottom:0}}@media screen and (min-width: 46.875em){.media__image--right-tight{margin-left:-15em}}@media screen and (min-width: 67.5em){.media__image--overflow img{max-width:none}}.lazyload-image{-webkit-box-sizing:content-box;box-sizing:content-box;display:block;overflow:hidden;position:relative;width:100%;margin:auto}.lazyload-image img{display:block}.lazyload-image .lazyload-image__placeholder{display:block;width:100%;height:0}.lazyload{display:block;height:0;overflow:hidden}.flash-container{position:relative}.flash-container+.flash-container{margin-top:1.875em}.flash{padding:0.9375em 3.0625em 0.9375em 3.5em;min-height:3.75em;border:0.125em solid;border-radius:5px}.flash h1,.flash h2,.flash h3,.flash h4,.flash h5,.flash h6,.flash .long-form-content li::before{color:currentColor}.flash--notice,.flash--info{background-color:#f4f6f8;border-color:#dfe3e8;color:#454f59}.flash--notice,.flash--notice .long-form-content,.flash--info,.flash--info .long-form-content{color:#454f59}.flash--error,.flash--alert{background-color:rgba(235,100,77,0.05)}.flash--error,.flash--error .long-form-content,.flash--alert,.flash--alert .long-form-content{color:#eb644d}.flash--success{background-color:rgba(88,180,75,0.05);border-color:#58b44b}.flash--success,.flash--success .long-form-content{color:#58b44b}.icon--flash{position:absolute;top:0.9375em;left:0.9375em;width:1.625em;height:1.625em;fill:currentColor}.flash__close{position:absolute;top:0;right:0;padding:0.9375em;opacity:0.8;-webkit-transition:opacity 300ms ease-in-out;transition:opacity 300ms ease-in-out}.flash__close svg{width:0.9375em;height:0.9375em;fill:currentColor}.flash__close:hover,.flash__close:focus{opacity:1}.flash__close:active{opacity:0.8}.flash__content.long-form-content{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:ShopifySans, Helvetica, Arial, sans-serif;font-weight:500;margin:0}.flash__content.long-form-content .heading{margin-top:-0.125em}.flash__content.long-form-content>*:last-child{margin-bottom:0}@media screen and (max-width: 46.8125em){.hero{text-align:center}}.hero .hero__inner{padding-top:10%;padding-bottom:10%}.hero .hero__image{width:100%;height:auto}.spot-image--small{width:60px}.spot-image--medium{width:85px}.spot-image--large{width:120px}.cookies-notice{z-index:1000;position:fixed;right:0;bottom:0;left:0;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);padding:15px 0;background-color:#000000;opacity:0;visibility:hidden;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;-webkit-text-size-adjust:100%}.js-is-loaded .cookies-notice.js-is-active{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;visibility:visible}@media screen and (min-width: 46.875em){.cookies-notice{padding-top:20px;padding-bottom:20px}}.cookies-notice__body{padding-right:15px;font-size:0.875em;line-height:1.5}@media screen and (max-width: 46.8125em){.cookies-notice__body{margin-bottom:15px}}@media screen and (min-width: 46.875em){.cookies-notice__body{float:left;width:80%;font-size:0.8125em}}.cookies-notice__body,.cookies-notice__body a{color:#ffffff}@media screen and (max-width: 46.8125em){.cookies-notice__cta{float:right;font-size:0.875em}}@media screen and (min-width: 46.875em){.cookies-notice__cta{float:left;width:20%;text-align:right}}.background-video,.background-video--fallback{opacity:0;visibility:hidden;z-index:-1;position:absolute;bottom:0;left:50%;min-height:100%;min-width:100%;max-width:none;overflow:hidden;-webkit-transition:opacity 1s ease-in;transition:opacity 1s ease-in;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}@media screen and (max-width: 46.8125em){.background-video,.background-video--fallback{min-width:0;min-height:0;height:100%;opacity:1}}.background-video.js-is-active,.background-video--fallback.js-is-active{opacity:1;visibility:visible;z-index:0}.inline-video,.inline-video--fallback{display:block;max-width:100%;height:auto}.responsive-video-wrapper{position:relative;height:0;padding-top:56.25%}.responsive-video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.icon-caret-right{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%22-242.1%20245.6%206.6%2010.3%22%3E%3Cpath%20d=%22M-235.6%20250.7l-5.1%205.2-1.4-1.4%203.7-3.8-3.7-3.7%201.4-1.4%22/%3E%3C/svg%3E");background-repeat:no-repeat}.icon-caret-left{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%22-189.8%20245.6%20499.8%20792%22%3E%3Cpath%20d=%22M202.3%20245.6L310%20353.3%2025.5%20637.8%20310%20929.9l-107.7%20107.7-392.1-399.8%22/%3E%3C/svg%3E");background-repeat:no-repeat}.paginated-carousel{position:relative}.paginated-carousel .carousel-item{position:relative}@media screen and (max-width: 46.8125em){.paginated-carousel .carousel-item{position:absolute;top:0;display:none;float:none;width:auto;margin-right:0;opacity:0;-webkit-transform:translateX(50px);-ms-transform:translateX(50px);transform:translateX(50px);-webkit-transition:all 300ms ease;transition:all 300ms ease}.paginated-carousel .carousel-item.js-is-active{position:static;display:block;opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.paginated-carousel .carousel-nav{opacity:0;-webkit-transition:opacity 300ms ease;transition:opacity 300ms ease}.js-is-loaded .paginated-carousel .carousel-nav{opacity:1}.paginated-carousel .carousel-nav-items{text-align:center}.paginated-carousel .carousel-nav-item{width:0.8125em;height:0.8125em;margin:0 0.25em;line-height:1.25em;vertical-align:middle;background-color:#919ea9;border-radius:50%}.paginated-carousel .carousel-nav-item.js-is-active{background:#000000}.paginated-carousel .carousel-arrow-left,.paginated-carousel .carousel-arrow-right{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.paginated-carousel .carousel-arrow-left{left:0}.paginated-carousel .carousel-arrow-right{right:0}.inline-cta__heading{font-weight:400;color:#454f59}@media screen and (min-width: 46.875em){.inline-cta__heading{display:inline-block}}@media screen and (min-width: 46.875em){.inline-cta__button{margin-left:30px}}@media screen and (min-width: 46.875em){.marketing-input-button-pair__input,.marketing-input-button-pair__button{float:left}}@media screen and (max-width: 46.8125em){.marketing-input-wrapper .marketing-input-button-pair__input{margin-bottom:15px}}@media screen and (min-width: 46.875em){.marketing-input-button-pair__input{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-right:10px}}.marketing-input-button-pair__button{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}@media screen and (max-width: 46.8125em){.marketing-input-button-pair__button{width:100%}}.marketing-input-button__field-wrapper::after{content:'';display:table;clear:both}@media screen and (min-width: 46.875em){.marketing-input-button__field-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}@media screen and (min-width: 46.875em){.js-is-sticky-init .sticky-menu-content{float:right}}.js-is-sticky-container .sticky-menu{position:fixed;top:0}.js-is-abs-container .sticky-menu{position:absolute;bottom:0;top:auto}@media screen and (min-width: 67.5em){.page--has-secondary-nav .js-is-abs-container .sticky-menu{top:auto}}.js-is-abs-container .in-page-menu{margin-bottom:0}.in-page-menu{list-style:none;margin-bottom:30px}.in-page-menu a{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:ShopifySans, Helvetica, Arial, sans-serif;font-weight:400;color:#454f59;font-size:1em;display:block;-webkit-transition:all 150ms;transition:all 150ms}.in-page-menu a:hover,.in-page-menu a:focus{color:#000000}.in-page-menu a.js-is-active{color:#000000;border-color:#000000}.in-page-menu--vertical{border-left:1px solid #dfe3e8}.in-page-menu--vertical a{margin-left:-1px;border-left:3px solid transparent;padding:0.625em 0 0.625em 1.0625em}.in-page-menu--horizontal a{border-bottom:2px solid transparent;margin-right:0.9375em;-webkit-transition-property:border, color;transition-property:border, color;-webkit-transition-duration:300ms;transition-duration:300ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.in-page-menu--horizontal li{display:inline-block}@media screen and (max-width: 46.8125em){.accordion-item--mobile.js-is-active .accordion-link::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2044%2044%22%3E%3Cpath%20d=%22M4%2021.4h35.8v4.3H4z%22/%3E%3C/svg%3E")}.accordion-item--mobile .accordion-link{position:relative;cursor:pointer;display:block;width:100%;text-align:left;min-height:1.25em;padding-right:1.25em}.accordion-item--mobile .accordion-link::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2044%2044%22%3E%3Cpath%20d=%22M4%2020.4h35.8v4.3H4z%22/%3E%3Cpath%20d=%22M19.7%204.7H24v35.8h-4.3z%22/%3E%3C/svg%3E");content:'';position:absolute;right:0;top:1px;width:1.25em;height:1.25em}.accordion-item--mobile .accordion-content{display:none}}.accordion-item .accordion-content{display:none}.js-modal-open #SiteNavContainer,.js-modal-open #PageContainer{display:none}.modal-container{display:none;min-height:100vh;left:0;opacity:0;padding:0 0 65px;top:0;width:100%;text-align:center;-webkit-overflow-scrolling:touch;z-index:-1;-webkit-transition:opacity 150ms;transition:opacity 150ms}@media screen and (max-width: 46.8125em){.modal-container{padding:0 0 30px}}.modal-container.is-transitioning{z-index:1000;position:fixed}.modal-container.js-is-active{display:block;opacity:1;visibility:visible;z-index:1000}.modal-container button:-moz-focusring,.modal-container a:-moz-focusring{outline:solid #ffffff 2px}.modal-container--lowlight{background:#2a2c2e;color:#ffffff}.modal-container--highlight{background:#ffffff;color:#2a2c2e}.modal__header{position:fixed;top:0;width:100%;z-index:1}.modal__controls{text-align:right}.modal__close{margin:0.625em -0.625em 0 0;padding:0.625em;opacity:0.7;-webkit-transition:opacity 300ms ease;transition:opacity 300ms ease}.modal__close:hover{opacity:1}.modal__close .icon-close-white{height:16px;width:16px}.modal{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000;padding-top:130px;position:relative;text-align:left;-webkit-transition:all 150ms ease-out;transition:all 150ms ease-out;-webkit-transform:scale(0.85);-ms-transform:scale(0.85);transform:scale(0.85)}@media screen and (max-width: 46.8125em){.modal{padding:60px 30px 0}}.js-is-active .modal{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.modal:focus{outline:none}.modal__heading{color:inherit}.popover-wrapper{position:relative;cursor:pointer;display:inline-block}.popover-wrapper.js-is-active .popover{display:block;opacity:1}.popover{position:absolute;z-index:1001;display:none;opacity:0;width:13.75em;text-align:left;background-clip:padding-box;-webkit-transition:opacity 300ms;transition:opacity 300ms}@media screen and (max-width: 46.8125em){.popover{-webkit-transform:translate(-50%, -100%);-ms-transform:translate(-50%, -100%);transform:translate(-50%, -100%);top:-10px;left:50%}}.popover::after{content:'';position:absolute;display:block;width:0;height:0;border:transparent solid 10px}@media screen and (max-width: 46.8125em){.popover::after{left:50%;border-bottom-width:0;margin-left:-10px;border-top-color:#ffffff}}.popover::before{content:'';position:absolute;display:block;width:0;height:0;border:transparent solid 12px;z-index:-1}@media screen and (max-width: 46.8125em){.popover::before{left:50%;border-bottom-width:0;margin-left:-9px}}@media screen and (min-width: 46.875em){.popover--top{-webkit-transform:translate(-50%, -100%);-ms-transform:translate(-50%, -100%);transform:translate(-50%, -100%);top:-10px;left:50%}.popover--top::after,.popover--top::before{left:50%;border-bottom-width:0}.popover--top::after{border-top-color:#ffffff;margin-left:-10px}.popover--top::before{border-top-color:rgba(69,79,89,0.3);bottom:-11px;margin-left:-12px}}@media screen and (min-width: 46.875em){.popover--right{left:100%;top:50%;margin-left:20px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.popover--right::after,.popover--right::before{top:50%;border-left-width:0}.popover--right::after{border-right-color:#ffffff;bottom:-10px;left:-10px;margin-top:-10px}.popover--right::before{border-right-color:rgba(69,79,89,0.3);bottom:-11px;left:-11px;margin-top:-12px}}@media screen and (min-width: 46.875em){.popover--left{right:100%;top:50%;margin-right:20px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.popover--left::after,.popover--left::before{top:50%;border-right-width:0}.popover--left::after{border-left-color:#ffffff;right:-10px;bottom:-10px;margin-top:-10px}.popover--left::before{border-left-color:rgba(69,79,89,0.3);right:-11px;bottom:-11px;margin-top:-12px}}@media screen and (min-width: 46.875em){.popover--bottom{left:50%;margin-top:10px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.popover--bottom::after,.popover--bottom::before{left:50%;border-top-width:0}.popover--bottom::after{border-bottom-color:#ffffff;top:-10px;margin-left:-10px}.popover--bottom::before{border-bottom-color:rgba(69,79,89,0.3);top:-11px;margin-left:-12px}}@media screen and (max-width: 46.8125em){.popover-wrapper--dark .popover::after{border-top-color:rgba(48,55,59,0.95)}}@media screen and (min-width: 46.875em){.popover-wrapper--dark .popover--top::after{border-top-color:rgba(48,55,59,0.95)}}@media screen and (min-width: 46.875em){.popover-wrapper--dark .popover--right::after{border-right-color:rgba(48,55,59,0.95)}}@media screen and (min-width: 46.875em){.popover-wrapper--dark .popover--bottom::after{border-bottom-color:rgba(48,55,59,0.95)}}@media screen and (min-width: 46.875em){.popover-wrapper--dark .popover--left::after{border-left-color:rgba(48,55,59,0.95)}}.popover-wrapper--dark .popover-content{background-color:rgba(48,55,59,0.95);color:#ffffff}.popover-content{background-color:#ffffff;padding:0.5em 0.625em;border-radius:5px;-webkit-box-shadow:0 0 0.125em 0.0625em rgba(69,79,89,0.4);box-shadow:0 0 0.125em 0.0625em rgba(69,79,89,0.4)}.popover-dropdown .popover-content{padding:0.9375em 1.875em}.popover-dropdown .popover-content li{display:block;line-height:1em}.popover-dropdown .popover-content a,.popover-dropdown .popover-content button{display:block;position:relative;color:#454f59;padding:0.625em 0}.popover-dropdown .popover-content a:hover,.popover-dropdown .popover-content a:focus,.popover-dropdown .popover-content a.active,.popover-dropdown .popover-content button:hover,.popover-dropdown .popover-content button:focus,.popover-dropdown .popover-content button.active{color:#000000}.popover-dropdown .popover__arrow::after{position:absolute;right:0;top:50%;margin-top:-0.1875em;width:10px;height:0.75em;content:'';background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20baseProfile=%22tiny%22%20viewBox=%220%200%2010.289%206.563%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20%23c4cdd5%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M5.212%206.563L0%201.423%201.404%200l3.788%203.735L8.865.01l1.424%201.404%22/%3E%3C/svg%3E");background-size:100% auto;background-repeat:no-repeat}.popover-dropdown.js-is-active .popover__arrow{color:#ffffff}.popover-dropdown.js-is-active .popover__arrow::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20baseProfile=%22tiny%22%20viewBox=%220%200%2010.289%206.563%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20%23ffffff%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M5.212%206.563L0%201.423%201.404%200l3.788%203.735L8.865.01l1.424%201.404%22/%3E%3C/svg%3E")}.js-window-loading{opacity:0;-webkit-transition:opacity 300ms ease-in-out;transition:opacity 300ms ease-in-out}.js-is-loaded .js-window-loading{opacity:1}.responsive-svg{height:0;position:relative}.responsive-svg svg{position:absolute;top:0;right:0;width:100%;height:100%}.display--mobile,.display--tablet,.display--desktop{display:none !important}@media screen and (min-width: 67.5em){.display--desktop{display:block !important}.hide--desktop{display:none !important}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.display--tablet{display:block !important}.hide--tablet{display:none !important}}@media screen and (max-width: 46.8125em){.display--mobile{display:block !important}.hide--mobile{display:none !important}}.gutter-bottom{margin-bottom:30px}.gutter-bottom--reset{margin-bottom:0 !important}.gutter-bottom--half{margin-bottom:15px}@media screen and (max-width: 46.8125em){.gutter-bottom--reset--mobile{margin-bottom:0 !important}.gutter-bottom--mobile{margin-bottom:30px}}@media screen and (max-width: 67.4375em){.gutter-bottom--tablet-down{margin-bottom:30px}}.text-center{text-align:center}@media screen and (max-width: 46.8125em){.text-center--mobile{text-align:center}}@media screen and (min-width: 46.875em){.text-center--tablet-up{text-align:center}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.text-center--tablet-only{text-align:center}}@media screen and (max-width: 67.4375em){.text-center--tablet-down{text-align:center}}@media screen and (min-width: 67.5em){.text-center--desktop-up{text-align:center}}.text-left{text-align:left}@media screen and (max-width: 46.8125em){.text-left--mobile{text-align:left}}@media screen and (min-width: 46.875em){.text-left--tablet-up{text-align:left}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.text-left--tablet-only{text-align:left}}@media screen and (max-width: 67.4375em){.text-left--tablet-down{text-align:left}}@media screen and (min-width: 67.5em){.text-left--desktop-up{text-align:left}}.text-right{text-align:right}@media screen and (max-width: 46.8125em){.text-right--mobile{text-align:right}}@media screen and (min-width: 46.875em){.text-right--tablet-up{text-align:right}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.text-right--tablet-only{text-align:right}}@media screen and (max-width: 67.4375em){.text-right--tablet-down{text-align:right}}@media screen and (min-width: 67.5em){.text-right--desktop-up{text-align:right}}.color-primary{color:#5c6ac4}.background-primary{background-color:#5c6ac4}.background-light{background:#f4f6f8}.background-lowlight{background:#000639}.background-grey-darkest{background-color:#eaeff3}.color-grey-darkest{color:#eaeff3}.background-grey-lightest{background-color:#dfe3e8}.color-grey-lightest{color:#dfe3e8}.background-grey-lighter{background-color:#c4cdd5}.color-grey-lighter{color:#c4cdd5}.background-grey-light{background-color:#919ea9}.color-grey-light{color:#919ea9}.background-grey-lightish{background-color:#64737f}.color-grey-lightish{color:#64737f}.background-grey{background-color:#454f59}.color-grey{color:#454f59}.background-grey-dark{background-color:#212b37}.color-grey-dark{color:#212b37}.background-indigo-lightest{background-color:#f4f5fa}.color-indigo-lightest{color:#f4f5fa}.background-indigo-light{background-color:#b3bcf5}.color-indigo-light{color:#b3bcf5}.background-indigo{background-color:#5c6ac4}.color-indigo{color:#5c6ac4}.background-indigo-dark{background-color:#202e78}.background-indigo-darkest{background-color:#000639}.color-indigo-darkest{color:#000639}.background-salmon-lightest{background-color:#fae1e1}.color-salmon-lightest{color:#fae1e1}.background-salmon-light{background-color:#fabcbb}.color-salmon-light{color:#fabcbb}.background-salmon{background-color:#fb8b8a}.color-salmon{color:#fb8b8a}.background-salmon-dark{background-color:#a65c5b}.color-salmon-dark{color:#a65c5b}.background-salmon-darkest{background-color:#452626}.color-salmon-darkest{color:#452626}.background-teal-lightest{background-color:#e0f5f5}.color-teal-lightest{color:#e0f5f5}.background-teal-light{background-color:#b7ecec}.color-teal-light{color:#b7ecec}.background-teal{background-color:#47c1bf}.color-teal{color:#47c1bf}.background-teal-dark{background-color:#00848e}.color-teal-dark{color:#00848e}.background-teal-darkest{background-color:#003135}.color-teal-darkest{color:#003135}.background-yellow-lightest{background-color:#fdeed1}.color-yellow-lightest{color:#fdeed1}.background-yellow-light{background-color:#ffe6b3}.color-yellow-light{color:#ffe6b3}.background-yellow{background-color:#fdd991}.color-yellow{color:#fdd991}.background-yellow-dark{background-color:#cd9157}.color-yellow-dark{color:#cd9157}.background-yellow-darkest{background-color:#6f451f}.color-yellow-darkest{color:#6f451f}.background-ink-lightest{background-color:#919eab}.color-ink-lightest{color:#919eab}.background-ink-lighter{background-color:#ffffff}.color-ink-lighter{color:#ffffff}.background-ink-light{background-color:#454f5b}.color-ink-light{color:#454f5b}.background-ink{background-color:#212b35}.color-ink{color:#212b35}.background-sky-lighter{background-color:#f9fafb}.color-sky-lighter{color:#f9fafb}.background-sky-light{background-color:#f4f6f8}.color-sky-light{color:#f4f6f8}.background-sky{background-color:#dfe3e8}.color-sky{color:#dfe3e8}.background-sky-dark{background-color:#c4cdd5}.color-sky-dark{color:#c4cdd5}.background-black{background-color:#000000}.color-black{color:#000000}.background-white{background-color:#ffffff}.color-white{color:#ffffff}.background-green{background-color:#58b44b}.color-green{color:#58b44b}.background-red{background-color:#eb644d}.color-red{color:#eb644d}.background-facebook{background-color:#385a98}.color-facebook{color:#385a98}.background-twitter{background-color:#55acee}.color-twitter{color:#55acee}.background-linkedin{background-color:#0976b4}.color-linkedin{color:#0976b4}.background-pinterest{background-color:#bd081c}.color-pinterest{color:#bd081c}.background-blue-lightest{background-color:#f6fafd}.color-blue-lightest{color:#f6fafd}.background-blue-lighter{background-color:#00baff}.color-blue-lighter{color:#00baff}.background-blue-light{background-color:#479ccf}.color-blue-light{color:#479ccf}.background-blue{background-color:#368aa9}.color-blue{color:#368aa9}.background-blue-dark{background-color:#206882}.color-blue-dark{color:#206882}.background-slate{background-color:#30373b}.color-slate{color:#30373b}.background-slate-dark{background-color:#2a2c2e}.color-slate-dark{color:#2a2c2e}.background-slate-darkest{background-color:#222222}.color-slate-darkest{color:#222222}.marketing-nav__primary{border-bottom:0}@media screen and (min-width: 67.5em){.marketing-nav__primary{background-color:transparent}}.marketing-nav__logo__academy{width:14.75em;height:2em;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdefs%3e%3cpath id='a' d='M.344.392h14.709v19.82H.344z'/%3e%3cpath id='c' d='M0 .163h19.26V31.79H0z'/%3e%3c/defs%3e%3cg fill='none' fill-rule='evenodd'%3e%3cpath d='M39.592 18.452c-.984-.53-1.49-.975-1.49-1.589 0-.78.702-1.282 1.8-1.282 1.277 0 2.418.53 2.418.53l.9-2.732s-.828-.642-3.262-.642c-3.39 0-5.738 1.924-5.738 4.628 0 1.533 1.097 2.704 2.56 3.54 1.18.67 1.603 1.144 1.603 1.84 0 .725-.591 1.31-1.688 1.31-1.634 0-3.178-.836-3.178-.836l-.956 2.732s1.426.948 3.825.948c3.488 0 5.99-1.7 5.99-4.767 0-1.645-1.265-2.815-2.784-3.68M53.485 12.71c-1.715 0-3.065.808-4.106 2.035l-.056-.028 1.49-7.722h-3.88l-3.77 19.653h3.882l1.294-6.718c.506-2.537 1.828-4.098 3.065-4.098.872 0 1.21.585 1.21 1.422 0 .53-.056 1.17-.17 1.7l-1.462 7.694h3.882l1.518-7.945c.169-.836.282-1.84.282-2.509 0-2.174-1.154-3.484-3.179-3.484M63.526 23.972c-1.322 0-1.884-1.115-1.884-2.51 0-2.201 1.153-5.798 3.262-5.798 1.378 0 1.828 1.171 1.828 2.315 0 2.369-1.153 5.993-3.206 5.993m1.913-11.262c-4.67 0-7.763 4.181-7.763 8.837 0 2.982 1.856 5.38 5.344 5.38 4.584 0 7.678-4.07 7.678-8.837 0-2.76-1.632-5.38-5.26-5.38M76.913 24.028c-1.007 0-1.603-.558-1.603-.558l.647-3.596c.45-2.398 1.716-3.986 3.066-3.986 1.181 0 1.546 1.087 1.546 2.118 0 2.481-1.49 6.022-3.656 6.022m3.713-11.318c-2.62 0-4.106 2.286-4.106 2.286h-.056l.224-2.063h-3.43a81.247 81.247 0 0 1-.788 5.101l-2.7 14.078h3.881l1.069-5.687h.084s.797.502 2.278.502c4.557 0 7.538-4.628 7.538-9.311 0-2.592-1.154-4.906-3.994-4.906M90.16 7.19a2.205 2.205 0 0 0-2.222 2.23c0 1.143.732 1.924 1.829 1.924h.056c1.21 0 2.25-.809 2.278-2.23 0-1.115-.76-1.924-1.94-1.924M84.732 26.648h3.881l2.644-13.632h-3.91zM101.128 12.989h-2.7l.141-.642c.225-1.31 1.013-2.48 2.307-2.48.69 0 1.237.194 1.237.194l.76-3.01s-.676-.335-2.11-.335c-1.378 0-2.756.39-3.797 1.282-1.322 1.115-1.94 2.732-2.25 4.35l-.113.64h-1.799l-.563 2.9h1.8l-2.053 10.76h3.881l2.053-10.76h2.672l.534-2.9z' fill='%23000'/%3e%3cg transform='translate(99.463 12.624)'%3e%3cmask id='b' fill='%23fff'%3e%3cuse xlink:href='%23a'/%3e%3c/mask%3e%3cpath d='M11.003.392s-2.426 6.06-3.515 9.367h-.056C7.357 8.694 6.475.392 6.475.392H2.397l2.335 12.517c.056.279.028.446-.085.64-.45.865-1.21 1.702-2.11 2.315-.73.53-1.546.864-2.193 1.087l1.069 3.262c.787-.168 2.419-.809 3.797-2.091 1.772-1.645 3.403-4.182 5.09-7.639L15.053.392h-4.05z' fill='%23000' mask='url(%23b)'/%3e%3c/g%3e%3cpath d='M18.479 32.024l9.607-2.07S24.621 6.736 24.599 6.577a.308.308 0 0 0-.278-.258c-.116-.01-2.571-.189-2.571-.189s-1.705-1.678-1.892-1.864a.41.41 0 0 0-.163-.095l-1.216 27.853z' fill='%23000'/%3e%3cg transform='translate(0 .25)'%3e%3cmask id='d' fill='%23fff'%3e%3cuse xlink:href='%23c'/%3e%3c/mask%3e%3cpath d='M15.293 2.206c.911.114 1.518 1.142 1.909 2.324l-1.541.473v-.33c0-1.01-.14-1.822-.368-2.467zM13.65 15.064s-1.067-.564-2.374-.564c-1.916 0-2.012 1.192-2.012 1.493 0 1.639 4.31 2.266 4.31 6.105 0 3.02-1.933 4.965-4.539 4.965-3.127 0-4.726-1.93-4.726-1.93l.837-2.74S6.79 23.79 8.176 23.79c.906 0 1.275-.708 1.275-1.224 0-2.138-3.536-2.233-3.536-5.746 0-2.957 2.141-5.818 6.463-5.818 1.665 0 2.488.473 2.488.473l-1.217 3.588zm-.71-13.806c.178 0 .357.06.528.177-1.32.616-2.735 2.167-3.333 5.263l-2.515.773c.7-2.362 2.361-6.213 5.32-6.213zm1.642 3.899v.177l-3.184.977c.613-2.345 1.762-3.477 2.766-3.905.254.63.418 1.533.418 2.751zm4.678-1.25a1.014 1.014 0 0 0-.096.022l-.954.292c-.57-1.624-1.575-3.117-3.343-3.117-.05 0-.1.002-.15.005-.503-.66-1.126-.946-1.664-.946-4.119 0-6.087 5.105-6.704 7.698l-2.883.886c-.893.278-.921.306-1.039 1.14C2.338 10.52 0 28.44 0 28.44l18.041 3.35L19.26 3.908z' fill='%23000' mask='url(%23d)'/%3e%3c/g%3e%3cpath d='M127.408 14.14c-.311-.112-.793-.197-1.644-.197-3.913 0-6.975 4.329-7.003 8.573-.029 1.77.481 3.344 2.325 3.344 2.211 0 4.706-3.289 5.359-6.774l.963-4.945zm-1.814 12.506c-.029-.814.141-2.107.34-3.625h-.057c-1.559 2.98-3.289 3.907-5.075 3.907-2.07 0-3.317-1.687-3.317-4.103 0-4.61 3.317-9.95 8.59-9.95.965 0 2.042.141 2.75.394l-1.445 7.25c-.482 2.53-.652 4.694-.595 6.127h-1.191zM137.588 26.169c-.567.281-1.786.73-3.43.73-3.29 0-4.452-2.388-4.452-4.946 0-4.16 2.864-9.077 7.542-9.077 1.077 0 2.07.337 2.353.562l-.425 1.04A4.937 4.937 0 0 0 137.05 14c-3.8 0-6.068 4.328-6.068 7.813 0 2.332.964 4.019 3.43 4.019 1.191 0 2.212-.394 2.892-.731l.284 1.068zM149.526 14.14c-.312-.112-.794-.197-1.645-.197-3.913 0-6.975 4.329-7.003 8.573-.029 1.77.482 3.344 2.325 3.344 2.211 0 4.707-3.289 5.359-6.774l.964-4.945zm-1.815 12.506c-.028-.814.142-2.107.34-3.625h-.057c-1.559 2.98-3.288 3.907-5.075 3.907-2.07 0-3.317-1.687-3.317-4.103 0-4.61 3.317-9.95 8.591-9.95.964 0 2.042.141 2.75.394l-1.445 7.25c-.483 2.53-.653 4.694-.596 6.127h-1.19zM161.974 14.618c-.482-.393-1.248-.675-2.297-.675-3.573 0-6.238 4.413-6.238 8.291 0 1.687.454 3.626 2.61 3.626 1.87 0 4.252-2.193 4.876-5.565l1.049-5.677zm2.722-7.785L161.69 22.6c-.227 1.264-.482 2.894-.539 4.046h-1.162l.397-2.754h-.057c-1.077 1.827-2.665 3.036-4.621 3.036-2.439 0-3.544-2.109-3.544-4.553 0-4.75 3.289-9.5 7.683-9.5.907 0 1.872.225 2.41.563l1.22-6.605h1.219zM173.373 15.855c0-1.237-.85-1.911-2.126-1.911-2.099 0-3.97 2.248-4.82 5.17 3.544.03 6.946-.561 6.946-3.231v-.028zm-.539 10.033c-.709.478-2.013 1.011-3.714 1.011-3.176 0-4.282-2.473-4.282-5.058 0-3.878 2.75-8.965 6.635-8.965 2.24 0 3.176 1.433 3.176 2.95 0 3.43-3.97 4.385-8.42 4.357-.143.618-.171 2.388.112 3.372.483 1.518 1.531 2.277 2.977 2.277 1.503 0 2.524-.534 3.147-.9l.37.956zM175.358 26.647l1.787-9.528c.34-1.601.51-2.923.623-3.962h1.134l-.368 2.614h.057c1.247-1.94 2.835-2.895 4.451-2.895 1.872 0 2.779 1.265 2.864 3.063 1.19-2.023 2.807-3.035 4.678-3.063 1.333 0 2.949.927 2.949 3.203 0 .675-.085 1.462-.227 2.277l-1.588 8.29H190.5l1.587-8.318c.114-.562.2-1.265.2-1.94 0-1.49-.568-2.416-2.128-2.416-1.814 0-4.025 2.107-4.593 5.143l-1.417 7.532h-1.22l1.617-8.46a8.426 8.426 0 0 0 .198-1.855c0-1.18-.34-2.36-2.155-2.36-1.758 0-4.11 2.445-4.621 5.283l-1.39 7.392h-1.219zM197.05 13.157l1.361 8.15c.283 1.518.425 2.445.567 3.682h.057c.397-.984.879-2.024 1.53-3.401l3.885-8.431h1.304L200.68 23.92c-1.219 2.641-2.495 5.03-4.366 6.8-1.276 1.265-2.552 1.828-3.204 1.996l-.368-1.068c.538-.225 1.53-.646 2.466-1.434.907-.73 2.013-2.079 2.75-3.54.142-.253.114-.422.086-.675l-2.24-12.843h1.247z' fill='%23000'/%3e%3c/g%3e%3c/svg%3e")}.drawer{display:initial;visibility:visible}.mobile-nav__overlay{display:none}.js-drawer-open .mobile-nav__overlay{content:'';position:absolute;left:0;top:0;display:block;width:100%;height:100vh;z-index:999;background-color:rgba(0,0,0,0.7)}@font-face{font-family:'Messina Serif';src:url("https://cdn.shopify.com/shopify-marketing_assets/static/MessinaSerif-Regular.woff2") format("woff2"),url("https://cdn.shopify.com/shopify-marketing_assets/static/MessinaSerif-Regular.woff") format("woff");font-weight:400;font-style:normal}@font-face{font-family:'Messina Serif';src:url("https://cdn.shopify.com/shopify-marketing_assets/static/MessinaSerif-SemiBold.woff2") format("woff2"),url("https://cdn.shopify.com/shopify-marketing_assets/static/MessinaSerif-SemiBold.woff") format("woff");font-weight:600;font-style:normal}.heading--hero{font-size:3em;margin-bottom:15px}@media screen and (min-width: 46.875em){.heading--hero{font-size:5.25em}}.heading--course-title{font-family:Messina Serif, serif;font-size:2.5em}@media screen and (min-width: 67.5em){.heading--course-title{font-size:4.0625em}}.decorative-font{font-weight:600;font-family:Messina Serif, serif}.border-bottom{border-bottom:1px solid #dfe3e8}.border-top{border-top:1px solid #dfe3e8}.font-weight--bold{font-weight:700}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.uk-progress{background:#f4f5fa}.uk-progress-bar{background:#5c6ac4}.s1{font-size:1.125em}.page-wrapper::after{height:0}.progress-text{font-weight:600;margin-bottom:15px}.cover-outline-section-activities li::after{left:12px}.section-hero{padding:0}.course-cover-button{font-weight:700;color:#ffffff;padding:0.8125em 2.5em}@media screen and (min-width: 46.875em){.course-module__container{margin-bottom:60px}}.course-cover__background-image{background-size:cover;background-position:bottom}@media screen and (min-width: 46.875em){.course-cover__background-image{min-height:34.375em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-position:center}}@media screen and (min-width: 67.5em){.course-cover__background-image{min-height:90vh}}@media screen and (max-width: 46.8125em){.course-cover__background-image{height:auto;padding-bottom:100%}}@media screen and (max-width: 46.8125em){.course-cover__content{margin-top:60px}}.grid__item-about p{margin-bottom:30px}.grid__item-about ul{list-style:disc;margin-bottom:30px}.grid__item-about li{margin-left:45px}.course-cover__background-image--default{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-hobby-mobile.jpg")}@media screen and (min-width: 67.5em){.course-cover__background-image--default{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-hobby-desktop.jpg")}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.course-cover__background-image--default{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-hobby-tablet.jpg")}}.course-cover__background-image--dropshipping{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-dropshipping-mobile.jpg")}@media screen and (min-width: 67.5em){.course-cover__background-image--dropshipping{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-dropshipping-desktop.jpg")}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.course-cover__background-image--dropshipping{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-dropshipping-tablet.jpg")}}.course-cover__background-image--start{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-shopify-mobile.jpg")}@media screen and (min-width: 67.5em){.course-cover__background-image--start{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-shopify-desktop.jpg")}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.course-cover__background-image--start{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-shopify-tablet.jpg")}}.course-cover__background-image--print{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-print-mobile.jpg")}@media screen and (min-width: 67.5em){.course-cover__background-image--print{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-print-desktop.jpg")}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.course-cover__background-image--print{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-print-tablet.jpg")}}.course-cover__background-image--hobby{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-hobby-mobile.jpg")}@media screen and (min-width: 67.5em){.course-cover__background-image--hobby{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-hobby-desktop.jpg")}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.course-cover__background-image--hobby{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-hobby-tablet.jpg")}}.course-cover__background-image--instagram{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-instagram-mobile.jpg")}@media screen and (min-width: 67.5em){.course-cover__background-image--instagram{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-instagram-desktop.jpg")}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.course-cover__background-image--instagram{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-instagram-tablet.jpg")}}.course-cover__background-image--photography{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-photography-mobile.jpg")}@media screen and (min-width: 67.5em){.course-cover__background-image--photography{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-photography-desktop.jpg")}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.course-cover__background-image--photography{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-photography-tablet.jpg")}}.course-cover__background-image--email{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-email-mobile.jpg")}@media screen and (min-width: 67.5em){.course-cover__background-image--email{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-email-desktop.jpg")}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.course-cover__background-image--email{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-email-tablet.jpg")}}.course-cover__background-image--online-store{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-online-store-mobile.jpg")}@media screen and (min-width: 67.5em){.course-cover__background-image--online-store{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-online-store-desktop.jpg")}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.course-cover__background-image--online-store{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-online-store-tablet.jpg")}}.course-cover__background-image--seo{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-seo-mobile.jpg")}@media screen and (min-width: 67.5em){.course-cover__background-image--seo{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-seo-desktop.jpg")}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.course-cover__background-image--seo{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-seo-tablet.jpg")}}.course-cover__background-image--facebook-advertising{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-facebook-advertising-mobile.jpg")}@media screen and (min-width: 67.5em){.course-cover__background-image--facebook-advertising{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-facebook-advertising-desktop.jpg")}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.course-cover__background-image--facebook-advertising{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-facebook-advertising-tablet.jpg")}}.course-cover__background-image--google{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-google-mobile.jpg")}@media screen and (min-width: 67.5em){.course-cover__background-image--google{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-google-desktop.jpg")}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.course-cover__background-image--google{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-google-tablet.jpg")}}.course-cover__background-image--daymond-john-goal-setting{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-daymond-john-goal-setting-mobile.jpg")}@media screen and (min-width: 67.5em){.course-cover__background-image--daymond-john-goal-setting{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-daymond-john-goal-setting-desktop.jpg")}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.course-cover__background-image--daymond-john-goal-setting{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-daymond-john-goal-setting-tablet.jpg")}}.course-cover__background-image--advanced-facebook-advertising{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-advanced-facebook-advertising-mobile.jpg")}@media screen and (min-width: 67.5em){.course-cover__background-image--advanced-facebook-advertising{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-advanced-facebook-advertising-desktop.jpg")}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.course-cover__background-image--advanced-facebook-advertising{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-advanced-facebook-advertising-tablet.jpg")}}@media screen and (max-width: 46.8125em){.course-cover__background-image--advanced-facebook-advertising{padding-bottom:108%}}@media screen and (min-width: 67.5em){.workshop-cover{padding-top:0;padding-bottom:0}}.workshop-cover__container{min-height:70vh;padding-right:0}@media screen and (max-width: 46.8125em){.workshop-cover__container{padding-left:0}}@media screen and (min-width: 67.5em){.workshop-cover__container{min-height:90vh;padding-top:3.125em;padding-bottom:3.125em}}.workshop-cover__image-container{padding-right:0}@media screen and (max-width: 46.8125em){.workshop-cover__heading{padding-left:5%;padding-right:5%}}@media screen and (min-width: 67.5em){.workshop-cover__heading{font-size:3.875em;margin-bottom:0.5em}}.workshop-cover__subhead{font-weight:400;font-size:1.5em;margin-bottom:45px;line-height:1.4}@media screen and (max-width: 46.8125em){.workshop-cover__subhead{padding-left:5%;padding-right:5%}}@media screen and (min-width: 46.875em){.workshop-cover__subhead{margin-bottom:3.125em}}.workshop-cover__button{background-color:#ffffff;color:#5c6ac4;font-weight:700;padding:0.8125em 2.5em}.workshop-cover__button:hover,.workshop-cover__button:focus,.workshop-cover__button:active{background-color:#5c6ac4;color:#ffffff}body{background:#eaeff3;max-width:1600px;margin:0 auto}.header-lines{position:absolute;height:460px;right:0;top:0;background:-webkit-repeating-linear-gradient(bottom, #f4f5fa, #f4f5fa 45px, #dfe3e8 45px, #dfe3e8 46px);background:repeating-linear-gradient(0deg, #f4f5fa, #f4f5fa 45px, #dfe3e8 45px, #dfe3e8 46px)}.styled-links{padding-bottom:0.3125em;display:inline-block;position:relative}.styled-links::before{content:'';position:absolute;bottom:0;display:block;width:0;height:2px;background:#5c6ac4}.styled-links::after{content:'';position:absolute;bottom:0;display:block;width:0;height:2px;background:#ffffff}.styled-links-container{font-weight:700}.styled-links-container:hover .styled-links::before{width:100%;-webkit-transition:width 0.3s;transition:width 0.3s}.styled-links-container:hover .styled-links::after{width:86%;-webkit-transition:width 0.3s;transition:width 0.3s;-webkit-transition-delay:0.2s;transition-delay:0.2s}.back-to-top__link{position:absolute;font-weight:700;top:0.875em;right:5.625em}.back-to-top__link .styled-links-container:hover .styled-links::after{width:85%;background:#f4f6f8}.back-to-top__arrow{margin-left:0.3125em;vertical-align:middle}.card__arrow{margin-left:0.625em;vertical-align:middle}.card-shadow{-webkit-box-shadow:0 90px 60px -40px rgba(0,0,0,0.4);box-shadow:0 90px 60px -40px rgba(0,0,0,0.4)}.section__hero{padding-top:0;padding-bottom:0;margin-top:30px}@media screen and (min-width: 67.5em){.section__hero{margin-top:30px}}.hero__image{height:34.375em;background-position:bottom;background-size:cover;background-image:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/images/hhHeaderV3.jpg")}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.hero__image{background-image:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/images/hhHeaderV3.jpg")}}@media screen and (min-width: 67.5em){.hero__image{height:auto;padding-bottom:25%;background-image:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/images/hhHeaderV3.jpg")}}@media screen and (max-width: 67.4375em){.hero__subhead{line-height:1.5}}.main-library__heading-container{margin-bottom:90px}.course-details__item{margin-bottom:120px}.course-details__image{margin-bottom:30px}.course-details__name{margin-bottom:0;min-height:3.625em}.course-details__desc{min-height:6em}.course-details__seperator{display:block;height:1px;border:0;border-top:1px solid #dfe3e8;margin:15px 0;padding:0}.course-details__progress-text{margin-left:15px}.wistia_click_to_play{display:inline}.workshops-header{position:relative;margin-bottom:7.5em}@media screen and (min-width: 67.5em){.workshops-header{margin-bottom:6.25em}}.workshops__featured{margin-bottom:45px}.workshop-details__image-container{position:relative}.workshop-details__date{position:absolute;background-color:#ffffff;padding:1.25em 1.5625em;bottom:0;left:0}.workshop-details__item{margin-bottom:60px}.workshop-details__content{padding:30px 1.5625em;min-height:13.75em}.workshop-details__link{border-top:1px solid #f4f6f8;padding:1.25em 1.5625em;background-color:#ffffff}.workshop__item{padding-top:1.25em;padding-bottom:1.25em}.workshop__item:hover{background-color:#ffffff}.workshop__table-heading-wrapper{padding-top:1.25em;padding-bottom:0.625em}.workshop__course-title-text{font-weight:700;color:#5c6ac4}@media screen and (max-width: 67.4375em){.workshop__course-title-text{max-width:80%;margin-bottom:0.625em}}.workshop__course-title-arrow{position:absolute;top:0;right:15px}@media screen and (min-width: 67.5em){.workshop__course-title-arrow{display:none}}@media only screen and (min-width: 750px) and (max-width: 1300px){.workshop__course-title-arrow{right:0}}.workshop__course-title-wrapper{position:relative}.workshop__course-title-wrapper:hover .workshop__course-title-arrow,.workshop__course-title-wrapper:active .workshop__course-title-arrow{display:block}.workshop__course-title-container{max-width:220px}.workshop__course-information{color:#454f5b}.workshop__course-information p{color:#454f5b}@media screen and (max-width: 67.4375em){.workshop__course-information{font-size:0.875em}}.workshop__course-kicker{font-size:0.625em;text-transform:uppercase;margin-bottom:0.625em}@media screen and (max-width: 46.8125em){.workshop__secondary-content{margin-top:0.625em}}.templates-header{position:relative;margin-bottom:6.25em}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.templates-header{margin-bottom:6.5625em}}.templates-card{margin-bottom:45px;-webkit-box-shadow:0 28px 54px -42px rgba(0,0,0,0.4);box-shadow:0 28px 54px -42px rgba(0,0,0,0.4)}.templates-card__content{padding:30px;min-height:12.5em}.templates-card__description{color:#454f5b}.templates-card__link-container{border-top:1px solid #f4f6f8;padding:1.25em 30px;font-weight:700;line-height:1.3;padding-right:0.3125em;background-color:#ffffff}.template-card__link-icon{margin-left:0.3125em}.templates-card__link-section .styled-links-container:hover .styled-links::after{width:calc(100% - 0.9375em)}.footer-bottom{background-color:#000639}.footer-bottom__academy-logo--light{height:4.0625em}@media screen and (min-width: 46.875em){.footer-bottom__academy-logo--light{height:2.8125em}}@media screen and (max-width: 46.8125em){.footer-bottom__academy-logo--light .shopify-academy__footer-svg{right:auto;width:11.0625em;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}} + + + @font-face { + font-family:"avenir"; + src:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/fonts/Avenir.ttc") format("truetype"); + } + + @font-face { + font-family:"avenir-next"; + src:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/fonts/Avenir+Next.ttc") format("truetype"); + } + + @font-face { + font-family:"avenir-next-condensed"; + src:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/fonts/Avenir+Next+Condensed.ttc") format("truetype"); + } + + @font-face { + font-family:"avenir-next-lt-pro-bold"; + src:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/fonts/AvenirNextLTPro-Bold.ttf") format("truetype"); + } + + @font-face { + font-family:"avenir-next-lt-pro-cn-it"; + src:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/fonts/AvenirNextLTPro-CnIt.ttf") format("truetype"); + } + + @font-face { + font-family:"avenir-next-lt-pro-demi"; + src:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/fonts/AvenirNextLTPro-Demi.ttf") format("truetype"); + } + + @font-face { + font-family:"avenir-next-lt-pro-heavy"; + src:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/fonts/AvenirNextLTPro-Heavy.ttf") format("truetype"); + } + + @font-face { + font-family:"avenir-next-lt-pro-regular"; + src:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/fonts/AvenirNextLTPro-Regular.ttf") format("truetype"); + } + + + body { + font-family: "avenir", sans-serif !important; + } + + h1, h2, h3, h4, h5, h6 { + font-family: "avenir", sans-serif !important; + } + + .uk-navbar-nav>li>a { + font-family: "avenir", sans-serif !important; + } + /*HH colors*/ + .fa-stopwatch { + color: #FBCE20 !important; + } + .sess-view { + color: #0C653A !important; + border-color: #0C653A !important; + border: 3px solid !important; + font-weight: bolder; + } + .filled-button { + font-weight: bolder; + color: white !important; + background-color: #0C653A !important; + border-color: #0C653A !important; + border: 3px solid #0C653A !important; + } + .white-text { + color:white !important; + } + .more-sess { + color: lightgray !important; + border-color: transparent !important; + border: 0px solid !important; + font-weight: bolder; + } + footer { + background-color: #0C653A !important; + } + + a:not(.uk-button) { + color: #0C653A; +} +.float-right{ + float: right; +} +.gold-text { + color:#FBCE20 !important; +} +#mobile-search { + display:none; +} +body > div.main-content > div.uk-container.uk-container-center.uk-padding-horizontal > div > div.uk-width-large-4-10 > div > div.session-sidebar__content > div > div.dialog__body > div > div.uk-width-3-4 > p:nth-child(3) > a { + overflow-wrap: break-word; +} +.hh-search .search { + width: 150px !important; +} +#search_results_count { + display:none; +} +#q { + background-color: #DCDCDC +} +header { + position: fixed; + background-color: white; + width: 100%; + z-index: 1001; + left: 0; +} +.mobile-navbar-toggle { + z-index: 1000000; +} +.main-content { + padding-top: 30px; + min-height: 0 !important; +} + +.main-content > .school-website-course-index-list > .school-website-course-index-results-container > .uk-padding-top{ + padding-top: 30px !important; +} + +.black-text { + color:black !important; + } + +#mobile-nav > div > ul { + z-index: 100000; + background-color: white; +} +::selection { + background-color: black !important; + color: white !important; +} diff --git a/Custom_Templates/customer_templates/HowardHanna/training_session_show.html.liquid b/Custom_Templates/customer_templates/HowardHanna/training_session_show.html.liquid new file mode 100644 index 00000000..b604ce55 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/training_session_show.html.liquid @@ -0,0 +1,205 @@ +
    +
    +
    +

    {{ training_session.session_name }}

    +
    +
    +
    + {% t .belongs_to %} +
    +
    + {{ training_session.title }} +
    +
    +
    +
    + {% t .type %} +
    +
    + {{ training_session.event_type_title }} +
    +
    +
    +
    + {% if training_session.instructor_assigned? %} +
    +
    +
    + avatar +
    +
    +
    + {{ training_session.instructor_name }} +
    +
    + {{ training_session.instructor_title }} +
    +
    +
    +
    + {% endif %} +
    +
    +
    +
    +
    +
    + {{ training_session.description }} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + {{ training_session.session_day }} +
    +
    + {{ training_session.session_month }} +
    +
    +
    +
    +

    + {{ training_session.title }} +

    +

    + + {{ training_session.session_time }} +

    +

    + {% if training_session.location %} + + {{ training_session.location }} + {% endif %} + {% if training_session.session_url %} + + {{ training_session.session_url }} + {% endif %} +

    +
    +
    +
    + +
    +
    +
    + {{ training_session.description }} +
    +
    + {% comment %}
    +

    + {% t .other_sessions_headline %} +

    +
    {% endcomment %} +
    +
      + {% for other_session in training_session.other_sessions %} +
    • +
      +
      +
      + {{ other_session.session_day }} +
      +
      + {{ other_session.session_month }} +
      +
      +
      +
      +
      + {{ other_session.session_name }} +
      +
      + + {{ other_session.session_time }} +
      +
      + +
    • + {% endfor %} +
    +
    +
    + {% if training_session.other_sessions_count > 3 %} + + {% endif %} +
    +
    +
    +
    +
    +
    +
    + + +{% for group in current_person.groups %} + {% if group.enrollment_code == "1817d8c96780f13abbf0f2023e3b26b3bd43d248" %} + + {% endif %} + {% if group.enrollment_code == "ccd2aa2f1e41ebbac8fa878f806e3ccc20ae3f38" or + group.enrollment_code == "aa6fe8d22ec1e75d2e8c54c6d5452dcd585e415d" or + group.enrollment_code == "176629fa82da1d03f3d58c81e751e61b9836a46d" %} + + {% endif %} +{% endfor %} + + diff --git a/Custom_Templates/customer_templates/Instacart/_account_avatar.html.liquid b/Custom_Templates/customer_templates/Instacart/_account_avatar.html.liquid new file mode 100644 index 00000000..d952af93 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_account_avatar.html.liquid @@ -0,0 +1,66 @@ +
    +

    {% t .description %}

    +

    {% t .requirements %}

    +
    + + + + +
    +
    + +
    + +
    + +
    +
    + +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/_account_desktop_view.html.liquid b/Custom_Templates/customer_templates/Instacart/_account_desktop_view.html.liquid new file mode 100644 index 00000000..8ae8599d --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_account_desktop_view.html.liquid @@ -0,0 +1,19 @@ +
    + + {% form_authenticity_token %} +
    +
    +
    + + +
    +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/_account_form.html.liquid b/Custom_Templates/customer_templates/Instacart/_account_form.html.liquid new file mode 100644 index 00000000..ddd264c2 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_account_form.html.liquid @@ -0,0 +1,139 @@ +
    + {% t .header %} +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    + +{% unless form.options.invite? %} +
    + + +
    + +
    + + +
    + +
    + + +
    +{% endunless %} + +{% if form.options.invite? %} +
    + + +
    + + {% if form.terms_of_service_required? %} +
    + +
    + {% t .terms_of_service %} + + {% t .terms_link %} + +
    +
    + {% else %} +
    + + {% t .terms %} + + {% t .terms_link %} + + +
    + {% endif %} + + +{% endif %} diff --git a/Custom_Templates/customer_templates/Instacart/_account_mobile_view.html.liquid b/Custom_Templates/customer_templates/Instacart/_account_mobile_view.html.liquid new file mode 100644 index 00000000..6ac8c007 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_account_mobile_view.html.liquid @@ -0,0 +1,17 @@ +
    + + {% form_authenticity_token %} + + + +
    diff --git a/Custom_Templates/customer_templates/Instacart/_account_tabs.html.liquid b/Custom_Templates/customer_templates/Instacart/_account_tabs.html.liquid new file mode 100644 index 00000000..f4de6c8e --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_account_tabs.html.liquid @@ -0,0 +1,23 @@ +{% capture settings_path %}{% route account %}{% endcapture %} +{% capture transcript_path %}{% route transcript %}{% endcapture %} + +{% if current_person.signed_in? %} +{% unless current_school.sso_active? %} + +{% endunless %} +{% endif %} diff --git a/Custom_Templates/customer_templates/Instacart/_achievments_display.html.liquid b/Custom_Templates/customer_templates/Instacart/_achievments_display.html.liquid new file mode 100644 index 00000000..1f9dc8e7 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_achievments_display.html.liquid @@ -0,0 +1,19 @@ +
    + {% comment %} TODO: display array after implementig gamification {% endcomment %} + {% include "badge_icon" + , badgeimg: 'https://s3.us-east-1.amazonaws.com/static.northpass.com/Instacart/medal.png' + , badgename: '' + , showname: false %} +
    + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/_badge_icon.html.liquid b/Custom_Templates/customer_templates/Instacart/_badge_icon.html.liquid new file mode 100644 index 00000000..80d292a2 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_badge_icon.html.liquid @@ -0,0 +1,46 @@ +
    +
    + +
    + {% if showname %} +
    {{ badgename }}
    + {% endif %} +
    + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/_bundle_description.html.liquid b/Custom_Templates/customer_templates/Instacart/_bundle_description.html.liquid new file mode 100644 index 00000000..e7e891ca --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_bundle_description.html.liquid @@ -0,0 +1,6 @@ +

    + {% t .about %} +

    +
    + {{ product.description }} +
    diff --git a/Custom_Templates/customer_templates/Instacart/_bundle_desktop_header.html.liquid b/Custom_Templates/customer_templates/Instacart/_bundle_desktop_header.html.liquid new file mode 100644 index 00000000..6fb22dec --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_bundle_desktop_header.html.liquid @@ -0,0 +1,12 @@ +
    +
    + {% t shared.product_types.bundle %} + +
    +
    + + + + {{ product.name }} +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/_bundle_product_desktop_view.html.liquid b/Custom_Templates/customer_templates/Instacart/_bundle_product_desktop_view.html.liquid new file mode 100644 index 00000000..66f57bdc --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_bundle_product_desktop_view.html.liquid @@ -0,0 +1,21 @@ +{% include "bundle_desktop_header" %} +
    +
    +
    + {{ product.name }} +
    + {% include "bundle_description" %} +
    +
    +
    +
    +
    + {% include "product_price_and_cta"%} +
    + {% include "bundle_product_outline" %} +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/_bundle_product_mobile_view.html.liquid b/Custom_Templates/customer_templates/Instacart/_bundle_product_mobile_view.html.liquid new file mode 100644 index 00000000..89272b6d --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_bundle_product_mobile_view.html.liquid @@ -0,0 +1,27 @@ +
    +
    + {% t shared.product_types.bundle %} +
    +
    + + + + {{ product.name }} +
    + {{ product.name }} +
    + {% include "product_price_and_cta" %} +
    +
    + +
    + {% include "bundle_description" %} +
    + +
    + {% include "bundle_product_outline" %} +
    diff --git a/Custom_Templates/customer_templates/Instacart/_bundle_product_outline.html.liquid b/Custom_Templates/customer_templates/Instacart/_bundle_product_outline.html.liquid new file mode 100644 index 00000000..9fc22512 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_bundle_product_outline.html.liquid @@ -0,0 +1,12 @@ +
    +

    {% t shared.bundle.title %}

    + {% for item in product.bundle_items %} + {% if item.course? %} + {% include "product_outline_course", id: forloop.index %} + {% elsif item.training_event? %} + {% include "product_outline_event", id: forloop.index %} + {% elsif item.learning_path? %} + {% include "product_outline_lp", id: forloop.index %} + {% endif %} + {% endfor %} +
    diff --git a/Custom_Templates/customer_templates/Instacart/_cards_catalog_item.html.liquid b/Custom_Templates/customer_templates/Instacart/_cards_catalog_item.html.liquid new file mode 100644 index 00000000..a096f57c --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_cards_catalog_item.html.liquid @@ -0,0 +1,38 @@ +
    +
    + {{ item.name }} +
    +

    + {{ item.name }} +

    +
    + +

    {{ item.formatted_type }}

    +
    + +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/_cards_course.html.liquid b/Custom_Templates/customer_templates/Instacart/_cards_course.html.liquid new file mode 100644 index 00000000..8ca20276 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_cards_course.html.liquid @@ -0,0 +1,69 @@ +
    +
    + {% if course.ribbon %} +
    + {{ course.ribbon }} +
    + {% endif %} + {{ course.name }} +
    +
    + + {{ course.properties.course_rating | round: 1 }} +
    +

    + {{ course.name }} +

    +
    + + {{ course.properties.course_duration }} +
    + + + +
    +
    +
    \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/_cards_learning_path.html.liquid b/Custom_Templates/customer_templates/Instacart/_cards_learning_path.html.liquid new file mode 100644 index 00000000..485d3235 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_cards_learning_path.html.liquid @@ -0,0 +1,76 @@ +
    +
    +
    + {{ learning_path.name }} +
    +
    + +
    {% t shared.learning_path.title %}
    +
    + {{ learning_path.items.count }} {% t.items %} +
    +
    +
    +
    {% t shared.learning_path.title %}
    + +
    + +
    +

    + {{ learning_path.name }} +

    + +
    + {{ learning_path.instructor_names }} +
    + +
    + {{ learning_path.description }} +
    + +
    + {% t shared.progress + , count: learning_path.progress %} +
    + +
    +
    +
    + + +
    +
    +
    +
    +
    +
    +
    +
    +
    \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/_cards_learning_path_custom.html.liquid b/Custom_Templates/customer_templates/Instacart/_cards_learning_path_custom.html.liquid new file mode 100644 index 00000000..1e5b14c3 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_cards_learning_path_custom.html.liquid @@ -0,0 +1,76 @@ +
    +
    +
    + {{ learning_path.name }} +
    +
    + +
    {% t shared.learning_path.title %}
    +
    + {% if learning_path.items.count == 0 %} + No Lessons + No hay lecciones + {% elsif learning_path.items.count == 1 %} + 1 Lesson + 1 Lección + {% else %} + {{ learning_path.items.count }} Lessons + {{ learning_path.items.count }} Lecciones + {% endif %} + +
    +
    +
    +

    + {{ learning_path.name }} +

    + +
    + {{ learning_path.instructor_names }} +
    + + +
    +
    +
    +
    +
    +
    +
    +
    +
    \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/_cards_training_event.html.liquid b/Custom_Templates/customer_templates/Instacart/_cards_training_event.html.liquid new file mode 100644 index 00000000..b2f19148 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_cards_training_event.html.liquid @@ -0,0 +1,53 @@ +
    +
    +
    +

    + {{ training_event.title }} +

    +
    + + {% t shared.event_types, key: training_event.event_type %} + + + + {% t .sessions, count: training_event.sessions.size %} + +
    +
    + +
    +
    +
    +
    + {{ training_event.sessions.first.day }} +
    +
    +
    + {{ training_event.sessions.first.month }} +
    +
    + {{ training_event.sessions.first.year }} +
    +
    +
    +
    +
    +
    + +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/_carrot_button.html.liquid b/Custom_Templates/customer_templates/Instacart/_carrot_button.html.liquid new file mode 100644 index 00000000..1fb85dd6 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_carrot_button.html.liquid @@ -0,0 +1,12 @@ +
    + + {% if buttonTextEs %} + {{ buttonText }} + {{ buttonTextEs }} + {% else %} + {{ buttonText }} + {% endif %} + +
    + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/_certificates_info_column.html.liquid b/Custom_Templates/customer_templates/Instacart/_certificates_info_column.html.liquid new file mode 100644 index 00000000..61adfaba --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_certificates_info_column.html.liquid @@ -0,0 +1,4 @@ +
    + {% include "certificates_verification" %} + {% include "certificates_metadata" %} +
    diff --git a/Custom_Templates/customer_templates/Instacart/_certificates_metadata.html.liquid b/Custom_Templates/customer_templates/Instacart/_certificates_metadata.html.liquid new file mode 100644 index 00000000..9f4a1dba --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_certificates_metadata.html.liquid @@ -0,0 +1,59 @@ +
    +
    + +
    + + {% if certificate.issuer_name_enabled? %} + +
    + {% endif %} + + +
    + +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/_certificates_preview.html.liquid b/Custom_Templates/customer_templates/Instacart/_certificates_preview.html.liquid new file mode 100644 index 00000000..6357b621 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_certificates_preview.html.liquid @@ -0,0 +1,35 @@ + + +
    +
    +
    + +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/_certificates_top_bar.html.liquid b/Custom_Templates/customer_templates/Instacart/_certificates_top_bar.html.liquid new file mode 100644 index 00000000..74a7ae41 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_certificates_top_bar.html.liquid @@ -0,0 +1,44 @@ +
    +
    +
    +

    + {{certificate.certificate_name}} +

    +
    +
    + {% if certificate.linkedin_sharing_enabled and current_person.signed_in? and certificate.learner_uuid == current_person.id %} + + + {% t .share %} + + {% endif %} + + {% if certificate.generating_pdf %} +
    + +
    + {% else %} + + {% t .download %} + + {% endif %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/_certificates_verification.html.liquid b/Custom_Templates/customer_templates/Instacart/_certificates_verification.html.liquid new file mode 100644 index 00000000..4fc19415 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_certificates_verification.html.liquid @@ -0,0 +1,15 @@ +
    +
    +
    + +
    +
    +

    + {{certificate.verification_title}} +

    +

    + {{certificate.verification_description}} +

    +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/_course_activity_locked.html.liquid b/Custom_Templates/customer_templates/Instacart/_course_activity_locked.html.liquid new file mode 100644 index 00000000..386393d5 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_course_activity_locked.html.liquid @@ -0,0 +1,4 @@ + + + {{ activity.title }} + diff --git a/Custom_Templates/customer_templates/Instacart/_course_activity_unlocked.html.liquid b/Custom_Templates/customer_templates/Instacart/_course_activity_unlocked.html.liquid new file mode 100644 index 00000000..30c03305 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_course_activity_unlocked.html.liquid @@ -0,0 +1,15 @@ +{% if course.enrolled? %} + + {{ activity.title }} + +{% else%} + + {{ activity.title }} + +{% endif %} diff --git a/Custom_Templates/customer_templates/Instacart/_course_categories.html.liquid b/Custom_Templates/customer_templates/Instacart/_course_categories.html.liquid new file mode 100644 index 00000000..6cfe9010 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_course_categories.html.liquid @@ -0,0 +1,10 @@ +

    + {% t .header %} +

    +
    + {% for category in course.categories %} +
    + {{ category.name }} +
    + {% endfor %} +
    diff --git a/Custom_Templates/customer_templates/Instacart/_course_description.html.liquid b/Custom_Templates/customer_templates/Instacart/_course_description.html.liquid new file mode 100644 index 00000000..269f9216 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_course_description.html.liquid @@ -0,0 +1,6 @@ +

    + {% t .header, key: current_school.course_vocabulary %} +

    +
    + {{ course.full_description }} +
    diff --git a/Custom_Templates/customer_templates/Instacart/_course_desktop_view.html.liquid b/Custom_Templates/customer_templates/Instacart/_course_desktop_view.html.liquid new file mode 100644 index 00000000..e16fee16 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_course_desktop_view.html.liquid @@ -0,0 +1,40 @@ +
    +
    + {% include "course_header" %} +
    +
    +
    +
    + {{ course.name }} + {% include "course_description" %} + + {% if course.categories.any? %} +
    + {% include "course_categories" %} +
    + {% endif %} + + {% if course.instructors.any? %} +
    + {% include "course_instructors" %} +
    + {% endif %} + + {% if course.events.any? %} +
    + {% include "course_events" %} +
    + {% endif %} +
    +
    +
    + {% include "course_progress_and_cta" %} +
    + {% include "course_outline" %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/_course_events.html.liquid b/Custom_Templates/customer_templates/Instacart/_course_events.html.liquid new file mode 100644 index 00000000..5fa80eef --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_course_events.html.liquid @@ -0,0 +1,28 @@ +

    + {% t .header %} +

    +
    + {% for event in course.events %} +
    + +
    +
    + {{ event.title }} +
    +
    + {% t shared.event_types, key: event.event_type %} +
    +
    + {{ event.sessions.first.time_period }} {{ event.sessions.first.time_zone }} +
    +
    +
    + {% endfor %} +
    diff --git a/Custom_Templates/customer_templates/Instacart/_course_header.html.liquid b/Custom_Templates/customer_templates/Instacart/_course_header.html.liquid new file mode 100644 index 00000000..84820ec4 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_course_header.html.liquid @@ -0,0 +1,16 @@ +
    + {{ current_school.course_vocabulary }} + + +
    +
    + + + + {{ course.name }} +
    +{{ course.name }} diff --git a/Custom_Templates/customer_templates/Instacart/_course_instructors.html.liquid b/Custom_Templates/customer_templates/Instacart/_course_instructors.html.liquid new file mode 100644 index 00000000..8b608928 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_course_instructors.html.liquid @@ -0,0 +1,22 @@ +

    + {% t .header %} +

    +
    + {% for instructor in course.instructors %} +
    + {{ instructor.name }} +
    +
    + {{ instructor.name }} +
    + +
    +
    + {% endfor %} +
    diff --git a/Custom_Templates/customer_templates/Instacart/_course_mobile_view.html.liquid b/Custom_Templates/customer_templates/Instacart/_course_mobile_view.html.liquid new file mode 100644 index 00000000..7f31ff35 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_course_mobile_view.html.liquid @@ -0,0 +1,40 @@ +
    + {% include "course_header" %} +
    + {% include "course_progress_and_cta" %} +
    +
    + +{% if course.progress == 0 %} +
    + {% include "course_description" %} +
    +
    + {% include "course_outline" %} +
    +{% else %} +
    + {% include "course_outline" %} +
    +
    + {% include "course_description" %} +
    +{% endif %} + +{% if course.categories.any? %} +
    + {% include "course_categories" %} +
    +{% endif %} + +{% if course.instructors.any? %} +
    + {% include "course_instructors" %} +
    +{% endif %} + +{% if course.events.any? %} +
    + {% include "course_events" %} +
    +{% endif %} diff --git a/Custom_Templates/customer_templates/Instacart/_course_outline.html.liquid b/Custom_Templates/customer_templates/Instacart/_course_outline.html.liquid new file mode 100644 index 00000000..72f97e79 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_course_outline.html.liquid @@ -0,0 +1,40 @@ +
    +
    + {% t .header, key: current_school.course_vocabulary %} +
    +
    +
      + {% for section in course.sections %} +
    1. +
      + {{ section.name }} +
      +
        + {% for activity in section.activities %} + +
      1. + {% if activity.completed? %} + + {% if activity.locked? %} + {% include "course_activity_locked" %} + {% else %} + {% include "course_activity_unlocked", class: "np-course-outline-content-activity-link-completed" %} + {% endif %} +
        + {% else %} + + {% if activity.locked? %} + {% include "course_activity_locked" %} + {% else %} + {% include "course_activity_unlocked", class: "np-course-outline-content-activity-link" %} + {% endif %} +
        + {% endif %} +
      2. + {% endfor %} +
      +
    2. + {% endfor %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/_course_product_desktop_view.html.liquid b/Custom_Templates/customer_templates/Instacart/_course_product_desktop_view.html.liquid new file mode 100644 index 00000000..ae8d50de --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_course_product_desktop_view.html.liquid @@ -0,0 +1,41 @@ +
    +
    + {% include "course_header" %} +
    +
    +
    +
    + {{ course.name }} + {% include "course_description" %} + + {% if course.categories.any? %} +
    + {% include "course_categories" %} +
    + {% endif %} + + {% if course.instructors.any? %} +
    + {% include "course_instructors" %} +
    + {% endif %} + + {% if course.events.any? %} +
    + {% include "course_events" %} +
    + {% endif %} +
    + +
    +
    + {% include "product_price_and_cta" %} +
    + {% include "product_outline" %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/_course_product_mobile_view.html.liquid b/Custom_Templates/customer_templates/Instacart/_course_product_mobile_view.html.liquid new file mode 100644 index 00000000..880a0f24 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_course_product_mobile_view.html.liquid @@ -0,0 +1,31 @@ +
    + {% include "course_header" %} +
    + {% include "product_price_and_cta" %} +
    +
    + +
    + {% include "course_description" %} +
    +
    + {% include "product_outline" %} +
    + +{% if course.categories.any? %} +
    + {% include "course_categories" %} +
    +{% endif %} + +{% if course.instructors.any? %} +
    + {% include "course_instructors" %} +
    +{% endif %} + +{% if course.events.any? %} +
    + {% include "course_events" %} +
    +{% endif %} diff --git a/Custom_Templates/customer_templates/Instacart/_course_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Instacart/_course_progress_and_cta.html.liquid new file mode 100644 index 00000000..1c3db9fa --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_course_progress_and_cta.html.liquid @@ -0,0 +1,46 @@ +
    +
    + {% t .header %} +
    +
    +
    +
    +
    + +
    + {% t shared.progress, count: course.progress %} +
    +
    + +{% if course.learner_can_retake? %} +
    + {% form_authenticity_token %} + +
    +{% else %} + + {% if course.enrolled? == false %} + {% t shared.enroll %} + {% elsif course.started? == false %} + {% t shared.course.start, key: current_school.course_vocabulary %} + {% elsif course.completed? %} + {% t shared.course.view, key: current_school.course_vocabulary %} + {% else %} + {% t shared.continue %} + {% endif %} + +{% endif %} + diff --git a/Custom_Templates/customer_templates/Instacart/_course_version_outdated_alert.html.liquid b/Custom_Templates/customer_templates/Instacart/_course_version_outdated_alert.html.liquid new file mode 100644 index 00000000..03e245ab --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_course_version_outdated_alert.html.liquid @@ -0,0 +1,7 @@ +{% if courses.include_courses_to_restart? %} + +{% endif %} diff --git a/Custom_Templates/customer_templates/Instacart/_course_version_outdated_popup.html.liquid b/Custom_Templates/customer_templates/Instacart/_course_version_outdated_popup.html.liquid new file mode 100644 index 00000000..71795884 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_course_version_outdated_popup.html.liquid @@ -0,0 +1,33 @@ +
    +
    + + +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/_courses_carousel.html.liquid b/Custom_Templates/customer_templates/Instacart/_courses_carousel.html.liquid new file mode 100644 index 00000000..3d3f6c34 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_courses_carousel.html.liquid @@ -0,0 +1,125 @@ + + + +{% assign filterInProgress = filterInProgress | default: false %} +{% assign sortByPriority = sortByPriority | default: false %} +{% assign displayedCount = 0 %} + +{% if items.any? %} + + {% if displayedCount == 0 %} + {% include "courses_zero_state" + , message: 'Nothing found! Start some lessons to fill this gap.' + , messageEs: '¡Nada encontrado! Comienza algunas lecciones para llenar este vacío.' %} + {% endif %} +{% else %} + {% capture message %} + {% t shared.zero_state.courses.index, + key: current_school.course_vocabulary + %} + {% endcapture %} + {% include "courses_zero_state" + , message: message %} +{% endif %} + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/Instacart/_courses_catalog.html.liquid new file mode 100644 index 00000000..a3ea67e1 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_courses_catalog.html.liquid @@ -0,0 +1,194 @@ +{% assign filterInProgress = filterInProgress | default: false %} + +{% if courseslist.any? %} +
    + + {% assign visibleCount = 0 %} + {% assign totalCount = 0 %} + + {% comment %} + We want to count how many courses will be shown (after filter if used), + and keep track of how many are visible initially (up to 4). + {% endcomment %} + + {% for course in courseslist %} + {% if filterInProgress %} + {% if course.progress > 0 and course.progress < 100 %} + {% assign totalCount = totalCount | plus: 1 %} + {% endif %} + {% else %} + {% assign totalCount = totalCount | plus: 1 %} + {% endif %} + {% endfor %} + + {% for course in courseslist %} + {% if filterInProgress %} + {% if course.progress > 0 and course.progress < 100 %} + {% assign visibleCount = visibleCount | plus: 1 %} +
    4 %} + style="display: none;" + {% endif %}> + {% include "cards_course" with course %} +
    + {% endif %} + {% else %} + {% assign visibleCount = visibleCount | plus: 1 %} +
    4 %} + style="display: none;" + {% endif %}> + {% include "cards_course" with course %} +
    + {% endif %} + + {% endfor %} + + {% if totalCount > 4 %} +
    + See More + Ver Más +
    + {% endif %} + + {% if visibleCount == 0 %} + {% capture message %} + {% t shared.zero_state.courses.index, + key: current_school.course_vocabulary + %} + {% endcapture %} + {% include "courses_zero_state" + , message: 'Nothing found! Start some lessons to fill this gap.' + , messageEs: '¡Nada encontrado! Comienza algunas lecciones para llenar este vacío.' %} + {% endif %} + +
    +{% else %} + {% capture message %} + {% t shared.zero_state.courses.catalog, + key: current_school.course_vocabulary + %} + {% endcapture %} + {% include "courses_zero_state" + , message: message %} +{% endif %} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/_courses_index.html.liquid b/Custom_Templates/customer_templates/Instacart/_courses_index.html.liquid new file mode 100644 index 00000000..4a9d1588 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_courses_index.html.liquid @@ -0,0 +1,17 @@ +{% if courses.enrolled.any? %} +
    + {% for course in courses.enrolled %} +
    + {% include "cards_course" with course %} +
    + {% endfor %} +
    +{% else %} + {% capture message %} + {% t shared.zero_state.courses.index, + key: current_school.course_vocabulary + %} + {% endcapture %} + {% include "courses_zero_state" + , message: message %} +{% endif %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/_courses_zero_state.html.liquid b/Custom_Templates/customer_templates/Instacart/_courses_zero_state.html.liquid new file mode 100644 index 00000000..8815a4b5 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_courses_zero_state.html.liquid @@ -0,0 +1,11 @@ +
    +
    + {% if messageEs %} + {{ message }} + {{ messageEs }} + {% else %} + {{ message }} + {% endif %} +
    + {{ message }} +
    \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/_filter_category_select.html.liquid b/Custom_Templates/customer_templates/Instacart/_filter_category_select.html.liquid new file mode 100644 index 00000000..5e296a85 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_filter_category_select.html.liquid @@ -0,0 +1,17 @@ +{% assign categories = "New shopper,Wrong Items,Damaged Items,Missing Items,Finding Items,Quality,Replacements,Refunds,Safety,Batches,Video,Departments,Retailers,Customer Ratings,Non-grocery" | split: "," %} + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/_filter_checkbox.html.liquid b/Custom_Templates/customer_templates/Instacart/_filter_checkbox.html.liquid new file mode 100644 index 00000000..5cbcbd07 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_filter_checkbox.html.liquid @@ -0,0 +1,10 @@ + + diff --git a/Custom_Templates/customer_templates/Instacart/_filter_dropdown.html.liquid b/Custom_Templates/customer_templates/Instacart/_filter_dropdown.html.liquid new file mode 100644 index 00000000..ce44bbde --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_filter_dropdown.html.liquid @@ -0,0 +1,36 @@ +
    + +
    \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/_filter_select.html.liquid b/Custom_Templates/customer_templates/Instacart/_filter_select.html.liquid new file mode 100644 index 00000000..50c2a429 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_filter_select.html.liquid @@ -0,0 +1,25 @@ +{% if params.q %} + +{% endif %} + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/_footer.html.liquid b/Custom_Templates/customer_templates/Instacart/_footer.html.liquid new file mode 100644 index 00000000..5f039002 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_footer.html.liquid @@ -0,0 +1,45 @@ + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/_head.html.liquid b/Custom_Templates/customer_templates/Instacart/_head.html.liquid new file mode 100644 index 00000000..d9932eac --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_head.html.liquid @@ -0,0 +1,20 @@ +{% styles default %} +{% styles colors %} +{% styles custom %} + + + + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/_header.html.liquid b/Custom_Templates/customer_templates/Instacart/_header.html.liquid new file mode 100644 index 00000000..f6f6c5d3 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_header.html.liquid @@ -0,0 +1,307 @@ +
    +
    + {% if current_person.signed_in? %} + + {% endif %} + {% if current_school.logo_url %} +

    + + {{ current_school.name }} + +

    + {% else %} + + {{ current_school.name }} + + {% endif %} + + + +
    + +
    + + {% if current_person.signed_in? %} +
    + + +
    + {% else %} + + {% endif %} +
    + +
    + +
    + +
    + +
    + +
    + +
    + {% include "sub_navigation" %} +
    + + +{% include "messages" %} + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/_header_minimal.html.liquid b/Custom_Templates/customer_templates/Instacart/_header_minimal.html.liquid new file mode 100644 index 00000000..6b72cdb2 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_header_minimal.html.liquid @@ -0,0 +1,17 @@ +
    + + {% if current_school.logo_url %} + + {% else %} + + {{ current_school.name }} + + {% endif %} + +
    + +{% include "messages" %} diff --git a/Custom_Templates/customer_templates/Instacart/_language_selector.html.liquid b/Custom_Templates/customer_templates/Instacart/_language_selector.html.liquid new file mode 100644 index 00000000..47099ea8 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_language_selector.html.liquid @@ -0,0 +1,83 @@ + + Language + Idioma +
    +
    English
    +
    Español
    +
    +
    + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/_learning_path_banners.html.liquid b/Custom_Templates/customer_templates/Instacart/_learning_path_banners.html.liquid new file mode 100644 index 00000000..11a1810c --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_learning_path_banners.html.liquid @@ -0,0 +1,5 @@ +{% if learning_path.new_content_available? %} + {% include "learning_path_new_content_banner" %} +{% else %} + {% include "learning_path_completed_banner" %} +{% endif %} diff --git a/Custom_Templates/customer_templates/Instacart/_learning_path_certificate.html.liquid b/Custom_Templates/customer_templates/Instacart/_learning_path_certificate.html.liquid new file mode 100644 index 00000000..3a282c5e --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_learning_path_certificate.html.liquid @@ -0,0 +1,17 @@ +{% if learning_path.has_certificate? %} + {% if learning_path.certificate_completed? %} +
    + +
    + {% include "learning_path_certificate_content" %} +
    +
    + {% else %} +
    + {% include "learning_path_certificate_content" %} +
    + {% endif %} +{% endif %} diff --git a/Custom_Templates/customer_templates/Instacart/_learning_path_certificate_content.html.liquid b/Custom_Templates/customer_templates/Instacart/_learning_path_certificate_content.html.liquid new file mode 100644 index 00000000..3feafd59 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_learning_path_certificate_content.html.liquid @@ -0,0 +1,19 @@ +
    + +

    + {{ learning_path.certificate_name }} +

    + {% if learning_path.certificate_completed? %} + + {% endif %} +
    diff --git a/Custom_Templates/customer_templates/Instacart/_learning_path_completed_banner.html.liquid b/Custom_Templates/customer_templates/Instacart/_learning_path_completed_banner.html.liquid new file mode 100644 index 00000000..1c146f6e --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_learning_path_completed_banner.html.liquid @@ -0,0 +1,13 @@ +
    + +
    +

    {% t .headline %}

    +

    {% t .description %}

    +
    + {% if learning_path.certificate_link %} + {% t .actions.certificate %} + {% endif %} + {% t .actions.more_courses %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/_learning_path_course.html.liquid b/Custom_Templates/customer_templates/Instacart/_learning_path_course.html.liquid new file mode 100644 index 00000000..5f7aff84 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_learning_path_course.html.liquid @@ -0,0 +1,56 @@ +{% if learning_path.enrolled? and course.unlocked? %} +
    + +
    + {{ course.name }} +
    +
    + {{ course.name }} +
    + {% if course.instructors %} +
    + {{ course.instructors }} +
    + {% endif %} +
    + {% t shared.progress, count: course.progress %} +
    +
    + + {% if course.optional? %} +
    + {% t shared.optional %} +
    + {% endif %} +
    +
    +{% else %} +
    +
    + {{ course.name }} +
    +
    + {{ course.name }} +
    +
    + {% if course.optional? %} +
    + {% t shared.optional %} +
    + {% endif %} +
    +
    +{% endif %} diff --git a/Custom_Templates/customer_templates/Instacart/_learning_path_description.html.liquid b/Custom_Templates/customer_templates/Instacart/_learning_path_description.html.liquid new file mode 100644 index 00000000..6b1fb3a0 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_learning_path_description.html.liquid @@ -0,0 +1,6 @@ +

    + {% t .about %} +

    +
    + {{ learning_path.description }} +
    diff --git a/Custom_Templates/customer_templates/Instacart/_learning_path_desktop_content.html.liquid b/Custom_Templates/customer_templates/Instacart/_learning_path_desktop_content.html.liquid new file mode 100644 index 00000000..e9ca85d9 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_learning_path_desktop_content.html.liquid @@ -0,0 +1,21 @@ +
    +
    +
    + {{ learning_path.name }} +
    + {% include "learning_path_description" %} + {% include "learning_path_instructors" %} +
    +
    +
    +
    +
    + {% include "learning_path_progress_and_cta" %} +
    + {% include "learning_path_outline" %} +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/_learning_path_desktop_header.html.liquid b/Custom_Templates/customer_templates/Instacart/_learning_path_desktop_header.html.liquid new file mode 100644 index 00000000..6f4c112c --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_learning_path_desktop_header.html.liquid @@ -0,0 +1,12 @@ +
    +
    + {% t shared.learning_path.title %} + +
    +
    + + + + {{ learning_path.name }} +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/_learning_path_desktop_view.html.liquid b/Custom_Templates/customer_templates/Instacart/_learning_path_desktop_view.html.liquid new file mode 100644 index 00000000..8447443e --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_learning_path_desktop_view.html.liquid @@ -0,0 +1,2 @@ +{% include "learning_path_desktop_header" %} +{% include "learning_path_desktop_content" %} diff --git a/Custom_Templates/customer_templates/Instacart/_learning_path_instructors.html.liquid b/Custom_Templates/customer_templates/Instacart/_learning_path_instructors.html.liquid new file mode 100644 index 00000000..a8342301 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_learning_path_instructors.html.liquid @@ -0,0 +1,26 @@ +{% if learning_path.instructors.any? %} +
    +

    + {% t shared.instructors %} +

    +
    + {% for instructor in learning_path.instructors %} +
    + {{ instructor.name }} +
    +
    + {{ instructor.name }} +
    + +
    +
    + {% endfor %} +
    +
    +{% endif %} diff --git a/Custom_Templates/customer_templates/Instacart/_learning_path_mobile_content.html.liquid b/Custom_Templates/customer_templates/Instacart/_learning_path_mobile_content.html.liquid new file mode 100644 index 00000000..92ffd4c8 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_learning_path_mobile_content.html.liquid @@ -0,0 +1,19 @@ +{% if learning_path.in_progress? %} + {% include "learning_path_outline" %} +
    + {% include "learning_path_description" %} +
    +{% else %} +
    + {% include "learning_path_description" %} +
    +
    + {% include "learning_path_outline" %} +
    +{% endif %} + +{% if learning_path.instructors.any? %} +
    + {% include "learning_path_instructors" %} +
    +{% endif %} diff --git a/Custom_Templates/customer_templates/Instacart/_learning_path_mobile_header.html.liquid b/Custom_Templates/customer_templates/Instacart/_learning_path_mobile_header.html.liquid new file mode 100644 index 00000000..2bf66a5a --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_learning_path_mobile_header.html.liquid @@ -0,0 +1,17 @@ +
    +
    + {% t shared.learning_path.title %} + +
    +
    + {{ learning_path.name }} +
    + {{ learning_path.name }} +
    + {% include "learning_path_progress_and_cta" %} +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/_learning_path_mobile_view.html.liquid b/Custom_Templates/customer_templates/Instacart/_learning_path_mobile_view.html.liquid new file mode 100644 index 00000000..0e22feb9 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_learning_path_mobile_view.html.liquid @@ -0,0 +1,2 @@ +{% include "learning_path_mobile_header" %} +{% include "learning_path_mobile_content" %} diff --git a/Custom_Templates/customer_templates/Instacart/_learning_path_new_content_banner.html.liquid b/Custom_Templates/customer_templates/Instacart/_learning_path_new_content_banner.html.liquid new file mode 100644 index 00000000..2bc02d46 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_learning_path_new_content_banner.html.liquid @@ -0,0 +1,12 @@ +
    +
    +

    {% t .headline %}

    +

    {% t .description %}

    +
    + {% learning_path_next_step_button learning_path, class: "np-learning-path-banner-action np-learning-path-banner-action--primary" %} + {% if learning_path.certificate_link %} + {% t .actions.view_certificate %} + {% endif %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/_learning_path_outline.html.liquid b/Custom_Templates/customer_templates/Instacart/_learning_path_outline.html.liquid new file mode 100644 index 00000000..22ddd573 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_learning_path_outline.html.liquid @@ -0,0 +1,10 @@ +
    + {% for item in learning_path.items %} + {% if item.course? %} + {% include "learning_path_course", course: item %} + {% elsif item.training_event? %} + {% include "learning_path_training_session", training_session: item %} + {% endif %} + {% endfor %} + {% include "learning_path_certificate" %} +
    diff --git a/Custom_Templates/customer_templates/Instacart/_learning_path_product_desktop_view.html.liquid b/Custom_Templates/customer_templates/Instacart/_learning_path_product_desktop_view.html.liquid new file mode 100644 index 00000000..08cb6406 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_learning_path_product_desktop_view.html.liquid @@ -0,0 +1,22 @@ +{% include "learning_path_desktop_header", learning_path: product %} +
    +
    +
    + {{ product.name }} +
    + {% include "learning_path_description", learning_path: product %} + {% include "learning_path_instructors", learning_path: product %} +
    +
    +
    +
    +
    + {% include "product_price_and_cta"%} +
    + {% include "learning_path_product_outline" %} +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/_learning_path_product_mobile_view.html.liquid b/Custom_Templates/customer_templates/Instacart/_learning_path_product_mobile_view.html.liquid new file mode 100644 index 00000000..c42b6612 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_learning_path_product_mobile_view.html.liquid @@ -0,0 +1,34 @@ +
    +
    + {% t shared.learning_path.title %} + +
    +
    + + + + {{ product.name }} +
    + {{ product.name }} +
    + {% include "product_price_and_cta" %} +
    +
    + +
    + {% include "learning_path_description", learning_path: product %} +
    + +
    + {% include "learning_path_product_outline" %} +
    + +{% if product.instructors.any? %} +
    + {% include "learning_path_instructors", learning_path: product %} +
    +{% endif %} diff --git a/Custom_Templates/customer_templates/Instacart/_learning_path_product_outline.html.liquid b/Custom_Templates/customer_templates/Instacart/_learning_path_product_outline.html.liquid new file mode 100644 index 00000000..bf077377 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_learning_path_product_outline.html.liquid @@ -0,0 +1,10 @@ +
    +

    {% t .title %}

    + {% for item in product.learning_path_items %} + {% if item.course? %} + {% include "product_outline_course", id: forloop.index %} + {% elsif item.training_event? %} + {% include "product_outline_event", id: forloop.index %} + {% endif %} + {% endfor %} +
    diff --git a/Custom_Templates/customer_templates/Instacart/_learning_path_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Instacart/_learning_path_progress_and_cta.html.liquid new file mode 100644 index 00000000..1d90a2a7 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_learning_path_progress_and_cta.html.liquid @@ -0,0 +1,20 @@ +{% if learning_path.enrolled? %} +
    +
    + {% t .progress %} +
    +
    +
    +
    +
    +
    + {% t shared.progress, count: learning_path.progress %} +
    +
    +{% endif %} + +{% learning_path_next_step_button learning_path, class: "np-top-button np-button-font-color np-button np-button-big" %} diff --git a/Custom_Templates/customer_templates/Instacart/_learning_path_summary_desktop_view.html.liquid b/Custom_Templates/customer_templates/Instacart/_learning_path_summary_desktop_view.html.liquid new file mode 100644 index 00000000..05961c52 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_learning_path_summary_desktop_view.html.liquid @@ -0,0 +1,3 @@ +{% include "learning_path_desktop_header" %} +{% include "learning_path_banners" %} +{% include "learning_path_desktop_content" %} diff --git a/Custom_Templates/customer_templates/Instacart/_learning_path_summary_mobile_view.html.liquid b/Custom_Templates/customer_templates/Instacart/_learning_path_summary_mobile_view.html.liquid new file mode 100644 index 00000000..f30a09eb --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_learning_path_summary_mobile_view.html.liquid @@ -0,0 +1,5 @@ +
    + {% include "learning_path_banners" %} +
    +{% include "learning_path_mobile_header" %} +{% include "learning_path_mobile_content" %} diff --git a/Custom_Templates/customer_templates/Instacart/_learning_path_training_session.html.liquid b/Custom_Templates/customer_templates/Instacart/_learning_path_training_session.html.liquid new file mode 100644 index 00000000..f796cdf4 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_learning_path_training_session.html.liquid @@ -0,0 +1,53 @@ +{% if learning_path.enrolled? and training_session.unlocked? %} +
    + +
    + +
    +
    {{ training_session.name }}
    +
    {{ training_session.instructors }}
    +
    + {{ training_session.time }} {{ training_session.time_zone }} +
    +
    + + {% if training_session.optional? %} +
    + {% t shared.optional %} +
    + {% endif %} +
    +
    +{% else %} +
    +
    + +
    +
    {{ training_session.name }}
    +
    {{ training_session.caption }}
    +
    + {% if training_session.optional? %} +
    + {% t shared.optional %} +
    + {% endif %} +
    +
    +{% endif %} diff --git a/Custom_Templates/customer_templates/Instacart/_learning_paths_carousel.html.liquid b/Custom_Templates/customer_templates/Instacart/_learning_paths_carousel.html.liquid new file mode 100644 index 00000000..0ab45cfe --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_learning_paths_carousel.html.liquid @@ -0,0 +1,125 @@ +{% assign filterInProgress = filterInProgress | default: false %} +{% assign sortByPriority = sortByPriority | default: false %} +{% assign displayedCount = 0 %} + +{% if items.any? %} + + {% if displayedCount == 0 %} + {% include "courses_zero_state" + , message: 'Nothing found! Start some paths to fill this gap.' + , messageEs: '¡Nada encontrado! Comienza algunas rutas para llenar este vacío.' %} + {% endif %} +{% else %} + {% capture message %} + {% t shared.zero_state.courses.index, + key: current_school.course_vocabulary + %} + {% endcapture %} + {% include "courses_zero_state" + , message: message %} +{% endif %} + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/_learning_paths_index.html.liquid b/Custom_Templates/customer_templates/Instacart/_learning_paths_index.html.liquid new file mode 100644 index 00000000..3b60c96b --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_learning_paths_index.html.liquid @@ -0,0 +1,47 @@ +
    + {% if items.any? %} + {% for learning_path in items %} +
    4 %} + style="display: none;" + {% endif %}> + {% include "cards_learning_path_custom" with learning_path %} +
    + {% endfor %} + {% if courses.in_catalog.size > 4 %} +
    + See More + Ver Más +
    + {% endif %} + {% else %} +
    +
    + {% t.empty %} +
    + {% t .empty %} +
    + {% endif %} +
    + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/_messages.html.liquid b/Custom_Templates/customer_templates/Instacart/_messages.html.liquid new file mode 100644 index 00000000..059fc568 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_messages.html.liquid @@ -0,0 +1,19 @@ +{% if messages.alert.size > 0 %} +
    +
    + {% for message in messages.alert %} +
    {{ message }}
    + {% endfor %} +
    +
    +{% endif %} + +{% if messages.notice.size > 0 %} +
    +
    + {% for message in messages.notice %} +
    {{ message }}
    + {% endfor %} +
    +
    +{% endif %} diff --git a/Custom_Templates/customer_templates/Instacart/_product_expiration_date.html.liquid b/Custom_Templates/customer_templates/Instacart/_product_expiration_date.html.liquid new file mode 100644 index 00000000..2d4b898b --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_product_expiration_date.html.liquid @@ -0,0 +1,7 @@ +{% if date %} + {% capture date_format %}{% t date.formats.short_humanized %}{% endcapture %} + {% capture formatted_date %}{{ date | date: date_format }}{% endcapture %} + +{% endif %} diff --git a/Custom_Templates/customer_templates/Instacart/_product_outline.html.liquid b/Custom_Templates/customer_templates/Instacart/_product_outline.html.liquid new file mode 100644 index 00000000..4255455a --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_product_outline.html.liquid @@ -0,0 +1,25 @@ +
    +
    + {% t .header.course %} +
    +
    +
      + {% for section in course.sections %} +
    1. +
      + {{ section.name }} +
      +
        + {% for activity in section.activities %} +
      1. + + {% include "course_activity_locked" %} +
        +
      2. + {% endfor %} +
      +
    2. + {% endfor %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/_product_outline_course.html.liquid b/Custom_Templates/customer_templates/Instacart/_product_outline_course.html.liquid new file mode 100644 index 00000000..594cc2de --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_product_outline_course.html.liquid @@ -0,0 +1,82 @@ +
    +
    + {{ item.name }} +
    +
    + {{ item.name }} +
    + +

    + {% if item.instructors.any? %} + {{ item.instructor_names }} + {% endif %} +

    + +
    +
    + +

    {% t shared.product_types.course %}

    +
    + +
    +
    +
    +
    +
    +

    {% t .about %}

    +

    {{ item.full_description }}

    +
    + {% if item.categories.any? %} +
    +

    + {% t .categories %} +

    +
    + {% for category in item.categories %} +
    + {{ category.name }} +
    + {% endfor %} +
    +
    + {% endif %} + {% if item.instructors.any? %} +
    +

    + {% t shared.instructors %} +

    +
    + {% for instructor in item.instructors %} +
    + {{ instructor.name }} +
    +
    + {{ instructor.name }} +
    + +
    +
    + {% endfor %} +
    +
    + {% endif %} +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/_product_outline_event.html.liquid b/Custom_Templates/customer_templates/Instacart/_product_outline_event.html.liquid new file mode 100644 index 00000000..aaa38f41 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_product_outline_event.html.liquid @@ -0,0 +1,49 @@ +
    +
    + {% if item.available? %} + {% if item.location %} + {{ item.location }} | + {% endif %} + {{ item.time }} {{ item.time_zone }}, {{ item.date }} + {{ item.name }} + {% else %} + {{ item.name }} + {% endif %} +
    {{ item.caption }}
    +
    +
    + +

    {{ item.formatted_type }}

    +
    + +
    +
    +
    +

    {% t .about %}

    +

    {{ item.description }}

    +
    + {% if item.instructors %} +
    +

    + {% t shared.instructors %} +

    +
    +
    +
    + {{ item.instructors }} +
    +
    +
    +
    + {% endif %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/_product_outline_lp.html.liquid b/Custom_Templates/customer_templates/Instacart/_product_outline_lp.html.liquid new file mode 100644 index 00000000..87106e09 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_product_outline_lp.html.liquid @@ -0,0 +1,65 @@ +
    +
    + {{ item.name }} +
    +
    + {{ item.name }} +
    + +

    + {% if item.instructor_names %} + {{ item.instructor_names }} + {% endif %} +

    + +
    +
    + +

    {% t shared.product_types.learning_path %}

    +
    + +
    +
    +
    +
    +
    +

    {% t .about %}

    + {{ item.description }} +
    +

    {% t .content %}

    + {% for learning_path_item in item.learning_path_items %} +
    +
    + {% if learning_path_item.course? %} +

    {{learning_path_item.name}}

    +

    {{learning_path_item.instructor_names}}

    + {% elsif learning_path_item.training_event? %} + {% if learning_path_item.available? %} + {{learning_path_item.name}} + {{ learning_path_item.time }} {{ learning_path_item.time_zone }}, {{ learning_path_item.date }} + {% else %} + {{learning_path_item.name}} + {{ learning_path_item.caption }} + {% endif %} + {% endif %} +
    +
    + +

    {{ learning_path_item.formatted_type }}

    +
    +
    + {% endfor %} +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/_product_price_and_cta.html.liquid b/Custom_Templates/customer_templates/Instacart/_product_price_and_cta.html.liquid new file mode 100644 index 00000000..c0221597 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_product_price_and_cta.html.liquid @@ -0,0 +1,12 @@ +
    +
    + {{ product.formatted_price }} + + {{ product.formatted_access_period}} + +
    +
    +
    + {% commerce_add_to_cart product %} + {% commerce_buy_more_access product %} +
    diff --git a/Custom_Templates/customer_templates/Instacart/_search_result.html.liquid b/Custom_Templates/customer_templates/Instacart/_search_result.html.liquid new file mode 100644 index 00000000..5c2a4991 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_search_result.html.liquid @@ -0,0 +1,19 @@ +
    +
    +
    + {{ result.name }} +
    + +
    {{ result.description }}
    +
    +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/_search_zero_state.html.liquid b/Custom_Templates/customer_templates/Instacart/_search_zero_state.html.liquid new file mode 100644 index 00000000..4e52c6fb --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_search_zero_state.html.liquid @@ -0,0 +1,13 @@ +
    +
    +
    +

    + {% t .nothing_found %} +

    +
    + {% t .empty %} +
    +
    +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Instacart/_sub_navigation.html.liquid new file mode 100644 index 00000000..908b5822 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_sub_navigation.html.liquid @@ -0,0 +1,93 @@ + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/_subheader_search.html.liquid b/Custom_Templates/customer_templates/Instacart/_subheader_search.html.liquid new file mode 100644 index 00000000..565e1c93 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_subheader_search.html.liquid @@ -0,0 +1,49 @@ +
    +
    + + + +
    +
    + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/_training_event_desktop_view.html.liquid b/Custom_Templates/customer_templates/Instacart/_training_event_desktop_view.html.liquid new file mode 100644 index 00000000..76ac434a --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_training_event_desktop_view.html.liquid @@ -0,0 +1,42 @@ +
    + {% include "training_session_header" %} +
    +
    +
    +
    +
    +
    + {% include "training_session_status" %} + {% include "training_session_date" %} +
    +
    + {% include "training_session_details" %} +
    +
    +
    +
    + {% include "training_session_description" %} +
    +
    +
    +
    +
    +
    + {% t shared.more_sessions %} +
    + {% if training_event.sessions.size > 1 %} + {% include "training_session_more_sessions" %} + {% else %} +
    + {% t .empty %} +
    + {% t .empty %} +
    +
    + {% endif %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/_training_event_mobile_view.html.liquid b/Custom_Templates/customer_templates/Instacart/_training_event_mobile_view.html.liquid new file mode 100644 index 00000000..f6a7b959 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_training_event_mobile_view.html.liquid @@ -0,0 +1,23 @@ +
    +
    + {% include "training_session_header" %} +
    + +
    + {% include "training_session_status" %} + {% include "training_session_date" %} + {% include "training_session_details" %} + {% include "training_session_description" %} +
    + + {% if training_event.sessions.size > 1 %} +
    +
    +
    + {% t shared.more_sessions %} +
    + {% include "training_session_more_sessions" %} +
    +
    + {% endif %} +
    diff --git a/Custom_Templates/customer_templates/Instacart/_training_event_preview_desktop_view.html.liquid b/Custom_Templates/customer_templates/Instacart/_training_event_preview_desktop_view.html.liquid new file mode 100644 index 00000000..be9b996a --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_training_event_preview_desktop_view.html.liquid @@ -0,0 +1,42 @@ +
    + {% include "training_session_header" %} +
    +
    +
    +
    +
    +
    + {% include "training_session_status" %} + {% include "training_session_date" %} +
    +
    + {% include "training_session_details" %} +
    +
    +
    +
    + {% include "training_session_description" %} +
    +
    +
    +
    +
    +
    + {% t shared.more_sessions %} +
    + {% if training_event.sessions.size > 0 %} + {% include "training_event_preview_more_sessions" %} + {% else %} +
    + {% t themes.default._training_event_desktop_view.empty %} +
    + {% t themes.default._training_event_desktop_view.empty %} +
    +
    + {% endif %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/_training_event_preview_mobile_view.html.liquid b/Custom_Templates/customer_templates/Instacart/_training_event_preview_mobile_view.html.liquid new file mode 100644 index 00000000..84323a09 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_training_event_preview_mobile_view.html.liquid @@ -0,0 +1,23 @@ +
    +
    + {% include "training_session_header" %} +
    + +
    + {% include "training_session_status" %} + {% include "training_session_date" %} + {% include "training_session_details" %} + {% include "training_session_description" %} +
    + + {% if training_event.sessions.size > 0 %} +
    +
    +
    + {% t shared.more_sessions %} +
    + {% include "training_event_preview_more_sessions" %} +
    +
    + {% endif %} +
    diff --git a/Custom_Templates/customer_templates/Instacart/_training_event_preview_more_sessions.html.liquid b/Custom_Templates/customer_templates/Instacart/_training_event_preview_more_sessions.html.liquid new file mode 100644 index 00000000..a81c888a --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_training_event_preview_more_sessions.html.liquid @@ -0,0 +1,3 @@ +{% for session in training_event.sessions %} + {% include "training_event_preview_session_tile", current_session: training_session %} +{% endfor %} diff --git a/Custom_Templates/customer_templates/Instacart/_training_event_preview_session_tile.html.liquid b/Custom_Templates/customer_templates/Instacart/_training_event_preview_session_tile.html.liquid new file mode 100644 index 00000000..7a09cc33 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_training_event_preview_session_tile.html.liquid @@ -0,0 +1,18 @@ +
    +
    + +
    + {{ session.status.label }} +
    +
    +
    +
    +
    + {{ session.month }} {{ session.day }}, {{ session.year }} +
    +
    + {{ session.time_period }} {{ session.time_zone }} +
    +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/_training_events_dashboard.html.liquid b/Custom_Templates/customer_templates/Instacart/_training_events_dashboard.html.liquid new file mode 100644 index 00000000..7aeb19ce --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_training_events_dashboard.html.liquid @@ -0,0 +1,9 @@ +
    + {% if training_events.enrolled.any? %} + {% for training_event in training_events.enrolled %} + {% include "cards_training_event" with training_event %} + {% endfor %} + {% else %} + {% include "training_events_zero_state" %} + {% endif %} +
    diff --git a/Custom_Templates/customer_templates/Instacart/_training_events_filter.html.liquid b/Custom_Templates/customer_templates/Instacart/_training_events_filter.html.liquid new file mode 100644 index 00000000..d4892278 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_training_events_filter.html.liquid @@ -0,0 +1,53 @@ +
    + +
    diff --git a/Custom_Templates/customer_templates/Instacart/_training_events_index.html.liquid b/Custom_Templates/customer_templates/Instacart/_training_events_index.html.liquid new file mode 100644 index 00000000..ff93b1c8 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_training_events_index.html.liquid @@ -0,0 +1,13 @@ +
    + {% if training_events.available.any? %} +
    + {% for training_event in training_events.available %} +
    + {% include "cards_training_event" with training_event %} +
    + {% endfor %} +
    + {% else %} + {% include "training_events_zero_state" %} + {% endif %} +
    diff --git a/Custom_Templates/customer_templates/Instacart/_training_events_zero_state.html.liquid b/Custom_Templates/customer_templates/Instacart/_training_events_zero_state.html.liquid new file mode 100644 index 00000000..076b789e --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_training_events_zero_state.html.liquid @@ -0,0 +1,9 @@ +
    +
    + {% t .empty %} +
    + {% t .empty %} +
    diff --git a/Custom_Templates/customer_templates/Instacart/_training_session_calendars.html.liquid b/Custom_Templates/customer_templates/Instacart/_training_session_calendars.html.liquid new file mode 100644 index 00000000..6c758b73 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_training_session_calendars.html.liquid @@ -0,0 +1,52 @@ + diff --git a/Custom_Templates/customer_templates/Instacart/_training_session_cta.html.liquid b/Custom_Templates/customer_templates/Instacart/_training_session_cta.html.liquid new file mode 100644 index 00000000..5f959556 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_training_session_cta.html.liquid @@ -0,0 +1,35 @@ +
    +
    +
    + {% form_authenticity_token %} + + {% if training_session.show_calendar_links? %} + {% include "training_session_calendars" %} + {% endif %} + + {% if training_session.cta.undo? %} + + {% endif %} + + {% if training_session.cta.label %} + + {% endif %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/_training_session_date.html.liquid b/Custom_Templates/customer_templates/Instacart/_training_session_date.html.liquid new file mode 100644 index 00000000..860040fe --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_training_session_date.html.liquid @@ -0,0 +1,16 @@ +
    +
    +
    +
    + {{ training_session.day }} +
    +
    +
    + {{ training_session.month }} +
    +
    + {{ training_session.year }} +
    +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/_training_session_description.html.liquid b/Custom_Templates/customer_templates/Instacart/_training_session_description.html.liquid new file mode 100644 index 00000000..73be4cf4 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_training_session_description.html.liquid @@ -0,0 +1,6 @@ +

    + {% t .header %} +

    +
    + {{ training_event.description }} +
    diff --git a/Custom_Templates/customer_templates/Instacart/_training_session_desktop_view.html.liquid b/Custom_Templates/customer_templates/Instacart/_training_session_desktop_view.html.liquid new file mode 100644 index 00000000..d689ade2 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_training_session_desktop_view.html.liquid @@ -0,0 +1,43 @@ +
    + {% include "training_session_header" %} +
    +
    +
    +
    +
    +
    + {% include "training_session_status" %} + {% include "training_session_date" %} +
    +
    + {% include "training_session_details" %} + {% include "training_session_cta" %} +
    +
    +
    +
    + {% include "training_session_description" %} +
    +
    +
    +
    +
    +
    + {% t shared.more_sessions %} +
    + {% if training_event.sessions.size > 1 %} + {% include "training_session_more_sessions" %} + {% else %} +
    + {% t .empty %} +
    + {% t .empty %} +
    +
    + {% endif %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/_training_session_details.html.liquid b/Custom_Templates/customer_templates/Instacart/_training_session_details.html.liquid new file mode 100644 index 00000000..64a925b7 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_training_session_details.html.liquid @@ -0,0 +1,23 @@ +
    + +
    + + +
    + + {% if training_session.approved? and training_session.location %} +
    + + {{ training_session.location }} +
    + {% endif %} + + {% if training_session.approved? and training_session.session_url %} + + {% endif %} +
    diff --git a/Custom_Templates/customer_templates/Instacart/_training_session_header.html.liquid b/Custom_Templates/customer_templates/Instacart/_training_session_header.html.liquid new file mode 100644 index 00000000..b845976d --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_training_session_header.html.liquid @@ -0,0 +1,10 @@ +
    + {% t shared.event_types, key: training_event.event_type %} + +
    +
    + + + + {{ training_event.title }} +
    diff --git a/Custom_Templates/customer_templates/Instacart/_training_session_mobile_view.html.liquid b/Custom_Templates/customer_templates/Instacart/_training_session_mobile_view.html.liquid new file mode 100644 index 00000000..3270d65d --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_training_session_mobile_view.html.liquid @@ -0,0 +1,27 @@ +
    +
    + {% include "training_session_header" %} +
    + +
    + {% include "training_session_status" %} + {% include "training_session_date" %} + {% include "training_session_details" %} +
    + {% include "training_session_cta" %} +
    + {% include "training_session_description" %} +
    + + {% if training_event.sessions.size > 1 %} +
    +
    +
    + {% t shared.more_sessions %} +
    + {% include "training_session_more_sessions" %} +
    +
    + {% endif %} + +
    diff --git a/Custom_Templates/customer_templates/Instacart/_training_session_more_sessions.html.liquid b/Custom_Templates/customer_templates/Instacart/_training_session_more_sessions.html.liquid new file mode 100644 index 00000000..6cfafa87 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_training_session_more_sessions.html.liquid @@ -0,0 +1,3 @@ +{% for session in training_event.sessions %} + {% include "training_session_tile", current_session: training_session %} +{% endfor %} diff --git a/Custom_Templates/customer_templates/Instacart/_training_session_status.html.liquid b/Custom_Templates/customer_templates/Instacart/_training_session_status.html.liquid new file mode 100644 index 00000000..75116282 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_training_session_status.html.liquid @@ -0,0 +1,6 @@ +
    + {% if training_session.approved? %} + + {% endif %} + {{ training_session.status.label }} +
    diff --git a/Custom_Templates/customer_templates/Instacart/_training_session_tile.html.liquid b/Custom_Templates/customer_templates/Instacart/_training_session_tile.html.liquid new file mode 100644 index 00000000..669fbb6c --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/_training_session_tile.html.liquid @@ -0,0 +1,24 @@ +{% if current_session.id != session.id %} + +
    + +
    + {{ session.status.label }} +
    +
    +
    +
    +
    + {{ session.month }} {{ session.day }}, {{ session.year }} +
    +
    + {{ session.time_period }} {{ session.time_zone }} +
    +
    + +
    +
    +{% endif %} diff --git a/Custom_Templates/customer_templates/Instacart/account.html.liquid b/Custom_Templates/customer_templates/Instacart/account.html.liquid new file mode 100644 index 00000000..32118966 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/account.html.liquid @@ -0,0 +1,15 @@ +{% include "account_tabs" %} + +
    +
    + {% include "account_mobile_view" + , form: form %} +
    + +
    + {% include "account_desktop_view" + , form: form %} +
    +
    + +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/auth_url_email.html.liquid b/Custom_Templates/customer_templates/Instacart/auth_url_email.html.liquid new file mode 100644 index 00000000..a413959c --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/auth_url_email.html.liquid @@ -0,0 +1,59 @@ +
    +
    + {% include "header_minimal" %} +
    +
    + {% form_authenticity_token %} +
    + {% t shared.welcome_to_school, school_name: current_school.name %} +
    +
    + {% t .headline, key: current_school.course_vocabulary %} +
    +
    + + +
    +
    + + +
    +
    + + +
    + +
    +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/auth_url_employee.html.liquid b/Custom_Templates/customer_templates/Instacart/auth_url_employee.html.liquid new file mode 100644 index 00000000..c8d8adf7 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/auth_url_employee.html.liquid @@ -0,0 +1,59 @@ +
    +
    + {% include "header_minimal" %} +
    +
    + {% form_authenticity_token %} +
    + {% t shared.welcome_to_school, school_name: current_school.name %} +
    +
    + {% t .headline, key: current_school.course_vocabulary %} +
    +
    + + +
    +
    + + +
    +
    + + +
    + +
    +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/auth_url_phone_number.html.liquid b/Custom_Templates/customer_templates/Instacart/auth_url_phone_number.html.liquid new file mode 100644 index 00000000..aafae119 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/auth_url_phone_number.html.liquid @@ -0,0 +1,40 @@ +
    +
    + {% include "header_minimal" %} +
    +
    +
    {% t shared.welcome_to_school, school_name: current_school.name %}
    +
    {% t .headline, key: current_school.course_vocabulary %}
    + {% form_authenticity_token %} +
    + + +
    +
    + + +
    + +
    +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/auth_url_terms.html.liquid b/Custom_Templates/customer_templates/Instacart/auth_url_terms.html.liquid new file mode 100644 index 00000000..a7087db2 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/auth_url_terms.html.liquid @@ -0,0 +1,74 @@ +
    +
    + {% include "header_minimal" %} +
    +
    +
    {% t shared.welcome_to_school, school_name: current_school.name %}
    +
    {% t .headline, key: current_school.course_vocabulary %}
    + {% form_authenticity_token %} +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + + +
    + +
    +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/bundle_product.html.liquid b/Custom_Templates/customer_templates/Instacart/bundle_product.html.liquid new file mode 100644 index 00000000..9b5f0c8b --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/bundle_product.html.liquid @@ -0,0 +1,9 @@ +
    +
    + {% include "bundle_product_desktop_view" %} +
    +
    + {% include "bundle_product_mobile_view" %} +
    +
    +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/catalog.html.liquid b/Custom_Templates/customer_templates/Instacart/catalog.html.liquid new file mode 100644 index 00000000..f92e0e4c --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/catalog.html.liquid @@ -0,0 +1,54 @@ +{% include "subheader_search" %}{% include "course_version_outdated_alert" + , courses: courses.in_catalog %} + +{% comment %} Check if there are any courses in progress {% endcomment %} +{% assign hasInProgressCourses = false %} +{% for course in courses.enrolled %} + {% if course.progress > 0 and course.progress < 100 %} + {% assign hasInProgressCourses = true %} + {% break %} + {% endif %} +{% endfor %} + +
    + {% if hasInProgressCourses %} +
    +
    + In progress + En progreso +
    +
    + Continue where You left off + Continúa donde lo dejaste +
    + {% include "carrot_button" + , buttonUrl: "/app/dashboard" + , buttonText: "For you page" + , buttonTextEs: "Para tu página" %} + + {% include "courses_carousel" + , items: courses.enrolled + , breakpoint: 768 + , filterInProgress: true + , sortByPriority: false %} +
    + {% endif %} +
    +
    +
    {{ catalog.headline }}
    +
    {{ catalog.subheadline }}
    +
    + {% capture label %}{% t shared.filters.by_category %}{% endcapture %} + {% if courses.in_catalog.any? %} + {% + include "filter_dropdown" + , givenId: "courses_catalog_filter" + %} + {% endif %} +
    + {% include "courses_catalog" + , courseslist: courses.enrolled + , filterInProgress: false + , eventId: "courses_catalog_filter" %} +
    +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/commerce_cart.html.liquid b/Custom_Templates/customer_templates/Instacart/commerce_cart.html.liquid new file mode 100644 index 00000000..a111cbb7 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/commerce_cart.html.liquid @@ -0,0 +1,5 @@ +
    + {% commerce_cart %} +
    + +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/commerce_catalog.html.liquid b/Custom_Templates/customer_templates/Instacart/commerce_catalog.html.liquid new file mode 100644 index 00000000..652453ab --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/commerce_catalog.html.liquid @@ -0,0 +1,28 @@ +{% include "course_version_outdated_alert" + , courses: courses.in_catalog %} +
    +
    +
    +

    {{ catalog.headline }}

    +

    {{ catalog.subheadline }}

    +
    +
    + {% if catalog.any? %} +
    + {% for item in catalog.items %} +
    + {% include "cards_catalog_item" with item %} +
    + {% endfor %} +
    + {% else %} + {% capture message %} + {% t shared.zero_state.courses.catalog, + key: current_school.course_vocabulary + %} + {% endcapture %} + {% include "courses_zero_state" + , message: message %} + {% endif %} +
    +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/commerce_checkout.html.liquid b/Custom_Templates/customer_templates/Instacart/commerce_checkout.html.liquid new file mode 100644 index 00000000..ed1851e6 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/commerce_checkout.html.liquid @@ -0,0 +1,5 @@ +
    + {% commerce_checkout %} +
    + +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/commerce_order_details.html.liquid b/Custom_Templates/customer_templates/Instacart/commerce_order_details.html.liquid new file mode 100644 index 00000000..63f5a3e9 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/commerce_order_details.html.liquid @@ -0,0 +1,5 @@ +
    + {% commerce_order_details %} +
    + +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/commerce_order_history.html.liquid b/Custom_Templates/customer_templates/Instacart/commerce_order_history.html.liquid new file mode 100644 index 00000000..5305dcaf --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/commerce_order_history.html.liquid @@ -0,0 +1,7 @@ +{% include "account_tabs" %} + +
    + {% commerce_order_history %} +
    + +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/commerce_redeem.html.liquid b/Custom_Templates/customer_templates/Instacart/commerce_redeem.html.liquid new file mode 100644 index 00000000..fa4aa880 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/commerce_redeem.html.liquid @@ -0,0 +1,5 @@ +
    + {% commerce_redeem %} +
    + +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/commerce_return.html.liquid b/Custom_Templates/customer_templates/Instacart/commerce_return.html.liquid new file mode 100644 index 00000000..c21f9c12 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/commerce_return.html.liquid @@ -0,0 +1,5 @@ +
    + {% commerce_return %} +
    + +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/course.html.liquid b/Custom_Templates/customer_templates/Instacart/course.html.liquid new file mode 100644 index 00000000..135fcfea --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/course.html.liquid @@ -0,0 +1,9 @@ +
    +
    + {% include "course_desktop_view" %} +
    +
    + {% include "course_mobile_view" %} +
    +
    +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/course_product.html.liquid b/Custom_Templates/customer_templates/Instacart/course_product.html.liquid new file mode 100644 index 00000000..94e05a00 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/course_product.html.liquid @@ -0,0 +1,9 @@ +
    +
    + {% include "course_product_desktop_view" %} +
    +
    + {% include "course_product_mobile_view" %} +
    +
    +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/courses.html.liquid b/Custom_Templates/customer_templates/Instacart/courses.html.liquid new file mode 100644 index 00000000..a2174570 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/courses.html.liquid @@ -0,0 +1,13 @@ +{% include "course_version_outdated_alert" + , courses: courses.enrolled %} +
    +
    + {% t shared.course_vocabulary.plural + , key: current_school.course_vocabulary %} +
    +
    {% t.headline +, key: current_school.course_vocabulary %}
    + {% include "courses_index" + , class: "col-xs-12 col-sm-6 col-lg-4 np-stretch-content" %} +
    +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/dashboard.html.liquid b/Custom_Templates/customer_templates/Instacart/dashboard.html.liquid new file mode 100644 index 00000000..5c128a97 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/dashboard.html.liquid @@ -0,0 +1,97 @@ +{% include "course_version_outdated_alert" + , courses: courses.enrolled %} +
    +
    + Hi + Hola + {% if current_person.first_name %} + {{ current_person.first_name }}{% endif %}! +
    +
    + Your quality score is {{ current_person.properties.quality_score | default: "in progress" }}
    Consider taking some lessons below.
    + Tu puntuación de calidad es {{ current_person.properties.quality_score | default: "en progreso" }}
    Considera tomar algunas lecciones a continuación.
    +
    + + {% include "carrot_button" + , buttonUrl: "/app" + , buttonText: "In progress" + , buttonTextEs: "En progreso" %} + +
    +
    +
    + Your lessons + Tus lecciones +
    + {% include "courses_carousel" + , items: courses.enrolled + , breakpoint: 1000 + , filterInProgress: false + , sortByPriority: true %} + {% if features.learning_paths? %} +
    + Your learning paths + Tus rutas de aprendizaje +
    + {% include "learning_paths_carousel" + , items: learning_paths.enrolled + , breakpoint: 1000 + , filterInProgress: false + , sortByPriority: true %} + {% endif %} + +
    + +
    + {% if features.training_events? %} +
    +
    + {% t.upcoming_events %} +
    + {% include "training_events_dashboard" %} +
    + {% endif %} + {% comment %} + Uncomment this when we have achievments, instacart wanted achievments not to show if user doesn't have any +
    +
    + Recent Achievments +
    + {% include "achievments_display" %} +
    {% endcomment %} +
    + +
    + +
    +{% include "footer" %} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/forgot_password.html.liquid b/Custom_Templates/customer_templates/Instacart/forgot_password.html.liquid new file mode 100644 index 00000000..3d65513f --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/forgot_password.html.liquid @@ -0,0 +1,25 @@ +
    +
    + {% include "header_minimal" %} +
    +
    + {% form_authenticity_token %} +
    + + +
    + +
    +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/homepage.html.liquid b/Custom_Templates/customer_templates/Instacart/homepage.html.liquid new file mode 100644 index 00000000..9e730fbe --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/homepage.html.liquid @@ -0,0 +1,45 @@ +{% include "subheader_search" %}{% include "course_version_outdated_alert" + , courses: courses.featured %} + +{% comment %} Check if there are any courses in progress {% endcomment %} +{% assign hasInProgressCourses = false %} +{% for course in courses.enrolled %} + {% if course.progress > 0 and course.progress < 100 %} + {% assign hasInProgressCourses = true %} + {% break %} + {% endif %} +{% endfor %} + +
    + +
    +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/learning_path.html.liquid b/Custom_Templates/customer_templates/Instacart/learning_path.html.liquid new file mode 100644 index 00000000..c158f3e8 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/learning_path.html.liquid @@ -0,0 +1,9 @@ +
    +
    + {% include "learning_path_desktop_view" %} +
    +
    + {% include "learning_path_mobile_view" %} +
    +
    +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/learning_path_product.html.liquid b/Custom_Templates/customer_templates/Instacart/learning_path_product.html.liquid new file mode 100644 index 00000000..b13534c9 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/learning_path_product.html.liquid @@ -0,0 +1,9 @@ +
    +
    + {% include "learning_path_product_desktop_view" %} +
    +
    + {% include "learning_path_product_mobile_view" %} +
    +
    +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/learning_path_summary.html.liquid b/Custom_Templates/customer_templates/Instacart/learning_path_summary.html.liquid new file mode 100644 index 00000000..0c2214ca --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/learning_path_summary.html.liquid @@ -0,0 +1,9 @@ +
    +
    + {% include "learning_path_summary_desktop_view" %} +
    +
    + {% include "learning_path_summary_mobile_view" %} +
    +
    +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/learning_paths.html.liquid b/Custom_Templates/customer_templates/Instacart/learning_paths.html.liquid new file mode 100644 index 00000000..9375ed0a --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/learning_paths.html.liquid @@ -0,0 +1,52 @@ +{% include "subheader_search" %} + +{% comment %} Check if there are any learning paths in progress {% endcomment %} +{% assign hasInProgressPaths = false %} +{% for learning_path in learning_paths.enrolled %} + {% if learning_path.progress > 0 and learning_path.progress < 100 %} + {% assign hasInProgressPaths = true %} + {% break %} + {% endif %} +{% endfor %} + +
    +
    + {% if hasInProgressPaths %} +
    +
    + In progress + En progreso +
    +
    + Continue where You left off + Continúa donde lo dejaste +
    + {% include "carrot_button" + , buttonUrl: "/app/dashboard" + , buttonText: "For you page" + , buttonTextEs: "Para tu página" %} + {% + include "filter_dropdown" + , givenId: "courses_catalog_filter" + %} + + {% include "learning_paths_carousel" + , items: learning_paths.enrolled + , breakpoint: 768 + , filterInProgress: true + , sortByPriority: false %} +
    + {% endif %} +
    + Master A New Skill + Domina Una Nueva Habilidad +
    +
    + Go more in-depth with our learning paths. + Profundiza más con nuestras rutas de aprendizaje. +
    + {% include "learning_paths_index" + , items: learning_paths.available %} +
    +
    +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/login.html.liquid b/Custom_Templates/customer_templates/Instacart/login.html.liquid new file mode 100644 index 00000000..bde185dd --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/login.html.liquid @@ -0,0 +1,53 @@ +
    +
    + {% include "header_minimal" %} +
    +
    + {% form_authenticity_token %} +
    + + +
    +
    + + +
    + + + {% t .forgot_password %} + + {% if features.account_creation? %} + + {% t shared.sign_up %} + + {% endif %} + {% if features.request_access? %} + + {{ current_school.request_access_label }} + + {% endif %} +
    +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/master.html.liquid b/Custom_Templates/customer_templates/Instacart/master.html.liquid new file mode 100644 index 00000000..df2e3320 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/master.html.liquid @@ -0,0 +1,61 @@ +{% include "header" %} +{% body %} + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/not_found.html.liquid b/Custom_Templates/customer_templates/Instacart/not_found.html.liquid new file mode 100644 index 00000000..91c76e4b --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/not_found.html.liquid @@ -0,0 +1,10 @@ +
    + + +
    diff --git a/Custom_Templates/customer_templates/Instacart/private_certificate.html.liquid b/Custom_Templates/customer_templates/Instacart/private_certificate.html.liquid new file mode 100644 index 00000000..4e21cc27 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/private_certificate.html.liquid @@ -0,0 +1,9 @@ +{% include "certificates_top_bar" %} +
    +
    +
    + {% include "certificates_preview" %} + {% include "certificates_info_column" %} +
    +
    +
    \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/public_certificate.html.liquid b/Custom_Templates/customer_templates/Instacart/public_certificate.html.liquid new file mode 100644 index 00000000..4e21cc27 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/public_certificate.html.liquid @@ -0,0 +1,9 @@ +{% include "certificates_top_bar" %} +
    +
    +
    + {% include "certificates_preview" %} + {% include "certificates_info_column" %} +
    +
    +
    \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/reset_password.html.liquid b/Custom_Templates/customer_templates/Instacart/reset_password.html.liquid new file mode 100644 index 00000000..281c6eaa --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/reset_password.html.liquid @@ -0,0 +1,43 @@ +
    +
    + {% include "header_minimal" %} +
    +
    + + + {% form_authenticity_token %} +
    + + +
    +
    + + +
    + +
    +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/search.html.liquid b/Custom_Templates/customer_templates/Instacart/search.html.liquid new file mode 100644 index 00000000..d3c9adf6 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/search.html.liquid @@ -0,0 +1,24 @@ +
    +
    + {% t.title %} +
    +
    +
    + {% t.showing %} + {{ results.count }} + {% t.results_for %} + "{{ results.term }}" +
    + {% capture label %}{% t shared.filters.by_type %}{% endcapture %} + {% + include "filter_dropdown" + , givenId: "search_filter" + %} +
    + {% if results.items.any? %} + {% render "search_result" for results.items as result %} + {% else %} + {% include "search_zero_state" %} + {% endif %} +
    +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/sign_up.html.liquid b/Custom_Templates/customer_templates/Instacart/sign_up.html.liquid new file mode 100644 index 00000000..7a903da4 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/sign_up.html.liquid @@ -0,0 +1,72 @@ +
    +
    + {% include "header_minimal" %} +
    +
    +
    {% t .create_account %}
    + {% form_authenticity_token %} +
    +
    + + +
    +
    + + +
    +
    +
    + + +
    +
    + + +
    + + + {% t .terms %} + + {% t .terms_link %} + + +
    +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Instacart/styles.css.liquid b/Custom_Templates/customer_templates/Instacart/styles.css.liquid new file mode 100644 index 00000000..edf8e748 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/styles.css.liquid @@ -0,0 +1,284 @@ + /* + Put your custom overlay styles in here + You can use your northpass color palette in this file + +{{ color_palette.button_font_color }} +{{ color_palette.button_color }} +{{ color_palette.button_hover_color }} +{{ color_palette.header_font_color }} +{{ color_palette.header_font_hover_color }} +{{ color_palette.header_color }} +*/ + + body { + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + color: #000000; + /* Use the desired text color */ + height: 100%; + } + + .np-card-ribbon { + background-color: { + { + color_palette.button_hover_color + } + } + + ; + } + + html body .np-main, + html body .np-dashboard { + background: #F5F6F7 !important; + } + + html body .np-main.np-dashboard, + html body .np-dashboard.np-subpage-container, + html body .np-main.np-dashboard.np-subpage-container { + background: #F5F6F7 !important; + } + + .np-homepage, + .np-homepage-featured { + background: #F5F6F7 !important; + } + + .np-footer { + background: { + { + color_palette.header_color + } + } + + ; + + color: { + { + color_palette.button_font_color + } + } + + ; + } + + .carrot-button-container{ + text-align: center; +} + + .flex-column-center { + display: flex; + flex-direction: column; + align-items: center; + } + + .global-section-title { + color: #35404e; + font-size: 22px; + font-weight: 900; + margin: 10px 0; + text-align: center; + } + + .global-section-subtitle { + color: #59697b; + font-size: 18px; + margin: 10px 0; + text-align: center; + } + + .load-more-btn { + font-weight: bold; + color: #003d29; + text-align: center; + cursor: pointer; + padding: 10px; + margin: 0 auto; + } + + .load-more-btn:hover { + text-decoration: underline; + } + + .np-card-container{ + border-radius: 8px; + overflow: hidden; + min-height: 350px; + height: 100%; + display: flex; + flex-direction: column; +} + + @media screen and (max-width: 768px) { + .np-card-padding{ + padding: 20px 20px 0 20px; + } + + .slick-list.draggable{ + padding: 0 16px !important; + } + + } + + @media screen and (min-width: 768px) { + + .np-card-container{ + border-radius: 15px; + min-height: 400px; + } + + .global-section-title { + margin: 0 0 20px; + text-align: left; + font-size: 16px; + } + + .global-section-subtitle { + margin: 0 0 20px; + text-align: left; + font-size: 13px; + } + + .carrot-button-container{ + text-align: left; + } + + .catalog-card, + .paths-carousel-container .np-card { + min-height: 100%; + min-width: 100%; + } + + .row .catalog-card, + .slick-slide .catalog-card, + .paths-carousel-container .np-card { + margin: 0; + padding: 0 32px 64px; + } + + .padded-row { + padding: 0 32px; + } + + .lp-footer-placeholder { + margin-top: 16px; + } + } + + .catalog-card, + .paths-carousel-container .np-card { + margin-bottom: 32px; + } + + .slick-track { + display: flex !important; + } + + .slick-initialized .slick-slide { + height: auto !important; + display: flex !important; + } + + .slick-slide>div { + flex: 1; + display: flex; + } + + .np-card { + position: relative; + } + + .lp-footer-placeholder { + height: 40px; + width: 100%; + } + + .np-card-content-footer { + position: absolute; + width: calc(100% - 40px); + bottom: 10px; + } + + .np-card-content-progress{ + color: #ff7308; + } + + .np-footer{ + background-color: #003d29; + color: white; +} + +.np-footer-navigation-link{ + color: white; + font-weight: bold; + text-decoration: none; +} + +.np-footer-logo-image { + filter: none; + opacity: 1; +} + +.slick-next, .slick-prev { + display: none !important; +} + +.zero-state-container{ + width: calc(100% - 64px); + margin: 0 32px 64px 32px; +} + +.np-card-ribbon{ + background-color: #ff7009 +} + +.np-card-stack>div{ + border-radius: 15px; +} + + +.carrot-button-container>a, .carrot-button-container>button{ + text-decoration: none; + background-color: #013d29; + color: white; + padding: 10px 15px; + border-radius: 4px; + font-weight: bold; + margin: 10px 0 30px; + display: inline-block; + border: none; +} + +.carrot-button-container > .carrot-button-secondary{ + background-color: #d9dfe2; + color: #36404e; + padding: 10px 15px; + border-radius: 4px; + font-weight: bold; +} +.carrot-padded-row{ + padding: 0 60px; +} + +.np-header-mobile-menu-content-button, .np-header-mobile-menu-content-name{ + color: #013d29; + position: relative; +} + +.custom-card-header { + align-items: center; + border-bottom: 1px solid #d9dfe2; + display: flex; + justify-content: space-between; + padding: 8px 12px; +} +.np-card-content-subtitle{ + color: #979797; +} + +.card-visible { + visibility: visible !important; +} + +.flex-1{ + flex: 1; +} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/training_event_preview.html.liquid b/Custom_Templates/customer_templates/Instacart/training_event_preview.html.liquid new file mode 100644 index 00000000..583ea4a8 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/training_event_preview.html.liquid @@ -0,0 +1,11 @@ +
    +
    + {% include "training_event_preview_desktop_view" + , training_session: training_event %} +
    +
    + {% include "training_event_preview_mobile_view" + , training_session: training_event %} +
    +
    +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/training_events.html.liquid b/Custom_Templates/customer_templates/Instacart/training_events.html.liquid new file mode 100644 index 00000000..7eac6583 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/training_events.html.liquid @@ -0,0 +1,17 @@ +
    +
    +
    +
    + {% t.title %} +
    +
    + {% t.subtitle %} +
    +
    +
    + {% include "training_events_filter" %} +
    +
    + {% include "training_events_index" %} +
    +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/training_session.html.liquid b/Custom_Templates/customer_templates/Instacart/training_session.html.liquid new file mode 100644 index 00000000..95f9ed87 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/training_session.html.liquid @@ -0,0 +1,9 @@ +
    +
    + {% include "training_session_desktop_view" %} +
    +
    + {% include "training_session_mobile_view" %} +
    +
    +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/training_session_attendance.html.liquid b/Custom_Templates/customer_templates/Instacart/training_session_attendance.html.liquid new file mode 100644 index 00000000..b0c6f807 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/training_session_attendance.html.liquid @@ -0,0 +1,43 @@ + +
    +
    + {% if token %} + +
    + {{ training_session.title }} +
    +
    + {% t .info, + event_name: training_session.title, + session_date: training_session.date, + session_time: training_session.time + %} +
    +
    + {% t .question %} +
    +
    + {% form_authenticity_token %} + + + +
    +
    + {% t .salutation %} +
    +
    + {{ current_school.name }} +
    + {% else %} + +
    + {% t .success.response_text %} +
    + +
    +{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Instacart/transcript.html.liquid b/Custom_Templates/customer_templates/Instacart/transcript.html.liquid new file mode 100644 index 00000000..006522bc --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/transcript.html.liquid @@ -0,0 +1,7 @@ +{% include "account_tabs" %} + +
    + {% transcript %} +
    + +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/unsubscribe.html.liquid b/Custom_Templates/customer_templates/Instacart/unsubscribe.html.liquid new file mode 100644 index 00000000..6ba5b730 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart/unsubscribe.html.liquid @@ -0,0 +1,35 @@ +
    +
    + {% if token %} + +
    + {% t.unsubscribe_text %} +
    +
    + {% t.resubscribe_text %} +
    +
    + {% form_authenticity_token %} + + +
    + {% else %} + +
    + {% t.resubscribed_text %} +
    + {% endif %} +
    +
    +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_account_avatar.html.liquid b/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_account_avatar.html.liquid new file mode 100644 index 00000000..d952af93 --- /dev/null +++ b/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_account_avatar.html.liquid @@ -0,0 +1,66 @@ +
    +

    {% t .description %}

    +

    {% t .requirements %}

    +
    + + + + +
    +
    + +
    + +
    + +
    +
    + +
    +
    diff --git a/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_account_desktop_view.html.liquid b/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_account_desktop_view.html.liquid new file mode 100644 index 00000000..8ae8599d --- /dev/null +++ b/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_account_desktop_view.html.liquid @@ -0,0 +1,19 @@ +
    + + {% form_authenticity_token %} +
    +
    +
    + + +
    +
    +
    +
    diff --git a/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_account_form.html.liquid b/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_account_form.html.liquid new file mode 100644 index 00000000..ddd264c2 --- /dev/null +++ b/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_account_form.html.liquid @@ -0,0 +1,139 @@ +
    + {% t .header %} +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    + +{% unless form.options.invite? %} +
    + + +
    + +
    + + +
    + +
    + + +
    +{% endunless %} + +{% if form.options.invite? %} +
    + + +
    + + {% if form.terms_of_service_required? %} +
    + +
    + {% t .terms_of_service %} + + {% t .terms_link %} + +
    +
    + {% else %} +
    + + {% t .terms %} + + {% t .terms_link %} + + +
    + {% endif %} + + +{% endif %} diff --git a/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_account_mobile_view.html.liquid b/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_account_mobile_view.html.liquid new file mode 100644 index 00000000..6ac8c007 --- /dev/null +++ b/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_account_mobile_view.html.liquid @@ -0,0 +1,17 @@ +
    + + {% form_authenticity_token %} + + + +
    diff --git a/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_account_tabs.html.liquid b/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_account_tabs.html.liquid new file mode 100644 index 00000000..f4de6c8e --- /dev/null +++ b/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_account_tabs.html.liquid @@ -0,0 +1,23 @@ +{% capture settings_path %}{% route account %}{% endcapture %} +{% capture transcript_path %}{% route transcript %}{% endcapture %} + +{% if current_person.signed_in? %} +{% unless current_school.sso_active? %} + +{% endunless %} +{% endif %} diff --git a/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_cards_course.html.liquid b/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_cards_course.html.liquid new file mode 100644 index 00000000..c540bdeb --- /dev/null +++ b/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_cards_course.html.liquid @@ -0,0 +1,42 @@ +
    +
    + {% if course.ribbon %} +
    + {{ course.ribbon }} +
    + {% endif %} + {{ course.name }} + +
    +

    + {{ course.name }} +

    +
    + {{ course.instructor_names }} +
    +
    + {{ course.short_description }} +
    + {% include "course_details" %} + {% capture course_path %}{% route course, id: course.id %}{% endcapture %} + {% if course.has_to_restart? %} + + {% endif %} +
    +
    +
    + + + diff --git a/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_cards_course_black.html.liquid b/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_cards_course_black.html.liquid new file mode 100644 index 00000000..22eeaa2d --- /dev/null +++ b/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_cards_course_black.html.liquid @@ -0,0 +1,56 @@ +
    +
    +
    + {% if course.ribbon %} +
    + {{ course.ribbon }} +
    + {% endif %} + +
    + {{ course.name }} +
    + +
    +
    + +
    +

    + {{ course.name }} +

    +
    + {{ course.instructor_names }} +
    +
    + {{ course.short_description }} +
    + {% include "course_details" %} + +
    +
    + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_cards_featured_course.html.liquid b/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_cards_featured_course.html.liquid new file mode 100644 index 00000000..83ea5966 --- /dev/null +++ b/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_cards_featured_course.html.liquid @@ -0,0 +1,61 @@ +
    +
    + +
    +
    + + diff --git a/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_cards_learning_path.html.liquid b/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_cards_learning_path.html.liquid new file mode 100644 index 00000000..35081909 --- /dev/null +++ b/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_cards_learning_path.html.liquid @@ -0,0 +1,65 @@ +
    +
    +
    + {{ learning_path.name }} +
    + +
    +

    + {{ learning_path.name }} +

    + +
    + {{ learning_path.description }} +
    + +
    + {% t shared.progress, count: learning_path.progress %} +
    + +
    +
    +
    +
    + + +
    +
    +
    +
    +
    diff --git a/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_cards_training_event.html.liquid b/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_cards_training_event.html.liquid new file mode 100644 index 00000000..e92522c3 --- /dev/null +++ b/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_cards_training_event.html.liquid @@ -0,0 +1,69 @@ +
    +
    +
    +

    + {{ training_event.title }} +

    +
    + {% if training_event.title == "Auctions in Action - Waikato" or training_event.title == "Auctions in Action - Auckland" or training_event.title == "Shine - WA" or training_event.title == "Shine - QLD" or training_event.title == "Shine - NSW" or training_event.title == "Shine - ACT" or training_event.title == "Shine - SA" or training_event.title == "Shine - VIC" + or training_event.title == "Auction Training - NSW" or training_event.title == "Auction Training - VIC" or training_event.title == "Auction Training - QLD" or training_event.title == "Auction Training - ACT" %} + In-person Event + {% else %} + {% t shared.event_types + , key: training_event.event_type %} + {% endif %} +
    +
    + +
    +
    + {% if training_event.title == "Success Path - WA" %} +
    + 24-26 +
    + {% elsif training_event.title == "Growing For Profit - NSW" %} +
    + 18-19 +
    + {% elsif training_event.title == "Success Path - QLD" %} +
    + 13-15 +
    + {% elsif training_event.title == "Success Path - SA" %} +
    + 19-21 +
    + {% else %} +
    + {{ training_event.sessions.first.day }} +
    + {% endif %} +
    +
    + {{ training_event.sessions.first.month }} +
    +
    + {{ training_event.sessions.first.year }} +
    +
    +
    +
    +
    +
    +
    + {% unless training_event.title == "Pinnacle Conference" %} + + + {% t.sessions + , count: training_event.sessions.size %} + + {% endunless %} + + {% t shared.view %} + +
    +
    +
    +
    \ No newline at end of file diff --git a/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_cards_training_event_dashboard.html.liquid b/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_cards_training_event_dashboard.html.liquid new file mode 100644 index 00000000..ad677b90 --- /dev/null +++ b/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_cards_training_event_dashboard.html.liquid @@ -0,0 +1,80 @@ +
    +
    +
    +
    +

    + {{ training_event.title }} +

    +
    + Wednesday, + {% if training_event.sessions.first.day < 10 %} + 0 + {% endif %} + {{ training_event.sessions.first.day }} + {{ training_event.sessions.first.month }} + {{ training_event.sessions.first.year }} +
    + {% t shared.event_types, key: training_event.event_type %} +
    +
    + Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, + totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae + dicta sunt explicabo.Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit +
    + +
    +
    + +
    + +
    +
    +
    +
    +
    +
    + + + + diff --git a/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_carousel_coaches_commercial_coaching.html.liquid b/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_carousel_coaches_commercial_coaching.html.liquid new file mode 100644 index 00000000..c2858591 --- /dev/null +++ b/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_carousel_coaches_commercial_coaching.html.liquid @@ -0,0 +1,108 @@ + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_carousel_coaches_hero.html.liquid b/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_carousel_coaches_hero.html.liquid new file mode 100644 index 00000000..be5e3f60 --- /dev/null +++ b/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_carousel_coaches_hero.html.liquid @@ -0,0 +1,294 @@ +
    + +
    + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_carousel_coaches_hero_item.html.liquid b/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_carousel_coaches_hero_item.html.liquid new file mode 100644 index 00000000..75433145 --- /dev/null +++ b/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_carousel_coaches_hero_item.html.liquid @@ -0,0 +1,18 @@ + diff --git a/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_carousel_coaches_leadership_management.html.liquid b/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_carousel_coaches_leadership_management.html.liquid new file mode 100644 index 00000000..88339396 --- /dev/null +++ b/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_carousel_coaches_leadership_management.html.liquid @@ -0,0 +1,231 @@ + + + + + diff --git a/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_carousel_coaches_property_management.html.liquid b/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_carousel_coaches_property_management.html.liquid new file mode 100644 index 00000000..661c70dc --- /dev/null +++ b/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_carousel_coaches_property_management.html.liquid @@ -0,0 +1,160 @@ + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_carousel_coaches_sales.html.liquid b/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_carousel_coaches_sales.html.liquid new file mode 100644 index 00000000..302bd384 --- /dev/null +++ b/Custom_Templates/customer_templates/LJ Hooker Lighthouse/_carousel_coaches_sales.html.liquid @@ -0,0 +1,335 @@ + + + +
    +
    + +{% include "messages" %} + + diff --git a/Custom_Templates/customer_templates/Magis Center/_header_absolute.html.liquid b/Custom_Templates/customer_templates/Magis Center/_header_absolute.html.liquid new file mode 100644 index 00000000..f0f2992c --- /dev/null +++ b/Custom_Templates/customer_templates/Magis Center/_header_absolute.html.liquid @@ -0,0 +1,239 @@ +
    +
    +
    + {% if current_person.signed_in? %} + + + {% endif %} +
    + {% if current_school.logo_url %} +

    + + {{ current_school.name }} + +

    + {% else %} + + {{ current_school.name }} + + {% endif %} + +
    + +
    + + {% if current_person.signed_in? %} + +
    + + +
    + {% else %} +
    + + +
    +
    +
    +
    + +{% include "messages" %} + + diff --git a/Custom_Templates/customer_templates/Magis Center/auth_url_email.html.liquid b/Custom_Templates/customer_templates/Magis Center/auth_url_email.html.liquid new file mode 100644 index 00000000..5e34b52a --- /dev/null +++ b/Custom_Templates/customer_templates/Magis Center/auth_url_email.html.liquid @@ -0,0 +1,60 @@ +
    +
    + {% include "header_minimal" %} +
    +
    + {% form_authenticity_token %} +
    +

    Welcome to Magis Institute

    +

    for Teachers & Catechists

    +
    +
    + Please fill out the form below to access your courses +
    +
    + + +
    +
    + + +
    +
    + + +
    + +
    +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Magis Center/catalog.html.liquid b/Custom_Templates/customer_templates/Magis Center/catalog.html.liquid new file mode 100644 index 00000000..5fb292e5 --- /dev/null +++ b/Custom_Templates/customer_templates/Magis Center/catalog.html.liquid @@ -0,0 +1,80 @@ +{% include "header_absolute" %} +{% include "course_version_outdated_alert", courses: courses.in_catalog %} +
    +
    +
    {{ catalog.headline }}
    +
    {{ catalog.subheadline }}
    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    + {% include "courses_catalog" %} +
    +{% include "footer" %} + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Magis Center/course.html.liquid b/Custom_Templates/customer_templates/Magis Center/course.html.liquid new file mode 100644 index 00000000..1b608a74 --- /dev/null +++ b/Custom_Templates/customer_templates/Magis Center/course.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
    +
    + {% include "course_desktop_view" %} +
    +
    + {% include "course_mobile_view" %} +
    +
    +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Magis Center/courses.html.liquid b/Custom_Templates/customer_templates/Magis Center/courses.html.liquid new file mode 100644 index 00000000..a8e0dad0 --- /dev/null +++ b/Custom_Templates/customer_templates/Magis Center/courses.html.liquid @@ -0,0 +1,12 @@ +{% include "header_absolute" %} +{% include "course_version_outdated_alert", courses: courses.enrolled %} +
    +
    +
    {% t shared.course_vocabulary.plural, key: current_school.course_vocabulary %}
    +
    {% t .headline, key: current_school.course_vocabulary %}
    +
    +
    +
    + {% include "courses_index", class: "col-xs-12 col-sm-6 col-lg-4 np-stretch-content" %} +
    +{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Magis Center/dashboard.html.liquid b/Custom_Templates/customer_templates/Magis Center/dashboard.html.liquid new file mode 100644 index 00000000..063ae949 --- /dev/null +++ b/Custom_Templates/customer_templates/Magis Center/dashboard.html.liquid @@ -0,0 +1,35 @@ +{% include "header_absolute" %} +{% include "course_version_outdated_alert", courses: courses.enrolled %} +
    +
    +
    Discover the intersection of science, reason, and faith
    +
    Magis Institute for Teachers & Catechists
    +
    +
    +{% comment %} {% include "sub_navigation" %} {% endcomment %} +
    +
    +
    + {% if features.learning_paths? %} +
    + {% t shared.learning_paths %} +
    + {% include "learning_paths_index", items: learning_paths.enrolled %} + {% endif %} +
    + {% t shared.course_vocabulary.plural, key: current_school.course_vocabulary %} +
    + {% include "courses_index", class: "col-xs-12 col-sm-6 np-stretch-content" %} +
    + {% if features.training_events? %} +
    +
    + {% t .upcoming_events %} +
    + {% include "training_events_dashboard" %} +
    + {% endif %} +
    +
    +{% include "footer" %} + diff --git a/Custom_Templates/customer_templates/Magis Center/homepage.html.liquid b/Custom_Templates/customer_templates/Magis Center/homepage.html.liquid new file mode 100644 index 00000000..c675af4c --- /dev/null +++ b/Custom_Templates/customer_templates/Magis Center/homepage.html.liquid @@ -0,0 +1,94 @@ +{% include "header_absolute" %} +{% include "course_version_outdated_alert", courses: courses.featured %} +
    +
    + {{ homepage.headline }} +
    +
    + {{ homepage.headline }} +
    +
    + {{ homepage.subheadline }} +
    + + {% t .discover %} + +
    +
    + {% comment %} {% include "sub_navigation" %} {% endcomment %} + +
    +{% include "footer" %} + + diff --git a/Custom_Templates/customer_templates/Magis Center/learning_paths.html.liquid b/Custom_Templates/customer_templates/Magis Center/learning_paths.html.liquid new file mode 100644 index 00000000..1a531e8d --- /dev/null +++ b/Custom_Templates/customer_templates/Magis Center/learning_paths.html.liquid @@ -0,0 +1,19 @@ +{% include "header_absolute" %} +
    +
    +
    {% t shared.learning_paths %}
    +
    {% t .subtitle %}
    +
    +
    +
    +
    + {% comment %}
    + {% t shared.learning_paths %} +
    +
    + {% t .subtitle %} +
    {% endcomment %} + {% include "learning_paths_index", items: learning_paths.available %} +
    +
    +{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Magis Center/styles.css.liquid b/Custom_Templates/customer_templates/Magis Center/styles.css.liquid new file mode 100644 index 00000000..3071321b --- /dev/null +++ b/Custom_Templates/customer_templates/Magis Center/styles.css.liquid @@ -0,0 +1,215 @@ + /* + Put your custom overlay styles in here + You can use your northpass color palette in this file + +{{ color_palette.button_font_color }} +{{ color_palette.button_color }} +{{ color_palette.button_hover_color }} +{{ color_palette.header_font_color }} +{{ color_palette.header_font_hover_color }} +{{ color_palette.header_color }} +*/ + +/* GLOBAL STYLES */ +body, +html { + font-family: 'Poppins', 'Roboto', sans-serif; + background:#fff; +} + +.np-dashboard, +.np-learning-paths { + background: #fff; +} + +.np-button { border-radius:6px; } + +/* CARD STYLES */ +.course-card { box-shadow:none; } + +.course-card .np-card-container { + box-shadow:none; + border-radius:6px; + transition: all 0.4s; + text-decoration:none; +} + +.course-card .np-card-container:hover { + box-shadow: 0 20px 40px rgb(0 0 0 / 20%); +} + +.np-card-image { + border-top-left-radius: 6px; + border-top-right-radius: 6px; +} + +.np-card-content { background-color: #fafafa; } + +.np-card-content { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; +} + +.np-card-content-title { + color:#000; + line-height: 1.8rem; + text-transform: uppercase; + margin-bottom:0; +} + +.card-description { + overflow: hidden; + text-overflow: ellipsis; + display: -webkit-box; + -webkit-line-clamp: 3; + -webkit-box-orient: vertical; + font-size: 14px; + line-height:24px; + flex:1; +} + +.course-card .np-card-content-footer { + margin-top:20px; +} + +.np-card-link { + text-transform: uppercase; + color: #015893; + text-decoration: none; + font-weight: 700; + font-size:14px; +} + +.np-card-link i { + margin-left: 8px; +} + +@media (min-width:768px) { + .course-card { + padding: 0 16px 64px!important; + } + + .row-with-thumbnails { + margin-left:-16px; + margin-right:-16px; + } +} + + +/* BASIC HERO STYLING */ +.basic-hero { + background-color:#eeedeb; + padding:64px 24px; +} + +.basic-hero.has-image { + background-image:url(https://cdn.filestackcontent.com/security=policy:eyJleHBpcnkiOjQ4MzA3OTc4NTIsImNhbGwiOlsicmVhZCIsImNvbnZlcnQiLCJzdG9yZSIsInBpY2siLCJyZW1vdmUiXX0=,signature:ec548cdaa252122149df9f83b63236e888dbe9f59deb76804fe9a7d2da31e35e/QEjCvV4rSOKuUj2quMsY); + background-repeat: no-repeat; + background-size:cover; + background-position:center; +} + +.basic-hero .hero-content { + max-width: 1170px; + width:100%; + margin: auto; +} + +.basic-hero .hero-content .np-resource-title, +.basic-hero .hero-content .np-resource-subtitle { + text-align:center; + color:#264c6f; +} + +.basic-hero.has-image .hero-content .np-resource-title, +.basic-hero.has-image .hero-content .np-resource-subtitle { + color:#fff; +} + +.basic-hero .hero-content .np-resource-title { + font-size: 40px; + line-height:48px; + text-transform: none; +} + +.np-header-search.hero-search { + margin:60px auto 0; + max-width:900px; +} + +.np-header-search-input.hero-search-input { + width: 100%; + background: transparent; + border: 1px solid #fff; + padding: 8px 16px; + border-radius:6px; + height:50px; + opacity:1; +} + +.np-header-search.hero-search .np-header-search-icon { + right:16px; + top: 16px; +} + +@media (min-width:768px) { + .basic-hero { + background-color:rgb(204, 204, 204); + padding:110px 24px 32px; + min-height:430px; + display: flex; + } + + .basic-hero.has-image { + min-height:550px; + } + + .basic-hero .hero-content .np-resource-title { + font-size: 48px; + line-height:56px; + } + + .basic-hero .hero-content .np-resource-subtitle { + font-size: 24px; + margin-top: 32px; + } +} + +@media (min-width:1200px) { + .basic-hero .hero-content .np-resource-title { + font-size: 72px; + line-height:80px; + } + + .basic-hero .hero-content .np-resource-subtitle { + font-size: 30px; + line-height:36px; + margin-top: 40px; + } +} + +/* FOOTER STYLES */ +.np-footer, +.np-footer+.np-powered-by, +.np-powered-by { + background: #264c6f!important; +} + +.np-powered-by .np-powered-by-link { + color:#fff!important; +} + +.np-footer-support-help, +.np-footer-support-item { + color:#fff; +} + +.np-footer-navigation-link { + color: #fff; + font-weight:700; +} + +.np-footer-logo-image { + opacity:1; + filter: grayscale(1) brightness(1) invert(1); +} diff --git a/Custom_Templates/customer_templates/Magis Center/training_events.html.liquid b/Custom_Templates/customer_templates/Magis Center/training_events.html.liquid new file mode 100644 index 00000000..57e47045 --- /dev/null +++ b/Custom_Templates/customer_templates/Magis Center/training_events.html.liquid @@ -0,0 +1,24 @@ +{% include "header_absolute" %} +
    +
    +
    {% t .title %}
    +
    {% t .subtitle %}
    +
    +
    +
    +
    +
    + {% comment %}
    + {% t .title %} +
    +
    + {% t .subtitle %} +
    {% endcomment %} +
    +
    + {% include "training_events_filter" %} +
    +
    + {% include "training_events_index" %} +
    +{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Skuid/_account_avatar.html.liquid b/Custom_Templates/customer_templates/Skuid/_account_avatar.html.liquid new file mode 100644 index 00000000..d952af93 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_account_avatar.html.liquid @@ -0,0 +1,66 @@ +
    +

    {% t .description %}

    +

    {% t .requirements %}

    +
    + + + + +
    +
    + +
    + +
    + +
    +
    + +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/_account_desktop_view.html.liquid b/Custom_Templates/customer_templates/Skuid/_account_desktop_view.html.liquid new file mode 100644 index 00000000..860799a5 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_account_desktop_view.html.liquid @@ -0,0 +1,19 @@ +
    + + {% form_authenticity_token %} +
    +
    +
    + + +
    +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/_account_form.html.liquid b/Custom_Templates/customer_templates/Skuid/_account_form.html.liquid new file mode 100644 index 00000000..5e194dfa --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_account_form.html.liquid @@ -0,0 +1,131 @@ +
    + {% t .header %} +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    + +{% unless form.options.invite? %} +
    + + +
    + +
    + + +
    + +
    + + +
    + + {%- comment -%}
    + + +
    {%- endcomment -%} +{% endunless %} + +{% if form.options.invite? %} +
    + + +
    +
    + +
    + {% t .terms_of_service %} +
    +
    + + +{% endif %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/_account_mobile_view.html.liquid b/Custom_Templates/customer_templates/Skuid/_account_mobile_view.html.liquid new file mode 100644 index 00000000..e536ea39 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_account_mobile_view.html.liquid @@ -0,0 +1,17 @@ +
    + + {% form_authenticity_token %} +
    +
    + {% render "account_form", form: form, version: "mobile" %} +
    +
    +
    +
    + {% include "account_avatar", version: "mobile" %} +
    +
    + +
    diff --git a/Custom_Templates/customer_templates/Skuid/_account_tabs.html.liquid b/Custom_Templates/customer_templates/Skuid/_account_tabs.html.liquid new file mode 100644 index 00000000..65d367e9 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_account_tabs.html.liquid @@ -0,0 +1,30 @@ +{% capture settings_path %}{% route account %}{% endcapture %} +{% capture transcript_path %}{% route transcript %}{% endcapture %} +{% capture order_history_path %}{% route order_history %}{% endcapture %} + +{% if current_person.signed_in? %} +{% unless current_school.sso_active? %} + +{% endunless %} +{% endif %} diff --git a/Custom_Templates/customer_templates/Skuid/_achievements.html.liquid b/Custom_Templates/customer_templates/Skuid/_achievements.html.liquid new file mode 100644 index 00000000..be0eefa0 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_achievements.html.liquid @@ -0,0 +1,76 @@ +
    +
    +
    +
    +

    + Recent Achievements +

    +
    + +
    +
    + +
    + +
    + +
    +
    +
    + + diff --git a/Custom_Templates/customer_templates/Skuid/_bundle_description.html.liquid b/Custom_Templates/customer_templates/Skuid/_bundle_description.html.liquid new file mode 100644 index 00000000..e7e891ca --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_bundle_description.html.liquid @@ -0,0 +1,6 @@ +

    + {% t .about %} +

    +
    + {{ product.description }} +
    diff --git a/Custom_Templates/customer_templates/Skuid/_bundle_desktop_header.html.liquid b/Custom_Templates/customer_templates/Skuid/_bundle_desktop_header.html.liquid new file mode 100644 index 00000000..6fb22dec --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_bundle_desktop_header.html.liquid @@ -0,0 +1,12 @@ +
    +
    + {% t shared.product_types.bundle %} + +
    +
    + + + + {{ product.name }} +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/_bundle_product_desktop_view.html.liquid b/Custom_Templates/customer_templates/Skuid/_bundle_product_desktop_view.html.liquid new file mode 100644 index 00000000..66f57bdc --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_bundle_product_desktop_view.html.liquid @@ -0,0 +1,21 @@ +{% include "bundle_desktop_header" %} +
    +
    +
    + {{ product.name }} +
    + {% include "bundle_description" %} +
    +
    +
    +
    +
    + {% include "product_price_and_cta"%} +
    + {% include "bundle_product_outline" %} +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/_bundle_product_mobile_view.html.liquid b/Custom_Templates/customer_templates/Skuid/_bundle_product_mobile_view.html.liquid new file mode 100644 index 00000000..89272b6d --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_bundle_product_mobile_view.html.liquid @@ -0,0 +1,27 @@ +
    +
    + {% t shared.product_types.bundle %} +
    +
    + + + + {{ product.name }} +
    + {{ product.name }} +
    + {% include "product_price_and_cta" %} +
    +
    + +
    + {% include "bundle_description" %} +
    + +
    + {% include "bundle_product_outline" %} +
    diff --git a/Custom_Templates/customer_templates/Skuid/_bundle_product_outline.html.liquid b/Custom_Templates/customer_templates/Skuid/_bundle_product_outline.html.liquid new file mode 100644 index 00000000..9fc22512 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_bundle_product_outline.html.liquid @@ -0,0 +1,12 @@ +
    +

    {% t shared.bundle.title %}

    + {% for item in product.bundle_items %} + {% if item.course? %} + {% include "product_outline_course", id: forloop.index %} + {% elsif item.training_event? %} + {% include "product_outline_event", id: forloop.index %} + {% elsif item.learning_path? %} + {% include "product_outline_lp", id: forloop.index %} + {% endif %} + {% endfor %} +
    diff --git a/Custom_Templates/customer_templates/Skuid/_cards_catalog_item.html.liquid b/Custom_Templates/customer_templates/Skuid/_cards_catalog_item.html.liquid new file mode 100644 index 00000000..a1d756b7 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_cards_catalog_item.html.liquid @@ -0,0 +1,38 @@ +
    +
    + {{ item.name }} +
    +

    + {{ item.name }} +

    +
    + +

    {{ item.formatted_type }}

    +
    + +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/_cards_course.html.liquid b/Custom_Templates/customer_templates/Skuid/_cards_course.html.liquid new file mode 100644 index 00000000..11bda6d0 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_cards_course.html.liquid @@ -0,0 +1,44 @@ +
    +
    +
    + {% if course.ribbon %} +
    + {{ course.ribbon }} +
    + {% endif %} + {{ course.name }} +
    +

    + {{ course.name }} +

    +
    + {{ course.instructor_names }} +
    + +
    +
    +
    +
    \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/_cards_featured_course.html.liquid b/Custom_Templates/customer_templates/Skuid/_cards_featured_course.html.liquid new file mode 100644 index 00000000..4c1a613d --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_cards_featured_course.html.liquid @@ -0,0 +1,102 @@ +
    +
    + +
    +
    + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/_cards_learning_path.html.liquid b/Custom_Templates/customer_templates/Skuid/_cards_learning_path.html.liquid new file mode 100644 index 00000000..b9cb1a2c --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_cards_learning_path.html.liquid @@ -0,0 +1,88 @@ +{% assign total_progress = 0 %} +{% assign completed_progress = 0 %} + +{% for item in learning_path.items %} + {% if item.course? %} + {% assign total_progress = total_progress | plus: 100 %} + + {% assign completed_progress = completed_progress | plus: item.progress %} + {% endif %} +{% endfor %} + +{% assign total_progress = total_progress | times: 0.01 %} +{% assign calculated_progress = completed_progress | divided_by: total_progress %} + +
    +
    + {{ learning_path.name }} +
    +
    + +
    {% t shared.learning_path.title %}
    +
    + {{ learning_path.items.count }} {% t .items %} +
    +
    +
    +
    {% t shared.learning_path.title %}
    + +
    + +
    +
    +

    + {{ learning_path.name }} +

    + +
    + {{ learning_path.instructor_names }} +
    + +
    + {{ learning_path.description }} +
    +
    +
    +
    + {% comment %}{% t shared.progress, count: learning_path.progress %}{% endcomment %} + {% if calculated_progress < 1 %} + Not Started + {% else %} + {{calculated_progress | ceil }}% Completed + {% endif %} +
    + +
    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    +
    +
    +
    \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/_cards_training_event.html.liquid b/Custom_Templates/customer_templates/Skuid/_cards_training_event.html.liquid new file mode 100644 index 00000000..02a10967 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_cards_training_event.html.liquid @@ -0,0 +1,51 @@ +{% comment %}
    {% endcomment %} +
    +
    +
    +

    + {{ training_event.title }} +

    +
    + {% t shared.event_types, key: training_event.event_type %} +
    +
    + +
    +
    +
    + {{ training_event.sessions.first.month }} +
    +
    + {{ training_event.sessions.first.year }} +
    +
    +
    + {% if training_event.sessions.first.day < 10 %}0{% endif %}{{ training_event.sessions.first.day }} +
    +
    +
    +
    +
    +
    +
    + + {% t .sessions, count: training_event.sessions.size %} + + {% comment %}{% endcomment %} + + {% t shared.view %} + +
    +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/_carousel_courses.html.liquid b/Custom_Templates/customer_templates/Skuid/_carousel_courses.html.liquid new file mode 100644 index 00000000..31cde206 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_carousel_courses.html.liquid @@ -0,0 +1,62 @@ +{% assign topic_classname = topic | split: " " %} + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/_carousel_events.html.liquid b/Custom_Templates/customer_templates/Skuid/_carousel_events.html.liquid new file mode 100644 index 00000000..ab5b3388 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_carousel_events.html.liquid @@ -0,0 +1,37 @@ + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/_carousel_instructors.html.liquid b/Custom_Templates/customer_templates/Skuid/_carousel_instructors.html.liquid new file mode 100644 index 00000000..8baf680f --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_carousel_instructors.html.liquid @@ -0,0 +1,136 @@ +{% assign used_instructor_names = "" %} + + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/_carousels.html.liquid b/Custom_Templates/customer_templates/Skuid/_carousels.html.liquid new file mode 100644 index 00000000..5faa054b --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_carousels.html.liquid @@ -0,0 +1,25 @@ + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/_certificates_info_column.html.liquid b/Custom_Templates/customer_templates/Skuid/_certificates_info_column.html.liquid new file mode 100644 index 00000000..61adfaba --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_certificates_info_column.html.liquid @@ -0,0 +1,4 @@ +
    + {% include "certificates_verification" %} + {% include "certificates_metadata" %} +
    diff --git a/Custom_Templates/customer_templates/Skuid/_certificates_metadata.html.liquid b/Custom_Templates/customer_templates/Skuid/_certificates_metadata.html.liquid new file mode 100644 index 00000000..9f4a1dba --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_certificates_metadata.html.liquid @@ -0,0 +1,59 @@ +
    +
    + +
    + + {% if certificate.issuer_name_enabled? %} + +
    + {% endif %} + + +
    + +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/_certificates_preview.html.liquid b/Custom_Templates/customer_templates/Skuid/_certificates_preview.html.liquid new file mode 100644 index 00000000..6357b621 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_certificates_preview.html.liquid @@ -0,0 +1,35 @@ + + +
    +
    +
    + +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/_certificates_top_bar.html.liquid b/Custom_Templates/customer_templates/Skuid/_certificates_top_bar.html.liquid new file mode 100644 index 00000000..74a7ae41 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_certificates_top_bar.html.liquid @@ -0,0 +1,44 @@ +
    +
    +
    +

    + {{certificate.certificate_name}} +

    +
    +
    + {% if certificate.linkedin_sharing_enabled and current_person.signed_in? and certificate.learner_uuid == current_person.id %} + + + {% t .share %} + + {% endif %} + + {% if certificate.generating_pdf %} +
    + +
    + {% else %} + + {% t .download %} + + {% endif %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/_certificates_verification.html.liquid b/Custom_Templates/customer_templates/Skuid/_certificates_verification.html.liquid new file mode 100644 index 00000000..4fc19415 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_certificates_verification.html.liquid @@ -0,0 +1,15 @@ +
    +
    +
    + +
    +
    +

    + {{certificate.verification_title}} +

    +

    + {{certificate.verification_description}} +

    +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/_completion_dashboard.html.liquid b/Custom_Templates/customer_templates/Skuid/_completion_dashboard.html.liquid new file mode 100644 index 00000000..f163b2fa --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_completion_dashboard.html.liquid @@ -0,0 +1,60 @@ +
    + {% if courses.enrolled.any? %} +
    +
    +
    + {% assign countComplete = 0 %} + {% assign countInProgress = 0 %} + {% assign countNotStarted = 0 %} + {% assign countTotal = 0 | times: 1.0 %} + {% for course in courses.enrolled %} + {% assign countTotal = countTotal | plus: 1 %} + {% if course.progress == 100 %} + {% assign countComplete = countComplete | plus: 1 %} + {% endif %} + {% if course.progress > 0 and course.progress < 100 %} + {% assign countInProgress = countInProgress | plus: 1 %} + {% endif %} + {% if course.progress == 0 %} + {% assign countNotStarted = countNotStarted | plus: 1 %} + {% endif %} + {% endfor %} +
      +
    • + {% include "progress_circle", name:'Completed' , count: countComplete , total: countTotal %} +
    • +
    • + {% include "progress_circle", name:'In Progress' , count: countInProgress , total: countTotal %} +
    • +
    • + {% include "progress_circle", name:'Not Started' , count: countNotStarted , total: countTotal %} +
    • +
    +
    +{% else %} + {% capture message %} + {% t shared.zero_state.courses.index, + key: current_school.course_vocabulary + %} + {% endcapture %} + {% include "courses_zero_state", message: message %} +{% endif %} +
    +
    +
    + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/_course_activity_locked.html.liquid b/Custom_Templates/customer_templates/Skuid/_course_activity_locked.html.liquid new file mode 100644 index 00000000..0e21bb94 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_course_activity_locked.html.liquid @@ -0,0 +1,4 @@ +{% comment %} {% endcomment %} + + {{ activity.title }} + diff --git a/Custom_Templates/customer_templates/Skuid/_course_activity_unlocked.html.liquid b/Custom_Templates/customer_templates/Skuid/_course_activity_unlocked.html.liquid new file mode 100644 index 00000000..981ea34a --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_course_activity_unlocked.html.liquid @@ -0,0 +1,17 @@ +{% if course.enrolled? %} + + {{ activity.title }} + +{% else %} +
    + {{ activity.title }} +
    +{% endif %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/_course_banner.html.liquid b/Custom_Templates/customer_templates/Skuid/_course_banner.html.liquid new file mode 100644 index 00000000..c0176227 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_course_banner.html.liquid @@ -0,0 +1,21 @@ +
    +
    + {{ course.name }} +
    +
    {{ course.name }}
    + {%- comment -%} {% include "course_details_review" %} {%- endcomment -%} +
    +
    + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/_course_categories.html.liquid b/Custom_Templates/customer_templates/Skuid/_course_categories.html.liquid new file mode 100644 index 00000000..6cfe9010 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_course_categories.html.liquid @@ -0,0 +1,10 @@ +

    + {% t .header %} +

    +
    + {% for category in course.categories %} +
    + {{ category.name }} +
    + {% endfor %} +
    diff --git a/Custom_Templates/customer_templates/Skuid/_course_collection.html.liquid b/Custom_Templates/customer_templates/Skuid/_course_collection.html.liquid new file mode 100644 index 00000000..22483f75 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_course_collection.html.liquid @@ -0,0 +1,11 @@ +
    +
    + +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/_course_collection_unlogged.html.liquid b/Custom_Templates/customer_templates/Skuid/_course_collection_unlogged.html.liquid new file mode 100644 index 00000000..9224cf0a --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_course_collection_unlogged.html.liquid @@ -0,0 +1,11 @@ +
    +
    + +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/_course_description.html.liquid b/Custom_Templates/customer_templates/Skuid/_course_description.html.liquid new file mode 100644 index 00000000..269f9216 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_course_description.html.liquid @@ -0,0 +1,6 @@ +

    + {% t .header, key: current_school.course_vocabulary %} +

    +
    + {{ course.full_description }} +
    diff --git a/Custom_Templates/customer_templates/Skuid/_course_desktop_view.html.liquid b/Custom_Templates/customer_templates/Skuid/_course_desktop_view.html.liquid new file mode 100644 index 00000000..c17058d7 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_course_desktop_view.html.liquid @@ -0,0 +1,60 @@ +
    +
    + {% include "course_banner" %} +
    + {% include "course_description" %} + + {% comment %} {% if course.categories.any? %} +
    + {% include "course_categories" %} +
    + {% endif %} {% endcomment %} + + {% if course.instructors.any? %} +
    + {% include "course_instructors" %} +
    + {% endif %} + + {% if course.events.any? %} +
    + {% include "course_events" %} +
    + {% endif %} +
    +
    +
    + {% include "course_progress_and_cta" %} +
    + {% include "course_outline" %} +
    +
    +
    + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/_course_details.html.liquid b/Custom_Templates/customer_templates/Skuid/_course_details.html.liquid new file mode 100644 index 00000000..3d353e17 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_course_details.html.liquid @@ -0,0 +1,34 @@ +{% assign activities_count = 0 %} +{% for course_section in course.sections %} + {% for course_activity in course_section.activities %} + {% assign activities_count = activities_count | plus: 1 %} + {% endfor %} +{% endfor %} + +
    +
    + {{ activities_count }} + + {% if activities_count == 1 %}Activity{% else %}Activities{% endif %} + +
    +
    + {% if course.properties.course_time contains 'missing property' %} + missing property: course.properties.course_time + {% else %} + {% if course.properties.course_time %} + {% if course.properties.course_time > 0 %} + {{course.properties.course_time}} minsDuration + {% else %} +
       
    + {% endif %} + {% endif %} + {% endif %} +
    +
    + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/_course_details_review.html.liquid b/Custom_Templates/customer_templates/Skuid/_course_details_review.html.liquid new file mode 100644 index 00000000..cbfbea2b --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_course_details_review.html.liquid @@ -0,0 +1,60 @@ +{% assign activities_count = 0 %} +{% for course_section in course.sections %} + {% for course_activity in course_section.activities %} + {% assign activities_count = activities_count | plus: 1 %} + {% endfor %} +{% endfor %} + +
    +
    + {{ activities_count }} + + {% if activities_count == 1 %}Activity{% else %}Activities{% endif %} + +
    +
    + {% if course.properties.course_time contains 'missing property' %} + missing property: course.properties.course_time + {% else %} + {% if course.properties.course_time %} + {% if course.properties.course_time > 0 %} + {{course.properties.course_time}} minsDuration + {% else %} +
       
    + {% endif %} + {% endif %} + {% endif %} +
    + {% comment %}
    +
    + {% for i in (1..5) %} + {% if course.properties.course_rating >= i %} + + + + {% else %} + + + + {% endif %} + {% endfor %} +
    + + {{course.properties.course_rating}}
    ({{course.properties.course_rating_count}})
    +
    +
    {% endcomment %} +
    + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/_course_events.html.liquid b/Custom_Templates/customer_templates/Skuid/_course_events.html.liquid new file mode 100644 index 00000000..5fa80eef --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_course_events.html.liquid @@ -0,0 +1,28 @@ +

    + {% t .header %} +

    +
    + {% for event in course.events %} +
    + +
    +
    + {{ event.title }} +
    +
    + {% t shared.event_types, key: event.event_type %} +
    +
    + {{ event.sessions.first.time_period }} {{ event.sessions.first.time_zone }} +
    +
    +
    + {% endfor %} +
    diff --git a/Custom_Templates/customer_templates/Skuid/_course_header.html.liquid b/Custom_Templates/customer_templates/Skuid/_course_header.html.liquid new file mode 100644 index 00000000..84820ec4 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_course_header.html.liquid @@ -0,0 +1,16 @@ +
    + {{ current_school.course_vocabulary }} + + +
    +
    + + + + {{ course.name }} +
    +{{ course.name }} diff --git a/Custom_Templates/customer_templates/Skuid/_course_instructors.html.liquid b/Custom_Templates/customer_templates/Skuid/_course_instructors.html.liquid new file mode 100644 index 00000000..ca6f1f2f --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_course_instructors.html.liquid @@ -0,0 +1,26 @@ +

    + {% t .header %} +

    +
    + {% for instructor in course.instructors %} +
    + {{ instructor.name }} +
    +
    + {{ instructor.name }} +
    + +
    +
    + {% endfor %} +
    + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/_course_mobile_view.html.liquid b/Custom_Templates/customer_templates/Skuid/_course_mobile_view.html.liquid new file mode 100644 index 00000000..d1ce82f2 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_course_mobile_view.html.liquid @@ -0,0 +1,87 @@ +
    + {% include "course_header" %} +
    + {% include "course_progress_and_cta" %} +
    +
    + +{% if course.progress == 0 %} +
    + {% include "course_description" %} +
    +
    + {% include "course_outline" %} +
    +{% else %} +
    + {% include "course_outline" %} +
    +
    + {% include "course_description" %} +
    +{% endif %} + +{% if course.categories.any? %} +
    + {% include "course_categories" %} +
    +{% endif %} + +{% if course.instructors.any? %} +
    + {% include "course_instructors" %} +
    +{% endif %} + +{% if course.events.any? %} +
    + {% include "course_events" %} +
    +{% endif %} + +
    + {% if course.learner_can_retake? %} +
    + {% form_authenticity_token %} + +
    + {% else %} + + {% if course.enrolled? == false %} + {% t shared.enroll %} + {% elsif course.started? == false %} + {% t shared.course.start, key: current_school.course_vocabulary %} + {% elsif course.completed? %} + {% t shared.course.view, key: current_school.course_vocabulary %} + {% else %} + {% t shared.continue %} + {% endif %} + + {% endif %} +
    + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/_course_outline.html.liquid b/Custom_Templates/customer_templates/Skuid/_course_outline.html.liquid new file mode 100644 index 00000000..34361a1d --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_course_outline.html.liquid @@ -0,0 +1,38 @@ +
    +
    + {% t .header, key: current_school.course_vocabulary %} +
    +
    +
      + {% for section in course.sections %} +
    1. +
      + {{ section.name }} +
      +
        + {% for activity in section.activities %} + +
      1. + {% if activity.completed? %} + + {% if activity.locked? %} + {% include "course_activity_locked" %} + {% else %} + {% include "course_activity_unlocked", class: "np-course-outline-content-activity-link-completed" %} + {% endif %} + {% else %} + + {% if activity.locked? %} + {% include "course_activity_locked" %} + {% else %} + {% include "course_activity_unlocked", class: "np-course-outline-content-activity-link" %} + {% endif %} + {% endif %} +
      2. + {% endfor %} +
      +
    2. + {% endfor %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/_course_product_desktop_view.html.liquid b/Custom_Templates/customer_templates/Skuid/_course_product_desktop_view.html.liquid new file mode 100644 index 00000000..ae8d50de --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_course_product_desktop_view.html.liquid @@ -0,0 +1,41 @@ +
    +
    + {% include "course_header" %} +
    +
    +
    +
    + {{ course.name }} + {% include "course_description" %} + + {% if course.categories.any? %} +
    + {% include "course_categories" %} +
    + {% endif %} + + {% if course.instructors.any? %} +
    + {% include "course_instructors" %} +
    + {% endif %} + + {% if course.events.any? %} +
    + {% include "course_events" %} +
    + {% endif %} +
    + +
    +
    + {% include "product_price_and_cta" %} +
    + {% include "product_outline" %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/_course_product_mobile_view.html.liquid b/Custom_Templates/customer_templates/Skuid/_course_product_mobile_view.html.liquid new file mode 100644 index 00000000..880a0f24 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_course_product_mobile_view.html.liquid @@ -0,0 +1,31 @@ +
    + {% include "course_header" %} +
    + {% include "product_price_and_cta" %} +
    +
    + +
    + {% include "course_description" %} +
    +
    + {% include "product_outline" %} +
    + +{% if course.categories.any? %} +
    + {% include "course_categories" %} +
    +{% endif %} + +{% if course.instructors.any? %} +
    + {% include "course_instructors" %} +
    +{% endif %} + +{% if course.events.any? %} +
    + {% include "course_events" %} +
    +{% endif %} diff --git a/Custom_Templates/customer_templates/Skuid/_course_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Skuid/_course_progress_and_cta.html.liquid new file mode 100644 index 00000000..3b57b667 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_course_progress_and_cta.html.liquid @@ -0,0 +1,47 @@ +
    + {%comment%}
    + {% t .header %} +
    {%endcomment%} +
    + {% t shared.progress, count: course.progress %} +
    + +
    +
    +
    +
    +
    + +
    + {% if course.learner_can_retake? %} +
    + {% form_authenticity_token %} + +
    + {% else %} + + {% if course.enrolled? == false %} + {% t shared.enroll %} + {% elsif course.started? == false %} + {% t shared.course.start, key: current_school.course_vocabulary %} + {% elsif course.completed? %} + {% t shared.course.view, key: current_school.course_vocabulary %} + {% else %} + {% t shared.continue %} + {% endif %} + + {% endif %} +
    \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/_course_version_outdated_alert.html.liquid b/Custom_Templates/customer_templates/Skuid/_course_version_outdated_alert.html.liquid new file mode 100644 index 00000000..03e245ab --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_course_version_outdated_alert.html.liquid @@ -0,0 +1,7 @@ +{% if courses.include_courses_to_restart? %} + +{% endif %} diff --git a/Custom_Templates/customer_templates/Skuid/_course_version_outdated_popup.html.liquid b/Custom_Templates/customer_templates/Skuid/_course_version_outdated_popup.html.liquid new file mode 100644 index 00000000..71795884 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_course_version_outdated_popup.html.liquid @@ -0,0 +1,33 @@ +
    +
    + + +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/Skuid/_courses_catalog.html.liquid new file mode 100644 index 00000000..d1f80304 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_courses_catalog.html.liquid @@ -0,0 +1,28 @@ +{% assign view_more_counter = 0 %} +{% if courses.in_catalog.any? %} +
    + {% for course in courses.in_catalog %} + {% if view_more_counter < 3%} + {% assign view_more_counter = view_more_counter | plus: 1%} +
    + {% include "cards_course" with course, class: "" %} +
    + {% else %} +
    + {% include "cards_course" with course, class: "" %} +
    + {% endif%} + {% endfor %} + + {% if view_more_counter >= 3%} + + {% endif %} +
    +{% else %} + {% capture message %} + {% t shared.zero_state.courses.catalog, + key: current_school.course_vocabulary + %} + {% endcapture %} + {% include "courses_zero_state", message: message %} +{% endif %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/_courses_index.html.liquid b/Custom_Templates/customer_templates/Skuid/_courses_index.html.liquid new file mode 100644 index 00000000..848722a6 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_courses_index.html.liquid @@ -0,0 +1,14 @@ +{% if courses.enrolled.any? %} +
    + {% for course in courses.enrolled %} + {% include "cards_course" with course, class: "col-xs-12 col-sm-6 np-stretch-content" %} + {% endfor %} +
    +{% else %} + {% capture message %} + {% t shared.zero_state.courses.index, + key: current_school.course_vocabulary + %} + {% endcapture %} + {% include "courses_zero_state", message: message %} +{% endif %} diff --git a/Custom_Templates/customer_templates/Skuid/_courses_zero_state.html.liquid b/Custom_Templates/customer_templates/Skuid/_courses_zero_state.html.liquid new file mode 100644 index 00000000..26e371f7 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_courses_zero_state.html.liquid @@ -0,0 +1,6 @@ +
    +
    + {{ message }} +
    + {{ message }} +
    diff --git a/Custom_Templates/customer_templates/Skuid/_custom_header.html.liquid b/Custom_Templates/customer_templates/Skuid/_custom_header.html.liquid new file mode 100644 index 00000000..59da4836 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_custom_header.html.liquid @@ -0,0 +1,124 @@ +
    +
    +
    + {% if current_person.signed_in? %} + + + {% endif %} +
    + {% if current_school.logo_url %} +

    + + {{ current_school.name }} + +

    + {% else %} + + {{ current_school.name }} + + {% endif %} + +
    + +
    + + {% if current_person.signed_in? %} + +
    + + +
    + {% else %} +
    + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/_dashboard_course_filter.html.liquid b/Custom_Templates/customer_templates/Skuid/_dashboard_course_filter.html.liquid new file mode 100644 index 00000000..22b7c7db --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_dashboard_course_filter.html.liquid @@ -0,0 +1,168 @@ +
    + +
    + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/_filter_by_progress.html.liquid b/Custom_Templates/customer_templates/Skuid/_filter_by_progress.html.liquid new file mode 100644 index 00000000..a0426dfa --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_filter_by_progress.html.liquid @@ -0,0 +1,112 @@ +{% assign topic_classname = topic | split: " " %} + +
    + {% if label %} +
    {{ label }}
    + {% endif %} +
    + +
    +
    + + + diff --git a/Custom_Templates/customer_templates/Skuid/_filter_checkbox.html.liquid b/Custom_Templates/customer_templates/Skuid/_filter_checkbox.html.liquid new file mode 100644 index 00000000..5cbcbd07 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_filter_checkbox.html.liquid @@ -0,0 +1,10 @@ + + diff --git a/Custom_Templates/customer_templates/Skuid/_filter_dropdown.html.liquid b/Custom_Templates/customer_templates/Skuid/_filter_dropdown.html.liquid new file mode 100644 index 00000000..e7a954bb --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_filter_dropdown.html.liquid @@ -0,0 +1,33 @@ +
    + +
    diff --git a/Custom_Templates/customer_templates/Skuid/_filter_select.html.liquid b/Custom_Templates/customer_templates/Skuid/_filter_select.html.liquid new file mode 100644 index 00000000..d006c0df --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_filter_select.html.liquid @@ -0,0 +1,22 @@ +{% if params.q %} + +{% endif %} + + + + diff --git a/Custom_Templates/customer_templates/Skuid/_footer.html.liquid b/Custom_Templates/customer_templates/Skuid/_footer.html.liquid new file mode 100644 index 00000000..5c4eda6e --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_footer.html.liquid @@ -0,0 +1,236 @@ +
    +{% include "carousels" %} + +{% if current_person.signed_in? %} + + + +{% endif %} + + + +{%comment%} View More Styles/Scripts {%endcomment%} + + + +{% if current_person.signed_in? %} + +{% endif %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/_head.html.liquid b/Custom_Templates/customer_templates/Skuid/_head.html.liquid new file mode 100644 index 00000000..237b3e05 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_head.html.liquid @@ -0,0 +1,25 @@ +{% styles default %} +{% styles colors %} +{% styles custom %} + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/_header.html.liquid b/Custom_Templates/customer_templates/Skuid/_header.html.liquid new file mode 100644 index 00000000..376a198c --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_header.html.liquid @@ -0,0 +1,574 @@ +{%- comment -%} {% assign redirect = true %} +{% if current_person.signed_in? %} + {% for group in current_person.groups %} + {% if group.id == "29ae12e6-f740-4190-a5c2-a7e12e87926f" or group.id == "aa36069f-e354-4dbe-9972-9ce70ad146d7" or group.id == "8cd6ec9c-101e-4b1a-82c7-77dac583a1f5" %} + {% assign redirect = false %} + {% break %} + {% endif %} + {% endfor %} +{% endif %} + +{% if current_person.signed_in? and redirect %} + {% unless current_person.email contains '+preview-' %} + + {% endunless %} +{% endif %} {%- endcomment -%} + + + +
    +
    +
    + {% if current_school.logo_url %} +
    +

    + + {{ current_school.name }} + +

    +
    + {% endif%} +
    + +
    +
    + {% if current_person.signed_in? %} + + {% endif %} +
    + + {% for link in navigations.sub_navigation %} + {% if link.label == "Events" or link.label == "Dashboard" %} + {% elsif link.label == "Catalog" %} + + + Courses + + {% elsif link.label == "Home" %} + + + Home + + {% else %} + + + {{ link.label }} + + {% endif %} + {% endfor %} + + {%comment%} +
    + {% unless current_school.sso_active? %} + + {% t .profile_settings %} + + {% endunless %} + + {% t .sign_out %} + + {%endcomment%} +
    +
    +
    + +{% include "messages" %} + +{% if current_person.signed_in? %} + +{% endif %} + +{% unless current_person.signed_in? %} + +{% endunless %} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/_header_minimal.html.liquid b/Custom_Templates/customer_templates/Skuid/_header_minimal.html.liquid new file mode 100644 index 00000000..a0e6bc18 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_header_minimal.html.liquid @@ -0,0 +1,17 @@ +
    + + {% if current_school.logo_url %} + + {% else %} + + {{ current_school.name }} + + {% endif %} + +
    + +{% include "messages" %} diff --git a/Custom_Templates/customer_templates/Skuid/_learning_path_banners.html.liquid b/Custom_Templates/customer_templates/Skuid/_learning_path_banners.html.liquid new file mode 100644 index 00000000..11a1810c --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_learning_path_banners.html.liquid @@ -0,0 +1,5 @@ +{% if learning_path.new_content_available? %} + {% include "learning_path_new_content_banner" %} +{% else %} + {% include "learning_path_completed_banner" %} +{% endif %} diff --git a/Custom_Templates/customer_templates/Skuid/_learning_path_certificate.html.liquid b/Custom_Templates/customer_templates/Skuid/_learning_path_certificate.html.liquid new file mode 100644 index 00000000..3a282c5e --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_learning_path_certificate.html.liquid @@ -0,0 +1,17 @@ +{% if learning_path.has_certificate? %} + {% if learning_path.certificate_completed? %} +
    + +
    + {% include "learning_path_certificate_content" %} +
    +
    + {% else %} +
    + {% include "learning_path_certificate_content" %} +
    + {% endif %} +{% endif %} diff --git a/Custom_Templates/customer_templates/Skuid/_learning_path_certificate_content.html.liquid b/Custom_Templates/customer_templates/Skuid/_learning_path_certificate_content.html.liquid new file mode 100644 index 00000000..3feafd59 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_learning_path_certificate_content.html.liquid @@ -0,0 +1,19 @@ +
    + +

    + {{ learning_path.certificate_name }} +

    + {% if learning_path.certificate_completed? %} + + {% endif %} +
    diff --git a/Custom_Templates/customer_templates/Skuid/_learning_path_completed_banner.html.liquid b/Custom_Templates/customer_templates/Skuid/_learning_path_completed_banner.html.liquid new file mode 100644 index 00000000..3632ce1c --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_learning_path_completed_banner.html.liquid @@ -0,0 +1,13 @@ +
    + +
    +

    {% t .headline %}

    +

    {% t .description %}

    +
    + {% if learning_path.certificate_link %} + {% t .actions.certificate %} + {% endif %} + {% t .actions.more_courses %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/_learning_path_course.html.liquid b/Custom_Templates/customer_templates/Skuid/_learning_path_course.html.liquid new file mode 100644 index 00000000..5f7aff84 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_learning_path_course.html.liquid @@ -0,0 +1,56 @@ +{% if learning_path.enrolled? and course.unlocked? %} +
    + +
    + {{ course.name }} +
    +
    + {{ course.name }} +
    + {% if course.instructors %} +
    + {{ course.instructors }} +
    + {% endif %} +
    + {% t shared.progress, count: course.progress %} +
    +
    + + {% if course.optional? %} +
    + {% t shared.optional %} +
    + {% endif %} +
    +
    +{% else %} +
    +
    + {{ course.name }} +
    +
    + {{ course.name }} +
    +
    + {% if course.optional? %} +
    + {% t shared.optional %} +
    + {% endif %} +
    +
    +{% endif %} diff --git a/Custom_Templates/customer_templates/Skuid/_learning_path_description.html.liquid b/Custom_Templates/customer_templates/Skuid/_learning_path_description.html.liquid new file mode 100644 index 00000000..6b1fb3a0 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_learning_path_description.html.liquid @@ -0,0 +1,6 @@ +

    + {% t .about %} +

    +
    + {{ learning_path.description }} +
    diff --git a/Custom_Templates/customer_templates/Skuid/_learning_path_desktop_content.html.liquid b/Custom_Templates/customer_templates/Skuid/_learning_path_desktop_content.html.liquid new file mode 100644 index 00000000..e9ca85d9 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_learning_path_desktop_content.html.liquid @@ -0,0 +1,21 @@ +
    +
    +
    + {{ learning_path.name }} +
    + {% include "learning_path_description" %} + {% include "learning_path_instructors" %} +
    +
    +
    +
    +
    + {% include "learning_path_progress_and_cta" %} +
    + {% include "learning_path_outline" %} +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/_learning_path_desktop_header.html.liquid b/Custom_Templates/customer_templates/Skuid/_learning_path_desktop_header.html.liquid new file mode 100644 index 00000000..6f4c112c --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_learning_path_desktop_header.html.liquid @@ -0,0 +1,12 @@ +
    +
    + {% t shared.learning_path.title %} + +
    +
    + + + + {{ learning_path.name }} +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/_learning_path_desktop_view.html.liquid b/Custom_Templates/customer_templates/Skuid/_learning_path_desktop_view.html.liquid new file mode 100644 index 00000000..8447443e --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_learning_path_desktop_view.html.liquid @@ -0,0 +1,2 @@ +{% include "learning_path_desktop_header" %} +{% include "learning_path_desktop_content" %} diff --git a/Custom_Templates/customer_templates/Skuid/_learning_path_instructors.html.liquid b/Custom_Templates/customer_templates/Skuid/_learning_path_instructors.html.liquid new file mode 100644 index 00000000..a8342301 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_learning_path_instructors.html.liquid @@ -0,0 +1,26 @@ +{% if learning_path.instructors.any? %} +
    +

    + {% t shared.instructors %} +

    +
    + {% for instructor in learning_path.instructors %} +
    + {{ instructor.name }} +
    +
    + {{ instructor.name }} +
    + +
    +
    + {% endfor %} +
    +
    +{% endif %} diff --git a/Custom_Templates/customer_templates/Skuid/_learning_path_mobile_content.html.liquid b/Custom_Templates/customer_templates/Skuid/_learning_path_mobile_content.html.liquid new file mode 100644 index 00000000..92ffd4c8 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_learning_path_mobile_content.html.liquid @@ -0,0 +1,19 @@ +{% if learning_path.in_progress? %} + {% include "learning_path_outline" %} +
    + {% include "learning_path_description" %} +
    +{% else %} +
    + {% include "learning_path_description" %} +
    +
    + {% include "learning_path_outline" %} +
    +{% endif %} + +{% if learning_path.instructors.any? %} +
    + {% include "learning_path_instructors" %} +
    +{% endif %} diff --git a/Custom_Templates/customer_templates/Skuid/_learning_path_mobile_header.html.liquid b/Custom_Templates/customer_templates/Skuid/_learning_path_mobile_header.html.liquid new file mode 100644 index 00000000..2bf66a5a --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_learning_path_mobile_header.html.liquid @@ -0,0 +1,17 @@ +
    +
    + {% t shared.learning_path.title %} + +
    +
    + {{ learning_path.name }} +
    + {{ learning_path.name }} +
    + {% include "learning_path_progress_and_cta" %} +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/_learning_path_mobile_view.html.liquid b/Custom_Templates/customer_templates/Skuid/_learning_path_mobile_view.html.liquid new file mode 100644 index 00000000..0e22feb9 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_learning_path_mobile_view.html.liquid @@ -0,0 +1,2 @@ +{% include "learning_path_mobile_header" %} +{% include "learning_path_mobile_content" %} diff --git a/Custom_Templates/customer_templates/Skuid/_learning_path_new_content_banner.html.liquid b/Custom_Templates/customer_templates/Skuid/_learning_path_new_content_banner.html.liquid new file mode 100644 index 00000000..2bc02d46 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_learning_path_new_content_banner.html.liquid @@ -0,0 +1,12 @@ +
    +
    +

    {% t .headline %}

    +

    {% t .description %}

    +
    + {% learning_path_next_step_button learning_path, class: "np-learning-path-banner-action np-learning-path-banner-action--primary" %} + {% if learning_path.certificate_link %} + {% t .actions.view_certificate %} + {% endif %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/_learning_path_outline.html.liquid b/Custom_Templates/customer_templates/Skuid/_learning_path_outline.html.liquid new file mode 100644 index 00000000..22ddd573 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_learning_path_outline.html.liquid @@ -0,0 +1,10 @@ +
    + {% for item in learning_path.items %} + {% if item.course? %} + {% include "learning_path_course", course: item %} + {% elsif item.training_event? %} + {% include "learning_path_training_session", training_session: item %} + {% endif %} + {% endfor %} + {% include "learning_path_certificate" %} +
    diff --git a/Custom_Templates/customer_templates/Skuid/_learning_path_product_desktop_view.html.liquid b/Custom_Templates/customer_templates/Skuid/_learning_path_product_desktop_view.html.liquid new file mode 100644 index 00000000..08cb6406 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_learning_path_product_desktop_view.html.liquid @@ -0,0 +1,22 @@ +{% include "learning_path_desktop_header", learning_path: product %} +
    +
    +
    + {{ product.name }} +
    + {% include "learning_path_description", learning_path: product %} + {% include "learning_path_instructors", learning_path: product %} +
    +
    +
    +
    +
    + {% include "product_price_and_cta"%} +
    + {% include "learning_path_product_outline" %} +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/_learning_path_product_mobile_view.html.liquid b/Custom_Templates/customer_templates/Skuid/_learning_path_product_mobile_view.html.liquid new file mode 100644 index 00000000..c42b6612 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_learning_path_product_mobile_view.html.liquid @@ -0,0 +1,34 @@ +
    +
    + {% t shared.learning_path.title %} + +
    +
    + + + + {{ product.name }} +
    + {{ product.name }} +
    + {% include "product_price_and_cta" %} +
    +
    + +
    + {% include "learning_path_description", learning_path: product %} +
    + +
    + {% include "learning_path_product_outline" %} +
    + +{% if product.instructors.any? %} +
    + {% include "learning_path_instructors", learning_path: product %} +
    +{% endif %} diff --git a/Custom_Templates/customer_templates/Skuid/_learning_path_product_outline.html.liquid b/Custom_Templates/customer_templates/Skuid/_learning_path_product_outline.html.liquid new file mode 100644 index 00000000..bf077377 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_learning_path_product_outline.html.liquid @@ -0,0 +1,10 @@ +
    +

    {% t .title %}

    + {% for item in product.learning_path_items %} + {% if item.course? %} + {% include "product_outline_course", id: forloop.index %} + {% elsif item.training_event? %} + {% include "product_outline_event", id: forloop.index %} + {% endif %} + {% endfor %} +
    diff --git a/Custom_Templates/customer_templates/Skuid/_learning_path_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Skuid/_learning_path_progress_and_cta.html.liquid new file mode 100644 index 00000000..6789c6bb --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_learning_path_progress_and_cta.html.liquid @@ -0,0 +1,67 @@ +{% comment %}This section of code will iterate over all courses in a learning path and average out the completion per course compared to the total of the LP {% endcomment %} +{% assign total_progress = 0 %} +{% assign completed_progress = 0 %} + +{% for item in learning_path.items %} + {% if item.course? %} + {% assign total_progress = total_progress | plus: 100 %} + + {% unless item.progress == 0 %} + {% assign completed_progress = completed_progress | plus: item.progress %} + {% endunless %} + {% endif %} +{% endfor %} + +{% assign total_progress = total_progress | times: 0.01 %} +{% assign calculated_progress = completed_progress | divided_by: total_progress %} + +{% if learning_path.enrolled? %} +
    +
    + {% t .progress %} +
    +
    +
    +
    +
    +
    + {% if calculated_progress == 0 %} + {% t shared.progress, count: learning_path.progress %} + {% else %} + {{calculated_progress | ceil }}% Completed + {% endif %} +
    +
    +{% endif %} + +{% learning_path_next_step_button learning_path, class: "np-top-button np-button-font-color np-button np-button-big" %} + + +{% comment %} + + {% if learning_path.enrolled? == false %} + {% t shared.enroll %} + {% elsif calculated_progress == 0 %} + {% t shared.learning_path.start %} + {% elsif calculated_progress == 100 %} + {% t shared.learning_path.view %} + {% else %} + {% t shared.continue %} + {% endif %} + +{% endcomment %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/_learning_path_summary_desktop_view.html.liquid b/Custom_Templates/customer_templates/Skuid/_learning_path_summary_desktop_view.html.liquid new file mode 100644 index 00000000..05961c52 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_learning_path_summary_desktop_view.html.liquid @@ -0,0 +1,3 @@ +{% include "learning_path_desktop_header" %} +{% include "learning_path_banners" %} +{% include "learning_path_desktop_content" %} diff --git a/Custom_Templates/customer_templates/Skuid/_learning_path_summary_mobile_view.html.liquid b/Custom_Templates/customer_templates/Skuid/_learning_path_summary_mobile_view.html.liquid new file mode 100644 index 00000000..f30a09eb --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_learning_path_summary_mobile_view.html.liquid @@ -0,0 +1,5 @@ +
    + {% include "learning_path_banners" %} +
    +{% include "learning_path_mobile_header" %} +{% include "learning_path_mobile_content" %} diff --git a/Custom_Templates/customer_templates/Skuid/_learning_path_training_session.html.liquid b/Custom_Templates/customer_templates/Skuid/_learning_path_training_session.html.liquid new file mode 100644 index 00000000..f796cdf4 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_learning_path_training_session.html.liquid @@ -0,0 +1,53 @@ +{% if learning_path.enrolled? and training_session.unlocked? %} +
    + +
    + +
    +
    {{ training_session.name }}
    +
    {{ training_session.instructors }}
    +
    + {{ training_session.time }} {{ training_session.time_zone }} +
    +
    + + {% if training_session.optional? %} +
    + {% t shared.optional %} +
    + {% endif %} +
    +
    +{% else %} +
    +
    + +
    +
    {{ training_session.name }}
    +
    {{ training_session.caption }}
    +
    + {% if training_session.optional? %} +
    + {% t shared.optional %} +
    + {% endif %} +
    +
    +{% endif %} diff --git a/Custom_Templates/customer_templates/Skuid/_learning_paths_collection.html.liquid b/Custom_Templates/customer_templates/Skuid/_learning_paths_collection.html.liquid new file mode 100644 index 00000000..2b5639a5 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_learning_paths_collection.html.liquid @@ -0,0 +1,11 @@ +
    +
    + +
    +
    \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/_learning_paths_index.html.liquid b/Custom_Templates/customer_templates/Skuid/_learning_paths_index.html.liquid new file mode 100644 index 00000000..3f21cca4 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_learning_paths_index.html.liquid @@ -0,0 +1,27 @@ +
    + {% if items.any? %} + {% assign view_more_counter = 0 %} + {% for learning_path in items %} + {% if view_more_counter < 1%} + {% assign view_more_counter = view_more_counter | plus: 1%} +
    + {% include "cards_learning_path" with learning_path %} +
    + {% else %} +
    + {% include "cards_learning_path" with learning_path %} +
    + {% endif %} + {% endfor %} + {% if view_more_counter >= 1%} + + {% endif %} + {% else %} +
    +
    + {% t .empty %} +
    + {% t .empty %} +
    + {% endif %} +
    diff --git a/Custom_Templates/customer_templates/Skuid/_learning_paths_index_homepage.html.liquid b/Custom_Templates/customer_templates/Skuid/_learning_paths_index_homepage.html.liquid new file mode 100644 index 00000000..334bb4bc --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_learning_paths_index_homepage.html.liquid @@ -0,0 +1,16 @@ + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/_messages.html.liquid b/Custom_Templates/customer_templates/Skuid/_messages.html.liquid new file mode 100644 index 00000000..059fc568 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_messages.html.liquid @@ -0,0 +1,19 @@ +{% if messages.alert.size > 0 %} +
    +
    + {% for message in messages.alert %} +
    {{ message }}
    + {% endfor %} +
    +
    +{% endif %} + +{% if messages.notice.size > 0 %} +
    +
    + {% for message in messages.notice %} +
    {{ message }}
    + {% endfor %} +
    +
    +{% endif %} diff --git a/Custom_Templates/customer_templates/Skuid/_modified_header.html.liquid b/Custom_Templates/customer_templates/Skuid/_modified_header.html.liquid new file mode 100644 index 00000000..c8551291 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_modified_header.html.liquid @@ -0,0 +1,148 @@ +
    +
    +
    + {% if current_person.signed_in? %} + + + {% endif %} +
    + {% if current_school.logo_url %} +

    + + {{ current_school.name }} + +

    + {% else %} + + {{ current_school.name }} + + {% endif %} + +
    + +
    + + {% if current_person.signed_in? %} + +
    + Help Guide +
    +
    + + +
    + {% else %} +
    + {% endif %} + +
    + diff --git a/Custom_Templates/customer_templates/Skuid/_overview_video.html.liquid b/Custom_Templates/customer_templates/Skuid/_overview_video.html.liquid new file mode 100644 index 00000000..266f6b4e --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_overview_video.html.liquid @@ -0,0 +1,39 @@ + + + +
    + +
    + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/_product_expiration_date.html.liquid b/Custom_Templates/customer_templates/Skuid/_product_expiration_date.html.liquid new file mode 100644 index 00000000..2d4b898b --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_product_expiration_date.html.liquid @@ -0,0 +1,7 @@ +{% if date %} + {% capture date_format %}{% t date.formats.short_humanized %}{% endcapture %} + {% capture formatted_date %}{{ date | date: date_format }}{% endcapture %} + +{% endif %} diff --git a/Custom_Templates/customer_templates/Skuid/_product_outline.html.liquid b/Custom_Templates/customer_templates/Skuid/_product_outline.html.liquid new file mode 100644 index 00000000..4255455a --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_product_outline.html.liquid @@ -0,0 +1,25 @@ +
    +
    + {% t .header.course %} +
    +
    +
      + {% for section in course.sections %} +
    1. +
      + {{ section.name }} +
      +
        + {% for activity in section.activities %} +
      1. + + {% include "course_activity_locked" %} +
        +
      2. + {% endfor %} +
      +
    2. + {% endfor %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/_product_outline_course.html.liquid b/Custom_Templates/customer_templates/Skuid/_product_outline_course.html.liquid new file mode 100644 index 00000000..594cc2de --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_product_outline_course.html.liquid @@ -0,0 +1,82 @@ +
    +
    + {{ item.name }} +
    +
    + {{ item.name }} +
    + +

    + {% if item.instructors.any? %} + {{ item.instructor_names }} + {% endif %} +

    + +
    +
    + +

    {% t shared.product_types.course %}

    +
    + +
    +
    +
    +
    +
    +

    {% t .about %}

    +

    {{ item.full_description }}

    +
    + {% if item.categories.any? %} +
    +

    + {% t .categories %} +

    +
    + {% for category in item.categories %} +
    + {{ category.name }} +
    + {% endfor %} +
    +
    + {% endif %} + {% if item.instructors.any? %} +
    +

    + {% t shared.instructors %} +

    +
    + {% for instructor in item.instructors %} +
    + {{ instructor.name }} +
    +
    + {{ instructor.name }} +
    + +
    +
    + {% endfor %} +
    +
    + {% endif %} +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/_product_outline_event.html.liquid b/Custom_Templates/customer_templates/Skuid/_product_outline_event.html.liquid new file mode 100644 index 00000000..aaa38f41 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_product_outline_event.html.liquid @@ -0,0 +1,49 @@ +
    +
    + {% if item.available? %} + {% if item.location %} + {{ item.location }} | + {% endif %} + {{ item.time }} {{ item.time_zone }}, {{ item.date }} + {{ item.name }} + {% else %} + {{ item.name }} + {% endif %} +
    {{ item.caption }}
    +
    +
    + +

    {{ item.formatted_type }}

    +
    + +
    +
    +
    +

    {% t .about %}

    +

    {{ item.description }}

    +
    + {% if item.instructors %} +
    +

    + {% t shared.instructors %} +

    +
    +
    +
    + {{ item.instructors }} +
    +
    +
    +
    + {% endif %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/_product_outline_lp.html.liquid b/Custom_Templates/customer_templates/Skuid/_product_outline_lp.html.liquid new file mode 100644 index 00000000..87106e09 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_product_outline_lp.html.liquid @@ -0,0 +1,65 @@ +
    +
    + {{ item.name }} +
    +
    + {{ item.name }} +
    + +

    + {% if item.instructor_names %} + {{ item.instructor_names }} + {% endif %} +

    + +
    +
    + +

    {% t shared.product_types.learning_path %}

    +
    + +
    +
    +
    +
    +
    +

    {% t .about %}

    + {{ item.description }} +
    +

    {% t .content %}

    + {% for learning_path_item in item.learning_path_items %} +
    +
    + {% if learning_path_item.course? %} +

    {{learning_path_item.name}}

    +

    {{learning_path_item.instructor_names}}

    + {% elsif learning_path_item.training_event? %} + {% if learning_path_item.available? %} + {{learning_path_item.name}} + {{ learning_path_item.time }} {{ learning_path_item.time_zone }}, {{ learning_path_item.date }} + {% else %} + {{learning_path_item.name}} + {{ learning_path_item.caption }} + {% endif %} + {% endif %} +
    +
    + +

    {{ learning_path_item.formatted_type }}

    +
    +
    + {% endfor %} +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/_product_price_and_cta.html.liquid b/Custom_Templates/customer_templates/Skuid/_product_price_and_cta.html.liquid new file mode 100644 index 00000000..c0221597 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_product_price_and_cta.html.liquid @@ -0,0 +1,12 @@ +
    +
    + {{ product.formatted_price }} + + {{ product.formatted_access_period}} + +
    +
    +
    + {% commerce_add_to_cart product %} + {% commerce_buy_more_access product %} +
    diff --git a/Custom_Templates/customer_templates/Skuid/_progress_circle.html.liquid b/Custom_Templates/customer_templates/Skuid/_progress_circle.html.liquid new file mode 100644 index 00000000..f2c0f4cd --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_progress_circle.html.liquid @@ -0,0 +1,37 @@ +
    +

    + {{name}} +

    + + + {{count}} + +
    + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/_recent_course.html.liquid b/Custom_Templates/customer_templates/Skuid/_recent_course.html.liquid new file mode 100644 index 00000000..ec8a043e --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_recent_course.html.liquid @@ -0,0 +1,52 @@ +{% if courses.enrolled.any? %} +
    + {% for course in courses.enrolled %} + {% if course.id == current_person.properties.last_viewed_course %} +

    RECENTLY VIEWED

    + {% include "cards_course" with course, class: "" %} + {% endif %} + {% endfor %} +
    +{% endif %} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/_search_result.html.liquid b/Custom_Templates/customer_templates/Skuid/_search_result.html.liquid new file mode 100644 index 00000000..5c2a4991 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_search_result.html.liquid @@ -0,0 +1,19 @@ +
    +
    +
    + {{ result.name }} +
    +
    + + {{ result.name }} + +
    +
    {{ result.description }}
    +
    +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/_search_zero_state.html.liquid b/Custom_Templates/customer_templates/Skuid/_search_zero_state.html.liquid new file mode 100644 index 00000000..4e52c6fb --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_search_zero_state.html.liquid @@ -0,0 +1,13 @@ +
    +
    +
    +

    + {% t .nothing_found %} +

    +
    + {% t .empty %} +
    +
    +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/_section_faqs.html.liquid b/Custom_Templates/customer_templates/Skuid/_section_faqs.html.liquid new file mode 100644 index 00000000..42f1fb7b --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_section_faqs.html.liquid @@ -0,0 +1,106 @@ + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/_section_popular_topics.html.liquid b/Custom_Templates/customer_templates/Skuid/_section_popular_topics.html.liquid new file mode 100644 index 00000000..3f950727 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_section_popular_topics.html.liquid @@ -0,0 +1,26 @@ + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/_section_tips_tricks.html.liquid b/Custom_Templates/customer_templates/Skuid/_section_tips_tricks.html.liquid new file mode 100644 index 00000000..24f35f70 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_section_tips_tricks.html.liquid @@ -0,0 +1,76 @@ +{% capture quotes %} + + + + + + + + + +{% endcapture %} + + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/_statistics.html.liquid b/Custom_Templates/customer_templates/Skuid/_statistics.html.liquid new file mode 100644 index 00000000..185412db --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_statistics.html.liquid @@ -0,0 +1,34 @@ +
    +
    +

    {{ countInProgress }}

    +

    {% if countInProgress == 1 %}Course{% else %}Courses{% endif %} in Progress

    +
    +
    +

    {{ countComplete }}

    +

    Completed Courses

    +
    +
    + {% if current_person.properties.learner_badges contains "missing property" %} +

    0

    + {% else %} +

    {{ current_person.properties.learner_badges }}

    + {% endif %} +

    Badges

    +
    +
    + {% if current_person.properties.learner_points contains "missing property" %} +

    0

    + {% else %} +

    {{ current_person.properties.learner_points }}

    + {% endif %} +

    Points

    +
    +
    + {% if current_person.properties.learner_hours contains "missing property" %} +

    0

    + {% else %} +

    {{ current_person.properties.learner_hours }} mins

    + {% endif %} +

    Course Time

    +
    +
    \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Skuid/_sub_navigation.html.liquid new file mode 100644 index 00000000..3d61fc1c --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_sub_navigation.html.liquid @@ -0,0 +1,51 @@ + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/_training_event_desktop_view.html.liquid b/Custom_Templates/customer_templates/Skuid/_training_event_desktop_view.html.liquid new file mode 100644 index 00000000..76ac434a --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_training_event_desktop_view.html.liquid @@ -0,0 +1,42 @@ +
    + {% include "training_session_header" %} +
    +
    +
    +
    +
    +
    + {% include "training_session_status" %} + {% include "training_session_date" %} +
    +
    + {% include "training_session_details" %} +
    +
    +
    +
    + {% include "training_session_description" %} +
    +
    +
    +
    +
    +
    + {% t shared.more_sessions %} +
    + {% if training_event.sessions.size > 1 %} + {% include "training_session_more_sessions" %} + {% else %} +
    + {% t .empty %} +
    + {% t .empty %} +
    +
    + {% endif %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/_training_event_mobile_view.html.liquid b/Custom_Templates/customer_templates/Skuid/_training_event_mobile_view.html.liquid new file mode 100644 index 00000000..f6a7b959 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_training_event_mobile_view.html.liquid @@ -0,0 +1,23 @@ +
    +
    + {% include "training_session_header" %} +
    + +
    + {% include "training_session_status" %} + {% include "training_session_date" %} + {% include "training_session_details" %} + {% include "training_session_description" %} +
    + + {% if training_event.sessions.size > 1 %} +
    +
    +
    + {% t shared.more_sessions %} +
    + {% include "training_session_more_sessions" %} +
    +
    + {% endif %} +
    diff --git a/Custom_Templates/customer_templates/Skuid/_training_event_preview_desktop_view.html.liquid b/Custom_Templates/customer_templates/Skuid/_training_event_preview_desktop_view.html.liquid new file mode 100644 index 00000000..be9b996a --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_training_event_preview_desktop_view.html.liquid @@ -0,0 +1,42 @@ +
    + {% include "training_session_header" %} +
    +
    +
    +
    +
    +
    + {% include "training_session_status" %} + {% include "training_session_date" %} +
    +
    + {% include "training_session_details" %} +
    +
    +
    +
    + {% include "training_session_description" %} +
    +
    +
    +
    +
    +
    + {% t shared.more_sessions %} +
    + {% if training_event.sessions.size > 0 %} + {% include "training_event_preview_more_sessions" %} + {% else %} +
    + {% t themes.default._training_event_desktop_view.empty %} +
    + {% t themes.default._training_event_desktop_view.empty %} +
    +
    + {% endif %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/_training_event_preview_mobile_view.html.liquid b/Custom_Templates/customer_templates/Skuid/_training_event_preview_mobile_view.html.liquid new file mode 100644 index 00000000..84323a09 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_training_event_preview_mobile_view.html.liquid @@ -0,0 +1,23 @@ +
    +
    + {% include "training_session_header" %} +
    + +
    + {% include "training_session_status" %} + {% include "training_session_date" %} + {% include "training_session_details" %} + {% include "training_session_description" %} +
    + + {% if training_event.sessions.size > 0 %} +
    +
    +
    + {% t shared.more_sessions %} +
    + {% include "training_event_preview_more_sessions" %} +
    +
    + {% endif %} +
    diff --git a/Custom_Templates/customer_templates/Skuid/_training_event_preview_more_sessions.html.liquid b/Custom_Templates/customer_templates/Skuid/_training_event_preview_more_sessions.html.liquid new file mode 100644 index 00000000..a81c888a --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_training_event_preview_more_sessions.html.liquid @@ -0,0 +1,3 @@ +{% for session in training_event.sessions %} + {% include "training_event_preview_session_tile", current_session: training_session %} +{% endfor %} diff --git a/Custom_Templates/customer_templates/Skuid/_training_event_preview_session_tile.html.liquid b/Custom_Templates/customer_templates/Skuid/_training_event_preview_session_tile.html.liquid new file mode 100644 index 00000000..7a09cc33 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_training_event_preview_session_tile.html.liquid @@ -0,0 +1,18 @@ +
    +
    + +
    + {{ session.status.label }} +
    +
    +
    +
    +
    + {{ session.month }} {{ session.day }}, {{ session.year }} +
    +
    + {{ session.time_period }} {{ session.time_zone }} +
    +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/_training_events_dashboard.html.liquid b/Custom_Templates/customer_templates/Skuid/_training_events_dashboard.html.liquid new file mode 100644 index 00000000..7aeb19ce --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_training_events_dashboard.html.liquid @@ -0,0 +1,9 @@ +
    + {% if training_events.enrolled.any? %} + {% for training_event in training_events.enrolled %} + {% include "cards_training_event" with training_event %} + {% endfor %} + {% else %} + {% include "training_events_zero_state" %} + {% endif %} +
    diff --git a/Custom_Templates/customer_templates/Skuid/_training_events_filter.html.liquid b/Custom_Templates/customer_templates/Skuid/_training_events_filter.html.liquid new file mode 100644 index 00000000..d4892278 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_training_events_filter.html.liquid @@ -0,0 +1,53 @@ +
    + +
    diff --git a/Custom_Templates/customer_templates/Skuid/_training_events_index.html.liquid b/Custom_Templates/customer_templates/Skuid/_training_events_index.html.liquid new file mode 100644 index 00000000..ff93b1c8 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_training_events_index.html.liquid @@ -0,0 +1,13 @@ +
    + {% if training_events.available.any? %} +
    + {% for training_event in training_events.available %} +
    + {% include "cards_training_event" with training_event %} +
    + {% endfor %} +
    + {% else %} + {% include "training_events_zero_state" %} + {% endif %} +
    diff --git a/Custom_Templates/customer_templates/Skuid/_training_events_zero_state.html.liquid b/Custom_Templates/customer_templates/Skuid/_training_events_zero_state.html.liquid new file mode 100644 index 00000000..076b789e --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_training_events_zero_state.html.liquid @@ -0,0 +1,9 @@ +
    +
    + {% t .empty %} +
    + {% t .empty %} +
    diff --git a/Custom_Templates/customer_templates/Skuid/_training_session_calendars.html.liquid b/Custom_Templates/customer_templates/Skuid/_training_session_calendars.html.liquid new file mode 100644 index 00000000..6c758b73 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_training_session_calendars.html.liquid @@ -0,0 +1,52 @@ + diff --git a/Custom_Templates/customer_templates/Skuid/_training_session_cta.html.liquid b/Custom_Templates/customer_templates/Skuid/_training_session_cta.html.liquid new file mode 100644 index 00000000..91cdb885 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_training_session_cta.html.liquid @@ -0,0 +1,61 @@ +{% if training_session.approved? %} +
    + + {% t .registered %} +
    +{% elsif training_session.pending? %} +
    + {% t .pending %} +
    +{% elsif training_session.denied? %} +
    + {% t .denied %} +
    +{% elsif training_session.too_late? %} +
    + {% t .too_late %} +
    +{% elsif training_session.no_seats? %} +
    + {% t .no_seats %} +
    +{% endif %} +
    +
    +
    + {% form_authenticity_token %} + + {% if training_session.internal? and training_session.approved? %} + {% if features.training_events_google_calendar? %} + {% include "training_session_calendars" %} + + {% else %} + + {% endif %} + + + {% endif %} + + {% if training_session.not_registered? %} + + {% endif %} +
    +
    +
    + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/_training_session_date.html.liquid b/Custom_Templates/customer_templates/Skuid/_training_session_date.html.liquid new file mode 100644 index 00000000..7963ec43 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_training_session_date.html.liquid @@ -0,0 +1,14 @@ +
    +
    +
    + {{ training_session.day }} +
    +
    +
    + {{ training_session.month }} +
    +
    + {{ training_session.year }} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/_training_session_description.html.liquid b/Custom_Templates/customer_templates/Skuid/_training_session_description.html.liquid new file mode 100644 index 00000000..bc95c88c --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_training_session_description.html.liquid @@ -0,0 +1,6 @@ +{%comment%}

    + {% t .header %} +

    {%endcomment%} +
    + {{ training_event.description }} +
    diff --git a/Custom_Templates/customer_templates/Skuid/_training_session_desktop_view.html.liquid b/Custom_Templates/customer_templates/Skuid/_training_session_desktop_view.html.liquid new file mode 100644 index 00000000..d689ade2 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_training_session_desktop_view.html.liquid @@ -0,0 +1,43 @@ +
    + {% include "training_session_header" %} +
    +
    +
    +
    +
    +
    + {% include "training_session_status" %} + {% include "training_session_date" %} +
    +
    + {% include "training_session_details" %} + {% include "training_session_cta" %} +
    +
    +
    +
    + {% include "training_session_description" %} +
    +
    +
    +
    +
    +
    + {% t shared.more_sessions %} +
    + {% if training_event.sessions.size > 1 %} + {% include "training_session_more_sessions" %} + {% else %} +
    + {% t .empty %} +
    + {% t .empty %} +
    +
    + {% endif %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/_training_session_details.html.liquid b/Custom_Templates/customer_templates/Skuid/_training_session_details.html.liquid new file mode 100644 index 00000000..980a6bbf --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_training_session_details.html.liquid @@ -0,0 +1,24 @@ +
    + {% include "training_session_date" %} + +
    + + {{ training_session.time_period }} {{ training_session.time_zone }} +
    + + {% if training_session.location %} +
    + + {{ training_session.location }} +
    + {% endif %} + + {% if training_session.session_url %} +
    + + + {{ training_session.session_url }} + +
    + {% endif %} +
    diff --git a/Custom_Templates/customer_templates/Skuid/_training_session_header.html.liquid b/Custom_Templates/customer_templates/Skuid/_training_session_header.html.liquid new file mode 100644 index 00000000..daee98b5 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_training_session_header.html.liquid @@ -0,0 +1,10 @@ +
    + {% t shared.event_types, key: training_event.event_type %} + +
    +
    + + + + {{ training_event.title }} +
    diff --git a/Custom_Templates/customer_templates/Skuid/_training_session_mobile_view.html.liquid b/Custom_Templates/customer_templates/Skuid/_training_session_mobile_view.html.liquid new file mode 100644 index 00000000..3270d65d --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_training_session_mobile_view.html.liquid @@ -0,0 +1,27 @@ +
    +
    + {% include "training_session_header" %} +
    + +
    + {% include "training_session_status" %} + {% include "training_session_date" %} + {% include "training_session_details" %} +
    + {% include "training_session_cta" %} +
    + {% include "training_session_description" %} +
    + + {% if training_event.sessions.size > 1 %} +
    +
    +
    + {% t shared.more_sessions %} +
    + {% include "training_session_more_sessions" %} +
    +
    + {% endif %} + +
    diff --git a/Custom_Templates/customer_templates/Skuid/_training_session_more_sessions.html.liquid b/Custom_Templates/customer_templates/Skuid/_training_session_more_sessions.html.liquid new file mode 100644 index 00000000..6cfafa87 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_training_session_more_sessions.html.liquid @@ -0,0 +1,3 @@ +{% for session in training_event.sessions %} + {% include "training_session_tile", current_session: training_session %} +{% endfor %} diff --git a/Custom_Templates/customer_templates/Skuid/_training_session_status.html.liquid b/Custom_Templates/customer_templates/Skuid/_training_session_status.html.liquid new file mode 100644 index 00000000..75116282 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_training_session_status.html.liquid @@ -0,0 +1,6 @@ +
    + {% if training_session.approved? %} + + {% endif %} + {{ training_session.status.label }} +
    diff --git a/Custom_Templates/customer_templates/Skuid/_training_session_tile.html.liquid b/Custom_Templates/customer_templates/Skuid/_training_session_tile.html.liquid new file mode 100644 index 00000000..669fbb6c --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_training_session_tile.html.liquid @@ -0,0 +1,24 @@ +{% if current_session.id != session.id %} + +
    + +
    + {{ session.status.label }} +
    +
    +
    +
    +
    + {{ session.month }} {{ session.day }}, {{ session.year }} +
    +
    + {{ session.time_period }} {{ session.time_zone }} +
    +
    + +
    +
    +{% endif %} diff --git a/Custom_Templates/customer_templates/Skuid/_welcome_hero.html.liquid b/Custom_Templates/customer_templates/Skuid/_welcome_hero.html.liquid new file mode 100644 index 00000000..0f77a45d --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/_welcome_hero.html.liquid @@ -0,0 +1,4 @@ +
    + + +
    \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/account.html.liquid b/Custom_Templates/customer_templates/Skuid/account.html.liquid new file mode 100644 index 00000000..9939b607 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/account.html.liquid @@ -0,0 +1,123 @@ +{% include "header" %} + +
    +
    + {% include "sub_navigation" %} +
    + +
    +
    + {% include "account_mobile_view", form: form %} +
    + +
    + {% include "account_desktop_view", form: form %} +
    +
    +
    + +{% include "footer" %} + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/auth_url_email.html.liquid b/Custom_Templates/customer_templates/Skuid/auth_url_email.html.liquid new file mode 100644 index 00000000..bd3e99da --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/auth_url_email.html.liquid @@ -0,0 +1,101 @@ +
    +
    + {% include "header_minimal" %} +
    +
    + {% form_authenticity_token %} +
    + {% t shared.welcome_to_school, school_name: current_school.name %} +
    +
    + {% t .headline, key: current_school.course_vocabulary %} +
    +
    + + +
    +
    + + +
    +
    + + +
    + + +
    +
    +
    +
    + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/auth_url_employee.html.liquid b/Custom_Templates/customer_templates/Skuid/auth_url_employee.html.liquid new file mode 100644 index 00000000..c8d8adf7 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/auth_url_employee.html.liquid @@ -0,0 +1,59 @@ +
    +
    + {% include "header_minimal" %} +
    +
    + {% form_authenticity_token %} +
    + {% t shared.welcome_to_school, school_name: current_school.name %} +
    +
    + {% t .headline, key: current_school.course_vocabulary %} +
    +
    + + +
    +
    + + +
    +
    + + +
    + +
    +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/auth_url_phone_number.html.liquid b/Custom_Templates/customer_templates/Skuid/auth_url_phone_number.html.liquid new file mode 100644 index 00000000..aafae119 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/auth_url_phone_number.html.liquid @@ -0,0 +1,40 @@ +
    +
    + {% include "header_minimal" %} +
    +
    +
    {% t shared.welcome_to_school, school_name: current_school.name %}
    +
    {% t .headline, key: current_school.course_vocabulary %}
    + {% form_authenticity_token %} +
    + + +
    +
    + + +
    + +
    +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/auth_url_terms.html.liquid b/Custom_Templates/customer_templates/Skuid/auth_url_terms.html.liquid new file mode 100644 index 00000000..a7087db2 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/auth_url_terms.html.liquid @@ -0,0 +1,74 @@ +
    +
    + {% include "header_minimal" %} +
    +
    +
    {% t shared.welcome_to_school, school_name: current_school.name %}
    +
    {% t .headline, key: current_school.course_vocabulary %}
    + {% form_authenticity_token %} +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + + +
    + +
    +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/bundle_product.html.liquid b/Custom_Templates/customer_templates/Skuid/bundle_product.html.liquid new file mode 100644 index 00000000..734327e5 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/bundle_product.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
    +
    + {% include "bundle_product_desktop_view" %} +
    +
    + {% include "bundle_product_mobile_view" %} +
    +
    +{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Skuid/catalog.html.liquid b/Custom_Templates/customer_templates/Skuid/catalog.html.liquid new file mode 100644 index 00000000..008c7ed2 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/catalog.html.liquid @@ -0,0 +1,54 @@ +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.in_catalog %} +
    +
    + {% include "sub_navigation" %} +
    +
    +
    +
    +
    {{ catalog.headline }}
    +
    {{ catalog.subheadline }}
    +
    Courses
    +
    Explore currated sets of courses for a tailored learning experience.
    + {% include 'dashboard_course_filter' %} +
    +
    + {% include "courses_catalog" %} +
    +
    +{% include "footer" %} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/certification.html.liquid b/Custom_Templates/customer_templates/Skuid/certification.html.liquid new file mode 100644 index 00000000..db2e9bd6 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/certification.html.liquid @@ -0,0 +1,1037 @@ +{% if current_person.signed_in? == false %} + +{% endif %} + +{% include "header" %} +
    + {% if current_person.signed_in? %} +
    + {% include "sub_navigation" %} +
    + {% endif %} + +
    + + {% comment %}================================================= HEADER BUBBLES ==================================================={% endcomment %} + {% if current_person.properties.cert_status == 'Default' %} +
    +
    Skuid Certification Registration
    +
    + {% else %} +
    +
    GET STARTED
    +
    EXAM PREP
    +
    EXAM PENDING
    +
    + {% if current_person.properties.cert_status == 'Pass' or current_person.properties.cert_status == 'Fail' %} + {{current_person.properties.cert_status}} + {% else %} + COMPLETION STATUS + {% endif %} +
    +
    + {% endif %} + + {% comment %}=========================================== CERTIFICATION REGISTRATION =============================================={% endcomment %} + + {% if current_person.properties.cert_status == 'Default' %} +
    +
    Ready to be Skuid Certified?
    +
    +
    The Skuid - Certified Builder Exam assumes knowledge in topics from these learning paths: Level 1, Level 2, Deploy and Manage Skuid Apps in Salesforce, and Explore More.
    +
    + +
    + +
    +
    + + **Important: The certification program is currently on hold. Create an account in Nintex University for the latest training and certification content.** + +
    +
    + {%- comment -%}
    + I have read and understand the Skuid Terms and Agreements* +
    {% endcomment %} +
    + + {%- comment -%} Once you’ve registered, refresh this page to access the prep materials.{% endcomment %} + + exam-registration-image + +
    + + {% endif %} + + + {% comment %}================================================ EXAM PREP ==================================================={% endcomment %} + + {% if current_person.properties.cert_status == 'Registered' or current_person.properties.cert_status == 'Exists-qm' %} +
    +
    Skuid Certification Exam Prep
    +
    Prep, practice, and take your exam.
    + +
    +
    + Prep Guide +
    + View courses, documentation, and other resources to prep for the certification exam. +
    +
    +
    + Practice Exam +
    + Take a practice exam to test what you've learned. +
    +
    + {% if current_person.properties.cert_status == 'Registered' %} +
    + Exam Not Ready +
    + This button will activate when you've received your exam confirmation email. +
    +
    + {% elsif current_person.properties.cert_status == 'Exists-qm' %} +
    + Take Exam +
    + Ready? Take your exam to become certified. +
    +
    + {% endif %} +
    + + + Not seeing what you expect? Refresh this page. + +
    + + + + + {% endif %} + + {% comment %}============================================== PASSED ========================================================{% endcomment %} + + {% if current_person.properties.cert_status == 'Pass' %} +
    + exam-passed-background + + +
    + + {% endif %} + + {% comment %}=============================================== FAILED ======================================================{% endcomment %} + + {% if current_person.properties.cert_status == 'Fail' %} +
    +
    Exam failed.
    +
    + If you'd like to try again, email certification@skuid.com. +
    +
    + + {% endif %} + + {% comment %}============================================ FOOTER ====================================================={% endcomment %} + +
    +
    +{%- comment -%} {% include "footer" %} {%- endcomment -%} + + + + + + + +{%- comment -%} UNUSED ELEMENTS {%- endcomment -%} + +{% comment %}=================================================== IFRAME (REMOVE) =========================================================={% endcomment %} + +{%- comment -%} {%- endcomment -%} + +{% comment %}============================================ EXAM NOT STARTED (UNUSED)=================================================={% endcomment %} + +{%- comment -%}
    +
    Exam not started
    +
    See email for instructions or schedule your exam below
    + +
    + Schedule Exam +
    + Ready? Schedule your exam to become certified. +
    +
    +
    {%- endcomment -%} + +{% comment %}============================================ EXAM COMPLETE ===================================================={% endcomment %} + +{%- comment -%}
    Exam complete
    +
    Results are still qm_created. Check back in 10 business days from your exam date.
    {%- endcomment -%} + +{%- comment -%}
    + exam-complete-background +
    {%- endcomment -%} + + +{% comment %}============================================= CERTIFIED (UNUSED)======================================================{% endcomment %} + +{%- comment -%}
    + cert-recert-background +
    +
    Recertification is due on 1/1/2024
    + Download Certificate +
    + +
    {%- endcomment -%} + +{%- comment -%}
    +
    Congratulations you're certified!
    +
    Recertification is due on 1/1/2024
    + + Download Certificate +
    {%- endcomment -%} + +{% comment %}============================================ RECERTIFIED (UNUSED)====================================================={% endcomment %} + +{%- comment -%}
    +
    Time for your recertification!
    +
    Recertification is due on 1/1/2024
    + + Get recertified +
    {%- endcomment -%} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/commerce_cart.html.liquid b/Custom_Templates/customer_templates/Skuid/commerce_cart.html.liquid new file mode 100644 index 00000000..2f75af33 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/commerce_cart.html.liquid @@ -0,0 +1,7 @@ +{% include "header" %} + +
    + {% commerce_cart %} +
    + +{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Skuid/commerce_catalog.html.liquid b/Custom_Templates/customer_templates/Skuid/commerce_catalog.html.liquid new file mode 100644 index 00000000..94d32dfa --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/commerce_catalog.html.liquid @@ -0,0 +1,28 @@ +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.in_catalog %} +{% include "sub_navigation" %} +
    +
    +
    +

    {{ catalog.headline }}

    +

    {{ catalog.subheadline }}

    +
    +
    + {% if catalog.any? %} +
    + {% for item in catalog.items %} +
    + {% include "cards_catalog_item" with item %} +
    + {% endfor %} +
    + {% else %} + {% capture message %} + {% t shared.zero_state.courses.catalog, + key: current_school.course_vocabulary + %} + {% endcapture %} + {% include "courses_zero_state", message: message %} + {% endif %} +
    +{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Skuid/commerce_checkout.html.liquid b/Custom_Templates/customer_templates/Skuid/commerce_checkout.html.liquid new file mode 100644 index 00000000..96d540b6 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/commerce_checkout.html.liquid @@ -0,0 +1,7 @@ +{% include "header" %} + +
    + {% commerce_checkout %} +
    + +{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Skuid/commerce_order_details.html.liquid b/Custom_Templates/customer_templates/Skuid/commerce_order_details.html.liquid new file mode 100644 index 00000000..a12b7245 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/commerce_order_details.html.liquid @@ -0,0 +1,7 @@ +{% include "header" %} + +
    + {% commerce_order_details %} +
    + +{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Skuid/commerce_order_history.html.liquid b/Custom_Templates/customer_templates/Skuid/commerce_order_history.html.liquid new file mode 100644 index 00000000..031f5eac --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/commerce_order_history.html.liquid @@ -0,0 +1,8 @@ +{% include "header" %} +{% include "account_tabs" %} + +
    + {% commerce_order_history %} +
    + +{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Skuid/commerce_redeem.html.liquid b/Custom_Templates/customer_templates/Skuid/commerce_redeem.html.liquid new file mode 100644 index 00000000..58260bac --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/commerce_redeem.html.liquid @@ -0,0 +1,7 @@ +{% include "header" %} + +
    + {% commerce_redeem %} +
    + +{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Skuid/commerce_return.html.liquid b/Custom_Templates/customer_templates/Skuid/commerce_return.html.liquid new file mode 100644 index 00000000..e8ea847b --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/commerce_return.html.liquid @@ -0,0 +1,7 @@ +{% include "header" %} + +
    + {% commerce_return %} +
    + +{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Skuid/course.html.liquid b/Custom_Templates/customer_templates/Skuid/course.html.liquid new file mode 100644 index 00000000..85051fee --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/course.html.liquid @@ -0,0 +1,66 @@ +{% include "header" %} +
    +
    + {% include "sub_navigation" %} +
    +
    +
    + {% include "course_desktop_view" %} +
    +
    + {% include "course_mobile_view" %} +
    +
    +
    +{% include "footer" %} + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/course_product.html.liquid b/Custom_Templates/customer_templates/Skuid/course_product.html.liquid new file mode 100644 index 00000000..05e06883 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/course_product.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
    +
    + {% include "course_product_desktop_view" %} +
    +
    + {% include "course_product_mobile_view" %} +
    +
    +{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Skuid/courses.html.liquid b/Custom_Templates/customer_templates/Skuid/courses.html.liquid new file mode 100644 index 00000000..9ea6995b --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/courses.html.liquid @@ -0,0 +1,15 @@ +{% include "header" %} + +
    +
    + {% include "sub_navigation" %} +
    +
    +
    + {% t shared.course_vocabulary.plural, key: current_school.course_vocabulary %} +
    +
    {% t .headline, key: current_school.course_vocabulary %}
    + {% include "courses_index", class: "col-xs-12 col-sm-6 col-lg-4 np-stretch-content" %} +
    +
    +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/dashboard.html.liquid b/Custom_Templates/customer_templates/Skuid/dashboard.html.liquid new file mode 100644 index 00000000..aa14740b --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/dashboard.html.liquid @@ -0,0 +1,3 @@ + diff --git a/Custom_Templates/customer_templates/Skuid/eula.html.liquid b/Custom_Templates/customer_templates/Skuid/eula.html.liquid new file mode 100644 index 00000000..1d9089ec --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/eula.html.liquid @@ -0,0 +1,773 @@ +{% comment %} skip-auth {% endcomment %} +
    +

    + TERMS OF USE FOR SKUID SKOOL


    +

    + +

    + This agreement governs the use of the Skuid service. By executing an order form and/or by using the Skuid + service, you agree that you are authorized to bind the applicable customer to this agreement and are agreeing to be + bound by the terms contained in this agreement. You should not use this service if you cannot comply with this + agreement. This agreement is between you and Skuid, Inc. and/or its affiliates or subsidiaries as applicable.

    +

    + 1. Definitions

    +
      +
    1. “Affiliate” means any entity which directly + or indirectly controls, is controlled by, or is under common control with the subject entity. For purposes of this + definition, “control” means direct or indirect ownership or control of more than fifty percent (50%) of + the voting interests of such entity.
    2. +
    3. “Agreement” means these terms and + conditions, including any Order Forms, whether written or submitted online, and materials available on the Skuid + website (www.skuid.com) specifically incorporated by + reference herein, including the Skuid + Privacy Statement, Skuid documentation (docs.skuid.com), Skuid Support terms (www.skuid.com/support) as such materials may be + updated by Skuid from time to time in its sole discretion.
    4. +
    5. “Content” means the audio and visual + information, documents, software, products, and services contained or made available to You in the course of using + the Skuid Services.
    6. +
    7. “Data” means electronic data and + information submitted by You and stored in the Data Platform, and available to be processed by the Skuid Services, + not including Metadata.
    8. +
    9. “Data Platform” means the cloud or + on-premises platform upon which Your Data resides, and certain application services with which the Skuid Services + interoperate. Examples of Data Platform include Customer-maintained data platforms as well as Salesforce.com, Amazon + Web Services (“AWS”), Microsoft Azure, Oracle (on-premises or cloud), and SAP Hana (on-premises or + cloud) data platforms.
    10. +
    11. “Data Processing Addendum” or “DPA” means the addendum drafted in + compliance with the EU General Data Protection Regulation 2016/679 (“GDPR”), available upon request + at legal@skuid.com, and incorporated herein by this + reference. By signing this Agreement, or by an Affiliate signing an Order Form, Customer is agreeing to the terms of + the DPA and each of its appendices. For the purposes of the Standard Contractual Clauses attached to the DPA, as + applicable, Customer and its authorized Affiliates are each the data exporter, and Skuid is the data importer.
    12. +
    13. “Direct Competition” by You is strictly + prohibited and means accessing the Skuid Services to (a) use Skuid Services for service bureau purposes or to build + Your own commercial service or commercial business; build a competitive product or service, (b) build a product + using similar ideas, features, functions or graphics of the Skuid Services, (c) copy any ideas, features, functions + or graphics of the Skuid Services; (d) modify or make derivative works based upon the Skuid Services or the Content; + (e) reverse engineer the Skuid Services or any component thereof; or (f) copy, frame, or mirror any part or Content + of the Skuid Services other than for Your own internal business purposes.
    14. +
    15. “Effective Date” means the earlier of: (1) + the date You sign an applicable Order Form; or (2) the date You click to accept the terms of this Agreement.
    16. +
    17. “Intellectual Property Rights” means + unpatented inventions, patent applications, patents, design rights, copyrights, trademarks, service marks, trade + names, domain name rights, mask work rights, know-how and other trade secret rights, licenses and all other + intellectual property rights, derivatives thereof, and forms of protection of a similar nature anywhere in the + world.
    18. +
    19. “Malicious Code” means computer viruses, + worms, time bombs, Trojan horse software and other harmful or malicious code, files, scripts, agents, or programs. +
    20. +
    21. “Metadata” means configuration data that + describes how a Skuid application functions and how it is presented in the user experience for You.
    22. +
    23. “Order Form” means the form evidencing the + initial subscription for the Skuid Services and any subsequent Order Forms submitted online or in written form, + specifying, among other things, the number of subscriptions and other services contracted for, the applicable fees, + the billing period, and other charges as agreed to between the parties, each such Order Form to be incorporated into + and to become a part of this Agreement. In the event of any conflict between the terms of this Agreement and the + terms of any such Order Form, the terms of the Order Form shall prevail.
    24. +
    25. “Purchased Skuid Services” means Skuid + Services that You or Your affiliates purchase under an Order Form.
    26. +
    27. “Service Administrator” means those Users + designated by You who are authorized to purchase Skuid Services subscriptions and to create User accounts and + otherwise administer Your use of the Skuid Services.
    28. +
    29. “Skuid Credentials” means the username and + password that uniquely identifies a User and allows that User to access and use the Skuid Services. Skuid + Credentials are stored where the Skuid Services are installed.
    30. +
    31. “Skuid Data” means data and/or Metadata You + create with the Skuid Services to define and display Your user interfaces, such as new Skuid Pages, Skuid Page + Assignments or Skuid apps, and any customizations made to or with the Skuid Services. Skuid Data is stored where the + Skuid Services are installed.
    32. +
    33. “Skuid Professional Services” or “Pro + Services” means the professional services, if any, performed by Skuid for You to develop a custom application + or other solution as set forth in an applicable Statement of Work.
    34. +
    35. “Skuid Services” means the online, + Web-based applications provided by Skuid that are ordered by You as part of Purchased Skuid Services, or under an + Order Form, including any associated online or offline components, but excluding Third-Party Applications. Skuid + Services include software, Content, processes, algorithms, user interfaces, know-how, techniques, designs, and other + tangible or intangible technical material or information made available to You by Skuid in providing the Skuid + Services. Skuid Services are installed on either Salesforce.com as a + Salesforce managed application, on AWS as a Platform as a Service (PaaS) offering, or other third-party or + proprietary platform as published by Skuid.
    36. +
    37. “Term” means the contract term, beginning + on the Effective Date and ending on the Contract End Date, specified on the applicable Order Form and any extension + or continuation thereof.
    38. +
    39. “Third-Party Applications” means online, + Web-based applications and offline software products that are provided by third parties, interoperate with the Skuid + Services, and are identified as third-party applications.
    40. +
    41. “User” or “Users” means an individual or individuals + who are authorized by You to use the Skuid Services, for whom subscriptions to the Skuid Services have been + purchased, and who have been supplied User identifications and passwords by You (or by Skuid at Your request). Users + may include, but are not limited to, Your employees, consultants, contractors, and agents; or third parties with + which You transact business.
    42. +
    43. “User Guide” means the online documentation + for the Skuid Services, accessible through docs.skuid.com, as updated from time to time. +
    44. +
    45. “We” or “Us” means Skuid.
    46. +
    47. “You” or “Your” means the company or other legal + entity for which You are accepting this Agreement, and the Affiliates of that company or entity and/or the + individual entering this Agreement on behalf of such entity, as indicated by context.
    48. +
    +

    + 2. General Terms

    +
      +
    1. You agree to the terms of this Agreement by signing this + Agreement or an Order Form that references this Agreement. You acknowledge that an active subscription to a Data + Platform service is required for use of the Skuid Services. The person signing this Agreement represents that s/he + is entering into this Agreement on behalf of a company or legal entity, and that s/he has the authority to bind such + entity to this Agreement. If You do not have such authority, or if You do not agree with these Terms and Conditions, + You must not accept this Agreement and may not use the Skuid Services.
    2. +
    +

    + 3. Free Plan

    +
      +
    1. If You register on the Service or an Affiliate’s + website for a free plan of the Service, Skuid will make the applicable Service(s) available to Customer on a limited + basis free of charge until the end of the free usage period for which You registered to use the applicable + Service(s) or termination by Skuid in its sole discretion. Notwithstanding the foregoing, and for the avoidance of + doubt, Skuid may modify or alter the terms of such free usage, including the duration of the term, number of + permitted users or approved functionality, for which Skuid will provide notice. Additional trial terms and + conditions may appear on Order Form, and such additional terms and conditions are incorporated into this Agreement + by reference and are legally binding. Any free plan of the Service shall be provided AS-IS, with no representations + or warranties of any kind. All such free usage is subject to the restrictions set forth in this Agreement, + including, but not limited to, the restriction against using an API or in any other tool or method designed to mask + multiple users or permit non-authenticated users in contravention of the user restrictions.
    2. +
    +

    + 4. Purchased Skuid Services

    + +

    + 5. Use of the Skuid Services

    +
    + Skuid’s Responsibilities
    +
      +
    1. Skuid shall provide the Purchased Skuid Services only + according to applicable laws and government regulations.
    2. +
    3. For Purchased Skuid Services, unless otherwise indicated on + an Order Form, Skuid shall provide at no additional charge during the Term (i) online access to updates of the Skuid + Services; and (ii) basic online support services, including community support webpages at community.skuid.com, online help webpages and + user documentation for the Skuid Services at docs.skuid.com.
    4. +
    5. To the extent applicable, Skuid will provide the relevant + Support that Customer has purchased as defined and described at skuid.com/support, which may be updated from time + to time upon notice.
    6. +
    7. Skuid will maintain administrative and technical safeguards + for protection, security, confidentiality, and integrity of Skuid Data and Skuid Credentials only when deployed on a + cloud platform managed by Skuid. When Skuid is deployed on a platform managed by You or a third party, these + safeguards are provided and managed by You or such third party, as applicable. Such safeguards include measures for + preventing access, use, modification, or disclosure of Skuid Data and Skuid Credentials by anyone other than + Customer’s personnel and Skuid’s personnel, except (a) to provide the Skuid Services and prevent or + address service or technical problems, (b) as expressly permitted in writing by Customer, or (c) as compelled by + law. To the extent that Skuid processes any Personal Data (as defined in the DPA) on Customer’s behalf in the + provision of Skuid Services, the terms and conditions of the DPA shall apply.
    8. +
    +
    + Your Responsibilities
    +
      +
    1. The Skuid Services are provided solely for Your benefit, + and for the benefit of any parent, subsidiary or affiliate of Yours specified on an applicable Order Form(s).
    2. +
    3. You acknowledge that the Skuid Services may experience + interruptions arising out of limitations, delays, and other problems commonly occurring in the use of the Internet, + use of Your Data Platform, use of other cloud platforms, and use of computer communications. You acknowledge that + Skuid is not responsible for damages, including, but not limited to, incidental or consequential damages arising + from such interruptions.
    4. +
    5. You shall be responsible for maintaining security of Your + Data on the Data Platform(s) that You access with the Skuid Services.
    6. +
    +
    + Prohibited Uses. You may not:
    +
      +
    1. Make the Skuid Services available to any third party, + except as expressly permitted herein or in an Order Form;
    2. +
    3. Access the Skuid Services in Direct Competition with Skuid, + or permit access to the Skuid Services to a person or entity that You know or should reasonably know is in Direct + Competition with Skuid;
    4. +
    5. Sell, resell, rent, or lease the Skuid Services;
    6. +
    7. Access the Skuid Services for purposes of monitoring their + availability, performance or functionality, or for any other benchmarking, competitive or anti-competitive purposes; +
    8. +
    9. Use the Skuid Services to store, transmit, or publish + infringing, libelous, or otherwise unlawful or tortious material, material in violation of third-party privacy + rights, personal information in violation of any applicable law, financial information of Your members or + constituents, or material containing Malicious Code;
    10. +
    11. Provide access to the Skuid Services to any user, parent, + affiliate or subsidiary organized or existing under the laws of a country or territory embargoed by the United + States.
    12. +
    +
    + Usage Limitations.
    +
      +
    1. Skuid Services may be subject to other limitations as + described in the applicable agreement between You and Your Data Platform provider(s) and/or specified in Your Data + Platform provider(s) user guide, such as limits on disk storage space, or limits on the number of calls You are + permitted to make against the application programming interface. Some Data Platform providers give real-time + information to enable You to monitor Your compliance with such limitations.
    2. +
    +

    + 6. Third-Party Providers and Skuid Services

    +
      +
    1. Data Platform. To access the Skuid Services, You + acknowledge that You have agreed to the terms provided by Your Data Platform provider as detailed in the + provider’s applicable license or subscription agreement (the “Data Platform Agreement”). You shall + be solely responsible for compliance with the terms and conditions of any such Data Platform Agreement.
    2. +
    3. Data Source. In order to use Skuid Services, You must + configure access to data source(s) (eg. Salesforce, AWS, Oracle, Microsoft Dynamics, or other) as desired. You + and/or Your data source provider(s) are responsible for ensuring proper data protection and security practices are + implemented and maintained. Skuid shall not be responsible for any damages resulting from a data breach caused by + Your data source provider or by Your failure to adhere to the terms and conditions of any applicable Data Platform + Agreement. When Skuid is deployed on cloud platform managed by Skuid, in order to connect to and authenticate Your + desired data source(s), and depending upon the authentication method used, You may be asked to provide credentials, + tokens, and/or keys to access the data sources, which, depending on Your elected admin configuration, will be stored + in Skuid’s managed platform in a strongly encrypted form.
    4. +
    5. Third Party Applications. If You install or enable + Third-Party Applications for use with the Skuid Services, Skuid shall not be responsible for any disclosure, + modification, or deletion of Data resulting from any such access by Third-Party Application providers. Most Data + Platform services allow You to restrict such access by restricting Users from installing or enabling such + Third-Party Applications for use with the Skuid Services.
    6. +
    +

    + 7. Skuid Professional Services

    +
      +
    1. Engagement. When You request, Pro Services will be + implemented through one or more Statements of Work entered into from time to time by You and Skuid. If You request + additional services or modifications to the Pro Services that are outside the scope of the original SOW, Skuid will + advise You of any additional cost and/or modifications to the Delivery Schedule. Each SOW will be numbered + sequentially, will reference this Agreement, and will specify the Pro Services to be performed by Skuid.
    2. +
    3. Project Team. Each SOW shall detail the + responsibilities and obligations of both You and Skuid and, unless the parties agree otherwise, shall identify the + names and roles of each member of Your and Skuid’s project teams.
    4. +
    5. Limited License. If You provide any of Your materials + to Skuid, then You grant Skuid a non-transferable, non-exclusive, royalty-free license for the term of this + Agreement to use Your material solely for the purpose of Skuid meeting its obligations to provide the Pro Services + to You under this Agreement.
    6. +
    7. Skuid IP. You shall not receive any ownership interest + in: (i) any ideas, concepts, designs, techniques, inventions, methods, or utilities (collectively “Background + IP”) used by Skuid in rendering Pro Services; or (ii) any discoveries or improvements to the Background IP, + whether patentable or not, that are conceived of or reduced to practice by Skuid or by one or more Skuid employees + or agents in the performance of services for You under this Agreement (“Inventions”). The Background IP + and the Inventions shall be the exclusive property of Skuid to use, copy, adapt, expand, develop, publish, change, + or sublicense.
    8. +
    9. Expenses. Customer shall reimburse Skuid for all + reasonable travel expenses as approved in advance by Customer, or as noted in the applicable SOW.
    10. +
    +

    + 8. Fees and Payment for Purchased Services

    +
      +
    1. User Fees. You shall pay annually in advance all fees + specified in all Order Forms hereunder. The initial charges will be equal to the current number of total user + subscriptions requested times the user subscription fee currently in effect. Except as otherwise specified herein or + in an Order Form, (i) fees are quoted and payable in United States dollars (ii) fees are based on the Skuid Services + purchased and not actual usage, (iii) payment obligations are non-cancelable and fees paid are non-refundable, and + (iv) the number of user subscriptions purchased cannot be decreased during the relevant term. User subscription fees + are based on periods that begin on the subscription start date and every year anniversary or as otherwise mutually + agreed upon and described on an Order Form.
    2. +
    3. Fees for Pro Services. Skuid shall be compensated for + Pro Services performed under an SOW in accordance with the fee schedule set forth in the applicable SOW. Your + payment, sign-off on project work or use of such Pro Services deliverables shall reflect Your approval that Pro + Services were satisfactorily performed. Skuid shall be paid within thirty (30) days from date of invoice evidencing + work completed by Skuid.
    4. +
    5. Invoicing and Payment. You will provide Skuid with + valid and updated credit card information; or a valid purchase order or alternative documents reasonably acceptable + to Skuid. If You provide credit card information to Skuid, You authorize Skuid to charge such credit for all Skuid + Services listed in the Order Form. Such charges shall be made annually in advance annually or as otherwise stated in + the applicable Order Form. If the Order Form specifies that payment will be by a method other than a credit card, + Skuid will invoice You in advance and otherwise according to the relevant Order Form. Unless otherwise stated in the + Order Form, invoiced charges are due on receipt.
    6. +
    7. Billing Information. You agree to provide Us with + complete and accurate billing and contact information. This information includes Your legal company name, street + address, e-mail address, and name and telephone number of an authorized billing contact and Service Administrator. + You agree to update this information within thirty (30) days of any change to it. If the contact information You + have provided is fraudulent, Skuid reserves the right to terminate Your access to the Skuid Services without notice, + in addition to any other legal remedies.
    8. +
    9. Suspension of Skuid Services and Acceleration. If any + amount that You or Your authorized reseller owes under this or any other agreement for Skuid Services is thirty (30) + or more days overdue or ten (10) or more days overdue in the case of amounts authorized to be charged to Your credit + card, Skuid may, without limiting other rights and remedies, accelerate Your unpaid fee obligations so that all such + obligations become immediately due and payable, and suspend Skuid Services until such amounts are paid in full.
    10. +
    11. Payment Disputes. To receive an adjustment or credit + for any billing errors, You must contact Skuid in writing within thirty (30) days of the invoice date of the invoice + containing the amount in question. Skuid shall not exercise its rights under Section 8.5 (Suspension of Skuid + Services) if the applicable charges are under reasonable and good-faith dispute and You are cooperating diligently + to resolve the dispute.
    12. +
    13. Taxes. Unless otherwise stated, Skuid’s fees do + not include any taxes, levies, duties, or similar governmental assessments of any nature, including, but not limited + to, value-added, sales, use, or withholding taxes, assessable by any local, state, provincial, federal, or foreign + jurisdiction (collectively, “taxes”). You are responsible for paying all taxes that may be associated + with Your purchases hereunder. If Skuid pays or collects taxes for which You are responsible, any amount paid, plus + all costs and expenses incurred by Skuid, relative to such taxes shall be invoiced to and paid by You. If anything + supplied under or in connection with Pro Services constitutes a taxable supply for the purposes of the applicable + goods and services tax law (“GST”), then Skuid may recover from You an amount on account of GST. The + amount on account of GST is: (a) equal to the value of the supply calculated in accordance with the GST Law + multiplied by the prevailing GST rate; and is payable: (b) at the same time and in the same manner as the recipient + is required to pay or provide monetary consideration for the supply to which the additional amount relates but not + before the supplying party issues the tax invoice; or (c) where the recipient is not required to pay or provide + monetary consideration for the supply, upon issue of a tax invoice by the supplying party. The supplier of a taxable + supply made in connection with this Agreement must issue a tax invoice for the supply in accordance with GST Law to + the recipient of the supply.
    14. +
    15. Reconnection Fee. We reserve the right to impose a + reconnection fee in the event (i) Your access to the Skuid Services is suspended because of nonpayment; or (ii) Your + access to Your Data Platform(s) has been suspended, and thereafter You request access using the Skuid Services.
    16. +
    +

    + 9. Proprietary Rights

    +
      +
    1. Reservation of Rights. Subject to the limited rights + expressly granted hereunder, Skuid reserve all rights, title, and interest in and to the Skuid Services and the + Intellectual Property Rights, including all related Intellectual Property Rights. No rights are granted to You + hereunder other than as expressly set forth herein. Skuid alone (and its licensors, where applicable) shall own all + right, title, and interest, including all related Intellectual Property Rights, in and to Skuid’s technology, + content and the Skuid Services, and any ideas, suggestions, enhancement requests, feedback, recommendations, or + other information (collectively, the “Ideas”) provided by You or any other party relating to the Skuid + Services. Skuid may, in its sole discretion, incorporate any Ideas into the Skuid Services. This Agreement is not a + sale and does not convey to You any rights of ownership in or related to the Skuid Services, technology, or the + Intellectual Property Rights owned by Skuid.
    2. +
    3. Ownership of Your Data. You will retain all rights, + title, and interest in and to any Data, information, or materials provided by You, including Skuid Data.
    4. +
    5. Federal Government End Use Provisions. Skuid provides + the Skuid Services, including related software and technology, for ultimate federal government end use solely + according to the following: Government technical data and software rights related to the Skuid Services include only + those rights customarily provided to the public as defined in this Agreement. This customary commercial license is + provided according to FAR 12.211 (Technical Data) and FAR 12.212 (Software) and, for Department of Defense + transactions, DFAR 252.227-7015 (Technical Data — Commercial Items) and DFAR 227.7202-3 (Rights in Commercial + Computer Software or Computer Software Documentation). If a government agency has a need for rights not conveyed + under these terms, it must negotiate with Skuid to determine if there are acceptable terms for transferring such + rights, and a mutually acceptable written addendum specifically conveying such rights must be included in any + applicable contract or agreement.
    6. +
    7. Infringement. You will promptly notify Skuid if You + learn of a violation of any of Skuid’s Intellectual Property Rights. Skuid may, but will not be obligated to, + prosecute such violation at Skuid’s expense and to retain the full amount of any sums recovered as damages. + You will provide Skuid with reasonable cooperation in any such action at Skuid’s expense. Provided, however, + if any violation relates to Your or any of Your User’s actions or failure to act, You shall be responsible for + all expenses, including attorney fees, associated therewith as determined by a court of competent jurisdiction or + other trier of fact, to the extent that such action is finally determined to have resulted from Your negligence or + willful misconduct.
    8. +
    +

    + 10. Confidentiality

    +
      +
    1. Definition of Confidential Information. As used herein, + “Confidential Information” means all confidential information disclosed by a party (“Disclosing + Party”) to the other party (“Receiving Party”), whether orally or in writing, that is designated + as confidential or that reasonably should be understood to be confidential given the nature of the information and + the circumstances of disclosure. Without limiting the foregoing, Confidential Information of each party shall + include the terms and conditions of this Agreement and all Order Forms, as well as business and marketing plans, + technology and technical information, formulas, concepts, product plans and designs, and business processes + disclosed by such party. Your Confidential Information shall include Your Data; Skuid’s Confidential + Information shall include the Skuid Services and all pricing terms. However, Confidential Information shall not + include any information that (i) is or becomes generally known to the public without breach of any obligation owed + to the Disclosing Party, (ii) was known to the Receiving Party prior to its disclosure by the Disclosing Party + without breach of any obligation owed to the Disclosing Party, (iii) is received from a third party without breach + of any obligation owed to the Disclosing Party, or (iv) was independently developed by the Receiving Party without + the breach of any obligation owed to the Disclosing Party.
    2. +
    3. Protection of Confidential Information. Except as + otherwise permitted in writing by the Disclosing Party, Confidential Information shall be received and maintained by + the Receiving Party in the strictest confidence in accordance with applicable law, and shall not be disclosed to any + third party. The Receiving Party shall use the same degree of care that it uses to protect the confidentiality of + its own Confidential Information of like kind (but in no event less than reasonable care) and shall limit access to + Confidential Information of the Disclosing Party to those of its employees, contractors, and agents who need such + access for purposes consistent with this Agreement and who have signed confidentiality agreements with the Receiving + Party containing protections no less stringent than those herein. Furthermore, neither party shall use such + Confidential Information for any purpose other than those purposes specified in this Agreement.
    4. +
    5. Compelled Disclosure. The Receiving Party may disclose + Confidential Information of the Disclosing Party if it is compelled by law to do so, provided the Receiving Party + gives the Disclosing Party prompt prior notice of such compelled disclosure to allow the Disclosing Party a + reasonable opportunity to contest the disclosure (to the extent legally permitted) and reasonable assistance, at the + Disclosing Party's cost, if the Disclosing Party wishes to contest the disclosure. If the Receiving Party is + compelled by law to disclose the Disclosing Party's Confidential Information as part of a civil or criminal + proceeding to which the Disclosing Party is a party, and the Disclosing Party is not contesting the disclosure, the + Disclosing Party will reimburse the Receiving Party for its reasonable cost of compiling and providing secure access + to such Confidential Information.
    6. +
    7. Privacy and Disclosure. Skuid will not access Your + networks or access or use any personal data or Your-sensitive business information under this Agreement, except when + necessary in the course of providing Skuid Services or Pro Services, and Skuid will not review, use, process, + disclose, or otherwise handle such information. To the extent applicable for the activities contemplated under this + Agreement, Skuid will comply with all applicable privacy and security laws to which it is subject, and will not, by + act or omission, place You in violation of any applicable privacy or security law.
    8. +
    9. Communications from Skuid. Users may be asked whether + or not they wish to receive marketing and other noncritical Skuid Services-related communications from Skuid from + time to time. Users may opt out of receiving such communications at that time or at any subsequent time by changing + their preference under Personal Setup. Note that because the Skuid Services is a hosted, online application, Skuid + occasionally may need to notify all Users (whether or not they have opted out as described above) of important + announcements regarding the operation of the Skuid Services.
    10. +
    11. Customer Reference; Trademark License. Each party may + display on its website and in sales presentation collateral the company logo of the other party, and may identify + Customer as a customer of Skuid in the ordinary course of business. Any other use of a party’s logo shall be + upon prior written approval only; however, Skuid and Customer agree to discuss Customer’s participation in the + Skuid Customer Reference Program which may include: (i) Skuid Customer Advisory board, (ii) Skuid Beta Release + program, (iii) reference calls with other companies that are evaluating Skuid, and iv) print or video testimonials. + Customer’s approval to participate in the Skuid Customer Reference Program activities will not be unreasonably + withheld.
    12. +
    +

    + 11. Warranties and Disclosures

    +
      +
    1. Limited Warranty. Skuid does not guarantee or warrant + that the Skuid Services will properly function with the software of any third party unless specifically so stated + herein. Skuid warrants that the Skuid Services will perform substantially in accordance with the User Guide, so long + as You follow the instructions provided. The foregoing warranty is void if the failure of the Skuid Services is due + to Your act or failure to act (including, but not limited to, using the latest version or updates made available to + You at no cost by Skuid), the acts of others, or events beyond Skuid’s reasonable control.
    2. +
    3. Limitation of Warranty. You understand and agree that + the Skuid Services are provided “as is” and, other than as expressly stated in Section 11.1, Skuid + disclaims all warranties of any kind, express or implied, including, without limitation, any warranty of + merchantability, fitness for a particular purpose or non-infringement. Skuid makes no warranty or representation + regarding the results that may be obtained from the use of the Skuid Services, regarding the accuracy or reliability + of any information obtained through the Skuid Services, or that the Skuid Service will meet Your requirements, or be + uninterrupted, timely, secure, or error free. Use of the Skuid Services is at Your sole discretion and risk. Except + with respect to breach of Section 10 (Confidentiality) and Section 12 (Indemnification by Skuid), You will be solely + responsible for any damage resulting from Your use of the Skuid Services. Except with respect to breach of Section + 10 (Confidentiality), Section 11.1 (Limited Warranty) and Section 12 (Indemnification by Skuid), the entire risk + arising out of use or performance of the Skuid Services remains with You.
    4. +
    5. Warranty on Pro Services. Skuid warrants and represents + that it and its employees and agents have all training, skills, tools, and equipment necessary to competently + perform the Pro Services described herein and that such Pro Services shall be performed in a timely, professional, + and high-quality manner. To the extent permitted by law, Skuid makes no other warranties on Pro Services, whether + written, oral, or implied including without limitation the implied warranties of merchantability and fitness for a + particular purpose.
    6. +
    7. Mutual Warranties. Each party represents and warrants + that (i) it has the legal power to enter into this Agreement, and (ii) it will not transmit to the other party any + Malicious Code.
    8. +
    +

    + 12. Indemnification by Skuid

    +
      +
    1. Indemnification. Skuid will indemnify, defend, and hold + You harmless against any claim, demand, suit, or proceeding (“Claim”) made or brought against You + alleging that the use of the Skuid Services as permitted hereunder infringes or misappropriates the intellectual + property rights of a third party. Skuid’s obligations in this Section 12 are void if You fail to (a) give + prompt written notice of the Claim; (b) give Skuid sole control of the defense and settlement of the Claim (provided + that Skuid may not, without Your prior approval, settle any Claim unless the settlement unconditionally releases You + of all liability); and (c) provided to Skuid all reasonable assistance, at Skuid’s expense.
    2. +
    3. Injunction. If an injunction is issued against Your use + of the Skuid Services due to a covered infringement, or if in Skuid’s judgment any Skuid Services are likely + to become the subject of a successful claim of infringement, Skuid may at its option and expense: (i) procure for + You the right to use such services, or (ii) replace or modify such services so they become non-infringing, or if + options (i) and (ii) are not available despite Skuid’s commercially reasonable efforts, (iii) terminate the + subscriptions granted under this Agreement, disable Your access to the Skuid Services, and refund to You an amount + equal to the amortized Subscription Fee paid by You for the remainder of the term.
    4. +
    5. Limitation. This Section 12 states Skuid’s sole + liability to You, and Your exclusive remedy against Skuid for any type of Claim described in this Section. Skuid + shall have no obligation to You to the extent a Claim arises from (i) any modification of the Skuid Services not + performed by Skuid or (ii) any failure to use corrections or enhancements made available to You that would have + rendered the Skuid Services non-infringing, or (iii) any use of the Skuid Services in combination with any product + or information not supplied or recommended by Skuid except where combination is required to utilize the Skuid + Services.
    6. +
    +

    + 13. Indemnification by You

    +
      +
    1. Indemnification. You will indemnify, defend, and hold + harmless Skuid against any Claim made or brought against Skuid relating to (i) the content or use of Your Data, or + (ii) Your use of the Skuid Services in violation of any term of this Agreement, provided that Skuid (a) promptly + gives You written notice of the Claim; (b) gives You sole control of the defense and settlement of the Claim + (provided that You may not, without Skuid’s prior approval, settle any Claim unless the settlement + unconditionally release Skuid of all liability); and (c) provide to You all reasonable assistance, at Your expense. +
    2. +
    +

    + 14. Limitation of Liability

    +
      +
    1. Limitation of Liability. Except with respect to a + breach of Skuid’s obligation of confidentiality or its indemnity obligations, in no event shall Skuid be + liable for: (i) any special, indirect, incidental, exemplary, punitive, consequential damages, loss of revenues or + loss or inaccuracy of Data or cost of procurement of substitute goods, services or technology, even if Skuid has + been notified of the possibility of such damages; or (ii) damages in excess of the amount of fees paid by You under + this Agreement during the 12 months prior to the event giving rise to the claim. The foregoing limitation of + liability shall apply to any claim arising under or relating to this Agreement, the Skuid Services, Pro Services or + any other services provided by Skuid under any theory of liability including contract, strict liability, indemnity, + tort (including negligence), or otherwise. Limitation of liability for transfer, protection, storage, security, or + confidentiality of Your Data is governed by Your applicable third-party Data Platform provider agreement.
    2. +
    3. Exclusion of Consequential and Related Damages. Except + with respect to breaches of Section 10 (Confidentiality), Section 12 (Indemnification by Skuid), or Section 13 + (Indemnification by You) in no event shall either party have any liability to the other party for any lost profits + or revenues or for any indirect, special, incidental, consequential, cover or punitive damages however caused, + whether in contract, tort or under any other theory of liability, and whether or not the party has been advised of + the possibility of such damages. The foregoing disclaimer shall not apply to the extent prohibited by applicable + law.
    4. +
    +

    + 15. Terms and Termination

    +
      +
    1. Term of Agreement. This Agreement commences on the + Effective Date and continues, unless earlier terminated, until the later of expiration or termination of all user + subscriptions granted under an Order Form.
    2. +
    3. Renewals. Skuid charges and collects in advance for use + of the Skuid Services. Unless otherwise set forth in an applicable Order Form, subscriptions will automatically + renew for additional periods equal to the shorter of the expiring subscription term or one year, unless either party + gives notice of nonrenewal at least thirty (30) days prior to the end of the Term, as it may have been previously + extended. The renewal charge will be equal to the then-current number of total user subscriptions times the + then-current, generally applicable subscription fee unless specified otherwise on an applicable Order Form.
    4. +
    5. Termination for Cause. A party may terminate this + Agreement for cause: (i) upon thirty (30) days written notice to the other party of a material breach, if the breach + remains uncured at the expiration of such period, or (ii) if the other party becomes the subject of a petition in + bankruptcy or any other proceeding relating to insolvency, receivership, liquidation, or assignment for the benefit + of creditors.
    6. +
    7. Refund or Payment upon Termination. Upon any + termination for cause by You, Skuid will refund any prepaid fees covering the remainder of the Term of all + subscriptions after the effective date of termination. Upon any termination for cause by Skuid, You will not be + entitled to a refund of any prepaid fees. You will pay any unpaid subscription fees otherwise due as of the + termination date, and You will pay any other outstanding balances owed to Skuid.
    8. +
    9. Return of Your Metadata. Skuid will provide Your + Metadata to You upon request.
    10. +
    11. Surviving Provisions. All obligations relating to + non-use and non-disclosure of Confidential Information, indemnity, limitation of liability, and such other terms + which by their nature survive termination, will survive termination of this Agreement.
    12. +
    +

    + 16. Miscellaneous Provisions

    +
      +
    1. Export Compliance. Each party shall comply with the + export laws and regulations of the United States and other applicable jurisdictions in providing and using the Skuid + Services. Without limiting the foregoing, (i) each party represents that it is not named on any U.S. government list + of persons or entities prohibited from receiving exports, (ii) You shall not permit Users to access or use the Skuid + Services in violation of any U.S. export embargo, prohibition, or restriction, and (iv) You will not export, + re-export, divert, transfer, or disclose any portion of the Skuid Services or any related technical information or + materials, directly or indirectly, in violation of any applicable export law or regulation.
    2. +
    3. Relationship of the Parties. The parties are + independent contractors. This Agreement does not create a partnership, franchise, joint venture, agency, fiduciary, + or employment relationship between the parties. There are no third-party beneficiaries to this Agreement.
    4. +
    5. Non-solicitation. Neither party shall during the term + of this Agreement and for a period of 1 year immediately following the termination of this Agreement, or any + extension of it, for any reason, either directly or indirectly, knowingly recruit or solicit for employment any of + the other party’s employees.
    6. +
    7. Waiver and Cumulative Remedies. No waiver of any + provision of this Agreement will be effective unless in writing and signed by the party against whom such waiver is + sought to be enforced. A waiver of any provision of this Agreement by either party will not be construed as a waiver + of any other provision of this Agreement, nor will such waiver operate as or be construed as a waiver of such + provision respecting any future event or circumstance. Other than as expressly stated herein, the remedies provided + herein are in addition to, and not exclusive of, any other remedies of a party at law or in equity.
    8. +
    9. Severability. If any provision of this Agreement is + held by a court of competent jurisdiction to be contrary to law, the provision shall be modified by the court and + interpreted so as best to accomplish the objectives of the original provision to the fullest extent permitted by + law, and the remaining provisions of this Agreement shall remain in effect.
    10. +
    11. Notices. If notice or demand is required or permitted + to be given or served by either party to this Agreement to or on the other, the notice or demand must be given or + served in writing and served personally or forwarded by certified or registered mail, return receipt requested, or + by guaranteed overnight courier service, addressed to Skuid at 605 Chestnut Street, Suite 700, Chattanooga, TN 37450 + or dept.legal@skuid.com, or to You at the email address You have provided. The date of service of a notice served by + mail or overnight courier service will be the date of receipt or refusal of receipt. Either party may change its + address by written notice to the other.
    12. +
    13. Governing Law and Jurisdiction. This Agreement and the + respective rights and obligations of the parties hereto shall be governed by and construed in accordance with the + laws of the State of Tennessee and controlling United States law, without giving effect to choice of law principles. + The parties hereto consent to the jurisdiction of the courts in Chattanooga, Tennessee.
    14. +
    15. Waiver of Jury Trial. Each party hereby waives any + right to jury trial in connection with any action or litigation in any way arising out of or related to this + Agreement.
    16. +
    17. Attorney Fees. Should either party bring an action to + enforce the terms of this Agreement, the prevailing party shall be entitled to recover its reasonable + attorneys’ fees and costs from the other party.
    18. +
    19. Language and Headings. This Agreement has been prepared + in the English language and such version shall be controlling in all respects and any non-English version of this + Agreement is solely for accommodation purposes. The captions and headings appearing in this Agreement are for + reference only and will not be considered in construing this Agreement.
    20. +
    21. Assignment. Neither party may assign any of its rights + or obligations hereunder, whether by operation of law or otherwise, without the prior written consent of the other + party (not to be unreasonably withheld). Notwithstanding the foregoing, Skuid may assign this Agreement in its + entirety, without Your consent, to its Affiliate or in connection with a merger, acquisition, corporate + reorganization, or sale of all or substantially all of its assets not involving a direct competitor of the other + party. A party’s sole remedy for any purported assignment by the other party in breach of this paragraph shall + be, at the non-assigning party’s election, termination of this Agreement upon written notice to the assigning + party. Subject to the foregoing, this Agreement shall bind and inure to the benefit of the parties, their respective + successors and permitted assigns.
    22. +
    23. Entire Agreement. This Agreement, including any Order + Forms, constitutes the entire agreement between the parties and supersedes all prior and contemporaneous agreements, + proposals, or representations, written or oral, concerning its subject matter. No modification, amendment, or waiver + of any provision of this Agreement or any Order Form, shall be effective unless in writing and either signed or + accepted electronically by the party against whom the modification, amendment or waiver is to be asserted. To the + extent of any conflict or inconsistency between the provisions in the body of this Agreement and any Order Form, + such Order Form shall prevail. Notwithstanding any language to the contrary therein, no terms or conditions stated + in forms (such as purchase orders or invoices) provided by either party with preprinted or “boilerplate” + language shall be incorporated into or form any part of this Agreement, and all such terms or conditions shall be + null and void.
    24. +
    25. Force Majeure. Except for Your payment obligations, + neither party shall be liable to the other for any loss or damage due to delay or failure to perform due to flood, + riot, insurrection, fire, earthquake, strike, communication line failure and power failure, explosion, act of God, + death or incapacitating illness or injury to key personnel, or any other force or cause beyond the reasonable + control of the party.
    26. +
    +
    + +
    + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/forgot_password.html.liquid b/Custom_Templates/customer_templates/Skuid/forgot_password.html.liquid new file mode 100644 index 00000000..aaffda6d --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/forgot_password.html.liquid @@ -0,0 +1,25 @@ +
    +
    + {% include "header_minimal" %} +
    +
    + {% form_authenticity_token %} +
    + + +
    + +
    +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/homepage.html.liquid b/Custom_Templates/customer_templates/Skuid/homepage.html.liquid new file mode 100644 index 00000000..9262f153 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/homepage.html.liquid @@ -0,0 +1,484 @@ +{% comment %} skip-auth {% endcomment %} +{% if current_person.signed_in? %} + {% assign countComplete = 0 %} + {% assign countInProgress = 0 %} + {% assign countNotStarted = 0 %} + {% assign countTotal = 0 | times: 1.0 %} + {% for course in courses.enrolled %} + {% assign countTotal = countTotal | plus: 1 %} + {% if course.progress == 100 %} + {% assign countComplete = countComplete | plus: 1 %} + {% endif %} + {% if course.progress > 0 and course.progress < 100 %} + {% assign countInProgress=countInProgress | plus: 1 %} + {% endif %} + {% if course.progress==0 %} + {% assign countNotStarted=countNotStarted | plus: 1 %} + {% endif %} + {% endfor %} +{% endif %} +{% assign view_more_counter = 0 %} + +{% include "header" %} +{% unless current_person.signed_in? %} + {% include 'welcome_hero' %} +{% endunless %} +
    + + {% if current_person.signed_in? %} +
    + {% include "sub_navigation" %} +
    + {% endif %} + + +
    + {% if current_person.signed_in? %} + {% include 'welcome_hero' %} + {% include 'statistics' %} + +
    + {% include 'overview_video' %} +
    + {% endif %} + + {% unless current_person.signed_in? %} + + + + + + + + +
    + {% include 'learning_paths_collection' %} +
    + + + {% include "course_collection_unlogged" %} +
    +
    + {% for course in courses.in_catalog %} + {% if view_more_counter < 4%} + {% assign view_more_counter = view_more_counter | plus: 1%} +
    + {% include "cards_course" with course, class: "" %} +
    + {% else %} +
    + {% include "cards_course" with course, class: "" %} +
    + {% endif%} + {% endfor %} + + {% if view_more_counter >= 4%} + + {% endif %} +
    +
    + {% endunless %} + + {% if current_person.signed_in? %} +
    +
    + {% if features.learning_paths? %} +
    +
    +
    + {% if learning_paths.enrolled.any? %} + {% include "learning_paths_index_homepage", items: learning_paths.enrolled %} + {% endif %} +
    +
    + {% include 'recent_course' %} +
    +
    +
    + {% include 'dashboard_course_filter' %} + + {% include "course_collection" %} +
    +
    + {% for course in courses.enrolled %} + {% if view_more_counter < 4 %} + {% assign view_more_counter = view_more_counter | plus: 1%} +
    + {% include "cards_course" with course, class: "" %} +
    + {% else %} +
    + {% include "cards_course" with course, class: "" %} +
    + {% endif%} + {% endfor %} + + {% if view_more_counter >= 4%} + + {% endif %} +
    +
    +
    +
    + {% endif %} +
    +
    + {% endif %} +
    +
    + + + +{% include "footer" %} + + + diff --git a/Custom_Templates/customer_templates/Skuid/learning_path.html.liquid b/Custom_Templates/customer_templates/Skuid/learning_path.html.liquid new file mode 100644 index 00000000..66891944 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/learning_path.html.liquid @@ -0,0 +1,15 @@ +{% include "header" %} +
    +
    + {% include "sub_navigation" %} +
    +
    +
    + {% include "learning_path_desktop_view" %} +
    +
    + {% include "learning_path_mobile_view" %} +
    +
    +
    +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/learning_path_product.html.liquid b/Custom_Templates/customer_templates/Skuid/learning_path_product.html.liquid new file mode 100644 index 00000000..3d613e2a --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/learning_path_product.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
    +
    + {% include "learning_path_product_desktop_view" %} +
    +
    + {% include "learning_path_product_mobile_view" %} +
    +
    +{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Skuid/learning_path_summary.html.liquid b/Custom_Templates/customer_templates/Skuid/learning_path_summary.html.liquid new file mode 100644 index 00000000..99ae32ed --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/learning_path_summary.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
    +
    + {% include "learning_path_summary_desktop_view" %} +
    +
    + {% include "learning_path_summary_mobile_view" %} +
    +
    +{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Skuid/learning_paths.html.liquid b/Custom_Templates/customer_templates/Skuid/learning_paths.html.liquid new file mode 100644 index 00000000..c4e95cc4 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/learning_paths.html.liquid @@ -0,0 +1,49 @@ +{% include "header" %} +
    +
    + {% include "sub_navigation" %} +
    +
    +
    +
    + {% t shared.learning_paths %} +
    +
    Learning Paths
    +
    + {% t .subtitle %} +
    +
    Explore curated sets of courses for a tailored learning experience.
    + {% include "learning_paths_index", items: learning_paths.available %} +
    +
    +
    +{% include "footer" %} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/login.html.liquid b/Custom_Templates/customer_templates/Skuid/login.html.liquid new file mode 100644 index 00000000..8fb1ee0a --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/login.html.liquid @@ -0,0 +1,171 @@ + + {% include "header" %} +
    +
    + + +
    +
    +
    Welcome to Skuid Skool
    +
    Login below
    + {% form_authenticity_token %} +
    + + +
    +
    + + +
    + + + {% t .forgot_password %} + + {% if features.account_creation? %} + + {% t shared.sign_up %} + + {% endif %} + {% if features.request_access? %} + + {{ current_school.request_access_label }} + + {% endif %} +
    + + +
    +
    +
    + {% include "footer" %} + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/master.html.liquid b/Custom_Templates/customer_templates/Skuid/master.html.liquid new file mode 100644 index 00000000..63345068 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/master.html.liquid @@ -0,0 +1 @@ +{% body %} diff --git a/Custom_Templates/customer_templates/Skuid/not_found.html.liquid b/Custom_Templates/customer_templates/Skuid/not_found.html.liquid new file mode 100644 index 00000000..91c76e4b --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/not_found.html.liquid @@ -0,0 +1,10 @@ +
    + + +
    diff --git a/Custom_Templates/customer_templates/Skuid/private_certificate.html.liquid b/Custom_Templates/customer_templates/Skuid/private_certificate.html.liquid new file mode 100644 index 00000000..15d05419 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/private_certificate.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +{% include "certificates_top_bar" %} +
    +
    +
    + {% include "certificates_preview" %} + {% include "certificates_info_column" %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/public_certificate.html.liquid b/Custom_Templates/customer_templates/Skuid/public_certificate.html.liquid new file mode 100644 index 00000000..15d05419 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/public_certificate.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +{% include "certificates_top_bar" %} +
    +
    +
    + {% include "certificates_preview" %} + {% include "certificates_info_column" %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/reset_password.html.liquid b/Custom_Templates/customer_templates/Skuid/reset_password.html.liquid new file mode 100644 index 00000000..53ad1fad --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/reset_password.html.liquid @@ -0,0 +1,43 @@ +
    +
    + {% include "header_minimal" %} +
    +
    + + + {% form_authenticity_token %} +
    + + +
    +
    + + +
    + +
    +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/search.html.liquid b/Custom_Templates/customer_templates/Skuid/search.html.liquid new file mode 100644 index 00000000..4518c4ad --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/search.html.liquid @@ -0,0 +1,45 @@ +{% include "header" %} +
    +
    + {% include "sub_navigation" %} +
    +
    +
    + {% t .title %} +
    +
    +
    + {% t .showing %} + {{ results.count }} + {% t .results_for %} + "{{ results.term }}" +
    + {% capture label %}{% t shared.filters.by_type %}{% endcapture %} + {% + include "filter_dropdown", + filters: results.filters, + key: "type", + label: label + %} +
    + {% if results.items.any? %} + {% render "search_result" for results.items as result %} + {% else %} + {% include "search_zero_state" %} + {% endif %} +
    +
    +{% include "footer" %} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/server_error.html.liquid b/Custom_Templates/customer_templates/Skuid/server_error.html.liquid new file mode 100644 index 00000000..d6a6c804 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/server_error.html.liquid @@ -0,0 +1,12 @@ +
    +
    +

    {% t .headline %}

    +
    + +
    +
    +

    {% t .subheadline %}

    +

    {% t .home %}

    +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Skuid/sign-up-follow-up.html.liquid b/Custom_Templates/customer_templates/Skuid/sign-up-follow-up.html.liquid new file mode 100644 index 00000000..2d4b8014 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/sign-up-follow-up.html.liquid @@ -0,0 +1,328 @@ +{% for group in current_person.groups %} + {% if group.id == "29ae12e6-f740-4190-a5c2-a7e12e87926f" or group.id == "aa36069f-e354-4dbe-9972-9ce70ad146d7" or group.id == "8cd6ec9c-101e-4b1a-82c7-77dac583a1f5" %} + + {% endif %} +{% endfor %} + + + + + {% include "header" %} +
    +
    + + +
    +
    +
    Welcome to Skuid Skool
    +
    We need a little more information to tailor the best courses to your role
    + {% form_authenticity_token %} +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + +
    +
    +
    + {% include "footer" %} + + + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/sign_up.html.liquid b/Custom_Templates/customer_templates/Skuid/sign_up.html.liquid new file mode 100644 index 00000000..64662f75 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/sign_up.html.liquid @@ -0,0 +1,407 @@ +{% if current_person.signed_in? %} + +{% endif %} + + + {% include "header" %} + {% include "messages" %} +
    +
    + + +
    +
    +
    Welcome to Skuid Skool
    +
    Complete your profile below
    + {% form_authenticity_token %} +
    + + +
    +
    + + +
    +
    + + +
    + +
    + + +
    + +
    + + +
    +
    + +
    + {%- comment -%}
    + + +
    {%- endcomment -%} + + {% comment %}
    + + +
    {% endcomment %} + + + +
    + {% comment %} + By submitting this form you agree to the + + + Northpass + + and + + + Skuid + + Terms of Use + {% endcomment %} + +
    +
    +
    + {% include "footer" %} + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/social-redirections.html.liquid b/Custom_Templates/customer_templates/Skuid/social-redirections.html.liquid new file mode 100644 index 00000000..70eafa3e --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/social-redirections.html.liquid @@ -0,0 +1,34 @@ + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/styles.css.liquid b/Custom_Templates/customer_templates/Skuid/styles.css.liquid new file mode 100644 index 00000000..8f52bf1c --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/styles.css.liquid @@ -0,0 +1,1024 @@ +/* 1. Global */ +/* 1.1 Fonts */ +/* 2. Header */ +/* 3. Sub Navigation */ +/* 4. Dashboard */ +/* 4.1 Welcome Hero */ +/* 4.2 Statistics */ +/* 4.3 Overview */ +/* 4.4 Dashboard filter */ +/* 5. Course */ +/* 1. Global */ + +@media (min-width: 769px) and (max-width: 1600px) { + .np-card-content-title { + font-size: 1rem; + } +} + +@media screen and (min-width: 769px) { + .np-learning-paths .np-card-content { + height: 100%; + } +} + +@media (min-width: 768px) { + .np-learning-paths .np-learning-path-image { + object-fit: contain; + } +} + +p, +span, +.np-card-text > p, +.np-card-heading, +.np-top-title, +.np-learning-path-items-count, +.catalog-subtitle, +.catalog-title, +.lp-subtitle, +.np-resource-subtitle, +.np-resource-title, +.lp-title, +.np-card-content-subtitle, +.np-card-content-progress, +.np-card-ribbon { + font-family: F37 Moon; +} + +.np-alert-success { + background: #bbdfa5; + color: #1e824c; +} + +@media (max-width: 768px) { + .np-hidden-mobile { + display: none !important; + } + + .np-hidden-desktop { + display: block !important; + } +} + +@media (min-width: 769px) { + .np-header-content { + flex-direction: row; + } + + .np-hidden-mobile { + display: block !important; + } + + .np-hidden-desktop { + display: none !important; + } + + .np-hidden-mobile.np-header-avatar, + .np-hidden-mobile.np-learning-path-items, + .lp-and-recently-completed-course-container.np-hidden-mobile { + display: flex !important; + } + + .np-hidden-mobile.inline-text { + display: inline !important; + } + + .np-hidden-mobile.np-card-header { + display: none !important; + } +} + +a { + font-family: F37 Moon; + font-style: normal; + font-weight: normal; +} + +body { + font-family: Inter !important; + font-style: normal; + font-weight: normal; +} + +@media (max-width: 768px) { + .np-main { + margin-left: 0; + } + + .np-subpage-container { + padding: 0 0 2rem; + } +} + +.np-button { + border-radius: 30px; + padding: 0.7rem 1.25rem; + font-family: F37 Moon; + font-style: normal; + font-weight: normal; +} + +.np-button:hover { + color: white; +} + +.np-main { + background-color: white; +} + +.np-card-container { + box-shadow: 5px 5px 0px rgb(128 173 220 / 32%); + border-radius: 8px; +} + +.np-card-stack { + display: none; +} + +@media (min-width: 769px) and (max-width: 1024px) { + .recent-view-header { + margin-bottom: 0; + background-color: #ebf5ff; + min-width: 100%; + box-shadow: 4px 1px 0px rgb(128 173 220 / 32%); + border-radius: 14px 14px 0 0; + font-size: 14px; + text-align: center; + } + + .course-card-title { + font-size: 15px; + } + + + + .np-card-content-description { + display: block; + min-height: 105px; + font-size: 14px; + } +} + +@media (min-width: 1025px) and (max-width: 1440px) { + .np-card-content-description { + display: block; + min-height: 165px; + } +} + +@media (min-width: 1441px) { + .np-card-content-description { + display: block; + min-height: 200px; + } + + .np-card-content-subtitle { + min-height: 22.5px; + } +} + +/* 1.1 Fonts */ + +@font-face { + font-family: "Inter"; + font-style: normal; + font-weight: 100; + font-display: swap; + src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-Thin.woff") + format("woff"); +} +@font-face { + font-family: "Inter"; + font-style: italic; + font-weight: 100; + font-display: swap; + src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-ThinItalic.woff") + format("woff"); +} + +@font-face { + font-family: "Inter"; + font-style: normal; + font-weight: 200; + font-display: swap; + src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-ExtraLight.woff") + format("woff"); +} +@font-face { + font-family: "Inter"; + font-style: italic; + font-weight: 200; + font-display: swap; + src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-ExtraLightItalic.woff") + format("woff"); +} + +@font-face { + font-family: "Inter"; + font-style: normal; + font-weight: 300; + font-display: swap; + src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-Light.woff") + format("woff"); +} +@font-face { + font-family: "Inter"; + font-style: italic; + font-weight: 300; + font-display: swap; + src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-LightItalic.woff") + format("woff"); +} + +@font-face { + font-family: "Inter"; + font-style: normal; + font-weight: 400; + font-display: swap; + src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-Regular.woff") + format("woff"); +} +@font-face { + font-family: "Inter"; + font-style: italic; + font-weight: 400; + font-display: swap; + src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-Italic.woff") + format("woff"); +} + +@font-face { + font-family: "Inter"; + font-style: normal; + font-weight: 500; + font-display: swap; + src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-Medium.woff") + format("woff"); +} +@font-face { + font-family: "Inter"; + font-style: italic; + font-weight: 500; + font-display: swap; + src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-MediumItalic.woff") + format("woff"); +} + +@font-face { + font-family: "Inter"; + font-style: normal; + font-weight: 600; + font-display: swap; + src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-SemiBold.woff") + format("woff"); +} +@font-face { + font-family: "Inter"; + font-style: italic; + font-weight: 600; + font-display: swap; + src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-SemiBoldItalic.woff") + format("woff"); +} + +@font-face { + font-family: "Inter"; + font-style: normal; + font-weight: 700; + font-display: swap; + src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-Bold.woff") + format("woff"); +} +@font-face { + font-family: "Inter"; + font-style: italic; + font-weight: 700; + font-display: swap; + src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-BoldItalic.woff") + format("woff"); +} + +@font-face { + font-family: "Inter"; + font-style: normal; + font-weight: 800; + font-display: swap; + src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-ExtraBold.woff") + format("woff"); +} +@font-face { + font-family: "Inter"; + font-style: italic; + font-weight: 800; + font-display: swap; + src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-ExtraBoldItalic.woff") + format("woff"); +} + +@font-face { + font-family: "Inter"; + font-style: normal; + font-weight: 900; + font-display: swap; + src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-Black.woff") + format("woff"); +} +@font-face { + font-family: "Inter"; + font-style: italic; + font-weight: 900; + font-display: swap; + src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-BlackItalic.woff") + format("woff"); +} + +@font-face { + font-family: "F37 Moon"; + font-style: normal; + font-weight: 700; + font-display: swap; + src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/F37Moon-Bold.ttf") + format("truetype"); +} +@font-face { + font-family: "F37 Moon"; + font-style: normal; + font-weight: 500; + font-display: swap; + src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/F37Moon-Demi.ttf") + format("truetype"); +} +@font-face { + font-family: "F37 Moon"; + font-style: normal; + font-weight: 400; + font-display: swap; + src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/F37Moon-Regular.ttf") + format("truetype"); +} + +@font-face { + font-family: "NunitoSans"; + font-style: normal; + font-weight: 900; + font-display: swap; + src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/NunitoSans-Black.ttf") + format("truetype"); +} +@font-face { + font-family: "NunitoSans"; + font-style: italic; + font-weight: 900; + font-display: swap; + src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/NunitoSans-BlackItalic.ttf") + format("truetype"); +} + +@font-face { + font-family: "NunitoSans"; + font-style: normal; + font-weight: 700; + font-display: swap; + src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/NunitoSans-Bold.ttf") + format("truetype"); +} +@font-face { + font-family: "NunitoSans"; + font-style: italic; + font-weight: 700; + font-display: swap; + src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/NunitoSans-BoldItalic.ttf") + format("truetype"); +} + +@font-face { + font-family: "NunitoSans"; + font-style: normal; + font-weight: 800; + font-display: swap; + src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/NunitoSans-ExtraBold.ttf") + format("truetype"); +} +@font-face { + font-family: "NunitoSans"; + font-style: italic; + font-weight: 800; + font-display: swap; + src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/NunitoSans-ExtraBoldItalic.ttf") + format("truetype"); +} + +@font-face { + font-family: "NunitoSans"; + font-style: normal; + font-weight: 200; + font-display: swap; + src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/NunitoSans-ExtraLight.ttf") + format("truetype"); +} +@font-face { + font-family: "NunitoSans"; + font-style: italic; + font-weight: 200; + font-display: swap; + src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/NunitoSans-ExtraLightItalic.ttf") + format("truetype"); +} + +@font-face { + font-family: "NunitoSans"; + font-style: italic; + font-weight: 400; + font-display: swap; + src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/NunitoSans-Italic.ttf") + format("truetype"); +} + +@font-face { + font-family: "NunitoSans"; + font-style: normal; + font-weight: 300; + font-display: swap; + src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/NunitoSans-Light.ttf") + format("truetype"); +} +@font-face { + font-family: "NunitoSans"; + font-style: italic; + font-weight: 300; + font-display: swap; + src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/NunitoSans-LightItalic.ttf") + format("truetype"); +} + +@font-face { + font-family: "NunitoSans"; + font-style: normal; + font-weight: 400; + font-display: swap; + src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/NunitoSans-Regular.ttf") + format("truetype"); +} + +@font-face { + font-family: "NunitoSans"; + font-style: normal; + font-weight: 600; + font-display: swap; + src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/NunitoSans-SemiBold.ttf") + format("truetype"); +} +@font-face { + font-family: "NunitoSans"; + font-style: italic; + font-weight: 600; + font-display: swap; + src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/NunitoSans-SemiBoldItalic.ttf") + format("truetype"); +} + +/* 2. Header */ +.np-header-color { + background: transparent; +} + +.logo-container { + margin-right: 35px; + padding: 40px 50px 25px 5px; +} + +.avatar-container { + display: flex; + padding: inherit; + width: 200px; + justify-content: space-evenly; + align-items: center; + background-color: #f0f1f2; + border-radius: 10%/50%; + height: 45px; +} + +@media screen and (min-width: 769px) { + .avatar-image { + height: 35px; + } + + .np-header { + padding: 0; + } +} + +.points-badges-avatar { + display: flex; + align-items: flex-end; + font-family: "F37 Moon"; + font-style: normal; + font-weight: normal; +} + +.points-display { + margin-right: 10px; + margin-top: revert; +} + +.badges-display { + margin-right: 10px; + margin-top: revert; +} + +.form-control { + background-color: #ebf5ff !important; + border: none !important; + border-radius: 10%/65% !important; +} + +.has-search .form-control { + padding-left: 2.375rem; + background-color: #ebf5ff !important; +} + +.has-search .form-control-feedback { + position: absolute; + z-index: 2; + display: block; + width: 2.375rem; + height: 2.375rem; + line-height: 2.375rem; + text-align: center; + pointer-events: none; + color: #aaa; +} + +/* 3. Sub Navigation */ +.np-sub-navigation-content-item-active .np-sub-navigation-content-item-link { + color: #000000; + font-family: Inter !important; + font-style: normal; + font-weight: normal; +} + +.np-sub-navigation-content-item-active { + background-color: #bfd6ed; + border-radius: 5%/30%; +} + +.custom-navigation { + display: flex; + align-items: flex-start; +} + +.custom-navigation-content { + flex-direction: column; +} + +.custom-navigation-content-item { + margin: 10px 0; + padding: 0 1.75rem; +} + +.custom-navigation-item-link { + flex-direction: row; + justify-content: flex-start; +} + +.custom-navigation-content-item-icon { + padding-bottom: 0; + color: #000000 !important; +} + +/* 4.1 Welcome Hero */ +.welcome-message { + text-align: center; + margin-bottom: 40px; + display: flex; + justify-content: center; +} + +@media (max-width: 768px) { + .welcome-message { + margin-bottom: 20px; + } +} + +/* 4.2 Statistics */ +.statistics-container { + display: flex; + justify-content: space-between; +} +@media (max-width: 768px) { + .statistics-container { + flex-direction: column; + align-items: center; + margin-bottom: 20px; + } +} + +.quantity { + font-size: 24px; + margin-bottom: -4px; + font-family: F37 Moon !important; + font-style: normal; + font-weight: normal; + margin-top: 10px; +} + +.badges { + display: flex; + /* width: 230px; */ + width: 19%; + background-color: #ebf5ff; + color: #000000; + border-radius: 15px; + justify-content: center; + flex-direction: column; + align-items: center; + font-family: "F37 Moon"; + font-style: normal; + font-weight: normal; + font-size: 18px; + text-align: center +} + +@media (max-width: 768px) { + .badges { + margin-top: 15px; + width: 50%; + } +} + +/* 4.3 Overview */ +.overview-video-link { + text-decoration: none; +} + +.overview-video-link:hover { + text-decoration: none; +} + +.overview-video { + text-align: center; + font-family: F37 Moon !important; + font-style: normal; + font-weight: normal; + padding-top: 5px; + border-radius: 5px; + margin: 15px; + margin-top: 40px; + margin-bottom: 40px; +} + +/* 4.4 Dashboard filter */ + +.mo-search-wrapper { + display: flex; + justify-content: flex-start; + padding-bottom: 15px; +} + +@media (max-width: 768px) { + .mo-search-wrapper { + margin-left: 8%; + } +} + +.dashboard-filter-select { + display: block; + width: 100%; + padding: 0.375rem 2.25rem 0.375rem 0.75rem; + -moz-padding-start: calc(0.75rem - 3px); + font-size: 1rem; + font-family: Inter !important; + font-style: normal; + font-weight: normal; + line-height: 1.5; + color: #212529; + background-color: #ebf5ff; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); + background-repeat: no-repeat; + background-position: right 0.75rem center; + background-size: 16px 12px; + border: 1px solid #ced4da; + border-radius: 0.25rem; + transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; +} + +.filter-wrapper { + position: relative; +} +.filter-wrapper select { + display: none; +} + +.mo-active-filter-prog { + width: 200px; + height: 45px; + border-radius: 15%/48%; + border: none; + color: #252b33 !important; +} + +/* 7. Others */ + +.page-container { + display: flex; + z-index: 1; +} + +.mo-filter-wrapper { + display: flex; + justify-content: center; + list-style: none; + margin: 0; + padding: 0; +} +.mo-filter-item { + padding: 10px; +} +@media only screen and (max-width: 960px) { + .mo-filter-item { + padding: 5px; + } +} + +#mo-mobile-filter { + display: none; + margin: 0 25px 25px 25px; + background-color: #e8e8e8; +} + +.mo-mobile-filter-wrapper { + padding: 20px 20px 30px 20px; +} + +#mo-dropdown { + width: 100%; + height: 40px; + border: 1px solid #c5c5c5; + color: #6b7c93; +} + +@media only screen and (max-width: 806px) { + .mo-filter-wrapper { + overflow: scroll; + justify-content: unset; + } + #mo-mobile-filter { + display: block; + } +} + +.mo-active-filter { + border: 1px solid #252b33; + background: #252b33; + color: white !important; +} + +.uk-panel-box * { + font-family: F37 Moon !important; + font-style: normal; + font-weight: normal; +} + +.mo-content-header { + padding-bottom: 5px !important; +} +.mo-content-header h2 { + color: #00237c; + font-family: F37 Moon !important; + font-style: normal; + font-weight: normal; +} +.mo-active-filter:hover { + background: #017171 !important; +} + +.mo-auto-outter-margins { + margin-left: auto !important; + margin-right: auto !important; +} +.mo-course-duration { + color: #0eabdb; +} +.mo-course-name { + padding-top: 5px; + padding-bottom: 5px; + font-size: 16px; +} +.search { + border-radius: 5px; +} +.mo-description-span { + font-size: 12px; + color: #00237c; +} + +.preview-banner { + display: none; +} + +body, +.school-website-header { + background-color: #ffffff !important; +} + +.school-website-header .uk-brand img { + max-height: 40px; +} + +footer { + background-color: #00237c; + padding-top: 60px; + padding-bottom: 30px; +} + +.copyRight-text { + opacity: 0.7; + font-size: 16px; + font-family: Inter !important; + font-style: normal; + font-weight: normal; + font-stretch: normal; + margin: 0; + letter-spacing: normal; + color: #fff; +} + +#prog-filter:focus { + outline: none !important; +} + +.missing { + display: none; +} +.school-website-header { + color: #252b33 !important; +} + +/* style the items (options) */ +.select-items div { + color: #252b33 !important; + border: 1px solid transparent; + border-color: #252b33 #252b33 #252b33 #252b33; + cursor: pointer; + width: 159px; + height: 38px; + text-align: center; + vertical-align: middle; + line-height: 40px; +} + +/* Style items (options): */ +.select-items { + position: absolute; + background-color: #ffffff !important; + top: 101%; + left: -1px; + z-index: 99; +} + +/* Hide the items when the select box is closed: */ +.select-hide { + display: none; +} +.same-as-selected { + display: none; +} +.select-items div:hover, +.same-as-selected { + background-color: rgba(0, 0, 0, 0.1); +} +._left:before, +._right:before { + font-size: 30px; + background: black; + color: white; + border-radius: 50%; + font-style: normal; + font-feature-settings: normal; + font-variant: normal; + text-rendering: auto; + line-height: 1; + font-family: Font awesome\5 Pro; + font-weight: 900; + margin-bottom: 0; + -webkit-font-smoothing: antialiased; +} +/* .slick-dots { + bottom: 50px; + width: 90%; + } */ + +._left, +._right { + top: 50%; + z-index: 1000; + -webkit-font-smoothing: antialiased; + user-select: none; + -webkit-tap-highlight-color: transparent; + box-sizing: border-box; + touch-action: manipulation; + margin: 0; + border-radius: 0; + font-weight: inherit; + letter-spacing: 0.01em !important; + line-height: 0; + position: absolute; + width: 30px; + height: 30px; + padding: 0; + transform: translate(0, -50%); + cursor: pointer; + /* right: 30%; */ + display: block; +} + +.np-learning-paths-resources > ._right { + right: -2%; +} + +.np-learning-paths-resources > ._left { + left: -4%; +} + +._right { + right: -1%; +} + +._left { + left: -1%; +} + +@media only screen and (max-width: 1024px) { + ._right { + right: -2%; + } + ._left { + left: -2%; + } +} + +@media only screen and (max-width: 600px) { + ._right { + right: -2%; + } + ._left { + left: -2%; + } +} + +._1ycOA { + -webkit-font-smoothing: antialiased; + text-size-adjust: 100%; + --polaris-version-number: "4.27.0"; + --polaris-animation-skeleton-shimmer: polaris-SkeletonShimmerAnimation; + --toast-translate-y-out: 15rem; + --toast-translate-y-in: 0; + --global-ribbon-height: 0px; + --p-text-subdued: #6d7175; + --p-card-shadow: 0 0.2rem 0.4rem #dfe3e8; + --top-bar-background: #00848e; + --top-bar-background-lighter: #1d9ba4; + --top-bar-color: #f9fafb; + --p-frame-offset: 0px; + font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, + Roboto, Helvetica Neue, sans-serif; + cursor: pointer; + box-sizing: border-box; + fill: #292824; + vertical-align: middle; + width: 30px; + height: 30px; + border-radius: 50%; + background: #fff; + box-shadow: 0 0 1px rgba(66, 71, 76, 0.45), 0 2px 1px rgba(0, 0, 0, 0.05); +} +.slick-slide img { + margin: auto; +} +.circle-list { + list-style-type: none !important; + padding: unset; +} + +/* 5. Course */ +@media (max-width: 500px){ + .course-start-button{ + width: 48%; + float: right; + margin-top: -2.9rem; + } + + .np-top-cta-progress-content{ + width: 50%; + } +} + +@media (min-width: 501px){ + .np-top-cta-progress-content{ + margin-bottom: 0.5rem; + } +} diff --git a/Custom_Templates/customer_templates/Skuid/training_event_preview.html.liquid b/Custom_Templates/customer_templates/Skuid/training_event_preview.html.liquid new file mode 100644 index 00000000..1645bc57 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/training_event_preview.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
    +
    + {% include "training_event_preview_desktop_view", training_session: training_event %} +
    +
    + {% include "training_event_preview_mobile_view", training_session: training_event %} +
    +
    +{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Skuid/training_events.html.liquid b/Custom_Templates/customer_templates/Skuid/training_events.html.liquid new file mode 100644 index 00000000..e62ce080 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/training_events.html.liquid @@ -0,0 +1,23 @@ +{% include "header" %} +
    +
    + {% include "sub_navigation" %} +
    +
    +
    +
    +
    + {% t .title %} +
    +
    + {% t .subtitle %} +
    +
    +
    + {% include "training_events_filter" %} +
    +
    + {% include "training_events_index" %} +
    +
    +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Skuid/training_session.html.liquid b/Custom_Templates/customer_templates/Skuid/training_session.html.liquid new file mode 100644 index 00000000..5b78b834 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/training_session.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
    +
    + {% include "training_session_desktop_view" %} +
    +
    + {% include "training_session_mobile_view" %} +
    +
    +{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Skuid/training_session_attendance.html.liquid b/Custom_Templates/customer_templates/Skuid/training_session_attendance.html.liquid new file mode 100644 index 00000000..e6a0ec1c --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/training_session_attendance.html.liquid @@ -0,0 +1,43 @@ +{% include "header" %} +
    +
    + {% if token %} + +
    + {{ training_session.title }} +
    +
    + {% t .info, + event_name: training_session.title, + session_date: training_session.date, + session_time: training_session.time + %} +
    +
    + {% t .question %} +
    +
    + {% form_authenticity_token %} + + + +
    +
    + {% t .salutation %} +
    +
    + {{ current_school.name }} +
    + {% else %} + +
    + {% t .success.response_text %} +
    + +
    +{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Skuid/transcript.html.liquid b/Custom_Templates/customer_templates/Skuid/transcript.html.liquid new file mode 100644 index 00000000..b6cb5428 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/transcript.html.liquid @@ -0,0 +1,8 @@ +{% include "header" %} +{% include "account_tabs" %} + +
    + {% transcript %} +
    + +{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Skuid/unsubscribe.html.liquid b/Custom_Templates/customer_templates/Skuid/unsubscribe.html.liquid new file mode 100644 index 00000000..69a54028 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/unsubscribe.html.liquid @@ -0,0 +1,30 @@ +{% include "header" %} +
    +
    + {% if token %} + +
    + {% t .unsubscribe_text %} +
    +
    + {% t .resubscribe_text %} +
    +
    + {% form_authenticity_token %} + + +
    + {% else %} + +
    + {% t .resubscribed_text %} +
    + {% endif %} +
    +
    +{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Skuid/waiting-room.html.liquid b/Custom_Templates/customer_templates/Skuid/waiting-room.html.liquid new file mode 100644 index 00000000..90dd1d45 --- /dev/null +++ b/Custom_Templates/customer_templates/Skuid/waiting-room.html.liquid @@ -0,0 +1,46 @@ +{% assign ready = false %} +{% if current_person.signed_in? %} + {% for group in current_person.groups %} + {% if group.id == "29ae12e6-f740-4190-a5c2-a7e12e87926f" or group.id == "aa36069f-e354-4dbe-9972-9ce70ad146d7" or group.id == "8cd6ec9c-101e-4b1a-82c7-77dac583a1f5" %} + {% assign ready = true %} + {% break %} + {% endif %} + {% endfor %} +{% endif %} +{% if ready %} + +{% else %} + +{% endif %} + +
    + +
    + Please wait while we're configuring the school for you. + You’ll be automatically redirected when it's ready +
    +
    + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/WSGC - New Hire/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_sub_navigation.html.liquid index 1aeab11d..5d89d1b8 100644 --- a/Custom_Templates/customer_templates/WSGC - New Hire/_sub_navigation.html.liquid +++ b/Custom_Templates/customer_templates/WSGC - New Hire/_sub_navigation.html.liquid @@ -1,3 +1,15 @@ +{% assign ilt_cat = false %} +{% assign handson_cat = false %} +{% for course in courses.enrolled %} + {% for category in course.categories %} + {% if category.name == "Instructor-Led" %} + {% assign ilt_cat = true %} + {% endif %} + {% if category.name == "Hands-On Practice" %} + {% assign handson_cat = true %} + {% endif %} + {% endfor %} +{% endfor %} @@ -65,4 +75,7 @@ if (window.location.pathname == "/app/instructor-led-training") { document.querySelector(".ilt-link").classList.add("active") } + if (window.location.pathname == "/app/hands-on-practice") { + document.querySelector(".hands-on-link").classList.add("active") + } diff --git a/Custom_Templates/customer_templates/WSGC - New Hire/hands-on-practice.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/hands-on-practice.html.liquid new file mode 100644 index 00000000..601447af --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - New Hire/hands-on-practice.html.liquid @@ -0,0 +1,26 @@ +{% include "header" %} +
    + +
    +{% include "course_version_outdated_alert", courses: courses.in_catalog %} +{% include "sub_navigation" %} +
    +
    +
    +
    {{ custom_page.headline }}
    +
    {{ custom_page.subheadline }}
    +
    +
    + {% for course in courses.enrolled %} + {% for category in course.categories %} + {% if category.name == "Hands-On Practice" %} +
    + {% include "cards_course" with course %} +
    + + {% endif %} + {% endfor %} + {% endfor %} +
    +{% include "footer" %} + diff --git a/Custom_Templates/customer_templates/WSGC - Post-New Hire/_catalog_popup_message.html b/Custom_Templates/customer_templates/WSGC - Post-New Hire/_catalog_popup_message.html new file mode 100644 index 00000000..de26d87e --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post-New Hire/_catalog_popup_message.html @@ -0,0 +1,97 @@ + + +
    +
    +
    +

    + Welcome to the WSIU Course Catalog. +

    +

    Welcome to the future home of WSI University. At this time this area is under construction. If needed, please access WSIU through our Homefront site as usual. Do not access courses here at this time. Thank you.

    +
    + +
    +
    + + + + diff --git a/Scripts/API_Tests/Chubb_MCA.csv.gz b/Scripts/API_Tests/Chubb_MCA.csv.gz new file mode 100644 index 00000000..259051f1 Binary files /dev/null and b/Scripts/API_Tests/Chubb_MCA.csv.gz differ diff --git a/Scripts/API_Tests/Client_API_Extract.csv.gz b/Scripts/API_Tests/Client_API_Extract.csv.gz new file mode 100644 index 00000000..259051f1 Binary files /dev/null and b/Scripts/API_Tests/Client_API_Extract.csv.gz differ diff --git a/Scripts/API_Tests/Client_File.csv.gz b/Scripts/API_Tests/Client_File.csv.gz new file mode 100644 index 00000000..eaa1af46 Binary files /dev/null and b/Scripts/API_Tests/Client_File.csv.gz differ diff --git a/Scripts/API_Tests/antho-knowledgestate-fix.py b/Scripts/API_Tests/antho-knowledgestate-fix.py new file mode 100644 index 00000000..66de0e4b --- /dev/null +++ b/Scripts/API_Tests/antho-knowledgestate-fix.py @@ -0,0 +1,104 @@ +import pandas as pd +import requests +import Apikeys + +MASTER = "~/Downloads/Anthology-Master-CSV-FirstChanges.csv" +BASEURL = "https://api.northpass.com/v2/people" +APIKEY = Apikeys.ANTHOLOGY +HEADERS = { + "accept": "*/*", + "X-Api-Key": APIKEY, + "content-type": "application/json", +} +KNOWLEDGEGROUPS = [ +] + +KNOWLEDGEPROPS = "Anthology Academic Economics: Essential, Anthology Academic Economics: Enhanced, Anthology Accreditation: Essential, Anthology Accreditation: Enhanced, Anthology 101: Essential, Anthology Baseline: Essential, Anthology Baseline: Enhanced, Anthology Beacon: Essential, Anthology Course Evaluations: Essential, Anthology Course Evaluations: Enhanced, Anthology Digital Assistant: Essential, Anthology Digital Assistant: Enhanced, Anthology Encompass: Essential, Anthology Encompass: Enhanced, Anthology Encompass: Enhanced+, Anthology Engage: Essential, Anthology Engage: Enhanced, Anthology Engage: Enhanced+, Anthology Evaluate: Essential, Anthology Evaluate: Enhanced, Anthology Finance & HCM: Essential, Anthology Finance & HCM: Enhanced, Anthology Finance & HCM: Enhanced+, Anthology Insight: Essential, Anthology Insight: Enhanced, Blackboard Learn: Essential, Anthology Milestone: Essential, Anthology Milestone: Enhanced, Outcomes: Essential, Outcomes: Enhanced, Anthology Payroll: Essential, Anthology Payroll: Enhanced, Anthology Planning: Essential, Anthology Planning: Enhanced, Anthology Portfolio: Essential, Anthology Portfolio: Enhanced, Power BI: Essential, Power BI: Enhanced, Anthology Program Review: Essential, Anthology Program Review: Enhanced, Anthology Raise: Essential, Anthology Raise: Enhanced, Anthology Raise: Enhanced+, Anthology Reach: Essential, Anthology Reach: Enhanced, Anthology Reach: Enhanced+, Anthology Student: Essential, Anthology Student: Enhanced, Ally - (T1), Ally - (T2), Ally - (T3)" + + +def groups(): + for row in df.itertuples(): + domain = row[1] + groups = row[2:] + # groups = list(groups) + tmplist = [] + for group in groups: + group = str(group) + if "nan" not in group: + # Grab Group UUIDs + url = f"https://api.northpass.com/v2/groups?filter[name][eq]={group}" + response = requests.get(url, headers=HEADERS) + response = response.json() + data = response["data"] + for name in data: + id = name["id"] + tmplist.append(id) + rowdict = {domain: tmplist} + + # Grab all people + personlist = [] + COUNT += 1 + url = BASEURL + f"?filter[email][cont]={domain}&limit=100" + response = requests.get(url, headers=HEADERS) + response = response.json() + nextlink = response["links"] + + for data in response["data"]: + person = data["id"] + personlist.append(person) + + # if "next" not in nextlink: + # break + + # Construct Payload for Bulk API + payload = {"payload": {"person_ids": personlist, "group_ids": tmplist}} + print(payload) + + +def props(): + person_id_list = [] + count = 0 + while True: + count += 1 + url = ( + BASEURL + + f"?filter[email][cont]=%40knowledgestate.edu&limit=100&page={count}" + ) + response = requests.get(url, headers=HEADERS) + response = response.json() + nextlink = response["links"] + + for data in response["data"]: + person_name = data["attributes"]["name"] + person = data["id"] + print(f"Adding {person_name}'s id to list. ID: {person}") + person_id_list.append(person) + + if "next" not in nextlink: + break + + print(f"Cycling through {len(person_id_list)} people and adding their properties.") + for person_id in person_id_list: + propsurl = "https://api.northpass.com/v2/properties/people/bulk" + payload = { + "data": [ + { + "attributes": { + "properties": {"subscription_levels": KNOWLEDGEPROPS} + }, + "id": person_id, + "type": "person_properties", + } + ] + } + prop_response = requests.post(propsurl, headers=HEADERS, json=payload) + print(f"{person_id}'s status code is {prop_response.status_code}'") + if prop_response.status_code != 200: + print( + f"There is a non-200 status code. The code was {prop_response.status_code}. Here's the text:" + ) + print(f"{response.text}") + + +if __name__ == "__main__": + props() diff --git a/Scripts/API_Tests/antho-map-domains-from-csv.py b/Scripts/API_Tests/antho-map-domains-from-csv.py new file mode 100644 index 00000000..7802d994 --- /dev/null +++ b/Scripts/API_Tests/antho-map-domains-from-csv.py @@ -0,0 +1,52 @@ +import pandas as pd +import requests +import Apikeys + +MASTER = "~/Downloads/Anthology-Master-CSV-FirstChanges.csv" +BASEURL = "https://api.northpass.com/v2/people" +APIKEY = Apikeys.ANTHOLOGY +HEADERS = { + "accept": "*/*", + "X-Api-Key": APIKEY, + "content-type": "application/json", +} +df = pd.read_csv(MASTER) +df.dropna(how="all", axis=0, inplace=True) +COUNT = 0 + +for row in df.itertuples(): + domain = row[1] + groups = row[2:] + # groups = list(groups) + tmplist = [] + for group in groups: + group = str(group) + if "nan" not in group: + # Grab Group UUIDs + url = f"https://api.northpass.com/v2/groups?filter[name][eq]={group}" + response = requests.get(url, headers=HEADERS) + response = response.json() + data = response["data"] + for name in data: + id = name["id"] + tmplist.append(id) + rowdict = {domain: tmplist} + + # Grab all people + personlist = [] + COUNT += 1 + url = BASEURL + f"?filter[email][cont]={domain}&limit=100" + response = requests.get(url, headers=HEADERS) + response = response.json() + nextlink = response["links"] + + for data in response["data"]: + person = data["id"] + personlist.append(person) + + # if "next" not in nextlink: + # break + + # Construct Payload for Bulk API + payload = {"payload": {"person_ids": personlist, "group_ids": tmplist}} + print(payload) diff --git a/Scripts/API_Tests/antho-new-users-fix.py b/Scripts/API_Tests/antho-new-users-fix.py new file mode 100644 index 00000000..eb568afe --- /dev/null +++ b/Scripts/API_Tests/antho-new-users-fix.py @@ -0,0 +1,178 @@ +import requests +import json +import Apikeys +import pandas as pd + +BASEURL = "https://api.northpass.com" +APIKEY = Apikeys.ANTHOLOGY +HEADERS = { + "accept": "*/*", + "X-Api-Key": APIKEY, + "content-type": "application/json", +} +BASEFILE = "~/Downloads/Anthology-DomainMaster-forWorkato - Sheet1.csv" + + +def get_ppl(): + count = 0 + tmpdict = {} + while True: + count += 1 + url = f"{BASEURL}/v2/people?limit=100&page={count}" + getppl = requests.get(url, headers=HEADERS) + ppl_response = getppl.json() + nextlink = ppl_response["links"] + + for people in ppl_response["data"]: + if "2024-07-09" in people["attributes"]["created_at"]: + domain = people["attributes"]["email"].split("@")[1] + if domain in tmpdict: + tmpdict[domain].append(people["id"]) + else: + tmpdict[domain] = [people["id"]] + + if "next" not in nextlink: + break + + print(tmpdict) + apply_groups(tmpdict) + + +def apply_groups(tmpdict): + df = pd.read_csv(BASEFILE, index_col=None, header=None) + for domain, values in tmpdict.items(): + data = df.loc[df[0] == domain].iloc[:, 1:].values.tolist() + cleaned = [x for x in data[0] if str(x) != "nan"] + # print(cleaned) + payload = {"payload": {"person_ids": values, "group_ids": cleaned}} + url = f"{BASEURL}/v2/bulk/people/membership" + response = requests.post(url, json=payload, headers=HEADERS) + print(response.text) + print(response.status_code) + + +if __name__ == "__main__": + get_ppl() + + +""" + + GROUPSTOMAP = { + "stlukescollege.edu": [ + "2b5267b2-ce87-4e77-ad88-5cfec80496b9", + "5f35e542-a8cf-4422-8e87-466cdca62864", + "fa8914be-0986-460c-884d-9973a9622045", + "106775db-a00d-4956-bf27-97ea269bb001", + "b9f734fa-de0d-4a0b-9ce2-c092126e1d8d", + ], + "cuhk.edu.hk": [ + "8302b674-c728-42d2-9ba3-908b4d970436", + "604dd8b8-175a-4a74-93d2-28760f1d1835", + "2b5267b2-ce87-4e77-ad88-5cfec80496b9", + ], + "allencollege.edu": [ + "2b5267b2-ce87-4e77-ad88-5cfec80496b9", + "8302b674-c728-42d2-9ba3-908b4d970436", + "5f35e542-a8cf-4422-8e87-466cdca62864", + "fa8914be-0986-460c-884d-9973a9622045", + "", + "b9f734fa-de0d-4a0b-9ce2-c092126e1d8d", + "106775db-a00d-4956-bf27-97ea269bb001", + ], + "trinitycollegeqc.edu": [ + "2b5267b2-ce87-4e77-ad88-5cfec80496b9", + "5f35e542-a8cf-4422-8e87-466cdca62864", + "fa8914be-0986-460c-884d-9973a9622045", + "106775db-a00d-4956-bf27-97ea269bb001", + "b9f734fa-de0d-4a0b-9ce2-c092126e1d8d", + ], + "southuniversity.edu": [ + "2b5267b2-ce87-4e77-ad88-5cfec80496b9", + "bfb708e4-18eb-47b5-afde-737f16721e9a", + "5f35e542-a8cf-4422-8e87-466cdca62864", + "106775db-a00d-4956-bf27-97ea269bb001", + ], + "pcom.edu": [ + "2b5267b2-ce87-4e77-ad88-5cfec80496b9", + "197da27d-0497-40b5-b2f8-cec4124d32f6", + "bfb708e4-18eb-47b5-afde-737f16721e9a", + "8302b674-c728-42d2-9ba3-908b4d970436", + ], + "msun.edu": [ + "2b5267b2-ce87-4e77-ad88-5cfec80496b9", + "e53216bf-9815-42c7-89c1-953a7b1289a3", + "fa8914be-0986-460c-884d-9973a9622045", + "b9f734fa-de0d-4a0b-9ce2-c092126e1d8d", + ], + "mainecc.edu": [ + "2b5267b2-ce87-4e77-ad88-5cfec80496b9", + "197da27d-0497-40b5-b2f8-cec4124d32f6", + "f7701275-cebc-482b-ac31-9cfcd93937c3", + "59ccfdeb-8a8a-4693-b4fa-27034192071c", + "849f1551-604a-4b5c-9b5d-e2771eed488c", + "cf5d1920-9618-43f3-8dac-53954d19a956", + "d8d7bdba-46cf-4d16-b136-2b5f60eee073", + "5f35e542-a8cf-4422-8e87-466cdca62864", + "55bae3db-5f62-4be3-823a-bcb429b8a2b2", + "fa8914be-0986-460c-884d-9973a9622045", + "b9f734fa-de0d-4a0b-9ce2-c092126e1d8d", + "448f3335-cf11-4e7a-9939-c734861d16e3", + "106775db-a00d-4956-bf27-97ea269bb001", + "594cd6c0-17db-4241-be56-ad28a8db4f7b", + "95f7b67d-3ba8-4d18-bcbb-3e02f7bfaf7a", + ], + "mccneb.edu": [ + "2b5267b2-ce87-4e77-ad88-5cfec80496b9", + "f7701275-cebc-482b-ac31-9cfcd93937c3", + "fcfe4ee2-b247-4244-8cfc-f3d98d219fea", + "c6b6d415-323e-46c1-859e-be86fd36ec48", + "125acb85-889b-4638-a6bb-6eda8e761b08", + ], + "mtu.edu": [], + "stchas.edu": [ + "2b5267b2-ce87-4e77-ad88-5cfec80496b9", + "197da27d-0497-40b5-b2f8-cec4124d32f6", + "3b149bfe-31c5-4991-bd6c-ba4c760089d4", + "b6ae5e37-db6a-4b79-949f-be73b216f677", + "bfb708e4-18eb-47b5-afde-737f16721e9a", + "f02032d3-3d60-4cb1-acac-855c229646c3", + "59ccfdeb-8a8a-4693-b4fa-27034192071c", + "849f1551-604a-4b5c-9b5d-e2771eed488c", + "4d0bf08e-3dda-4a2e-8213-72a020873a03", + "e48c8995-6a64-45c1-ae62-ba96fcc01542", + "84d32175-8cb8-4fb0-95cc-6ae13d40aaaa", + "27489e34-b04c-410e-99a2-0d93e2e42fbf", + "5f35e542-a8cf-4422-8e87-466cdca62864", + "f50cb362-2f86-44eb-89e6-bea6ecbaf89f", + "fa8914be-0986-460c-884d-9973a9622045", + "b9f734fa-de0d-4a0b-9ce2-c092126e1d8d", + "106775db-a00d-4956-bf27-97ea269bb001", + "594cd6c0-17db-4241-be56-ad28a8db4f7b", + ], + "gveltec.edu": [ + "3f8dc68e-1458-4199-9641-6781960e085e", + "8585fe89-a050-4dbb-beb8-6ebd7358a970", + "2b5267b2-ce87-4e77-ad88-5cfec80496b9", + "197da27d-0497-40b5-b2f8-cec4124d32f6", + "a031d9a8-e433-45cf-826a-8881644f8eac", + "3b149bfe-31c5-4991-bd6c-ba4c760089d4", + "59ccfdeb-8a8a-4693-b4fa-27034192071c", + "849f1551-604a-4b5c-9b5d-e2771eed488c", + "4d0bf08e-3dda-4a2e-8213-72a020873a03", + "e48c8995-6a64-45c1-ae62-ba96fcc01542", + "8302b674-c728-42d2-9ba3-908b4d970436", + "604dd8b8-175a-4a74-93d2-28760f1d1835", + "26c5277c-440a-4dea-b625-beb986cff673", + "1ef34494-4d48-4b69-9819-a22c5870fc24", + "84d32175-8cb8-4fb0-95cc-6ae13d40aaaa", + "27489e34-b04c-410e-99a2-0d93e2e42fbf", + "e5e8565f-80e2-4462-b687-56f6d64f95e4", + "5f35e542-a8cf-4422-8e87-466cdca62864", + "853de4bd-6f6a-4d1d-980a-b67eb1b0e876", + "fa8914be-0986-460c-884d-9973a9622045", + "106775db-a00d-4956-bf27-97ea269bb001", + "fa8914be-0986-460c-884d-9973a9622045", + "106775db-a00d-4956-bf27-97ea269bb001", + ], +} +""" diff --git a/Scripts/API_Tests/antho-pandas.py b/Scripts/API_Tests/antho-pandas.py new file mode 100644 index 00000000..bff6e352 --- /dev/null +++ b/Scripts/API_Tests/antho-pandas.py @@ -0,0 +1,18 @@ +import pandas as pd +import os + +file = "~/Downloads/Anthology-EngageT1T2-MCA-CSV.csv" +df = pd.read_csv(file) +df["engage"] = df["Groups"].str.contains("(T2)") +# print(df["engage"].value_counts()) +print(df["Domain"].value_counts()) +df.sort_values("Email", inplace=True) +df.drop_duplicates(subset="Email", keep=False, inplace=True) +print(df["Domain"].value_counts()) + +# df2 = df[[ "Domain", "Groups" ]].copy() +# print(df2) + +# accounts = df["Domain"].unique().tolist() +# for x in accounts: +# df_dict = {name: df.loc[df["Domain"] == name] for name in accounts} diff --git a/Scripts/API_Tests/antho.tmp.py b/Scripts/API_Tests/antho.tmp.py new file mode 100644 index 00000000..bfdaf0b2 --- /dev/null +++ b/Scripts/API_Tests/antho.tmp.py @@ -0,0 +1,210 @@ +payload = { + "payload": { + "person_ids": [ + "537c590d-2f51-4cf9-936b-ef98b97e7af8", + "f44363ca-eff8-4cc9-b67f-d49fcbd1f20d", + "3ae7add2-9110-4d57-be90-f5db45260e7e", + "07fd80f8-3fe8-4386-84dc-280dade1ed5f", + "8bffdf96-3947-4f14-8041-c25e4a488b80", + "a82c4c07-8503-414e-a433-ed413d6600c3", + "a68a6120-067e-477d-89d5-d1da1a96d09f", + "03c65c74-2cb8-4c65-a712-6f0f48939d8b", + "56919b58-7be1-4c1b-912f-54887303eefb", + "1a01a97b-476d-40b3-8680-8d2b12a9e164", + "b7e51667-d26f-4851-8878-d54bb4ce8a51", + "a6caff42-f210-4e33-9410-53dbe15d1451", + "8506f5ed-aaf2-4f21-8ae4-e2b4ed7b2f1b", + "45fb5c92-2c3d-4c49-9f3e-949ab66b06e5", + "ea3706d8-c312-4830-8c18-0b7dcc0285d8", + "3b32a731-7cc9-4260-a898-b76570b8131a", + "10edf9db-3bec-4beb-9047-44da8e3047ab", + "3c976bca-3f07-438b-9b8c-953782236666", + "e3f1be20-6e7f-452d-87af-ca897a2b35df", + "b36d7d59-fc3c-480a-8d6a-9025e6ee4cbb", + "ea74604c-18c7-40dd-ae12-492d864ba7ad", + "5718e19a-82d4-4855-af92-45c5cf8e670f", + "a3cdfd66-76dc-4e11-89ca-8a7fa32d2a47", + "123ef7cc-9a29-4a70-9e2c-86567ca02ab8", + "399b584b-091a-404b-882a-c30dab8651a4", + "afafdd9d-5dd9-4065-8876-304c5aead878", + "2d5b81f4-d268-447e-806d-56ea1bed11d5", + "6824bf49-c00b-4391-8d2b-8ad523bdf81e", + "4ef4054a-2673-4b8b-ae97-485a4e3f5787", + "55498b66-5616-4f7c-a29c-9506e3d537cf", + "0f4eebaf-793e-4267-9497-17fba27986ea", + "94ed3338-37a8-4e84-8e33-229109d61a0f", + "4f1c1304-ad6c-4ea6-83f6-c91f363df326", + "33362a6f-5515-4d90-b32d-3083d7b7c4d4", + "781d706e-3a9f-44dd-acca-2d0570b41544", + "58028ff3-4fb3-453b-8cc3-14c831977da4", + "56d52d1f-7eee-4f32-ac89-7bbf6c668cdd", + "676e5121-7530-4b67-ab68-d4b453f6de1e", + "baf1c792-3a87-4357-a93b-871eaabc0ab0", + "00969b3e-de91-4133-aa05-421a75651508", + "87c4fed6-166e-447a-b542-fb0403188fba", + "15de19d9-e435-44d6-9586-bbaafac90667", + "f67c2064-cb30-4b5d-9ad3-f3e42c5631ea", + "c84a13e9-950f-4109-a7e4-a2412fb6889b", + "1d579f1e-cae7-4866-9669-19074dfe8793", + "fd6bc3ff-5416-418f-928c-4d1a5e96c651", + "7723fe1b-bd33-4b89-84fc-7218303e2bad", + "feffbe3e-f188-42c7-80b5-1626009929f3", + "3a8a77c0-eb96-4148-bdb8-6854c4b55129", + "621bce12-e2f0-4340-b573-8df83713c779", + "f8410b69-f5e7-4fbe-b89c-a405173570ac", + "132c6541-10ff-4a47-9a23-cb89f26a7ed7", + "82adc395-7141-4de2-9b5f-a9c128bdd00f", + "8522f536-b77a-4c4b-8025-d6a10410f20a", + "eb857569-7fde-47f0-b404-db1a3ace1a19", + "daf7691c-5391-4f79-9da6-3ec383f955f0", + "242df255-14d0-41b8-ad57-afa4e788bdcf", + "fe356134-45d1-4360-8728-b85daaf4b07f", + "1d8ffc86-80f5-4d42-8d3f-c705ee2e1482", + "23da9e58-b7fc-40cc-bacb-5ec98b9da3df", + "f4da7725-9c24-4d63-ba9b-fd1962f1fd4e", + "e6954ff8-2fcb-4044-bc8f-423de5b0911d", + "f7ec7cf5-bf70-4af6-b4bb-09891362df3f", + "57d62b0f-c935-4974-85c9-1bce08afe567", + "29c4a6a5-16e9-42c1-8692-5ce800b30bc9", + "d0648191-211e-4800-8526-91b2e8019b49", + "e4c08d0e-df51-432a-bc6a-648e0cfcb31f", + "24dcc76e-23e4-43ce-ad51-06b23f900527", + "415515be-c141-4002-83b1-6a6466507278", + "998508ee-fc6e-4770-a7b7-19b34eab3f0b", + "2beef7d2-7821-4f8b-9f02-63dac27252ad", + "d790b773-2ceb-4cc7-8011-05d1f3a83b1f", + "33921abd-474a-469b-a114-a8f5bfec8a1a", + "48fd210e-0684-45ca-b29d-3d27ffcc5923", + "7be60e36-a86d-4dfd-aaac-deb01afcf9bc", + "4b7f75e4-d708-45d6-82e8-17e6ab98ba69", + "07f30e75-5a77-4b29-897b-caf9833b526b", + "303fccc3-cf87-4890-987a-4c246514a4cb", + "e0c85f8e-e03d-43b0-94dc-1aaf573a09b0", + "5c149b67-f64a-4ca9-810d-39746c9ec892", + "9d350ea8-33c1-49d5-99df-066fbbabfa7d", + "e29f6842-ac5b-4d8b-9a58-54488df62e8b", + "f22a93cd-e419-4c8b-b8ca-0fc44e8a01d3", + "2197fdea-28c7-40f2-80d3-067617511c7f", + "b1d14179-6287-4e4f-b199-cbe0e820a09a", + "3b03ab01-d458-4617-83e7-1c6444421d82", + "cd844391-f786-4ea1-bccb-80b1b3a88eba", + "964fce35-c10a-458e-b774-d5d36f9f90a3", + "9206f9d4-6a43-4418-bfa4-fdc2e80cb601", + "00844733-959c-4182-9f23-277f165e1991", + "222f8edc-cdca-4638-b93b-57b62cca9bc9", + "82b877c2-fba9-47d6-a73d-7e7a73fb9127", + "2ee1c1d9-d332-49c0-b186-50dbdffcc5da", + "ae1cd5bf-b85e-45c7-b087-136f3099dbff", + "a30b533d-c1b6-44ce-a67f-31a1f20a2bf6", + "603be042-5434-4482-a1a5-ba3f4f351b0b", + "53a70521-9bab-4177-9ec7-21d38ec52da3", + "8aa5d835-2a94-437e-9482-8cefbc7f73c5", + "5f8c5f02-722c-46a6-b6cd-7fc991ba91fe", + "9a69f913-d065-4bd1-8c8f-306b99253077", + "6eeacf18-15c7-46c4-98c9-e4cc38d4d927", + "f8e2668e-da42-426d-bfd7-7302958acaa8", + "134358ea-c9b0-4a7a-94f1-13c58e55a0ee", + "8728c40f-b943-40c5-a2fe-26225cb41eae", + "575ba093-7bf8-4702-a46d-27a3783310ea", + "d5d06c6d-d1af-4340-8ed1-ddd9c4aaa005", + "f6f2f233-24db-4541-ab55-813c547b3132", + "05e5d881-3896-4ba1-9a78-7eac2518d89c", + "3d73474f-5b7e-443a-9a9e-be33333d4a82", + "c2bae366-64c9-4bd0-a7d1-251971b65c61", + "32db9bd3-30aa-4b7f-add3-27adc42db1be", + "9b7acd6b-c1c3-43ec-8578-0a4ba752c44f", + "01514376-77b2-4432-8ee4-6f303969318d", + "1703965c-a6d4-4b33-8389-92ad9acad858", + "3f3e16ac-28da-4d5d-803a-97f3bc4cda8f", + "d56bbe1d-2d58-4fea-a84e-3eab4d30f665", + "044fb66b-2232-415d-bc47-1c309419ff4a", + "f528c291-d2e6-4fd3-9253-24fd9a2a04b3", + "138a9b94-56fe-4730-8b3f-b6f678d42922", + "117f2aaf-30bb-4b92-b9b2-42a8ae0d72e9", + "f250d932-5bb2-472c-98b3-f5fc3ed1254b", + "d334a708-4512-4550-ac1e-0d0b1d4020b9", + "573be4c2-3b02-4c88-8d29-c170e33d951e", + "ee18a795-4c0e-4e3a-accf-9018035a0195", + "5acff021-3b6e-4313-a07c-6a000791a093", + "71ce9d84-ebd2-4a4c-a074-78ec9070fd22", + "59869b4f-a83e-463f-a0d5-241c3b553fc1", + "03664560-584c-4b82-b8f2-ec19c083b746", + "38a5c677-4443-4d84-8e2d-3cdae3aa0648", + "090a8ef5-7987-417f-b50f-12abe955bc7a", + "fb2806ac-a1bf-41fd-bd0c-01f4aed2cf3b", + "1d78557e-827a-435f-b496-7fe2a78c402b", + "97c2d311-9f33-4899-bcfd-5633be0efda8", + "cff1bfd8-ebbf-4f63-9b9b-95ffea97fbbc", + "fcf0f4cd-4bf1-4be4-a071-84f8055cfa6c", + "cfedb93c-e5f9-48d8-9759-bbfed6b80c36", + "c2a40abd-ccc2-47af-86a0-2fdd616e5612", + "5b12d62b-47f1-461b-88c7-022f50430e77", + "09e46a25-779d-4abd-9473-83232fb9fb78", + "a83219ba-1124-4dae-a0f1-73ec6e06bf0a", + "9367ee67-05e5-4663-a394-2cd3e91655e3", + "0633bb08-c971-4fd2-9849-99b20ae1a25c", + ], + "group_ids": [ + "3f8dc68e-1458-4199-9641-6781960e085e", + "8585fe89-a050-4dbb-beb8-6ebd7358a970", + "d2542667-0dbf-4680-a5af-042d70f24a55", + "2b5267b2-ce87-4e77-ad88-5cfec80496b9", + "483c3416-ddfb-43fe-983b-08abb6b50c62", + "1582d056-55fb-403b-8a65-f3b641c96b69", + "be95bdcc-e72a-4132-8a67-9dde9bad5e2a", + "0a3412da-5f73-4738-8364-15d5919750f3", + "197da27d-0497-40b5-b2f8-cec4124d32f6", + "a031d9a8-e433-45cf-826a-8881644f8eac", + "02702bf3-261c-41e0-a22d-26d3e90493a3", + "3b149bfe-31c5-4991-bd6c-ba4c760089d4", + "b6ae5e37-db6a-4b79-949f-be73b216f677", + "bfb708e4-18eb-47b5-afde-737f16721e9a", + "f02032d3-3d60-4cb1-acac-855c229646c3", + "96b24666-85f2-4f70-ae59-f5a924cc045f", + "f7701275-cebc-482b-ac31-9cfcd93937c3", + "fcfe4ee2-b247-4244-8cfc-f3d98d219fea", + "c6b6d415-323e-46c1-859e-be86fd36ec48", + "e53216bf-9815-42c7-89c1-953a7b1289a3", + "5eeef2ff-1616-43bb-a0c1-aa84ad551824", + "59ccfdeb-8a8a-4693-b4fa-27034192071c", + "849f1551-604a-4b5c-9b5d-e2771eed488c", + "cf5d1920-9618-43f3-8dac-53954d19a956", + "0a5c0100-9500-46a5-a7be-40d03fc5dfe9", + "4d0bf08e-3dda-4a2e-8213-72a020873a03", + "e48c8995-6a64-45c1-ae62-ba96fcc01542", + "0ef5fdd2-718c-47d2-88bc-2d0193b18530", + "8302b674-c728-42d2-9ba3-908b4d970436", + "604dd8b8-175a-4a74-93d2-28760f1d1835", + "26c5277c-440a-4dea-b625-beb986cff673", + "8e33adf0-5932-4535-90c7-10fa04e97201", + "1ef34494-4d48-4b69-9819-a22c5870fc24", + "b2b8d7aa-06e8-4ed5-bc9b-cb9ce0e81309", + "e4017ee0-6141-4145-816f-ed68ee6931bc", + "84d32175-8cb8-4fb0-95cc-6ae13d40aaaa", + "27489e34-b04c-410e-99a2-0d93e2e42fbf", + "e5e8565f-80e2-4462-b687-56f6d64f95e4", + "27accc37-c3fd-465f-99cd-3e131081aeca", + "32e112bd-5495-4399-85dd-1925e1ccbba5", + "dc50ca43-5071-45b3-bf42-e1e64416ffd0", + "950a6345-5a13-4931-8d82-eac6adef03e3", + "700640e7-0de3-49dc-b441-4efff8ad33ba", + "5f35e542-a8cf-4422-8e87-466cdca62864", + "f50cb362-2f86-44eb-89e6-bea6ecbaf89f", + "31a7cbe0-6aa6-403b-a561-6bc4fa81c0b1", + "853de4bd-6f6a-4d1d-980a-b67eb1b0e876", + "cd0fa4e0-2d24-4b35-918a-33baa736015e", + "933baf03-3664-4c33-bd97-208a9f7ab78b", + "55bae3db-5f62-4be3-823a-bcb429b8a2b2", + "4754b85b-e7a6-41a8-b0e9-5e02c58ebc38", + "33f4fc73-102d-492e-9b0a-383d0b0f68b0", + "fa8914be-0986-460c-884d-9973a9622045", + "b9f734fa-de0d-4a0b-9ce2-c092126e1d8d", + "448f3335-cf11-4e7a-9939-c734861d16e3", + "106775db-a00d-4956-bf27-97ea269bb001", + "594cd6c0-17db-4241-be56-ad28a8db4f7b", + "95f7b67d-3ba8-4d18-bcbb-3e02f7bfaf7a", + "594cd6c0-17db-4241-be56-ad28a8db4f7b", + "95f7b67d-3ba8-4d18-bcbb-3e02f7bfaf7a", + ], + } +} diff --git a/Scripts/API_Tests/anthology-update-learner-props.py b/Scripts/API_Tests/anthology-update-learner-props.py new file mode 100644 index 00000000..68a17435 --- /dev/null +++ b/Scripts/API_Tests/anthology-update-learner-props.py @@ -0,0 +1,110 @@ +import pprint +import csv +import requests +import Apikeys + +BASEURL = "https://api.northpass.com/v2" +APIKEY = Apikeys.ANTHOLOGY +HEADERS = {"accept": "*/*","X-Api-Key": APIKEY,"content-type": "application/json"} +pp=pprint.PrettyPrinter(indent=4) + +def main(): + count = 0 + new_full_list = [] + while True: + count += 1 + getpplprops = f"{BASEURL}/properties/people?limit=100&page={count}" + # getppl = f"{BASEURL}/people?limit=100&page={count}" + getpplreq = requests.get(getpplprops, headers=HEADERS).json() + nextlink = getpplreq["links"] + for name in getpplreq['data']: + uuid = name['id'] + subscription_levels = name['attributes']['properties']['subscription_levels'] + if subscription_levels is not None:# or "Core" not in subscription_levels: + if "Core" not in subscription_levels: + try: + subs = subscription_levels.split(", ") + except AttributeError as e: + print(e) + subs = subscription_levels + # print(name["attributes"]["properties"]["email"]) + new_subscriptions = change_property_values(uuid, subs) + paired_with_uuid = (uuid, new_subscriptions) + new_full_list.append(paired_with_uuid) + print(count) + + if "next" not in nextlink or count == 5: + break + + return new_full_list + +def change_property_values(uuid, subs): + strip_list = [] + subs = list(filter(lambda x: x != '', subs)) + subs = list(filter(lambda x: x != ' ', subs)) + # print("\n") + # print(subs) + # print(len(subs)) + for item in subs: + stripped = item.strip() + x = "" + if "Enhanced+" in stripped: + x = stripped.replace('Enhanced+', 'Premium') + strip_list.append(x) + else: + if "Enhanced" in stripped: + x = stripped.replace("Enhanced", "Core") + elif "Essential" in stripped: + x = stripped.replace("Essential", "Core") + strip_list.append(x) + strip_list = list(filter(lambda x: x != '', strip_list)) + strip_list = set(strip_list) + # print(strip_list) + # print(len(strip_list)) + return strip_list + +def chunk_and_push(new_full_list): + fill_props_url = f"{BASEURL}/properties/people/bulk" + if len(new_full_list) > 10: + for chunk in range(0, len(new_full_list), 10): + i = chunk + mediumload = [] + to_push = new_full_list[i:i+10] + for individuals in to_push: + subscripts = individuals[1] + subscripts = str(subscripts).replace('{', '').replace('}','').replace("'",'') + print(subscripts) + miniload = { + "attributes": { "properties": { "subscription_level": subscripts } }, + "id": individuals[0], + "type": "person_properties" + }, + mediumload.append(miniload) + payload = { "data": mediumload } + print(payload) + +def backup_current_props(new_full_list): + for pers_props in new_full_list: + with open('/Users/normrasmussen/Downloads/new_props_backup.csv', 'a') as file: + backup = csv.writer(file, delimiter=',') + backup.writerow(pers_props) + +if __name__ == "__main__": + new_full_list = main() + # backup_current_props(new_full_list) + chunk_and_push(new_full_list) + # str1 = "Anthology Encompass: Essential" + # str2 = str1.replace("Essential", "Core") + # print(str1) + # print(str2) +""" + Anthology 101: Essential Anthology Encompass: Essential + Anthology Insight: Essential + Blackboard Learn: Essential + Anthology Planning: Essential + Power BI: Essential + Anthology Student: Essential + Anthology Student: Enhanced + Anthology Student: Enhanced+ + Anthology National University: Enhanced+ +""" diff --git a/Scripts/API_Tests/bulk_knowledgestate_removegroups_enrollgroups.py b/Scripts/API_Tests/bulk_knowledgestate_removegroups_enrollgroups.py new file mode 100644 index 00000000..c11e696f --- /dev/null +++ b/Scripts/API_Tests/bulk_knowledgestate_removegroups_enrollgroups.py @@ -0,0 +1,243 @@ +import requests +import json +import csv +import pandas as pd +import time +import Apikeys +from termcolor import colored, cprint + + +KNOWLEDGEGROUPS = [ +'7395831e-4325-4b16-85bb-36c94f68aec0', +'180571e8-f943-4980-8997-b3eed2a0c141', +'2b69f2f8-d567-48c3-8bb3-22e0dc8819bd', +'3f8dc68e-1458-4199-9641-6781960e085e', +'8585fe89-a050-4dbb-beb8-6ebd7358a970', +'d2542667-0dbf-4680-a5af-042d70f24a55', +'2b5267b2-ce87-4e77-ad88-5cfec80496b9', +'483c3416-ddfb-43fe-983b-08abb6b50c62', +'1582d056-55fb-403b-8a65-f3b641c96b69', +'be95bdcc-e72a-4132-8a67-9dde9bad5e2a', +'0a3412da-5f73-4738-8364-15d5919750f3', +'197da27d-0497-40b5-b2f8-cec4124d32f6', +'a031d9a8-e433-45cf-826a-8881644f8eac', +'02702bf3-261c-41e0-a22d-26d3e90493a3', +'3b149bfe-31c5-4991-bd6c-ba4c760089d4', +'b6ae5e37-db6a-4b79-949f-be73b216f677', +'bfb708e4-18eb-47b5-afde-737f16721e9a', +'f02032d3-3d60-4cb1-acac-855c229646c3', +'96b24666-85f2-4f70-ae59-f5a924cc045f', +'f7701275-cebc-482b-ac31-9cfcd93937c3', +'fcfe4ee2-b247-4244-8cfc-f3d98d219fea', +'c6b6d415-323e-46c1-859e-be86fd36ec48', +'e53216bf-9815-42c7-89c1-953a7b1289a3', +'5eeef2ff-1616-43bb-a0c1-aa84ad551824', +'59ccfdeb-8a8a-4693-b4fa-27034192071c', +'849f1551-604a-4b5c-9b5d-e2771eed488c', +'cf5d1920-9618-43f3-8dac-53954d19a956', +'0a5c0100-9500-46a5-a7be-40d03fc5dfe9', +'4d0bf08e-3dda-4a2e-8213-72a020873a03', +'e48c8995-6a64-45c1-ae62-ba96fcc01542', +'0ef5fdd2-718c-47d2-88bc-2d0193b18530', +'604dd8b8-175a-4a74-93d2-28760f1d1835', +'26c5277c-440a-4dea-b625-beb986cff673', +'8e33adf0-5932-4535-90c7-10fa04e97201', +'1ef34494-4d48-4b69-9819-a22c5870fc24', +'b2b8d7aa-06e8-4ed5-bc9b-cb9ce0e81309', +'e4017ee0-6141-4145-816f-ed68ee6931bc', +'84d32175-8cb8-4fb0-95cc-6ae13d40aaaa', +'27489e34-b04c-410e-99a2-0d93e2e42fbf', +'e5e8565f-80e2-4462-b687-56f6d64f95e4', +'27accc37-c3fd-465f-99cd-3e131081aeca', +'32e112bd-5495-4399-85dd-1925e1ccbba5', +'dc50ca43-5071-45b3-bf42-e1e64416ffd0', +'950a6345-5a13-4931-8d82-eac6adef03e3', +'700640e7-0de3-49dc-b441-4efff8ad33ba', +'5f35e542-a8cf-4422-8e87-466cdca62864', +'f50cb362-2f86-44eb-89e6-bea6ecbaf89f', +'31a7cbe0-6aa6-403b-a561-6bc4fa81c0b1', +'853de4bd-6f6a-4d1d-980a-b67eb1b0e876', +'cd0fa4e0-2d24-4b35-918a-33baa736015e', +'933baf03-3664-4c33-bd97-208a9f7ab78b', +'55bae3db-5f62-4be3-823a-bcb429b8a2b2', +'4754b85b-e7a6-41a8-b0e9-5e02c58ebc38', +'33f4fc73-102d-492e-9b0a-383d0b0f68b0', +'fa8914be-0986-460c-884d-9973a9622045', +'b9f734fa-de0d-4a0b-9ce2-c092126e1d8d', +'448f3335-cf11-4e7a-9939-c734861d16e3', +'106775db-a00d-4956-bf27-97ea269bb001', +'594cd6c0-17db-4241-be56-ad28a8db4f7b', +'95f7b67d-3ba8-4d18-bcbb-3e02f7bfaf7a', +'0323339c-b92b-481c-9249-651ef0273ad7', +'38a42a60-f6e6-4beb-95f1-51c5469dc4c6', +'d694804c-ae1a-4db0-b5fc-2497e43abb6f', +'a008a4e6-e026-4a1c-8aef-eea78c41b029', +'4575114c-1e63-41b1-8953-67d3ce3ed3e6', +] + +PERSON_IDS = [ +] + +APIKEY = Apikeys.ANTHOLOGY +BASEURL = "https://api.northpass.com/v2/" +HEADERS = {"accept": "application/json", "X-Api-Key": APIKEY} +GROUPS = [] +BASEFILE = "/Users/normrasmussen/Downloads/Anthology_master_backup.csv" + + +def grab_person_group_ids(): + rowdict = {"knowledgestate.edu": KNOWLEDGEGROUPS} + grab_ppl_ids(rowdict) + + +def grab_ppl_ids(rowdict): + cprint(f"The dictionary is grabbing all the groups. Here's the dict: {rowdict}", 'green') + page_count = 0 + person_list = [] + while True: + # for domain, group_list in rowdict.items(): + # Grab all people + page_count += 1 + url = ( + BASEURL + + f"people/?filter[email][cont]=@knowledgestate.edu&limit=100&page={page_count}" + ) + response = requests.get(url, headers=HEADERS) + resp = response.json() + nextlink = resp["links"] + + for data in resp["data"]: + if data["attributes"]["registration_status"] == "activated": + person = data["id"] + person_list.append(person) + else: + pass + + if "next" not in nextlink: + break + + if len(person_list) > 0: + cprint(f"Person list for knowledgestate.edu has {len(person_list)} people.", 'blue') + # bulk_remove_and_enroll(person_list, KNOWLEDGEGROUPS) + add_group_to_people(person_list) + else: + cprint(f"Person list for knowledgestate.edu has {len(person_list)} people.", 'blue') + cprint(f"Skipping the bulk function.", 'yellow') + +def add_group_to_people(person_list): + """ Currently set to add the 3 Ally - (Tx) groups to the knowledgestate people""" + addpayload = { "data": [ + { + "id": "7395831e-4325-4b16-85bb-36c94f68aec0", + "type": "membership-groups" + }, + { + "id": "180571e8-f943-4980-8997-b3eed2a0c141", + "type": "membership-groups" + }, + { + "id": "2b69f2f8-d567-48c3-8bb3-22e0dc8819bd", + "type": "membership-groups" + } + ] } + for person_uuid in person_list: + addurl = f"{BASEURL}people/{person_uuid}/relationships/groups" + try: + addreq = requests.post(addurl, headers=HEADERS, json=addpayload) + good_status_codes = [202, 204, 200, 203] + if addreq.status_code in good_status_codes: + print("Passed!") + print(addreq.status_code) + else: + cprint(f"Error: {addreq.status_code} with {person_uuid}", 'red') + except Exception as e: + print(e) + finally: + pass + +def bulk_remove_and_enroll(person_list, group_list): + cprint("Moving people and groups into bulk function.", 'green') + COUNT = 0 + FINISH_SIGNAL = len(person_list) + # Get people with groups and remove them from those groups + for person in person_list: + print(person) + COUNT += 1 + url = BASEURL + f"people/{person}" + response = requests.get(url, headers=HEADERS) + print(response.status_code) + data = response.json() + groups = data["data"]["relationships"]["groups"] + name = data["data"]["attributes"]["full_name"] + print(name) + del_group_list = [] + for group in groups["data"]: + del_payload_var = {"id": group["id"], "type": "membership-groups"} + del_group_list.append(del_payload_var) + del_payload_base = {"data": del_group_list} + if not del_payload_base["data"]: + print("nothing in del_payload_base") + pass + else: + try: + durl = BASEURL + f"people/{person}/relationships/groups" + dresponse = requests.delete(durl, headers=HEADERS, json=del_payload_base) + print(dresponse.status_code) + good_status_codes = [202, 204, 200, 203] + if dresponse.status_code in good_status_codes: + pass + else: + cprint(f"Error: {response.status_code} with {name}", 'red') + except Exception as e: + print(e) + finally: + pass + + if COUNT == FINISH_SIGNAL: + # Since we're de-enrolling one by one, let's sleep and wait. + + cprint("Sleeping for 2 seconds.", 'yellow') + time.sleep(2) + cprint("Sleep Complete. Hold on to your butts!", 'yellow') + + # Re-enroll everyone back into all the groups by creating subset groups + # Trying to do everyone at once (143 ppl * 54 groups) resulted in payloads that are too big + # Doing the subsets of 25 ppl each did not yield any errors. + composite_list = [person_list[x:x+25] for x in range(0, len(person_list),25)] + for people_subset in composite_list: + payload = {"payload": {"person_ids": people_subset, "group_ids": group_list}} + cprint(f"{payload}", 'green') + url = BASEURL + "bulk/people/membership/" + + # The above is commented out because I kept getting a 413 error of too much content + # Changing this to enroll each person.... one at a time. + # But this is slow and didn't work. It actually just stopped working after around 30 people. + # miniload = [] + # for groupuuid in group_list: + # tmpload = {"type":"membership-groups","id":groupuuid} + # miniload.append(tmpload) + # + # print(len(person_list)) + # for person in person_list: + # url = BASEURL + f"people/{person}/relationships/groups" + # payload = { "data": miniload } + try: + cprint(f"Trying for person: {person}", 'green') + cprint(f"With payload: {payload}", 'blue') + response = requests.post(url, headers=HEADERS, json=payload) + response.raise_for_status() + except requests.exceptions.HTTPError as err: + cprint(f"Error: {response.status_code}. Exception: {err}", 'red') + except requests.exceptions.Timeout: + cprint("Timeout Error", 'red') + except requests.exceptions.TooManyRedirects: + cprint("Too Many Redirects Error", 'red') + except requests.exceptions.ChunkedEncodingError as ex: + cprint(f"Invalid chunk encoding {str(ex)}", 'yellow') + finally: + cprint(response.status_code, 'yellow') + cprint(response.text, 'yellow') + cprint("Okay, let's see how that went.", 'red') + +if __name__ == "__main__": + grab_person_group_ids() diff --git a/Scripts/API_Tests/test.py b/Scripts/API_Tests/test.py new file mode 100644 index 00000000..244c5022 --- /dev/null +++ b/Scripts/API_Tests/test.py @@ -0,0 +1,3 @@ +payload = ["6573d7d3-a907-484b-b053-ba5e53a8cd67", "8fb36f0c-4d5c-4498-8cfe-e184a56cfd28", "3f2a37b6-4914-49bc-a171-ea45852822da", "b7fa49ad-bb0f-4eb8-aef2-880017a7fe2b", "d8b01aa2-e87b-4e61-ae10-bdba9d7fdf0a", "2bea4952-1aa9-4741-a0f3-6023c2c1ed10", "7c695dae-0193-4ff2-9933-96f2e6f814f4", "e2a47a17-926f-4467-af7a-3b179aa4bdfa", "2a8f132a-571c-4efc-8092-40bea7b25659", "5978838b-9599-4a01-b210-ea044468e544", "5c585f5f-e5a7-4ed6-9288-521c52e35a82", "a11cf87c-e14c-40cb-8446-7e0afd227112", "b8199bbe-1475-47c4-87ff-32d76efa0b4c", "ea9e65d2-18c0-4992-9cca-a4b31bd6cac8", "5cbc322a-614e-45ef-8cd6-a19aabd7adcd", "d959fd11-f94e-4d48-acf0-92604af9e405", "e25e797f-08e5-4fe9-9f19-391325527ea4", "658a88c1-c44a-46f5-972e-3dbcd1ce85a3", "8e9668a5-7824-49da-be6a-185382af392a", "881b985d-1f3c-4e24-92aa-33af126e45ab", "46f55242-2911-439d-b0bb-36c8b629d4a7", "72455ebe-c82f-4ad1-aacc-659cd5fa8b90", "5a3e4d11-b121-484f-ba2e-0b311703671d", "72853182-b320-4d66-b3b7-a4726aa2bdd7", "91d7468a-e4f5-4e24-9b02-6f942fd57492", "783de27a-8b65-4844-85a3-a4f6f0634b08", "d2cb9f94-9b5c-44fe-bec7-8ee750dac15a", "018f3558-ddb2-4993-b633-e30c6de957d6", "436a0316-d017-47b7-9470-0f477931164b", "67155bba-7acb-4424-9ddc-1b78c468fc61", "90365f8e-5203-4939-a2e6-83c25079f02d", "a23ecc68-7bfe-486b-9e57-ce8ce6c61e58", "14e18007-bfde-4443-b42b-e491b5eef341", "3a3ca637-b126-4af3-ab18-a7ceeb0be7fb", "b6f79ced-f246-4d85-81d3-54d394d374a1", "57ea0945-476d-440c-a989-677bb1b780fc", "f696969a-82d1-493e-b800-28730aa2651c", "4dce4de7-180d-4f93-857b-e7243c9b46a2", "a32f836b-502e-49a2-8502-fd536df599c7", "4c405233-c539-4115-ba81-17316724163f", "203cb6a9-79bf-4dcb-8b10-c4aa018c691e", "afede227-6cf3-403c-b224-1c47822a0d57", "68eaa992-b4e2-425b-8400-c699c80d73ca", "2b18e11e-2789-4e66-8717-8faf443063d5", "03661f9f-96ab-4ade-8d97-af5fb05cf3e9", "de55dcb8-af1b-419f-bc49-6546b61a6df7", "6591343f-6bbc-4c6e-93b6-3210138819fe", "a4e93e67-302a-450e-b707-22ff613f9088", "b671c9e1-bd09-46dd-a8fd-11af2b26d291", "33066743-1771-49c2-9c60-372ad8d58642", "f1178436-56c8-4b88-a1cc-ef8c9eed9535", "bc97ce36-1597-450e-b699-47ffaaf53754", "e0efba9f-5b05-4244-8039-96286e507843", "a41aa6ca-354a-4db3-8f03-e2f1ed0ab310", "2abd3972-ff6f-48f3-b8c5-1a99759712dc", "1aa8159b-813a-4f90-89b4-baec8d56da88", "173f65bc-8957-49a5-b6bf-3e6e6106adcc", "568bed60-632e-4b40-9c52-0121f53ef458", "53fcebef-18d8-425b-9011-3ac8a920f417", "df468dbd-9e92-4004-bb81-29bb61886ff6", "4ff14e5e-0c87-424d-b853-22e6c683a640", "1ff85c89-dc39-43c3-b3ad-32a2a85ca5f2", "adfd4d05-3a4f-49bf-8d46-e65f5a497bc7", "a2dcb8f4-151b-445f-9068-cd5c177f736e", "66695bbd-ef23-43bc-b90f-a6f6e4f1c01e", "0b96c4b1-a2a6-4f9f-9beb-7d770b735585", "6ec66279-940a-4d67-822c-10ae05934fd3", "788af2dd-fbdf-403a-8fb5-ae39c36ae3c1", "1365890d-f808-41eb-a8ff-be766e81716f", "f5dfc972-c3c9-42cd-93b5-7be390b5e969", "7a76c21c-5939-463a-b138-de672e3297c1", "99728b49-5869-40ef-897e-7bac2aa817ca", "bf63bb21-c7fa-44f3-8af2-1a823402ee53", "0b77d94b-928d-480e-a535-1d5d351915b4", "963b5271-866e-42e2-89ff-c2d8bdf45a52", "37973bf6-1a23-434a-96bd-ecbfd28050ff", "78481e46-01fe-4be0-a89b-f18ed1561a14", "7e67424b-acfe-4355-a288-b2bdfc43c19b", "6d3979cf-b36e-4e9f-8cad-bb7e7e84e912", "699caaec-ce90-4334-a286-2807826f96c1", "9a98fdf0-23d0-4cde-8230-f386f5e52163", "caca51bf-ae9e-4ea1-94ed-1b48e2968295", "f3693b7e-0499-486e-9809-4a3255e103c4", "19ccfb6d-1323-4e91-9b80-ba0aa215bd74", "ac385733-4cf1-4240-8080-7c158dde410f", "679d33ad-2a9d-4ee5-b6b3-987f958bc8e2", "d155b65c-cc88-4abd-8e16-4f6b36a09058", "9f8beacb-48d5-4865-94d6-7d42549ab3d6", "b4d62d37-5c77-4163-b5d4-ddc62d39512c", "6a17f08c-1b7f-443b-9a4c-c1720aa35a3a", "17a5aeb4-a37a-4e7e-9f1e-877cdd2de6aa", "df56cf08-d4ae-4aea-a69f-a34f02eeea4c", "c921ac98-7127-4882-a072-a69106b71ce8", "19a49c18-95b9-4929-8d63-2406f8891db1", "e01e1774-ecfd-4570-be40-23ea98467376", "897dbed7-782e-41cd-99eb-a2b1c6f73aa0", "003d3adb-a2ac-4785-958e-41e33fb1f1fe", "ca8d7e82-bd4c-4cd8-a88d-3facbef21e6a", "184f29d2-2519-486f-a59c-793aa012367b", "24777b75-6e30-4b22-8449-e53d075f5c2e", "92e975b0-2350-429f-a077-8e0c60f0ce8c", "ae0aa583-a1a5-41de-b961-efa429e45191", "48530659-0fb9-4223-80df-e01221a0bab3", "d5d2ea3a-1177-4be7-96f4-51b016d2cc9d", "4cfbb1ec-bbff-4c30-aa12-997c5ae2eb95", "2bd52f6d-9ec3-46d2-92f5-e6dc14ebbc27", "44c049e6-2c4e-4f46-a0c6-4e2795b4b6a5", "c7f5eba9-bd88-4c25-9834-a45f54f86e40", "53aa081c-e946-491f-ac21-a24bb6ff979d", "76d7b22d-6b73-4a52-ba8d-166166d76e37", "73e2500e-b20c-4150-80d9-97094a86b9b7", "5abcb657-7fd5-49d1-ab19-3b49c51c1afa", "956e7444-1c9b-4a49-8caa-b7c3b283c40e", "d0f4daa0-c0ac-4c64-be2b-1f2648345f3e", "4bc7786e-d06a-4e0c-a255-b442a9eff1ca", "ea020cb0-f666-48b5-a360-6d20e3831a47", "9a46b8b3-d123-44c3-bfd9-e9ee70b2dc77", "256cde66-fe4a-4bf0-b425-96c1e36ac640", "19c4e8e8-9043-4106-acb9-cd66838c3e7e", "7a3f81b8-7142-4bb7-842e-2af7ec27c3fe", "9de3c95e-9fdf-4f48-8c27-b1d7988930ad", "19f04ad9-f5b2-4afe-ae18-60e1beb6c89a", "ae444c84-941e-4b87-ac83-272d5e3cafe6", "1e684f8c-f964-4192-bd02-24a90429d6eb", "bfc5a0b0-4317-4a64-9aae-302195d657b3", "48234ac9-3be9-4d6e-bce6-5e4ae5421e4d", "973e21d6-b3c1-4c14-9de4-957c76f2c3d3", "b3023ca3-568a-437e-bafe-1d9eab57f77d", "57949788-8a04-48a4-a57b-5f4aa848e77a", "9ad5d678-8dc1-4461-a040-cacf3f749849", "1d52af54-19f8-4349-9a4c-5ae127fe5330", "1e3c6477-a032-434a-bfe3-79115ae545c0", "5bd8c40a-70fe-4729-952d-caff2ffc32d0", "e679e16d-cc5c-44b6-9bb5-92b5943cdc01", "b028026d-dde9-45b0-9333-ddcc155755a0", "4c42abf8-c400-46b2-a472-1bdb4e6a0913", "6d824dae-302e-454f-8890-4128add1f5b2", "c2909009-09e6-404f-a9b6-c585bb589439", "d732558e-75fe-4b43-8f1b-db08fde33763", "a0f6f87e-eda8-48a7-9fb0-ed5aaca19a92", "fcbcb0f7-ed35-4311-a373-66973396edaf", "dadc6abe-e974-4086-b85c-b6f08cb29598", "2e70a5e3-04b6-44f1-91cb-5e4dd82e8793", "3b39bc3e-e5d8-40e2-9a14-3457dfc3a209", "7dbfe3f8-eadc-4e20-99d2-f9c0a5277a48", "1ff5edfb-0647-4e0e-8029-f785df28c078", "751b767d-a04f-4e45-b064-4828b42ac97e", "468843b5-d142-47c6-ad04-27ab9cd8ad7b", "1733cc46-fc94-410b-bd21-7e9b4058deef", "6ea3e182-22ac-440b-86f1-7e49ececa9a6", "a16ea144-5c0d-44a4-9e55-7220810b357b", "4185e33b-824c-4480-b457-bad0abb6429b", "5f4b3f51-020a-4b9d-9040-501952b346b2", "7c975d36-b7a1-4e2f-b7f4-57572c84bf48", "d80c1666-af3b-439c-8418-20906e5bc7ec", "fdfdc875-bd8c-4ae9-aa75-bad9463d98e7", "a47f519f-a99b-4f5d-bb10-5a8cd5ab7e87", "10fb7065-bafa-46af-ac3f-6c611ee529f4", "f6312dcd-1af6-4ee8-bc09-c2fb20bd833c", "35e67fdc-40e3-4c21-8049-044a3db0d9fc", "35fdfcd8-9f9a-4e32-bd92-45ebe5355a9a", "3c5285c7-a365-4ee2-a222-92754d00f6f2", "5b80714e-5386-400d-b5d3-e826f83b021d", "a7f66664-378d-445f-9554-894e3eda2057", "1211a499-d51b-448e-830d-975fe3b57ae4", "9fc8f72d-a413-4bb4-8653-15dc720641c0", "32fc3199-5da7-43e4-aac5-8b09bbd55472", "f76eb4b2-0dea-4ae1-baeb-e2a642485250", "04617755-ce93-4c84-bda1-3a19cc51c471", "ff030f0f-ba1e-4bdd-b2f3-d555159a5a3a", "35a130a5-7465-498e-82b6-805c048b20e2", "6fb2bac3-b1d2-4799-9d02-eb4b3a25a976", "73c2d7fc-2195-4ffc-b4e4-c92ec3f1e6b2", "ade1b68b-5f7d-4ebb-8d61-68ae8b074ab8", "4b4cebd1-c55a-42bf-b608-ba1a1b47704f", "385560fd-b435-4e5f-a385-e18d40caed50", "8911c34a-444f-4e89-9bad-9e97b44b7b4f", "01554491-e241-43d1-8350-201c21420eae", "a84276ea-124f-4635-a2b6-37f29ca359d9", "4bd2ffff-baf8-4ad1-a337-d3e8ec58c7fc", "6ae2ab13-0b93-4ff4-bb01-d00d72faa961", "c331ee12-2fcd-4ac3-b577-42dceed337df", "63cedb80-7a14-4f9c-b4d6-bc9001ea1478", "7f41608b-ffa2-41e0-b6a1-7cbcd0565d5c", "e03cd9be-f3a4-4c8d-b7fb-6cdcf52722da", "a87aad7f-9ed8-4c96-bd49-ffc96988cf39", "2adfc190-1d92-4268-8dfb-fa9dc05acdae", "5b60b089-b6d0-42c2-9abc-7d10b3f2a6a6", "30ba132b-fd49-4b83-bbcf-bdf52edd595c", "4385d78a-e572-4e58-87ce-cbf5e7034ff7", "c786c637-71b8-44c8-a2fd-5c59391ff9c9", "ac593400-60fd-4408-b8cf-f6a85227404b", "b20f8407-8f0c-490b-9402-c490f517fd93", "6c54fdf9-fbd9-4613-86a8-92ef091377a4", "bbccd82a-957d-47b9-a3e7-854faf67727f", "ca3088a7-161a-45fd-a42d-09a48482e804", "fb9a5311-f7e0-4c24-8952-c3e8343ba842", "74bf6e3b-8e38-4ea2-9822-963a43153c34", "8375c68a-3c4b-4512-852e-c86be75f9d4a", "4c2dda96-8dac-49d4-aed8-5d9a40d3cdc3", "327818c3-7ee2-45fc-ada5-39409cf502cf", "f8330c44-1e16-4521-8c9d-51f03eae9af0", "47fa4e17-ebea-4921-8025-eb5bee189f54", "805e09d3-3dc7-4ff3-aa56-579948c19800", "ac09960a-60e8-4921-a6b2-f50b6af1f171", "54bdd561-e745-47b7-98c5-5c4ead28ba27", "603fbdd9-bf5e-402a-b6d7-71e9d290d85d", "8b942c20-dfa1-44ef-bcd2-6c999869196f", "d214ea6b-f92f-4587-bab4-6ec82395bb27", "9278cbd6-9c58-4760-b2a1-a54e85382749", "d8e7f5f0-48ac-4e73-8af5-c178a50e63c6", "ab6a9dca-6b10-400c-902d-3f2d1b8da157", "4e5ce915-a300-417f-aca7-99c7ed204543", "179e23a1-59c7-464e-8675-cdb757a3805d", "285b0853-fb0a-45b9-b139-341befad4773", "cb742c46-fd1d-4d46-bd14-aab9cd8be3e6", "5f0a2df7-60be-492f-9086-3d514e5d05c3", "c0a81bdb-91b6-49f4-aff5-2d037fa3c642", "367733fc-95dc-4924-aac4-3df58a13e4b1", "e65cdc88-bab2-4981-aa8d-e3382866cbf8", "50065653-cf48-41fc-938f-b14cc3f3ba47", "47046321-b139-4894-b530-5086fc99d470", "b441e212-6903-4fb8-b442-7335988c4378", "5bec7763-d646-4bba-8598-ad437427386a", "fde973d1-dc12-4196-8da2-9dc170bf99de", "7ac0e0a0-ade9-416f-8076-18aa12512b0b", "de9ed219-764a-4300-a1ea-1afb277be6d6", "41797825-d523-4942-895e-4e3c076164ab", "4bd11de2-464f-47cc-9fa8-ea4be911f4a4", "0d76dd1d-ded0-4610-9c49-7e841a4d6f23", "11578f78-8bb9-48bf-ad86-d990565d1925", "a0bb2872-6db6-4e47-b76b-24e380e2d771", "6be028a2-ae38-4a07-b6a1-26e09e974c99", "9b51002e-1d6f-4699-b044-6d748b292601", "bb886e41-0475-45db-94ad-fc201c77e879", "3bd7b2dd-0921-4376-9752-87907bb382da", "c3fd944e-9d86-440f-b2aa-eaa596c19af6", "a2fc936c-014d-4de4-b533-40be9fb60aae", "7e837565-3c6c-4f0b-9c1e-693fff3bf827", "9cd82de1-f085-4070-9720-6499bc818b50", "8a625622-32d0-4e35-8bc9-e531371f70a0", "5ca10a0a-cec8-42cf-ac3e-635e33b32f0e", "39ba1aaf-0425-4089-b44b-bf9693149734", "0df1d3a3-aaec-4610-bd66-2b2fc48f6e49", "ac05541f-e259-46c9-b3c4-36ffd6e58988", "394601a3-4848-4095-8fb0-72b03abd3176", "31bb7bd5-6240-46f2-a6b1-8cc03ba93d8a", "c0751310-ca86-4e04-a695-90fd86a8c7d4", "7d89ae13-15f6-4b91-8fa3-d3b350cfcfa0", "4b5f29a5-bd9a-4990-a5fe-7b91d76b2cf1", "70e1fdad-4a17-4612-81f1-d1c9d7ac5cf5", "af30892d-4fd6-44db-96c1-cbadc2402899", "81add9fe-20f1-46b1-b8c4-da6cb2f310f7", "f33157d7-978d-4752-808e-371357a8e51d", "875209c2-81d4-4873-b46e-9f5c44812346", "49124acf-6bc1-42f8-a0cc-00833804d055", "16e2cf77-ac74-4bc3-b536-5ac38e01c002", "3ad0d99e-dac7-4107-be5d-97764e040fd6", "7ad3e455-c5a5-4dd9-885c-131074045076", "29ff5c70-20c5-4dca-be0b-46225b5f4c2e", "04a4de63-a601-4708-9dfe-f99a69464c41", "79523f5f-6a4b-4e37-b3be-877d7e5b9cd3", "fb145765-6282-4152-b8c8-b8b4d710e51e", "205ee6d9-f7e9-43e5-a958-b36c6ce7db3b", "ba003086-6212-4577-a322-06f7e1d11f2b", "6d52ccf5-d399-41d7-8cd9-51ab6b983eca", "47f56335-3002-47de-9917-62dad10c0762", "6111fc72-2cf6-47cd-9386-7bd03afa5076", "04291fb0-582d-41e8-92ba-9985ea1082a0", "b7970169-1af9-4ffa-99a4-3b5dcd0357b8", "fda58aac-55d0-42f7-bef4-88e1f460eea8", "38ae65fa-61ba-48db-b669-e657141debce", "96e59844-fbe1-4442-98d0-ffc0bdfdae5c", "345eb991-54ea-43c3-b1a5-2dc67b42f78c", "0cac03f7-7dd8-4dac-a7c6-48ffb3ff8ae0", "20ec1de3-97bf-42d2-9cfd-2598cb9e9a9a", "a3bcd14f-5a19-46e0-a2dc-292f92a76c31", "2f37f3e2-b4f0-4a0b-b706-a18ee7f5325a", "7df365fd-3b7b-4dba-aa5e-14d7a42133d3", "c599d7a2-b8c8-4c40-848d-c76593b073ce", "fb29a990-ae59-4fa9-a6aa-88daac2c6d5d", "ed469969-9c9b-455f-83ee-b24342624e2e", "74fe94ea-b865-49ea-ac70-334c2c4f0d5e", "8a39c2aa-71e1-406f-b3b3-2bd38bf8fd41", "3c7ee5a7-518a-4a34-8152-334d13a701b7", "a0d99da4-f499-4ca0-a2c0-2588c71cf9cf", "a560a2fa-5787-49bb-b511-4521d95a3420", "e1f2dd92-b564-4e67-87ba-8e0b309c26ca", "a8a70741-866e-45c2-9b01-80a52002366b", "fd72443c-3a06-4505-8e26-fae304452c58", "508d3bf2-c14f-40f8-a1f7-441c809c0fce", "d4000181-6ead-46d6-988a-bf0f7500351e", "b44e51eb-a90b-4fb8-89aa-016a91d73493", "6a9c7d10-1f93-4ddd-b13d-e70dbd78cd48", "d2a375f2-2df3-4b60-adc3-31c264e5f9ab", "5d98f40f-f0ce-4882-8b22-aff64ebc04df", "e210e3c6-1b72-47c0-892a-2c56a60e6487", "6685c26e-c093-4886-b010-f5403b6e9d65", "01d07355-c244-49ec-84e2-ba7c224da26c", "182728b1-afb6-46fb-95a6-fcd4366e8401", "c2db34bd-742e-47ec-9311-cf3b4d7c95eb", "6bff39c0-de3b-414a-84d1-15aef3332210", "558c435f-9d5a-4ace-9570-b37c69cd4e38", "20759676-8e1d-4673-a6b9-20ec745266d6", "96e2ac27-880d-48d4-b8fe-66b12493f162", "4c6ef54b-8a21-43af-808d-214e9c8488ea", "68fac08e-1463-4748-8283-433cb87ffaa5", "5c0a9c2d-c1ee-476c-8e88-78f26864240f", "0f54cb20-cd14-483d-a20d-3738e39ae5f2", "53b0f310-e329-425b-aa6a-0318c80969e2", "bf3e5b16-f6d1-4b76-bfa6-719320113d08", "834beae8-5a84-42ff-8588-a7fb64b3a51c", "54881cfd-9eb5-4e79-a316-635dcc661a28", "283417ca-a612-403d-b39c-506544a8a7e5", "1d579b56-50fc-4ab4-a777-ddda628234eb", "a4ac0c8b-0504-47a0-bcde-1ec918b96be8", "499de2db-7ec7-4ce3-818b-1e48623d9005", "2029855e-4d92-4df9-b71b-9ecc1e55d696", "b2af192f-b8a1-41b1-8e50-97bab1419780", "8e47cdbd-acdc-40a3-9523-51b1e4346f75", "e66690b6-b2eb-49bd-afce-5ed2f2f07851", "287b364f-a9f2-4c44-84b4-13dd1fdb0a47", "f0a674b3-79ad-477d-aaf3-49db5648aae8", "6fc09f12-cea7-4783-a7ea-8bdd88ddd5d9", "a6746c03-5b73-43b6-80f8-cc9edfd9b9a1", "41cae3a5-28c3-496f-b1c3-604319ab1c50", "13a0f228-26e1-4d59-98eb-570ea0239ec7", "5ab492b2-fcbd-4eea-8899-c6e52f79c8ec", "1f24ec41-bb1e-4db3-ad15-b3c633703227", "b92cf3c7-aaec-456d-ac2a-c5c05294ff1f", "70db226e-9424-43fb-b6d5-336cc9e74d0e", "ff18afc5-9a64-42c2-923c-3005b0b9f569", "2864a0e0-ff97-41df-8fae-85dd6bc1656b", "b197f5b1-7066-4a33-9860-a2ae07858e79", "befacff0-c2b2-4e1b-ab5d-da9c70f0bbe8", "ecddc241-0e6e-4767-8c1b-6a38bacd1f75", "82693ab1-8843-4d6f-ac60-25b4e0660cf6", "0eaec856-3c5f-4c0a-bf74-c0112abeae02", "b2a544d7-1238-4a94-ac35-bfcbaf40712a", "23a0b9f3-9d07-43ca-bd30-6bc4a3350e0d", "214b550e-0119-496f-9de7-faa37b6b9f2a", "539229b5-5291-4370-a489-e599f2996c65", "634b9a5d-769c-4cbb-9ec9-221663b3bd0e", "22f0ee32-c029-4bd1-a9b3-4b9a5e1749cc", "6b20a999-3c5b-40eb-b857-28300e6cbfcd", "b9b77f59-bdbb-451c-a873-79fad40f1f20", "3369a119-eee9-46c9-a376-b485813f1133", "0e9a9d45-cc82-486b-a46f-eb595113b432", "229f13f2-3d47-478c-8e2d-ba1a4ccade8d", "8a920f47-017b-4ca2-99fa-0fa58d66f33e", "5f4fca22-9eb8-4edc-8559-6766c5890829", "8df2d7d5-ab45-4088-bc5d-6270774e86b8", "9a055b6a-d1d9-43be-8d9a-2ad0f8972d3d", "f9bb9ae6-a211-4c8e-9be0-2e2607ba8b05", "899a5cfe-4b2d-45aa-8459-09a196d3f22a", "c1aa94c3-71f2-4480-ae27-ab53865033b2", "a440fc24-ec48-4535-af09-2e05059db3c8", "d89ab561-1f18-4479-bbd0-edc2bb568fbf", "4e00c038-05f9-4064-9f88-7434107b5814", "583e46c0-13b6-466e-8fbf-cc803b5da087", "58c4a121-1f7e-46e9-9652-714f4c1c4ac4", "274c0dda-cf1d-4ec6-8b66-bfeda145f2bd", "9b9e80e5-c548-404f-a54e-88280d337214", "94d2b180-6286-4e2a-9778-300e6ce49794", "a1dac240-5b48-456d-a159-03edea673074", "212604bd-e4f7-4080-bf01-bf997f41c799", "0df91498-bf63-4e61-9a1d-34ca4ea762e5", "f7406309-9931-437b-a83c-6275f983d5f6", "4da84ad2-ea4f-4fd6-925b-f600234648a8", "75f292b5-3892-43cb-8549-f8dbdad01eff", "be512f33-0dac-47f0-96dd-af458d0f57fe", "2f341f05-efd4-4070-ab3a-a919dd4c6f9a", "007ce83f-01c9-4026-a054-2c70f8fa5f3e", "aebca837-df04-4bff-a26e-41b21f84d51d", "15aa4828-beaa-447c-94b6-88fa1bf70b15", "49d9a09e-43a5-4476-9753-1d9688657eed", "305ea0bb-a9ea-430d-b6d2-733b046f1d3d", "a5f200dc-4ebb-4be0-b398-a25d6d94fc90", "5ce9ce25-97eb-4b83-80c7-6fa1285fc875", "aa67c77c-63cd-4323-99ff-5e4daf20533e", "26c212e5-fca7-465c-91a8-cd2731fe99a8", "df5b0435-3c03-48bd-9ec7-b9cf52896a92", "10ef1cd8-e5fc-4114-b7ea-ffbb9105455f", "c5ae0166-7d9a-4fa8-ade6-03ac3fb39411", "a31e90b1-6678-4eae-a355-f4075f4a0b43", "99c7d45a-e0f2-4a13-9449-eecffd6f3dbb", "f437ef72-a1ec-4fa1-9ac0-99fc2dd5607d", "b354429b-06e3-437d-90a4-26f25ad1ff13", "e8a9764a-a1f2-434d-8346-7979f83c7c98", "871cd1c2-3fee-4269-90f8-648c587e071f", "eeda5ee4-f406-4527-a8a8-0079dc5cc3f2", "babc064c-a790-4aa7-ac74-d70b6eee6d59", "a7039307-56f5-4d59-955f-b1b641e74f77", "0cb80104-396a-4de4-a610-e431d74cfb4a", "b142760a-9007-4150-ae5d-03125d366c43", "511df6d1-6c52-417a-b29f-feb2938bd166", "71d3c050-2295-4f12-8331-240ebd514f99", "4a87b191-d4ea-453c-92de-e2693a65e27a", "533aec6e-4b8e-49da-b66e-e0553dcee9da", "5512610e-0a1a-4f59-bddd-6e6bba901533", "ab04edcc-45c9-4ab7-a843-573a02d0e28e", "72bd723b-7436-49ce-8890-392db72189b7", "f235c0d1-35e0-41c7-b7c8-ac64f507daf6", "be8862e5-4bdf-4b61-89fb-4c08c83341bf", "3aacee36-9e49-4fc7-9c44-2341ef1041f6", "d2755d55-c47e-49d5-907a-65772c360110", "ecd9d873-93c4-45ba-ba76-5811c0e3a10e", "81f5e722-0310-4b9d-b5ba-07af8219f61e", "5fb34845-84b0-4938-9314-860f299151f9", "26417abd-7b57-4b4b-b724-f749bea31cd7", "31068d8e-ab2a-4160-a9f8-cf44515a88a0", "774fa320-b9fd-491e-88ae-c0fd8ed0bfa1", "75de1886-0a03-4d00-b8b8-a2dfebe31cfb", "0901aa0b-c56e-482b-91b9-aadc3e97487a", "f3e5c947-848b-4291-b47c-16747563ddf2", "43b746b4-f7be-4f03-83bf-c80c85b4f687", "50dcd64b-3272-4f57-8891-766a75c68f7a", "bb57cb36-b9ab-42b7-8d28-c5b469f9657e", "a1db2e3b-baed-4a88-a058-5aba9780a834", "fe611417-b8ec-4152-acd0-60d5c7d9db64", "c1be2c5f-1e0f-4273-872d-129e53bd7c0c", "a6e84d12-e6e5-4950-80cc-b6e8b7ec9191", "32f8e0b3-390d-403a-9889-d8312b389610", "ca7f0f84-c245-4552-938d-f93b92299459", "0cc18faa-2553-4613-a47d-2914ac21edc3", "3af129c6-311f-4927-b345-68a5fdd72786", "5217ce18-6523-4b7d-aa93-9c8b8d5d05b8", "01a8e915-b51c-471f-9f6f-bc1b71effad7", "702eed51-b5d4-43d4-9022-7c114ffd174d", "01a5629d-dd8e-4092-a3b1-303260dcc307", "acef777b-0341-49f5-811b-c44b08cb2f44", "a91290c2-bce8-42a6-81ca-2751bc6874b4", "bb58263e-0cdd-45c9-9913-3081be869204", "3632d5b2-b95f-4764-96aa-595ddf8c9d97", "2dfd503f-abfb-43c9-8785-00a67fae1c9b", "871abd8e-f268-4533-aa92-44ba8ca5ebba", "5fd7b932-383f-4f94-8d79-a0a0230692d5", "341c2f6c-b2d0-42aa-951b-7a16a3ba15ad", "79ce757f-76e2-4500-ad09-94093dd9b870", "30c26bcd-4bbe-475e-98ad-7df3a01a1ec7", "eb519cb3-4a2b-4270-a0a4-bfde5df1a95a", "c4bbebd0-bb8c-4b0a-9f44-7bc35b1a4cfd", "34ccd7b7-2e35-4e7f-9e91-634a230122ff", "58b97481-dbb3-4842-90a5-6801f4931e48", "ba314960-5a5d-4afc-9ed2-cf050826af3f", "6ebb558f-2a93-4d9a-a2c3-83cb7d6fe25c", "496dc0f9-12fb-4811-a257-894efc97c00c", "32ec3e95-8e25-4c6a-b17b-dc8a42734dac", "c4d5250a-d17f-49c8-8386-547f8c6847d3", "4c1ba8b8-97e2-4c87-8cdf-3d1e73a07572", "a4a4592f-70a9-444f-a4b3-29591032b3dc", "2df63fc9-d9fc-46d3-a1fb-578e5fa1d5f9", "955472a6-a747-448e-8ca8-f833dc7751b1", "b72d7659-0bd0-4651-a62f-d2ebe2098780", "ef19c292-e283-4f8e-9a00-96041f43cf1d", "76d734a0-bc6c-45bc-a3f3-d461967d943f", "aeab95fa-daa1-467c-bab0-14c4df9d1ff0", "6cb74ea2-a5bb-46a3-a8d6-49116191bc7f", "9887477e-fe0e-4a43-8e96-f5df5c031dbd", "1dc40847-5043-4b74-872e-4d4037c3a833", "3c1c684a-bb92-4e18-89ff-335df003ce59", "6388c0c2-35cd-4e63-a7fb-206bf95abcf8", "806b702c-2912-4076-93a9-ac285f8b5483", "66d7a251-c9e5-4651-a64f-2556796f1a2a", "42582a01-43d5-497a-a0bb-934c0782ecd3", "def5254d-6193-46c4-9fed-e3008e167fa8", "c85171e4-7d91-466f-9fea-b7df22baa418", "43b1e856-0330-47a8-ad09-6c26ee0fdef1", "17ea1b11-c9ac-4b18-9da5-900bc322bb39", "12072bc9-ceef-4ccf-af21-8e65c45338b2", "1a68f69f-20df-49d7-8d37-f25ab7409821", "c2cdbcf7-34bd-471d-8344-13bbc4304459", "dc742b71-cec4-4ed9-ba8e-2cf475904d82", "f6df12d0-263c-48d7-a414-1e2d0e3fb82a", "ebf219f7-61aa-4223-a64a-e8e6f9f141c5", "b90a3138-676a-4ec7-96d5-601b8a80c6a5", "9de2996b-6f2c-4dac-80f1-5da15098544b", "462f2b80-1a73-4486-b4a1-40881738c738", "9c6a0c48-e587-42cd-8500-f7b7cce9ca00", "812d7da3-62da-4e43-8207-710b92e04d4d", "2419aa6d-7a62-495b-afd3-f34ea98df4a3", "7f6608f6-9e10-4190-83f6-1421787f8391", "665569e7-9a87-40c5-a120-971e8524cfe8", "6f24e99d-a219-4afc-82f1-7f7945eb7dbf", "336fffed-c39c-4853-9786-b119cc21a615", "f659929d-caee-410b-82f5-c9b1c6c6f55d", "e272bd6e-cbee-4254-ad36-863e984607a1", "d7c64532-b632-4e22-8ee0-cf93a9817344", "71682326-2ec4-4f7a-9b8b-952f4583b250", "fb2e0efa-ca53-46ea-bf27-7a320d8da7f4", "1e95eb60-26a2-4fa2-9730-a7d4770cc214", "8afa7017-06d6-44bc-a896-db3e44d56d83", "866abf9f-e58f-43aa-9e23-f4a6cf9b7e03", "a503f2af-514d-4a38-8c96-0b0443cbb396", "04481b89-fda2-4cce-b0ee-c8dcd7135914", "c32a73af-9dc4-4754-9412-d4304610094b", "1459ce20-7652-4b26-b34a-480144d72e3e", "cb93c179-8925-4fcd-bb76-9368b58f21d3", "3d7e7d55-413d-4754-b3d1-3910cde2d6c1", "c4dec086-dc0c-4bb3-b99f-078165436387", "1c482eaf-fa5c-4f55-b54a-8df1ecc756e8", "0e084c45-e12f-4659-8fcc-cd1020be2038", "056b171e-e4c0-4ba7-918a-8e1269591361", "282587de-3fea-406e-a009-b7299f4122e6", "5e98ca38-a3e1-4baf-95b7-6837570d6c3b", "80b355ea-5104-46f0-adf5-fd8e3faf89a3", "6b301b66-8aa5-4e4b-8096-3644dc9d2218", "b2ae5a27-6527-4321-a57d-f51fa72be317", "7fdcc6f9-ab56-4f33-847a-e376d97706cc", "b6ff7902-29da-424e-95c5-cd42592dc1a3", "79e49326-2c47-48f6-8919-35bc3fe1f890", "1a7c670f-28dc-49a8-9e51-364056896a7e", "f5715305-542c-4b1f-bb1e-6b7e6e439708", "5dcf1236-6901-4033-8c52-6aea82c14088", "f1c87295-bfe5-4aa8-b71a-0ae3d5b649d6", "ced307e0-279b-4abc-a7f6-85ca629c25fb", "1ae65788-5c7a-447c-ae9b-36afb8a65a26", "575ba2e2-dda0-48b8-9be3-32653dae6221", "1165d840-b597-4a4e-8089-942812c124ba", "0eb01bff-6ae8-4b29-af6b-c326252f6c0b", "f40a7638-5c27-4e84-bf4e-7b039fe6d40c", "a99921f6-d334-4b40-a08c-fbc195ce9c70", "31f4854b-7673-473a-afaa-aeaace65998d", "c57fa581-9001-4513-95a7-211a3b53cafc", "1704b1ec-52af-402d-a40b-f391a49b3a2f", "24e800cc-c102-4b27-9ced-b9ca09b84002", "6a8d8e04-e83d-4f4a-93f7-828e40d23e04", "27a83cf0-2321-4394-8e3c-1ba23cc3e35a", "3b5dfa2d-aa17-49bb-b684-28521839db69", "d9721724-89ab-4dc6-967f-189b0edd4fb3", "0e0b433a-c079-46c8-af1d-36f70b5d1e16", "be1919b8-e8f6-4e16-9298-216b71acf498", "73868126-63ef-4931-946f-3ec804514f43", "c3eb09dd-2af0-481c-b050-939e45258c2c", "888eba34-03ee-42b5-b3f7-9489314d447e", "022b8aa4-ec19-45fd-9431-a7070e915572", "b05e142a-d594-4c01-8b4a-6483c88a03e4", "dca88ff4-8876-4547-9f75-e62f483f82cc", "f866d324-83f4-4df2-bdb0-93a19ea49964", "de984069-884b-49d6-af56-e3393284788a", "366b0cb8-30ac-4178-a744-bc9f93c8f826", "7c8be851-f78e-4cf3-8b58-b8a15c315dd7", "7adbf649-9655-4d98-85e9-5282160c9dba", "e461cecd-a94b-4cef-a7c8-dc26274af26b", "49763471-a3bb-458f-bde4-50b6e33493f9", "ce4bd6dc-2c43-49ca-99b5-0da112ad41bd", "4dc89a19-b115-4734-a71b-de873f977cf1", "15126ae2-fa37-41fe-b374-af3e5dbdf555", "68146737-909d-4ec7-b453-23fe6dd71975", "3beda91e-7b1c-4abf-aa6b-f9ca69bfc6f2", "4a64fe36-2bc6-4a7c-85c2-c87d93ba79ca", "42deb92d-319f-4dfc-966f-609652ab09cf", "9bccefab-0cf5-4979-961f-38927aa2c19a", "33753bc8-3470-4921-a8de-3ce999682034", "d2609bf6-14dd-4d53-9feb-b1a578a088ac", "562e6887-e1a7-40f4-9d5c-02b314929777", "6b3ecbfd-52f9-463c-abbd-588dcc9c3586", "16ce0795-505c-4ca2-87f9-50381246f5d5", "cbd5420b-7d66-42bb-98c5-dac20838aaa9", "b959c0c2-39b7-4a1f-9abf-b64494a73d04", "d9d7e4ce-2f2c-4884-870b-3de8c673bbcf", "71a829c4-46bd-4127-8624-5d39bb7ee039", "e6fcdb81-6c6b-45dd-b892-5adcdba7d1aa", "5af93118-0d9c-4c97-9b73-66170c61df0b", "c53b09e5-9020-48a5-b524-8afc55e3b728", "01d8785d-0ed9-4168-98a5-a04682d82296", "3d1b2dc4-8a8d-4df6-9162-2eb40ddd7d42", "45c49f8a-f478-470a-af78-db3196a45527", "96f33f9c-99b5-454d-a281-81421ec18cf3", "645a72e0-c285-4fa1-8c44-efb1cd782eb5", "9422edd6-d87f-49fd-9799-101bde7d1dd1", "8baa9dd7-35dd-4ff5-aeca-ac2a540f6239", "86dd0deb-e5fb-42ff-9ea5-f413253d07b6", "97b63930-896e-475a-8ffd-0d58357490f3", "6b4451c5-4aed-48af-b3ec-a776664dad0d", "19eaccb5-713a-4f5e-a96d-b2e6d1170c47", "6134166d-6fb6-4a01-95e7-5d6a226f2bb5", "1dcae637-6442-4e91-a987-c9c412115f77", "feb1c3b1-74b7-4f59-9aeb-1081ed894ca4", "868fe54d-5402-4573-a4f3-fdc8399d793e", "ab1441a2-dc9b-45d3-a879-a6794645a131", "f9f9ab4c-e822-4f63-b284-f27b813fd622", "bfa0f86a-d96e-4ca4-af97-0e3f302edcc9", "530ee9cf-1a2f-4d21-ba35-54ddae3103d8", "b2d6535e-e3e8-4c2f-8e8e-30ab3be42067", "ddbc50b9-e171-4339-b03a-ca37e1651ed9", "fd21858c-9b4a-445c-97a4-ce41b99920d3", "d189c35c-3e9b-492c-8eb0-5a8004193c3f", "49db70b3-d178-4046-823a-6953859d5473", "b6dec258-74b7-4332-b6ef-f14c19f5fead", "967bd89a-7fcf-4de4-8acd-8145c1403b27", "54b1f24d-451a-42a9-82a8-2d9daa7851a1", "10e12ee7-9876-4ca0-b157-a15f1a8649e9", "7a3cbd10-9f11-4708-9b8e-65a00cef9e26", "1938e247-e11f-4443-8204-be0ea86ff64f", "ea55b910-c6a2-4ceb-a357-876d39fb0fc4", "e18d18b4-8816-4063-8843-365e78acf8ae", "a07f1eb1-89fa-4f3f-9bde-3cd59fa78ece", "2d86caaa-ca8c-4af2-999a-b237148a3f94", "5bdd07ea-fb80-4502-a0c3-2f63effb4178", "c048ee28-8d0d-4c1f-bb53-8403f03220a2", "508c45ce-dfa3-4637-9d62-2a3c8e94c5b5", "55cd61e4-9fab-4d13-a1d5-a203b8e528ef", "d67a0bbb-e4b3-4dfe-a6ce-0cd25e246c3c", "208db1c2-a1cc-4123-a852-71a5a12ab0ee", "e2e114b5-3aff-4f39-b0b6-671d1ddbaa0e", "341badd1-71b1-4bc4-ad17-ce51df408707", "6b647b27-0cd5-401a-8db6-a839d2825874", "d0abd48e-1c64-4306-bd78-b66bcf4f1720", "938946a9-1e7c-48d5-94ec-df71a11b85a3", "cb68e1eb-72ad-4e37-a0be-2518705075e6", "f9f93538-b550-4560-a7b2-2c3674645165", "4a3cb6cb-4e51-42a8-a4a9-bb3a0a275432", "153f98ba-bfe4-452d-819d-8c2275a4fc1d", "069ee389-0160-4496-b99a-5f2b5b183ad5", "fc6b392a-eb60-4b88-8cc2-ac1ddc959c11", "949d653a-21de-4efd-be87-0fe1936f1f13", "615eeb4c-a045-4ecc-aa30-485c0ecff57d", "bd21bd32-6454-48a9-9b12-a32a0aff5798", "c6fa8b95-b363-40b0-9f60-4ddcbff1b55f", "be94f78d-75d5-470a-ba83-0906f72352e7", "aba448c7-112d-42ac-bbdd-f55127270781", "39152cd7-92d2-48b9-897b-75d9a31bc713", "45b7e8c9-147b-4bcc-8a0c-c79b02a3ca12", "6ae436e6-daab-43f7-ae91-7d2c5d626d78", "ff55775d-e577-4bcc-9cf9-2e0bc11b37af", "c29a004b-6866-4021-8df1-26c8f4465bd9", "55dbde0f-730d-4e0a-8cc0-386f898e589f", "48dfb0c6-4a42-4dce-96fc-aa6845912176", "9bb54c80-0e2c-4af2-8757-78d7dc970d0f", "50ee5b8b-e1e2-4432-8df5-b8c386760b57", "98207395-40b9-47a8-85d4-8a97593ca1de", "2be0c7b7-1fde-4e58-8d9c-b07fc4be3a44", "78caf4c7-de98-419b-af7c-183a245b03b9", "d11d4000-6700-4a89-b3fa-a89cf7317ad4", "ec21616c-aff8-401a-8319-e4fe85e1963a", "8f0354a3-9b54-4bf7-a705-2ef3014269e4", "910d7e63-95cc-4ae1-9811-b7b9b8b20663", "b2a2ec15-ba68-4ecb-aade-2688aa909c9a", "ed3b8cbf-d584-46fb-b415-bd6a644bc0fd", "d2fca8df-3e48-41bd-9c89-92367c5a20fc", "4e89f214-42c9-409d-a8dd-fc3b75c5317e", "462cdd8b-b437-44c9-a2f1-a73ff5fefeed", "2248c31f-1865-453a-aa47-bd5352067c17", "4d592c53-046a-498f-8ff0-29c4d4e0bdc4", "a59a671d-778d-49be-8832-1c41d02301fe", "209af006-1f3c-48d0-9159-d82ea0b3dcea", "38ed0f3b-8890-4ea0-989e-0703dc40d7de", "cf7fc192-1713-46f1-a429-152ea50ddb71", "8aa0b22b-2059-4e3d-8cb6-aef0fbfe756a", "a0cfba2e-47d3-453f-8951-1554687f48a0", "07fbabed-d285-4ab1-8de3-abc186bd1821", "dff77606-a9b2-4fdd-a5ba-3fb7f4dddb64", "8f393d8f-96ec-4b9f-b9ad-1eb376c8f3b1", "ba3c30e4-c5e0-4e76-88e2-914f62ec09d1", "e84c4786-3316-419c-97f0-8d4ca99856e5", "b116cca5-8e8d-4528-bbde-1e4eb1bb6ff2", "a90115d9-0580-4074-b618-71647fcc2e83", "eca98d62-665c-4275-9d50-fa2c0eb9e3cf", "5abd24d6-29b8-4b92-8de7-ba038dc75c05", "3afaa5e0-f47f-44fd-8847-39fd8bde83a8", "9cf9da33-2d5b-4379-9abf-eab9a5a91a1b", "51692987-088a-4d7f-acb8-a35235ca87b9", "26d9e35c-18a5-4add-a76b-2da3d57865f1", "2827c5e1-74e7-43b0-bfba-7f845ebbde66", "c7374da6-bc00-422f-9b95-f5eb1924ca1d", "01074eda-24e4-4e5d-9e43-a052ffdab37c", "ccb043b1-2cd1-4532-8eaa-25766db44549", "283f862c-2f71-457c-8835-95b0cf47caae", "d3386070-cdc4-47c3-85d6-ee5065f3f9b2", "5076bc28-d189-428b-a931-9849e41d0491", "0b828c77-b9c9-4ce2-8301-be9422ffce71", "0c795f8a-a62a-4b20-857c-c1a95bc68ce1", "ec2ebedd-af0c-4c24-9c7b-e7578b0d3be8", "7f4d9247-41de-4ce6-8c85-136e78e5a22b", "8a9c0392-4c07-4142-935a-4efaeff4a86a", "1d9484f5-a09c-4267-87c2-06074eda893d", "932bacd5-021d-4458-afad-8745eabf9e0c", "4d9e31f0-d409-4d94-bb55-495154a46464", "752a22ac-873d-4100-bdef-648f8b4b218f", "f1f06f4e-538f-45ec-8bc5-bd63fc592936", "04152bd7-bf65-47bf-805c-f1ccc1091d01", "745c08d2-9ccc-45c7-895e-4f467e1ba331", "1d27498b-ef2b-4081-b135-3589d4c0368f", "65ade09e-b212-4710-91a4-7a8d47ef864b", "a2b357c2-993d-496a-975c-60aee302f37f", "dc04fad9-f6d7-418c-87e2-5785aa90aff5", "bb1d3016-f83c-49e8-a04d-39cbb9005de9", "e7010534-32c2-45a6-8077-2a37a9bd129f", "ee5a8f68-154e-47c9-bacd-8781ef8bf947", "d202b677-9303-4baf-b81a-329eb458cc44", "3651fa33-861c-4596-9634-358b0d31cbca", "2762c04b-3b52-4eb0-8016-5546f5d4a361", "01014f2d-da4b-4fdd-ae77-23b2a650fcdc", "30693d38-730e-4036-9d78-65676d46a898", "d5602381-84eb-4d6c-8bf9-299244294a23", "f1b38e41-9c4c-4e39-9e06-03ed0ad7d974", "40d95d14-1254-45fd-976d-c9c41144de5b", "b66021b4-681b-4a3b-8797-591f1cc70ea9", "9992f072-b976-4a5d-918b-0753bb2a3615", "f65dcb1b-7834-4b91-82de-775795444aef", "5c8c4d12-17f3-42ce-a949-760024351395", "293cc6b9-6b2f-4bb1-89ca-743b10ca4fd2", "80879ba3-ddcc-4052-bd76-192f6370a075", "43a04706-57b7-4a91-8236-b54b803f26e3", "e3d90c16-f45c-48aa-8234-dd6043b30d26", "cf2432ee-b366-4d11-a001-5f7d4745f043", "7a21dabe-b68a-42c6-ba27-5bcead578260", "fb1744c5-ef28-431f-9a96-877ec108239a", "cbebc393-2675-4cd0-bf34-c43e5bec2d6f", "2bfd28cc-57c6-4e75-a346-df559c764b08", "475d9410-b625-41d2-80bb-31a22363f23c", "4e9fa2ef-0bbc-40d3-b8fd-a713d0543c51", "4bba22ec-96ec-47ff-848b-3192588fdb03", "f8fcf09c-9ada-444e-8fa4-2b400c439a97", "aff50e55-7252-4f20-9388-2d156ac05bda", "112f2673-31e9-404e-8b9c-567355225bb1", "921b40af-b147-421d-aa48-4689ebdb2e22", "a87f312f-2a6a-48f9-afdc-aa18366cc3d2", "7ea69c9e-0430-4743-a58a-2e72c925938b", "0a4153a5-3789-4578-9873-27a3120e23b9", "1aa69dd5-22bc-4da4-80d6-960c3ed2df7b", "43813c2c-79b5-4019-96c3-c387c3276582", "f9272eb9-b810-4414-8312-199bd838d72b", "3fd02f01-df1f-4e54-b7ff-4c2e7e894a2c", "1ec2ec97-3356-472c-a831-885399d54ce7", "7ee6f79e-0867-40a6-94a8-a563e66185b6", "0e54ea37-da77-4be1-ae1d-d5bcd88a50a3", "25b4f92d-0830-4b7b-97cf-94a7ac7f3e07", "2fdb8bb7-2402-47dc-a9a5-ace64ef3d139", "88c42b0f-8806-4437-bb29-fe884a716c62", "7f3fa1e7-0102-4a8e-a144-8412843f1c22", "c35b837f-2976-48e9-a9e2-6a40dd370034", "ddfe6829-4057-4f06-b2ae-517c11db2ec7", "efcb2225-ae3d-4882-a69a-5222a8307494", "60e3d0ad-eef5-4f8a-9f3d-399d62a24195", "4e7855a9-a050-48e6-b761-58bc47794b3e", "ca62bdac-ae3f-4ea7-9d91-81f49b38d452", "cc8abbc4-77b0-497a-a67d-81d789216568", "dcd91269-0656-42d7-b2cb-0f76f1e18c8c", "87b2b8f8-97e8-4035-bc19-0ce0495b5571", "550b5c9b-762e-4d32-9190-85bb477a6918", "6d8387f6-0c77-4191-94cb-3215abf7d169", "ddab75df-e27c-4cd6-8586-d70d7c3cb12b", "f5f9c738-c05d-4f72-8e2a-949017ed615f", "94eb0ad6-7401-4137-9398-955abae14b17", "26075d49-0c18-4d98-825b-1f49a3669e9d", "1ac0622a-3f5d-477e-81c2-c69f01868228", "b3b18ccb-628e-4618-8804-126146e9abe5", "485ca745-eb83-4c34-bee0-cb78e6cd5d3a", "65f0348a-6d7c-42e5-8260-76a48f037c7b", "a65a6ab8-4f79-4d29-b806-34b0d9d47679", "5d41af5f-2451-493a-baf3-f48ea3244a07", "7523a7e2-9d99-484b-aa80-3a6617729dcc", "a5e4a069-44f9-4b4e-a9c5-4eb4e315f160", "aa69eb1e-24ea-4683-8e02-febad2599106", "8863af03-4603-4150-a6ef-4cdea5ac6b13", "f08ede3c-619a-4500-8114-fddd43db3cd3", "9d57354d-3ee9-495c-af4c-e463d1f8639a", "13616197-56f1-4119-a160-cb834ed2a27d", "4591e0e4-7957-450b-9c32-2dfaed4f9ba1", "264c89bc-414b-4543-b2a3-d72aba29fe11", "57082f27-da73-45e8-838b-48890b9d3dbd", "be5c91fc-fd1a-4636-9379-ca2872c32be7", "7642a9d5-b3b8-4ab3-af75-960360df9532", "d5a1c326-13cd-4a75-b8f8-f7348c39874b", "17202743-db50-4a22-af8d-2a1f8329b256", "4b6cd772-469b-4921-a9de-54e239cf9db9", "67f1e352-db70-4c55-a2f0-1605e6b68f50", "e65df582-fc10-444b-8064-b4416f75ce84", "424e7974-527b-4e4a-bd2b-a2916820c24d", "514065be-6e0a-44bb-8bce-60bc9f8ee48c", "e592da60-b2c7-4f51-ae49-a9402ace78ef", "8c0054f2-5b2a-44e7-a917-9ff1bdb4ddd9", "176efcb5-0222-40f8-91fa-2f85e6c85935", "07ba9648-6120-4e3b-b71b-86efaa6cd50e", "f8f363c2-40bf-41a9-9a27-3f47466a3831", "bc6253b1-1f1b-4f7c-b6ed-99e44550be6c", "2bb03d7a-023b-4046-bba2-282086da7a4c", "c60fa769-53b6-4a79-a66f-2994a4191705", "8c17721c-2981-425f-8787-b84a65faaa20", "8c380d75-7a2f-42cf-83a0-779fc1e7e2a7", "7253f395-707a-4712-8e8e-facb74f967f3", "143b2ac9-a141-442e-8350-1d8c99282899", "1cdde4bd-0db4-4a0a-9521-bd20a804d56b", "066c3cb7-b373-4c61-8904-d3a6940753a3", "fe345faa-5d26-4ee2-9da0-450c1c2f3c17", "7404c024-e153-41ae-b865-48b40b95ea0b", "eb34392e-faef-4357-b9f3-b0aa8d172a2f", "b0a3aef8-7d77-4423-bb00-44e9f8f4ec26", "628db46d-845b-49af-a93a-ca7176a719bf", "ab04b8c0-db59-4371-9d51-190860212281", "b1303a42-7eef-4f4c-bacc-c75ccd83c5f6", "19b7c573-e900-4638-a633-88ae2b3aaf91", "a97b0652-7eb4-4db4-bf96-d7a97adb2a73", "0e7ea7b2-3254-4d6b-9303-388a30cd0a07", "eceb0f42-fc8b-46fe-89d8-37c64f84a7ee", "47a42b40-2020-48fe-a682-5b394b07dc07", "a1873b19-e7ce-4eb7-97fa-e5e4b1b2ea81", "c1ecc6ed-5fd8-4c62-a60e-562519f2133d", "197c5b4b-6c9b-4b5c-afed-9b5f9c8d18a6", "e90dc4b4-7b5e-4de6-9c18-03239d236805", "9c7c1774-189c-45b2-b440-46055f09f443", "74363d0e-a014-4875-a650-94cf8ade0259", "63a0642d-699f-4270-8e67-830b5e285374", "abaad563-d226-4ab4-939f-6d1ee9c4974e", "cfbcdf39-f79a-4e00-b082-676096032c44", "0ffa8bc4-77f4-45c1-bc33-f60f101fa024", "cb514759-def6-4319-8f25-86a3d225b9f6", "308a92f6-bf05-4444-8c8e-061ea3865730", "15d48fd7-290d-418e-9f13-6bc2d545118a", "6a4333dc-df63-4d83-9722-92d409bdd95a", "49b074db-6166-4b2f-8f93-7445af89405c", "f5323d1f-4686-4f50-9556-4047b6189051", "3fca3e5c-8311-4948-9440-98cf62929815", "e9ccce24-654f-4bf6-9e8e-eb7bd5591249", "22bac28c-69dd-4b88-bf0d-d1fd16cfc316", "503bdfa1-4c32-4f8b-8899-a6fe3016e79f", "199bb20f-6e3f-49b9-b3c8-f282b0c25d12", "2c7cebec-2047-4ad5-b8e0-e1b0ef229448", "fcd95536-5c10-4dfa-a95a-65c88840ab7f", "5dbf307f-7674-41ce-ab80-2da7950d2ee8", "3567ffb5-bd02-4a29-ae2c-4ebfbb23f898", "3f2dbc05-6ccf-4513-a3e3-f08e85a6fcc2", "d7fe12b5-6a6f-4a0f-96a1-2d2a0ae11853", "b73e65ae-aea3-4b18-a80b-ecc9bcc02966", "c8a3caa4-1ef9-4720-8c9b-0ec3bd53a9f2", "e268d23c-7568-486b-8501-7b337f524983", "758ca802-18bc-4575-a875-b111e04cc0ed", "8438e24c-a184-473d-91e4-28760a810841", "16e920e7-edc9-4129-9c9b-04bea51b4504", "daff0338-8d0a-4e49-b955-267efa8a9193", "5e72695f-626c-4729-ad6a-4c98efd3ac8c", "03ad3bc7-c53e-4a5d-be22-412cfe666d45", "a74e0b2e-d17f-4355-b7f7-46c1ee17c641", "c2312326-0fec-4a39-b43e-79290c7e548b", "f54d60ae-4a4f-41b8-aa17-a2e10de8ae2f", "b6bc641f-8e74-4470-be20-6c1600164de8", "e1417576-cdc3-4935-bff4-c7b6479510fb", "8ec9f1e3-3c38-458c-b468-1e545c6310fc", "1be09d1d-1f4d-43f8-ac19-b9645a1a87fe", "01fe312a-bfc6-403f-ba75-2f183261f16c", "6a660929-018c-4aa9-9c42-479fc0226c54", "4a6c8a41-8005-4959-b9ef-9008cfe4778b", "5f8d7ba0-b7fa-414a-ba60-7227e7249da7", "ccaaa123-794c-4b47-9f77-3b956eea36fd", "8285b15d-5e98-41b4-90f6-3ee0dbb99e8e", "51675c4b-1dd5-4efa-81c9-cb7a1bd2729c", "909ea810-cdf9-41c3-bd00-c63c8e669fa1", "a88061e9-6744-46f1-8127-c19f3bb72408", "6483ba98-2932-4538-990c-1a57d1d7700a", "46ab4e2a-78f6-4d3f-b22c-977846355c90", "04ec6485-d63a-4f93-8358-3e721d4fa17e", "d04ed904-61b4-4d75-922f-7a48fd53dfa8", "3aed0226-7641-4760-b68b-ba291c097fe0", "4f193894-73d0-4993-ad86-5490a0a67431", "8fdd4f95-ab98-41e9-ba2c-1c1f22a94433", "5d1bb836-7842-4f7d-baca-fa1eb831e221", "d80e1053-9428-49b8-ab63-8ff1df43e92a", "883f40dc-db45-423b-a79b-386f9124ea70", "b5218dfc-9648-4695-b971-35140c9ae5bf", "bfa17436-a872-4795-8eff-b8c1d65e63ef", "1e2f5e7f-9b46-4f66-b7a1-500cd038d43c", "20a7a322-a4af-42d3-b02b-ea11da8b1d09", "61b75f2b-8408-46af-b4c4-2fb2d78b53f5", "e8486a2e-2f88-48ee-90e9-a36da0980bf2", "093ab0ab-9ef6-43bd-b664-875ccca6fe5b", "2a834831-1a65-408a-a2a2-b5d645807a2a", "fc69fcb5-9759-467e-ab01-efa06226f737", "7ef7aa11-c087-4184-aa8a-aafa65a6e29d", "367256cc-3f55-4c80-a5d7-969a1d1d10a3", "682e2ee4-9e42-4e9f-9be1-108a8febc371", "e6201b2b-a3f4-47b2-b72b-5115409b593b", "5867b2b2-7c96-463c-83c1-0a5cba29f1aa", "c4a12ca2-3b04-472e-9c7a-28a8c2225866", "3960758e-d972-486d-b431-8ba73cdb0f0e", "1692c49f-bd10-4501-a29f-591da2cfd464", "4699f8f5-c2df-4019-857d-2f74ddfe3aaf", "a5f61f49-9b79-431e-8e18-3516b8899f12", "7e808834-b530-4126-a6c9-ec9cb44b275f", "ebe1fd4a-699c-42a2-bf05-3dcac8fe9937", "36fc6287-cf8a-47ba-8c16-f41040afe67c", "c4c4a1b4-0a23-4171-8905-58b258c3a615", "ed4cbbf6-02dd-460c-85ea-90e90339964c", "85f16014-96b4-4c99-8b48-c7c65b5c6916", "bfffc473-d643-423a-bc6e-1b13c1db17e3", "7eca55e3-1ecd-4d97-a466-dd8000c9a4b2", "1f460825-4179-4166-af38-a5cbd065dd16", "e988c629-d30a-4f8d-b5fa-67df2de52a1f", "ac470fee-365b-4bf8-9f5e-381aec880cea", "2195586a-2d88-4737-b0b9-55de84da9d4f", "9bc321ea-4387-4467-9b4e-6481f57c6bc3", "c3628eca-2a8a-43dc-a763-31f3657e29bf", "d149a084-965b-41cb-8ea2-3a70b6770bf9", "9da978c1-1cec-455c-8c24-2e1eb7e15773", "dec75307-6bec-4401-b1df-772ff7cc9a26", "14914e59-00c3-4321-a44b-cbf5fce9ec37", "2f36ee02-2f23-4fdc-81ef-facc0d2acc65", "0f1b3fca-e1c0-4436-91c1-eaf96485a3f0", "0d8da943-f95c-4303-a8ce-99b5288f4b28", "b154cbfe-6c7b-4047-9fcb-199031afb9d2", "a4d9ec85-bdce-4c7c-a6ad-5095a2c49af7", "8d89bd08-625b-4284-88da-a9a7d734632b", "ebe0e54f-78b2-4927-9fad-f808e3df69a5", "f976b5bf-34fd-413d-85d5-a68efb36278c", "896b3b4b-b75b-4224-ac5d-97c6081b084c", "bc6a07eb-33a9-443e-bf52-d877cbb49eb8", "e839ae4a-1fdc-4a9d-b58d-8930688dd1c9", "d957d45c-14fc-4013-89f8-3c6f25361254", "b34d9c0b-f941-4e74-8cb1-ca35d5122d19", "8810d458-6b0c-410b-9080-1a0638d23b64", "9ec5850c-258c-4100-87c2-db6e5ee35d42", "2cc136dc-5ce7-4233-ac40-25b409cdcc5d", "65c99edd-2993-4957-af56-9d96189248c8", "60ff303f-08af-48eb-b528-e4f635977a5d", "f7da2432-f5b3-401f-9918-f65a1d2361b7", "9389f0f1-1aaa-4a5b-b105-e89c80d21ae6", "d183fe06-4574-4dae-9923-cc0ddc24c335", "eaf48ba8-b366-4ca0-89c3-0eb4229d5f21", "8084a03b-f959-46a5-a7f0-877eeee6e972", "b5867ef5-ba76-41fd-bb34-56a318bfd6df", "8df2cd99-158b-44f9-ab51-f26ef19bf2e0", "ec152248-c8b5-4f66-93e6-37094cf02c1d", "73169f16-f907-4473-8ea3-fad9bdea97fa", "1ca864fc-b0b9-4296-9a4a-1e89bea92ab7", "d1f333c0-dbb0-41b8-baf3-36ab20ba1ac5", "d1a1ec22-fae5-434d-a455-e10314302dbb", "e4596882-f36a-4b61-8a6c-56bb5aa72b41", "014c983f-1a5d-48d4-8bb2-6ea2c15937f5", "e1937240-3596-4910-afa2-894f4ff7f2dc", "d5776e01-cf7b-4e7f-bab7-0b0506c0f936", "531ce563-9cd9-47a8-8b8b-633c011b72cb", "a2ed0f70-9eef-4b47-81a3-66c97925634e", "1ce500d4-478b-44a1-9b4b-4d35a84d8b55", "58e2ef03-aff8-49b7-9b5e-ec05ca5850f6", "a8355ff1-ff7d-4e06-8f72-8ea6f4abbf92", "3742d745-c5c1-44d9-b7e6-d9dda5621e82", "e5501a15-1da9-473a-9f6f-8ddf110a8752", "5b7d656f-f698-4322-9ae1-8ac35f1f7bc9", "de2d3ac1-ba39-4d49-8bba-335bcb7ce024", "852ec9ec-a430-4f38-ae5f-2adde44443f9", "6b72ef3b-3112-4605-a75b-d01dda1c99e8", "a412a27d-8644-4a63-ab18-ca1a28bcc68c", "ba75d969-9cf9-4691-b95d-a89e52febb3a", "80e73900-2341-4072-ac23-14ffec593c85", "31357ae3-d119-47ec-82b5-910f953060a7", "89a8cc51-33b5-49a4-97b1-914b853e3e7d", "48417792-540f-4cff-8d39-bdf9c1b9aaa6", "00fdc67a-2f24-4f29-b0e4-7e2f7f2f8985", "a06908b3-bc3e-4c7e-a579-afc6cacf805a", "efceb260-6a59-4a37-9e74-3b545ac317c4", "cef4e977-20f4-4462-8ca3-69b7794cb105", "dfac529a-06bf-424a-8a8a-87c91a65f6db", "30463471-0b0e-403f-aaa8-2865d0a128a5", "b18b73bb-34ad-43d7-91f4-cd20a540c35c", "4c421096-a3b6-43f6-9618-2ed0aaa9697d", "d0301a50-d14d-47ae-83c0-661c585e48a4", "06f41b50-980c-49dc-9336-1ca75e867b9a", "40c115e6-2634-4b3e-a4dc-49c62e0029ed", "a357b048-9f42-4f26-8bc8-da481e144e3b", "33a11f19-f952-4591-bd92-eab6bf9903c2", "41fc9939-bf80-48f9-8af2-a78c786e6403", "c98548e0-7129-43ed-899f-c8759d1a6d2e", "ae894ba1-478f-4f18-a71f-654da328e68f", "f225835f-544d-4570-b81a-721226cb6f59", "5d6a73d7-af7a-454b-bbcb-302f941bdb15", "f41bc2c0-f2e3-4ee8-b93b-3dc61e1f9e52", "6894401c-c4a0-472a-9d79-c3b61674af8d", "e668a3d5-b72b-415b-89c5-8f16802b9fb1", "74244809-0693-4cac-8be0-d198d8ccabfc", "ec83c9b5-3ef0-4632-87bd-67dfc6fba1ff", "f00b2b20-533a-4dc2-af28-857bc8cf2be1", "70419b13-dd6b-4b40-b38d-36204bd38e18", "2d20953e-c1e2-4fd2-ac09-5328ebea679a", "32b57620-8caa-4ce5-b04b-a2fd82b8bcfa", "2c4191d4-12c4-4c4d-a8d3-c7c4d4a477bf", "51bd74aa-a50a-45ee-8d78-a321a5c66f57", "74658933-9c5d-4514-a073-0255001f0806", "7db2b1d9-49da-46aa-ae46-1d63eb9a61a1", "f76395a3-383c-430d-8cdd-75c27870adfe", "fb6ce566-b1b7-42c8-b732-2255ee55b588", "3dd936e6-8b2d-466d-ad11-7b12c59e549b", "74061112-102c-4182-b730-a2a755c14f1e", "4ee6b104-aa4c-43ca-8057-3d00cf2907c7", "4f28d05d-248e-4015-b8b5-44c5cc39d553", "8a49df0f-6f1a-459c-8c3c-a99aa2763b87", "fe799bc8-3970-4d67-b9f2-67ae17690af0", "093f31b8-d427-49be-ac05-c8f8cba3fa7e", "dcf88318-dd1b-41b8-a95e-2936741ee7d4", "3010ec3b-aaec-4126-b231-722fd275713b", "ff886f88-7a18-4fd9-9c50-5ba71029bb31", "5c58ac1c-5ea9-42de-9ca1-0ab544d7a873", "2ef0e081-34fc-47ea-8ffb-65f0774a97ae", "4831e5aa-61b5-4cb1-853b-02f3c6f43c88", "86981677-ca3a-4ad8-8f2a-479d0485fffb", "fcc42eb4-4b1b-4b4f-adc1-9646237c6444", "8280ea34-8074-4bf2-8165-86a40b4fd287", "cdbd1217-a12e-4b03-ad07-aac10c3b42de", "1e4b6967-c8af-4239-9a6f-21b652ffc043", "0f5fb99b-8a8b-4bc7-ae5d-ef19e56100ac", "0cfa2d7a-44d5-48f7-b939-561a08a4700a", "2a1cda51-526d-4cd8-b13d-42d8ff04ce42", "830eada1-0e43-402d-8d37-f158e33eaec3", "3e056b6e-6632-49c5-b02b-bad542bb2600", "a33cd18e-dc9d-4b18-8904-910bc6cfcead", "63dc920d-66cd-441a-87e7-faa156846537", "779be52d-494f-466f-b946-5bad57bdd9cf", "0d3e7435-8d3d-490c-8d7f-6bd9e2280038", "deee53f9-55b9-4578-9944-271afcb42673", "19b82412-9349-462a-8cf8-7e771baa51d5", "442ecd17-229b-4882-8dda-fff9e276ec48", "f3d2604f-0bbd-4699-b3f9-046dadf220f8", "f8e0e0a3-5f0c-49fe-95dd-a1512605c259", "130bfab5-7f2c-4846-8dd1-151755bfd468", "5f13c20e-5268-4ed6-aba5-41ac4b3aa130", "64517ec5-ada9-4fd7-b088-3c5940a4f537", "f7a95e8e-1db7-4769-a539-624d653dfc8c", "a1ad3aab-8040-4879-95f4-27b447f10ef3", "303feb6e-03fc-4803-9762-9e8256a23424", "0a967567-3e43-41b9-b92a-51238bd9c797", "996682f1-9d2f-40f3-b255-08ac89ea9e25", "321702e2-861e-4c5f-a9dc-a8b0e2e96e43", "8d96bc5a-8936-4367-91d2-ccc2fe27a402", "0b428255-959c-402c-9364-698d352552fb", "08433d1f-fa9e-4da3-a559-2a54106bd38a", "ee95daae-053a-4032-b522-68a33cd4f936", "f49045dc-b3b1-4089-b6f3-f634312b7d15", "628545fc-93e6-43b2-8c82-726d5e628699", "cc0627d2-8f88-4d19-9f86-3cf7099369ac", "964b6d5a-2dd4-4820-b82e-0dc79e3fb7b7", "60ada331-69e5-412f-9d91-5ffd52866de5", "1d3c123f-429a-4ad1-9673-bdc344b7bfea", "9f24d387-2ad9-429c-8319-28092bf6cfb0", "fb10437d-3949-4c71-b4dd-83220f4b9a9d", "fac1dbdd-bb9d-4ac2-ae17-6c2b8aa0a536", "7471bc17-bba2-4113-8bcc-3589c358ef38", "a6ed0c38-949f-4cc5-931e-23aa8028a5a5", "46f17e0a-f1cb-49a9-8516-4aeb601f9242", "e291bfe2-07a8-49cb-98f8-1f6dc8af4d6f", "8e432b67-943b-4171-bf27-f7a0437d4bf4", "2f042918-dc3c-46b4-9702-c28b7c50561d", "436c0c1e-379e-470d-8795-ed9d159e72e7", "0f185590-4d35-44da-bd71-385f0add726c", "f80cce3a-effa-45bd-a963-6fdf6059f20b", "76a367e4-aa30-4737-b6b0-c96d1fcf71e6", "78d1d643-55dc-4889-a7ee-6ae905ada859", "b3d5a0bf-9299-4c83-8475-ad7eaaf34e3d", "14ba1b00-abff-4bb4-a99d-4800409451a6", "9b2a8572-aafd-4543-84a9-d7fc4bbb4a44", "54778152-58a0-4ba4-8153-1102e9c49a95", "5318877c-229f-4856-b148-8e4e651a7bdf", "4566ff09-82a0-4b2f-bde0-9ea1a0ae8e6f", "dadc4d4e-b646-4f7a-be01-108ee05bdd89", "e85668c2-f44c-4072-b45e-330453cba91c", "447f7e5e-8dd1-4498-93d9-cec0e01a1f14", "8de420a7-5eba-4564-a631-d52710f0c240", "070358b8-a9c6-4fa8-a97b-e42abf1d0dd9", "2948e99d-7796-4d0b-b874-440d10c6a634", "99077cf7-8915-4725-8ece-37eaaca397a5", "b9c76b63-3305-4169-9087-80075981b262", "7537f1b1-18c4-49e5-815b-c0bd5b5335e2", "6cb76509-a35d-4027-b014-315388dcdf20", "0f51ab6c-4c26-447a-9239-3d1b026c53d0", "2d6b06cf-5370-4406-aa42-d65ec39627a5", "67a85db5-7393-46e2-9b21-c75ae77c17a9", "4c719d8b-c001-4470-bea2-8840e3bcd47e", "402b204b-1c8d-4de6-b2b0-5020fa9ca2c0", "0e88bfde-61d7-41e6-bb51-c146984f7e94", "f9907a07-63c7-4323-9704-d352a64bb75d", "9d0fa4bf-092b-4778-928c-b33b97dd0d70", "a10e6d5e-b2bb-4364-9cd1-88684d3cd68e", "2736a848-6473-4372-aa91-3a3e502f51ae", "f9e4a278-74a8-4461-9577-d349359a6272", "90dbf640-ac39-4327-8f13-61fa61ecf007", "4580227c-cd78-460c-a34d-7280dc05381a", "f404e387-d591-40bf-b04c-e536535ec061", "e1bac91e-0783-439c-9a41-533dbbf8863c", "000715f9-2156-45fc-8c90-59cc51216ebf", "c31848ad-2446-4f70-9ff8-3dc55e4b6b6d", "6ade71ad-c5eb-430f-a28e-97e17b7df670", "7630ef1b-b6fd-412d-975d-3cd96597dbdc", "e45f4048-8c3a-493e-b214-20b419b6d67d", "3c1a8734-e6e6-4980-a785-9bff3236dba6", "b038965d-c173-4983-aa8d-4804562dd221", "cb9b9922-0a25-4a80-b474-5ae96319ac1a", "1cfb691e-ee56-4cfa-b0f2-23931e40a6bc", "f359ed46-983a-46f2-8b10-82e405e35636", "403b26b0-265a-4c86-b45f-4d440f0a701b", "4eb5496a-9aa4-460b-b4fa-05f186d8f503", "8c84cd9f-5a01-441c-9b70-8262651afd02", "0a37cd07-4177-4c00-9d93-fcf1ee2b0ce4", "c6b4c1a9-dd2f-4764-9ca1-284ba31cf768", "03a810ff-48a4-4106-a3ee-9f1624b1a515", "f1ca96dd-422d-4ee7-81af-1415697b2cc9", "19ae5ca0-0ef8-4c6b-93e6-17196bd4cfcc", "255e8d3c-4ee6-4099-a021-cb4e66d8e700", "40ce1f25-274e-4218-927b-d408673cdb19", "b36a9759-7cab-481b-b924-e1a65806f1f5", "d94387cb-e057-469b-8fc5-adf145c134f6", "9133cb24-c500-4402-9fc3-44dcb9bccf88", "494c8b58-a426-423e-9ca6-09eba665f8d9", "87d638b9-330f-484e-bb46-331c053fbae2", "7766a7e9-661c-4756-b91f-ecd4a75fe6df", "0f07c8c4-29e2-4558-b7da-b89690f8351b", "2fbbe01c-9325-4db2-bc25-13a4d10906bd", "f197acca-891b-4f8c-9124-57e487873009", "13ba26d2-1171-4e67-a176-89afab2c67a7", "06bb4fbf-879b-4b3c-90f0-538ddeafde06", "bf93a7d8-e096-43b4-ab1e-5cb3b486fa67", "b7fae47a-cc3f-40c9-8659-6c154a8ea1c4", "2c4d4059-17d6-497a-8b12-7bee7c23cccc", "1f5d515d-61c3-4f12-ada9-7661eff29ca5", "dc0232c8-3056-40b5-923e-fa5495740c8c", "042b55a8-ddab-414c-9f6a-b29a59af52f8", "08896e07-5778-4a44-80bf-e5157732a75e", "565c469a-e9cf-4d65-8281-5653f1f8fbeb", "4b97f440-161c-4d13-89ea-22f4c6a3a813", "c2f623f0-d686-4c35-b612-31079c90b64f", "cddc296b-197c-4561-8ddb-a2a8f2fb700d", "d2941e4a-402b-4f82-862c-b80204a51104", "585ab912-96c3-41dc-98cc-257f560d8865", "886de24e-ce66-4510-af53-9419782957da", "c02145c3-64ef-4b32-ad6c-6a5c96adb050", "ecc93cac-d215-45c6-a1ec-61d662b72841", "e4590ce4-32d0-4e58-b8c5-1140539b5474", "a2ac87d4-1ba3-49b6-9265-c5774e20ef91", "e67d2e72-5421-4e4d-8f90-df578905e706", "7fbf4c8d-db4c-4688-913e-dd067fea286f", "5b1be0d2-48c0-4243-93ec-92d8e955a4ed", "0e8b4a36-0c30-4b4b-a149-cea36ba59ca5", "c78c1843-bc49-4c23-9308-c5942b760ad8", "4eb33950-b1bc-4d34-b5cb-d3d48e69876c", "8120f391-0b7c-462f-a50a-683107379f23", "b07f2f72-6a45-46fa-80cd-cb4490bfab7c", "4d8586a8-3fd6-4d29-8a16-fd6842ebd9f3", "fea7c2bb-4be8-40fd-add7-561e23c4782a", "d21882c1-c67f-411d-84f4-5e1edf6967e6", "d82e91e4-019b-4ca6-9def-64d5e85fe2e6", "8683e921-128d-4093-9cf5-63b3a013869f", "18462201-2d90-4b8e-8c93-4ef7e72e9104", "152898e2-07a2-47eb-9ac9-71f027ef073f", "aabcd09c-7167-4bf2-b5cb-6aab87c1abfe", "ed869315-0b57-4598-a1ae-212861472465", "214be70b-ee94-455e-b6e2-bed7422c7f20", "21e5dced-d60a-4c68-b49d-4a8c5497c527", "f5d3dbea-325b-4fa7-8054-1e6a6ce17209", "cf580be6-ff33-4273-9901-f13602d5f3c5", "e6386142-de93-4be4-8ef9-ba4cc36c5c4d", "8b4a68a7-8ac6-4327-9c36-bf970f1f9037", "c818c98b-3206-4426-82e4-b82c0086d582", "f1b69bad-c57f-48f7-be51-0a97e6b795e0", "a3159cc3-2b70-48a4-871d-8dee648da39d", "5708a4ab-ada2-4cfd-86a9-96f5aa4464cc", "d4aa5439-0e92-458d-99c1-668298a43721", "bb3b33c8-ecf8-4f45-b60c-447aafff78b9", "6d30a19e-cfba-4e17-9b53-f76aec42b2c3", "25b4f4f9-1ba9-4fd1-91ad-5978ec8ebcc8", "5aabc60b-fc14-4902-96b3-b506e61f9263", "b419ff1a-3b87-47ce-b482-356eeec2e8b4", "f54e07ea-c9d7-45fa-8eb6-b1cb7903d1be", "d125ebf3-b9a4-4bba-96e9-f3f12566aa7b", "39dd953c-ff6b-41b5-ae43-fd58e4137a24", "1846c4ca-5000-4004-b64e-72ea5bac9270", "ad18021c-5300-4a36-992c-6fd04a635331", "8c6b547c-be1a-4905-9944-668a418dad82", "b1509f31-482a-4a62-8e3c-96dbac647435", "bda5e84c-3bf7-4fc1-b438-3f4d1a911f66", "eda46bc6-7213-4a86-a2fe-ba7b95a361df", "a79f7350-4b3c-441b-8c2e-20136bea6419", "b20e2a03-f090-49b8-8dcd-3f6f83916c89", "1775d15c-2d0b-4c84-b171-4a48d5cbc02b", "17abefd1-f284-46a8-8846-8b2840278dad", "89ff849d-5052-478b-87cb-20a901356614", "2bf46283-522c-4221-8eb1-3a0e4b74e326", "e9f0962b-59ed-4c66-9954-f0412bb4ed96", "13fa2c19-89e1-49e7-a108-668bb5ae9abb", "85950c59-8a7b-43de-bc5c-2cd5eff863cf", "e41f1680-eca6-493f-b6e1-bb6fa6239d1b", "f0e3adb2-f5ab-48b2-804c-e29f7ae9ad15", "fafa435f-ba8d-4a85-bf8f-adf8bdb64850", "fe7b8363-26f0-4049-9f38-49b5724e944f", "a43aa4af-9037-4a6d-aeaf-352faad71064", "ead6d2b6-c5a1-4e1a-af43-4d378f8f8eb3", "7550bae3-db9a-4a08-a4c4-4cfabf4ae88e", "f026a6ce-ab89-4ba7-a4b3-70627c2a48f9", "78867088-c528-4364-820a-5838f50d2471", "66fd2731-60cb-4a22-accd-094730fcc29f", "a0e0bbc4-3e96-4545-b435-fc933f03cd6c", "0647623d-837b-40bd-b496-1d1918ba8402", "5e19ffda-b7a7-49d7-b1b5-c57587448672", "5879b953-2eb2-425c-b9fa-952d8959577c", "f413c634-4740-4094-8af8-ebf378e42bd8", "35229cc7-ab4b-42fd-b667-e021c421e2ec", "0c1dbd4f-ae23-473f-8f2a-dce6afd6c51d", "a72a8e42-6e1c-468b-be20-307bf854b4e5", "87e18cff-4764-40e4-a6ab-9f64247a83f2", "86dbd39e-5b35-4a54-bf18-83068494a4c8", "69154d73-0129-4eb8-bffc-de3b3998cd40", "ad7c76e1-8c29-4be3-ace1-4de77d01db6f", "df478d1e-46fb-497e-ada5-d6b259759926", "ae62ce93-27ab-49e1-a526-06f49819603a", "4d876a0d-6531-46a7-b263-e9d8cf21357b", "93b809af-8815-4e1a-8936-c77d0b529cfc", "57e8fb93-e981-40c8-a779-fa15e57c566f", "4bfb3911-c295-417f-88b9-c2a17c360a91", "92bb97b0-155c-46e2-b81b-2bd55726874f", "8c3a3503-c182-4e21-a5c6-21a7e1686ba4", "7387e446-f1d0-48dd-8262-996970aae5c4", "6ae7ab96-b623-451e-acd6-615c5df916c0", "0dcd924f-ac39-4f84-82ad-d284be5dd533", "70e4c910-af3b-41f1-a7a3-cd91aaede99d", "5bd698eb-c97e-4f57-8e35-07b2cf8096eb", "9b064220-8712-404e-9f1b-d8ecc4dff992", "f471d17a-1171-4d1b-8f70-829acba2e3ef", "a1f62401-b711-4cf7-bbd5-2f08569324d1", "e7684a76-9b0f-4b27-a85e-a3f7c3c0688f", "a6017084-2ab0-425f-89cf-41c7e5e1f273", "dc606f98-2514-4e04-8964-b372f7781d77", "417dcfb5-5fea-47f8-86f1-316c5c81d8c1", "56b6dad0-9252-47cc-8499-25ddd6dc4e09", "bdb66aa2-f0b2-44ec-aa43-2de91132ea62", "82dc5ce6-2f9b-4e14-b817-be099d5033ee", "7f5d1603-deb5-4835-8fbc-2fc5503ff23d", "4c63c22d-de8e-4d0a-a361-4b3ea09e6c4a", "9b9736eb-6901-4329-9726-c2d56ea2dc8c", "6f22b52c-a066-4fb2-a449-307c5dc132ae", "568b7f50-af03-451a-9aea-31b43cbada17", "a0de1283-0d1f-4dc7-a54f-317a5b1c38dd", "31394132-8b0d-4e90-af68-7c76a6a2beba", "ea8169bb-f52b-4c3e-b1b5-5def5126d8d3", "616acd25-cb5f-473b-af62-952dc21f8dbf", "8f9706d1-c72c-4483-b1a1-c7bd33b477f7", "1d0dfd58-e5c2-4d60-bf2b-c9ebf9f526f3", "f772ea2a-1484-419f-9a65-2b70c6fb7f25", "b7f70b1b-0dd6-41c8-9f08-607ac666deb5", "51583e07-06c9-4eb3-bde3-48cb79ebedf6", "73104edc-8ee1-40a7-987c-03b5953e4e69", "7b6bfa81-ae68-44ec-857a-6744fd7fcc37", "3b29e824-55cd-4810-8c79-93af738e0d76", "948b7f7c-0f49-4005-af13-7d30fa203fc5", "5e150a9b-88ce-494a-afb4-7a199bb17dcb", "dfe4ca12-eeaf-4f16-b675-91686f0104fc", "1f778712-743e-4c0e-b15a-5b1eb54589e7", "115dc95e-27e2-4cc9-bf59-957b98259596", "5906d88f-85da-42a8-8896-131b9ad06657", "8f642ac7-7c17-481f-a6ed-649c4d91102b", "e1d4ab17-e0ce-435e-8e5a-1348f91d59f7", "71e271ac-202d-4be1-ae35-2e9e90dafbbd", "f5eba268-beac-43d0-ab4a-7896d7fe74cb", "43d0a584-5e44-4a50-8a2c-ad886ed72679", "957bbb80-1668-4cae-aa44-47dedba278f2", "d5bc0cdf-5223-4b4a-a2a2-fe50086738f3", "ee47d5b7-1d83-45a8-a099-c92242753b85", "30f0ee1b-8164-4ed9-875e-148db659ce9c", "7d7d0fc4-3ccc-49dc-acfc-81c1f0226a06", "ee92be36-529b-4b1a-aa51-26476dcd9142", "fd0af16c-2578-4124-b814-6ac9e27e1522", "46ed1393-ad54-4106-a05f-b1e364c0b946", "37f52dde-fcef-4b73-a08c-e63ba3a167b4", "b29e9016-514c-425d-9aff-f385521484f0", "abf93653-5676-4127-8ca3-e8744c9449bd", "5dff662f-4132-48ba-9064-0c57d8acaf3a", "3c519dd6-72c9-443a-8059-e3fdf940afab", "dba2abc0-8d68-4751-8b41-ebfaba1057ca", "ccd0c156-7699-443e-ad23-818c51853087", "945fac44-aed2-4483-ba5f-0b020cb991cf", "ebf3484d-1362-444b-be62-c2f9424b9c85", "135829ce-776d-451f-9f1f-fb3c68014572", "fe594331-c9bd-4e50-83c4-097a33fc45c3", "02a0fe85-1372-42f3-b990-cd5fee47ec15", "f27f07e0-5355-4bad-9507-79ce33fa488d", "abd925bc-67b7-4618-a52f-87bf6b90b1fd", "71c73a80-a78a-4992-9587-a0ef6358b50a", "75c0022a-59eb-46ba-9acf-62acd1c3e3b8", "8ca09354-a439-4a02-8a4b-eca6027fd9bf", "2cf00f1b-66db-451a-9fa8-4d41d42acf2b", "1c082490-3af8-4049-8543-dd941322d4f2", "e6f1a6c7-af01-4f31-ac34-204eea32ae86", "01c6757a-fc49-427e-a1c5-e63cc17f4680", "93aa8f02-bcef-4921-9c04-e32533662855", "1b600da4-cb4c-4eaa-99d6-cc7a6ee07aa4", "99358320-f546-4b6d-848f-70c63762cfd9", "9f18a79d-b969-43be-b3f1-b631dd484e1e", "a544067d-a519-498f-813a-493ac7277d37", "055d98f2-d2ca-444c-9caf-c7e39adfd8bd", "f59db791-6c52-473e-bab9-e7f19d439eff", "5d8b677c-e8c4-44a3-aac6-6d755ae076cd", "d942a3ed-cdc2-45fe-86b8-43a931dc7c54", "5e72717a-0ca0-4b2d-98de-a0fa9747e217", "ae5edfac-822c-435b-a936-adbf7149aa2a", "2446bad1-522a-4a50-8b57-7366c1c0ba7e", "99707e3d-f8a7-4ee5-8d20-c19ee6ac57dc", "07e8087f-f7fc-4d36-9d3f-7ac93050e8ad", "d4a90f32-7e12-45e3-ae9a-33da64d110d8", "680ae5f3-4ba1-4087-aade-b757f63a93cf", "ee7ebea3-06fc-4a3a-889d-355d48e32f86", "d24eafce-247d-42ac-a6df-0d9a57b00a58", "f62c5fe0-c6b2-4791-8ca3-8e36a3ebc8c0", "9570f625-ed9c-4f93-99c9-0164b1762be6", "8d9d36aa-385f-47af-bcc1-294fefd492a0", "63b9fe02-4cad-468e-bb0b-320db0295382", "afc80af2-4b06-4564-a3e0-c8a15ed02974", "60ccad47-c6fd-4a0c-88a1-45ce7b1d21be", "d1dd7f0e-4c50-4675-8b24-bb1092a22567", "95e820d4-f52d-43b7-9f2e-b977ef7e98e4", "c219752a-0a9d-4713-962c-8dfe211b60de", "dccb01ac-21d7-41d4-8c2c-8d76e79050d0", "f3f52d4c-27c4-4ac4-8df3-837dc9c9be97", "cb6f3615-fd0e-4143-84d8-cb167c4c5f72", "34cd40c9-9e9c-4f95-8b57-4951c5bec2b3", "ad47afea-7093-4194-b024-a1f6daa7aea9", "a48b991c-d875-4210-820d-9c85bf407870", "2debf2e1-3882-40fd-897c-7b0e2011d4c0", "1bdb14a7-07ef-4141-8129-70e9fcd6b24f", "89741bad-4b81-4d29-bbf6-b4fd3875d1b3", "db76c7a2-f6a1-465c-adb2-dba09c696f6b", "2e5c990a-402a-4a08-893f-1799f51de668", "dc5cb653-7059-4103-9927-ef90ee15acad", "174d8ee1-922c-454e-bed1-53229d6e9c58", "ad6a8a8e-f21d-49d7-8e3f-d3ff71d7d85d", "9a1194c3-62c1-4788-a803-4e3fa61e3367", "de976957-4a0a-4d09-b327-8ac7e326e395", "859853d3-806e-4ab9-8694-6ec50475e671", "c1815b50-e96a-46b8-a497-6873278f3c97", "edd88597-6f91-44ca-b770-71afe6df512c", "341cf8d3-53e3-4f23-8f3e-41732957c5f4", "4bc0752e-9131-452d-889e-65e9146497a7", "1430229b-970e-4cfa-9a34-24642431059a", "1bc60144-75fb-4e56-beae-30ea9201c4c7", "30bc7645-f5ce-4a59-8f30-e027960988d6", "46ef4dee-fcd8-4cb1-bd73-36316b4e853c", "59ffc37b-2213-4d5c-84a1-80bda0faf62a", "bb3cc745-55cd-4966-adc5-90ae898b8388", "c14006a4-372b-4030-a4f1-faeccf6c15f2", "9d9585e6-700c-4f5e-9e31-a00ea2e6e963", "efcd415f-08b1-4637-8872-01cda291917b", "4831c5e8-1324-460e-9e73-2cf5fc3c468f", "f5142fd8-d422-4e12-87a9-7071af5ea500", "19e2b96c-e136-4d44-bc1d-ffac9ac04158", "b37b34f5-3608-43a1-b840-87f80bad3c55", "abf07845-d349-4814-88fd-dc7cd73ac9af", "2a71d4ea-37af-43a7-82f6-935f1b7ecbe7", "01303ecd-7e65-46c4-8987-6bc182159ee1", "dd562b93-68ae-4656-8ac9-6cc810a64b8c", "9d3f0118-6c0f-4527-85c8-a55ba2ff07ce", "bf1bc47e-7ab0-4188-bcd5-639813b1e4b8", "7a976d4d-f0e7-434b-b310-eba454300735", "36c92b8e-bd37-41d5-a144-21e05d94b25b", "3e5d7f14-d6c2-4cf6-9740-4c1524b8e6f1", "15607a9a-17f4-46ed-abc7-f8b97f389abd", "42973d3a-3cc0-4833-b0a4-830741085e16", "dc84ea38-857d-4dad-bd1f-aeaea6c3ee6f", "87272772-b0cc-4ef6-89d8-5d693bd25a6e", "13f9eac6-b6c8-4eff-9a0b-62172f534df2", "c50b80be-7f4e-4c15-89b5-251b4dd2398c", "8dbe1913-75d0-44a6-a92c-b0a4d755de0b", "409d72f6-55ca-4c5b-9e80-850c470afecb", "f7480c0e-3aed-4f45-b2e6-c685ed582026", "891851e3-60ae-4960-8eaa-d2bb614bb88c", "36b57da8-56f8-4b96-851e-f3d751d91509", "8875d334-c8cc-4460-971b-695c41ef145c", "383c8a2f-3f32-410e-b493-f9093a973410", "ed673fa4-c16e-4385-b37c-241797d2f451", "9c96ed53-89ea-4daa-86a8-cb487f0a169f", "6cc6b827-6c46-4380-bd44-b89241910040", "49fe54c2-9e8a-412f-92d4-3aee8657146e", "1f889547-9d9a-4f7d-a680-95b47d431d6b", "6634c0eb-bbfc-4602-b68d-ae5796b7c978", "5c024529-ef22-4ef9-bc65-e5935c6064a4", "05eb2a3c-e371-4159-ad2d-0836c4217a8f", "c4868b96-97f5-4804-a077-2c423c1998a4", "248f8060-3836-40db-872a-9dfa2ca14d69", "64934776-1745-4b7d-b62b-f6b7c69d496b", "867306fe-aabf-4f9d-bf27-87cc8336d775", "f105b971-b944-43c1-916a-fd99a92d5ca3", "39156d14-8445-4119-92a5-dbb932e53dae", "8fbc4945-8055-4695-b591-7a58787220b8", "10e7ecb4-fab9-4490-96b9-8b53d9b23a65", "bcb17473-3938-415c-9458-4f8a781ae29a", "84a922ae-a37b-453e-b212-8425a12b87b8", "23a51bb2-75ba-4e29-ac14-7bf4724319d0", "8c743dee-abc0-4902-8523-b5d02503b4c1", "3c62e76c-fdfa-401e-90ec-5068352caaf1", "72535625-62fe-4349-90ae-f7a8f0c6a3fd", "c8fd750e-d346-46f1-9f8e-a1e3e03ee0c2", "24328e3d-aecf-40b6-a609-bd203f343784", "b9b28e20-dfdb-44f8-a2a2-9a30f116fed9", "bc875288-35f2-48dd-85e2-1d7d632facc8", "bdf11d39-ca24-4939-913f-93bd1b972867", "2852546c-217a-460e-9a79-d129cd7ea0c8", "0bea7eee-0247-4759-a403-99476ddd9c4e", "c79cf263-cfce-43fc-90f4-13dcc5cf9b6d", "7f66af8f-53f9-441a-b0bb-34acf7959aa1", "21581b64-b0d6-4952-b05a-921ed3806df7", "9ce46cc5-27f8-4482-8adb-3a6ac8c5aabe", "ec7fe624-1591-4e9f-b49d-09f12f87cb1b", "412dd87b-e563-4aba-883e-150293369be6", "1595e593-66bb-46c6-b19c-cb91cb6667b1", "6975e210-4709-4a4e-8512-14b3198d4ab3", "34a93ebf-8de5-444c-a5e3-00936c9cd506", "5b6e142f-780f-4fd3-afa8-1cd254d47676", "17932042-c3bc-48d0-ad29-7c9c7951a36d", "fa85b935-9313-4c21-9929-31575fbf0402", "b4fb6129-e4e8-43de-95ac-cee35dd6907a", "d9919349-8e6d-4740-8f6c-96ae6ce551bf", "8edfb000-d669-438c-9b10-8cd313a40c3f", "13116300-c1dd-40af-9af0-bcf3af45d18c", "49ba2d1e-0a08-41e6-a51f-5f0dd14700db", "9e1224f7-ab2c-49a0-a2c3-2c05c5e2f32e", "e3f6a78c-617f-4f9b-b31e-26db29ab59e3", "3ddee793-5d32-4970-8554-54373497d944", "7dc0c5ac-40d7-4cd1-924a-6eb7c0836e1a", "417916a0-a30c-405a-8c26-55b1caaca64c", "11d89b18-6135-4eb5-83b8-5583f33a5e53", "5d458a44-952e-4582-b06f-83873e2c94cf", "c69d0f95-e7e7-400f-8251-eeafb75035ac", "7d9b18a6-fa31-4dd8-82cd-d557a8392c1f", "41ed61a2-2679-48d8-b704-b39e169e33a3", "836223bc-22c8-4174-bc66-1ee20c0a92a8", "78dd3238-742a-4bcc-a13c-deba91bd138d", "46d32a19-159d-4a70-bd1e-ad9b2382deb8", "7000e038-5cb6-4693-b23b-a6c46e56bf7e", "6f297876-c1b4-43a1-8ec9-2a67e7a81804", "fbe5cfac-39f6-4613-8efa-1c7ddcdd2e71", "bedbdbd9-8322-441f-ac04-57322735e384", "2b7031ac-3ad9-426d-9b42-2feeeaa0abda", "5ed8ed4c-e78f-4af0-a748-de065b180982", "602e1cda-5b77-41da-9389-6657e3d5bc88", "88dd8ec0-8952-4833-902a-1efe8babf57a", "b7a3f672-5356-4c4f-9b84-565161b2d2e0", "5559007f-773e-474a-b791-8d6c330aa8ea", "73ac09a3-0f9e-4b06-9e3e-0c7dca10fee4", "fdc78fef-a103-42af-868b-1b248102122a", "5c0fc430-7a00-4fdb-9830-7560e1bee5ee", "4bbd42f6-6112-4ca8-8103-071184d11ee2", "36f66416-2247-4437-bcbd-8e5eeab66bc9", "0ed5d5ba-1977-4df5-b96f-b16a8f6e5e65", "3ca0a344-bc7a-4c2d-ae10-b7e803008706", "663d4ce6-49fa-4de4-9bcf-9f860bf2f25c", "c5fa9a0b-a9a4-43f3-b86c-9ef335dcd1de", "0a470572-fb34-4bd1-b357-da6098749ee5", "d4f2d0fc-9844-43f6-801f-7ea07481a7fd", "77b5f4b9-25dd-4561-91c0-024630493a72", "3fdb97d4-7e63-4bca-a445-5759ceaa71be", "ab7248da-4649-4ec1-9f44-44cb63bccc95", "f9098ba1-46a4-4748-8f9b-1a1569f5d030", "091edad5-4abb-452b-9fac-b514991134c8", "c92def6f-63ae-4e50-b7ac-f5a133672b51", "d16311f9-c125-4e88-b412-66fea8c73532", "29cd9083-37b5-4309-b2a8-928e25d42513", "8c399b0e-2bd2-41bc-8107-bd1d5313f9a3", "ee6d6798-9c09-4085-91d9-31e6faf94da5", "506e7026-3be0-422b-a5d0-8e98d04c355b", "fe32c9a9-6bb6-4a62-a9ef-123a905fe56c", "d6834f0e-d34c-4bb1-a8b8-b6bcdb655aea", "5d128267-5ac7-4ef9-bcdb-6e6d33c152fc", "40bc9154-f047-4f56-b505-1a143ed7d781", "29aa68d3-bcf7-4201-bcf6-6f720361af86", "b4ea0e39-bf24-4b27-8a16-a4e6667139da", "1378336d-fe3d-4dd4-a138-ae630c0ec742", "903606d1-076e-447e-8832-819b8a0d78da", "f04f692c-48f1-4485-848b-5fa2ab04649b", "0144ab4c-c581-432a-8cbf-d89efd47599b", "c578100b-59d3-4e92-b7b6-519e0388dcf7", "52ea96d6-c023-48d6-8fb7-ff65144510ea", "09f11295-c346-43d6-ab62-35c0e81ddaf0", "09519e6b-5a42-4ac8-b56f-959c9a4d073e", "2e8acac0-cb16-4ed0-b3ca-23d4c8ec4413", "28c290f4-acd5-4df0-ae7d-a7f8d643d4ab", "5aa6c06c-d2c2-435e-b822-55afa4f2ef2b", "b58f1ff0-9a68-4393-b098-3a9ac143bb3c", "08bf4dee-afcc-43c7-9d89-c673dc79a4b7", "f20545cf-a20e-4a24-9fc9-8352f6cf9dc0", "75d95532-4bf8-4a26-b22a-98fbe5aa66cd", "0b1024ed-b068-470a-837f-51e50b06e26b", "d676a841-02a5-40e2-8e04-c4dbd79f8090", "d718578c-40fe-40e7-822a-817aebbfaacc", "4db4204a-e953-41c1-9a0e-2a8db39eb918", "1a78f9b1-35a9-448f-bb7c-5e7252ce1506", "808a97b4-dc34-47ef-9d5e-7f89eb6a536c", "30604ad7-7f31-415c-897c-2f65724ffaa6", "cf3bfd10-c2f9-4697-9da7-fe5377b34de8", "cc301c59-e866-4afc-9333-a6bbb4c4d63f", "7d8fe609-4ade-4960-99fd-36235fc30813", "2b7ac49a-c4dc-4db3-888b-42353e940416", "ba5dc862-7e27-44ea-ad24-939f7ed451b9", "632ec129-a851-4063-91c4-15cae4a6dfc6", "ff80cc46-832a-4aab-965d-1de20c8b9051", "05aa8ab6-025b-4f92-a4ec-c5ee670c0f81", "5295a29d-be59-43bf-9008-614c2c386120", "57785366-962e-47d1-ad1d-3ad82bab381e", "526e7c16-9029-428d-a70d-4088510669f0", "ed65e08a-c2f9-4782-93e6-f295b2653103", "77479093-bda8-40a0-9beb-a56dfd60f716", "79f6fbe3-a440-4d46-89d3-5f2225b01263", "eb4a4e28-4192-44ce-bf26-ec6d68422728", "5dcf3e05-2ff5-46f7-9a00-72f882f9ac2e", "e3a7542e-b984-45d9-86e0-6ea4363e7d0e", "636b1565-6bec-4bd2-9b5c-40fc5098574a", "ae466a57-638f-4d7e-9958-982df2f1eebe", "f5cd601e-2466-4104-a76e-6b8ab9b0eed6", "a5390511-76b5-4d63-9578-046818c8a074", "f21d44e6-6227-4b69-9d63-833acc5eeb92", "3f0a0caf-2364-4e85-b0b1-63bbd3a35ab6", "bdd9763c-f95b-4749-8f26-1de023b9c13b", "69e49f87-03e8-45c2-9491-3d7def848271", "67bf247f-7f4e-41d3-b4f4-af58614bfe67", "b743bd47-0f28-4e32-a2ab-36e3d18b41b8", "c9924c67-7ac4-460a-b95e-17b40f8d4e08", "be595b8d-3fb2-4259-afb4-628416f750e4", "b627ef4e-c659-45a1-8623-90c3034ccac5", "dfa7f6ed-5db7-4404-9aa0-bcc134b01ff7", "99978986-577f-478a-b93f-41ed75d928c1", "8469c338-eb31-4bd7-b7cf-1dd14ec6cad2", "d688f7e2-6f98-4927-9749-012fbaee662e", "fc953b7a-b1a4-457c-9675-8927befbca57", "cbdd0cc2-de3c-43e9-bfc7-d22dd7edbe92", "28ccfb5b-b6eb-4e75-a096-72ad95c2c98c", "3790f8ef-adb0-4057-bb1f-439530e7ecdc", "0491f293-b94d-4884-815c-914ef3e987f6", "a1e53499-a7d7-41fb-acc1-c150dd4932bf", "8f838873-854d-4af5-bf61-e61a10d7f8dc", "660371a0-9b44-4faa-8b1e-68e6282eb603", "74137008-a26f-4abb-8bd4-becf632ed098", "be6b9c42-3464-4f54-a09d-7dbc5b815106", "55bc4374-7e3b-4f4b-86e7-d095045279ab", "36f1f721-a299-4125-8d81-06acdc36cbc3", "d0bec432-a088-4aa4-9f3b-76ba13d1f2b3", "501e6e06-7e25-4408-9b9a-032403d08875", "1b7fc2da-3f05-4ff3-852e-47e68b5f49ae", "55177494-2e50-4078-9c27-5607eb8598e5", "c3780257-d8e7-4e09-a721-722c64d8d082", "260054c1-9f02-4e5b-89d0-24c5fdbc6183", "0a4f4413-45e8-48f4-91d4-cd7b2f8c05d2", "1f13fe42-4558-462c-82df-93bac387939e", "7a70ac49-4a8f-496c-93da-0c6a2ed705da", "f688e24a-7da2-4780-907f-617302cd5b4c", "0c1d8be4-918f-41f0-8391-6378d7ae64eb", "4f046f93-38d0-432c-9dfa-831207745db5", "0cf0933a-d55f-4b63-b26e-40ff2f6778b1", "242ae73f-d216-498f-86eb-eeabbb6500ed", "3629d32a-a3cb-4669-840f-b19bbd3ce387", "22dbd1a2-a442-4d73-8794-e1b4bb78c367", "fa15de9e-6c25-4d99-ba50-d259da833ffc", "f31ef120-4959-43bf-8b37-c2a8ceb53221", "b188f66a-4e4f-46a7-8be6-d177be228404", "aefa675d-73ca-43b7-abb0-db3cb12f3d96", "e1161e2e-e59c-4911-9272-b3e24809b0ad", "52edab97-622f-4ba7-a751-7f120eafbaab", "9f6b37fb-09f9-475c-a417-f72846337a72", "8bb6dcab-b24e-4b2b-ad7f-a8538785bfce", "d3363791-0ee0-4901-a490-5e08fc3048f2", "b9fc00a7-0393-462f-b655-f765708420ba", "36a84f77-d0bf-449a-8c8a-4058a880d8c9", "0277126f-e5e7-427a-a55f-90838a053f6a", "f23582d1-33f2-42dd-8bd7-735302fcc9fc", "6c6e4348-3c71-4c3e-9a8a-abfc9dac8a37", "5a8fd055-f042-4b0b-bac5-440aa0f2d730", "2f24992b-ec00-433b-949e-7bb27a2e4e88", "af366e8b-f9a8-47cf-8a20-5249d94d6b52", "15ed4b08-93ec-4f95-8a8f-7f7773d035cf", "1b6858ab-2182-4678-b393-47e4598e3a9c", "b20d18bf-ff6f-435e-bb4c-fce882a1c332", "e38c36b5-d340-4928-a256-f7ffc26c39aa", "e51b919d-4697-49eb-bb6e-14d7b4a2374d", "88a18080-56c4-4d7b-b582-e7f61da54ffa", "a2b10dac-309a-48c2-a889-2f204939626d", "ec1c9451-062d-4534-942e-ac6d7ddbadc8", "64e89678-d54d-4a5e-bf1c-d01d229e1978", "c9268702-2fcb-42dc-8c83-3e821d9e1092", "70db2ef8-ca67-416e-a74e-8d240629d071", "69a1870f-07ea-4e1f-aa93-84881fcb9c2d", "4e920082-4b5b-405b-819a-1efb7cf0b25d", "c460863c-8a25-42f2-a841-3d4c64ec47f3", "e9395dad-53a7-49f9-a114-d7557bb1034c", "34b88b48-8df9-406e-9cdc-9e911d900f53", "54d2b853-62e2-4c25-84c2-8e56fc92efee", "f55aaa38-4d08-4030-b37a-3b8c1e878c88", "a31c77c3-2d3a-447c-8d39-53b4f78993c0", "2ad0789a-8ad4-4673-bfca-973a5bade985", "d44aad38-1f11-439a-b9b6-f953fa688b63", "bd33e690-6162-42ea-b89e-5068d7e3af1d", "5ada24a4-8d55-485e-969b-2cf4048e354a", "a4ef7765-bc25-4a33-80de-716f214a1ee6", "bb7bfd34-f770-49d2-926c-008b68959b40", "e23450f0-e36d-4953-ae5b-118352f8b796", "b4c13c5f-02b4-4f74-92ee-55809ff9ebd5", "03614650-a49d-4afb-99b4-c84b1d4ba696", "0835857d-cc91-41b9-8699-6c5f9ba81014", "064dd35c-b62f-453b-9eb4-c650f17d31e6", "708b98b2-dc6d-4393-b57c-50f9916f3991", "7ecbc3ca-e9c2-4413-aec0-5a2f3be97837", "c08f03f3-0d9e-4f00-82fe-cdee9604fd42", "1fbdefc8-07e0-4f91-91ac-d81704e33158", "917542b7-4449-4472-9e6f-9ec2855e7aff", "5042edb5-8763-4a50-9e5d-2adb7b33c359", "3d5f8411-da9f-45a0-8262-3fa760029ee5", "e5b047b0-78f4-4643-a59b-2d6e46e4b218", "5cb839f1-15f5-4c0a-81a7-84f583924cea", "3da5c41a-1c85-45fe-ba77-71db4f373d41", "3e9ef635-078d-4fb9-b064-1cccd2a4713e", "299dfd73-cd68-4340-8335-c66bc0af4835", "f84b7e4c-9b24-4086-afba-e509ca8af3e8", "849136e5-7f33-405b-892f-f8d2df8a7da2", "cdb8b458-1c58-40a4-a948-6c3a9153197f", "a2de4e5a-5cbf-4bc0-8027-8d2a339dc95e", "b69c119a-dbee-47d2-8e18-eae6fd0bc1ce", "ecc3f376-e830-465e-8737-1342a4f5b1ab", "f9ccac79-301a-4c9c-b2f9-ff9f5d6063b8", "93c4961c-27fc-4b83-b88c-3ca841af8421", "c2e91f77-3ec7-44c0-a4fb-e0f1d3920ba5", "28eca576-54ad-4aab-a32e-26c2231c2716", "08478f30-0cf9-4f0b-bf76-394bec51adc9", "fb8472a1-375f-4278-83f0-b30d70e4d4c1", "b988f46e-f5fe-4a85-b962-8b6157397c10", "d932c0ad-7918-4740-ae80-8f4865cd65bb", "23bdc396-508b-41dd-89bc-bd5d8a7cfa51", "7e615c79-a6e9-4df6-ac52-ebc561425dc3", "0ab9b1bb-bcb6-4816-b072-bdb346b6a26a", "858250f7-9212-49fb-8e13-0c092712bf47", "ddb1ac39-b567-40b7-952b-2323467bb722", "5d9370fe-4a9c-4147-abe0-acfec6eb8315", "672bde02-f670-4c99-bb9d-cc211abb43b0", "4a740517-dbca-45b5-b483-ea1de9611d90", "4f75da84-427f-45d1-a36a-f95e28e7e1a7", "86ac6d73-b1cb-467b-bd8f-73c007a8aab9", "a213612c-a62d-4461-ae4b-e2d6ddac3754", "5681fdc3-d1a8-4e83-9add-400aeb62a7b2", "8080451d-b6f9-4971-b804-da007d2f2aed", "066eab38-cc26-41eb-8c4d-3609e4d61dc8", "e4b1d574-d2a3-43fd-8b2e-d688c2d0e0a9", "a23dd17b-790e-44d0-9805-32ec627d0fb2", "adea61c3-2400-4ce8-9c7e-27ab16971081", "1efe453d-d02e-468f-8aa0-99fc4f36800a", "919f62b4-2e2b-45b0-9f07-b5f3bb071d31", "7bb117ca-63f8-41ad-8538-536cf1c8e29e", "07642924-7d66-4250-a28a-769ef8109c0a", "8c60fcb3-19ef-4d9f-9548-ccb6c8b403d8", "941b1199-8f63-4183-adbd-28c567e7c6ba", "b95cce51-9678-4baa-870b-2343c292d49f", "5f7afe7e-04ba-4574-a6c3-9cc20029fb8c", "92713c59-d723-45ab-b381-72f2a5a57f8a", "e3828b2c-f52e-4348-9581-49413b31382d", "17ddaa0d-872a-42c8-a0cc-a71d38ba6da7", "ae236f99-7988-4fd5-972e-fa7a43b16958", "1bd9bb0e-10e4-4a8e-93df-8b13a2639d5d", "a49d7476-60e2-4f2e-9265-686f140ff038", "95246412-8c25-43da-be15-288a3ff6cb9e", "4fe15b89-4729-40df-9b15-4f7655494f49", "25b8658b-8d17-413d-9d97-41dbcb761e83", "982150bc-38dc-4036-8ba6-5c8393270446", "4cd21bc8-9cee-4798-afac-b35e8a08e299", "0ef30eb8-e857-4ee0-8c5a-684cfad5cd26", "d5a0986b-5a1a-4358-8e86-794410b1ecc9", "8455c1f4-5219-414b-8fed-f4707b824121", "436265ec-57f5-4c84-939a-86286178aa9f", "d4c4b6b4-cbc4-4d61-a8b4-db0887c5e910", "f49aa802-1976-4125-9bfa-8883ae3103ba", "ade66745-645f-490a-b098-e15feafc5773", "0ed6dbbf-9a41-4cfc-a080-d9e270d9820c", "44065a52-00ae-4206-9cb9-d59b614d5350", "9fc2baf3-0da3-41a7-ba0e-47119cb7651f", "8d0afb1d-5caf-4a98-a14b-db71eb04bf47", "ae69d40c-d862-45b9-8cf7-f32d183cf9f3", "d067fab8-d3cd-44bd-98a6-ce7a494815c4", "71628415-01a7-4ec2-9213-0b61b2e74d9b", "64ba2331-5e42-48ce-8d76-6efac1a41ed6", "f483d8ae-ae16-49df-9d52-c9546afe5eaa", "aedbf897-faa9-4075-8202-7bd42d24a250", "1c76b38c-4fe0-4e8b-9fe6-222aa8ee1180", "acccad7b-ed71-4291-a961-cb737c755a9b", "f2b299ee-2822-4212-8074-2b41e0813b7b", "d784a3cb-391c-41bd-aae1-5713e2f62177", "dbfe3e43-cc47-4002-840f-a49fe5f559dc", "27964a81-d0d3-4c31-abbb-d91412b7b186", "acd4acf1-3c68-4eef-acce-0a57af5fc4d6", "3544e14b-c61d-4525-acae-64a52312ab08", "80efa6ea-baf7-49e3-8a16-2e75744ba3f1", "2f2ea499-bd46-40ef-b605-738fb153bf0f", "75ce927c-4d58-4165-a5f1-e225f93f2567", "bc0673c3-1ba4-4573-bc29-98d4f3f499c5", "98f54db3-1e6f-4f79-9761-8fe277bdb9a5", "d0572b1d-dd42-4f28-bfc2-de47e85fdc5a", "4611cf0b-e6a8-4b50-ab00-b94b9ff75d2f", "7317cd6c-837b-4afb-924c-ab96d3e0eae2", "b5a3ce36-cb57-43b9-83bd-b041fdeeb824", "8a2fd85e-9e53-41e2-add2-bc573a5169e4", "b8cbcb66-99a0-47cf-a6e3-fbe18887ae88", "31cc916d-bb39-479e-b1b9-812168e63520", "c919004a-a33a-4234-91bc-15f403154783", "3b1a63e0-0196-4cb5-ad16-452f470173a0", "567a728e-bb3f-4ad6-864a-2c87d93e8731", "b00f1232-22c8-4389-a499-b9471c10dc0e", "aa5204f7-7852-4729-a62a-70a18e41d436", "49e4f9e4-8c86-457c-8471-214925ef8aa7", "6d5fdf7c-e93a-4f0d-9517-cc1a57636405", "3a488898-4b50-4ff2-8c45-1ff0fa9ecbe5", "847da7c8-7941-408f-9f71-280285092a2a", "8037e204-8823-4587-aad5-7bd510ce7257", "d9535185-d700-4958-8218-4df88a1ca850", "59105224-81b0-42d2-b10e-2809cd065a4c", "e47ca84a-8d92-478d-bcc1-03336acf602d", "cf5d1bc8-a7e6-4707-a679-a654c33cdccc", "3fed7b22-33db-4881-a724-1a5986e623ef", "8f612cdb-adb8-48d3-be84-d2a10da2c531", "0ba3ab0a-8044-4679-ba74-9a8ca5e4ad29", "49f531a3-8657-474b-affb-b48974391cd0", "7dc2ab26-d467-43ca-9609-3a1500768bc2", "dd170466-2e70-4d0c-84ba-ed08e822745d", "0800dc68-f0dd-477a-a23d-454cf2bd8357", "d427ccc0-1953-4470-9dcf-d32f690be734", "f931d049-47b6-441a-988d-63c4a813c59b", "d8664aab-0a25-4bd9-b6df-cfcd87a33c3f", "1cb32d5b-2d44-4faf-b5e7-246564457f32", "ac66d1dd-a982-476b-9219-ba48e23f1a33", "1e91dee6-3a0f-454a-9c49-b4d3ce8e4c91", "c68e9611-1975-4586-a9da-f25631b39ea5", "83661f10-f568-4bad-91cf-b2970f47c3e6", "476bfff9-8d19-4f6e-9475-3224fa2455a6", "4f8a09ff-22a5-4bfe-a37e-f94c1616ac98", "18fb9315-c8a9-419c-b5a8-dda71358a4e6", "1296faf2-72fc-4988-b9ef-6e357104b1bf", "d47e2ec7-7d36-4351-b69b-dafc6be96d63", "91428b8c-ac57-40dd-ba22-ef61a7ccfb5b", "f5e30403-9675-4bfa-a2cb-08a7a38aab3b", "da6fb4e5-7d1b-41ce-9332-6f04a14e42e8", "759b72a5-c0e9-44a6-8c6c-d431fc67c354", "dedcaa3a-7355-470b-ab1a-5d94d9011010", "229c5fa0-72f0-46c0-bc04-b6035989a217", "e40a3a15-0718-4411-87de-4e06df9071ec", "10ee4639-8bd9-4b7b-9647-8d84fc1c5ef7", "43b2a6d7-b10a-4327-b91c-547162b0a0c4", "8fcc20d7-c9bc-495f-b9c9-2e19d9d3c686", "18148a35-4769-4116-912b-f5140807fb88", "f16567d8-f94d-4dc1-8034-18262ee91897", "37dceb19-1489-4c9a-8e61-1bef717d75a6", "3854665f-4d2a-4db6-a2b6-3686a464a7bd", "faee313d-d25c-4366-a363-8c083b148ae7", "3518f60f-7907-4fec-8e89-c632ec013595", "9cab5b22-507f-44cd-b36b-0f57c648952a", "b46db510-e05f-4ab6-bc55-728fa75df493", "f2047337-0358-4d25-9a15-f01ea01bbdda", "bc2dea93-0c42-48ec-ac6e-ce7cc2a33efb", "16a76f18-f4b0-4868-b721-6ea5619182b6", "c4cc2664-4a42-4cee-8dfa-6aacf40145de", "97e48f54-bcc2-4539-b89d-a070df142f35", "951d4909-bbd8-482a-8bf6-d9bdd77ba485", "216fd09c-1096-42a9-8038-b40ccbf9cb3b", "5b920e02-3e38-450c-9a30-4f0ce5d81b5e", "86d5c455-9a31-4e36-b3cd-ac7e555c9515", "8a9ba603-bfd0-411d-baff-c3c2d535d9a4", "4f86d933-99b3-4631-bcf4-6d4fbcb49a26", "b34ca3fa-d344-4d0e-8b2a-59988ed83a02", "7c4f82f8-f814-4c07-8e6f-7ce7f698810c", "b66cddf0-24fd-42eb-89e2-674aefb0fccd", "dab336e0-00c1-4a37-b6f4-b0dacd3a1ffc", "56581cab-e088-4ad3-a6cc-0eac5f2ef314", "88286b48-6326-4ac5-9898-4495f3a514c6", "e6f9cd96-af4b-45b9-9aff-b73a320a5a9d", "bb1ae146-a38d-48f6-bc4c-68235a790498", "f8db4186-591f-4fb6-ae31-e2ab957e0d22", "c1cdf07b-5636-4c7c-9ba6-e970f1bfbf4c", "773e6dbc-3ba2-464e-9546-2482502abe0f", "c5a5e156-8bcf-4d4d-8b7a-de64edae939e", "63e24c1e-cf68-4f2d-964a-aa8fd2b7a91a", "8335e5c8-edb5-4e19-943e-d23b736aeeca", "16dae329-5aa8-4d58-a916-82aee1ba204c", "60ad8d95-5b63-41cd-9d28-fee5db4ffafd", "1655b04e-d1b1-4818-9d26-af76d3903118", "e0a38acb-2433-4039-a77b-963292b6e052", "645c0036-a0b0-40ef-b357-adf70421be35", "b7b21eec-6dc3-4c86-ab2a-c7b175150939", "e129abf9-91f3-4b3c-9bbe-9897f0abd03c", "eb9edbd8-6e24-4274-a960-3fd0e29bcbb3", "c6d74dc0-6bfd-4a99-9a8c-07bc14f51622", "a7af9e69-9810-4f0d-ab96-5f0156a86c85", "69c16325-dcf9-451f-a04d-de86f56859d2", "3b65118b-6fca-410a-8c9f-79bab2b33ace", "2a564952-6ff5-4d6a-9167-570f02c44afe", "52ebd1bf-b956-4230-98d1-8c63ee6a4a22", "57e7b166-fbce-4383-b1b6-09d450b53bc8", "c9dfb019-ae49-4282-950c-9e42394daf23", "bca1458f-510a-4c52-906c-ced7bd740f89", "a162bb5c-6347-45b3-8fe9-6cecb8a176e6", "1711b043-b797-44d8-9757-8425dc03f478", "2690d9d7-29c2-4fff-b14c-fb7041d08616", "61ff94db-b470-4561-a754-26cd29f0feff", "cce07e48-0b51-45c2-a048-4ac6cb427b48", "2335a8c7-5c54-4040-bc41-8c976a998abb", "70dfa9e3-76dd-4220-9067-697cad27ec84", "7af69e54-08b2-4b34-b51f-5a24c8184929", "738f0a9f-bc3a-4278-9803-7d3db106e096", "54517b94-c926-4d86-b034-dbf88098a7f2", "8021acbb-1a72-4dbb-83ac-a2e3cba16e9a", "37afd361-90d3-4b67-8dc7-951026a4ed94", "f84dd706-39d9-4dce-9316-20966d159dc0", "15dc4ac8-79fb-4550-83b9-8446b01591b7", "e1867b56-6648-47c5-9c41-073225297cb8", "d2b5bf2e-f734-4ddf-8ab8-fa9166de38dc", "67523c03-4985-41a1-9e84-b605f2320172", "d487f601-fc93-45bf-9eb4-cf8e0b192098", "e84dac75-8fb4-4090-9445-bb2f7d01950d", "f60b13e5-27a9-4bbd-be2e-96629b9acaa6", "94ff3b71-f397-46d6-89c6-318009ada10f", "c2295b87-55b2-480a-95da-4fdc89f8d6a2", "07aea8dc-8799-4588-b2fe-6ce375ce66ce", "4701e553-06cd-4f96-b020-72bca08c6259", "2f366e31-8383-4541-88c2-9bfd47bcdb35", "ed812d89-c1d6-4abc-9f4c-8edd1cb532b5", "c3889a0d-b6d7-4fae-bcf7-82a67a19d095", "49cddea4-8ff5-443b-ae0a-ee704ee41a4a", "1b7b71c0-c37c-462b-9b24-e718bc43ff18", "7bc78dcb-444d-47a0-bf1e-8568b77f6b7d", "798bd24c-e441-431d-ad0d-3a6ab959b5bb", "81528eaf-0ca1-45f5-b17d-6db4636b6b1c", "2a719b31-b3b0-4714-a999-62801ff1dfbb", "49ceb5db-14a3-44b9-bce9-4ce833da31bb", "40b1f845-f0af-416e-ac28-8d3ba442a19b", "ef6a4dec-b1d3-4ee0-8be1-12775becedfe", "2d60b6f2-8828-4c3f-b6a2-0535ec8c1890", "9e57f23d-eaf5-48f4-8d02-7a7fd120f28c", "ffa940f6-f9dc-42a6-a1b0-7f42a6ed7260", "3f43094d-f2f6-45ec-a6aa-19731ca78fcd", "84e6a227-b165-41aa-8881-8fc1bd1e89f4", "66b1dcd6-45d6-4826-a1e7-2310526ae681", "1b6cd648-6d75-417c-a636-5ada8f7bc40e", "70a945fe-ee1d-49f0-b31d-3dd02d428daa", "a48e0bba-30f5-4d13-8268-df5064faf1e8", "6a39c7ed-0bf1-4a55-973f-46b4735ee1b1", "77ef64f6-76f8-4869-b447-050ede4e50c6", "1dbf8b88-2a26-433d-b0c8-b5a4c53887a3", "0f7bb9ca-c4fc-4fc3-bf3f-0de64062ddb4", "9be0fcf7-4a90-4012-81b0-646f10db0207", "8bf98b3f-42ad-41f5-9725-69f34480910a", "4376408a-2e16-4997-bcd7-312a96c39cb8", "a151894b-9a6b-4918-a398-056855c948b7", "6737e65a-bb89-428b-bcb2-1e7f80b29323", "a1e38a92-bc37-4f08-94ee-4a7af7ed90fa", "a69a15d3-5f56-4102-9943-1939bd9f0f38", "d3bebf80-1a69-4e66-8ad3-162201564150", "26f5f483-199a-4fce-81a6-f3169e841e00", "24e21b88-3ccd-41d9-aaa3-766e5dc708bd", "a208cd23-6161-4853-a339-3faf9c5462a8", "857a1815-e6bd-4d94-be21-3269b6676617", "198355ab-5e1f-4add-8f91-2a76344ecad0", "4971671d-5e62-4f73-8005-727d870bd3b8", "4f5c961b-3925-474a-ae25-a20a6e808122", "a64bc51f-fcda-4d78-9a8b-17d3454669bf", "c46a2bb2-cb25-40d1-a1e3-7ab621345b76", "6ee436b4-ad5b-4002-b959-1fd537dc6579", "7a7d40aa-6c1f-4cea-ad28-4ad5517b947f", "b8a912b1-ae23-42e3-935a-9b4c385faca3", "e9804f22-a1dc-4804-9307-70d1c4dc7bce", "8180787a-dd68-4962-8a35-56d35ccf0d33", "23cd4deb-6748-4f41-83e9-9097239c891f", "4827c252-b05b-4248-af1d-13a99e18588e", "a02222e1-1e76-4f7d-ae07-ed74987d3703", "60dce8e3-76ed-4a90-b662-9ef43e3c6c55", "5edd8be6-94c2-4bb4-9a3e-27f96b5e855d", "819a8cbe-d6d2-4e4d-bfe1-c1700c1653a9", "3e4c7f53-3568-4e7e-b1bc-742a8dc68ec9", "c2f0d607-fe88-4891-babe-ee04142a87fd", "c14c1dbd-7f82-4a0b-b709-3d400e255afe", "39a7a2bf-023c-483a-bf2f-dfbf6b455fae", "f2bda84c-f3b0-47e2-8594-36f1abe04dfb", "6d24aec9-b432-419d-ab78-086a0d1e454e", "419c7b9b-bac1-421a-b3d5-e2b48b7b7006", "5692ba60-bf6b-4bd0-b76d-e6e41d17fd1e", "dad8220d-4b46-456e-b3d6-8cb9fadc089c", "d15f3ca4-3b66-4688-81e9-bd0e6e2089bd", "d0bd6be8-f37f-465a-8b8b-d1a4236e03d6", "57f56bff-f2eb-46bf-a7a2-c37c1ed544d9", "d28fcb9a-ab86-4a51-ba9e-d718e849456b", "e4ee8794-3588-439b-b1bd-89d1c7817e87", "a4504f0f-8f73-4b33-b60c-887e570a1621", "b127415f-4175-4364-bc90-16e27b196957", "d5f6381c-6aae-4efc-a526-8564132afb74", "7c91b9ea-1c23-4aff-9784-917cff2c6ead", "92867913-64db-4a99-86a3-654c3ee187a5", "39093637-a5bc-4d83-8fe5-5bdabbc646bb", "40c80d74-3fa6-41d6-9c7d-404f3f17af76", "0ac506da-3d37-41ac-b375-90062aff2e03", "295baf44-350e-4dc2-ae91-c3e34a935b89", "36f7fc17-f7a3-41a0-9393-9f9cbe856198", "23206c63-ee69-4635-a14f-d69f1e83935a", "c60925cf-a84b-469e-8ce8-5bf87596bd8e", "db5a3bf8-1d4a-44ce-96d0-704f1549d873", "e3f9f425-7def-4768-87dc-0522ee3e34a7", "de952ce9-16a7-4206-8a81-e44b44061770", "821b7f0d-525a-451e-b200-94ba99624a86", "7b2e7809-8068-472a-99ad-e875655839db", "3d8d14be-22ba-4a5a-ad5c-97237582b3dc", "b00db360-3afb-4db7-bc1b-adb765caf4a2", "afc9573b-68a6-4a9d-9a17-6f1a7551486a", "5ec1cf88-e1c1-496e-b5d5-4c891b147c25", "29a17c0e-0366-4ecf-9745-058995981fe9", "a88a7e83-68c5-4764-9d55-df6f692596b0", "1370c2db-3559-42c8-8950-f2e7921ea49e", "01155e09-41d9-4b2f-9264-b0bd19f907b0", "19f1a621-035f-4820-9a00-24fa3b89c23d", "fee9107c-2236-42ce-a1da-dc5263645ab9", "e73984a9-e74e-4674-8e17-b3731a6a8479", "0b34651e-e164-406f-9f4e-6329ae9f1d7a", "8174446b-73e4-4038-98a3-719ef59e88da", "d102d5cb-91ec-43d3-aa6c-ecf49f536a5b", "36e23ad8-bfa0-482a-8d3c-9d225e317bd4", "96429c8e-6fca-4d73-8f6a-07b73f1da72a", "df692770-e82a-4e93-a57a-c5f33d81520d", "e03a6331-9629-4792-bc51-c94b93b32574", "17e0c6eb-54c0-4c89-8b27-0705a29a0597", "8b8adb44-62ec-43fd-a8a1-97c96cc02ba9", "d0b9af40-50f0-4943-b116-121de2bf07ef", "b4253588-c68d-4180-a881-109405b12120", "76e8fe80-fdd7-4340-99f1-fc1eae1596d7", "b1d30857-320b-44bb-93fd-5af4d3d8e304", "985e414a-6c0c-4a53-b1eb-36797105bf8f", "dd510606-4899-40c6-a702-0f1b98a58cdc", "a69520bc-6390-4361-aa5d-eb287b4c4930", "ab37a15f-56e1-4d54-9208-d5e74be8055c", "43d57a82-7940-4adf-99e8-18619a984405", "f9bdde15-d3ee-4588-a6fc-cf3e038b97ff", "eef76165-4ea7-46e0-b6c2-cf925492bbea", "0f443ef3-38a1-4ceb-a593-e1bf2b499d6b", "b4b48766-db24-44ce-aeed-1ea914d3fa16", "b9654dd3-77a4-440e-906c-d68701986a27", "5f0d6b60-731e-4e43-8c1d-e826fd206c2b", "3ec9bd72-b4f8-478e-b155-7a09a8485cc4", "33982e1d-7315-480b-a5e4-bc75c886470a", "a9b4b88c-a95c-420f-b226-981b015f506c", "723d62dd-29a4-4167-98d1-7d6b5452219d", "f1ea5148-cfcc-499c-b96e-fcac9e333a05", "a7f49696-2317-4481-8e9f-d8f34558284d", "9f15cc27-ffa2-4c63-8ce3-3c93a61af236", "ab8a5a04-64ac-4daf-98cd-a3ef0a426bd0", "5d9c872f-1a7d-41c8-be33-f518544bbfaa", "606b909c-cd09-4a5f-95fe-79726c98e9c3", "4c94f310-beb8-48e3-ae8f-f8d4da584659", "ee3e08a0-4728-4abe-9bdf-a7f955ee3e4a", "40981df3-4f6d-4afb-9737-dc0929aa764a", "cc96eb74-e06e-46cd-bfc2-95f229f3fc63", "42883c0f-178f-4808-9c65-b885330dcbbc", "49b46451-3445-4438-a4f6-44317fcb5be1", "7db71f12-14e6-4e9e-b052-253547ca5637", "accb8133-82ca-4821-b82c-48444dab029a", "89d17461-e37f-45e9-8fb0-471b3e0061c7", "f0eee50e-a4c5-4599-ad17-5b91f9792d3d", "2bcd19f3-95ad-4ad9-925d-cdfad633a039", "1f0cf355-88a9-4daf-bd96-d789789b6066", "e9f673b3-5803-44e1-af40-2fe1fe00767f", "9760bc25-71bd-4f22-af20-b011b1970375", "e8bd6f4c-7d38-4fad-89b5-436ffb94ce92", "f5fe65e7-0b7c-4470-a404-b3d6a15645fe", "87356c23-b72a-4a49-9d14-67b75d358451", "0f64df53-c605-4b31-bd51-cd9c1a6fd82b", "9c377178-5fee-4a8d-9977-78e6820241b9", "770e1245-8772-4036-b604-8311f71b3859", "e3704c65-3d49-48df-8483-b95678d01fd2", "260450a0-9a26-4953-b0a2-e4e593f37d39", "92026b8a-d417-40b4-bfb4-83b34ad2fbe5", "4d619959-2c15-45f1-8f0a-f600d1eee9f8", "ae0bfcb8-bae8-4d70-83b8-a26123958056", "91a06261-18ff-420a-8589-885e057ba65f", "82e78a08-c4d7-43e9-995a-3cad441d50fd", "e0bdb12c-d756-4258-aaf8-a6f2f7484d9f", "7aa4ff62-45aa-4dc0-bf40-d691d49492ee", "549becee-3f99-4c87-9358-0401f242b2cf", "c57b38e8-1d4c-4b68-8dc6-30ce02f4d941", "220c4bd1-5b10-4845-b36b-2c97e9493fe4", "c4078830-2bb6-4844-bbf5-84317c0a6e20", "6c705e87-b1fd-4c38-ac00-42b43107ea07", "ce21b617-5422-46fc-8fe4-0f1f1279ce75", "9f9009c8-33f7-4ae1-bf89-75a9e1346cce", "efb57574-e7f3-4a57-80da-ce201d5fc824", "18a32ea4-abe5-4160-98be-f11b24400d2a", "7e573c25-c2b3-450c-823f-cecfd7f914b8", "497bf4dd-310a-4b35-ae5b-1ef622e567c3", "de2d148b-211e-4d1d-90d3-20255a85d86e", "09e072fd-dbd6-4f34-832d-df4b8d8513c7", "3e855dbf-0822-4513-8746-a582a0c982f7", "bb7dc19a-4a50-402a-8117-c98f92701e95", "d50719fa-2e11-47ad-9d98-5bb28855b86e", "b7cc78b8-ba02-4049-b2c1-1ac551c0a9a8", "93f5e8c9-fcc2-4d29-bda7-daa3137a256a", "9c395d1d-80c9-4342-9680-5c4e059eb1ee", "d7c77c15-ffee-4348-896d-efb8563f7c9e", "2f11361d-7a35-426d-a5a7-bd29399316a3", "364323e2-ab65-484b-909e-e919690ae16d", "3ad64a1a-c3dc-45a7-a907-ff51a4c62920", "3f5ba4b2-4eb8-45ad-a700-c9065172fa9a", "c54ac000-9226-4373-add6-90ef89d199c7", "1666e57a-6da3-492a-8749-cdf4998cc8c2", "bbfc52cd-8c10-41ff-a215-fa99fe668fe2", "c9c458ff-05b6-4b78-ae90-0c631b165dfb", "7eaff390-190f-4b3d-adf4-21d13610d61d", "d8eef781-7dca-41b3-bec2-c32eb07085a5", "5d2a2639-e41c-4fc5-9cb5-fa8aeb94fed6", "ac345832-685d-495b-a351-528eaaa1b7b9", "c0da048d-50e9-4172-a283-1f48fc351124", "5e98e5f1-3570-4e6e-ae41-fbece5a48964", "6ecd235d-3654-45f3-8916-7fcaf3bc0dee", "67003d15-33f7-4460-9b7c-5cd78d8213c7", "116501c7-79f7-45f5-8936-649e07c937fe", "e2d4b4bc-98fd-482b-bbce-68cb80bef125", "1f56efec-bb6d-4dc1-aa9f-88037e7c13c7", "c8afa5b1-ecab-4fb1-8b06-4e29205fbc29", "184ec00b-5e05-4606-8559-213fe5b81c5b", "04722a70-cf4a-4e94-979f-98ef24deb952", "70f634e1-d732-4398-b1d5-fa1849d31d36", "6141c210-4e1b-4a18-90ee-2730c694a6c2", "96dd7bf5-1a04-4887-911d-2b60453f8f35", "fc634d4e-5e9e-48e0-8351-ae56e743d085", "9b88333d-778b-412a-89ac-b56acfbcc206", "c791e8d8-5c22-414d-a182-6c4755cbcce1", "1caf2d18-b807-41c4-b643-a3d471363b3b", "dd99ebd1-3efb-4aae-b1b5-3b470282ac84", "1107defb-3b9f-4d88-9d2e-a905f2dc592d", "fb6cd6ed-4bd7-4775-9f81-8840fc921aa9", "f653ebd0-7072-43fe-8ff6-1918b071f910", "fd713401-b342-45c8-86e0-a35ac6d4c9e6", "5c1a06d6-cd78-4c2a-9438-34c2090fa4cf", "2184cff8-ea05-4084-a40f-7751531816f8", "69e939ee-ae30-4ba8-931b-5390a8f257d2", "1ebe21e2-6464-4055-99b0-7c97ba574df3", "2fe2117c-d018-48c2-bcfd-19cc492e16e7", "8ac3fc80-f0e1-4cdf-943c-0d5bf6527bd5", "e75a4ecb-8690-409b-ba71-b2c4fb6e5b1f", "526232cf-333e-4989-84ab-aec8d64cbd21", "b769690c-ee09-4822-93ad-269bfa96db8a", "1fab17f4-5ad2-4449-9d69-91afa593a031", "c204daec-bdeb-4848-82d0-d0654a9fccdb", "af80ba43-f645-4ecf-b299-f55d532e462e", "4fcd05c6-3fed-4efa-a80f-8895030609e7", "b235f4b1-fd7e-4a8a-9f56-5b938bfe13c1", "ba21b617-ddb6-491a-a466-9cb2b42bac75", "71d44617-c295-4adb-8f54-3f761b2a5c6f", "cde77b51-9082-430c-a1dc-8daf5922cef6", "62d229f5-b1f9-4cb9-8eff-e805be82ce09", "ee1b15c4-a011-4f67-919f-ac9650d6b70c", "4d427608-b5b4-4bd6-8b98-bdc3deb4dd32", "8b31e432-da24-4dfb-b0f5-5fc0960b8d7d", "d4640d64-e943-498d-b9c8-56ab08a5571a", "5cf1e9f3-4f25-419a-831d-df0a8f398f46", "d8f0ee21-27c2-45c3-b753-f45a28a35876", "38bff26b-5557-4197-a154-6c87ce841fe1", "bb1ce3f1-7011-40d2-b2a6-2ee81f06ce66", "f7329f76-1291-47dc-8ff0-1596da6ca3d2", "c31089e1-6301-4012-b33b-463bdf869d84", "143bf8b3-279d-477b-94d2-1ce6ddbdb866", "c0a52897-3e64-43d6-8d1b-2861f59a8022", "373fc25f-0bb3-4c12-9e58-b7296f16d532", "808c6681-3634-4afc-b591-1cfa532f4711", "4e8ff1b4-be27-4b05-80dd-51c14d93ea75", "c5e4b0c0-95c9-4659-a672-1f0c81bf97d5", "eac45590-90ea-407b-92a4-b127e25a8514", "04cf2965-b7af-4587-843e-9efe7ebf5885", "af79045f-7222-43f9-a06d-09883eddc94f", "f3a37e48-03c5-4c46-997e-bfed7bd33780", "cc1c000d-9909-4e6c-bb60-7e801cc40c4b", "cdfa38c8-2e31-439d-8a84-b2346ba81a12", "1ce7ce07-ea4e-4ce6-8a42-dc8c062c5197", "8d6ef338-e580-43ca-9928-f6872fb7bbc9", "ab01d6cc-c919-46d2-9365-c77e3e9f20dd", "7260cccb-c787-48e9-b793-3a212275b024", "82b427b1-0220-4bcb-90ad-15a16a9c5824", "bc77e92a-55ad-4244-8a99-76e48ec8df44", "f40d25af-f6fe-4d82-ab41-ef74d177002e", "82b8d128-de4f-4dde-ad7b-685e9be0dcda", "44b4fadf-aa3e-4900-984b-afebbd3b5a71", "3e4b4dbc-e539-4162-9caf-3b18902535fb", "9f153a22-4183-4c29-9e45-da98460fd017", "c61775c9-250f-4ecc-a67c-e1735bd2a7cd", "0a117aa0-4cab-4a0b-93e9-35b322cd1b39", "12185b8c-721c-43ed-8ace-2d91c4e03fd8", "ef30aa53-235f-4c09-a7c8-bb3ab96a0cc6", "789525ff-2427-4735-9606-83f3d6618caf", "871821ac-004e-4c0b-a34c-e78f9e6ec4e7", "77ff0bd7-8edf-4c82-b016-cc175540c23e", "ab36d3b9-c929-4b49-82c8-48d5ef006815", "aa364913-5245-4be8-bbdb-22eb0acaf12c", "2d472f9f-3d86-480d-8d95-d9a03b5e7794", "f62bd8b4-5d69-4055-b932-45d8d8b1af3f", "3608fced-805f-4e47-91be-150e5c70a80a", "93abaa0b-a892-4700-9388-ff885311f675", "8261301c-39b4-49b1-ba5c-a3ba5a2f2af9", "964d1e7c-e492-4c7c-81a5-ef65d69556b9", "20b6594c-b763-4ab2-9822-4130937e5b2c", "770bbd05-9f45-4443-a3d6-2d87627e1b3f", "d81b3c4e-7c21-483d-9563-a0fac4cbee8e", "deb87933-3faa-4978-a6d4-f22ae42c1097", "3c66e9b3-608d-42fa-9526-6fd9a06aec86", "9aefc041-b6de-4a59-96d0-7f11253c2dd5", "1314ab17-b80b-4813-aefb-b29839728412", "c70bff9f-daed-41c8-a346-ed525be597af", "5a0080b4-43ab-42d7-ac8e-98e5dfe38cfe", "136dc493-e357-4933-be25-89d498e4c81d", "bdc5c578-bb6b-4610-a876-4814ecc5283f", "1f6160a3-2c62-4aa2-959e-1f2c667e2828", "9d9eb9da-92bf-412a-bfd2-66322f913714", "8a239241-33dc-409a-9e7e-3fd329a5cd1f", "8dc3f489-f58b-4273-8f41-28ec96e7828f", "ed3acb57-b414-4012-912f-1ee196a78d1f", "0ecb04a6-4f14-41ba-b91b-e91d568580c5", "cbdee31d-4bac-4e3f-bab4-ca1cc4bd5780", "c6391bbb-357d-419a-972c-bbe6def659cf", "1408b770-f592-4da4-840c-44e03f45b94e", "d2ae85b1-7e31-445d-b52a-131ceee4034e", "307ac2d4-040d-4445-807b-51bb96198998", "a7ee5485-1e24-4281-9da5-3ed8eec9d793", "66d6fdac-3010-40fa-8a52-59a6f2442caa", "699ebaa1-e2e6-46a8-9d95-bd0c5bb80ea2", "bd28d790-d030-40db-a5bd-54aa24ffbcef", "bdd0e450-0fdc-4db2-b72b-4b96f9044efe", "5db1b438-1db1-4d97-b7a6-cad76f43ef0a", "e1fb1eef-02f4-454e-99d7-192435dbae52", "83a597cc-fb64-472b-b70d-56fbcee8de48", "37cbbe0b-4112-4298-a5d1-1cbde09f11ca", "8a7ad45d-2b32-48d4-8d5b-04dea7dba314", "e874aa35-67c4-4556-a8a9-3d85ba4d6619", "48dfed9a-7a5c-4a59-992c-5b05dd472fc3", "109f225c-b6b7-40d8-a102-9a7949583692", "4498b63d-75cd-4c7f-992b-d9ecd4bcbf8b", "3f13a11c-b20e-4ce8-81f7-0ccfa373a491", "c94efb17-dd42-461c-8da2-1c8749b68740", "e7fbfadc-4322-425a-9399-b6a3376c2b0e", "a6f02e5f-afe5-4307-90db-38a5f827f51c", "0dc20858-9d36-47f1-8787-9bbeb55e909e", "cb17afdf-26fe-428f-9d11-c4ffd737d074", "191ac5d9-4375-4a9d-8f71-585e62bad372", "97b72e48-147e-49f5-9f8f-8639e9e667a4", "1b5ea588-5241-4dbc-9a56-8ce7284585cb", "d17065e1-881e-4146-9a85-aa453a9f3efa", "1980e81f-534a-4c81-bd77-3df51e8964a0", "c0118744-fcea-44e4-b888-3d26f21aa457", "99475c57-b04c-477e-910f-ab80043a81aa", "138dbd1c-babe-4a17-8ef4-f343d0d3e260", "c0a5bb45-5336-4179-b2f1-9233b34b86c8", "89ddf500-3d66-40d2-8840-03915c91a007", "c58a5bec-6f84-47f0-a064-be2482152bca", "14a007d3-7c38-4eff-93fa-434ec3fdeb8f", "47490274-b88b-4785-86e4-75ce70e865ff", "b484af62-98d7-49a7-a82a-1380af523f4e", "779320c6-25d6-44ad-9467-b0c7a855b116", "bbef93ed-6048-41d1-8275-bb609da3e002", "b5405b67-7d5a-4d0f-8446-553e3bbad95b", "c580bc6f-a3cb-4ed2-b235-901988c54459", "4b63d70a-483f-46fd-aad4-8c01efbc3c2a", "2f523a2f-f86a-4742-8459-bff8a3af60f0", "096c3870-c6cb-482a-8a0a-612f706f1f8b", "f017dafe-f28b-4f9e-bcbd-378eb5cb471f", "ec3e24bb-b39f-4348-8989-13effca8f697", "2239fab8-1ba5-4778-9744-6ca2e36124c7", "33870bdf-6319-4aa5-9aee-008c021c5e4b", "40c176dd-ed2f-4517-9834-4f18787fc128", "3e5ffd23-6691-407a-b972-28a0f8f2d3e3", "2f3d7227-5410-4e1d-9774-d6088896a63e", "cbb6ae47-4798-41ef-bc74-4368fa91f28a", "64b985bd-4b34-4aa4-bc4d-a0bded555eed", "4ec613fa-d701-4703-a329-5955813a87c5", "9b32d977-b49e-4f23-9d5b-daaa14e0e2f8", "c9b251a1-5b88-44c4-9342-1ce05c1d0934", "4a08ef06-5564-4dc4-b5b1-5ca1882973b1", "a5cdbaa6-9ebb-4081-80a1-0e7a9a2bba4c", "89146640-349e-4f4c-a961-847f456ada1f", "4749f49f-3c5e-4f5f-bc41-d5b42febeb2d", "a6ad4345-4a28-4082-84e7-7201cb84fd25", "d76f9694-84a8-44ed-b40f-9e7c19c679b1", "bb143488-5142-4e99-9060-8fe92ab72923", "ced48ab8-41c6-4389-84a8-397f6b8f4e66", "01851c15-d62b-40dd-ac8a-b9da184ae040", "0d0b41e9-e010-45de-99e6-30f91716d0bf", "a8c91f7b-2fcd-4874-a3fc-384d37885c3b", "1db59e06-787f-4f58-9385-ad0f2b135b8d", "27775dbd-c9b6-49b6-a362-c61c79e713b4", "18bafe0a-bca0-49c8-9d72-045f96602484", "6d889e60-700b-4fdc-9866-67f829daed0a", "2fea6ec4-1426-4d11-b091-78a75daccd8b", "ded923c7-bb8c-48b1-902d-61863d8a6b5b", "72a12fe7-28c3-4561-8725-1c6eb78ebdaa", "19e1dedc-1270-4872-8e6e-8f6c87a5359b", "3662bbab-d6c5-4cdc-a849-1f30a84516a8", "45dd170c-0779-498c-9a9e-a71fe84769e5", "a26fd89f-05b7-463b-8c63-426de1e871b5", "4c3cd9a5-fee4-4606-90ae-dc7eee424f22", "e28028d2-642f-46e2-a222-368c6a90dc0d", "d6b51dae-4848-4434-a03c-79b604859118", "b243541f-557d-4de8-9dd3-7697b972f4b7", "ce8b69c3-09f7-45ca-b889-95d167e70a46", "a7324160-67c3-4bbb-bbf8-7a9fd823e0c1", "dd091957-7afa-406f-b889-c346cca39a90", "e3e11bfb-9a5d-448b-9001-83d8e228f4f1", "f6abb44b-6bf1-49f0-8a32-a3380f5c64ec", "46442393-d75d-4657-8f12-13389c69dc4d", "bb513533-e517-4ba5-8a8f-a1d584342985", "6770a679-b655-4773-80fb-7eab410d91b3", "1168ea07-48b5-4b81-9bd6-413bc72012b0", "f149a9a7-a8a0-46f3-8f38-61cf47d4afb3", "5f28621c-4c06-416e-9bff-d61037ba0e85", "3058a3b8-4f86-4ad0-84a3-c3dcb42dd869", "0a150b0d-8715-4c18-bd46-1676113232f4", "c03d2ed3-680c-4fc2-83dd-0b51b1374d14", "07d8acb3-83f4-4377-b3eb-4890fe40bc0f", "c9e6ec38-4a70-4014-b794-b61ddbee0649", "936ff139-4073-40aa-b172-25a1e45d0176", "a16e3007-cceb-4e65-870d-7f78494908ac", "04230878-d2f4-427a-b6fc-6cb9ddf32fbe", "f87d7878-c2f6-4d10-8fad-640b08323175", "12c36587-ddab-4b7c-998c-d7b6a65efdfc", "b3b8405d-a76e-4037-b748-0b757c90d6a7", "e2c83e6c-44b4-4d1a-99d3-f5ff796d760d", "a612ee91-081f-4aa1-95fa-cd3497d0182f", "c7e0b055-c469-4e60-8608-c808bd106e50", "fb45d678-8db6-4100-81d0-74c848a378e2", "6dbb1dbf-2a58-4281-9dd6-93d68b78b5bd", "96110173-dade-4d4d-a394-f5572750b5f8", "386f41ca-6846-47b2-b4a7-7c1908c0740b", "d32b327a-88f9-43ce-bda5-878939342c02", "083ffd1e-026d-4c36-8800-7cd4890ff800", "c5f49117-81c7-4d73-9c72-21b4c34e11c8", "b760fc0e-2555-4b7c-aaa8-7e1efdcc5440", "3c43f362-1e93-49e6-9f39-f1131c0b07e1", "52893210-d446-4be4-bb24-146c235eb5f4", "d756de0e-bc35-4d19-ae40-b36386714383", "98b20b86-8a0f-4167-926b-bc80f96155b8", "7a1e44c8-0ae4-481d-bbe0-fbbb32251109", "a7f28924-5ee9-4204-94c1-6cb4cff56848", "152018e6-2d09-483b-b0b9-ac18cfab29ab", "a69229ea-9bd7-4fe0-a67b-fff30c5a9a05", "834baea5-6897-48ab-9336-b32967c74834", "89f2ca3c-e242-4dad-ad4f-b8172f70b4ba", "124f6aee-64eb-46f4-ad93-a5707a987aec", "94c073bb-3b85-4dfc-9558-f9443c80a293", "235e4d8b-c529-4753-b26a-a79df3ce7f3e", "39b0fd09-6898-489b-bb5e-7b29cd180608", "03d6f7df-f522-4bd1-b6ad-7d0d5470c588", "df117ba4-10ba-46db-8161-39c2bfb2728a", "e78e46f5-8ba1-48fb-bc71-ded5ed1bbf28", "445ba89a-9436-4ecf-b1e1-ee363461d51b", "63258376-554b-47fd-89a5-a9459945dfa4", "c8b63208-b707-4f16-b388-af3044b86ecc", "dca42b40-ec65-4153-a7fa-63ea50033bb0", "85c9790e-4543-4c45-8f2f-c478739679a4", "07b3c482-d75c-4797-8110-069202187888", "b5b45490-ce6e-44c8-b326-b5a742f0fb1f", "235d0144-9350-4ba7-a292-a1184f74f493", "982b614d-5d86-43d2-9148-bfe854e5252c", "64474f24-1087-4a19-86d1-970d3f020dee", "c1167243-317c-45e0-8b64-1ed9d1f63f9d", "8a8ca61e-7817-4b57-bf1d-69373380a375", "10f2b472-155b-4617-8009-1778b1d5ea1f", "adf9dd79-ad24-4629-8cc6-a4a84645ca28", "98a5ba57-8d2b-4ff9-b357-ce8e2079e5c9", "a707c389-1c05-4514-a313-5be43e839c03", "af60d407-e6c4-4d4d-bcbe-12380a6082a1", "a1d61fac-0f64-4505-bac3-0f3c24c0c576", "09e1d1e6-0899-4459-bfe2-79f1fd7c6604", "1f298fdf-4e7e-4aa5-a5dd-0f0ac6661729", "d05c8ca5-1761-4944-af15-d1c5ff2fc234", "ee429a55-74f4-40c3-9d07-1e2bc64b8922", "3425cf0a-71e8-4c86-8e5b-2b540b935071", "065f27e9-c82c-475e-913a-14519d453d5d", "3f19782b-2950-4de8-a368-e6dfdc305d3a", "c5e55848-8821-41b1-9ddd-af0e820ed84c", "1ed427f8-752d-46a4-b7c9-d0e3fc3c2124", "d6c66cf5-e63f-4618-8f8b-311d38bd60e1", "26167cd2-f8f5-49a7-88fe-6f60123ec15c", "c3b97d23-9f5b-430c-8ac7-4f36d43278f4", "737977f6-8526-4873-bde7-cb81c32f3da2", "b707d384-7244-453b-9478-0afc5e5eb011", "dde51bb6-9cff-491f-a480-e8ebf98ef703", "3fdc3154-1b8b-4e90-8182-e999b90a6689", "422b069e-0a8a-4c7f-a9a0-02bf378f120c", "0a665e09-955c-4e91-9b76-19ecad77d6c8", "1f1884dc-5202-42bb-9a37-4b86b875308c", "d5e08ed8-e83d-4860-9574-c8acb4c6d0d2", "36e01046-8c09-46bb-9961-507cc6cb1c27", "3d53c295-5284-4762-9c23-10c4bb96c8ef", "256deaf5-5610-4be0-a02f-6a7e15335dc4", "39326b25-2076-4fe5-aebf-69b4c8ccc901", "4f466d34-3244-49f7-a7b6-789e9fc0b04d", "969c5974-534e-41e0-98dc-dfe051b82036", "d4185f45-92c1-4bd1-bd03-db0b250ddcbf", "f68cafa0-3504-485f-8be1-81b6c8afd7de", "7c4d4e7a-3231-4e8c-ac05-f0104b7f284c", "c3373f7e-bce4-4012-903c-54a4aa290ed2", "9cba9b8c-08ac-4f00-a819-89775aa5f59c", "dab072a5-6d20-4b20-81d6-cc5356e03501", "8df83a46-802f-4d57-99bd-fe1e81189e5e", "c65fcaa5-616d-43d5-826d-2b520cecb755", "2b7d8c30-85be-4741-a32f-b4125ce36b2d", "8937d362-c2d2-4141-918a-71b3b48f6d9d", "f96e1135-2ab6-4971-a825-c2921253b5fc", "5efd91af-2b94-43e4-a90f-0b6b23b11492", "9f0ae031-9c31-47da-889d-15a03190ddbf", "274b4837-3182-4005-b316-06c801d2507a", "9cc41d2b-759f-4a09-bca6-94c0e6904650", "1eda5e3b-aadc-4883-96a7-e65a93bb7a4b", "bd68e696-57b2-4c32-8110-b4b1edd57f92", "01298748-d073-435b-b6bf-d1bd99c73824", "9b2d021b-c6e1-491a-88f8-c70d003fb40e", "45f7bb54-3f44-4e43-9dff-71e52f89b450", "b9c9b1cb-fad5-4a87-842d-d85f1489caee", "82d614fb-21f4-43c5-b303-09d820803684", "42b66071-76d6-489a-a228-adf4a71c0bd5", "715c0627-b1d7-4778-8719-ac789fba0c55", "db336a5c-00d3-40b9-8645-03d1300c0c18", "6289e150-561e-4d49-97ad-91fca7f35a86", "6fee974e-60a0-4a1b-b6ce-f16de74a4021", "e137f40d-8646-4cf5-8251-cc2913da529e", "407de014-f7f9-4c54-b67b-40b1c77195c0", "80dc8c0d-d49a-422a-8669-68e7c9f3b540", "5225c5f2-24bd-498d-b701-1fa3091bc032", "84d67ca3-52cc-49ae-b71f-936be7b6adff", "32f0f0fe-caea-4051-aafa-b1d794ee99f0", "2ee0f6ec-c1f1-449b-a146-e6ce1776f176", "f39b7b6f-e483-40f5-afac-182ac41c8c02", "f481ba13-b35d-404c-8839-1a329dbea6db", "eb1cde61-f106-486a-8164-e5bc4249498c", "e364400b-1924-43a3-b649-698cb07d81dd", "a3d29c6d-7d1c-4c5e-8075-75c574514310", "f3c44afb-d86d-4126-bff4-b2a5fd76d508", "284f4742-270e-46cc-b655-d95c2c12c10a", "f5c45447-5daa-47c3-ae05-903e641a3be6", "e6dfca66-b514-4d69-9806-8e93c24b5523", "2a54deb6-2a89-4b4e-b95f-5a32df555acf", "049d822d-1fee-49ee-85c3-3e806c2b55f4", "30c45675-e572-4ac4-aa26-64e288934774", "1e552f8f-7b5f-464c-b477-8fc107604cdb", "67759a77-35e2-446c-805f-c7de6008e4c6", "efe8659b-61e1-4fc2-b4f2-6f9c53c03fed", "bc876cb6-dabb-441f-84e9-f5b1fb05c851", "90f41f3d-22a1-4276-b336-102ea1f1ddaf", "e3745345-17ce-4f6b-a651-cb4a9c2a272e", "8503de5a-7845-498a-9d52-2b163adec3c8", "f99a6459-dfa1-4aaa-8628-1da9896ac032", "93094ce3-955f-4588-8183-8f86576ffd7d", "3457adb4-3813-4200-95bb-8b93ce92f8b1", "8db130fb-d6b3-4efa-9345-20012be572d8", "d11c9472-a97c-4b18-933e-4f537b1ddde6", "0da916c4-8e84-4b0e-89e2-6ec3b76830b2", "92d90a7e-cbc1-498e-adfe-cdb37c91e0f0", "4984d41d-b7ec-4df1-b778-7a6aaaeb0898", "5cbfc1ca-6cd4-465f-b8e4-450dba31e9f2", "de1eb43f-4ee2-471d-8d3a-d67629e0492d", "e67f063b-9f59-4641-bcaf-7ca2691d0bfe", "cfbbfeb7-1700-48e1-855c-4ed148a5fc08", "ee10c3b9-e1b9-4ba7-a4cc-d5ba3c53c48f", "e241e730-26ed-4bde-8ca1-1429b6676215", "10a4c008-941c-4081-a61a-6768741cddc9", "054cfee0-77b9-4684-aed8-b54fe52dad3d", "b3f20fe9-5caf-417b-bd79-23575a112053", "83e2c23b-bc0c-48ed-acc6-6f9cec26c770", "a21d79e2-1e5e-4b54-8105-c5eb1a919075", "d5889e99-50c0-428f-bd80-ffeffbff9a6b", "3ab81a29-54e9-4b00-aa23-873ce16f9e52", "9d80cdda-b13f-4919-b63b-d073dff21b37", "303c80eb-44a9-4436-8506-d108cda76836", "dc97c22d-5494-4374-9a24-f958e4119993", "1d3429c1-b9a3-4e29-b36a-303d8077c4ef", "b2bbf3af-4cdd-4f7f-a394-f2a2cac6f39d", "78b88063-6a55-40c0-86fa-f6e47192a20a", "ba6e9414-cee4-48e7-824f-5affa3347af9", "db6a87e4-bc18-437e-a8aa-1c5835f1b2c4", "33a5856c-834f-42bd-9bae-885a0c9d59a3", "2a38d45b-d6f3-4d8c-baf9-946d7c630788", "7f082c38-a33f-436c-a0c5-6be98e19a8c0", "6da130e1-dd2c-4957-a766-c931f5ba41ab", "638971c8-8ca9-44d2-99b1-977c854136bf", "0b9deb3d-9140-4e39-b26f-946dd3dc50bc", "00a7c075-0366-4069-978e-e7b8c9ad879f", "5ef398c8-bb28-4284-b8c7-f4c5e32fc50b", "26876af1-16fd-4b4f-ab65-153fc6edd885", "d20a6d84-6ed1-44d6-b905-09543e80764c", "6ed900d6-1bcb-4af3-9b21-096e933f71b8", "f12bb7b1-c7df-4ab6-8cad-c0b99ea077ab", "c60f2f6f-a6da-44d9-8b56-5a25f3fd26bc", "2d524a9e-ac56-4df6-9eff-d8246a691cc1", "94201b73-4b84-477e-bf19-b75a7d77c133", "42b47aa4-9f70-4f69-8b3d-2e638aef7026", "4bc8e740-d28d-4ac8-88b6-d02bb8a3655b", "d3b32017-2fdf-4f4f-893f-d73156f9cd81", "f4ab3e38-b3f9-4917-aa34-cfb00458c3a3", "33b65c42-e0d2-4ecd-9aee-83131c112e10", "52b5bd9c-f86c-4800-b3e0-4a369247b5c9", "db1d7b54-229a-463b-9924-b8b93968c893", "3a2631ac-78d9-4d42-90b8-a206369397e1", "a52be3d1-ab65-490a-840b-f89d67674d6b", "c3c5169e-c29d-4895-8b80-6ec038784021", "a2cd7eb2-1102-47ca-bcc7-d79ada1424be", "04ceba6b-54ca-4d4e-b034-6a1263077e91", "f72374da-c50d-4988-a98a-23d5f038cba4", "7023beba-ef92-4251-b090-67e82b634b8e", "08b67963-4fbe-4854-8559-fc56b9e04a1e", "52ae53bb-f0c8-4735-b064-92297ea60785", "0f6566f0-c4df-4664-adaf-ca097c6e598f", "d80e815c-29f3-4805-94e3-d477e30bfa13", "8571f4bf-e311-4771-9f34-24e95c340c3c", "ddd90659-a1d5-4224-a2dd-b14374edf7cd", "ae881198-ea29-4a94-b854-f5570a304185", "f7527a9f-1d13-4159-bbb0-3112cda641fc", "dfc96109-408e-4f9c-8818-a4fda29c431d", "beebd51e-6a25-46ae-8eb0-2c2eeb27f555", "793dd765-dc22-4418-8a16-b76bb0854206", "01ef9abb-76ca-40fe-8d94-baa5ed6e85e5", "4a2b8fa6-a487-418b-ae81-2b7f12e337c1", "3fb25159-4087-41c4-9141-4150cd2fdeb1", "602a2464-3fb7-44f6-b0c7-f0ea850b51a9", "0b3d9a11-bcb4-4de5-94f9-642ac8e076b7", "3223c7d7-a286-47c4-a91f-522d2bd1124c", "38cc7485-d968-47ce-a860-a915f73a4d44", "37af70c8-187d-4ed3-8107-87b753ff36f2", "ad1ba8a4-7a56-44b3-829b-ecc80024c3b5", "27f5c784-1c0e-44b6-989b-f35de5db5652", "66854e74-ce67-4fda-bec9-d91699ef164d", "980670fe-f5ed-4451-9101-75e54330db47", "c7edbfde-ad6b-4993-bddc-f1a898100ed6", "2c14b3f7-94c5-4800-a747-47288897bc24", "f6e374c6-9fde-49f8-bf68-7ea63d064e87", "41dccbdc-f4ab-4b38-b6c4-d609b9ddff5a", "b4de6bc1-1505-409a-96c8-7d768211b576", "10c11432-be76-4e6f-9fa1-c6a1ad22f6d2", "9856fa15-2c3f-46ae-a6e5-53c4c0740e70", "86b919cc-e6eb-4b60-ace2-57f25ad4d0cd", "3151ce17-f5e5-452c-86f6-a2c2b57ca7dc", "699de0ce-1e10-4e9d-90f6-b341fffc449a", "20f5391a-ec37-4122-bda6-712dbaacbef3", "6b55750e-2c6b-4876-8b8f-5abf28db8c26", "2931f19e-33c9-4e76-bd04-34553749b591", "af156980-b095-4a63-88de-59ccd760f0cc", "a84a58e6-0288-41fc-ad50-4265b53245fe", "658bbb25-df43-4192-aa23-ceec6a4e8412", "991b5782-687f-416b-8f25-29388f51ae51", "051a2816-61e5-44e3-b509-b82498b332fe", "142150f8-890b-429f-91f8-1306e02cb6e8", "8d742e33-6079-4b12-b31a-612b4f96a16d", "9e10dfe2-ac55-490f-9e55-271781bdfde8", "d0c5a067-ec56-45e3-af00-851ca0bdee68", "4cca0118-48ef-403a-8f13-4ba3226a65a3", "4238337d-7d12-4d22-a924-3e0c2af643ef", "acb7e2d0-b9af-4455-9e25-0b271171d013", "e0cbea07-ca65-4d85-a1d6-48307997a5de", "0f4bc087-b330-46f8-bffc-156140d05787", "aea292b7-5e60-42e8-8c53-3a892571e38c", "78a44deb-bc3c-4bb1-ae32-9f369012173b", "aaf9ae28-c80a-40f0-997f-d30c3b745b21", "3c99e306-7dbf-48b7-9cd1-ebc795e07b23", "487dfe82-27c3-4035-8b56-5d087ec59e4c", "9a617ef3-8239-4d90-8e55-694084739293", "59969dce-408b-4419-ab11-b10c550355ff", "724d2dd5-c7bf-4edb-8722-37fe73919911", "10fdd1af-5fb3-4077-8456-cc9bc11a8aa5", "70659e3b-e011-480c-be3d-8b6f8c78618b", "4aa52151-bab4-49a6-b40b-3b542d37e33b", "44e00677-0bcd-4a81-980c-191a71c29ca7", "e034df55-8a81-4b2f-a083-4c67002afb50", "f88d337d-7a84-45b6-9e74-17ddb4fd38db", "c5fac049-b257-4294-b44f-1386a65b6edf", "53865c73-4e99-4d38-84b9-e07741a8ca15", "cb92915b-b2d8-418c-a312-c751e208f151", "4cdeb97b-0849-4861-a72b-f0cbb8196e84", "8f9bf8f5-6798-4c3d-962e-7bbbae3e42fe", "2418dfb4-0256-4e65-a5c7-bb31d180e884", "582a7452-bf16-46fc-9696-a8c4f5d561f8", "5b300502-6ac3-43bb-a61b-dfa29c3defbf", "709be28a-7010-41f4-8c9c-e5042c712477", "49058108-52a0-4c88-83e2-467f5a4eec1c", "1c86c4e7-ac4d-4f39-b6fd-8ef64987b9ed", "e8c1ec44-5890-46de-9df6-fb340bdb99cd", "68c78b1d-9eee-4b6a-b3b0-375b993cf5c3", "fb496f6d-fb55-4805-8387-1054a82f01ef", "01d2fae2-24c7-4efe-a61d-ed0c594bf0bd", "7a46593c-b7eb-45f8-b1b7-1287d38a6a0b", "547607ac-eec1-452f-801f-08b5ff5b6711", "8f48d059-8de0-4287-80ce-4f67ad93f017", "2bd24b9f-ed7a-46eb-9c02-c6e3dea92e88", "1b5aa913-dc06-4a83-a786-01f9849754f3", "2414c289-c249-44c3-a0f8-1e6c9b88d7c0", "ecb27a16-1140-4184-85c2-4f97b94518f4", "95769bad-fbfd-4ed7-b4c7-a37d8994b433", "4a88ff26-dcf0-4635-a2f8-8663e2534998", "9fc2bd71-062b-4e0c-92d8-27f5a33996bb", "c10d3e45-a7ce-4353-bb53-34300ed641fa", "7e4ee1a0-a83a-45a8-a946-5eef850dad3b", "bdc172a5-acc3-4a48-adcf-77eb035424db", "21ebf2f2-9ecd-4db2-b37c-113ccd01d577", "68581f10-6dcb-4f84-b054-b02f36b6f885", "03798018-8f56-4840-bb6e-de142e2cb569", "43c56416-8520-453b-9c18-a266e0b0ea05", "13227210-dbce-472c-9b20-75036be10457", "d25e4122-dbf1-458b-9170-d8fa246f94c8", "2c1e3938-a226-4e74-b5aa-be76dc2d2df4", "157fec2e-7ed7-4030-b1c7-b64fb75227df", "0910b891-da32-4476-a38b-0abfbb454390", "891bccd6-eaf5-4f30-8f07-c8c368374604", "affddc8d-9ce9-4bba-8075-83f579378e10", "b3242b83-6a72-40d2-b3ea-e4018dbe818e", "7cca77fa-781c-4c1e-a82c-ce3ef03b9aa2", "66a809f5-1623-48bd-a0e8-e1766867b50a", "e427a1b3-610a-4faa-8cdb-2b83f8599585", "0716b381-5b35-4e32-8e1b-630927217146", "fc1dd6e1-8821-48ab-9d77-877c952b2b1c", "29f9ac23-97e2-4426-bb55-becbe7aa62fd", "80d6312f-9bc0-4361-8367-e4c5d56376b2", "e9507afc-2f11-447b-92bc-34c479a9c14c", "d9a21117-a8a5-41cb-8e82-7c68ac509af7", "95f92e7f-1bb7-483b-9848-28395dbd6b67", "04590284-a266-49f8-b84a-4e6e296ca3d4", "0f373e4f-7fa2-425d-91bd-c6c05b5e34f6", "a2489522-e053-439f-abde-097a77b6e19a", "27b62c18-c12f-435f-bbc4-2109f1747811", "019c04a0-94eb-4e5d-92bd-5b2759b430bf", "e6ae98fa-eb39-489e-9b29-075c176617c3", "4dd39243-dc82-443c-8c4c-72a9eb721182", "c1affcbe-0410-412a-9399-d6057c6ae88c", "750bc3b3-f375-4b20-89a9-774be49f7bff", "4b48842d-ad2f-4cb2-9750-b847c66d97c0", "6959a003-c098-42f3-87ff-5eefb474507a", "f8e05282-c55e-4830-88fa-7f4dae9ae68c", "0ac8e912-cac3-448d-aa7f-6a85c725a7bb", "86e5c0a7-3931-42e0-868f-9a4cfba35879", "2409a041-dae1-4846-bd16-af3adadbb347", "c5490f0f-1450-492c-be61-69c6a0164b90", "ea022503-03a0-40a1-b521-ec463ae0184f", "1db3a5c3-542a-411e-8015-ee941e45b7f4", "250550a8-33e3-43d2-91d4-f086da3678d0", "6e4ad09d-c35d-4ec5-a66a-fdf92e958c55", "01836b5a-2237-4d12-9ba2-f0a93a1f9c6e", "f9905077-bdf8-4926-a677-674ea707ddc9", "102b4fa5-cee4-493f-b863-de6bded24a8f", "0d7f7e1c-9fd0-4fb6-be72-91e3f2248c10", "f34f06a0-182a-400d-9966-bbbe46a476e5", "b86d6d99-6fa4-4645-a8c6-1624f96740ab", "53418475-dbf8-4980-96ff-e0e43afb8857", "c5c672c3-246f-48b3-9a3c-46768c4caaaf", "9dc31885-dac1-4cfa-ba78-dc8fb61a1e0a", "817a86b7-5224-4fbf-aec9-a4e0dd4536f4", "2aa3225a-d0c9-46fc-9060-286a377b56c3", "4889ed0a-8be4-4d83-ba11-1ba0a0ed086a", "fc379df5-baf6-4763-8922-89e4a0c06326", "e80c67fa-3828-4f59-90fc-5ecd3164c420", "d4b21023-198b-4145-a0e6-3481014b9e39", "8acdbc05-d5a8-4019-bc4e-b3685d9a40d8", "8e390e75-a026-4900-afdc-96c29aaf5b20", "4cf750ef-b3b6-4e03-bbfe-952bc240a969", "9b429cbc-126f-4829-a1ff-0328c2c148c4", "8ccac902-b04a-469f-80dd-b76f17e20dd0", "b3171ba8-6da5-452e-ab81-ce4b2f1e0c86", "2862b5ac-a7e5-4525-a807-808f74c1ee66", "ed48423c-bd28-4134-a1b0-c7b87f7553ee", "f933bd48-a863-4112-a46b-bdb2089dec40", "ad88a6b6-cd81-4bb7-adbf-93384d40c730", "0e297d23-013c-4f60-b5b5-aa9042681379", "5a09a1de-b0a7-43a8-a9fe-1c992d2849fc", "cfd3ad8b-88ff-4fa0-9fb5-b9166ef52fa7", "e3743315-94f9-4460-802f-4ae5613f7f0a", "ecabf123-5309-4051-ac32-9ce69ae03422", "b4e6dc69-cafb-4c4d-ae92-d275b124ae13", "8bd92f05-8411-4019-bbaf-6d4ade770288", "b0a2a27e-aa34-464e-afec-955d0a4c4868", "60bee4b8-15f0-4da2-8adb-b632d2735433", "19a20837-1b37-43f6-8e22-788008287c6d", "e00e4564-7408-4b8e-8e94-7c97d5024295", "3d5f60d3-0d0c-4934-b4e6-7490c8c3b5ba", "5c965dc1-bd83-4a74-97c7-4269b55150d2", "f3c3c5da-f2f3-4b0f-ba4a-22a950f958ae", "b5e61580-66e8-4b17-ace7-0c3f1ac112a5", "20f6c299-a392-49a9-8bad-a91df87fb91a", "445a7890-8975-4091-861f-c2ce8d8032d1", "892bac53-3c98-47ce-aec1-e2fccabdaec3", "0016180b-a0ac-463b-8e80-8d59e46ea40b", "35f6a00f-26a5-4ae2-bf14-599937653014", "542d7d13-c28a-4850-94b7-6b83c7de6568", "b17323e1-50b0-4442-8fe2-95dcbdc06aab", "1292ca83-2b24-429e-8984-1e64109407c5", "915f963e-4dde-47ba-b1fa-0ca52c57f232", "6f960828-d50e-4569-95cc-9e5b5cb2fa06", "aa354162-8018-4eca-936d-ab2f3cb180e1", "5a080be2-ac56-4992-9ddb-c03975d994a6", "b0f39223-8026-4303-9e62-c78a8981920a", "745ef8a8-7ab1-4a51-8a37-4f3499ad8668", "cfdb481f-5c59-40c8-b9b3-7d46dd6795db", "6bd72d59-e55c-4cd3-bb9e-8631a4098622", "8f772d9f-988d-435e-aa65-7f47be460956", "16e663d5-ce0e-4e21-b526-98d7f37e3191", "f60d7e2c-0502-41f3-b509-2ae619260236", "18085e5a-7b08-4e0d-ac62-a1ddf94371e9", "79e3d39b-ce25-4d8e-9bbb-9eb6729133c4", "844e6a50-ae68-4494-89b4-04bdd951cf69", "da88ffac-d082-45dd-9cf1-15fb909041b0", "342725f1-5f57-431b-9d4c-783f2e78502b", "823d0e28-7481-4adf-ac97-27adf603c1b7", "2bb07ab1-840c-44a9-b3e5-d9eb0299872b", "2cc62255-e2b6-46d3-bbfc-8c30e5778cdd", "62ed4eaa-d051-4869-96aa-17661f655ab9", "4401988e-fa8a-43e7-b0c1-7ab299d61996", "e7cfbbdf-610f-403d-9a80-eac9492daeb6", "17c2d297-45f1-471c-978e-69cc3f427735", "89275020-3836-4e07-b2ea-44a9bdcbcd14", "df728539-2bd1-4330-accd-6e46a363fda5", "d2635433-84d5-4e85-9036-418e7c6a8159", "bb7869e4-8d38-4b81-a515-2668a918cd49", "c8db3673-d82a-492d-97ff-4a42d695a50b", "831985c5-80cd-45c8-a477-68518bba7742", "e698b0b2-055f-4756-8633-5d17320879c0", "103c6ccf-7e0b-4d90-b1f6-f2b42dee2a61", "c4871b78-5436-4955-87c7-b3e095105fd1", "01f7c552-320c-4b71-a063-4383bb668300", "e1769bc7-353a-44f6-9051-9c1efb532cdc", "b9151a87-fe04-4f06-b607-8b12b2059fd7", "62be79d9-95ea-4d50-b2dd-aeee9c2ac3ea", "1a5065e5-b003-4347-8f09-bad50c470c5d", "d3c338c5-4de1-46c5-b17a-cd725c07351e", "ddf6a7e6-f8f7-479d-98ab-98585772b912", "6ffe375c-b1a1-4f26-bee8-9b0622f162a8", "0f8c9a01-2167-4ad4-ab76-8fa8ab4062ac", "63e0ce9e-426a-44f8-9aa6-a963420b304a", "afada78d-b425-4c50-a08f-f854a679c77d", "d14793a9-5608-4930-bce7-1feab35bc639", "948551c6-66e9-459d-bde2-c710bb476b2f", "ddf4ff1a-9f0f-4ff4-ab5b-9bfd47b7de23", "07751a35-fb71-4550-a850-5a236058280c", "f6faf699-badb-4154-9952-c6b8e66fa1a6", "c3a73483-d940-48c9-b607-36fd19e2b74c", "5711546e-2212-4a73-96b2-7ecd4d46ad21", "b0b67a18-6ebc-4efd-994b-10e7e362a7e1", "746d33dd-0d2d-4866-b254-4ffa59366cbf", "3e4e2b02-2e8f-4124-af2d-4d9f3c1dfc3a", "4ffe3cda-25d2-48ae-a81d-1f13dcb30389", "f11900f6-1813-43e1-bb22-a068404ce3b7", "71861d7c-4fe1-472a-9e54-728de18d9e91", "8afe11a1-4c36-4ab8-b16f-94c0ae04b290", "faa19da5-a470-4158-8319-c47178dacb67", "e0493ad3-79de-460d-a87b-af6b97e9936d", "08da31ab-7d27-47a6-a88b-1abf9237d749", "9db12754-6342-4d47-afcd-97bf24a22bf6", "3ac7d64a-711b-4577-a6db-4ef503a3d56c", "1197381e-cb06-42d0-a490-a3ea46ec0f25", "00619a98-56ed-4227-be10-32670235f67c", "de30e752-b6b5-46e9-bbca-81e30fd4b16b", "953f7548-37d7-452e-9a6a-b9422f7e766a", "9545e92c-13d5-40d4-b9de-9d8bced97955", "cbc8d32a-987c-4f9e-94cc-731705171af4", "8b300314-0d5a-4d1c-927c-dfaae9086b08", "8ba2f2e9-7d91-4b16-9304-2d52be98fe0e", "15965f5f-26b8-4a55-bebc-c575d26d6012", "72900dec-ec29-4447-a0b8-1fd6aea03954", "d80c3151-cd28-491e-82ae-500adf69176a", "4f506e97-a507-45a4-83ce-04ac19757ebd", "20023660-a305-4066-8c7e-2e93ce6efc5a", "864fa3f7-ace2-48c1-aee3-a93d57d7b975", "43392f36-4409-4995-8876-570631b3caa2", "9b23b776-c748-4bb6-bead-01ff772f9ef9", "a23cdb5c-9f5c-4ceb-a051-1c33c1cfa643", "dce56590-81bb-424a-8ed1-77596abe6f8d", "b83553b9-a8e9-4c9c-b286-517b2a258c31", "3b2b9846-0b6f-4121-a11f-63fb39b906a3", "e5a2ef68-8b60-4b2f-ba50-cd048d6f3e3f", "340ab204-1a66-49e5-9385-a2a4c511c8fe", "75b73d34-a8e4-4568-a1a0-f62c4714515c", "17f025db-e096-4e86-a44d-b63df68cd56e", "27ed6802-8140-42d7-9be0-c1d69ddfd807", "7dbc24e3-a635-47c4-8cd0-d6c3d88d9de8", "e0ffa0ba-fb9d-49ee-b4ee-fae2e4ed6ba2", "83828767-6092-4292-a99a-8faf8a3a6939", "52668073-f9fb-457f-adb6-c1635866c74c", "afbfb5cd-323e-427d-b4c2-7bbdc347e787", "a58ef8bf-bb4a-495c-b63c-45efbe537fe6", "591da383-fba7-4f58-8704-3976e0bed244", "5df247b7-474e-4218-8f1f-eb3c7e4ee000", "5174edf3-b487-4085-b838-612b1e4362a1", "0e66fd4f-2dba-4c4f-838d-308d668110b0", "f09103ab-5c58-473d-89ac-ce604f32fbf1", "8605bfd5-a073-4637-8f92-3efe8eff62b5", "bdd2a60a-4bad-4f59-a25d-588460576e7c", "63678391-5271-4b5d-a70f-c66ccb062359", "1304b86f-42c0-489d-a0b2-4df3f3af5d1b", "083aa1f0-d35b-4d33-90b0-c3347af9db77", "f5763c20-2873-446d-b373-f638b11919d8", "203e51c3-4b60-4817-ad52-8891fac0b1d6", "7257ace6-d3fe-42fd-abf1-198146ba4d21", "f93e0b61-96f1-4715-ba7b-3e47ae911f6f", "48f1c690-6d53-49bf-9c66-2d8cc00f3f2e", "1b75f957-a60a-4e6e-aea2-5c595d8ce772", "f5ac047a-8bf2-4a77-93ad-d9b955f164ca", "4cb45231-54a9-4053-97a6-e3325f7ede67", "5ddf13ce-4f30-4f8a-8ef5-ec6410ec96f5", "5a8b6dab-95ad-483c-acd2-56dc530cdf47", "41e800b3-ec12-4993-8f03-e56ddf03fb8d", "f6370929-49ea-470f-a0af-85f64934fb2d", "10bf8acf-b7c9-4d3c-af6b-076ca676643f", "79a648e6-299e-4d44-a2b0-6627184fbc39", "8e7e8a13-af2a-4306-9d19-b045dc31ac7c", "ade176be-8b07-4eef-bee8-f9b33c80ecbd", "a1f4110a-341c-4020-a8f2-5f238786d0b1", "5f50663c-5b5c-4a48-8582-6d731492530f", "ba91b5eb-9c30-467c-907d-b4486830e0f1", "a4cafd2f-a88a-4299-bf05-59ca5321367d", "bc5e9e00-b028-4e7d-8f49-b652af74a692", "1ea3a1e3-5448-431d-8d61-f8cae74b5bec", "18a192e5-2174-479a-b2ae-a4df6281b8f3", "b86d59ef-374f-4019-8d5d-5a24486867fa", "2a001254-8a01-4be4-8ae6-64f59d2d8a2e", "3fecb844-361b-4e71-96dc-d2a861c94a44", "27aded8d-33ab-4732-b5b1-6a663b75f438", "0f10d79b-6dad-4b04-a1ee-9ba42b3ed83a", "32b0906d-4fcc-426d-acf3-3123eb57fcfb", "266f453b-b81a-43a2-83db-3350f4b9e5d4", "28748044-c034-4d19-840a-9a824e5e9564", "82ce2d0a-5a1f-4167-995f-cb9f3aae889b", "7e8bd249-fcbb-44c7-b170-c3e10b6fc1d0", "4b1f3663-79e6-448b-8c9c-2c788da3dcbe", "571b5d67-6cd3-4dd2-88ab-e3e567b17fc8", "4e2dbec1-a4a9-4816-8914-775c8f87fb52", "5346508b-e0d6-498f-ad50-2c2adf4e90c6", "1e773ed5-ed22-4948-856d-e639114e38dd", "e17341e6-a8bd-42b0-920f-35ad8b0fab05", "810e936c-eb57-48d4-a6e6-e850c82d3c70", "cf787795-83b6-4b90-8335-f985433df2d1", "48a28925-f854-4a1e-843c-06ebccea9b5f", "0a333f2f-1371-45cb-a139-477e1388d54d", "a3847fff-e7a7-41fa-b40f-505ee6807363", "20cf8b50-0db2-431a-a34c-f2c9113bdb39", "f21efd54-ee09-4fed-b7f7-75eca17bb446", "3af21c93-7292-4773-8a9a-36347d73cd97", "517d30e3-862f-4250-a044-bdabdd9542fa", "46b20d9e-6f80-4a0c-bdc5-119e6b345a02", "7c48bc84-ccb8-4d0d-a095-c68f142147c0", "59029731-c849-4526-9cde-a85587315817", "16fa31d3-233d-47d4-9f01-84a02a210f19", "eb05da06-a449-4454-93b3-8b6229edc95c", "752d1273-b75a-40f0-898b-d21b7331a9e6", "314d258f-4241-4234-bce0-a1fb9d5e0aac", "aefbd650-402f-47f7-9749-655f2549a819", "d9d61f03-15ac-4014-bcf0-f84787f53f2a", "31a111b3-4b90-404e-845f-037f67dbb86b", "859e063c-8a81-405c-b68f-41f61aed683e", "78a3833d-2e87-46a2-b925-fa53a3554f01", "08a0c560-0b12-4705-b3bf-e960bbb184ad", "e19033a2-d13c-4629-974a-c7f335526945", "341c4226-b6b1-4116-98af-feffe0ad1ce0", "37851c3d-0a74-4084-bbd6-a13599f44dbe", "dfa2cb30-5c17-4e32-a5e6-dd2d2e2ac7c7", "e286456e-108a-4012-b607-cf9f0928807e", "1ed67d03-07eb-4cba-a60b-6ac11d834893", "ad07280b-f52b-4ecf-882a-6e0a61425981", "47de0995-ce7d-4eb7-8277-bde4f0e16a04", "0fe6e53b-5ad2-42ac-b1af-d85194ddc4c4", "8d4f6235-6688-43f8-834c-451ca54dfc20", "36cced47-5748-4a76-bfa1-84a1238d8a75", "daf1633e-cdee-4991-a423-6ead47ee20cd", "f1d499a2-d125-4248-b367-0bd4de225bad", "d794c08c-b88b-420a-8a5f-7b446dd2acc9", "8f945cd5-2013-4786-97a7-1e19e6764163", "e2050e6e-ba0d-4875-92bc-4f45c73ce5ec", "77cba92a-10ff-49fa-b9b8-fc294497cbff", "2a87defd-996e-49e8-9f38-3f9d49a48389", "a1dbd23b-12b2-4cb0-85c6-a32f6a6e8020", "0aa642a8-e407-467f-9a9f-d38e7c66cab8", "508c08f1-fa25-4fa2-96a5-003bd60ea479", "94ee33d7-61d9-45e8-a629-2d04f373afb6", "96c51687-8b5b-4824-a7d9-ccccdf391e05", "e6be6e4f-5e7c-4911-9e38-8594ca53af78", "d205e189-8910-4f11-89d8-3376b4ef423a", "171a5b94-435a-4edf-a419-acfdf51540a6", "167105b1-a5f8-42b0-857b-a50a59c9fff5", "e9694f36-a9a4-4b0c-8dd5-4f1fadfe1235", "737bb038-9095-412f-a9ba-65ef10a32e73", "cd49ca16-88e8-455d-baf9-8a8d2b3c7bf3", "4d7f85db-0764-4c7a-b4ba-9efd71ed2f5a", "9e2f0554-51fc-4afd-9db3-d45b3bb0e41d", "c29b0a95-5839-4064-a0dd-2181a7569d43", "2f0d133a-7165-469d-b55b-8f7343ddfd37", "a333e392-e864-44b6-872f-23657b518904", "01f8e08b-c72b-43a2-9cda-efbd60c93f1e", "f551bed9-3001-425e-978f-8a0235359d07", "2ffb72fe-2f40-41e2-b879-a5d82d01d976", "29ae9233-c0f6-4cdc-9930-3277f4e421be", "d55f5a65-7b43-4387-8be9-7a265e787ca5", "afafb67b-5143-47bd-a38e-b14137e6c51a", "dfb72ec5-77a0-42cd-b904-631657fbf4dc", "9b40ede5-401b-49c4-93e6-9cb955594e39", "deedb3d6-f35d-4b84-a0f4-7cf80b4f41de", "3c3006f7-6228-42bd-850a-a4679f9e3517", "eb214933-4f02-4843-a770-a92094abc293", "53c0911f-6a75-442a-8427-e50cdd5e5652", "dc0ce991-d9b7-4284-917a-4f335c0f58c4", "32c09d04-fae7-45b2-ad2e-a58f4842a499", "0a11e86c-1702-48ca-8d83-3a8f4998ed1a", "9c39036f-e295-4c2e-b984-1e536c62cbee", "1c12b6b8-6a5b-4337-985f-7ccc6527f1d9", "37176a86-f133-44d1-82f4-4174d49e09a6", "7218c73c-adaf-4351-9c42-c14336ad98c2", "09c61392-505e-4e73-9865-4f8ce68d6a9d", "cfc749cb-9aae-4869-ba98-33679c677f84", "05c414a2-eac8-4439-b8c9-bf9e62e2c212", "e381f0a1-d53a-4f6e-a284-78938532d8d4", "8d58bf83-160a-4998-a944-dd0d7b11176b", "67573bfd-b308-4300-bb9a-3bf9c6dd705d", "d570e529-8df7-4230-a54c-da44c847cbee", "46302ead-e72d-405c-b0d6-5b794a920205", "a68fddfa-5795-416e-93cd-29bcd9cae77c", "5895a6e4-8523-472b-a0cf-a6616ac5614b", "50dd3711-d14e-4690-beb7-15bd5f9d4357", "733b4c38-b89f-459c-8187-173fb5113ce8", "81ec957e-051b-4d27-a522-4526dcad5db1", "d622368d-dbd3-452e-bf08-98437bf0b869", "31050568-63ab-4d15-8124-6b88ace9a6cc", "1b57995f-e5b1-4f29-bef5-462e5964d7bd", "312b6cb8-c09e-432e-9995-f8567a678230", "79852e1b-d45b-49c1-aa8f-2be21c764a91", "8912188d-c563-4f1a-ae79-7e979cb423b1", "35df70c2-2f6c-4969-b2aa-19bdb98e6684", "977fefaa-2cba-4048-927a-bca40313d705", "538a0ec7-9b64-4365-8674-d0a9d0527ccf", "eec3ded1-a9cf-46e6-8cd6-f55d484bcfc6", "d9b3ecf9-2583-422c-9e6b-1cff93d135e6", "33c7df9b-e5c4-4383-a56c-8c1c8dcb5915", "3f3d7977-e844-476e-94f8-810936d59330", "f02112ae-df62-484e-a86f-228bebf16c87", "714d42bb-5957-4e45-8444-87791c4d04b5", "f5918ea4-61a3-415a-8383-84ec6dc2b7ae", "6ea50ae3-31e5-4d42-a933-8adfe0dcf8a6", "8df55f7a-4059-4d55-a8bf-bed79089f204", "9d4686e3-e7a7-465b-9c17-0734d476839e", "f90eae13-a5ba-4696-9914-53c9d39b87ad", "aa65d6de-5afc-48b1-b10c-2afe524e2eba", "996fd1f4-e872-4d57-a1c9-30aab5d08991", "a2a61de3-5f46-4729-916d-63c2b5a33ab0", "22a3e494-e167-426b-b47a-909b585404b8", "b681d31f-3b6f-41c2-9115-62d9873ef700", "88393f5f-aa84-4481-bb9c-e2c2eaeb4288", "e1925c78-c64d-4265-850f-def6973e14e2", "88a72a3a-8237-46c2-83a2-0aafd520c70c", "5754d220-0056-4905-90a6-9e710f502ce2", "3d0c02bf-da09-4fc7-aa5c-aa7a7e839667", "d93006f5-9d61-48f2-8cd5-4e116edaeef3", "9e820995-bc2f-4dfc-a284-48bdd1c563f7", "27862118-3778-4bfe-bc6c-7620c91922ea", "831b9980-ed9f-4d64-b082-860022798b4c", "e6073595-ae8c-42dd-af92-bbd5d1a86dd2", "fc7a33cc-7b89-4f60-8551-d55f54e7441a", "10230e54-6d19-43cd-8d22-126ebf8a88c9", "82928f0f-1135-4a95-b5d8-204e5f3274d0", "c7087ad6-cbb0-475f-8751-9cd74218f97c", "9c7cf915-de58-49d7-8b4c-9bcac3c73733", "028ce47b-f83a-45ac-b9b8-950222143db0", "406b12cf-f01e-418f-abe6-e36c8e295269", "defe87ea-feb2-492f-aed6-efb3898efeb8", "a486b04b-6d0b-499c-9a38-66c87e5a5839", "218d33e3-0827-42db-95ef-a6da1722af24", "75815731-976e-4b7b-8c6a-7c8fbbf518dd", "ec5bc270-b865-4308-a9bd-9538940765e1", "872e81c6-94a5-446b-8512-c58b979695be", "f2906b83-9d00-46de-a13a-721654848276", "19bce9aa-1133-49ef-a7df-a37651fb034d", "40ba88ee-fe33-4e3d-81c6-b567aa3b4bd9", "257fa391-f291-4e0c-835f-4d021578c69d", "5eff5057-427d-420d-9e17-1c352396cbc8", "ef32ea47-a86a-482f-901f-31e12131245d", "98df10fc-bdf6-44e9-baa2-92911c9cc304", "e1ab29f0-359b-433d-9f3f-4283b5c47858", "8c708d51-8146-4d9b-af37-cd0ce39b4f18", "9ac2976d-51c9-44a3-9283-f2386bf16fef", "e1440947-3fae-4322-9b3e-4bd53786c53c", "571bf401-252f-4fd4-8478-bf77412fb4f5", "eb248168-2c05-48e1-9902-bd3612e2ae9d", "05968b94-e101-4eb8-8db9-37dccdbc6c1a", "4dbb5aa3-e493-4645-8a05-11cb03138b11", "767f3e97-0e80-4ed2-80ea-9ee4c0ab09a9", "df912ff2-551a-4dca-8dc8-16a817b75066", "0c4a650e-a75b-4a8f-8703-b11a8310688f", "82be3a92-8c8d-4dbe-acae-bd9646bb693b", "b86ef49a-3f0c-40aa-8a2d-81482feacbfe", "e266789b-224d-4f75-bc10-85aaf4b7e334", "42d0d42c-7693-4356-8715-a441cd6a3df7", "02bd5826-8840-4b5b-84e0-4fc3f0cc9ba4", "b7165a84-78cf-4a4f-9920-c6d4bfa69e42", "16b452a2-07de-4a15-8203-12adb5fcadf1", "c46e7b7e-484d-4356-819b-faf630318d56", "797214e4-0e3f-4bfd-98ee-672fadc59614", "1f0fdc36-ed90-432e-ba38-71866a6c6424", "de7c3454-b82e-45a1-8d99-81ee1ccf575b", "738befec-224b-4ed0-bf12-1dc33f937fc9", "1d7bbc2b-11b9-44d7-a57e-828ca9f5761f", "2125e40c-f8a6-411a-b6e1-f29371903319", "45014306-d82f-4f7e-8e6d-fb1af7e74a51", "00d52dc2-3ce2-411f-884d-43cda88efa59", "17391b21-7967-4cba-a7c8-916611ccd64a", "d9956433-f694-4597-8007-0946d60c0dd2", "4f77b85a-c45f-46ea-9668-7820e99fd42b", "03f21b24-2f84-4fd5-9e6c-9243d17cb093", "cff05b1c-946a-4057-b8fa-b945b90217ed", "78692dbc-158b-47ab-9797-c9e6f6435f42", "cb1502e7-b8db-4d6f-9a85-f819f2af1985", "f3b8a3b0-825e-4e4e-9442-1b03bbc715e7", "93803eb1-52fb-4f78-8f05-357556b23798", "48803881-ccd5-4390-af34-86ab5ede48d0", "83d6798e-611a-4724-b0ab-b1474a6369b6", "b1bbb236-677e-4ac3-9165-047279eec8ce", "c4ca7fd8-45fe-4ab6-8627-8d5391d66254", "ca2734ae-8d85-4fc7-9700-83bc29369e39", "889b0a32-cdb3-4b50-bbf1-b282feb88c91", "6375c450-dd94-450d-9b2a-376e2375614f", "6f7b4609-d6b0-489e-a7ad-57d5d3e5864b", "5258e349-469c-42d5-9dcb-379bd6069a18", "74fcf3e0-655c-4028-a01a-5b80457018fc", "76c4eaad-d8a0-4d07-a756-1246011be47a", "c41135a3-45bf-4372-be75-3dc36d8c6062", "4976aab8-4fa9-40f6-81d7-e31349ea394c", "c1a5328e-ed7c-4f5d-93fb-84d41f46310d", "9474cab7-9f26-4d53-b09d-524acffe777f", "df7901cb-05b0-45d0-bcd5-234b392ab4b2", "cfb013eb-165b-42da-8a1c-cb1fecf58e71", "5fbd72f7-a340-44c3-9cde-731e2055ade0", "db522c80-bce3-4768-a6fa-7f6491386e87", "39bf34df-5d55-4793-a0f0-3891f894bf6f", "089138a3-da61-432f-81c9-7b76e4ea2a24", "9c24815b-fd1f-4011-b3fc-196d4c3f7b11", "680378a5-22d9-4d7a-b412-2d59cd93936d", "c7993544-cf66-483c-814d-1473f7186315", "6ad8dffe-6d04-4069-8f9d-04c4ef82a53d", "9cf595c7-139d-4548-8dc8-c2defa64c3cb", "b0906412-6daf-43ad-83ab-abaa8a6971d5", "a058e407-1ae3-4288-a265-9c264c5234b1", "b521860e-15be-4ea6-bee9-3737ac53dab6", "1b732c07-a801-4bd7-aaf4-38694d6cf40d", "0bc70a98-88b6-4479-b4f4-61a318351cea", "eda0f71d-63a1-4001-ac44-692021749d7a", "d3402273-1a64-4785-b923-4d1044cfad23", "4b9efb1b-c0a8-42ed-84b2-1618d7d9c8dc", "d12e5b24-e63d-4047-bb4b-a3dab00f5e04", "cc8fcdb9-96bd-4cc1-bf32-57349a8a5bd1", "360ea5f4-ef26-4a17-b0fd-f5c407ff7f6a", "dfb4fdf8-1441-4fec-8824-466a8a0538ae", "55b366ec-0269-4a88-a4b5-b5cac1ccad81", "3116928e-d129-4368-97d4-5f373a33f414", "2593b3ed-d0f3-4328-ae9f-4d7f11a42c00", "2872d817-aa39-4728-8c4a-4e75e4d95a79", "93541057-78c0-460e-9e85-d95c4eaf182b", "7f83f290-d172-4ae4-90e9-e6c757911b4c", "ea2d608b-1795-4a3f-b5d7-6f6ea711aee0", "55ec2c7e-9bc9-4007-b56c-22ec99551443", "9fc9e771-6d38-400b-a7fb-2c7c1ab02cf3", "a6840b69-43e4-4d5a-ae1a-f18d189ee7a6", "50d6e7ce-0380-4463-98c6-30a139789362", "551d06af-6faa-4862-85f7-6af3a51b6e65", "60165d90-cef1-4b4d-895c-06a8bb2e7610", "3a1ac954-fef0-43f8-952c-c64b304133ec", "7862f944-5e0a-45a4-bb31-e1a4d709ba18", "bb36c33d-4271-4360-a446-76b40cdf4c44", "37717370-735f-43f8-be3a-8c31cff75544", "de2655e5-203d-4779-a2dc-8d933a0808d6", "37fe569c-ed10-45f3-9c56-1c8147b5d02c", "13c8df7e-faf4-4fa5-b15a-48074cc6f996", "c6f648a5-9a41-4c7d-b676-31620c7abab4", "0e132c9f-92fe-4518-80a3-58dd83b844d0", "d65f20d3-3347-4487-8a05-846bf25fbedc", "c59e952b-85b3-4e0d-b0d6-2295330e5fb7", "5bc66bff-325b-4fbc-bbed-d92eb7a00529", "2bbf3509-8bc4-4b16-a390-73e360abb214", "b8ebdafd-09fc-4c79-a98f-61bbe4549542", "4c3f35d1-ee0d-4e7d-993b-838d5e99a7ea", "7e21581c-6049-418d-a283-02b5ea392e6f", "425a7bd0-020f-4d41-90a0-ab02ed60e96f", "2f91f478-248c-4375-8418-87f57348770c", "da88affa-eed8-45f3-b759-ac7b44e1c9c5", "610532f8-bdc6-4ddf-90d7-00d55d495ac4", "1be6d026-58dc-4d47-addc-527b7e916715", "b7415496-fb4d-43ee-9da7-361e138bc03d", "dcfe5a54-a6a1-43cf-b8e4-690c684e3875", "c468fe14-38df-49f0-9b4e-1dbc7e390315", "e4f9b791-c087-4473-a57c-d291339bc18b", "1458665d-aa9b-4c8a-850c-39c69f4aa216", "3bb48546-abe9-49c8-8a51-18ad2c562eb9", "c695f74c-55ad-4fbd-8e13-207e5f1d2b17", "311eeba3-6436-4f59-8e82-f797f8728cff", "d966de28-83c0-4f6a-9b85-312f297f2de7", "88f4a934-3b0e-4f84-89f5-34a3fdf25915", "a41f4b65-0aa4-4ae2-b332-907b51557cf5", "4e675fdb-f14a-4c00-8bb6-c688815ff9a9", "f826308c-7097-4af6-ae38-9af85b4f5a11", "a4dc6122-2c33-4eaf-b2a9-b5776fec4d8c", "7bb29608-a8d6-4ea8-a9cc-87d620793685", "fb39972d-5da9-418e-b93e-cc92bdc2eda0", "7c707294-3163-471c-9837-b8bb95598d30", "21fa61a8-48b1-4190-8fd8-ae3ecda553bf", "6246517b-9097-4afc-8d8a-c36c7217d783", "74f98188-5a18-454a-af4f-2b730e8dc871", "86f6922e-adfe-4352-875a-a7756f9e041c", "03128dee-2e53-4261-9a4a-10acf5d6dbeb", "b68fc8b6-7eaf-4ebb-ad34-1f8ab8696da2", "739de2ae-4566-463f-afa5-0dbc60c65360", "b2ca6aa3-82ad-49cd-a56e-17ca6758c2ba", "40ed5476-dbdf-4110-b169-51ff6beb9082", "884e6abd-5879-4a19-89d6-4634aaaacb3a", "f041da2b-a27a-4681-bfb9-02b8e9d7e5b4", "6b2ad6ba-a2fa-41b3-b85b-112f7ba25954", "7bce9d88-a3d9-4762-bcbc-a2ba32d24f61", "ee461660-6551-49fd-b96f-a5c0734b115a", "761d0dcb-71d2-41d3-91d8-5fad1575d2c8", "985b5380-2656-4d97-80a7-b4f73e71271b", "3264cacd-37af-4e47-b948-bbe07f454ab8", "48aeffbe-5607-4a77-8606-a93296cb1a47", "05393bfd-73c2-469a-8eb2-dc4f18c7cd25", "ddcc5d77-0acd-4e9d-b8d1-0f5afdd339dd", "c85477b8-f122-4544-ba0d-1a5dec68416f", "0227856c-b0de-4159-9c61-e7903ee5afe9", "6eb129ef-d6bf-445a-b00f-ffbeee4289da", "9d68cc82-bca6-4c63-941c-4d4b91e0ef8c", "953ea159-1765-49bf-a784-55270024117c", "df12a3ae-7e02-4ee4-9ddf-121197f69000", "02edbcc8-a1d4-4f4c-87f1-e8153629d994", "7fd8c5d8-a1c3-4754-ab75-e7736a060836", "91989614-7748-4f6c-a4df-9256422580a8", "af89dcfc-1455-408b-904f-4d9e5bf954a3", "75c1e17d-9e8f-4d50-a1f8-831b971df1a0", "4d19f0db-1905-4ca6-9809-93c8b31e8814", "1bce5b00-db79-41fd-969a-36617eac4cc2", "e58fcaef-fb25-450d-808c-50f27b893dbc", "3a900a1c-0081-453e-9a66-1fcb13c11a8e", "1a55cf5b-4420-4400-a876-03cc21c00c91", "ec4c87be-32ce-467d-ade0-118763f44fef", "751b8f59-b957-4ea6-ba64-cfc78128bde1", "b5395dc6-7810-46b5-94be-aed2517d4d0a", "2b8df333-d15c-4383-985a-97b70e93fba3", "3c0a4f80-fa70-46eb-b519-c9141a3c7eb2", "b5ae562f-c589-4eda-9d26-09da805746a1", "5da75052-3270-4fa4-b63e-966ecc73125b", "4dc8ace8-846f-46a1-832c-e77fecadf9c4", "a08782f9-1751-4d2a-a935-eeb6c7688b0d", "74bf5917-6797-4e02-b2a9-057219e2548a", "4e840863-3ee6-4a71-980b-483596a9525b", "b875a730-eccb-48f8-9916-a94bd9c006e1", "4cd6b774-3b13-4b3e-becd-44bf5df9a218", "64d1a994-d3fd-44bf-9f9f-ea4052449363", "5f4db0b2-70d1-421f-8095-7be7458ee791", "6161a18c-2cff-4904-aa40-d4a1dedd6ad4", "819bfd7c-9b17-4441-8ecd-583bfa0a8bcb", "f8e9f22f-1017-480f-9133-68bf93b9a5b8", "5626081d-a738-4771-a876-ef8080411ced", "1d845999-3029-4dd1-96a5-3894c6dd33f8", "7473a754-8d77-46bc-80e4-1cc8b2692829", "c6667e02-0c27-4092-819e-7d06003211d7", "929233a3-9f1b-4168-9d6b-ee3bbadd3cdf", "8bec47f5-ee94-4bb4-af50-1c4afe8076f3", "d2c499a4-c852-4301-83c4-35db374f8acc", "1b8b5546-8acd-4883-a832-59ddf1731acd", "45933f6f-f292-4505-9f21-7c5516b7a124", "333a4596-e3e7-4751-b997-e594f66e3e6d", "6522097f-fa7a-4e46-8848-be4bde047080", "a6d111cd-4c04-4977-9162-924fa66e44e4", "5d428fbb-000c-4689-8ae1-0bf62d288651", "5fc6555b-1121-480e-8f49-5f08be86c862", "0e0721d9-15cd-4052-bb07-cb76811e07c3", "ee59ec43-19e7-4666-898e-b27dd97558af", "4aac80e7-7682-4d2d-b5fd-485aa080fcfd", "e1f2d541-6243-4b4e-9a64-cf98483b947e", "1a366bb1-c659-4e20-aa4b-87f2ad1065ec", "3be0c170-12c6-4404-89d4-0fc239f0849b", "38c76f98-9d7d-457a-8695-e0b4382815a8", "9654a531-e1fe-4173-bbba-ce94a8793c8f", "029fa464-085a-40b4-a7ee-6e17b9668901", "b74300c9-4229-4695-967a-9e7836b5166f", "999dbe40-6cc7-4fbd-8dbe-cbc4285ceaab", "64599eb8-140c-4508-873e-00780280f15c", "24d43ad0-374f-482a-97f6-697cc9565b97", "50bd7720-4677-4be1-95b6-cff28d2cb608", "0dc3b819-8e7a-45ea-a787-d3085b5af0f6", "7c6015d1-4532-43a7-83f7-5837207d6dae", "dd2b8eb7-22d4-4f29-8b54-f23ae7425ee7", "dd07d167-0d0e-4767-b86c-e78b30d59ec8", "d4f7f129-cfa4-4a8a-9ea2-e81ad1e79488", "3baa2ae7-b48a-4b3e-b115-f1fdbcfdcddb", "c11ca4de-c358-4cb3-a3a1-ad4ed0ab34d0", "f08506be-3282-4e51-ad28-1f0762ccbe5f", "26e71b4b-f5c5-4c42-bf08-906bb27664f9", "41fd86ec-0da5-4bd0-962a-5ee79be1a747", "95d6061e-e6b2-4e44-a526-9177d106128c", "4400fcc7-a3b6-4f83-b9a7-4d3e1cd3fd99", "020efcd7-190c-48f4-b100-23316b1c72b1", "e5bfa052-0303-4d50-b80d-518173f3a3e7", "4c790a70-5525-4933-bc11-e47aaf9ef474", "70a56fc2-979a-42d0-9d95-c8b007acb10f", "68a5e71a-a7d6-4ef6-ae71-08c1c7614560", "55e1a8bb-099f-43ef-b20f-a7d576b35994", "865f5d6d-4e36-40e9-a975-b413f5b19216", "457816cd-36bc-4f94-b9c1-35fc8d7b8916", "04be7b8b-7edc-463c-8837-b374b0535656", "236372f0-ae93-4e3f-9139-2047d87bc25c", "2d27c511-337d-49ba-ad2b-7260b763a8dd", "7bde883d-c8b3-4132-a3ca-0fa1c3dddd9c", "31d86fe0-4a86-4d84-8fad-e7715d85ec02", "51489592-3535-48fa-98dd-47c2111b3d29", "a7089917-474f-4562-9a1c-106e663647ec", "127f36bf-243d-4bad-9834-9689ff6c7d9b", "ab006429-371c-438b-8327-f23b1fb88963", "59fb06d6-0aad-4ff0-bdcb-6158c455bb09", "fb298e31-25a1-410a-9e6a-961a40a2e0fd", "1344d367-ac56-4c74-8bc0-036986d8f677", "3bf1b2f3-4650-4870-8e31-a7bcd0b244ca", "d9b75490-5b1d-41ae-9696-8f6d9e9d493e", "55fec4a0-fa58-4daa-8360-4c950ae95af9", "aebe1cc6-5557-419d-8607-59b203a60f53", "f25bdc91-0cd1-4840-b8fd-ef8a6559a5cf", "d50d896f-da9b-4e6e-af96-184c435899d7", "cb66175b-e24a-4fa8-aaa2-3e6d6ed3761c", "de2649e0-abc1-4d6d-927a-2538bb71ee33", "20888eb1-5910-42e3-96f6-3159084c688d", "458665de-215e-4e47-8e2c-b97740032466", "6671aa1d-7122-46f0-8d48-282ee89d9a1a", "9f50d59c-46b9-4d3e-8838-9b8931f6af2c", "5abfb2d6-b365-44f8-a612-4649cc08f675", "2d0c0013-913e-4c01-847f-123967c9f18c", "08a08d17-b5a7-4295-94aa-7e03f7224a8e", "018c3ba2-d358-43eb-bf20-cf1d24cdaece", "8300cf4c-2381-4445-bb2d-2da6be1d8159", "8f7fb23f-f06d-4540-9815-49a872f00a52", "61f0a100-2f68-45d3-9f0e-897896c4855b", "acb7c2d6-55b8-4830-826f-1a7b886d71d8", "bbd5641b-a98c-4f7b-9cf3-7dcb09ec2d3f", "7c204d45-1957-49cf-bfd1-2b94a8a849b9", "1867e33b-916e-453d-afe9-536603780e80", "f1fdacc3-36de-4bcf-b5a2-2fdb6da3bf68", "8926ba94-e4dc-44b8-92f8-fd1cf5e5339d", "1cc7d626-3099-45b0-a3ac-c141fb12b7db", "97df5192-a37c-444c-8f8e-2611fd41341d", "29cd575b-4274-4ed5-8c8c-a700434e3b1c", "45a74fc0-18f3-4e55-ab48-f276ac780e13", "f77baa60-56ce-477f-aca6-88249d867469", "f31e0cb1-1076-4eb0-8e28-1e7b73429944", "1e6160b7-8814-4080-9233-c648c012df6b", "b34a57e1-cc99-42fa-bc2b-dfbf45a8bba2", "7c9ad3b8-89c5-40b8-8668-e5b7778d2e84", "224783a6-fc09-4573-ae54-531dc35e1caf", "1d38b42d-d0c4-4223-92c3-71d4f138ac11", "c7b19d26-3e80-4e1a-ba2a-6680a2f5c84e", "c6f05a08-4f7f-48a3-8d3f-087add52858e", "7678beea-7e67-444c-90af-6a274dbe7b7c", "8160d9f4-6ff2-4a2e-bc89-e9c0ecde2a93", "625c4556-be08-4ba8-adf6-97a2845aad5f", "a6aa393b-c4aa-498a-8551-67ca89ba73a0", "0af308db-f215-41ed-a086-fe6820ac96a3", "bc93e188-ca2f-40d9-85d7-f320743dfaf8", "641ee255-3561-4164-8316-504f464b8865", "f9e47cd6-b3ad-480b-b9e2-802e583fbbeb", "a95bc783-4d37-4352-a43d-179951860a3b", "0ae62038-4877-481e-9824-2b918181623e", "2ae72461-d2ce-48de-838b-7f152e11b4f5", "9229e8ff-222f-4a7c-aef6-022614707860", "5eaf93b3-a4d2-48aa-80fc-7c7f6be3cd57", "47e30690-d172-4220-8604-022cf9a9a3bd", "8eb82a9a-36d8-41ab-9701-afbdca38c4cf", "8cf23667-4789-48eb-ba0e-8c3e39a19a91", "ec85434a-7fd9-498a-8b5f-15c398cc3043", "1fd3972f-42c5-4eac-bc88-f9294682f21e", "03659a27-8067-482e-a15d-b2c2415a9c86", "81e95d42-d67d-42e7-b99f-650936bdfb5a", "875bd5e8-c45e-4e83-914f-03f136d22e4d", "21bf862e-0914-4b4c-853d-72b0e86e665f", "cf88cd1b-a0b8-4912-b23e-55318eba5b60", "487e553f-7deb-4f38-96a9-f71ca91e6b9f", "c73c2574-ba8f-43ae-9831-963c4ecb4a9b", "585f2c39-b2cb-46d6-9510-211d1f7c4518", "208af6ff-da85-4590-9eca-3ab0f2af1ccb", "02e05ec5-a9dd-4a7e-b09f-211b67169bd9", "8cb80b86-b308-4ffb-bfb9-d2ca550852b7", "6ddb95e9-7403-4963-a52f-dd1e508de6b6", "2104cdf6-4ed3-4dc1-b05d-39fbc531af5b", "8c51fe61-d129-47e0-9fc8-015a21b7167f", "0921d8bd-cb52-4e69-bec7-14f38d9745a3", "e4de5ec4-e301-406e-8f00-3027f577f46b", "70f020d3-c949-4a0f-b60f-3713564fcdb7", "8ab09cee-d27d-4514-826d-63a8a9345607", "06db1c87-7424-4961-bb7a-1f7475826f4f", "79af9fa8-9661-4451-9f7c-7e8cac531063", "d421b7a4-4f2c-4d79-8bec-5e0fa864a498", "f3bef7b9-534b-40f9-a4c9-4bd17799dfde", "126affcb-1571-4396-abca-551aa343a12e", "2e9124ff-3c5d-4e3c-a4fa-5c8c36adbacc", "63d2ee78-2524-4769-bf08-a67645badb4b", "d24dcfcd-d73a-464f-910a-3ac910cafc57", "969cb094-d49d-44a8-9190-45b4c0bae0d2", "289e124b-84d1-4c73-9610-c11af927bb3c", "5035e58e-39be-4030-bbf4-279c0c71ab04", "4ff5f65d-fdb7-4a6d-9a19-3fe9aa764f1c", "76e8c70e-2d1e-4f38-9784-e32e9c128c95", "35d9e7a7-947d-408a-be17-e7611feb0f18", "9baaff91-910a-4531-bf48-2133645f9c2d", "fe4bb611-fa42-4773-95cc-b55cbb82dac0", "c3ae1ab2-fcb6-406c-9fb3-cee868c69560", "35c1ad8a-b583-4577-a7d5-ef60cd6f8407", "8176d3ac-2735-48d1-a2ac-b7e118f28f80", "a037c86b-121b-48e7-ae76-7648137e1082", "ec331387-f191-476c-9417-0258091f6ad1", "9e46cf32-b3ff-423f-bdd1-378ec12fef19", "787771b8-5129-4f72-a3b5-8a829ff2b74e", "e50a57a4-3703-4f1d-90c6-033a3063f1c0", "943dcba0-3cc9-457e-9834-deb824013369", "d510becc-2662-4092-8d5c-a960c15b7754", "d2ff0e60-c5e0-49f6-bb44-2b0c2c877779", "12fa7b16-e91e-4e25-9911-955036bd8c0f", "d96aa609-0f1f-435b-9d4b-83ca21c7860c", "55bd713f-be27-40c9-957b-ef42e04ef9d2", "b8303a8d-02db-4910-90da-d42b50483465", "1b83f94e-23a4-42dc-9311-5b3e2783a362", "42fec019-3353-474f-bc07-ab5af06850a7", "26492d1a-57c6-4abc-84b2-50457a01c626", "e233c0c6-7ac4-4294-bee6-21bbf63538ac", "1a60d6c7-77a0-4160-98e9-6f8a09be34d9", "47735b06-36f1-4dcb-92f7-f3103efe90da", "5a777e2d-7399-4945-8547-8e90d78b181c", "3aca9edd-703e-4c70-b11e-bf7b650b571a", "fb0cf5f7-9933-4cfb-9ea0-298cace5614c", "da303305-a4f1-453a-9fe9-106508ad49f8", "81d05433-63f4-4114-87a1-b4b08cc9eddc", "523a48c3-b2ed-4b31-9b45-8a7a5bfb84b2", "0414fba4-86aa-4177-8a5b-ffad921a5060", "e6df08e1-7d83-477d-89a0-73936667d071", "5fceca71-4d32-41b7-b5f7-6400b9c2c674", "98447f04-f493-48e0-9dda-03d22dfccaef", "616db2c6-a610-40a7-8cd7-91cce6d8ce5e", "1f88c49f-29f4-4bfe-94e8-3f18dc6941ae", "8aaf3e98-e432-47d2-b87d-6b58bd64dedb", "8eb5b1c5-fe1f-4b34-93c5-c3537e37ef1f", "c68acf99-4cf1-40db-8130-745b6e9a785b", "b4621d9e-c916-4981-bf55-8feee5a07b48", "3c6e5928-a0d4-4055-a554-7b6c8c782170", "222b6924-543f-404c-a243-daffe4283a14", "9707b62b-ed37-4c90-9ee8-b21521673c45", "21186d2f-a79f-4ec4-90c6-dc0e91491ca1", "02c09604-ecb3-4ecc-9d48-cc2cde5d4a30", "6ee78633-2f81-4371-9839-67055df8fd7d", "2d622717-19a5-4724-a425-0520e4240f70", "68d4fbc0-e0eb-4654-8e38-e720bc682b69", "eb03279b-92fd-410d-984b-5e44689a934d", "3fe2f3d3-7f7d-47be-a273-3e83fc131f4f", "fb0a9a39-d3e4-4d71-95c2-bf1be48663cf", "78feb952-6ab5-4e21-bf62-e70922611312", "12d61f3e-5be6-469d-99b2-b3b2f3746df2", "e53fc852-6b0f-4c85-94cd-af5b0a9fae5d", "ed36ccfe-71ea-46ab-add4-f1c55204b3ff", "f7127703-a75a-423f-99ed-c9b12df9d007", "7664439c-c17d-4a93-b776-8aae638b835a", "7cfeaa40-9d64-4069-b4c2-796a36473af0", "0ca87ed0-12d4-4cae-b6d1-ba22b565bfc9", "54f5e8e8-0eea-4d98-bc8a-6b54e578596b", "0e371488-6939-43af-ae67-4d1f7172a7d4", "868991f0-fce3-4043-8f5b-3eb079788a99", "4e20b5d7-b2c7-48c8-9831-499874c1a9a0", "55a3d468-2637-4985-b9b7-cb70b6044873", "96029b61-4075-4265-b0f5-86a440d100bc", "88ed55e2-5a15-4331-a4bc-98ab646535fe", "ccfbd3be-3085-470f-bd51-66ddff9c2391", "e2ac87b6-8e4b-4643-8567-226ba0b338a1", "4507e53a-6fd8-44de-be85-700a6d6a8525", "21c45cab-2ab9-4747-8aaf-f814cb76ef32", "5402cdea-fb19-4cd1-a9f8-976a69a484ef", "54b1964b-d407-4367-a469-3aa0da9f2a60", "8323f39d-a364-44ca-8f44-f3381f04ffab", "e3dd5df9-6cfa-4cb2-b513-7bcad574caff", "5e4cbb00-c29c-4ca3-b334-eea31281b4a6", "b8509378-b9d7-4a12-9159-f01734b24674", "8082eb73-6dbe-40c2-be40-186295aa9e48", "5d65444e-20f5-45d4-9c85-bf8f0612577e", "75f3833a-11be-4501-93bc-9f6763156b8c", "2870b7a2-2900-485e-9d89-b004ba420ff2", "23a8c854-2099-437e-95cf-a3d3f32c17d0", "aa56636a-b3e3-45c5-8bd1-16f569edf4ee", "94122209-9a13-43f4-9d6a-42f960ddde03", "e79bd22c-da66-4990-92be-a37520ce7488", "471813ea-22fa-4a88-b92d-1a30ca4da24c", "3099f739-990a-4b21-856c-e905ededda10", "93806bf9-5c6f-4304-8147-0ee9c6d44f2a", "2b5b1a4b-1fbb-44bc-9b92-24bbc157f000", "f1f255d5-88ac-4f8d-925d-d78d3fddb7e3", "b535405e-986a-4c3f-aefb-b7b5915c784e", "8588b8a5-a5d7-44b2-aed0-8ce2bf946b61", "266ac31f-ba5d-422e-9355-3e8a30c1c4fb", "bd01fdc8-02d1-4f81-b581-6c0cdde83c72", "b836ff11-f74d-466c-95f0-8081e8f7d772", "ca9d645c-7b81-47d9-82e5-4c3aeec3d7b3", "aabfda0c-b4ca-4378-b0fc-e9a188edfc69", "e80df254-f352-4ebf-bd2e-3bcc0971a5df", "d2d6ed10-bc75-4b1b-8fc0-b1643b999059", "66accbf1-6c20-4cf1-8b6f-52cb783fd018", "a70753e9-5754-4681-a57b-5225c1e1ef80", "bd949ad1-3a54-4d66-8538-bc2778c6cd0f", "d7f62d0e-bb8c-4725-b847-c6cd2d984b5f", "797b50ea-8244-4920-8e84-7f614c6b368a", "0fd53011-fab8-4180-8c56-b0673e1f02bf", "018fd9cd-88fb-4e0b-9518-718335752a2d", "71da2dec-20c1-404b-8211-f9d788a5cd84", "3afad1c0-9491-4342-9f9b-42f6299ac990", "c2e12b60-7c25-4b22-bbdc-24ed3f6c3282", "6c470dff-4230-483f-86a1-119bf9f0731d", "236050ab-1b0a-4885-b77c-cafa7bf3dfd7", "962dfba2-7e70-413a-a972-2b41b4704edd", "1c551c0c-b023-422f-a338-b13972b382c3", "814046be-76cf-4f64-aeb9-0820452ec68e", "4b040af7-a5d9-4071-aae2-fc9c76317d31", "ebd2cac6-188e-494a-8f14-40a3ad35400a", "3a602897-e20d-4169-8347-c4789d03217b", "f25a1ec9-c33b-4edf-ac35-16418bcbac23", "745048f1-af41-45e7-a93f-e2d9de5c15ec", "943387d7-2197-425c-a07e-f517d6d91c97", "9e769ac9-53bd-47d9-a69a-c770f8d4b300", "d97cd7dc-511d-499e-87e4-ba5afd70719b", "9471bf47-f0d2-4137-bf97-f536487c5c48", "f46f8a89-767a-4b11-a2ca-fa5f78fca0c5", "00569907-57aa-4b93-bff4-950f93dcc77c", "cd23684b-1d9f-495f-8890-7377fcbcfa7b", "fafde15b-7855-488b-bbc2-ff48b9749a73", "cd2e2246-ed9b-4be8-a09d-6e5d80796228", "76558a84-f1c2-4a87-83b6-fd2402ac7320", "1aa553b5-9b0c-494d-b5c6-b2a53970099b", "36920869-f4bd-459e-a314-178d17a482b6", "2c196a32-530b-41da-9959-7e01c980a85b", "6896a726-7826-48d8-803b-3c46b86293b3", "3b40fd6f-f29c-4a23-8b04-53a0066897a3", "909d79f6-42aa-4970-a2a8-a2622b696373", "e7691d04-91ea-4cbe-b23a-cbc49650c1d2", "b5a780bb-44c1-4a16-bbaf-654abd22a631", "ef9b11bf-c8d1-4e5a-a521-12347984ab90", "93849daf-4242-4f6c-8af6-42993bbd762a", "2ae2985f-ab90-47b3-9335-85706c5a5010", "efef5fb0-83e1-4585-8443-42185c0f2c90", "39e4d3ee-aeae-43df-877c-99027af1fb3a", "437d6bce-1ac1-4eba-91ea-31d6319bc1c0", "baffe8ec-e886-43e1-9278-0006f23dde76", "f97287ad-b433-4af6-a786-4b12fc18badf", "acc02145-5ea5-4f8b-8c40-6d1fab143f11", "d6c15d4e-3f04-4182-b37f-45994acf55cf", "a132e51e-0890-40e0-bcf7-523388115c0a", "880dd121-d366-4a48-a709-8f65e58c1b95", "b4152634-8ead-43e6-b545-2600a5e00ec1", "6bc9c8ff-6a6a-4317-95a9-aaa382ae3ae1", "421e7f80-4e2f-47aa-9e01-5843cfa84bd3", "a13df758-84fb-427f-a75a-fe7d72d21051", "b7be5ddf-2682-48e7-b773-e88c4f3230a6", "2c7c3ffe-506e-492d-8ab6-49cc87d8af73", "407895ec-a793-46b8-a5c3-7763f5ef4edb", "1b91d81d-bc5b-4819-8774-99cf8c4ef66d"] + +print(len(payload)) diff --git a/Scripts/API_Tests/tmp.md b/Scripts/API_Tests/tmp.md new file mode 100644 index 00000000..2a8953f9 --- /dev/null +++ b/Scripts/API_Tests/tmp.md @@ -0,0 +1 @@ + '385f9518-f045-4501-833e-cb78a5079927', 'cb17f2ee-d6a5-4bcc-b668-eac52fc8baf4', '801f4ff1-590f-41fc-b4b3-47ae5f5f4923', '80d859db-41b4-4153-93fc-f133672c2c05', '05b44d12-d83a-400e-b53d-b36bae6f53a1', '420bbd6f-f771-4e7e-8614-b9866d48f2c5', '0a39be20-b3b5-4265-b11c-b39a33d1ec97', 'c5609799-c52b-4e5e-b01a-316266b59e3b', '972a5c9b-aa4f-427d-83db-cc2a1e1b1346', 'fd78ab23-cdd6-4146-ba04-145c2c1e09c8', '10937e85-f75a-4307-9fee-adc8d9c5febb', '4d230132-7cff-48fe-a66c-396b49850c60', '200df8f5-381f-4d26-b221-6c3c636edbef', '8d181e13-978d-41a7-8182-3c24c2d2d48d', '28b624e1-5513-4b31-9be5-8abf4e47a916', '1c3873d6-a1da-4dcd-a826-ac305996b263', '9553051a-fab8-4222-847a-e8332fabd5dd', 'ee226515-ff6f-4287-9d81-18f73eae2879', 'f947be38-dc17-434f-8cd5-cdd4c401c1af', '5f65e088-d9c4-4134-8924-53d0648fc13a', '5d1a52db-03ba-4cce-829c-8b3820ed3265', '05586bf6-bf70-491a-8738-926de6c96400', '8de36509-cf86-43c2-877e-48c42b3926fa', 'c763553b-73f0-464a-bff0-4bf674ab25b6', 'bd1ce1fe-b375-4fed-a0ae-7c436e8268f8', '0f724c81-3533-4539-b13e-e8af6e300a4f', '4064b992-d8a4-4038-aa49-4918bdfe8798', '48cfae48-78f0-40b3-988a-4c37bcf41dd8', '6120f4d9-8772-4f89-9df8-7a92ba8bdd9a', '9e13d782-fa46-47c3-96e8-872e788bbbdc', 'f55d67b4-e231-4dd2-867e-1c03ad646ffe', 'b0ea5159-b83c-46fd-aa96-3fbd03d77c37', 'f18b0666-ac8e-47ae-bf4d-d1fd414317c3', 'f08bc52b-00e3-4552-9bc2-9baa8de3465e', 'f15bc382-72bc-40b4-ae0b-76d9fde89719', '06e71a92-c807-4498-b69a-4e53a63496c9', '6c2e76d4-7aea-41de-a449-5a308f88badc', '369248fb-d3f8-416b-ac7c-61e263066ecb', '23de2379-315d-457f-91bb-a68c812d4fc2', '42293c9a-cead-4b4d-9558-12fa20926be0', 'e1f81f5a-6b4d-418b-ab91-4390282d7c30', 'dba7a923-2e01-4955-8f5a-58cc403218b1', '5f1ffd9d-335f-4043-be87-0ce5a825a2e9', '017603a1-5223-407e-8a3d-275260fe8181', '46f7775f-9972-47ca-b41d-e43ec4e8ed36', '013358c8-22ed-49ab-852e-4e9870970af2', 'bb17cd40-82cc-4493-8020-ade43ccb5eb1', '66f7ab8e-e844-4ac5-8616-ead15234337b', '1f4322ba-18a1-4e27-a956-20b9f1b8e584', '0be574ee-6fa0-436e-9fa5-41baa265a24c', '5aceb971-5359-4fdd-849a-1b856e70cee2', '02bf97e3-3376-48bc-9c4a-366bfd0b6ac2', '4a3cac26-d9b3-46e5-a93d-0a0a641cb19b', '1fa4f00b-6de4-4200-b7f3-d80662998914', '292332f0-6cae-432c-8bc6-2b67be4b8a97', 'caa9e33d-e8e6-4626-a691-3c2751082bf2', '9e431a13-a175-43ed-bb22-9b066be24554', '50ce56b6-09b4-4b10-b978-6b038a3fec10', '8244ee11-f528-40c2-9f2c-ea209d9e098b', '94097b31-27bb-41a1-b64e-c4cc1829a614', '296efd13-0cda-42d9-9d51-8ff2fb777482', '7fd81af9-af81-4341-a800-766940607b2b', 'f20a9761-2737-4450-bd9c-0600d7c9cc5c', '9eb93845-fcc0-4e13-85e2-56d13efd9210', 'a9226ebf-9a5a-4dd1-ac4c-e10b9bbb813e', 'e179f7f0-e2de-43ee-a8f7-744c3f33c66f', 'bd11ae7a-8acf-46f9-874f-0cb8a15fb642', 'f8696e9c-c010-4f36-88ad-c563c2ccf51e', 'eb1fb738-d152-4794-8162-444f9d82b9ac', '1d2e6d45-0db7-4b1a-b8f1-36e7ca17e023', '1572df40-27b7-489a-b062-d376bf275fab', '96584f14-0528-44a8-92af-59492448bcc6', 'b4893ab3-57ed-48b6-b2fa-2afb171b70a8', 'eb941fd4-a177-4aad-a67e-fa2c0072b743', 'dfa4c6d6-61eb-4257-9b79-6908e6f0f1d2', 'b43e3a80-0b9c-4d2f-8ef6-7aa4138731fd', 'adf8a92d-b1c4-42c4-a2da-6e5c22dad5ac', '4e9f29e3-0b19-464a-be1e-7b081d1ad751', '53e5cefc-6d93-4ec9-b90a-6d2d7241a145', '473b0098-7693-418a-ac1e-fd3282e805cf', '8eff21bf-2e07-49ca-8a0a-a12d414086a3', 'aa8a4a89-4490-4ef9-bf3c-c4d9461c3dd4', '0fba12f2-a8c3-49d6-baad-b7a83b700c7e', 'a123f859-e90e-44c0-905a-ae058a4f999e', '7661b603-531b-47ce-bc39-ef6ce993d7e6', '6cf10bad-ebd1-400a-88be-b7bdb6887543', '5d3b2236-d857-41a2-9c75-91c515fca0ca', '5fabeab8-59a9-46de-aeb3-f9119cabe822', 'fb282e24-878c-46a3-b798-cdf6dfc61ee1', '76c37698-7deb-446e-a66f-b9b4c519f758', 'b160c372-a588-42a5-b645-d0996400903e', '4d0ccfe5-5d69-49a8-b6ec-af9be04e924c', '552e937b-f7c6-47f3-b122-52e91af52580', 'e8417f24-2df4-4808-a447-c299a8ba75e9', '2aa8bccd-718a-40c3-8fa0-00e2f823868e', '4ec1abac-fd10-4afd-9da9-e1969f5d0018', 'cd50f418-2b92-415f-bb8b-87e0629e456e', '7281c8c2-a073-4bda-a217-c44eba3fa0f9', 'c7165720-ed28-4fb7-966d-7253a840ed20', '7ff3490c-4009-4e8c-bed5-ce25e8df1644', 'cdfbab39-2584-4079-9440-d73dfe541980', '6fe410aa-96cb-4788-8df3-da8af85dda06', '35d7c5ab-55bf-4c50-a917-aa88a84bc074', '639fbdc5-f214-4c4a-955a-a2d7dc553dc5', 'b1a5ac1e-ca59-425e-8d6c-2ab670e3a427', 'dc8c223f-3f75-4dcb-9dc6-31d6afce9875', '7a7ce2ab-e8ec-4aff-a79e-ca53c57214e5', '534e4464-973b-41ae-8bc3-97c59d280e41', '3329b0fb-09ae-4cf7-9d45-392750f2ee29', 'd6f24c56-57ee-4a5c-86ef-bbc650fab30f', '6514413a-6c4d-4817-9af8-0db6945b6acc', 'eabe33aa-eb04-4d05-bcdb-14180eb50a89', '0dd8bd2a-f901-4680-9f7c-2684cbadaa98', '0102c85e-2f63-4eeb-b808-9a27c9a8912c', '9d47c9c1-e3ed-4d41-ba65-72cb87b6b743', '7eaf3085-10f3-49fc-8080-025b2994946e', '16e17da2-da4f-429b-9271-4fc8111c274f', '0fb0d1cb-8718-40a3-be05-d3aafd7f435f', '6c4444b7-dc73-433b-94d0-af9bf255dc82', '7684546c-304e-4735-a9d7-a187718d75b8', 'e9c481a3-340a-4a54-a80d-6ad1224162e9', '12ffd4fb-ae43-4485-9d42-2bcceebef325', 'c548ff40-a385-4d54-80cc-c3aa9a9b828c', '2a342695-7ba5-426b-a908-155e06332587', '0fe80de7-aaf8-4aa0-acad-fe3022e8304e', '86c23df7-5381-4989-88ad-0a30b9e8c829', '28e0f548-66c6-4ab5-a343-1fb10836633b', '6075864e-d567-4786-8209-426250a294cf', 'b0642218-5f82-41d7-b2ed-1a131bc8f68c', 'b12fda12-9cf1-46b1-a0e5-a8a5af9e8fc3', 'be06a0ce-ce8c-422a-9aaf-dc00a96ed6d3', '76ed6160-ba4b-4b24-bbaa-34ee6626ba38', 'a797416a-f81d-4ad8-81fa-0b093f463541', 'fe3aa1af-457e-4932-9e98-807c20f4f258', '17b9d3c1-c628-414a-b2e5-5312864fab85', '51db9eb3-5969-493b-a4c3-71df7b63612d', 'aa57b30b-25fd-4159-9522-25a43b6ced1b', '4f42c833-5944-4afb-acb4-ab581f80d8b0', 'b98549b3-949c-4971-a0a0-13dc10c2f272', '64d94a79-0b85-407c-bc62-83246feed7ec', '66f58a13-efe9-469f-b384-caa7343bd77e', '79a49053-8f6d-47be-8101-1e4e29c20aa2', 'cb6f24bd-3bd7-4089-9583-ab3b3d87c359', '0c8a5144-05f1-4295-934f-197f433b26cf', 'bd6e8634-2a19-4d49-a4af-888438f5b50a', '78ce237f-8c2e-46fc-8666-378221292fcf', '8cc23ae3-1a3b-4363-8199-e44932257420', 'c22a1f4f-adf9-429f-89c5-640a2cb0d096', 'fe0e2186-b1ad-4c4a-aa4a-18f14d5453f5', 'ec007080-4a2e-4461-a03c-a11d2aa8c648', '3533c4cc-03f9-47c5-a685-195f53d9fbd9', 'af69b5c4-39cc-4156-9296-0025ecc07ed5', '2cf4a77d-40ce-408c-8379-5e9f03eeff45', '1b9858a8-2b59-48b0-81c3-14d6a8008664', 'a3cc078f-f831-4425-9cf6-530650733bb5', '32f3d08e-6bc0-4684-9015-08c12297080c', '4d61d7b4-8080-431f-80c5-7399f158c289', 'e009fc2c-f991-4c3f-a0b6-9a0c01d4422d', '59de7c4b-d066-4e5c-b078-d754d98fed7d', 'b35b236a-5674-4f03-92f4-7e24d7b61876', '1563a4f1-d381-4802-9a7f-95aa34055b5f', '2db9e4bb-7a8d-4e61-9fb4-6869c8128ad8', '7a7f55a7-0b37-4f00-a0f0-50d6adfb6179', '3204375e-c603-417a-ae14-e8bc9bf66ef9', '1821ebb3-f810-44ad-8f6c-2fb8250e5465', '28f327e2-1516-4bb3-b957-35988248abb7', '7d82f2d1-e780-4dd5-9eae-ceba512b787c', '14207d3c-bd8b-458f-925b-cdfe713ac12b', '1f9f903f-912f-48c6-b9a1-e561b786b97c', '53a8f469-714f-45da-a935-0a9d2c59b302', 'a352da50-401d-40e4-85d0-4c7132ba637c', '4a2479be-b3a4-4cdc-afb8-510a6f57119f', 'cc033838-9f24-4c8a-8f8c-2f77addb139e', '34221f4e-780c-4b7b-91d6-da5ba6584072', '26a5e69a-fbc2-41ff-b79a-1ab985218ee2', '19acde43-4f87-4e4a-9b61-d5996d42dd13', '87d021c4-cb01-4c17-a649-4334e0c694d2', '5f81a3c7-4460-46bf-80bb-5390d8eeacc0', '8fdc19de-8772-46ad-96b3-e596f6e663c9', '6a92fa1f-d9db-4626-8d4d-9638f75171e8', '299ae781-c19b-4a9f-b359-bdc6db2a228a', '96fcb64d-1f5f-4fe2-9fc6-d0f771c6c209', '2582f35f-bc0e-4078-ac4c-fc474b1a0bf5', '5a0a46fd-39a2-472e-88b1-0671702f32aa', '37b44ff8-a76c-4733-9c65-a1e6b30bae56', '6f17fa80-7c0f-46f4-b02f-a8a0f809d391', '481f92ef-42a2-42e9-a0f7-ec530fd76b21', 'ae83b915-d72e-42e0-bc58-528ea988794d', '43226a2b-3485-4e92-8034-7f6b6ac20e56', 'af6b13fe-839b-4445-a53f-0204bcfc82db', 'cdfe191c-d07f-4311-b670-ad88c389e883', 'fd46a89c-e928-4d34-95ee-6deb047f7339', '5ecd1ff4-7198-4af7-9925-c5fd9be7758f', '3c4ca57e-eccb-407b-a622-cbc16353524f', '24fb975b-b3d2-4e9e-9fee-9061e0bdf015', '7c1c828b-11c7-49c8-b518-91d5f5f4a341', '323c9bec-4ddd-4211-871a-4e9cfbbfba6a', '03b855a4-de8a-4312-aea6-b207fd50cf8d', 'cbc5106a-9a68-451b-8e43-4026098b4bac', 'c181658d-0128-41aa-b7ba-67b8d3b26b62', '34cb1274-0056-4e4a-9880-416ea2646f47', '81b30b02-8422-46fc-8969-5a9647bb7a79', '0eb25f10-497c-4a74-bdab-1f1ccdafe969', '7993ccfa-7b27-4542-b26e-11f3f27c23da', 'fc4fa182-bbc2-4ec3-81eb-64aa45bbd305', 'df401c0b-4c50-4812-9ca8-c4ab8613ef4c', 'ed09c824-500f-48b8-b5ea-cc6a93bedb62', '04342abb-2ca5-41cc-b3a8-0f40b4554105', 'e1bd29af-92a5-4fa4-9ba8-c2ee11f443fa', '97f15e69-5ae6-4370-8e57-bd0c98e7e298', '4817ec36-0164-4ae0-8461-a8e2dd4e69f3', '51ac70a1-e67a-4a07-8c8a-dd3cc5a56d10', '4ca3df7e-4073-436b-9899-0bcd7d9224f8', '3553052a-b4b5-471b-8451-325055c16f41', '67a151dd-2dfd-401d-8786-065465087dd8', '1f42d33e-676a-4852-a791-a9eb8783a031', '64cb2829-ed66-4fd3-9a7d-62df9590481b', '47ac99a7-516b-4306-b7c0-0083c606166f', 'ca814d9f-5a41-4f55-8398-dc25056161a1', 'a84aa9dc-52ee-4feb-9ad4-d19e7807a7e9', '45a44058-5191-4aa1-be4f-811706605429', '243460ec-a017-4eaa-aa06-193abcdb8d11', 'd9da2c07-2aaa-467d-9db7-3fca773d4e36', '9671dfb5-c4e6-4b1c-b5a8-8153b1a3c3fe', '96be3b2f-3fe5-48ad-8992-b224f86b8da1', '2fed5277-0e96-45ea-878c-10b966f277f5', 'c6901729-8c12-4a3f-ae36-51d0073cc56f', 'bec64940-f532-496d-a073-73a1b206ae2c', '9986ed6f-1ded-412d-9606-aad64f811090', '4c60705b-0b7a-4046-bba7-91445eb3a43c', 'd65d0e0f-ea74-419c-9d66-e5b1c1f764a5', '702e40f5-83cb-41fa-8348-ce81ba51521e', '585b5e8c-eb99-4b3f-9c7d-20c17f6690fb', '51afa8a9-7433-4d22-b150-8aeebb8ea75d', 'b158d118-30ec-4fd4-b5e5-fa1454be26dd', '710ce24b-d80a-441c-bc89-7b9fad33560e', '1843d663-c629-487f-ac97-e6fec8842bcb', 'bc4a3af1-a368-4ccf-8f0a-ad2d003fa12c', 'fdf42d44-fa07-4b09-9218-38e1194b2306', 'f050a9cf-1033-456a-aace-975e41352ab0', 'b350e273-8ec3-44e2-9025-2749907630f0', 'b9d36520-e7c9-4e74-b4b0-d28f854d2016', '031b4616-21f3-4acb-ad87-99a6b5935d44', '31144d86-621a-42c7-ad84-45f8296321a9', '9e5304d4-f1ac-40f0-b337-c29678af8f13', '93082baa-0dfa-4068-bcab-2a6447803c11', 'f8dfa4b8-79ef-4116-a3ee-60da3608e2b9', 'f8d46b15-24ac-49f5-8cd1-a4061096a3a0', '5fa60f65-f43a-4881-8c5d-8b8e9238c61f', '01386881-2290-4c56-b6cd-7fec8f0b5d71', '7cfeaf47-0ec3-49d6-bd5f-e6ee40a04221', '103565fd-4e93-4bc0-bc2f-7ed11960cc8b', '56b18e3b-37d1-48d2-9abb-aec34a093334', 'd6e6f53a-a6d0-4035-b675-cd2f7500a58e', 'a363f18c-8d9c-40b8-9f11-67102e01e92f', '34893d5c-db86-4e2d-adad-625765f2acfc', '54f5df89-b09e-4431-b97d-565d2fc59ac9', 'a5016d22-696b-4dc2-b37a-b8730048571d', '01878867-134b-47ab-8e92-efec498a798b', '4884458a-2b39-4e24-a384-3c53d02d3f8f', 'ef01f865-b320-47bb-b6d0-881009509484', 'b60f6ee2-444c-427b-a434-740a61087a66', 'c39711bd-9653-4dcd-9509-f2dc88f737e0', '4f308074-5c64-44c8-9785-6e8b1338f673', '647e644b-0202-437f-8a20-593b89c49f1b', 'de9f79e4-e9f9-4a4d-983c-3f508865479c', '226e7855-a065-41db-a63d-1df4d3f352a6', '434a63e1-c9e9-4c7d-afb1-1c79a8f6dcdb', '4c509587-f857-4611-b231-cec8a4f93173', '74d6ad79-8643-4de0-842c-4d654588878c', '3a810a6e-c733-4d87-9298-29d89bf9fe0c', '87076d2b-403c-47e5-b03d-9c32e0af60c2', '28ca89d1-d2e2-4281-8eee-298f0a62fee6', '83bb4864-81b7-4736-89a8-871b8df10416', 'f03b894b-8caa-4f61-a1a3-cd6d978a91cb', '2560bb44-57dc-4ad6-a224-1625a9ae823f', 'd44fd48c-83b2-4c11-b9f2-55972d6cbbec', 'e86847b9-5701-4c45-9c60-9cbf6c69dbf2', '27fdcdc1-4957-47be-a445-1538d2272b1d', '4dcf789c-3240-4883-a5ec-c881b9d534aa', 'cf0707ec-6474-4f2c-9331-83911cd34ef6', '828fb251-1edd-4c64-aa86-6db279abce57', '0fc8ab85-9186-46aa-a437-c7746200dc49', '65e5264e-3bc4-4ce9-95de-3558ae17d710', '8a564e26-8454-481b-a022-46454a92b6d9', '194dc39f-ed94-4ce0-8722-5c30a0e7cb63', '341505e0-57d1-43de-acac-0eb4c594a27f', 'e2e8661f-1743-419a-86d6-b454846b029e', '8c53b78c-8ede-476f-9fb3-6ff8fe4d7193', 'd3832f02-0bcf-4d6b-a693-eaa1ad652abe', '57d028d9-573d-427b-8a72-b81d53f4db78', '560dccc6-d0e3-49dc-a993-9d8a2d9b164b', '65cfd211-a9f9-4f27-aa99-db34dbcefa25', '13139d02-e184-4400-9ce7-4cab1def5ecb', 'f6f16cdb-d54d-4d2e-bd60-ead1bd60ca2d', '9d47a3e3-957f-49b8-873c-1922b1ca2a57', '7fe751d7-4496-46b0-8145-a1d01a434a36', '3512624f-b1af-4b87-88a6-d1e91bde5747', '45ecd7c7-24e6-4af7-985a-9eac44938054', 'c5f09f52-d9f3-4316-a182-52a82fe9f087', '9ac973cc-9175-4c5b-9b08-f58294c97558', '3adc2b9c-55cd-4869-816d-a4992d81ea90', '45fc54ab-68e2-4f76-a087-51594198e172', 'cdd02485-9be2-4dbb-a432-aa488ed333fa', '5cc596c4-cee0-463c-ab6d-5bfc04e6db93', 'cca13df9-9a4c-4cb2-a459-141745960f61', '11720550-27f3-4a8f-8048-b47be600c969', 'd98fbabb-7970-46a3-a8ef-e238586145ac', '7baf84c2-202c-44af-a22c-750d3976728c', 'd0ea739b-fb78-435a-ba0d-a5c0f9d520bd', '583d2e1a-3502-4974-98f3-da3b6a16bf74', '74e061b4-0ca8-4157-9cb2-3fb0b2f21081', 'f036d588-9027-4aef-97d9-d8c24df3c9ba', 'a6546bbf-ea1f-4ea1-8448-0a327c79aa49', '0b7d4438-8229-4cff-81d3-781e6d26402d', 'b0036e84-9e0e-4811-a004-b4e62db073c8', '629564e5-eada-4ca3-a707-2fef9abcda6e', '4db1155e-f620-49d7-8364-3ba53e547a5d', '8207f0ad-da90-475b-bbcf-6a9b5c15a70f', 'ddfaa54c-8ebf-4378-b9a8-0acad85b2946', '90f6162a-e708-40df-ab4a-39040ba7ca29', 'cba18b0e-e637-4f01-81ed-9bc210df10ba', '27467306-4cbe-4b28-a766-164391d1a62d', '6fb44759-c20b-41c5-a9c9-a7237d49e9eb', '08b957b2-f5f1-4711-bc07-bbbbc993ca2c', 'c88b2e6d-698f-4a95-9de3-275fdb5f74d1', 'bb25df54-cc2a-4678-8491-705186c90715', 'ffa26562-624b-4ff3-baaa-fd504c888dba', 'ea6f565f-57fc-41b7-a0d2-9e5664610874', 'a6831c47-cea6-43c3-8b26-efd2f490f16a', '70430943-cd57-4447-9d77-33ee3d42605d', 'd49d9b01-5f97-438b-87ba-7195b0447b7c', 'e97946f5-f92e-4b49-b7ce-2ce89a8956e2', '1225c89f-1654-4ba3-9761-b725fa8f1774', 'a5fd44d2-dca6-4ff8-986f-deb6fa33ac47', 'a8c7c591-6149-4bd2-8fb2-7fbeb746e3ff', '570ccc37-8be4-4979-9060-6b37498a54a9', '30576394-2be9-403a-8812-68e05e423fcd', '33a06e90-4fa1-431e-902e-47f49ce80442', '5ef36dc7-3ec9-4b98-a174-7bd399bce160', 'd21a7bdf-7e1d-4584-b6c3-a57c3e0833cf', 'f47f1490-f50f-48e0-a5c3-09a437835f3b', '1e87d676-2fc7-45c3-8dac-2fd2991e277a', '59aa3e79-98d2-4e59-b202-9659e1eb4e0b', '293d5218-2622-4e33-8cef-7b38efca9539', '53ea6562-5d6f-4ecb-a41e-69b2ed2c10d6', '65c10874-a48a-43ed-b02a-fb637c46f0aa', '9be2616d-fa01-47d0-bdcc-330488243e3d', 'c5d17c0f-595a-4442-a1c1-c3a7a40c2da6', 'c35c84de-82e8-4714-8900-c8cb8006c820', 'c384cc46-8347-4592-84e4-02a6db5d0a4a', 'a112f08d-92d7-4d2d-9fa1-8963865cd8e7', '7d1860da-72fc-4a76-bd8c-47b6a98a9954', '5c9d5b39-4da6-4a03-90c0-ea99b51992c6', '46919231-6494-4c10-971b-7628b3de2ad4', '28d3f21c-689c-4ce3-a66a-13cd90a7075a', '68442ddc-f97a-4e85-bfcb-855712bc4b84', '3fa1c500-edb7-4bab-980e-b27c5cc6745b', '50563216-299e-4e1b-b73f-90bfcaa751f2', '8ad760a6-db9d-40fb-ae2a-245484b8753c', '84fcbad8-7c45-4dae-981e-63c619c477b9', '5fdf7c98-fd7e-4ce4-a247-3d4a405e1bfb', '3cdf7de0-d6b1-45e9-b5f0-84e85d0d6172', '30b38b40-86a7-41d6-86b4-f7d619bc2597', '48bf72f8-dde2-4bdb-aaec-66f12d1741bc', 'f9d112ce-8381-4481-a3ad-7407bb16865e', 'a2189b96-a244-414e-8f55-f3084e9ee4b1', '1e680bc9-43e7-4f53-87eb-94299386675a', 'dcfdb75a-c203-416f-8315-70892c0f474b', '9ce365b7-a077-4df1-b4c8-62a8042feb2e', 'f97abeba-5886-4d5d-9be7-7a7dc1129fdf', '3e0225b6-37b6-4cc3-a4db-dd18f06001ca', 'a9b3c032-6d45-449c-b05b-a3173f5b6369', 'bf907b82-841c-40a7-85b8-053f46535e64', '3e779958-0de7-48a5-99dc-5b333f5a2371', '02575627-20ca-4b00-b3da-67384d8fff0b', 'f78e00f1-125f-4217-aa2e-e1862fae92e9', '5b264662-01c3-43df-a829-ddfe9f346de2', '478f22d9-dbc1-4c9c-82d0-b5d4e80af0da', '8d99aff3-7bd4-4293-9ba1-247c98182cf2', '4d30241b-85ec-48bd-b453-de5e4a5e524c', '2596811b-023a-4ba7-aeec-2155656c561b', '437f048d-5334-4cfb-870d-abe4ba9c5622', '4b9ee008-f139-486f-9271-c36549982c7d', 'e1366d1e-53e9-4057-be5a-fd039942909d', 'bb94494f-1d6f-414c-bbdd-0bbc60af657e', 'd027941a-57c6-4f78-a87a-212ac907c6b0', '1d91afc6-ad68-4cc2-a68c-6ef7978ccdaf', 'b7edc33e-97bc-4dd4-80cb-46710a419daa', '6becfcd3-2d25-4fef-ae98-5682781c71a1', '4b15158a-e852-496e-a088-149ef33829ec', '413805ea-345a-4df5-b409-99a3994a754d', '9c70a670-18ec-46f7-94a7-ceb124079f03', 'aab56694-3452-4d26-b8b5-5ef92ceedfec', 'b7407eaf-a445-4716-ba7a-d4c88641c1e1', '2dbed2cc-18a8-46bf-b0ed-a42960f0cfdb', 'f5228851-d9b0-41f9-88fc-04d4e8a328df', '8f484228-3d9a-4be7-ba42-f6e6560e623b', '2295f9f9-6d21-4640-b1e2-5e8edd09fcd5', '6db2518f-cfaf-4c70-aa0c-2a9365b71457', '775ea4dd-4d85-479a-abd5-300103953862', '0ca4ceda-830c-464d-b0e2-8d0ae5b07a9f', 'da043420-4721-44d0-b6e6-b671da273fa1', '342a9d9d-4351-407a-95be-3649ac11c179', 'c1d14cd7-d2a7-4b3a-be89-3592da7e12c3', '1ff382ae-2f85-4777-bf39-46995a0933e5', '5e0a6b42-8441-4abf-bf6b-fcd5a9a6d141', '71f76445-40df-48fe-93a8-c2cbae0affb8', '08f59801-1346-41e1-8453-e92e38988911', '44acd345-1669-42fc-8f05-7d139c65bbcb', 'd8fc414c-de1e-4c0d-b61a-24b181286da9', '192e05d7-17e3-4c72-b4a8-8ee13c64389e', '96ac5a61-c886-4c34-877e-059c8c984492', '88cdf4e5-0022-4e39-b2b4-9e35a0526235', '274238ca-8383-4564-bd93-292ae74df6d8', 'a097280f-4252-4a6a-b70b-b57cd1023615', '7780d4f9-271f-48c8-a427-4b9aaec838b1', '10b1639c-132a-4671-87cb-326f03f4708e', 'ccd2bdb6-2feb-4067-8885-0e86cdaa282c', '9d87a03a-9f47-433d-8da0-b23887d2fdff', '1304a5aa-65c4-404f-8a94-fd304cc04aa1', 'c8e74ab5-15cd-4cc0-9446-927ab7cf6497', '62513fe9-0227-49a1-9661-b7f82c7297ba', 'cb8658ca-50e2-4573-81ab-8b1cbaaa96e0', 'fa540f2a-2eda-42cd-b977-4c5564282507', '714fdc0a-1dcb-4fe6-a312-96a3dc3c1087', 'd3ea5d0c-7a5e-478a-9b01-361273f7839c', '333c6cdd-fce7-4063-a2b6-27824bbce9cd', '49ae4e21-f8c3-4f51-8302-14be3fa715e4', '5207e56f-5529-4c8a-b230-669340cc2a45', 'a7248725-2243-49e8-b1ae-aa6e655a4da1', '041a2af7-42f4-425b-92c9-5a3f03a27a35', 'c1215614-dacf-4a89-b1da-161dad7df0f5', 'dc70b446-bb28-4611-9dec-d811ec7f407b', '4e497907-378b-4d4d-a2f6-63be2c4a1c57', '5ee20639-db1e-4975-a95a-c2cbe71025a3', '69f65889-fa33-4217-81ea-d3f9908e17c4', '3c7836c0-c478-4b8a-9075-bc0af9a6e111', 'efee6fd0-2cfd-47c4-be74-da4cd78264ff', '30e12527-509a-4bdb-8865-d968e7d3653e', '8fdae389-f741-4ee5-a09b-f3a2476acee8', '37fcbe00-7a21-4439-aa07-d5f2a59495d7', '8844705f-cdd8-4284-a4a8-f7e76e1bf0c4', '58c935f5-150b-4d4e-bb19-ac3d9e3a8326', '8a6f8088-9689-43f5-bf61-588b935d012e', '12c35996-4040-405f-b020-111719d3cded', '3c97e0c6-6515-4bd3-a268-0bb61ed33542', '1d89789e-d6fe-4ef9-80aa-63a51b5fff68', '23b28086-6fbb-4ac6-831d-ff96e763ddeb', '43b4cdf8-e016-475b-a95a-ee7de26b19d6', 'cb8f0838-56b9-4602-afa6-86aa16152b1e', '0a1d2511-163d-4fa6-9d9b-7aa9274ece40', '89278543-cfbb-4f34-84fa-9800b7dcac30', 'ae4ba698-b69c-44ca-bacd-92f427d5f1e5', 'e20fb315-7704-4c6a-ad92-807de0f72df0', 'b7008b5a-84ab-46f3-840c-4ef938bafff1', '937f88ca-deb9-4cfb-a595-42d183a4a96c', 'c5ff0d6e-a97d-46f2-a432-73741db9b919', 'ea8ee924-79cf-4649-a8e7-226616befce4', 'e3064e77-bf49-4f42-811e-41f7972b3d2e', '70ba5659-9e6c-4d04-bc23-79a1b6f7d8dc', '934183e8-44c2-4641-85ba-70c81692e1cb', '29908dda-9d07-450a-9af8-64e096ced9bb', 'a1e11750-d3f2-4821-9ae0-6ad5e7f225d6', '0a1c484b-9be2-482f-8048-399b43b02afc', 'fd644bca-4b8c-4c08-9544-4037edb4c75a', '969bfac4-dcff-4953-98dd-7a1132e7e70a', '3552fff4-04f0-4e1e-8879-b37386841165', 'd89187b0-a6c7-48de-ba75-7653d9b74fd3', 'f9d7c955-e5f7-4c25-8ff7-f90c7576cecc', 'c9e51f64-a3d9-402e-9217-fb256a5940b2', '863d4ca5-d553-492c-9b99-407678bad5a1', 'e145fc6c-84da-44da-8d14-b5cde5aa8eeb', '2647c815-81ee-4785-ba79-35ff4618d005', 'e47ad818-ee41-4527-88a6-02a7f758ce07', '2ad93c6c-f844-4422-9683-0254aebbebf7', '6b8387b8-2ece-486d-a6f7-fa035fe5dc41', '201a0631-9835-4266-bf18-77027176741c', '320ee2df-a3db-4227-9c55-3d4bf3cdc184', '1ea118ea-d826-4aff-ac1d-9a21b31f56f3', 'ab9f4344-d71e-42d3-b27c-75d2599c4b9e', '57cbbb11-0e5d-402e-853f-1c7ca66363f0', '0e03aa13-b28a-4f97-bc71-63db0aa8610a', '2a201d0c-4eeb-4fd1-8e60-08e953bf26cf', '742e5084-9c86-42fb-88ed-1e1f089ef87d', '2f31149c-df2f-440f-9dd7-4aadcb52d9b3', '70bfbfeb-317a-4424-af8f-a6c8975c48ad', 'f02d53eb-2bf6-4f38-b61b-5e29b5d2c377', '3d64b673-f395-4a12-9ce0-624e74ec8b6e', '0a8a84bc-37b3-42bc-96e2-168542b38d9d', '361137a1-eaac-49d4-8f46-6111932875f5', 'a464d463-c566-4382-b602-1b13372fe5da', '7dafc778-0445-47bd-b20b-e68f581d1cdb', '25b732c0-2e87-4b85-a61c-da5cd19b6c7c', '12c329b2-b26a-453f-aa55-4ce244c4fe75', 'bf6f73d5-3823-4829-96ef-b2a01409871c', 'dc87d70a-a275-418b-8749-930a72fefea1', 'e1631c0b-8624-467d-abaf-0599e5fd6a84', 'fcb6d043-c46d-4720-ac75-36634d7e1320', '80cacbce-b76c-4eb5-9228-f2a65217fd8b', '38c20461-59f0-4b7d-89c0-dec81bd10d90', '9c4ad394-b81d-4cb4-836f-4e9ffe21ee12', 'e94b5c50-f7dd-4630-8f89-08bfd9be88fd', 'e07e3fa0-103f-4e85-af51-f16561f29e85', '65df5a13-65ad-4b04-91a4-9258eaa0db9e', '5940ac2a-8abd-41ef-9703-5bad1bf15bb0', '3fdad8e3-a950-4ab2-a416-18b4242445f1', 'c1ad18c1-98d1-49ae-b5b2-55557a48b76b', 'd2d04796-4027-439f-9e66-0f83c73091de', '6c8f87de-127c-419d-b755-89e3398906c8', '7c50cb32-a2c5-42ab-9fbc-b32158c5547d', 'c38600bc-e324-4d25-a33c-eae62143fe14', 'c1ad82c6-4809-4637-b1f3-1f9678308da6', 'c98c2305-b3e8-49dc-ada2-57b236605079', 'd36fe175-31da-4c5f-b417-deace68a8372', '412ad3e9-3288-4e8e-8f35-11b6a9303f9a', '3d033d9e-ce39-413e-9c5e-d276e9c5a5be', '4990eee3-3b6f-4a3c-a716-df5f6225d6f3', '937dada0-2997-4501-ab66-c9453c87cb7a', '2a608458-9102-4d1e-8963-6bb8f23cb481', 'f3f331fe-fb0e-430e-b04a-c2ae4efff7a2', '7ed7b4e0-7b72-43d4-8367-9e017c65081c', 'e77edb8a-dfc5-47e7-a952-36e11b51ae33', '2d8bb3c0-f8f4-4f88-93b9-29e5560712f9', '03bf7fed-6d8c-4e93-b439-1b3c63bd63cc', 'a35f4a50-922f-4f38-80fb-b29338106fd2', 'ce3858cb-4e93-42ce-aded-8394301585c4', 'b7ac24d1-48f7-4cbd-b96d-5bccef6304ab', '47db66f7-4a81-4eac-a960-c6b5b8cccfff', '9e85baf8-62d0-4cf1-98ca-02d25a95b62f', '288956cd-2206-4f53-afed-d482d0037bb5', '319cd9a4-7b0c-4934-ad26-671551383582', '58854506-f9cd-4616-8539-57ae8d55be90', 'ee042d29-0e33-40a5-acff-2664ca51cb2d', 'a5612815-16c7-447e-ab6c-42450c35ded2', '660bb416-90e8-4624-bc28-43143dd128dd', '454b92c5-4f86-4e72-8360-30b0ea2e5b83', 'c1f2a06a-97f9-4d41-8496-70dc02c83e3e', '794e600d-c47d-433b-973f-a58656a6d48c', '8b6ba00f-2ffe-4740-9417-da0ce002a22b', 'e300f67f-f86c-4e47-b2aa-a28ca2c6eae0', '320923cb-a7ec-4ce2-9f7c-12667e3e36f4', '9a9a23d3-0403-4595-af25-0d9da530b1cf', '202520fe-b1e8-4785-9aed-da3b5e168412', '13feaeca-a4bc-42b1-a545-5e615feed87d', '0366cc98-2a56-45e3-9330-37145ac6a31b', '5ca6bfe4-bb58-4a15-b342-391b4fb08504', 'cd3383d6-8bbe-43d5-a819-3f399bd163a3', 'b12159b6-a716-4c9c-95f0-700e184da7f1', 'd8240b54-4de6-4a7f-af74-5d31636ebbdf', '90286c41-6e85-40e3-a7aa-aac6e11fa31a', '662e2016-baa5-4989-b88c-5a784c8e9928', 'b598ac04-9952-49e2-8375-8b8c2e94ee83', '468e0e46-7055-40ec-8b3c-31c131e1fa18', '9f20d3c6-80b8-4045-92b2-6dc21f2ae11f', '4261d21c-bf82-4618-9e24-7326faf51a3f', '752bcec0-544d-4083-9e2b-a17efa40738c', '23bb88b4-8fed-4c47-8f3d-02150009560e', '8c3b5132-6ad9-485e-8b49-7a23dbe2b973', '6b5cd018-5189-45f1-a89e-f2d9ef6ecbbe', 'fa128b07-29ff-4774-a879-a8fed2fff541', '9cc68d2c-8934-41be-a96a-3001f7fa3fcf', '9ca25f6e-593e-4506-91f6-d697f869c60d', 'c8e6c768-3afc-4ddf-911c-482a4dc61ce9', 'c028d4b3-ce8a-4e8b-91c8-70fd8f6132f6', '364f5301-a946-468f-850f-c6cafbc955c1', '9f06a180-c902-45c6-aead-1f5f892f51d1', '5a2845b1-d1d4-4527-a29d-291006a12bab', 'f58044b5-0ded-4cec-990f-936cad1a40a0', '2553f39f-aefa-4d0c-93f8-7e099b6185c6', '72c1a6b3-7c5f-48fa-8c3f-66c80771f2ca', '671cbfb7-d30e-4ed7-b740-f77098d84157', 'f5b59e09-b756-43cb-9e5f-deb0bc3998e8', '60b7f48d-1be2-4b71-9770-37517703dc83', '8077a6c8-f7e7-4640-a139-f3412ae42a86', '72bea84c-0d68-442e-aa78-4746e869b9a3', 'dc8f2c25-48cf-4f17-9fd6-3cbc213ef991', '556c9855-f3bb-400a-8134-6f35a358d27a', '1f6daa29-9e3c-4a7c-96f7-1b9c6d20dad1', 'c1e4ed72-fcc6-4de4-9437-0e20f39121e6', '177a9d55-e414-4d1c-b6b2-4ec30511cb74', '9290e64d-0975-4f2e-b157-248ab52fd8eb', 'bdf24331-fa2e-47a1-bc18-754d08beb995', '4967cca3-587d-4c5e-b8de-edf4fcb33096', 'f3de02ed-ab86-4920-89b3-52dd639e4ced', 'acae70b8-393e-4ce0-a57e-dbfc6f593278', '3be69b2d-3979-4650-b801-758058d23a98', 'f6ec372d-c885-4f6c-b7d6-41d0b0c3dd45', '3dbfd288-7523-4c66-bacc-4d5635c22323', '9ef6246e-e0ce-4dfc-ada1-b69d8bcd9706', 'b635dd98-d47b-4737-a5ec-f5b091c94444', '8b87abc4-b6af-4f5f-8dc0-60aca0465981', '6e1f9359-2b44-429b-8c45-d792267b641f', 'ea50fd94-e287-40c9-a12b-2e31243d317f', '1e351fef-c624-4958-b40e-cddfe7ad0508', '2050ac4a-3d7a-4996-9ff4-ef7b7a222292', 'f5de1ce3-a018-4164-ab99-0e1a1ca169b8', 'df3b53c0-e6a1-4564-946e-18710eec0319', '700d8010-bab6-4afd-bc8b-5f564351f0be', '08dc5ba4-04f6-441a-9fde-917bac201f73', '2412b924-e1df-478a-b82d-6f7134e1e918', '00aa41b8-9798-41e5-b422-067f48b10306', 'bc147c00-073c-4cdd-b9c9-c91e2d427cc9', '1867ca53-6089-410d-aad9-810d4b1082b7', '2dc6c484-b057-470c-a42d-68e880967fef', '98727335-6536-4593-89c1-3172550e241c', 'dabbda4e-f3ad-4142-b60d-7bad041ad101', 'b347805a-a423-4a47-a49f-88790abb2f7e', 'dae7c2bc-b547-4b1a-b290-ac71d22d437d', '09348ca3-6ab7-47b6-8603-e7ee5644ef7b', '27db07d0-039f-45d2-83aa-9131972096b2', '1c7ee06c-883f-4ddb-8feb-28846077740e', '0cd036fa-f48a-4d53-949f-e1cecb33166e', '786c1e4c-ddeb-4d90-8906-95c3953fb2d6', '6ca9b524-63dd-423b-87b9-b17e5c8969aa', '9e0a2cad-f346-4c0e-9d70-90ba664205d9', '95c24482-c0f4-42fc-bcbd-6c24d20639ca', '20b04e6e-b4a1-40b3-b54c-8c145534308c', '489f0744-835c-44ac-8980-610afe9adea9', '9f40fbce-839e-45f9-a701-54cc5d6bed43', '79f8eda8-fe6f-468c-909e-eb7ed2112fbe', 'd6eda208-0b9d-44d2-8c0a-42001e9e9119', 'cf345c15-10be-40c6-a3c5-f7d40d8599c6', '86586a4c-bb09-420d-bddd-c939ac01fe87', '8ae4b09d-97c1-4cc6-9e50-606890b0f7de', 'e669667b-90f7-473c-a566-890594273eaa', '316afc4d-f422-4506-b824-75af9900cd8a', '4bc2eac7-49fd-4a8e-9e54-e2445999fa6d', 'd1f7911a-c17b-43ed-b4b5-1a69f7df8746', 'd45b5a2a-7a39-42e9-af28-d7c6133d59d0', '3d6c0d46-6bda-40ec-8779-494fce7d5495', '2eaae644-aa9d-4b44-a919-5ad7fada6d92', 'd1b3e73a-15b2-46ee-8c5b-66f8da9d72cd', '43db9ef6-279c-4c18-91bc-5158e2136852', '646f7a6d-0142-41d1-acae-6f1dad9351dd', '75e829fe-696b-49f4-b1f5-58cc6b05bce8', 'b303c4c9-4d1c-4b4e-a8f1-16ad50bb1fa7', '8ad18ff0-a530-42e2-93a4-e612c6970a76', 'ee20f385-7bc0-414b-aece-c1b381c99596', '31547ccf-42bc-482f-97af-53f3f8d145fb', '44151352-d92d-4734-8bf4-c9907912988c', 'd00b3442-0b4b-4ad1-889f-b3bc74b782cb', 'd28dd3bb-8c1c-4f00-8ed8-a2e3e0e182f5', '72b1b13e-8938-4948-9f56-123b03ac012e', '0ad2793a-56ab-4f71-9dde-c278a97e883a', '4086061b-ad5b-4d94-9df5-3cdc3f64c8a9', '075f80e2-1685-4ef9-a46b-1d171de77afa', '17ea7821-f51f-48da-9db7-455d836ac8a5', '36d1f4c3-e47c-4a3b-aaed-0cdf24fc5c59', 'dcc174ec-b7c7-4ec4-a7f1-22c48afa5f3d', '2a6b2efb-ac87-4ade-a0db-63dc379ec768', '273dbdae-6454-49ad-bc0e-d507eb35a2be', 'f3bfa23d-d633-415d-9da6-e337da469ba7', '0259201a-e748-4895-8b3b-c5b82f8fbed5', 'a41c53cc-7f28-4711-946e-2dfca882f624', '5bcd2438-dd48-4453-a0e3-499f0abcc1a7', '45691cde-f144-4212-b5de-4ff0ed170eec', '1d0a7166-a908-41e6-87d0-cff21f5ee9bb', '4b3d5d93-667b-4510-b731-579d3a8d8b7c', 'a3b6800d-2041-412f-9344-179e68144b33', '582f49f6-5763-4f1f-8003-e677f71720a6', 'b08b6fed-951c-4a61-bda3-6dbf984841f2', 'b006a133-3cea-4573-a717-da7cbeecae63', '1ed5232c-2e1c-47f8-adc8-6f6b3c3ae598', '78e0d4a8-2236-438b-9727-e8d2429c3bda', '9bcc3a9d-839e-467d-8ea7-acc6acf290b1', '0086667b-5b59-4759-8ae4-e76bc70636ef', '1b2d9d86-c438-4f42-86d8-5e4ba224a726', '237aabc9-df9c-48fc-a242-67d3589ebef7', '189475d5-357f-4807-af41-96730dfd7c29', '2741beec-0747-4581-8ddf-8d633a475d90', '90de8ca3-aeb4-4b38-8337-f1e129dc5b89', '1757e94c-3add-42ad-baa5-f6b6668d4a2f', '4f96d810-23a0-4a7e-9ff5-9ab30d90f471', '9114edb7-d6e2-46cb-bcdc-8ab905c5a4a8', 'eed05f45-5350-48cc-afb5-e46eb23829e8', '9b943378-e641-4160-bf1a-1133a7fe17e0', 'ee483c08-06da-4c3c-87d6-7a7d2de0c42d', 'fdf153aa-ff83-4c7b-80b6-7ba082f04e67', 'fb675ca4-4c96-4a71-a2c5-9ceb37270253', '1d57cc7b-724b-4eaf-8a88-bb640d2a60a8', 'ca0e4caf-8ee3-4953-aa5c-0a9727492a6b', '85f1f021-69c6-4445-a641-1501319b1c4a', '559de3a9-b436-4168-9849-104a776bbeda', 'aa99429b-464f-4726-b1e8-f48993141aca', '67ef4de8-a7cc-461e-ad33-dff63fd62cb9', 'a433c7f1-48b7-4f5b-a8a7-4f83208492a3', '597ff69d-8947-4647-9ed4-cf9270addb0a', 'f7a408da-f7ab-4c33-957f-fc05b24e9a2d', '3e9267db-e447-4783-b1e3-c76a660fcee6', '88f2306b-964d-47a4-a138-a011e81d2a92', '180fa4e8-1b01-4619-a94c-634465415532', '3981979e-0409-4853-97d1-128783fe6fd3', '52bb24aa-70f9-4369-b215-cd27ab0184c4', '92fac8ae-d60e-487e-b858-2048efa35d08', '35ed6ff5-3d4e-472a-bf3c-74f504d2e209', '3d22f4cb-054f-49d0-85e8-9450be8064b3', 'b8ccce08-da35-4e3c-967e-7bc42e487519', 'a9cf38fb-f61f-4b9b-8f26-5daeaf1cbf8d', '12cbad24-6147-45a6-94cd-e51289ab0938', 'd821aafc-5c5f-48fb-96e7-d9396634aa5a', 'd4759569-06bd-409e-b096-8106fb9b3275', 'c32895c7-e6d5-4baf-953c-5d7f60dc91a4', '0d8e691b-38d6-4db1-8d13-b284f97613c2', '307f5631-d127-4a93-94f6-8e52fc5293ea', '2339f14d-7a87-4bac-bf45-d18272a4b3b0', 'd8e25864-e86d-4009-8ff0-2b7217a5189c', '8f9b8c6c-3e37-4a51-a569-33e67f2acd6c', '626d4128-42bd-4bc3-9f18-2dd5a5013798', '5b373771-2647-4efc-967e-8a7b68b9e46f', 'a145f918-b2a0-4203-bfae-2f479f795356', '30ed1572-0734-4f7c-828a-c85d362c8a8d', 'fdf33b29-798c-4083-a817-4d30be582186', '9584964b-6ebb-4233-a1f9-917084c044a4', '030c05e3-a76d-4e8d-896d-358a6d196172', '5e28e6b1-cdc2-4602-99cb-e57009626156', 'cc8dabae-7034-419e-86de-0e4c41139cac', '4e112477-48c5-4d74-9c7f-e33da0e00aaf', '137a79ec-6b05-409d-a587-9617bade8faf', '08a274e1-a931-4f65-af38-ca6977c7f7db', '7d59f9b9-dfe0-44da-991d-7a84c075bbf2', '4df89ce3-d8ba-42be-a72f-70b75e4913fa', 'f0c88620-40b6-4d73-a1e7-806e58f67585', '4b266b9d-02a4-485a-a685-425400fbf23a', '30bce592-3d57-42ba-bbe7-17996554e335', '751727ba-9b06-49b7-b405-bc5c726f2673', '875e6680-39b4-40ac-ab4f-8ebe274cb494', '891315da-94e0-408d-a8ea-d273a836acf7', '3e2240fc-a7f8-4038-8b1d-dffe944f449c', '3077a9b8-9303-4cfd-8269-302296f374ca', 'f1ee8e79-6038-48e8-a3ff-c220dc773bc6', 'a65b6638-33d7-4173-8be3-52b52c977d30', 'adf5f342-0a42-4f44-b811-b4728f0e14be', 'dc22807c-9e9a-4e15-88fe-4d1765655e94', 'd73a8883-617c-4d04-919e-4716c9954934', '4d821a14-388b-4e89-8714-7d262e8e4e6f', '9e2b77f5-e87c-4fd5-a5ca-3a1b34ec02b1', 'b6342017-2a33-44a4-bbba-18a51f0272af', 'a21f53fa-3f12-4770-be1f-30cae910ba37', '41cd6beb-1eb2-41af-804e-58c76464173c', '85d3eb22-4637-4b59-9d7c-c2ac180bee8b', '70c00ebc-ed03-431f-9ce8-b50fa2424bb4', '6e71e83c-12a3-44be-a16b-a7f262e8d497', '0396cf76-2b30-40b6-851a-5003fa76073c', 'ad23cb96-bd09-46e7-a88a-af7805993dc6', '519e63be-61f2-45cd-8389-66eda6f05322', '39d759fd-daf9-46f0-9701-6a168032a6aa', '85006795-b36e-4b05-8f3b-f57f158121bb', '98c629b9-266c-4151-8579-d9de76253129', '55f8948f-7cc8-4f02-acfb-631b4f8efd43', '44ace789-8475-4bf7-a978-56ea7c9ed3da', '83a3db65-9c18-4b87-bdc8-3812163cfbd1', 'b60cc6d3-84ea-4c54-8fd6-9cad1fa7016c', '48733ce9-a3f9-439a-b71f-7baa87c39ee7', 'ed1315e6-5ed4-4b48-a0e5-365631b59471', 'b6b01dc2-51fd-4ec1-9a98-98216d5a2813', '091a5c9f-c542-4f14-b914-dca7ad711f2d', 'd0a1f897-3dca-4900-8b30-6c009b634914', 'fb7dedd2-4aa8-4bce-b1e9-dc4a9b6e3227', '981d6fec-6679-46da-a40e-2b4e00db8496', 'b631d2d6-946c-461e-9bfa-407f7f64b36f', 'd450c40b-9f00-4b5b-bd9f-8c28bea9561d', '854908e0-93c9-41f1-b430-2a4456169ab5', '3e098471-8bb8-449f-af20-d3cbb2a69ae0', 'e9ef3172-f635-44c4-ac5d-9ff8ec397689', 'fd7625d9-a29f-43a5-abe6-39b13c6c4556', 'f82fd2b0-8334-47fa-924e-69ea54fee04b', '9368b588-36bd-4245-97d4-9058b00419ce', 'a9190ab6-fd83-4019-8a14-0317076d5c3b', '76ca3406-0432-4572-ac1e-d931fd439734', 'e510a3aa-dbb4-4026-b5db-fb9dfd7b630d', '8c138f03-0462-4ccb-8527-1ec7710feceb', '7fede792-925d-4822-845e-bd1fe76115a0', '691b2310-ce6d-40f7-b713-e5a0336b80a5', 'd06d5072-f109-4203-bc91-ef4daf9eb83e', '502a0dcb-a290-440d-ae1f-f150d26c2427', '898867ae-6ea0-401a-8027-6a799261105e', '632ff8c7-24c5-4405-acd5-f030e445daf2', 'f1143bed-733d-437a-9402-39a5fc40ca74', 'da54cf3b-753f-4d3b-a7ee-7cb22164f05e', 'ce83c2a5-9263-4527-b975-797555fd05f9', 'e8ba3cd3-264a-437b-adcf-77665d0831bc', 'df74cd31-e2e8-4e08-83d7-3b1b7a59d8a3', 'd096db5f-e378-4986-85a9-842ce977f9f2', '0a26f5f8-6bac-4fa6-a7c9-c8f226940e07', 'b0e52e90-a53f-4588-8a28-8d3e8c664147', '918d4ca2-9b96-4156-8ec1-7af8637dc9bf', '8a02513a-669e-452a-85b5-15469a182def', '690ccde5-1d17-442e-800b-5a0ff242f784', '4faa50a1-57d9-4277-bd04-f21d42226c92', '13c1524b-6320-4397-a912-6c14f41f6901', 'e78f53d6-6b79-462a-9221-2413542d570c', '98ff6ba5-66b9-4e89-ac3b-0294dbf0b766', '112f03c6-d0a7-412f-8dab-2eac58d53801', '8f5e1b1d-028c-477f-910d-39642f57bbcc', '7e862df0-6df0-4278-8de8-da1c41390cc7', 'e28a4a6e-c9dc-4e4c-8729-207133f17142', 'dd6f6ae2-bb13-4534-ac6a-b25eba43d71e', '1be1494d-d629-4ef7-8464-ebd6cc36218e', 'abe53492-f834-449b-87f2-f384ba23b710', '134a1d7b-dbd8-43e4-8573-2b6d3b711f06', '0c899faa-0460-4315-9c36-a3493f9b0dbc', '9afe815e-1cad-4699-9e77-ac08def02536', 'cc25a6a1-b141-44d4-837e-5144e2a7dde6', 'c4ba6af8-bbac-49ef-9873-025b3fec989a', '758b3d27-3030-40fd-ab84-19e596bab9e6', '44a760c8-aedc-49b1-b38c-ecf8963f77a7', '3b6e440e-0547-4bd3-8f7f-968549f7a5b6', '5dc2af9e-d8ea-4158-8168-127f1cd1753d', 'ae2b030d-eed4-43c9-a159-329e2efd5921', '477c1385-26a5-4d43-a766-d273791c3d79', 'a87c2548-7494-455d-a182-f19004517e0d', 'e3d069d0-69ee-45df-a7f5-e947f7b36d56', 'a9349cbd-24ce-4ddd-9b16-34b9df25c774', '30c9c3cd-2a72-490f-b651-31544803b3d9', 'ba6a1f78-813d-4d0e-a404-57a6a50bac49', '30080a2a-0534-45dc-ab48-6a255c36b47c', 'e4550b1e-c876-445a-a6cb-4cebc417178c', '6029a6fb-c042-498d-a235-d8744509f276', '2bc76c57-cee8-425d-bbd8-1c2e097e3770', '8d8ce00b-7769-4957-bde4-397999b96714', '108d820f-1d0d-41c9-9e18-ff99f6511c2b', 'c3c37074-4128-4106-94ca-32c77a88d46e', '99536d61-c4b3-4409-ace1-dfbcc1f68800', 'ffcdbd10-72bf-4f1a-bb3b-8e317722500f', 'ab56a13a-4a09-4fae-a168-a265606275bf', '46e9cda6-3d98-4b1c-9b83-632aa0d53544', 'ccc56c79-3c79-4cf5-b574-64584372b331', '9fe15fb5-9513-4701-a39e-38b884c6add4', '6c9e5198-ea51-42de-b5d0-d332de1b22e6', '5aab8aa5-8f92-4132-a1a1-c91c3debad17', '7616c550-fef3-4ece-9aaa-b1c4e3390e9d', 'd0918ea9-83f5-45f3-9281-a51b9fa5beac', '8826e46b-530d-4cc3-88a7-ecdda87aa6c3', '42f0ee4f-51f2-423a-9086-68cfeee5837e', '7dbdd182-e3d2-403b-a7cb-6e2078728d7f', 'bc67ae37-a831-41bb-8f98-441ee5467e6a', 'e73cf47a-dbe8-46bc-810a-fa4239363178', '03f5b7cc-8c9c-4553-a5cc-93181f6d4082', '9d886778-4372-4b13-84d3-de61d1abbf2a', '1eb9eab8-8311-4059-a28b-067ddddf6ddc', '532a7377-aa73-442c-8fc0-5108d475a6c0', '1da0316c-7c52-4156-8014-7cf9b8337695', 'aa433ef2-eff6-45f1-95f7-ba7a1b51abe4', '1fdd6f50-2200-4214-ad6c-213ced141f5a', 'a97ccf0e-e1e4-4235-bafa-7fff4567c0b5', '903f5c06-dc23-4d3c-a2c1-3020220cb5c9', 'f73286e4-6776-42f3-a52f-177fdae6a92c', 'bb0dc7f9-f6f4-461b-a044-ff2a33022df8', 'd9f88d48-ad4c-4ebb-a232-e97a93a3d3da', 'ccf01301-8f6d-4049-b297-5cd183ef3bf7', 'ab68b4f7-aed3-49d2-bc02-861bc9b7e1ce', '3a236c54-aaf1-4440-a66c-1ddae0983f2a', '7491350d-d7e4-4296-bad2-9213235c1424', '5df5b4da-05a2-4b21-9283-391cbfd2ad43', '5f8fa72d-988e-43b4-873e-351f62866eac', '37b73e25-5824-4461-9082-4a6284b1f80f', 'e51a491c-d161-4b12-9360-61d7ec283f64', 'd4d44c2f-700b-41e4-94cf-1644c90ee741', '4c940e0b-e454-4715-b231-91b95005317c', 'b8d203b4-efe2-4167-86dc-cf36b55e7c43', '316b6811-595c-4fee-a6f1-9d03b13f10f7', 'e884f205-081a-42bb-aecd-efe6f547d578', '99cab47f-ac65-4128-b59f-5657609ea230', 'b70fb5c9-b251-42e9-ad87-542506a23054', 'a972a0d7-29eb-4494-a566-9ce8e70e9fe5', '18d1bf26-4516-48aa-8504-7460cd1d434e', '5d2109b0-e322-4d6d-a7d6-0de4bab894b0', 'b5c382d6-b0b3-43fb-b1f7-a4b1608ff8cf', 'ecdcb145-5cba-47c6-ab5b-7bd62c6bd069', '0326a1f2-a4f1-4c73-acdb-d6d69a0b11f1', '5ff88904-e7e6-4a1a-a9a1-cf618c9fc59f', 'eb99205c-5726-48a4-8752-79caa99fca68', 'af5eb238-f18e-4ee2-a2bc-b384a297ac4d', '8671befc-1945-4f6e-866e-d90a5b6b2dce', 'e7cfce96-77e2-437f-84ed-00876e79a180', '25ab054d-04db-49d0-9eef-d8ae4f6cdf43', '7163cdf7-c41d-40aa-bc9d-261e49c10832', '22d7d243-e080-48c3-86b6-021a9c35f5b1', '67c95029-85ce-4929-a3cd-6719782870e0', 'b333a842-dc5f-4c38-ad9c-1c289ac5f3e0', '51fd8d25-d3c7-4258-a98e-a3b0c1db30d6', '48b0c17a-db89-4431-bcf6-e054d1c2fb92', '0cfdead3-934d-4b4c-ad13-d9d00bea54dc', 'd09dc5a0-46b6-45f2-9fb3-29d57946b787', '68db961e-f9a7-48c6-a47b-4abb54c9915c', '522ffdad-f529-4200-9f4d-cb5ec69da164', '2f47ad05-e824-4428-a7a6-3a7604ce6665', '7d457282-fbaf-4ad1-a4e3-bc38a59d100d', '2cb4d0f2-5c60-4924-9067-d756a1b4f62f', '0aaaa280-eb37-4aa5-91c2-1a9f83d12409', '4cabdc1d-d5c0-4eeb-a0aa-9c05fbe00f61', 'db4d5db2-b394-449c-8ea1-3e75933b1f39', '0592a1bf-ed15-4881-8231-8063ed6c0c7c', '8ed5b40f-f3a3-4828-89ab-fd1fb231f03d', '573ece5e-8ff7-429b-988f-322a554707b7', '76d46dc3-6de5-460c-bb8c-5a3c2e190c13', '154f397e-9aa4-4194-8d98-06a062b1170f', 'f88fdd9b-1d02-4f36-88e8-76aae115e896', '9c65b41f-11df-4892-9995-e0ea31073995', 'd8648fcb-f592-41bc-baf7-16106c924f47', '273f41e1-868d-430a-b0df-3202d132a599', '99a53e46-818f-4e09-9fc3-8e773a9567ef', 'f1edc74a-aea6-4e6e-aa2d-278bf5078cdb', '0ec89765-4edc-414b-a499-487023704925', '963cb887-d99a-4618-9495-24c0c82cd99c', 'a0463f51-bef4-465a-8c3c-cbd0446b4e1e', '3c3b8944-7f0d-4123-b6fa-6dcc17b94008', '2a15afeb-d306-4b90-8b54-59bd9b520f6e', 'cbb3bca3-ed0b-4d58-a5ed-6f5667c874bb', '03bd0ff9-7201-4d33-b223-1a4b95c690d7', 'c72faa43-a305-480b-8df7-19e521e360d6', 'd207d0c1-36e7-4a0c-bbf4-f8baabb3e4c2', 'c83db14d-5ee9-4fd0-a092-cb239593de7c', '7a7379bc-bb7f-432f-8f76-042a7057ac73', 'e9f6dfbd-d540-40af-b021-375c5915060f', 'd7888e40-d2a3-4d34-b1c5-82d7d841da72', 'e3fed937-7da2-4053-b9f7-579d0075e34d', '9166ee44-1031-4d2d-b1a5-8549c9b302c3', '82a38806-2f01-4eb1-a354-9bafb706b49b', '48e552f2-bfd5-42b6-b7a4-7ae5179078e5', '145c0a05-bb98-41d9-8d51-bd50c5733254', '1071adf7-93fe-4c7f-a002-c7fefa53d743', 'af3290c1-313e-4613-a836-709e43adac10', '89f4a9f3-b579-4a05-be72-f6490ccaecab', '869a6b6f-b0a3-4ad5-a2e4-6db343bf239e', '08316e83-fd8f-4966-8e93-2c3a9939c0a6', 'cd10836b-88b4-4588-9877-bfd9e3a5289c', 'e526091e-7866-4d8f-9595-18d21c6805f4', '0bae8565-ca46-4292-80da-fd652341b23b', 'f1969219-d586-4589-ae53-81831b9b8a07', 'e13c90bf-4745-4a71-af17-f49743e99503', 'a999bfc9-4e14-4992-b51a-019d26bfce34', '79a04139-58fc-4992-a6de-a6b0e505f9b7', '55c28728-e8a5-4380-bf6d-0294273aa212', '7dae5cf1-126c-4db7-af89-f8360a2778fc', 'd9114c82-4525-4981-94de-13be5e7e2540', '694e5cff-3937-4f9f-bda2-0791147eac1f', 'ceea9439-57ca-4b1b-b060-ad11d7840f39', '755ca19a-4f9d-461b-9ade-45c7ea8621f0', '1953202c-fe2b-493a-a343-f5949b6c681a', '481bc247-cded-455a-9ca0-3e78687e051c', '0e88a53d-21e2-4246-909b-7d6e81aa6af7', 'a607f833-e192-4096-b173-9b39dbc01a89', 'bba20f0c-7a9e-4fd7-a864-b108f20e0ff7', '3636da38-b993-4e2a-89cd-7d99067f750a', '37c03f20-3477-4fb0-9066-9e39848f0f37', '9e039c6c-220d-4b11-8c7d-afe86c61f8fa', 'dc6b6855-19bf-4e18-b313-811f85a39fd2', 'af54264c-80c9-4c13-99da-ec8b26a32c2d', 'feebcb8a-f7b4-4fb3-bcf7-7a1f4d23d30f', '94478f31-925c-4d27-ae3c-b0d2949da03b', '88eac48a-65b3-4588-a747-5c2f797d9b75', 'bb32fb89-97be-4aa4-9e92-05aedc87aeac', '3ae79538-f9d3-4cee-8ba0-e9a08eaca435', 'd6c72fb9-04cd-45b7-b468-75a55355d2eb', '866104e4-8747-49bc-ac62-7a660b818c77', '15cbad86-b4ae-4eca-b65f-84e8e4114975', '67da2113-de43-4d5b-9736-c6082a018dfa', '30a61e09-aaf7-451b-89a6-341dc88eac1e', 'b2a41ff4-fd9a-4966-b751-3ad298a7f7a8', '8a99eed5-af21-4e9a-b70c-7654fcf32ed4', 'c0f06aa1-c056-4e02-85e9-dd1983c8d426', '7cde2712-b017-457c-a109-d21b4993a510', '4481634e-ec85-485e-be98-40fd0a373289', '9213da3a-5cc3-4a78-b287-48927c1614dd', 'f6823e75-7ec6-4878-bb81-beeba8211456', 'cf53708b-016f-4457-9e50-9cd95c474b7d', 'b179bf22-3487-40b9-9397-e0d8030411e8', 'eb454c76-7248-431c-840a-3665e6a68527', 'f40de711-dd75-41c0-b486-d327f2efa5b3', '06555d38-b91b-4d08-bb79-3d13fd5ed3ec', '4e9db165-c2b6-4560-8f14-550afcf63430', '22cf45e2-908f-4a15-a3b6-19261866e08a', 'cc0aaf11-ad10-450e-af58-3ec245e39a1e', '93db90af-3c36-4280-90d6-015350fa3d0b', '081a3f63-a3cf-4446-96f1-1cfc9f24f7c7', '6ab52eb8-9ae5-4f0a-bb49-78200dbe9adb', '06c3f9ad-1cee-4072-9af3-24f3bdce505a', '76925edf-4e1e-4ccc-b453-b30a39ec5167', '0e369d65-462e-4340-b0d7-e63ccb92f840', '716cc4c9-dfd3-4ac4-bfe8-62cd78e1999d', '40d5b276-ee3c-43e3-82b8-33b4ea59f46d', '4d48a861-0698-471d-95a2-0e4af617d730', '4f67226c-75be-436e-b23e-a86cb8683cda', '3a71f32e-1de6-4e29-8646-6d5ef1478b3c', '53ef8e8a-a8ad-4379-a095-b02f60171514', '00c541fa-1075-4656-99c7-0fd91f43fea4', 'dd2d7841-965b-47dc-813a-65c8b0b163fd', 'a370a585-424f-4d77-bab2-cc505728f413', '34f1decf-dc25-42e7-b5fc-491f03799d3d', 'fcd55586-4fe0-43fd-a23c-da136f5e9a43', '4edba845-e7ca-4102-9a42-72b632a8773e', '0848a282-95aa-4cc1-8058-c731bf52412b', '5d52aed3-e44f-4e86-a129-b91ed2ed8288', '379a8a90-4b9d-42ee-963a-fc6ae0bd030f', '9f2066a2-c6ac-406a-b3e4-85372fb04490', 'e147f007-b01e-4667-a521-3b9f982c4bbf', 'a8f552cb-9ae6-400f-976f-be56569c4de5', 'e0463571-bb2a-4b9d-bba5-17714b0965ef', 'ff1c2d38-2b1a-4f61-a8bc-b5b746a634ff', '28e21e2e-df9e-4148-9091-8d49ede44652', '3c6ecd57-4d59-403c-a9fe-cffb43d32a1c', '31768066-827e-4618-a27e-b4ebcae7d946', 'c6683c16-815a-4750-9316-03077a44367d', 'b7cc68ef-e469-4efe-98e8-e9ce66edc69c', 'b39056e8-8010-47dd-8aba-75ef695b1cda', 'a5647a6a-1a53-4fb9-8c47-2028b7b9c0b6', '57ae4ece-d4e7-409c-9a63-fd06d0b6f472', '49efa8d5-9eb1-4039-99fb-1273f26c72a9', '307cd979-6258-4cb9-b129-3cb3035e407d', '64bc7217-ab0e-4b84-8194-6ac4ad384f10', '0298376a-dd82-47b3-b029-4bd2aefa01b7', '0c05f9da-7193-47cb-9f57-0326fae90a57', '3e20c05d-536c-4889-ace7-720c4b272abc', 'a69a51a4-81c9-4f63-97db-0989da9754b7', 'abd90e6b-9e43-4b8c-b2eb-c9406a81ddaf', '4c4fc6b6-d163-430e-8569-4dd54c226391', '5dd7fba5-0688-43d6-af44-86a0f3777b90', '00e0e797-dc01-4068-8c9a-f06153ba3fa4', '33daf2bc-226e-4d3d-af97-f0d74c5bbd52', 'e35f7466-60d3-4a40-a2ca-9337745dc431', '2ce64564-b5f3-4e95-9933-f28d8f5920d6', '2dab12d8-b8c0-4e99-b3dd-b4ffbf00524d', '93a312ec-6a7e-4e04-9aed-9e2d9fbcee72', 'dfd9d529-f4c2-47fb-b760-767c65f34807', '5172fa15-c946-4be4-8c4e-6035c6cb2df8', '92a88672-09ad-490d-9aa3-1ad4454aea3d', 'a6b16103-82b3-4465-8f07-68042442802e', '1aebf9da-22a3-438d-a3d2-c2967ec96dd5', 'b5953476-accc-4bdd-825d-ea2710af4b9c', '9ddf9d1e-db5b-4657-8b7c-e5cee149704e', 'd1272180-1ea6-4783-bc7e-f81f017551c8', '88d0d23b-4b77-4433-a690-0dacc67eea96', 'a8342590-95f5-4880-91ba-360839c3d84c', '4fc818cd-67ee-456c-8917-0f9c5950075e', 'a9c0641a-4725-442d-a061-7884f9c9e97c', '1be22612-0a4e-4e06-a8f0-582c67e33982', '512620d6-adc6-4f6e-a72e-f26ba8798921', '9e853766-78fe-4fc4-a356-9c6d3ec4924c', 'd5676c9b-1a64-4091-a8c7-d7d4cc1c3b15', '4642ddc5-8d0f-45c3-933a-901f205a17ef', '2bb25d00-3cfa-48d8-afc4-ebb7592937a5', '1ef0749e-c528-43e8-aaea-c85f7cf3aa96', '470e6824-06aa-46c1-973d-d3671dc1044e', 'dec20d95-5004-40f8-8018-a1f8716c122e', 'b544f380-d0e8-4840-b3dd-b89bbb760e60', 'ec84f5c6-b217-426c-8e1e-7071527881a8', '15c7dff5-6a0f-4b42-865d-ccc3ba2723d0', 'ba7be0d4-2909-4648-a3ee-ed7927841723', '629be4e4-3773-462e-9be4-f361a848a8c4', 'ef196877-f6f2-454d-9492-22f54223e165', '254920bc-4514-42a6-a1ae-4f3034b2aee2', '617d2b4b-af11-4d35-a084-54577c9c3aae', 'ab2e8370-9300-4658-ae49-7418c38f955e', '2ac7807d-2cf4-4d4c-b79a-b015ba5df334', 'd9e4ef15-31dd-4de6-b5db-dcaeafd2812b', '47549ec8-8dc4-45d6-af14-35850e8ce5cf', '37de4000-c911-4060-9298-31ad37cc3b55', 'f77b01e2-450c-4ef7-91a1-272b00ebf5b8', 'b5630d7e-90e7-4480-9d46-07a43e1a1027', '5e23b155-dd73-450f-a8eb-ba6773ebcd81', 'd3aac785-41b2-45e5-aa69-6764856ab7be', '8ea5d04b-c6bf-4924-95ab-9b4d37bffd95', '5c9fd2f4-ec9c-4b2f-ad9c-d27052c75f14', 'ae377376-09a2-4800-88db-eb66d67cd70e', '55dfc1eb-8761-4649-b6f8-8fd2d7e2fc04', '886d76ff-9bba-44a4-a4ff-89835ecdd2ce', 'd625cd1c-f402-4bd2-936f-faee682aec39', '4bb413fd-d032-4eb3-b096-feaa3b646846', 'ee46595e-fbf0-4ba3-a277-dc99721b1a58', 'cf1df224-9848-4c44-b137-831cc01e0e88', '378d2bf2-7e23-4fe8-8c84-b67ba0bd9c35', '506449c4-4485-4f6d-9a85-f1ae36d7b6a3', 'f0fe13e1-e1e8-4a44-adf7-1930d0587eef', '24b22953-e788-4dc9-9665-f2ef4f33fde2', '5abecb03-46e1-404c-b60d-9377b9911b56', '52b769eb-595a-4efa-a648-c8400345523a', '363a9163-9694-4b09-b0fe-96f8b072f6a0', 'c082eabb-21ae-40de-a492-3cc78f23473b', '4c02002e-0bf6-4c3c-97cf-b308e1c50d6a', '25e2cfda-1e98-4c48-a9f0-899c58cc1a31', 'e3ec96ed-a689-43f9-b6f9-126e83ef1b88', '1a1c053e-d4d4-4f8f-8e77-445f29c458ad', '958eae0e-b10b-46e0-8621-6538623dfac5', 'fc8bd8e0-9b52-46f0-ac45-f628075b3867', '6621b503-e480-4040-8221-852d784d852c', 'c92be2bd-9632-44d4-9857-97ebd492301e', '5e9c88a4-2d9f-4eb1-95ee-702e1be1079c', '8ef59f08-64c5-404d-a62c-e9c3243b79b3', '87d0b92e-1ace-4edf-a759-aad6fc6fbad9', '21a8c6e1-a55d-4e83-b503-230613023636', '554f83db-4be0-440c-82d7-5c2d3c32d32a', 'cd31709e-cd6a-49c1-9ba6-dfaf4682630d', 'ba861431-399a-44b3-8f3e-df7ac325e40c', '5f774d8d-eb4e-4c0a-94dc-1622527fdda6', 'aa96de33-cce3-4bac-8a53-6f318c64005c', '2605b252-6930-4280-8576-20af8c5494e8', '36ed7aea-172c-48f5-8cd6-41162bf5f9a3', '7697b91d-276e-45d4-a79f-cceb997e8e03', 'ed6b4945-d47f-4f82-bd81-c1566da02cc5', 'a6764ba6-dea5-40f3-9fdb-d6b3a0e551f1', 'abebade0-cf4b-40f7-9e35-fb39a5c07204', '306538e0-bd05-4608-8843-fcff738e16a1', '9ea31e24-b034-4027-b672-2f4ff88d212c', '37dc0d52-283e-4232-8b45-b763867dd2ab', '4de18d92-d6dc-4a27-852d-efa65810f4ce', '1b134bef-ff1c-4503-9b9f-ca844a014f67', 'f314c75c-e3c1-43be-be8f-15915942dec6', '39d934f8-c32f-4038-b3c0-9de830d233fe', 'f0ceaa18-2a3d-4776-8487-fe90c5db12fe', 'd0e71bc7-0967-4ddb-99e2-d2dd22a889ba', '19951c18-62c7-4927-b506-e84a20049588', 'd38dd650-a499-4d7b-b9e4-0d567cb74647', '07e23871-3d6b-4ff8-b9f8-af9a956734ca', '6dc367ca-be8e-42cd-b871-80ab6e07ac99', '1a4909a4-0415-45c5-a729-d605f10c17d1', 'f104770c-7a6f-414e-a2b9-84af5d1ba54b', '91ac1158-7a19-41ea-8f54-1b43c93c45ce', '60cb6862-2fdf-4fa5-a567-6c1b16752a07', 'b177da09-89c4-420a-86eb-88b5bbffdf2c', 'a0d0c5a2-4e44-4d07-9010-a4e43de5478a', '830fe73f-ab43-4a9f-ad9c-5e8325568d06', '6f242c63-f102-4491-bd90-668230b9b120', '369195b0-84b7-460b-9ea6-4d17b7352fdf', 'f9590e57-5ee9-4d32-851e-86a7b4968767', '5c3ab9a9-a214-4c90-a100-61b39f036e3d', 'f656493a-2e1e-4a54-a2ca-bf76c3e68693', '5c867842-df25-4954-a45a-1fae3579b53c', 'b0de1619-c883-4aa8-a239-16225d898166', '16890cdd-36b8-45cb-9e86-528da301b1d1', 'e94406e9-e4bc-4917-9b12-be6fb1ed2be3', '907036fd-169b-4b99-93b7-50194dc2cb03', 'd1f2cc36-5072-4fe7-9c4b-f5fb7b3f344e', 'a0f4b2af-d29e-43f5-8edb-606cd0fd6a4b', '89de240d-3bdb-4086-a3e7-3d30f6f268ee', '94bd4d15-3b78-4427-bee4-1e9d3c38fefa', 'e1fd3f9c-9589-4c9c-af68-7734a37dac61', '95099fb9-e8f1-46fa-926e-87eb856f532a', 'b93fee10-3295-4954-9be9-192f6c6c5386', '9c9aa307-f632-4700-84e1-58d2d132300b', 'a4b75aea-7b84-43f5-96a0-2cee0a8d803d', '48e84a98-1438-4e62-b3ab-bc8317743f60', '4ab2e480-abb6-499c-b9bf-a12df2b02887', '052d5ecf-0b5d-4a72-8d67-92cb16556d9a', '0a07ac1e-a095-44f8-b309-b053bdf309cd', '3f6e42ba-ef91-4ea9-a107-c444de2b03f6', 'b7bae57e-d6bd-40ee-89ee-ded8b4b76050', '0d68a81e-b065-4fd4-8c4e-0c1875ec3852', '32c51fd3-d205-42d7-8719-a6f1adcebca5', '840b9ca5-eb66-495f-a06a-8fe501cbbc24', '1e7afb08-d860-4f0d-8f8c-68f0434689f9', 'de6a796c-e7ff-4c0a-98ed-982be6c9a804', '42227293-d2e2-401f-bde7-78f9b9364176', '47e24b3b-058a-4e10-bc41-467cf2b1cca1', '9030f76f-75b3-4c52-9bbe-e2e554923915', '5db956b1-f67b-4f74-ade4-c96d5aa102a8', 'd00db993-5549-43d4-aa72-8704d9bc3a7a', 'b7f63e2f-1e56-4047-8e67-123910457c0c', 'f40621c3-731b-47a0-bd2c-1d638603ec2f', 'cffecbcd-2446-4fc9-898f-6cfb97b7d79b', 'f1249f48-8d5a-4ad1-8382-630cd5ae71cd', 'e2977deb-11e2-4baf-9fa1-182818221209', 'a43fdc02-a446-46b4-9066-94d828027739', '07b59e31-e169-4ffc-af91-4f521bcb1215', '685076dd-9088-4231-852d-a3f740e04918', 'f620294b-9cd2-4d38-82c1-1f16b0b91f4f', 'f165c4a4-f7d1-4153-a3e7-725bdeeacd76', '0ff27aac-6ed2-4a1d-b368-39d5c4ef67e1', 'a55fd2c5-af6a-4b94-b666-c22aac848cfe', '4daffd80-ffc6-4b77-a4ed-9dcd0e4ed085', '64ae0044-2772-4dc3-8afa-aa4e1735e937', '808c4cd3-7e9b-4755-8a40-0d6dbdba9587', '2db89bb2-b496-4f5c-aeb2-955bf786fc74', '2cbb0f0f-186c-4201-af09-ea353329396c', '34495324-5bd8-45c8-8969-6cb3a7607d05', '30d2d165-1faa-4d0a-acb0-597bef47e761', '7913063f-2fe1-4450-8b6c-1d106278f8d6', '40b220ac-7379-446f-a86d-71f2a8bcf1af', 'cce1ffaf-db16-4358-a8dc-501d4d7fc2e8', '5cf17c36-caf3-4387-b371-94b1cec71c57', 'f9c1bf47-dc9f-486a-81ec-500ed2d68cab', '2b7fad32-2ec6-4670-9ea1-2bd7b1723531', 'e8bca3ed-73ec-40ba-b31b-8da019d92f74', 'f487ee21-823c-4767-9f3e-3c7dcf072437', '9c585fbf-376f-4790-a864-ae6ad8b095c7', '8cd5c385-dc96-4517-8b49-499a86a05fe6', '2813624c-cff9-42ee-a2ce-16e80cf0b743', '5c8bfbbe-4d3e-4569-83c3-2cb2e2caa318', '9612972f-b486-489b-b175-9d40087f97db', '4a7a9c9f-8b0a-402a-b31b-b7594abff354', '147bb0ab-94c1-408a-be6c-caaa3840e4cf', '32038147-927a-4cb6-818b-5e76ac81162d', 'c3a17a5e-9ca7-4bc1-8071-518013b44882', '12b88b57-8572-4996-ac38-3e790056bf95', '275c0e3e-3dd7-462e-a3e3-47bf1f7bc2e4', 'bfd19203-8e9b-49e3-981e-0f142ff9f991', 'c16ab112-0253-462e-b38d-5cd8baee16cc', '27abe51e-3777-42e4-9a43-dea89b233720', '9a1ab44a-d49f-4f18-a2ae-107114846c85', '7dd18783-687e-497c-9475-ba89ba5a1a56', 'ba673c74-5ccb-4265-9aa6-72c81e2bbb5b', '4c31e764-5a44-4da2-a127-923f11628035', '6111b0e6-f990-425b-9cd1-4dae82d62de2', 'a5737ff5-baf3-4e3f-91f6-2f01d3c36496', '09d82b75-96df-45df-89df-06d1f7d0c6bf', 'e6a8958b-e0a1-41e8-a2e0-fbd34c4a8cf2', '1997bad9-fb1b-4109-a709-22840a377278', 'cf2a11fa-b07b-4122-a3c1-81f1f308ffd8', '01846725-5f23-486d-a35e-528cb69d2cc9', '9ebc3034-dbcf-426f-96d2-e5737fb71feb', 'a5c103ae-d2ae-4e6c-b702-876a60899f5f', '83f00ec9-f85f-4af5-b587-0900a9e05df0', 'ee3ec5c7-0c0a-426e-8b96-878993ce29c6', 'fadd9b1d-f79e-4326-a613-229ff96156f1', '36b73db2-93c2-472a-b771-fc7c3e676341', 'cea4d100-0d5f-45a7-8692-7e4e37068c16', '50d55b74-0342-4299-bf67-dba1e1fa453f', '5dfbac62-f2ae-4b25-9820-7458af066d8e', '86727445-832d-4b7f-ac53-99d7d81ebd59', '8b9dcd10-344f-4a62-ae06-40e6a2984179', '07da7eee-c02f-4ac8-a598-9a912a0814e5', '049b7091-7d20-4932-9a8b-a75870cae9d2', '4b1497da-7bce-4624-a478-bfb3b498732a', '61d3b590-ec3a-4970-b1e3-cfea7962a6c8', '8d1a86f0-f556-4f40-9f66-97a073759935', '5de8fac0-f9bd-4ab3-a02f-8ca8870465e5', 'b857dd20-9d3b-4bad-b64e-41b88f43b1b8', 'e26160d4-190e-4ff7-be96-d69d254dff65', 'adec5482-d7c3-4efa-84fb-11c253698656', 'a7269ffa-3bb6-4cb9-88c2-5652455e594b', 'a48070d4-d7d8-4935-a8f0-c36af3283ff4', 'd19d506d-4226-4e9d-a919-6fece0568536', 'b06feea5-f922-4b3c-8781-95467c8a257f', '6e111541-da67-4502-b7a5-b7010ec616ce', 'bf418505-2ebd-4bb0-ba73-7490778f74ec', '6b82dd64-e827-418d-8dc8-975c853bb1e9', 'f396cf86-68a1-41fc-8cf3-7ee45df64015', 'f0e93e12-57b6-454a-a69d-7a0caf551d5f', 'ef0dae8b-68b0-4713-978e-82adca3dc641', '8f9044bf-4892-4242-8130-1d4b5f12cac1', '36396a65-676b-43ef-9d5b-df6496bd6038', '2bbea7b7-bbcd-48f8-a7c0-28accaa7fe48', '195797d7-3f74-4419-bbf1-d80eecb8a02f', '7a578fd1-cb0a-44d8-84d0-248f6aba4d53', 'dbaa51a3-e279-469b-a2b2-266aaf68e71f', '9d86b2b4-a0f9-4385-86fe-fcc7ba3cee78', 'ed69bdff-d4b3-407c-a3ce-f84310ebe1f7', '92029e62-4cb4-48f8-898b-6e4f709d0c19', 'b0f225fb-2a81-4b7a-a063-ca995386fd2e', 'f9da83b6-ad04-4bfd-afaf-81c3f89ddfbc', '3e341c64-0db5-4d45-a2cf-921d31d71a00', '4d8fe9d0-01fa-42ed-b571-0abb0e3c87f4', '301fa64f-855c-4c22-9305-f4b7b3c2d647', 'db077e4f-eb7d-4a7d-a5a8-80a45c3146fe', 'ca606b9f-0215-4eeb-93d5-64d8afd72ae2', '229fec00-52c2-41c1-83e0-a8da4383d805', 'b5a8dbcd-4e8a-46c8-a03c-d93190d0b665', 'a2ff8aca-a7de-4236-815d-d667adbe77e2', 'ec15c91f-57fc-45ec-9037-52ce63057a6f', 'af9363d1-7bbc-4c69-a94b-53c5ad4caed6', '5eeae724-1e39-457a-ac34-49d84e9d65a8', 'aee224a3-fc26-49ec-9c68-470037d3344d', '59ca1be7-f6fa-4db7-b3b5-2c96e7e5328c', 'f9a59a65-3eb3-478e-b2b0-89996d15bcd5', '717584c0-e460-4f61-b27a-9b4e838416e8', 'e71c0e76-4b18-43ac-9b4c-ccb620cffeb8', 'b21cfa5e-7d48-472e-93db-22926712cc68', '1e5a4fbc-71b1-455d-a71d-84c000605133', '0647d57d-b30f-4234-aabd-c72783a03f96', '6e9e6d6e-6712-4244-b204-e3899d52bf4c', 'bef0d478-bcab-4aa2-aaf7-667c35d97e0e', 'aab57d83-364e-4e73-a3cf-a961bbaf6fe4', 'e79715e7-96e5-4875-94f1-17149575ed27', 'ff5d7fbf-3464-44e8-a507-8c86dbb1c0bb', '8b94191c-88ff-40c0-8df2-673741c1fd92', '9068db0c-e70d-452e-861d-29246d228828', '455c89a3-ffb8-4a5f-b964-a7bce2566b51', 'fe317893-f50f-4a5a-a598-1ddce5cb3b81', '5799af63-2902-4303-86b7-6c1a66e72c68', '15687c32-b82a-4ed3-b1cd-80f51f2ceb23', 'c3cf2b7b-561f-45fa-b15d-58f06ae04dec', 'ee66929f-54fa-453f-bd4f-81b6e2ae9daf', '7659d2a7-4720-47f2-a954-527a10d69467', '054fde14-0c7d-417e-82d9-98df41db7d04', 'a047dd57-47e9-4f8c-83d5-07461715274b', 'd5d4d772-7f1f-45ec-be35-40614ef3c440', 'fe32f336-05a3-4a00-9c05-cf125c661bda', 'f0826fc5-432f-4cf4-9354-53cec014e829', '3705e20a-075c-42de-a4c8-0fe8c523a011', '4674e73d-77ad-48d2-a14c-579db25c01ec', '34234bc8-0118-4940-bcce-d448f6029488', 'ab8ef6b3-1042-4995-83d5-69992c8a82f2', '44e3d550-7dae-444b-8d28-75daca42f6c5', '3af3f007-91e9-4e94-bd42-c53018defa54', '894e429a-fabc-4be1-9430-44bcddec5bf3', '927bcef0-8c2b-45d1-871f-b44366faae8a', '220e723d-6838-4bb3-bfa7-9e64f13912ca', 'e4c4d6a5-48c2-4351-889a-b68b2476faa6', '41236d4e-6af4-49c8-acf4-760322a21d62', '25ceb102-777d-4dcb-9e74-ab138d6cf8f8', '2b82fab7-9fac-4936-bcb0-e2e36aff81d7', 'cdbb6a77-a57a-4956-90f5-eaf5fc019dff', '8c4a96a6-4322-4334-875d-23dac402691c', 'bc305894-632a-41aa-a5ec-bfe5637f9368', '033c16ef-ea12-4f7b-917d-6e2b0df28a51', '00a3f43f-dabc-468a-a5fc-2f674c7aa0e0', 'a7801cc8-1c64-4efa-9710-55468c042f97', '85241004-3d57-40a0-bbd8-fcd8869799ef', '8f8c52b4-0566-4f5f-8301-30d0e77e1040', '482e55ac-9ad1-46a9-b8b7-d8af95880f55', 'd5cb183f-dcd6-4ffd-ba6e-1d391cc18275', '41a9b27b-419e-48e1-995d-41be1aab6ae4', 'bc110865-ee72-49bc-b588-64fa78cbed48', 'e39905bd-4b85-4821-ab69-ac3c836c60d4', '7ca5edeb-d147-46ad-b0d3-cff7ad84e19f', '491eab49-1a1b-4e6f-85a8-482a309ff13e', '18f34772-31d7-45f4-af79-2eec42507f3f', '0ba34733-8775-49c3-9ed5-5fc3d4bcbc3e', 'f87f217d-2df2-4e9e-8035-868907cfc3f0', 'a7be9f6e-dca0-4e2f-8a3e-ca5cdcc96b80', '133613dc-63ae-4722-9f35-622b0ab3c5d6', 'de03005e-0d1c-4d87-92ff-15027b268e5d', 'a18a6f9f-cb29-4204-b6c7-153ef96f2024', 'abdce549-d928-4640-82f8-51280384710c', '7ca8c45d-e44c-442a-91fb-2329b20d267c', '2a556f0f-77d6-40b8-9bfc-a043404496dc', 'c149371b-4df0-4766-bcac-6657872383f7', '6c2c330e-1de8-4a1d-a254-9c4fc24a0ae3', '54969cc8-c0dc-4401-8e94-25fe2cc6d0ec', '7dc27087-2971-4eb9-84f0-3a7e3856fcab', '13eabf34-af25-4a12-8ec4-5686df8e9800', '63a106bb-8a1b-47f3-93d3-8e5537dba322', '09cac26d-ab6b-4eb2-bf55-6a35bbd709c5', '1b78875c-73bb-4c9f-90bd-cc921479ffed', 'f86582d3-7e2f-4354-b6df-e27d1e2f8f70', '58270fdd-28ac-461b-a502-c99d2f34b2b4', 'daa4d32f-51db-4096-a14b-87c912abdfcb', '8640cd1b-b467-4a8f-93d7-af3e2b1ba08f', '150151f0-6e97-4186-ae16-d04bab350107', '4838126d-6491-4103-8059-ecd1e5c138d3', '93bf47d3-7b2a-43fc-94b4-d2697c275755', 'b2e22161-fec0-4517-8eaa-e2ad4d98ee90', '914f05a0-7af0-4808-b8d8-e1bebb18ccca', '2baba057-6a0a-481a-abd4-c5c547e26f8d', '5b0b3632-da1c-43cd-8ac5-9560bcb14d91', '305d837a-65fa-4c40-b6e1-49da77b2a3b6', '526c138e-b50a-451f-9d4a-ba160bb52a38', '761e0392-6421-4aaf-934a-b1f54bf39c11', '1bfc394b-d3cc-476a-aa10-e37b1af0fea0', '7daeecc0-3fe7-4a19-9c04-61c48b9f5104', 'd5b69a10-e5b7-428a-b30f-01e67f463a0b', '4b37c459-1228-4397-bfd7-7c141f90930b', 'd0fbe012-f028-4186-8dbc-b38c9e38c609', '53685cb7-d40b-4f0a-8bc5-bdaa4a461b19', '790c6c31-00d3-4381-a018-96d899d99ae1', '7bad39c9-3775-4945-ba08-e12efd76024d', 'f05d672d-8cb3-45f8-9e61-85ea19c76e1a', '18d64f74-9dbf-4dee-b318-14974ccd5147', '3b43b3d6-0109-4d5a-a5f8-3759f7a53ecc', '75b145d7-9ed5-4778-bbe4-6ff1c43ddecc', '52d2a2fc-3f9f-4103-af6f-ab2273e1a72a', '0c1cb79b-6fac-4063-8c16-c409f37530a8', '0c91811f-9ac8-4f2f-8530-1caf099274b7', '483fae1b-d072-40d6-9a28-b36ded4d474c', '08f1169b-1e06-469e-8d32-40627a90394b', 'b7348930-2b5a-4053-943a-a6f5a4df3660', '5abeb68d-e602-400f-ab22-fdaa6f521c78', '3a828710-3142-4172-acab-4b85fce8592f', 'db2541e5-5d10-4d3d-a07b-4f1285c5f459', 'b85ec742-59ab-41cc-be5a-452893ffe1c0', '1556b654-68ec-45ea-9638-0467f5602be2', 'a2a2f030-58b1-4126-b8bc-9633250411ac', '8fe4f891-f1fc-4ba0-b215-b800c30927f7', '79f629b8-106d-4136-87b9-04fb4dee7194', 'dc88b85c-c110-48c7-a175-1179e8da3265', '83339b60-a2f1-41c3-af6d-ac178243fa8e', '25212881-9e5c-4ce5-8a70-a3cd9eac7192', 'a205dd2e-bd55-4740-9b0b-fc0f3ade89b7', '1a5b85ae-e8da-44b7-8a90-6065af78cb00', '7fc6c84b-9151-43e4-9d8e-ef64fe5abe42', '7a2d9a4c-3a66-44d9-8864-6c9703a81124', '4694d261-c246-4a85-8851-445294538759', 'fda40709-5b06-4c04-8456-941dcb62d986', '8d35aa97-2f90-4ae5-be0d-30cfafc27bdd', 'e57a7ad3-c4a0-4600-a998-0abd494da301', '009e4f08-f932-4e2b-9a57-f1e0ec8a6c34', 'd23078ee-ced7-4e79-a252-6c12882e4a1b', 'd4495275-3b58-4668-9e5d-8e64b5036772', 'f4a3bb00-6e0c-4c78-b963-24081ecce8ee', '5365e37e-8e1f-4d8e-8f56-d9505881a837', 'caf8f8fb-39d6-4cb5-a97e-a2b5f6173ca7', 'c3f65fd7-bc13-4802-9724-a976125c44a4', '1411235a-5c55-4e2a-9d0a-f27fdfbbe7b4', '3c53ceb7-ad31-4f86-a487-417865919d73', '326ecb5d-70f6-45b1-8ba1-511dd040030b', 'bc8dc2bb-3d7d-4963-a8c3-27c4e805f49e', '6db2fa5d-63d9-4d26-a9e6-cf2aaa64ef2f', '94f840a2-0592-4e50-a2b3-415a53602350', '667cebaf-3f00-4957-9577-2833d021fb9d', '47dacb29-a329-4c53-b832-7e1862b7e604', 'ab2afce9-099f-4d27-9641-f5feb1df65f9', 'a93f38c7-63f0-4339-938d-e9f0c155f8be', '84d8626b-017a-4a08-8912-0f7859eb27c9', '07373517-1d6d-47a0-880d-e5b0ae84e7b6', '0e221d95-b551-41ad-9f6a-145094880a8d', '029fa8a6-2c57-4ebc-b515-ce067367982b', '48fc7b3d-a82b-4694-880f-6ba7e4f9558b', 'dc14ead7-691f-4cff-b521-99de13050952', '5011aef2-d5ba-4d9f-a1f1-8eb6080d918e', 'c2dc4149-8b7f-4acb-b808-49ece70dcbfb', '4a8d7b4c-8b8b-494e-8fcf-8bc05f04d3fd', '25ff4c06-922b-470e-9a7e-d48e0efb5ab8', '94801fcd-e87f-45e5-bda9-338b43abae62', '83e5cd4d-c3a7-4e7e-a502-327124de3be1', '16a7b0a5-ffa2-481d-811c-04b23b6f4f81', '29423f73-584b-44f5-9223-73fe196eb2da', 'eb874a40-75af-43c0-8b46-f6104773aab1', '5b1b46d2-afcf-44a7-9bbd-c8c655ecc69c', 'f73bf4c1-f833-44df-9278-f28a628a97bc', '4146b0e8-b00a-4277-9f2e-586105660948', 'd366451e-3baa-4eed-9766-0bd19f23bde9', '5c49434b-bbcb-4c60-9c7e-a8708f06ec7a', '9a514ce9-3ae3-4132-a47f-80639b63da36', '6e1b4bbb-6a63-42ec-b72f-39bc84eb264a', '30266de6-ed03-4b97-83e7-68ae07454f2c', '7be3b872-62f5-40b5-9177-921d3141519d', '39c6842d-b8da-4fa4-b01b-6936d9124eed', '6a75e09a-2702-423a-8a77-ab5137570c3e', '356d230c-236c-4967-963b-f75c3bb0fc32', 'b96b76f8-2596-4b1e-9c5e-6c768a222164', 'c696b5c1-0ee6-48ea-a0a6-b79e58411832', '8d495eba-54f6-4097-930f-56ab7183214e', '2bc2b246-5c19-448e-82d5-4a38369c1e2c', '8e432dd6-9a51-401a-966f-52a580fc8a5b', '2c93c20f-42cc-4cd6-bc76-382f474632dd', '8af4ba76-9aa4-4e41-b9aa-b766c3ef3a14', 'd24d9faa-1685-4f2f-964b-68e9a67082c4', '51614ba2-3c08-4f93-9343-6080139fd422', '37111fd2-5022-4b56-a827-31e5a426fc5c', '506755b4-4f95-437a-b4ad-20e182082f83', 'ef8af5f7-a9ba-49aa-9466-ce33e901fa0e', 'f30070f6-102e-41c3-8c8c-0fb9d9f55ce1', '1364420a-daeb-4dd1-9d15-6739e373eb84', '21dde22e-a64f-44d6-a2b7-e5e5bf8b0ef7', '4999e281-957f-4b05-8763-359ae6b658d5', '558360ec-2d93-4549-bb15-d12b00dbba30', '5be69f8e-6905-4c90-a838-0fdfd995acaf', '1e87d81d-1257-4c92-9baa-8eb9eb8eef51', '15cb1e27-a6cc-41f1-9ed2-a90b431b5a35', '38b0ced9-2cc0-4ecf-981d-83b347f5024b', '7cd612b3-8641-45f6-a16e-7dd4be6493f0', 'dfe49a71-73b3-40b9-a644-98a2914e327f', '827afe09-9564-4080-af35-a25d909cf6a3', 'ebcf96c8-2700-43cf-a594-33684b353d61', '60aea591-70b4-4e7d-afb7-ac29e818c25e', '4129483d-9eb3-433f-a3c1-53983a0930fe', '89607ced-5b3d-4585-88bf-483f15e104e3', '747ac42f-b009-49ee-998a-0fb1eefe1734', 'c75083fb-215c-4428-b9d4-862b84e57cc1', 'f8f88ed3-25bd-4bbc-b7ef-95ae9512541a', '5d19a1c9-7f0d-4f51-a98d-c9d330c0b861', 'e6bf9d36-e8e8-47da-bff5-60976932e73f', 'e08e99ea-d6c2-4a3c-b21b-e26b16643a64', '0cf4a0e6-a0de-4d3a-863e-be256079904c', 'e4c17fe6-f1ef-4ee3-a488-8054ec19f254', '058d58ae-f673-44d5-85ed-170f60c06bc7', '757f9b89-34b6-4cab-b296-8d5cc33d32f6', '7484f1b3-925e-4f19-a9d7-a4a7b9f0ba66', '143aeb2c-0ed9-459d-b4d6-9746a50a30d4', '1afb2f9e-8bb6-4a33-81e8-cf96a73def3d', '8b92aaee-5af6-47e7-bcf2-273810216b97', '728575d4-7886-434d-a403-7b70dd779779', '7fcf118a-1545-4a74-95da-1f677765a54a', '2e4f2d8e-a98b-42f5-adb3-631fbcbf790b', '8f0425ec-7b87-4a49-a934-9a592d54008d', '1b66aa02-b3e5-448c-8d2b-461019c0b449', 'e9882c7c-a0a7-475a-912a-e4f9d378d301', '911e3fd6-e913-4069-884a-c0e2e89cfd57', 'e4bb1e6c-bf0b-4f6b-b957-640b294ed8a6', 'e5c2a11a-db8e-4ef3-a2e3-e3573d5e41e0', '8cafcf06-f7ac-4a5b-a493-e4ab0d27e432', 'abdf2be1-b9b9-47c2-a149-ec1d84746e36', '21ef48d7-53a2-4cab-9245-93f39b5c03d9', 'c1c178a2-cd2c-4174-b270-02692957acc9', '99188d2e-e702-498e-975f-77693f7799d1', 'd0ed5ce7-c4f7-472e-84fc-b23f2d7d38c9', 'fa9800ac-9174-48b4-9645-b309b9de078e', '066852e8-a5c5-4f4d-a154-e6a8aaebb983', 'c169bffe-11d6-4245-b4a7-7e7e3ee8e8c8', '78e4b461-3477-48b4-b4f6-e399b4e8ddcd', 'cc793a3d-e0bf-4778-9afc-3ed90c95b06b', 'a68e5f72-e8c2-41a8-82d2-f56948af5018', '53b96ce1-025b-4d5d-8297-64a8f15c0db6', 'bf9a0057-9e77-4b55-a453-be5c2509bcdb', 'ea081875-7451-4e8b-a1af-f041d27e0f6b', '614b94f1-7a4a-404a-ba38-6b5e9956fbc6', '2e23a26a-913c-4d4f-8c4a-9a9377e6bcd2', 'd8eed76e-836c-4f4c-b887-54462d2f0abe', 'c7459c98-29ce-427f-8351-efd82035fd38', '9d4fe390-09d5-475c-899d-fce9b2511bcd', '081be0db-4bc6-42a5-a30a-2dc2221e0c57', '1f58d6e6-9ea0-488d-8914-3721c7217808', 'cbcda56e-5f9c-4635-9e0e-ae5e9f5b3f21', 'a3b21c0a-437e-47a3-90dc-7aab2dbe5899', 'cb26b30f-100b-4a1f-b9a1-86d0fde3cf11', '9bdf5fdd-e1d7-432e-bd17-d77c8ef6762e', 'd8da1926-18da-4062-bb3e-8a08d82c5088', 'e8c2fd13-402a-422a-963a-3b9102fe44c5', '346debd3-890c-4923-a17b-31270e6bbd5f', '9490283d-f6ea-4bb3-9fd1-d9cb662dfa1e', '8bdee871-5a18-4b87-a1b9-ccf3524c724c', '800bbcb0-5343-4087-8913-ba62f4dc186a', 'fe85e4b5-ff32-4f7e-9b7e-dd8983e3544e', '1548d753-6446-4729-8e10-44b18f2673d6', '9a04c333-d55a-460e-b5ec-90e4f214c75b', '974cca4f-72e4-4acc-a308-b6417122b101', '1627a04d-5c46-4c13-95f4-78d94bc8ccea', 'b6ea9fab-b0a9-46e3-be8e-d0d2cb4d0c59', '1ac70076-8f30-4bc6-beb1-4ddb04cab1e7', '89d5a808-d858-43b3-97a8-425234bb9123', '143884d9-03de-4d52-a8e4-eca9839223fc', 'ae45bdfd-fcbd-4494-8ea6-abb136a24e27', 'b04edf75-e4de-4ae6-9498-69284df3f9ef', '2d714aa3-b9d9-40fd-ae81-8e2d243910ff', '39f3a5e1-b6af-447f-842e-52dfd455f73a', '4454739c-9bc4-4b9e-b880-91a49bad70e0', 'e041ba97-568b-4e54-a49f-3da232f70e38', 'f79841b2-3b33-4a9c-9560-c5fa4292f44c', '61aeee31-8181-4df3-b47e-54d247bd6358', '40851b09-0271-49c3-bdf7-7db997e999e8', 'f52a40c9-2d02-4121-be5a-39db7066fc1a', 'ab3efe3b-e566-40f3-aa7f-cdb3382226ef', 'b1b1d9fb-11c4-43b8-84d3-d8b098125037', '20feab8d-f20d-411f-baa7-0bab3b45dd3f', '186743f7-a8fa-4423-aeb3-7809eac7d757', 'e7d7e330-16dd-455f-8adb-8086efd2665e', '41ff26d4-2b3e-425c-ab23-633fab3779a2', '4ae81b51-fb37-4bb1-99d6-9a0057972e70', '0acde0cb-86f0-4a5e-8997-d0bdf1d3c6fa', '7fdedd9e-b689-4d54-8656-c5ba8afb5f9a', '1d4d449b-3d46-401a-a1ee-8d737bdfcdc0', '0f0d1b95-2749-4dc7-8249-0269ef859d3f', 'e503d20c-eb26-4dc0-a750-f55834c3c751', '394ab546-3a5a-40b3-b79a-0a0863594e1c', '345aad02-7491-42c3-9b04-e74372f513e8', '5cf3c4dd-3544-480f-9710-9dc89d99253d', 'ff42f707-4266-41a4-aae5-6f95744648bd', '800c5add-cf91-458a-b555-9639897819ac', '7e1f2bd1-29d2-4aa7-b7bf-a4f6cae9d4bc', 'a2b2b787-cccd-4afc-9093-bb247b8c0554', 'f1182cb2-c9be-4fd0-8a02-aeeb69af9770', '07b62d6c-d07c-46f8-bdb9-0499907cf796', 'e3a32a62-53c6-4097-9f09-cc4f79e1e438', '2c4bfb77-81af-41b8-987f-d03017818700', 'cd1d0aaf-e0f7-47cd-ae5b-bfb52ef5405b', '56b4c9c7-4185-4354-925e-7302e269e8fc', '715211cc-1688-4988-b520-04fe516a4595', '157f4d0e-e122-4b8e-9dc9-c279d44a62ca', 'cda2131f-9978-4466-9ca9-e5f00d759896', 'cf66745d-41db-4768-99fd-f4662b613662', '59b4e021-0deb-45fd-aa8c-47e368c3b6c4', '0bc31e4a-fe49-45de-8ec3-d463c5cb3a1f', 'f76f3706-f9aa-4d44-a642-210565af6371', 'ea656c54-60f2-4fa2-af20-5b14294e5cb9', '3d979d6c-6bea-4290-a671-b33e6f9a79f1', '561da1eb-b011-4515-88c9-ca06fc53fb98', 'd6b256f6-b367-43af-9fb1-9ea4ca171c3e', 'd6e7db20-d440-4ad3-9ea2-01235380fc34', '698ea6ce-855c-43b5-899f-51bc95d1a4d8', '007725d6-0c0f-4702-9832-d40bab217cdd', 'c4fb910e-8678-43f8-9d70-2b24424fce1c', '57602ea1-831d-4b6c-bc8e-3cfc79845e91', '7f72bff1-3d36-4b1e-a84e-bbc9580cb678', 'dacbe135-3e13-4570-8518-e8d9b07c0a9d', 'd8618491-e252-42a3-b903-7967dcc3641f', 'e0e8205a-8924-457e-b681-85194a024da2', '32c95f9f-2562-4908-b5c2-b71d19e10227', '71cc2844-c082-49b7-b5a8-1809677210d4', '94047e2a-3250-40b0-a314-c0136519a818', 'a1771bbd-269b-40c5-a7a1-e47d4bdc316c', 'ea4e554f-dbc5-4116-a429-aecf56c03da3', 'f28a5109-5b99-4fcc-a4eb-8f1a9fb58fc4', '06a8650d-dd15-4839-b434-2cc033de7338', '6cdbb222-9881-40d6-85ae-3add8fa6bc65', '8823c25a-a8e7-470d-bef8-cbaac6986e12', '675b0447-19b5-49d3-9521-f4e194e366dd', '0c1081f6-518c-468b-9958-ea8b183a97aa', '80e2293d-317f-4751-b488-dac0b8378c48', '1b0ecded-5d39-4991-b994-2a2b55df0fd3', '1cdc29b9-49de-422d-b3d5-57e1b602a555', '05404c3f-272c-4436-802f-bf179ffb931e', '522ae7a4-b803-469a-bc3d-8f9bac7bbf23', 'eabf1ee2-524c-4f78-8761-cd8f9ff9ab95', 'e9b008b0-048d-47e2-8040-8594f93546d4', '04262829-8baf-4801-91ac-74df78d09e72', '6c80a04a-c30e-44ce-ad40-ee73c3317db0', '31d7bed9-13e2-4cc1-87d6-28b46382b2ac', '1c54d67a-dee6-4089-ae66-d49e4594b31e', 'bb6ef0a7-0d2a-4c85-9833-1f708d94eb11', '42ee4f88-6385-48b7-b2d1-5f15539167ec', '16fa523b-8de6-4c83-91ed-e77695685693', 'd3346d13-0f1a-4ba0-b6af-2a2218194182', '6c90f318-208e-4d71-89fe-49b051ed2c5c', '957a8dd2-21ce-40ac-ab57-803e9076af6e', 'da74a8ee-284f-477a-891b-c296c129454a', 'c0e0a09b-d8a6-4be4-bf50-04e51a2a19ba', 'a686b5e7-548e-4b5e-9308-415f0492988a', '6c7a956a-3d78-4c41-9f06-5bc12142efcc', 'fb79dacf-12c1-4f9a-bfc1-b5688490be8c', '13161a6b-4454-496f-89a9-25623fad13ba', '58696e9f-07e0-4646-aec0-a0bf18e6bd2b', '5b50cea7-8898-4a44-aff2-5bb717153553', '1568711f-4762-4cbb-8ec6-9e53c4ab2b9d', 'a5f7add6-f03c-4b83-a5a1-19feead2f452', '9b58971c-8a3d-43f4-a1c6-54640f711c45', 'b718b0a3-2e58-44c2-9e8a-4590588d6370', 'aeb02a74-7979-4e0d-aaa7-e9556c330c0f', 'e3e414b4-eee8-4d97-aa5d-70d259b2f2d3', '2d2136cf-63ba-427f-9758-0c6ca9aab1a3', '8ffdc53c-11b0-41d2-8ff6-481ef558f40b', '7aad2457-a91b-4b0a-a67f-48109cb76ff8', '6d5b7f2c-67cf-4a2e-81f0-cbaaba9dcf79', '100c1da7-d151-40b6-bac6-4fb91705e291', 'fe43e37a-319c-4888-a074-47a2bd616911', 'd543f276-b0c9-44d7-a615-302108b695f6', 'd0532f94-24b7-4772-914f-c780b3893f88', '4ac476b7-d86e-4a42-9d2d-002b4fe60e0e', '9f371885-153e-4f9c-be37-d1d0c42d3197', '54db3999-5c76-46d0-9685-55f3de6c86bf', '1e3698e9-51a3-4439-89a9-36f20d9bbb77', '02623779-ff9c-4cb6-844d-3d5e5242b1fa', '7adf30f9-c66e-4fe3-9ac1-776a74927e34', 'b7ee55f2-775c-4b05-b25f-30b0a3236cdd', '672a8eb8-20d3-42c6-ae24-ac6aee0a2c65', 'e28b2945-bb38-4202-a261-da1dc007e3af', '785a3c6a-332d-43c5-ac78-23e5b2f5eaed', 'b4aacc74-4725-4d70-a8d2-680dcedc243f', 'e52ca0a4-206a-4e42-aa8c-e6ce83e04d6d', '99f27486-a773-45f7-8397-00b2653e5863', '7c6430ce-6aa4-458f-8595-6be1ec0acb15', '628922a6-06a8-40d0-8137-f4fc23f84140', 'faad9a8b-dc02-4695-b654-a27edbbaa8dd', '78fd061f-cca6-4809-b8d8-53faf2e0c165', '2f8e6351-c2a7-4ecf-a6f0-631bdabc8a3b', 'fc621e04-e59c-48ea-898b-9970a299df75', '8a4877f0-6635-4900-9c50-b373a0ec05d8', '27e3e8e0-d7ed-4eba-98d6-60e5553a1fc3', 'a5fad324-33cb-4f2a-a5e3-249defa64d31', '097ac54b-2ead-4d9d-9650-6ead7b96b49c', 'd068e62d-a6ed-4fe9-867f-f788d51603e7', '323abaad-426b-418e-8b22-f9ba7940e635', '5adb499e-f34b-4205-acf9-195b847d6eef', 'c99ff746-34e5-4c2b-8ed6-d887e1701518', '551c9bd7-d2cc-4edc-bc92-44a53b35cd84', '1954a222-423a-4619-97b9-7154f8c5bf8e', '56595420-5b30-4faa-b81f-60aacc551b66', 'd892423c-45f3-46d6-bf06-58920c5aa5eb', '75a74fed-4f3b-436f-84c5-131b9bc6cc95', '14294d97-096d-4856-af39-cb1140514a38', '535540ba-31ef-4fa8-89a7-8252ce5e2340', '366dd835-a6f1-4a00-b5df-e979e1b586ce', '591e636e-eb47-403a-af95-99dad80a5e2a', '1871b721-9312-4eec-9770-93b713f1225c', 'e70969bb-a11a-44dd-9e76-d739ec4319f3', 'd32fe1cc-5dce-473b-a49e-acb390e42545', '939d228e-6257-4fd9-896f-7f7c7707750e', 'a7ea04c4-a97f-4419-afd0-23e862c61e53', '61b9b0f6-8b2d-4316-863c-d651f4573cf9', '1f744957-5eb7-4fbb-9e23-78970c95ab85', '745204d2-87e6-42ff-8fae-fc35ce5fd8ad', '15a89d85-fd76-4b53-8ba1-1eccd26ca347', 'ef6bb857-b814-4169-9220-06f355620031', '9af400eb-8c49-4687-af7b-47176c74fa94', 'be3bb4b9-baaa-4609-bddc-e9340e93f4f6', 'eccb8f34-e531-4887-b419-57956e256229', '4ff35068-b76b-42ce-b1d5-fab2ceacc1d4', '3369e913-faa2-4270-b683-e393d2f8954b', '14028513-7c9e-4051-a634-c8702d9041a3', '0a5aeb24-5757-4a2a-b01a-4a3f0e8d823a', '3a2fd592-519c-4fdb-b42e-4d7cd87b9bc3', '4a94b896-ceeb-4ce4-a56a-207a7d6d5974', '466dd184-f69e-4797-a1cd-8b67c5794642', '549f4ee0-6ffa-4a29-83f5-9dc4ee174a5c', 'ce4fa422-a5db-4176-8d82-0b5cdab54437', '14784562-9a82-4671-a5cc-216bf4e2175e', '3d116504-bbd4-4be9-9643-2741fee41d99', 'a89d70fc-5e88-4e18-a954-e454e617306e', '9a166cb3-da84-4d8d-877c-67dfbcc4a3b3', '8bc4ab06-24d6-4cbc-9da0-cfa01fb8d7cc', 'eea452d2-c072-4382-b0a2-d0c6b7e7fd6b', 'e356d26c-7605-466c-bcb8-73464a89e97b', '5b0bbe87-082b-4dea-bb24-a6d1c633c8b5', '20c74d2e-0da1-48d1-ada6-a7c916e27a2f', 'f7bf2194-dfad-4eff-a95d-910447316446', '9ffe96be-87c9-43e5-b0c8-9d3640d6f2a9', 'a9d9fb79-147b-4899-9957-b2b6573ed1ca', 'aeb45ecc-ae8c-433a-a8f4-edc740c873e2', 'd5954ddc-642c-40d5-99b2-2f5ccd6fc02c', '7d331fed-1305-4151-97a2-b73f0ecfe7c1', 'd03d82dc-42f8-428a-9040-1f637ed74298', '386d3844-4ef7-46dc-ba13-63640385bf62', '553fc431-5254-421c-b58f-a46734a51ea7', 'd757dc68-10e0-4f93-b0ed-1b714571a388', '7b25b4b3-c0a4-4087-8ff3-e1597f4ee225', '4e902055-498f-4562-a805-1b23f0cb7eec', '76ad270d-7c90-4556-b2ea-b229d79a7d6d', '78b63f6a-261d-4d1f-a0c4-cf854faa120e', 'c3a67cae-6c69-4acd-bd13-c0240fefd13b', 'fca00c8a-e9eb-4aee-a6e1-76e86ec782d1', '754cb84f-20c6-4f77-a96f-877ec057d995', '02adc028-daec-4bcd-a667-5eb6109a9594', 'fbddae9a-b016-43e3-a9ff-3aaece9799b5', 'ac15818f-8c5c-4f7f-9ad1-d319dc87ccdf', '1c954471-4514-45d1-804d-12d8ed03b502', 'aab137c8-da31-4fc9-8e2f-add6fc75c69f', '2c71ff00-b547-4f92-82df-1849f509f4e1', '75bb3fce-ab0b-431f-b823-2337f83218b3', 'b29ecc90-45c3-4026-a289-b0dcf2fb6b9a', 'd896266a-94ff-4f7d-b5b3-49bad0f7b506', 'beb5dd86-ab5e-4ad4-be35-3d4a33629ddf', '0e6eb1c1-e4d4-4849-9e7d-675eaeef0ad6', 'e7b92c57-d462-4fb7-8b61-541f084951ba', '3fd06d96-96a0-4ac4-bfdd-2234aa5b2e52', 'c4b967be-0573-42c5-953a-19edefc967cd', 'd12be380-6c79-4b18-ae90-e531a0365b39', '055f8aba-06db-4a89-9a1c-7b0a0b51387b', '96af3fb4-87f5-43fb-a022-eba2db664a0f', '57a196b6-c4d8-49bc-bd2f-db9646511411', '2d970e17-bd0f-4da8-ba3a-074e6ddee863', '80c4c83e-cab7-4b13-8421-d6d666c296c7', '85aa30c7-19d6-4795-ac48-8e7c4e8e7c42', '16ae6e30-1e93-4b74-9131-cd528413dfd3', 'c1e3144f-c2c3-4a35-b364-6714cdbabcb8', '33274b16-9c8d-4fcb-aff3-9a3408e9aeaf', 'b6d2881f-a8a7-4eeb-a207-d23e0b50e73c', '2b2496cb-c4df-4498-8ef2-a6864be12bb1', '2e32d4a2-0213-4924-92b8-bb5d3e30d734', '0f159492-cd69-483f-b570-3ae046803805', '41049fb1-21b4-424b-9b91-9c52365a75e3', '4dd1182b-3285-4c25-8b5e-5a7f04e24f35', '383a4137-22e8-48df-9ccd-acf1a60ba2af', 'c658cd2d-d8d6-4b0c-9cb8-37d72be5c46a', 'ecf901d2-e5e0-4234-98be-6bc2ef7052da', '11726c48-9b1e-4842-9132-5c01027475e2', 'c7a64920-610c-4f3e-b556-5bceb763dc04', '5c3b42ba-af5c-49d0-a15c-36fccdb2d586', '09e29e1a-b167-4980-bc11-b7dec25eb43b', '3c872868-bad3-4128-8328-abbadf82a1ac', '22f526da-e3f4-48cf-a4b0-4594eef9d163', 'd587919d-3209-4ad3-b540-435a84bfd5e0', '9fc8f0c1-2183-42f9-900f-feaa1d473178', 'dbd40a55-281b-47ac-b3a5-c09eb14ba85d', '69ae7d90-8086-4200-87e2-446839156e3b', 'eeccbb22-00f5-4426-ba76-5947af6873df', '93d3bc68-0512-436d-bcab-073381e15f78', '093183cf-8891-48cb-9a62-bd9d31b444af', '8e4e8cc5-8b7c-4934-85b7-f79a9bbdabd9', 'fc13a4d3-0b56-4bf3-b94a-22af228ec6cd', '29c25fc5-e64d-4bbc-9083-9311b6ba34e5', '2401af71-ce39-4819-8ef1-a9e24e6f225e', '62d59e74-c48d-4b9a-931d-3f67f799eb54', 'dc39aa87-dd9f-460f-b7bf-d2d91dc24043', '7c3d6d2a-d51f-4619-bcdf-409dafb3592f', '2725a91f-f133-4f51-a2d8-047fba76e0f3', 'c3b01b10-b8bb-471f-b18c-0a1ef8820359', 'c126a9e8-be9b-4f5b-9784-facf21d4a765', '7fd65aa4-2d02-459f-b8c0-203effca920c', '15636328-07f2-4014-a4cb-098ea8fe2bc2', 'bef19ab9-b6dd-4118-a292-a0966c00a406', '0f6ee1c1-58f8-4675-aa53-c50642b9c0d8', 'bb2dac80-d6ac-47a0-8fab-68a9c82e7ac2', '5db4d1f9-8304-406b-9c95-117fd1ea4902', 'f084f451-c387-4822-8400-104b564636e8', '1ddbce2b-4828-42d3-8c26-7c82308914e4', '53869a5c-0c6e-4ec1-92c5-534900a9db5c', '1324eade-a669-4cb5-b618-7013c2d20037', 'e6150398-a801-49ff-b4e8-34291e4dbf86', 'bb822a90-1d78-4ee2-91d1-a53808077cca', '06ecc373-3a3e-47ca-97eb-64538523c735', '963b1209-7ffb-4d81-8cd2-92c41d629438', '7f186977-b530-4c0f-acf8-f1ef3ff47537', '51494247-579d-42ac-8ce1-3254da52df18', 'add92e86-3e68-48e2-b935-58d6b60e2379', 'a671cdc4-7948-4745-b445-d739c398e913', '44037551-5e27-4bf4-b233-b1b0b0934b67', 'e32837c7-79c3-4f9a-8c47-7192e09d2a02', 'd27a4367-25ba-4bd2-afa9-04766d21d9b7', 'f4dd3315-e22c-42ce-bca4-439c4a529a9b', '0ec37537-c851-4753-9d00-ff28d625415c', '0a3146aa-ea6f-460f-9e89-2d3844df9d49', '99ddcce2-79ea-49fe-9d41-0b0a04dd778f', '16e35d25-0027-415a-92e8-12f9febad5a5', 'f3d9b7a0-d983-49dd-a71f-b34651b05b09', 'b4528d7a-7653-4319-98a7-32dd0e170b01', 'dda600e2-0914-425a-a86b-3c4c4921cef6', '46955763-6438-4c42-b818-98f8ae9e00d3', 'd9e1ecc2-ef0e-404d-ae8c-432bbad9d1fb', '4d7dd8d4-474f-453c-9525-30fbcf43c57b', '7f58882d-c346-449a-88eb-3e806497ffd6', '28355e03-8fc4-4833-acf2-f5d71517da59', '972f8862-8345-4d78-810f-7d0798c29816', '751768e6-84ab-43b9-989e-63c0695f4517', '8875b46b-78a8-4a97-9228-a415120d887e', 'd905f072-15c3-4dfb-a45e-d7640c2b47b2', 'b6bec7e4-e4e1-462f-a2c2-e8dcbfcc8b3e', 'a4cc0965-854f-45f7-b19a-c885efa5dbea', '9c5715cd-7da3-4c9d-bd47-24544d3c2c2b', 'ca8b48dd-1568-4d47-9a68-48fcc5bc6db7', 'd578bd89-a30d-4600-8e58-f8c00352de1d', '3f8e22f8-c7b4-4d37-a952-f820349c17c3', 'f9bf9eca-ac71-408c-8aa3-e8cacf24e995', 'ca5f71f5-b430-4ce7-ada1-6e82cf6d0205', '6246c9ef-ee69-4bfa-8b5d-e0d83204a592', '0e76519c-1e88-40ea-9335-fb81fc3732b5', '97027f20-b6bf-4168-845e-abc3c23fca82', '1ab79cb5-3ec3-468d-9c80-0c79cc910715', '6be97f88-8d2a-48e8-96f8-ff523667b25d', '6c25fe18-43bb-4730-95af-b5783a9dd6f5', '926cd3c8-af0e-47f3-ab1a-ec16361e1f51', 'a61f5563-1ce8-40ee-a217-e1ba35969a43', '8bcca7fb-de20-4a75-b594-abf31093a8a1', 'cf9524f8-bbfe-4ba4-b815-4693ff230d28', '177615c7-f9bf-446b-b243-d10724bdd028', '615925aa-ee0e-4656-b980-6b36706e5427', '95a82d90-6104-4aa5-b7e8-2d23796944d2', '12d86c7a-2040-43f4-bd33-19001669cb80', 'be79faba-57af-408e-bdbd-7a01d4c48c29', '95436934-de81-4024-89d4-7ffc8e6b2f63', 'a672433f-7963-46be-88e6-8f6efe0486c4', '94b50b93-88ae-4fdf-9cde-f5c709d9cd4f', 'a7c2d186-2619-4493-9db7-ee48c51a400b', 'a8d2be92-41c8-4ba6-9667-f4916b73701b', 'e021cb17-2103-4f9a-96f8-711ccf86972a', 'e7a00027-796d-4f7d-a61e-64d79bace5ff', '6aec20ce-998a-4a34-a0c4-04f224ca09cb', '2822999d-bcd5-4be2-a048-31a4f96cdce5', '8acf97dc-e7e8-4deb-a0bb-a9ca47094d1e', '553153ad-0c71-4768-9893-1f1333b2ed76', '18d6832b-34c3-4e85-b2f5-f30baa9ddc14', 'b2f5c2c0-189b-4840-b1d6-2bd8908b2523', '8020a646-2979-4953-8bb0-b33d880b4104', 'd27800ea-9ccc-4921-8ff8-a5572e9343ad', '078ed726-5a16-44ba-88da-ff03370a2e1d', '85ac2217-eac1-4122-85a0-4fe34a0412d1', '6998d48c-5474-4877-a3dd-119c4e327baa', '9a6f8ae9-f1d7-44c7-ad98-66e01cf40232', 'f094106d-eafc-4b40-b262-77c395e85385', '46e5d1b9-dab1-435e-9230-5104ef4cfa20', '35c3210d-3428-4e23-99eb-ee89d4efba8d', '0bcb05dd-e061-441c-899f-2c68b992f68a', '065d08ab-d4ae-408a-ac1d-902071ee7515', '60f16066-1814-4053-8f48-c6b015f2a85c', '8eaae1ce-330f-48c3-8c4a-abed2be9eb1c', '866b6de3-5677-471a-8a37-ef997989267a', '5f190c4f-1a7c-4c50-9ae6-b1637bb9653f', '6c5757a4-606c-4290-9656-c1d0d1152f05', '28c1aa4b-1512-416a-8f70-cc947001827c', '20d1018d-ca69-4f37-aee8-6f15e5102343', '0df80f17-8ce9-4c0a-91bf-b18a7e0a754c', 'ffec3acd-92d0-413c-982a-19fd39dece3a', '7fa9d8b2-bd24-4df4-8405-fa234c0b1923', '45d5f028-b182-4ec4-8bb2-3bb96265cd33', '5132f943-9905-4bb9-88e8-f1765c0ecce1', '9cb1a6f5-8d58-49ac-a2a2-b10a38216d99', 'ba6ed8b2-2d7f-45b1-83a0-1333c5338ad9', 'bf34a537-ec5a-48d4-bb59-77e9c529383c', 'b73d580c-3252-487f-9f74-f8973510d85d', '37c05ef0-823b-42eb-bed8-79da44d2065f', '31ad56d6-ed3f-4d9d-a706-6c7531331ad7', '25af3781-5ea4-4861-80b8-82d3eb59a867', 'f0deb626-cfd2-441c-83cb-320a62e3b1fb', '36d46c18-bacf-48a5-9666-f16fac54cd15', '54c9e765-7864-46a3-9139-40b0b8a503bd', 'c5ac8d07-e60b-4549-a948-3a9b15f24b0a', '0f7d35c7-833a-4af9-83e0-68e35645af6d', 'd458a2e5-6926-4354-855e-40bf7216ec71', 'aafbd20b-b079-438d-afc3-5a00b8e0e529', '60a167fa-f069-4939-b25d-c6d68ce1e4ba', 'abb44783-56d1-4fb2-9ffd-957b3ee01ee1', 'e065690c-938e-444d-8beb-d99846ce227c', '004e4860-7642-482e-8012-7afc81b5a913', '20dd9d28-73ee-4ea7-809f-a7904aae4e24', '01804dff-fbf8-45cb-b70a-a7b86b986f23', 'd43a7be7-e3a2-4dbf-8879-2d7bad23a70e', '7603f23d-4fb6-4464-8155-a808d7b062c7', '58c44bcd-67e4-45e6-8fd7-7807bfc624c6', 'afd31f4c-da26-409f-9af6-f3aa3572fd1c', '6c334e1d-32dc-462a-9f0d-1bf17012c157', '5e906634-3831-4707-a63e-45e59da8732d', 'de9a63d4-52d7-4f13-9416-9ae383f55162', '1820ed35-0dea-48d9-b7ae-10e19f7d06c4', '69cdf8db-c845-4c5b-9289-51f934ebae65', '434206c9-c79a-49d8-86f7-f26233105b0d', '986477a8-5597-427c-b329-11624fba0f18', '74af6ad6-0902-4f53-b5f5-6e2d3514f94a', '3f885911-1104-4591-ad65-3fee437f7114', 'c9c05fb0-d3f7-4c60-9371-a9e6ec4121af', '46693eec-f06b-4e60-9235-ace90d98c835', 'c076e138-6229-4ff4-a863-39d907959e7a', 'f0e1e397-d152-4028-ac30-b1a83a6f6d07', 'b47e5175-3074-4ff4-9645-662d1c716b4c', '314bdb0a-eaf1-4a76-b9b7-7461ec841297', '0bbe958b-c4bb-4d86-ad36-478326b2a183', '0a8e8789-b991-4d01-8f10-6376edd02e81', '51467661-5af9-40f8-bded-1a819f6cf5f7', '9d94a1cb-502b-423f-83d9-f128ca78c422', '6a852844-e7a9-4db8-a5cb-82e755e927ce', '4b25cf5f-6cef-4ce6-a8fd-a66971c2294d', '73c640d4-3aac-4582-8fdd-826110181a08', '1c583a80-0702-4b80-a011-77e74ec62d6f', 'c012028f-67f6-4b3d-8e5f-a63055a8461f', 'db35f942-6fc8-4fd7-803e-a14983b316ad', 'a6135090-e23d-428d-bd12-db5e81668bd9', '726883d6-e548-4a08-9dcd-99e870b9f147', '63ba136d-22f5-4bae-ad98-a5f8d87baa8a', '9977390e-8ce1-4e46-933e-304f300719af', 'b7276679-876d-4bbb-b662-a72fe554b19f', '9994511c-ae21-4d9b-af7e-4f95ee590713', '3bde7f66-b741-4368-bc58-2d221779ed2f', 'a7b79dca-29f4-415e-9a0f-70d0d9a10cd7', 'd39cc56b-3cff-447a-b2b8-4b5aa1e9141e', 'a862a52d-4aa1-4b4b-88f8-c3917d62fdd0', 'f11bdbc3-504f-4a47-8e6d-fa6335aefbc3', 'adc9e83e-163d-49c8-a804-73afdb19fd84', '16ce2b40-3f28-4e64-a5e9-ad399cc973c2', '96d7f9d5-7e02-4317-b630-e5683f73d1e5', 'f6c0008b-dbdc-4bc4-9e27-a769242c2c56', '956fde4d-22fe-4350-bc99-eabe42cfeb43', '16847c98-af10-4a04-b047-dd749ef58908', '768eaa0b-d8f2-43cf-b071-b2d2c024dc54', '3658cff8-554e-4df8-b8f2-bb533b2aa555', '0e6fdc70-4fda-488a-9a87-9b073d0b246c', '500f7500-4f56-45e4-9995-50f7b9da9d10', '8a5b79df-e229-44a1-bfe8-23ac22ecf19e', '32fb984f-d8d8-47ea-8321-fa6657f09835', 'cb56f05a-36e2-406a-9236-dd8eef5cf7d9', '099b5cdf-968c-4be9-a489-ef5c3f7dc265', 'ea5713ae-db8d-4b47-89d4-38b94c478d2c', '736211b4-deb9-4d21-8226-7bb8a27f9ad4', '8d3b261b-91a3-40a4-b120-5638695c8271', '68dcf740-1520-4e7f-b021-af8ac8a62e66', '6523b6a2-bc63-4947-8546-c9125ea77be2', '311d3318-916d-4bf5-b481-d178c193e150', '1a8f4ad7-2c93-428c-a3f5-7348a4e42c4f', 'e06f4b7a-309e-4438-8b6d-467da865c08f', '7695e883-0b4f-4a6e-a1ea-e7aa1f52d577', '70bda329-b997-4779-be06-24ba74768a6d', '3afb20d5-fe68-4290-8960-4af557baa5cb', 'f775611e-fd55-4f68-aa0f-9a6382cf920f', '770f3f27-874a-432c-a53a-ad122a7bafb1', '335c857a-58ba-4cee-90b4-7f060ac352cd', 'eb8be927-8d7e-4286-9063-d3da118f913b', '50ab3227-bd07-4087-bf64-10761eed8c35', '6eb7522f-cd5a-4871-937c-37acd1fea0d4', '76fa34fe-6829-4ff1-8f83-a38470237d26', '948fb4f0-2e89-42ce-8282-e3ba3b94d7e4', '84732314-ecd7-4534-bbb5-e20f51d978ef', '36e51a23-961c-447c-9f86-279c35166aa7', '91ed4ba0-0fc7-44d9-9613-1df8ca58ae22', '9ed2b7e9-37c4-4f37-b5a5-8c2d3808dedd', '5a0ca585-67c6-46ea-88da-d2bbdc796a5b', 'fe209fd8-e1d7-4f92-b3a9-df0af9c32855', '219bf3c3-f88b-4258-ba9f-8aedac575912', 'e1bf5a90-d6d7-4a64-82ea-e481c5faac19', '682b404d-9305-4e2b-9976-01a7aad7a3ad', 'f37b4bd4-8cc7-497d-a1bd-7144fb99c614', '44a9ee00-0bae-485b-bdef-69a8e9d6661d', '42ffdb0f-6904-4c8d-a936-d16d0c543a4d', '052a330f-5abf-4e99-89bb-e8d44ff2cdcb', '4329d278-1fa9-492d-aef3-8d8944af50b0', 'cd7f0b51-cd68-46da-8e12-3d585ea21131', '920ea906-f95f-47ff-b5b8-629d5ab2018d', '3bfeb815-0cad-4355-99d0-5c571af15bdd', 'd6a00260-a0be-481e-a018-fc92e5314560', '266774a5-b115-4dd3-a7ad-0ff7460e82ec', 'a6226487-1f88-488f-82fd-98ba901240ce', 'e5b9385f-40d7-4963-bf8f-53b049049f19', '2af5f9d1-9711-46be-b6d6-57a67137699f', 'bb01e289-5e31-4a3e-b019-fd08070ba6a3', 'f9b74414-230b-48a6-be9d-13c9c286bba8', 'b36983b7-9152-496c-af36-dba79bab0321', '3d0bea51-1184-432c-b3fe-fb3679b602e5', '44ce843c-442e-4597-b6b4-a22fdd07f895', 'cfe3e36b-181b-4b41-98cc-3627e5ed2d79', 'dfbf58b4-41bd-44df-b014-8c153c03e3fb', '11ad9b76-b4c5-44c4-b2de-83216c47a18c', '1b942ba1-fa47-4c6e-bdfd-473deb0e3d05', '826381cb-e2f5-42ed-841e-6696df13529b', 'cb3acdc6-9e54-4b51-9717-078e3cf4950d', '5261623f-a9a1-4ff3-a898-4cca9476564e', 'e38958fb-040f-4283-989f-82ca82127f50', '64b8874b-1637-4210-a290-02ca2c297a65', '847fc85a-49fc-41ef-9465-3a0501e4c15f', '6ffc2c50-f101-4b13-8650-b09f172c190e', '9599871c-51c6-403b-94f4-2b39f8c625ee', 'aed06edc-0221-4a3d-ac3e-71fc51276e17', 'ed035d68-5527-4dd4-b8a7-87c00641dd27', '9764d2cd-4aa8-4491-b766-83ced8b325f9', '0e43ff07-90cd-4230-a654-f84e09e01bf9', 'a76a1dbf-c5f9-4d9d-bc19-ee4945c546b1', '5389089d-23f3-411a-a08d-1ef4a5666890', '1fda7ab2-adfd-42ba-814d-5d95224eba06', '61ab5b37-34aa-4cfb-b2e5-1bfc82e58ade', 'b1dfcf2b-e980-40a9-86f7-6c7064d8a213', '7fe46a85-eb80-468b-88d6-d1e387243945', 'a41050f2-251e-4c9a-a288-cb8e5c781eb2', '8b962acc-33ec-45a4-a04a-0306f63ed0af', 'ae44bdb5-7f0c-4598-a938-7c3ad70b9853', 'ee105651-24d8-4d14-911b-abb180369e08', '4b8568c7-44d7-4e8c-97a2-f9a900cb8e8d', 'cdafb7cb-bb37-481a-885e-206b66bdcc70', 'dab7cddd-b2fb-408d-b7c2-5a56e09e5f05', '632b9179-9119-44c8-a8a2-ad9d034c4884', '5f8fbcc9-5365-4e0a-9c01-bf81de1219e2', 'c7c9a2e6-cf8b-4143-8ca2-af434b79718d', '5bdf8514-b16e-4a32-8971-d7ee4167b56c', '1b1bd675-1828-4ea8-aaab-6d0fbe4708da', '74f5bc38-96d1-4313-a94d-f3711f88a52b', '2a636e91-bc59-4212-b102-821244800739', '6d389e17-e22f-49f8-882e-0dd5e817c635', '911e38bb-775c-40f9-b8ca-e432f96217b2', 'd6030e6f-72cc-425b-9a70-f1e8a217bf64', 'f8a68444-0bdc-439e-a29f-f311e1c54abd', '785980f9-021a-4de9-a3b9-ff47bedce607', '6dee5066-5eeb-4ece-9ea9-d500bc08234b', '5d0e9977-0abf-45d0-9c35-57f41f527c37', '4dc5e7cc-a65f-4371-b1c7-b3b43efef2cb', '9e70bfcf-2fd6-46e3-af46-0b9f13e2f12b', '9ea98c8d-a573-4e75-a6e5-883d81cac8fe', '4ab35817-6a6b-4bb4-a8f4-702b6110a4ad', 'e4c81db2-c494-4013-8fd0-7aa52f70c4a4', 'fe5ac280-c810-4858-ba69-61e558105756', '269b1216-caf8-49b2-be8c-84e849102a9a', 'a28cb5bf-b506-4ca4-8e7c-5ec4592d3749', 'cf869e19-d0b5-4352-b9ae-2d1129a155b0', '8711ebe2-b3bd-432f-9ba2-4404d439468c', '5f5395ce-2bf7-4c56-8e2c-68be7ff29c72', 'e32d1d2c-1fb2-43b7-8f13-e309d341ca07', 'b4758daf-33b9-4839-9592-0f890132faac', '362c124c-b812-47b9-a830-6a4c7ebac7d7', 'd447942a-6d53-4e2d-9981-1a840704d8b5', '6573014f-fd3e-40ed-ab9c-a699f3a64bbe', 'c944b48e-7b80-47db-a41d-95028bbee1c1', 'eb0bced3-82ec-4a02-a3a7-77653a70553f', '650df918-6355-4684-bf7a-ca0c655bdc6b', 'fa0b3844-0a13-473c-9c9a-0e8d75b013ab', '92921458-aa32-4b2e-9fad-33052decd7bf', 'eeb32142-dbdb-46a1-ac5c-03ea9a64a401', '2966f481-37e5-4653-afa4-0029f8ec1378', 'bb2dddff-96eb-4b5a-8892-b95274c59e5a', 'e9a7a651-0391-4e01-9192-ca27cd4fe577', '58bb930e-f152-4410-b2d6-fbbc5df938d4', 'eab0e80f-4644-4422-8dc1-8f93fcce7fe2', 'e6c3a59c-db8e-40a3-bc12-674447fd78bb', 'f56882b9-10dd-4230-b2b6-d5ac0644ac2d', 'e169032e-ebfc-4c61-ba68-00c63af0c5e4', '00387975-25a3-41e9-8e82-aace04501bae', 'fe3c8e6f-a893-4548-b865-caef89bd8ae8', '2d96691b-f24e-42fe-9838-e388ded59d54', 'abaa6471-af10-42a4-9e29-615c59f66b49', '8ec98bef-c281-4e0c-a549-6c082fbdc806', '78af4a24-8cee-4cfc-88f5-bd0cba7e26a6', '6488fd8f-b2d1-4822-a7f4-9f42728f7669', '169f8446-13a7-482a-b69c-0f23d70a3c0c', '188a13d1-e4ed-4910-9ad0-d4873ad51d65', 'b9dc1885-1afa-4bf5-a645-f52962bcbef2', '5114263d-4803-409b-a27d-006de7a05791', '1581bad3-4b22-47bd-ab13-57b36c44d2d3', '7e9ded97-c937-4649-baed-0a735b604dba', '83a8b89b-3112-44a3-8fb8-bb1589df6f29', '92bf2293-5330-421c-8547-99e0c7979f6b', 'c270b9df-d32a-4689-95a2-657c865e225c', 'bc75340c-bf16-44db-9866-6ffc4d0c7c8f', '3ea2d31e-e607-47dd-91e8-25e65755d5da', '9d31e32f-3a62-478f-81ee-6b3a9e83236d', 'ee2de74d-59db-4788-81e3-53377927af9f', '6a91d038-5c97-493d-a571-67656a3913b6', '64ed8a89-d237-46d5-adab-39288d288ec0', '0fcec4d4-ac06-4714-847b-1262f9905157', 'd2276037-88cf-415f-ab2d-126b8523296b', '8b1d8468-59ec-49a3-a18b-de9b01367c6d', 'c73bc7d9-1060-4684-a8bd-d1fa6052dbd9', '660c9cb8-4f54-4df5-861a-95b24c3f6c9a', 'd476962c-483a-42bf-b4e1-1509f5650a8a', '123a01ee-f462-44d0-9a22-03056eb91f54', '76eec191-25b4-4f7f-8300-2b32dccb4b1d', '90289302-ac2d-4e15-9289-58d7365a0980', '42ffe59f-42b6-4196-b88f-298f74be0dac', 'ab8c6cda-d1f5-4b59-bbf6-8fa77e61fbd9', '55f8ef6a-f54a-44e8-a78f-8ed6cbb37810', '0599a68a-1747-441e-a973-7804320d2c17', 'c696351b-501e-428a-a285-86f04db6e856', 'c87e8f6f-c070-4ada-823d-7a7cfcbb1d10', '55c50403-0ab8-4e25-80bf-c1919ee90d17', '449aab1d-e994-4248-bd41-1da448844120', 'aede2a03-4766-4206-92cc-27b2ac7a1f61', '55ddeef8-7bb7-41d5-8d8c-0be5e0e89c93', '982276cf-ec7b-4324-8580-d7e1cd6e3a08', 'ca3ecdc9-730e-45bd-9329-8dc405eab76c', 'a61daa50-c72c-4272-b5fa-477f196f4543', '865cb996-e54e-4002-b5ad-d6b5ebba5690', 'ca58237f-ce9b-4573-b1c6-ffebc76333d8', '956e9d3e-89eb-4708-a6f3-f922c1f6e30b', '83c8018e-dab9-4a58-9d17-6b9aa3aa286f', '8ca3e2ed-da6d-46ff-84af-19ccaf0b78d2', 'dda726c4-8388-4b98-a97f-2ba93af46676', '04ed6998-b7cf-4d63-9073-15d0a8e52779', '7b200351-3bb9-444a-b926-8699ff2d3b20', 'b1ac0bcf-9f2c-48e4-9b6c-d1719ee0cee2', 'e92508eb-6eeb-4fa4-8a6c-b6fa39b08d1c', 'e839ef25-0c10-436c-8bea-27d41f7557dd', '02cd16ff-a4f8-4426-a05a-21922bbafee8', '630685f1-ed9b-4184-931d-41e310546695', '5e23ba9b-1cda-4b3b-8965-cd717e34b32a', 'e0484492-e448-4bf5-a2cd-e1cb29af1b5b', 'a5252e5e-8400-4550-b5a8-3fcb46268b10', '457dacc8-9f98-49e3-8719-59ceca8b9fbf', 'bbc69530-4f26-484f-8851-de37240fec1d', '04d3119a-d333-4d7d-9610-491b22048c27', 'd0144e8e-c58a-4f8a-9592-fae4fb49c4bd', '61ab1f4d-3340-43a8-9e55-830b31535358', '30cc1878-66d4-4cd1-bf6a-769b2451d92d', '07402d16-48bb-4939-ab0a-3423834fdf7a', '268977c7-4226-454c-a4e8-c8ab92d1e0bb', '2b1f55ea-dec7-4b9b-ad08-254283c60d82', '1195832a-37cb-46ed-9fbf-fe1943ec3247', '182c4b67-878c-498a-87f2-0ccd3c824343', '5a2a839d-886b-4873-9054-5899b0909810', '1159ef05-3710-4041-913e-f246eecaab91', '406323d0-ace0-4a05-93a4-6987369ff596', '4a948200-b341-4560-9a85-fb85fb1201a8', '1917ddc0-86ad-4d97-a5f7-343cd97f8ee5', '1d0c4e0d-5848-40b0-8bc0-6c85777076de', '6b56ddec-4b2b-4450-ae84-6ffdb6ab28f6', 'a968086b-4c12-4cda-9318-41d6d869611e', '7c1398eb-fdfc-45c8-824c-24089bd527f7', 'b48195d1-3565-4359-a93d-7aa59ff11ada', '5fe8ecaf-f918-4439-8deb-bb1159d00b2f', 'af65ad86-2d73-49d6-8093-f325edefdd4d', '432ff0fb-40f0-4b85-88b7-acb08b988511', 'f96dd609-f69d-4a08-abec-375fa9874582', 'cd090b96-9d39-4da3-8a8c-e43a10caa52d', '17cf36f0-f5cb-4d41-812e-cd43d6d65a20', '7367ab51-ce6b-4d4f-aef5-bbfc1cdcaab7', '910ca61e-b914-4be7-b410-36f7a420429c', '579c91a6-cd1e-43a5-a066-1a175507de19', 'face8c94-970d-4687-9707-8e889bbe3cdf', '81bd2b8a-caf8-46e6-b7a1-b719b6bc1f5f', '620a3f96-81c5-4eb1-a886-80aa7dae1490', '3b4fba41-2994-44b7-a4a6-562cedf5af7a', 'ad1072bc-f23a-4faa-9963-0accfe42bd74', '1680f9ee-2fc1-4485-adf7-bbb98fcf48b4', 'a25da37c-d2e3-468d-b2d3-9e861795dc44', 'cbbff604-6d10-485b-b630-97129affe8ee', '09d9320b-fc79-403f-a7d3-beb8f2525ae9', 'd71840fd-2c1c-4ceb-be34-1b61fe41f8f8', '0281a9b2-5543-45a9-9da3-18326b913ce0', 'e5babe87-0e6b-473a-9556-e7b53f43ba0c', 'c4df63a7-5bf9-4335-aab0-46aa8f8eb01c', 'c77e90f8-69a3-497c-94c1-9d85510c0ad9', 'af511f1f-0bbb-40d4-8ec5-0cacd3c67c73', '4c188277-5905-4543-b371-4fae134f0e94', 'f31b3ba1-dc8a-46be-94dd-16dc980ac163', '116576a2-ac81-4193-9af3-aed067f1f60e', '721ecc53-6e7b-4816-a088-96194844de58', '56c4785a-0b7b-4910-bc71-1d5250de0526', '171eeba7-f58d-4d78-bca0-89fa5d126c09', 'dc3c9727-6c9d-433d-82fd-4ab4076b9a91', '19cb4023-f43e-4346-beed-6b97b2b46805', '58a4ee4c-773d-4012-a807-cbfb25d4e814', 'c58d744f-89de-4b28-bfbf-7413d91cdbe0', '4ef7254b-b059-4989-9987-7a850a83db6d', '87fbfc60-eca0-4979-93f4-3d081f59127b', 'fa1c816d-3fc9-449a-9bb5-9840576b4e06', '4bd773bf-0a50-4b82-b071-afd08cff6300', '498cad70-b34d-43f7-9f01-9cb39343b150', 'eeef5fa6-f5c8-41e3-9778-9c7e3f8ea7b2', '7ec58f5b-23c5-48f5-812f-d0103b27e917', '3e59c6fe-f18e-4be4-b3ae-9d8f17e6aa95', '628efe59-0e02-46ac-be65-1ce34ea2b602', '878c6bf1-b9c8-4c22-b8c7-cbe008339a29', '74104184-9689-4c8e-8c11-d6af4b5aa8f0', 'b16d49ed-1733-4d6a-b878-7c5efa641a3f', 'e3bb0844-5870-4eec-a183-17be73f86282', '6bc253c1-4093-427d-9317-7e723f9f88cc', 'fa3a4e8b-cdd8-4762-96d9-cb5f87adbc60', '85646d82-5741-43de-95ff-d867cb7ce2d6', 'ffea0e6b-5fed-4a16-90c1-de12de5a4435', '93bfc8c5-1398-4624-a508-c43e43fb28eb', 'fc9b17f9-ec62-4536-bc55-835521a7261c', '96a3d65c-5daf-47d5-8e19-3241bb384869', '8b246413-0edf-4d1c-9c92-04a6bac72e51', '19c195ea-813b-424c-97f0-68390c641d47', 'cd6cc924-dd99-4c22-9cc4-b360426f6045', '97addf0f-fe4c-4227-bfe7-05f6d4ae4779', '067da71c-13ad-46d0-87d2-640dca69a78c', '6af9af07-a8f5-4fa0-b76d-e31370b4074b', '3f7740e5-e701-4185-ab70-20b5fc431d9e', '70a45310-2036-46b5-afef-579926361bfa', '19ce77b5-fcf6-449b-99eb-83c5040f2783', '6c6244c8-3dca-4966-a138-2c3de2cd0eb2', 'c228b6aa-87e6-40cd-b9e6-22ad04c4a730', '0ca8dc05-0301-471f-83f1-66d1fdefba57', '3f2d3f17-6862-4cfd-98a5-7009a935ba8f', 'b2383184-9346-408c-8487-0e0115653dd3', 'd1a62e82-1071-4a1c-9036-20152bacab72', '653b352e-f4f2-4cc2-b021-4a5a8f6b166a', '2e49240f-650b-42cf-9c71-88b1e8d64c59', '5d1dc534-db8d-4991-a739-6bc6242dc7c3', '136344da-8fb9-4e14-8de9-cd1b648634e5', '3d4ec7e9-b896-441a-bceb-0c27210415bf', '1404e357-3402-4c2a-a518-82d701a1ee90', 'ac71a739-7356-4edf-89bc-b5e378d5b464', '82b70c7f-9fdb-4790-8c18-296f537c3dcd', '2343a0b7-7330-4541-a83c-2855b53b3ec5', 'c1063281-c535-4021-b3a5-8c920d40831e', '5dd8f18f-e4bd-4a98-88a4-3404c6354fde', '44fe4d24-b776-4521-a3ab-7a453565ce8b', '45f95a4f-0d1f-4ec9-93dc-49b27541f8f0', '7cd959d1-1818-4662-b0ff-ef1052389c4c', '3cc842ef-250b-406e-a182-86eb7e69379e', '0be99ac3-14ab-4525-b5b6-1ca732dee82c', '2c4aaedc-cbcd-4416-9e74-14c7dc33c192', 'd55588e7-3a69-40df-98bc-1b90f4ba0be2', 'c82fae6d-79f0-45ad-b151-311e979ac05d', 'c1dfdb8b-528f-436c-a7c9-6ed8e5ee1daf', '3e3962d3-bbab-4863-96d8-9e3fd54dee47', '4845120f-b059-46eb-8847-dc107129ceb1', 'ceaa7b24-dbcc-47e9-80f1-a97042064d6e', '637d4ac3-f49e-4673-9841-364b9ca0d58a', 'cc669c1f-093a-47f9-8f56-adc409f997ff', '4b90faff-38ed-4bd9-a3a0-d8e402766427', '125a4ca8-6182-4e54-b8f9-fd778dfa0eef', 'f444c4dc-00bf-4176-9c0a-bb1eebeb58de', '3a589b85-d9b0-46e3-a782-5fde40323b88', '900bd3a9-99cc-4f31-984e-c1cd0fbb55dc', 'b2caebf4-09f2-4ff0-966d-3dbf47798fbe', '76bb1816-52a8-4994-a218-d3e55f1b7c73', '0a0ca273-6961-4861-906c-224e64b5bb89', '4ae7832e-b8b8-4e18-931c-12b02065d130', '4906086a-9dd1-4082-9277-6f443726f82b', 'bbb7f5d5-b904-4d64-a7f0-6548eadb87f1', '780f036a-7974-4e65-be5d-f96cb743a6ab', 'f8abbb1e-24f7-4420-8090-3b2bfbb2728c', '7aeace01-654b-4bd4-af8b-b9bf311cd430', 'a6fcc7f3-bdb0-41fe-a414-2c6655738dc5', '5bad4323-ba62-49de-94c4-a3d9fbeec6e3', 'bfda80b8-e006-42d2-b034-3bba9b833ace', '1ef5a1bc-5504-4842-82fa-a32ff79ca036', '9f78e85e-ada2-4acf-aed7-bfc545a01d88', '5d7cdc00-beab-41e0-ab6c-4e4a8782214b', 'b6b5bb9e-cfe8-41c5-b87c-3490776e678a', '84acbe67-533e-4eef-8f38-f610102f153e', '9025d361-2297-4bcf-b9e4-93266da6d6f2', 'b0828b8d-dbf5-4219-be58-7045a31655c9', '0786dd75-f30d-4ff6-a261-081388d727e1', '9b31e62a-5c9a-4989-9549-1d1b8d72771a', 'd48f5694-cb04-454e-97d2-a64acbc01e38', 'd0a27e5e-b227-4c1e-ab2d-afdc45587237', 'f779ed25-7926-42f2-8bec-c35ff5047cc5', 'c7dc6560-b104-4850-9a83-3ac8608b0b66', '16844a81-e2ce-4f1f-a350-6b0a79808b37', 'fa523257-9bc1-4b4e-94dc-60f56cf1e500', '0f4da070-5741-4646-8478-c29a4bafd662', '4922cc72-008a-47e2-b049-ffd174914baf', '5d3862fe-3873-4356-88a4-f87471bc694d', '5c073c3f-7c5f-4a0a-a6e5-57adb667ea8c', 'ae6dbe3f-3ff5-498c-9cbd-b7638d29a86c', 'd3aed65b-a405-4552-b937-102b589d993a', '70d1c406-7f13-42e9-9ee0-f349f5b9b1d9', '4333ccc5-f297-4948-98c4-f7c50ed98202', 'a526db51-9bce-4ebf-8951-c477019a3272', 'c40e1b28-9d1e-47e9-9930-6a7d582fdcbb', '6eb5e75f-c230-4aa8-aa79-c57a7b7e4914', '3b5d46d7-9efd-4843-99cb-771104ce9d2d', '404458ed-667d-49ab-b172-e83a11730667', '265b0cb8-8560-496f-9d2b-b9ba45aedeca', '4463d5a2-a65e-43f6-8be6-e5de0e2777ed', 'aa892fc2-75c6-4802-b6be-c3b6b1bd39ed', '4456b4ef-f783-4f8b-a33d-f769e336040c', '03b70854-44b4-4f41-a845-c1efa29b9775', 'adb6ff40-ecf1-4da9-ab93-546a6bfacbb9', '5ad625d1-e1a0-4793-b455-4d9b3e961f63', 'cd119b1b-2a19-4306-ab20-12860e065b3a', 'f4857fc2-34e0-438d-a7f4-a61ffc880060', 'fa783c4b-8a81-4a39-9822-15d075ee8c53', 'a7bb0fe0-ffbb-4a45-bbe3-6a2f0df520fc', '549f456a-c7de-4d6e-857c-5fee171d2dcc', 'c4e9f1ec-e26c-48f6-88c4-80d526f25c4d', '66de768f-63a6-4117-9499-e3befc6b4fc0', '21dc6e9a-5d0f-41cb-a4a1-f9354e275a42', '8195e10e-4e6c-41b1-9e05-a90d5b9621b6', 'b8e418d4-de1f-42d9-99c8-2c50bcfaa873', 'fc06b766-1a24-44f5-abad-a99bd449a247', '43877939-0b14-4134-bd37-becef1bc9e33', '38ba1998-b4cc-49f6-af06-dcc6f6e3064d', '5deba4c8-d885-461e-8dbe-5de23e592c73', 'd1d39a63-b523-48de-8a06-1e7828715717', 'd142e31a-d14a-4c5a-b047-f1dac4bae296', '0526cae4-722e-48f1-b3c1-48d2e2b47bd1', 'e65c235a-f9b7-44f3-9df5-f94f858606d0', '9ec654fc-2b79-4633-a59a-72b5fca033ae', '7a523bc3-9497-4ab5-aa32-f139c88a52b2', '426d98d4-a809-42a1-af07-744333b32f33', '55024312-956e-44da-a309-1ebc77ad46b5', 'e894d1c2-be0e-45a2-a5c7-cffab6856f73', '9315af70-b64b-4167-9f72-c8a8808b6e2c', '92f259f3-0bea-47af-89f4-5676d39b5034', '7dccfee4-6a8b-4c6b-be2f-5d4895606c11', 'cc9e3370-f38f-4006-b0c3-21ea739c1267', '1f407686-6448-43a1-af36-215b4f626b3e', 'c8acf656-28c7-4322-a276-ca169ca37e23', '4d7cb6ff-9dbe-45b1-a210-9a8bb18b4cf0', 'c9660627-7671-43ec-b751-08844955d0fd', 'c267dd7e-8c1a-48c4-b94a-6a05cf4f3c39', '30aaa838-e123-4197-947b-3b289d18230c', 'd728848b-d560-4c3c-8feb-442115d2bc09', '99cc4da6-14c9-4de1-8a09-673e9656ebdc', 'bae96b05-bb8c-4ff8-b1e3-b4f2ebc642a7', '6b91960f-d599-4cf8-ad1a-c0d7aae6db0b', '369c8338-1002-4d25-9e50-2291bb46f08e', '8b57a3c7-bdfb-46fe-a255-7e49d5fabb71', 'd24a2653-179a-47a6-ae92-bbc9287b49f5', '478e8709-d8a8-44d8-8f5d-016ba6050692', '9f223672-6ed9-4a07-b32e-a9d088c8697e', 'a8fedc1d-958a-4418-b7ae-9f8d769945e5', '58b9acf1-f65b-42c9-a23d-d6c470a78d00', 'c368a9e6-8448-4a87-8216-bc228ecdba38', '4b72656d-860d-44d0-a11b-9b0359ca557c', '940a7788-7dd1-4f0d-9069-8afe25dedf4d', '0a4e1137-07d6-416e-8124-5d5b292ecd12', '9e5aed8b-31aa-419e-8c7b-5e801fe7eec5', '0938dd4b-bc31-467d-a4ba-6a6fb8dbe160', '1ceef553-fedc-4d61-8545-d2960335dd76', '34f7af7b-364f-4841-8aea-43a2e387947a', 'd6bd5c48-adf1-4029-883e-874785413f3d', '682d66b0-c615-4340-894c-46842e9e6e1c', 'c3500210-f352-4065-a1da-c5d8e1d40e58', 'd27c05fa-373d-41d9-b760-417dabdf1242', '9029a140-bc7a-4922-b27d-3a0732789638', '4b82ebc0-843b-4d6c-8afb-8d4914bbbe85', 'bf976315-38ed-4929-88bf-da1e159c084b', '73383013-7761-45f1-b6b8-51423c1e3082', '992def50-67c9-46ed-b8cc-aaeaae11a841', '56d1c96e-0d3b-4079-b3ca-5b69ed313f57', '6760f716-9bae-411c-800a-76f63ca65144', 'eeb8d7a7-9ce9-4358-bb06-68a7fef1ad55', 'e1274994-5ab3-496a-801d-eb757e9253b5', 'c4469c6f-49f4-46fc-a975-ae5c0b4e2c4d', 'fb0e68ad-6e65-4e8c-9ba8-53178326be43', '8d41fd67-5cef-42d0-8331-6010f0656fdd', '4e8fc751-2e83-41b6-9312-baba5ab81acc', '7308246b-2fe3-4795-86c5-7466aa290dd2', 'b21b5021-297c-4bea-ba46-e96842bb4f15', '2006030a-3a80-4ff9-b645-3e536e2ff95b', '3e98dedf-cdc0-4cd6-9d73-00ca58d0052f', '7e91a750-454c-475f-b1b6-288b53a8939d', 'b7836d45-9bda-4b65-a427-39feafd573ac', '86e7ff46-1df5-41fa-bc2e-e4758d08c246', 'ebb90527-4ce5-4e84-b12b-ca692adcac2c', 'd9162632-9bf6-4d1c-b37c-c1ddb84205a0', '351f9fc0-1d7b-4929-b1ff-46665c99f6f7', 'f278406e-e9c3-402b-9135-f7f428873b09', '487de338-45a0-407d-8511-fd7b090b04d3', 'de31b67a-41d1-4cd6-9563-dd7e03d6584a', 'e30a4ce0-8f1c-46c3-89a6-691676ea1d53', '5315a23a-5355-471f-b35e-83530e1b89f6', 'e3c11815-89e2-43eb-9151-5341c18f99c2', '69d950da-3ba2-4225-8481-3782d2e30bd6', '8373ca98-f41c-4fe7-83e3-503f190a6d1a', '86dc5c6f-75bb-4fad-8995-150e8651bea4', '8215dbbd-aae2-4f7f-8e15-750226ae127b', '92792f7a-5f9f-4990-a7bf-58f020347a58', 'f5750a9f-d0fc-40de-b4cb-f64c2e7c4b26', 'b1453022-2e7c-43eb-ab32-92f8529ce352', '40de3801-71ef-4e54-94fa-56987c3878f1', '56730aa2-08c1-479e-a1b5-a8f68cd43d36', '38cc14de-83ac-4924-aa0c-ab60fc3c1cb0', 'f967d751-0f6d-4281-8ff5-5827003998c0', '07d586b4-80d1-46fe-8d27-d95a724ac543', '0230eecf-c9f4-4f1e-9e14-c4c8c465c2de', '6961eb79-4b0c-462e-a56c-f73502e249be', '45da1772-3844-49b3-902d-66ce93ee9d9f', 'ee3373de-5367-4e43-9bfa-2af11ea11750', '62121dea-8173-47db-aa3b-9cadfe9a25f9', '4acb8d84-0037-4d54-b410-690d0b4a8b40', '6f7675e6-c352-4e4a-b49d-e95160241501', 'a4001a59-4eee-4a84-8bc1-960d877caa6f', '7843fadb-c4e8-4623-9349-fedd3db8ced0', '4db48a32-62eb-46fb-b447-83cfdf6c55ec', '83f1ed51-ff10-4125-91cd-2e0b81a8c3cf', '1c0df852-34ee-453c-bd3c-5b845485155b', 'cc8724af-0898-4f2e-9801-f324a9f1a7a4', '0260e899-e9cd-498b-b3e9-a22cfe03f6a6', 'e7e86b38-0f92-4c4d-b2d6-7116e51f650b', '381b3c65-e760-4db8-90b1-a72ee003f0fc', 'f64d27e4-ffdf-45a3-90f3-b3e96329ae69', 'c4ce542c-9071-4a31-aa98-3ff9428db571', 'b7f1be10-994b-414e-970e-3a5ca3254f67', '38136425-2546-487c-997a-7e05b865e6ad', 'de6aee8f-a7ae-4d78-b266-49a5002cd406', '6e395326-c7d2-45c0-92c4-1fe78c6fc059', '392f5287-7391-4339-b7cd-df2fca8cb982', '327713ce-2b77-41bd-8391-4642910b69ef', '6c08f70f-da67-4eba-ac3c-283ba8dc3649', 'cb13baf4-8480-4e45-98fd-e04c60502866', '9b98ae2c-eaa7-4593-abf4-cbec0f40f2a1', '569d35f5-a036-4a6c-9972-22f2ed8aec42', '97f2efad-ac67-4b5e-a0e2-dfce25d09f25', '6ea2f431-81bc-496e-b023-a56916e53c27', '5fa1ebaf-9c8c-49fb-a34d-210bfba1771f', 'b588becc-85db-4749-919f-9115a92f7c4a', '138035cd-3779-4abe-9a7c-c29f54fc1d4f', 'fe3b66b8-66f8-48ca-a4d8-8445e8484920', '897d96dd-3477-452f-927b-7d0dec0ae301', '232f6456-237e-48cc-a5c7-260a632a86f3', 'f3574550-cc65-48ff-87dc-6cf091a69790', '093c6350-e39b-4e76-b321-9540958fa5a2', '834db10a-c117-41ff-9cf9-406d0793fc30', '987d09dc-3a3f-45e8-b8c0-881c22639548', 'e0c327e9-39ee-41e3-b86b-37b6c124e1b2', '1ecc3e8c-921f-4324-8151-a533313509f7', 'a0940899-5218-4bb5-9703-7123c762f32f', '20cd9247-c41c-4cde-8ba6-4b3126aee044', 'c72e9391-4ea0-422f-858f-a98726342385', 'ae72e17f-5bd2-4d9e-a185-3031e81883cd', '460951d9-8a50-480e-bbf9-b00d2e3b2222', '8d63c26a-668e-474c-9701-daf19e5f3e43', '0db19124-eb2f-4e21-b7c8-8c07a4fd8c52', '8dabc043-55d2-4d4f-a8b1-8e9da89135ba', '093634a4-5a05-4031-bd6b-47fc6c4e69a6', '7a6522fd-295d-48ab-a18b-00066a259055', 'c50a27fb-de0b-4172-a271-a82e26983546', 'beff0965-61e1-4c62-b203-1a25cc4eff61', '7b5f9a30-ed1b-48ff-8901-155e7c02cfbf', '08e97908-070b-4572-9a62-bfd8cbdfddf2', '9033522a-9042-4390-9b70-87c99ef5a266', '0e0425c5-142a-41e1-b742-bc71b5a7a803', '4d98cb27-207d-4626-b813-4eb343cac870', '3b046a80-57ce-4302-94fc-c7011dd8df62', 'bce47466-d673-4808-a1eb-976cb6710722', '5f07f55d-2111-4765-bf83-ad07b79aa7fe', '649cef53-ecd1-4e37-8438-db7244496d24', '4ab088a9-b93e-455b-acc7-9c97a1567512', '774e7101-abfd-4814-be73-20a55fd6a699', 'd0ea8edf-b93b-4a1e-add2-41d1d32cff2c', 'a43c9c33-ef8e-4b4b-aa2c-49ba6af0c1a1', 'dd96aef4-7855-4111-9aa3-72020f31ddcd', 'fce33480-c4ce-4787-9061-0a1f0a51bc36', '6107bbca-ea1b-436a-a2b2-49330660d5ac', '6035d9a4-a133-489f-8c9b-a51018ca74c4', 'e7af8bf4-2482-4c4f-9083-327c39c9867f', '5332536f-5274-4691-ad41-b78e20111a83', 'eddaf1ef-4b56-41a9-8b63-7f35f4c0cda9', '2f358b06-947d-4725-b997-0c60d40aaf3d', 'b20064d9-09f9-4fdd-874e-3984a4efd506', 'bfda871e-6ec7-42a3-9b3d-f4c10077cd8f', 'e1789655-cd0a-42b2-947f-595843af50d9', '5b793dd5-074e-4be1-bf27-1c80ce9a4cb9', '93b122be-af9f-4cc5-bd31-2347195a5933', '4bdbd824-543d-4d2b-b39d-ab6bdce47a5a', 'e90ac75e-282d-4a73-9546-1d25007086c8', '378c9fbe-8139-4418-93ad-5ac6364cae9e', 'a56b9bd7-8ace-4aa2-a791-d6f2920acdf6', 'edbb5a08-af68-467b-aed5-ec0fb7020c3d', '92623909-7709-4388-b2ce-864d9e7e0d06', '0a2d2052-4f46-486a-9730-a5389628a508', '442d576c-4304-4490-ae31-a533c7642e3c', '641b215c-83a8-4c50-91b5-b03c03f0e541', '5b348abf-9057-4a40-9982-c458b2d3ba44', '0895beaf-619b-42d3-a646-50ed1898c5a7', 'aaaca02d-f8a0-4b1c-8b56-662e7b584c38', '9777ecfd-96a9-4dd9-bbc6-c86ed0d5ffbb', '4cb62100-1da6-4459-b15a-0e9a666089f7', '4c4a25b8-2623-49a7-a663-5d67b8311d45', '33259bfe-a26f-4fc2-bb05-75a39cac0055', 'db364cfa-5890-42ae-8629-225115c5345b', 'd7010fc2-29c1-4c9f-8333-0a4bfb9b9a69', 'fb113801-7013-4114-9f6c-1d4588da25a7', '7a7b68c2-21fa-4923-83cb-100be1578efb', '15993895-0a77-4971-a710-9307aef65639', '9eacba2e-c3bb-4bd9-bd70-e1d41a1bf3ef', 'c00c5321-ba55-4b2f-b3de-161c1b60e3f9', 'd5ecb77a-e7e9-4c13-ae60-c675546f377b', 'cc94767b-e76d-4045-9a4e-7ac79140d0b8', '95bacd89-4a64-40fe-9ba1-c5da5c23a48b', '4fe866ef-e98a-4523-a06c-d7616599e66d', 'b2dbc848-62f8-417b-a184-0c701c4515d2', 'c34af53a-ea60-4e15-a903-ad766b7bf18a', 'fc09302f-2a6a-4987-9ccb-d380ce1529df', '54bf3357-1171-480d-90ff-87d25b22520c', '9f8e6380-b7bd-4dbe-bb62-c3145612ff97', '597d5397-27d4-470b-b0c6-e7b71694779f', '10851981-e54f-474b-aaa1-62fc191ca577', '1e3ff317-b9fc-4e15-96b3-8516e6ff708b', 'fd1837f9-1184-4796-84d7-da8cafda3469', '414c8e8b-e5fc-4cb8-9687-95e1033def8a', 'a505c701-dc0e-4655-aa5d-dc80740cb15b', 'b7700b32-645e-411d-88f9-3fdb42022cc8', 'cc303fdd-ff3a-46d6-a469-53895844d2e8', 'b616c7aa-4fce-444c-8a9f-2940808bb19d', 'd96c4c42-09fe-4df0-a186-53d087ae2d36', 'a736b103-6f4d-449e-95bb-13cd429d9e5d', 'eb3d9f72-b925-49ae-8de6-a7b235f2aa3a', 'c9ade334-118a-46a5-84c0-af5c3f0637f3', 'e703427d-8f13-457d-b986-fb01cefb82f7', '2ef69071-1ef5-4258-a7fd-caf6957fb737', '5e792435-02ba-46fc-a084-c3a86d9209a0', 'd5f12889-3213-474b-be2c-4ed84c0addbd', '71c53679-facf-4b00-a967-d2fa31653dcb', '26618ea7-907d-45dc-a4ff-11c955af1b0e', 'eb1a835f-8411-46f4-a8b8-db6c36f5808e', '4902dfa4-e368-4a17-a986-e0b606338ecd', 'ae8b95ab-41ff-414c-a302-c118e5493fa1', '56cc944a-984a-482b-9ae2-7333afb7bbc6', '879dd511-5c3f-4a91-bc94-67988721fc86', 'bf238f8f-b587-45fa-881e-412e6db5c800', '5db31bbe-9d3d-49c1-880f-ae5a464bc2a6', '37802bc4-2e22-4676-aaeb-c695347c1b97', '2819091a-4c94-4cae-a947-c78c6584a355', '4e9f9f17-2900-49cc-8a94-47b3fc7cc6d8', 'ce423892-137a-4c9b-92b7-51812e7c21e4', 'd3b3a570-231f-414e-8c5e-e917062a9467', '850d4f8c-ee90-4924-bb03-6868bf1d450b', '914923ec-74b0-4e8f-8b05-ec7931166a75', '1e18498b-5575-4454-a8a1-e129e1790f17', 'd33065ca-8c30-4f84-9dac-a30f3f76495f', 'de612796-8c9e-4b2f-9997-39ddfb0b99bb', '7b173982-c5f0-4d0b-8742-f46d9b8fef17', '95d92285-9078-42f0-8f63-658cb3239dd0', '0e7cf067-814f-41ae-96d2-34e879403bec', '33ab817e-b80e-4165-8f2f-93991006a83e', '704cfb72-c7dc-4113-918c-4b8fa7ae3dca', 'd6d254d1-c7eb-4f34-bbb2-d40a6e0e7216', 'e336ffda-6516-4eca-ad39-e7586770b047', '10fa5699-1cfb-4e4d-8dce-398008e494f1', '55c443c9-f1b0-496d-aa76-f695bb5f9412', '62351d03-6080-4c8e-9757-db2e63f7bc92', '758a8754-b11d-47ac-b1ba-e3db2c05a9b2', 'd38456db-09a8-428c-9cd2-0333e068c989', '8c18f95b-c8ae-43fb-a9c2-c0a430fb0d61', '2574aa11-59f2-4341-b576-8d088e662c8c', 'b3efe80c-4f84-4674-8374-4e4b3815bb16', 'f05c81e3-3649-4e3c-b2a5-4d22a2b9f284', '2d2253ee-0889-4a30-9e28-a561fe45eaad', 'b2021dde-d1e8-45b9-a044-f02c8cb3b56c', '8be6baad-9459-43ba-b8c1-bee4d28ddf43', '15dadc6d-735f-4b6f-904b-88028d4cc8dc', '11f4fb30-fa80-46da-896b-cbf367a306b8', '8c826007-c863-4e9b-929b-5c516d63446a', '33cc855c-dce5-4508-963a-140f619d6252', '1da8a86b-8264-4562-be8f-e056f05515bf', 'fef37cf1-212c-4b07-9390-af6f80753725', '90627872-25cf-4b03-b3ee-6d732e83d0d1', 'fa5010b0-acea-4d5a-8bc1-409c472ac9bd', 'f6e7b9d7-c6e1-442a-8006-671ca2355880', '28be3890-28be-4d08-b809-a4e53f03cafc', '96a890eb-0213-4ae6-8b94-9b475c5a701a', '69f9eea3-fca0-46ad-87e7-9ebae08e5319', '2c4562a4-e57d-412a-90e1-defb486efee1', 'c9321827-0b4c-4991-815b-24df04d57af8', '4cb5dfcf-6acd-4a53-b473-0eceead64652', '7e9428f0-2616-4161-aae4-7797722c9b9f', 'd96ad1bd-263a-4098-9777-45311340bab3', '08cdbc4c-fa1a-418a-9f67-e0a212682546', 'f14e33da-2b4f-4c4f-bf5c-7260acfba152', '4162d3fa-275d-4b3a-8d5f-f7ea85fbd353', '3897a4ad-5f39-4eea-b4bc-7ad0c90c1446', '789a6884-bc32-4fff-9c26-3ff0ee1549ad', '014af571-783d-4c8a-865a-8c00da31c068', 'd03f136f-ffc0-4519-b1df-94881adfbd78', '01f3d4e5-09eb-4975-a40c-86d088890f40', '639ee55d-02a7-40e4-9510-13f62db9092d', 'd3efb349-7fd6-43f9-8166-d82fab658053', 'bb4c3955-4146-4f7b-b13c-50abc1103c5f', '10bb036d-790c-4bc1-b943-8366390f44ef', '77ac45d7-2f20-44ff-9c25-b2561b18d097', '00e65612-3a81-4908-b44b-f5484588a90a', '1aa0d3a7-b203-44e0-aa9a-3cdb55d1b809', '484b2f91-d45a-4cbc-9b90-ff37022f660f', 'fa2fbeb8-a2bb-4176-8163-a7f564d7716f', '64ae5997-7a3b-4e01-956d-4cfa3e51c257', 'e22e6515-986e-4f13-b342-46e421da9b85', '756267f3-4496-4490-830c-3ecea22327df', '0c1dd5e9-d8a2-4d5c-98d9-c423859f2c20', '570233aa-e1c8-4e5b-9c10-ef957dc87135', 'bdcf4c9d-b172-4b3f-bfb5-6ef38d16d941', 'ee13eb59-4feb-471d-899a-1a025f1bc503', 'cd4e089f-93d3-40d7-b16a-752ad82cba50', 'f3331ef1-9ef4-4f54-9e8b-5dadfa4e65d1', 'a0a61f2f-644f-41cb-b585-6eba9d43cabe', 'faf91939-6dfc-42aa-a8c7-c4cdd0893c10', '5bf6c6bb-0f86-441a-bf92-07184b0b1a01', 'bfccd025-5b81-4f4e-bc06-a1416ac37baa', '58979774-a3a0-4772-8b7d-be95e726ff6f', '98c941a7-e914-49ae-a8c3-f8c69717e798', 'ff800709-c51f-4810-b078-428e80145060', 'aca3e931-57a6-4e99-9c58-a1ee709a08ff', '6808da3c-a4f0-422e-8cb0-0e1dc0dc8536', 'b4ad1a04-e599-4f41-bb38-d7b5903b0928', 'dbed5a45-6346-41cd-9316-2fe907410dbd', 'b911429b-ee3f-4173-b531-5bd133cc4a4e', '1e4101f5-d502-429c-b43e-dc126fd5e8e3', '1deb70d1-3bb2-4986-9058-33c066f6e286', 'cd83b5c5-4e60-4cdb-aaa9-7b2283cfc845', 'b39d8ba4-0182-4c44-a327-12d175463452', '9332f9ac-a259-49bc-ae15-26482abb44f3', '94a5aab2-80bd-439d-afc3-6c0954de4362', '6ea54ffd-d6d1-488a-adaa-9d89451e3066', 'f06d3e77-bc59-4a10-96a7-d087887c199e', '157b0854-8612-44e8-9de7-9f800a51dfe6', '88035a06-6e69-414c-bfa6-5b73fcb86a49', 'f55b9bfd-794d-41b4-9366-35a3e2e7d227', '6bb97eed-8db1-40b5-8d1e-b9abfcdf7a1f', 'b730d8a2-92e7-45a1-9183-e3d92bbcbb42', 'bd79378f-7f4d-45aa-a8d7-c7af435e8448', 'c6e95299-ad20-471f-94d0-63cedc7fd70f', '9c1ee86c-d9fb-4b0b-8797-538a19b6a227', '59d6bf24-caa7-4967-bdf6-25d92385b5b8', '2982cbba-c50b-427a-a1bf-c3ee36630a81', 'a749b9e4-74c5-4eb8-9cf5-05ef7bd0c496', '20b983c6-1fe1-4fea-baea-96bbfd0c1b11', 'd496f018-d80c-4e5e-bb41-ba755cabe535', '20f9831a-f4e8-41c2-a916-3d6745c4a79c', '36f95771-da02-4beb-962f-cf638a6348d9', '57c6a41c-7854-453a-b5f2-ee1d768209b4', 'a1164a16-22a6-48f8-b4f4-9a280982402c', 'bde2e7a2-e00d-4465-b150-ec0d6ea7b647', 'e38d4b8f-5325-4feb-87b2-3f0efd8f9aeb', 'f9eacca8-2730-4e24-b342-0601a6b6e8a2', '4d764779-52ef-44cb-810d-c284f652f459', '6aa39311-7f89-4939-a946-2ee005dc7218', '33530f33-fa2c-494c-90ab-f7df0ab847af', 'd15aaf98-2cc4-4e25-8b2c-1ffaad1bad2b', '8216677c-879c-4568-8152-8d68e591573b', '0069463c-f94e-4689-89c0-a51b087fa95d', 'ec21b844-d92a-4a40-bf1e-cf601ba192fc', '49bfe43b-464b-4d7e-9fab-de6525a7053d', '177d2c6a-c183-4a8d-a88f-eb3fca3a1927', '2e2c03a4-e71d-40f3-bcf6-fe55f5cce386', 'd8e77325-9276-4ffe-84e0-32b09b18e93f', 'bee55bec-ced3-481b-8157-db871998b631', '7ad03511-0bb3-48ae-bdfe-8d44f25e2354', '59019b5a-f2ea-4b0c-aa91-faf29a3803d4', 'afd78ed4-12cb-4968-8104-124c2cf9e3eb', '4cfcfec3-de7b-401d-9f0a-a85a1a3c5cd3', '7c02cd6d-97a1-40e8-bdd6-878d672df361', '9df2ab4b-edd6-410f-bbb8-0d54c85ad20d', '1b7e8f5d-24ce-4e46-8616-fc6ce69d5e4e', '30adf645-07ae-4623-a0f2-05bf47a9d7e1', '62366fc2-8e33-4d8d-a3d7-ac6c1bfbc626', 'eed3cf61-10ad-406b-9a75-ead645648f0f', '96607eef-b784-4691-bf12-32b17f92af63', 'abcbd4bc-837e-4339-92e1-8e97f722e70a', '6e67a198-1c81-4e62-92b4-91d9cd9ad0fc', '38947733-df80-4a28-a113-14c6bb1a3af7', '9f1c7a0c-2a62-4a80-9e6e-88ff32fdc0f4', '6f1bebc5-9be2-49b9-85fa-c8de37d59346', '1151f09d-aa1a-4949-a2ab-cb809c3d8333', '5e3b100e-93fc-411c-a2fe-26499f07e288', '3c85eb6d-2457-411f-a562-2e5760348e61', 'ed10be37-ea76-47ed-a19c-7cb6298ad2d7', '9fa173c3-c5ae-48ef-9dc9-a12615e33858', '951c0066-0b88-4754-8e71-9a552bb5691e', '5c3b4e8f-4c52-43c2-a43b-b7651897531d', 'ed9b13d2-5888-4971-b706-f2ffe8e2d785', '41a34c79-224c-428d-9f47-61b7bb1e9fc7', '02b11001-abf2-43f1-a281-6b7749634f89', 'aca149b5-4375-439e-8286-b19f0bf028f3', 'e2c72404-bf4b-4167-b734-4812c71b3162', '10da9208-cbc8-40bd-87a2-84cc1e0b42dd', '695931d3-eeda-4ac3-9537-09135e7cfafd', '63cb4a2b-17b4-4353-bb92-a79234579b51', '5a11255e-869e-45a0-9077-e32ca3a825c0', '93490810-df08-4771-bfca-1306a8c5ea68', '987a2e66-fd78-41c1-a8dc-6d0e3d068301', '23abde57-dc60-44e8-a76b-9c3689ecc231', 'fddf0c25-0caf-4fb8-9ca4-a70154cf41dd', 'e9693688-38b2-4c1b-920a-5fe0713147ed', '096f65c9-31ee-4806-bc3f-ce2a3f4d6a4d', 'c7e85032-a462-4a5a-9f5b-5b07c071cb0a', '5272e47b-f6e6-4b66-ab48-998bc4613b56', '25e4fed6-f3bb-429f-a526-8f1ed5b6cd95', 'ecf47fb7-36da-4ef2-99c6-89418a2750b1', 'c5c6e084-571d-47cf-8fd9-7b3ddb9a9e75', 'c0f482b7-5b7a-4cec-b0f7-1133a0d25391', 'ba266a1e-738e-49ca-a704-2776d0f3a661', '3b055dad-7f26-4160-8eac-80c54f6fa859', '91a6bb64-b42f-49ff-a707-e87af139b27c', '6aea9c32-394d-497f-ad69-02a51153a54e', 'a4277cac-36e2-4a4d-bafb-09ccac5f14d4', 'e9ce3994-22b6-4e36-ac7e-07595c8d4905', 'f4d8edb3-d44f-45ef-b93f-42503d645787', 'e6e0a77e-5771-4b08-b658-4dade786bfe2', '23dbfe20-99e6-412f-9a13-dce95f55e41d', 'dfba976c-adae-4a66-8bf9-ac7ccda01a95', '9d6202ad-fdf9-4748-88c1-a7e6c0e120a8', '3f6282c6-3976-4a5b-a872-5b79a8b77946', '1dbf39a2-c36f-4648-a13b-1d2e422fb2c6', '0aaafecc-b871-4cd2-8fcd-c0aab250a471', '8e6c670f-51db-4df6-8667-3ac234c69317', '1db4358e-c2a5-4efc-8820-093b5b610f7e', '8127b698-a278-4f9a-aa72-a4757adecf80', 'c21cbe0a-e38b-469c-91d2-238786595f64', '75f9273d-8961-4cab-b1b0-707fafde2b06', '9a3bade2-eda1-4f95-927e-35de71283acf', 'b55f53d0-6cfb-4183-94a1-fa1618895514', '4c5c3256-4257-43cc-9c6f-98ca8e2ba48a', '65eef0de-f19e-433a-8d49-2584a8701471', '27ebe983-e155-4af7-9be8-60001d488ce8', 'b39a997d-722b-4894-8861-23fd80687fd5', '33c2bac8-155c-4767-95fe-29e80906c4ce', '412dacdf-ae20-4e40-b5b4-393779670673', 'a4edaabb-c3b6-4305-af46-1e344ed788db', '202cc02f-bbc8-4e12-9347-3e8dd1a23b41', 'e49245d1-d7a6-4c42-9d40-d829108d0bae', '1f97f127-32ff-4b07-8ed3-3ad0fa147b39', 'ce4391be-fb36-486e-9d5d-35317e587f5f', '7185fc83-ceb7-42d3-a678-3a72bcd5bd75', 'f9912286-73b4-4bb9-bce7-239c01ecd6cf', '97910430-bd27-48f5-bf4c-baa6d30816d4', '554254b0-a032-443b-bcb7-b8f76817fc61', 'ac1bee6e-ac61-4692-9ddc-2504ea54c983', '57a46da9-1d93-4b5c-a54a-4fb5a3a4fb0f', 'd43409ce-13c2-4620-b2e3-6a129dc76a6f', 'd99afa09-9087-401c-9279-269eb0b259b0', '216ca037-e343-43f8-8269-8a89e43f7d0e', '41ce89a9-5dcd-476f-8cf3-3b5ee3264387', 'fd3e8f95-608c-4118-b492-d8109b853cf9', '63b47bff-67bd-4971-a2fb-380fcd7dfd49', '3f2ace5d-2e15-4ecc-a591-0e4eeb3d6793', 'babb67ee-df4e-4549-bbac-3de31b4ed64c', '4b4e69f9-c542-4823-b8ad-bcfe305f8b8d', '9e638240-1a3d-48db-b235-75c3e78b7838', '57b19b58-abb5-4c64-bb29-79929f813833', 'd38c792b-cad8-482c-8144-1ee5532ee9e5', '5a493be9-26ca-46f0-90cf-a97a9b51db86', 'f3ec81f7-96a8-4d51-9073-be56e75fb69e', '1d2dc8d6-c5b9-44d6-a484-ca1c5b5b9b7c', 'c46a6461-d029-447f-a4cc-3775b2a1e4c3', '64c8a237-dd27-4cb0-a232-ca00e0cdfd52', '7e9bd437-c238-4717-9309-880748d2a031', '031b9346-0ee9-439d-a4f8-7018fd2d0654', '036bc8ed-29b3-4dbd-87d5-337bd5cb1d93', 'f6b314cf-8284-4ec3-95cf-eff7149a5837', 'e8eac822-fcdb-4c52-890d-4cc478b2ded5', '7bd3d540-8103-4433-a506-1b81491c596e', '278166d5-9a14-4a02-a53d-02f2c8e5a430', 'ea880226-ae80-4136-a1f8-cef28eace0d0', '513fe639-e6b7-42f1-b834-9b4d8cd0baca', 'cf425f25-9ba0-45cb-8740-115c59000781', 'e6dff5aa-8af5-4ea9-b4c7-c0b4706f3f58', 'd78de47b-523d-42cf-af2f-4132d041487c', '314d45df-5f45-4414-a8e7-933c8b6533de', 'd01ef283-8c20-48db-881d-963d8ac76878', 'ff0c7866-b3a8-4e79-8a94-5d72ecbe19e6', 'fbcc4652-c7aa-4620-8fc4-a478d03f4460', '3c1db4a2-dbb1-44e0-aa9e-441a67a2f16d', '6b3b41c9-16dc-4279-afbb-3cda0392a171', 'dd822f55-16fd-4bcd-adaa-096392a8ab68', '3895d6ad-fdfd-43f2-af2f-fe1884adfc2a', '4b725c5a-54d2-4d87-8b8c-35c0c99cd2fc', '01654aba-3982-45d6-a6d6-94381ae60002', 'ac7153f5-1899-4902-9207-1b1c205a1c11', 'b2d7fddc-4356-448f-bd37-7ee678c64ad9', '82244294-42d6-411c-b79f-4bb66f84e2ad', '3fd3f78b-2076-4800-8d0c-1229e614a1a3', 'fd8169e0-e4d9-40f5-8d70-4cdce8cb6d7d', 'd332d37a-1a61-4176-9118-baa283bf9c02', 'f0eb3ea7-8688-41da-9337-79c9da754163', '7566ea23-1656-4e35-a643-b0823b51fa5a', '2d8ac4f4-192e-4e75-a7da-620cef3cce0c', '7edf475a-d15b-4d35-bcde-44e70c5c88d5', 'f1e42fd7-5ae1-4598-9720-fa65bc45aaac', 'b2b44b59-036b-4ee0-8859-594e11369354', '4ed2c6fe-37bd-4f93-a691-4964867e407c', '6e25c6bf-e646-422f-82b8-14582dd4791a', '27a1234d-8ccd-4d92-b472-d48f40c37e54', 'c3a41ae0-ea4f-41b4-907d-3c0799d37140', '0bc47dd5-016c-4f04-901e-7f4ea5a52919', 'b7d373cd-1442-45c2-99a5-94d6353d55be', 'c69f2423-4748-4e5b-ba20-456911ce9e5d', '793cf9a3-b8d1-45b4-a6c1-0117f126c7e0', 'a0ad7bbb-737a-465b-a647-37729c7fdde5', '60dcd0ef-631c-41fb-9ff1-318e0af9cf72', '9f6cca4f-bd50-44a0-a658-3f2b9b052257', '8030c4b6-5cc2-4463-a7ae-030551297c1f', 'a57d1bec-34b4-4390-a6ef-0c0810db3181', '5724c9ae-ddc5-4dcc-ab76-fc801601cdcc', '92f3ad68-3c0f-4f41-9bdf-3417a2817518', 'be066a96-9870-4866-a4e0-f4bd69ed4004', 'da52ab9b-ae98-4e68-b5c2-dcf21d1d8ece', '9524aa0a-75c3-4f62-9a5f-7890969c7ad7', '593f9306-cc47-487e-bafa-feda194b9c9a', '67667539-4a65-47b7-86b9-3fef19e2ae54', '838750ef-807b-4c73-9ea9-dd2047e73c0e', 'e4a50d72-bcea-44ab-b568-2ee34f95620f', '0963e633-7e63-4984-88ab-78fd3e5c296d', '4628e318-4da8-4f53-ab89-5e1bd5733537', '694f9b44-0901-48c6-8558-df7fde1afadc', '6b2b490f-f61f-4916-af7b-705a6ebd6372', 'e831f99c-6f5c-4cb3-afab-f95a82faf34d', '87d45a18-a9d9-42b5-b2cb-fea950abbdf5', 'b69d5210-b987-482e-9dc0-fa47ecfb2a27', '8b9d8195-7ee5-4912-a9f8-693bc42c2449', '223761fc-c4c5-4447-ae0c-ae77f9207d65', '378e0948-7257-4511-ade7-fc8d7b41c5d1', 'ff00185c-11ea-488b-aa76-0f70ed2daf45', '91688e9a-6717-4fc9-8b93-d0fe6c162515', 'cc8966d2-1d7b-437c-a4bf-47df75db77c2', '8e865fd6-1940-408d-af21-f35904354e7d', '31f266bd-6fa5-460b-bdc8-47c4847b58ef', 'ab3956a5-75d8-48b8-853e-fa2c702dbcea', 'a6fec4bc-6b8a-45b6-b91f-79234130c541', '51db7d62-4c4e-4867-9a6b-22285a436aba', 'e6e79ea9-75d0-4039-85fa-40eb28c85d9f', '7ee50e62-ac76-4814-aadb-539fc0ff56b4', 'aa4e27f7-ec82-4cda-8206-383fec55f805', '766ddbbe-94be-45f5-91d7-26a748668af8', 'ff431143-a123-4723-9664-b9f6abba17c6', 'f961399f-6bf3-4427-9352-6d86d09e40fb', '9e6360e3-8058-4e63-b36d-b0ba3584df4f', '5c8ecc73-ea56-4277-addd-6b429d97ce6e', '6d133776-2d15-4847-9239-6caf89bb688b', '6e8ce15a-ead6-4aaf-af72-386228345028', 'd5cb7e43-5720-405c-9411-d0661e22cc99', 'aba084ce-f5c3-453f-bda7-9d93c383529d', '49ed9980-929e-4929-bb7f-078aa43a3f16', 'b2fb7e3e-75cd-4651-b0b5-e5ed9dec8b2a', '997b538a-27b5-4021-8e81-cb27a19ac16b', '9fbd5dd2-8ab5-4b09-8836-1872f5eb517e', '0ae0e215-3f7f-46d6-a8f2-153137718676', '82399fd6-274c-47f4-bc2c-68c1647415d8', 'c4a7aab5-05c7-484b-8965-87fc067f46e2', '3af097b2-091b-4e94-a4a7-8b5c11ef549c', '96dc968b-d1e8-4c81-ae78-a04ba09c1dda', 'ec906c50-1c7d-4e46-a34f-6c74795bbeb8', '3c0a6277-4f17-4b04-b6c9-0b62092fe770', '99ae1e86-fa17-4843-ac71-e2c1653347d6', '3ac6a77f-d1a4-4f06-a268-c1917075be26', '65b510e2-264e-4b21-b7f3-6ec45bd3e483', '2ea03ac9-4582-41e4-840b-e6959ad4a58a', 'a8930502-8a7b-4c51-9f43-79efcc317708', '61587c16-5c34-4c7a-a1db-d6aaad55a274', 'b9d6ed90-c853-4bf1-80e8-fbe7f65f5dab', 'e98619f8-84f9-4e1c-a200-40f0c3eec400', 'bcbe79c4-97d1-4cc5-b871-201833e08560', 'c985c4b6-8640-47e0-a2ed-bce98738f830', '6a99b8c7-93eb-4c4c-84d1-95e38f774387', 'c77f1d44-5b9d-4735-9dcc-084e1a6edcee', 'e672df6a-1de7-459c-aadc-54a6d29e06a6', '57ac5de5-b8cd-4e94-95b8-d7e4d7bcda25', '9b79fc90-cfb8-49a1-8eff-d11281975201', '18157ecf-bff1-43a5-8bf0-6a095492cd71', 'd5c8d8cc-481a-4a0b-a8bd-ef6125424ae4', 'bc5637ec-056e-4bf8-a934-4f3316756f76', '6a7883d2-8a3a-412b-aac0-70b1c33ee012', 'c0e2ab0c-52d3-449b-a93c-1692dbaa10b7', 'bb77e593-ab6e-4c6e-ba5f-11e786c3ffe0', 'fb825685-458c-4682-97ff-891c63650599', '7d44a98f-8f2b-4f0b-8fa3-860d4a2bffc8', 'd64f258a-1b4a-4e11-a4bb-0d5df00031d0', '9bc69437-960e-453c-bcbc-8da528f95fc2', 'f0d3ddff-04bd-4b35-a3b2-36ec251623dd', 'f18e9d3f-cef6-4b98-8879-55291127496c', 'afb184dd-da79-4894-8575-9929c68bbc75', '60c7a824-eb18-4f71-9f30-618ebccd4fba', '01e81ae1-32ab-4384-aae5-4bdd72bd52fb', 'f612fe92-c1da-46c0-8dd1-4b7f54989825', 'b28b71c3-5769-4dec-b4e8-ca850ab52128', 'c6b69ae0-74fe-48bf-967f-6f042889366e', '2fbce01e-06fc-465a-90f6-8bbf9f2dd8c0', '4fc0b6df-3bad-4972-a0be-70dc1e8203c3', 'f6234700-f95d-4764-a240-88d754a8c071', 'd4f76251-6aa5-41df-9ec6-d181e329258a', '25568404-e180-44ee-9b01-94dabd029a67', '67bc8ae1-d282-48aa-b2fc-1b3f7b785390', '8e058308-eb01-48d5-8c22-2012f35c446d', 'cb392487-90d3-449d-bc04-2d4eca201559', '39c7a040-d006-4fdb-a931-4587de2e57e4', '2b287809-e89b-4276-9374-bd7c9ed6b55b', '7ce48045-5c37-46fe-baf0-7028d84b9999', 'c087b8ec-ddff-4826-a2c4-12c056d48b93', 'f7002b14-31ac-4b64-a88f-145476453900', '7ecba161-b71c-43e7-9344-8be35d36d6e3', 'cdb026b8-52f0-4b48-b119-a963529b92fc', 'aab49864-17a1-45c3-9f76-4d30888d8b8f', '09aa412a-6c34-48fa-91e3-a1f488fdb496', '81cc696f-90ff-4d6d-b910-382881273beb', '0181c194-cecb-40ce-a78d-3645da17feeb', 'db2ef404-6093-42d7-b21a-9a9abd5fed9d', '58116c7e-a64d-4989-8431-c5651d9f546a', 'a15cbc1d-5fc3-48c7-9601-b767b63daa3e', '18d7f4c9-a899-4211-b28c-9d891913e1e9', '99cb6d27-90ba-4afe-b106-9785544e74a4', '0e5d2b48-4c1c-40b2-b912-717da229c0cc', 'c203b65d-9536-4e6c-a3a3-1acc6fc05cc7', '061ba214-2621-4043-9dbe-9558eb2ff32c', '2e2e2b00-7478-4f0f-bffe-f38ab599771c', '227fe626-057b-4152-abac-ae96b4053bde', '411bdda6-3b2a-4e4a-aba0-c77fb77c1d5d', 'e7cee68e-a48e-443e-aeea-37f5ee5ca55f', 'c1da92ed-95df-40fc-a929-38149b6d0da1', '03af558b-74dd-4aa2-bb2f-00d2f4a8d4c2', 'aa5d71c0-8f78-4281-bc68-6e30a7217a9c', '22000eb1-82ba-45f1-b5fd-eb58d1ce6ffa', '36dcdffd-6812-4470-9e6d-79c79a3f62a1', 'c5bf33ef-f14e-4dda-a3fe-548bacfc01e5', '13113f29-e94a-4e7e-95fa-e3c472ababfd', '47e26f9b-05be-44eb-b1b7-0f954dc32e17', '56677f97-c498-4afd-bde9-9fe693a5b9e9', 'dd469565-f020-4775-a2e2-4cd81dc27bcc', '44b81e6a-c0f6-4255-a1be-b51f3d4bdcf6', '76a7ebd9-f001-47eb-933c-7292167e1233', 'f43d53a0-e2f3-457c-882a-f7ea13304a2b', 'c30ebee6-8688-4bfe-a6fd-03620af0c12d', '6a27a07b-0b8e-4d1f-8672-64e71367bdbd', 'bff65179-892c-4e93-b8b5-fb732f4123b4', 'fdd97a0d-a49c-45e2-b20d-771101e77a38', 'd8626333-1738-4cc3-a9e2-ac69654987da', 'd90269a4-8501-4f87-8e82-0ae0f682f92a', '833b5b8a-ad9a-45fe-9e21-bcf6dd4b3038', '86854b7e-0546-46a7-8ad9-0839a6a26b40', 'f379eb1a-01ef-4b35-ba03-451a92c6cab2', '47fccc99-d14b-4710-b202-a1805465c449', 'a58f473f-1799-4745-98d3-42b21e4b5050', '75633897-f16d-41d3-8dc9-db1653162d1b', 'e2c34241-e766-4299-aadb-506f7d76c047', 'f60b8b86-9872-425c-9b57-456dbdc0919c', '7449dd92-af8a-45b3-a473-19e5c692fd26', '03f5141a-99d6-4bcd-81a4-5c97a9b9fc31', 'e62e0a7c-3b83-44d4-924a-ba111586ba9f', '98342ca6-185e-4683-923d-1b1d3f5ec58f', '8e99e773-2f07-41e5-9908-6b29b47b17f5', 'e5c79169-22d8-41b9-b936-2793d0438b3b', '7fe44528-09eb-4380-a15f-5b59ccd358e9', '1b4f8d14-d11a-41a6-bc62-44e0e3ba1560', '42be9e49-41e6-4db4-a07f-7c6930257380', '3bdc0b61-6f63-4cda-a66b-5c83cb35047f', '68a45973-50f9-42c2-99b0-33d6007a3bd3', '9d2fd7fb-e4b3-4e23-af58-a6cbab04079d', '42842146-e389-494c-af95-fe5853577f1b', 'ec7c3c85-d965-40da-9a61-31718ee205f6', '6831fdf4-7371-453f-916d-99027131d693', 'aca1f592-eb06-42fd-ada6-980939524c05', 'f7e32621-4f34-4a60-9978-cffcaa3a372b', '2e8584ae-2147-4c2d-80f9-27a17635e55f', '0b217563-cae7-42fb-b816-edb318aa7234', '78098440-e2ad-41d6-ba53-b6b26c4070c5', 'df4bf700-1a5d-4d11-b453-d954e2e20b48', 'b8f3f047-52c8-4d3a-aac6-3ac9387b1ff7', '84ce749b-d1ce-44ec-a4c9-80b0c515c078', '9485953c-1667-4e06-92c3-9cb8a6793019', '2324db67-7d27-4e93-8792-7f4374e5dd13', '56b4448b-1a35-465a-a652-3d645ef860f0', 'f34ff6b4-2d5c-4a63-933c-6784c247c8df', 'bfe87d23-7612-42e4-b675-9be1bcb622d2', 'c12c9eda-ff48-44ce-ac48-120f1c2805e5', 'f8e89060-bf92-49cf-9164-24910e865d41', '9683baf5-249b-4b79-b338-bacfb421529f', 'f16cbffb-3295-4a34-9de8-e1f63e3c65a1', 'a0ffdb3b-f214-43c6-8410-bd4308b9ee04', '3ba92f80-61d1-4e84-aa9e-39399b372c3f', '7d0717b3-0637-4e00-a2da-cbcba6e3e89b', 'f4c2e921-4dec-4b0d-b99c-f7a0470d8e5c', 'c3b2fb49-80ff-46d3-8a0f-b3d7ff90ef82', '1b242fdb-f54d-4ff6-b745-b91a02f5a714', 'a77a00bc-bca6-4cac-a083-bf2a41c2a90e', 'd5abd652-910a-4fa4-ad3f-98472362d217', '60876908-3feb-4347-ab17-f0db9660f35d', '399b8c72-2309-4ee3-8b58-15abe5c233a5', '8a8455d7-b632-4e06-9699-24727442d8ac', '3942dff8-8de8-4ac0-ae4c-53551154f24a', 'e07fc16d-dbb2-453f-95a5-ff8aef48f12e', '1c4b788c-f86b-47ef-87c1-47dc26208e47', 'c46dcf98-289b-4fdf-88c5-1c126e041957', '892cb0b4-7c07-4f4f-a43d-9c0152eaf4db', 'dd127a93-5297-4fa8-9394-016735c8ae0f', 'd1559ece-b098-4688-9419-4857eb4435ed', '3822a729-9aaf-42b2-8873-114881704158', 'ef190080-6239-46dc-9569-f4c84691ec8c', 'f5ba0beb-5a53-4e2e-896d-d1f9eebb2db0', '2244ebd2-b3d0-4b3b-a7e2-d51396eaf91a', '4a0214ea-1317-49be-98af-edd2f5e7a728', 'c1889da5-cd7f-41e7-8959-8e3e8c72f418', 'b5090dd7-96b3-45af-aee6-096804533f79', '72b86e0a-d697-4c1b-a76f-39418d76bfde', 'dfca2682-d240-4ef8-b2f6-8c9865fb1e6b', 'fbd45015-b8c8-472b-88db-a3b786417682', '313050e9-2dcd-4fc4-8624-eb34e6c11ad6', 'c6729ebb-2761-4c11-94f6-255acfaba2c8', 'b8b1fced-aaa3-4d5d-8e02-fb0c5b291902', '2e94e372-7d21-441d-b571-367e43d97c44', 'bc04c801-2dd2-4666-a5e5-5a79708ae438', '71bac7de-fc11-42c8-b775-aa8307e6ca13', '51ac2b8a-604e-4949-be42-54a33a805347', 'e4c1f112-0790-4de4-b25e-b9c26746c39b', '4d443e4b-1c34-4fdc-ae3e-ce70b776d5f4', 'de36bf3c-cda2-423c-8602-99ae909ac878', 'dc33d3f5-880e-4e40-b533-ac943b8bd960', '5de66848-8079-4972-a84c-9d3469a0fcc3', 'dce971c1-41ab-432f-8671-e4e97676f656', '71c1e02f-9717-4c2f-a941-9bfddca8d292', '416f50eb-42ff-4d88-8ccd-d1cbf2001e37', '059f81ed-9471-4bf7-9205-9d5362d7d0c3', 'c8d269b3-542a-41c4-ad75-8635535b3a67', 'e4b7c440-2725-413e-9c8b-e0ae72cf9bbc', 'a4900671-7abc-4a67-926f-ab351e1d48b4', '69093538-d3be-492a-981c-559aa942496d', 'ac36f770-93fa-4252-8782-d5b63626ec00', '2f7f41a8-d467-49a7-bb88-1b849f0a9bab', '263c917c-139c-4db2-9f8c-da32eb0e3154', 'b45c072f-6c91-4a28-937d-7723d2497ac9', 'a447aead-f182-49e5-9e20-5be630d4472c', '6d09543d-4a02-42d4-a931-e01f11b090d1', '215d5d02-2695-4d2c-a0b6-68be6bf963a9', 'c2f74970-7cb5-4c6a-8015-258d0c0f2724', '7f60b44e-a42b-43bb-8814-148a78572160', '2a2e1ba6-1b53-4d6f-8361-413861bf1b9a', '2b0056c8-ba7d-4583-8a10-f7d1b8e3d65c', '819e6c39-b680-41ad-8b89-fa177b708c43', '2cde09ad-00bd-406d-b605-45cbb057e1e7', 'ea2fddce-6611-42bb-8089-0aa7109fa486', 'fbf65fec-5e4e-4a0e-b857-5519c3ec7617', '7f235a4c-5344-4c8c-b896-c7eb38977908', 'df0a4de7-ffe1-495e-93a3-67228875f88e', '7870b549-505e-46db-b3d6-ad55481f4ffe', '98ae38ad-ed70-4078-a05d-8b1f26938d61', '8bec3075-7855-48f0-9c5b-7558409fca31', '08238ee7-e082-4f57-929f-26418b9bfdc0', '56085597-b2ac-4902-9fc1-00002af7deae', '1f29d98a-383c-46f0-a1d9-37cbc5411eaa', 'eb65cc96-eb28-4eab-89d3-7960ace0f3a7', '8c824725-8fa7-49f0-8db5-14d92d88d422', '47128226-fc81-4544-a82b-33623b108edf', 'ba56c5f2-01bb-42af-b350-e44b8aaf8698', 'a6276f18-000b-46d5-97c5-3071b744a982', '07d50dd2-b240-4628-92fa-c3ceb00f9500', 'aa22fb9e-2afc-4a6d-bce2-e90414327aba', 'd9241797-db20-4916-8fde-84336d0c3921', '7845a776-4b6f-4770-a8a9-fa0da34cea7e', '644c74b1-f7a5-405f-b597-4b03703f107f', '999b1370-e26b-4daf-b9a0-9d7b8bab1293', '5946f21c-5cbc-443d-9f77-0bcc252945c0', '41ae7800-1538-4571-893c-ae1085a70f1f', '4bb1aa97-f31c-4a6a-a250-f82e321e833a', 'c6ffcd5e-5d83-47d3-b107-550d7ac6cc3c', '5959a3db-07d9-486a-9b33-a58adabe2454', '7a70e1d2-d894-4e52-98eb-874ab1fee4d5', 'd56219b8-0b7e-4934-bfdd-7475c1db4dce', '16771481-3808-44b9-9da3-b2bc0fa16632', '934f754e-0749-446e-9c46-a6c7360c03db', 'db0f31d2-9abd-4746-ac2b-36ff36b74b78', '33fdf79a-5b43-466f-bb37-0055fc1021a4', '01a6b5fd-a8c0-4064-9d20-88e6e85526a7', '8280411f-d366-42df-b65e-dc05262596f7', '54375fa3-e1a2-4057-9456-8c6fb809906e', 'a21f9a4c-710c-447e-a41b-a0288ae1751a', 'dadd0715-460b-4099-9950-17618bc3d023', '5a8213e0-cce3-4696-accf-c3259e667e8c', '1654a1cd-f9ad-40cf-a6de-b637e5cf6252', 'c04cedbd-4fd7-42a9-ba9c-98abe2604171', 'a9c70f95-686d-4792-a43a-2567cc0972fe', 'e8cf811e-b3e6-4d76-a0be-080bf126ae55', 'bbe7ed09-519d-4d87-ab87-ccd3640a202a', '185aa66a-b9b9-4460-ab63-30d3f6eb9b3b', '8ecb8a29-9990-4c07-9161-35dd151ca2e2', '28a891fb-1b13-475a-b510-4afb40615518', 'c854798f-b29b-4aee-8a56-fb6eed6543a2', '9dad5143-0c93-4baf-880e-a3b7baa4a53c', '7558772c-81bb-49ee-a8a5-e50fc64dd231', '5518da31-b9f5-4030-b441-477c76db7b1a', 'c3fd067c-702e-426f-8e64-ff3b29d914b2', 'ea44ee8d-8847-4e13-8608-2a41c2082978', '4213c77b-07e2-4adf-a876-1433f18d879e', '80849143-9f0a-4453-a19b-314fb7813b5c', '6fc68ae7-e5da-462a-adfa-143417d4e84d', '2d7aa8bd-13f0-4676-b9b6-52d4f78c80c5', 'a9cd7b89-f3df-41ff-8e6f-512e41e35295', '759ccc50-af0f-4788-b5bf-2162d549c0b2', 'ef51e800-5191-4c9a-8508-152388fa42d6', 'd3ae3dff-4e54-436f-8770-a73ed1f9e298', '61a1f54c-bfb3-433a-8280-800238baa704', '37d8f2ae-edd5-49a2-85e8-9d79f4b31350', 'd57704b5-227c-4ed7-9e05-dbd6052cc861', 'b1548d3e-6976-4088-bf92-f769fd33e2c6', '6200b3cb-6ea8-480d-850e-0bfd4b6de127', '795c8fb1-b92c-4377-81c1-4cbd52e6aae4', '0f05058a-e000-413d-b3c5-be3b0eae788c', '9164af3d-65d0-4050-8f34-ce89d7c60a06', '25d9b189-9e60-4a88-ac77-fccfe7a261ab', '92e9c35a-b09a-421e-960f-5cfda7d515fc', 'ec4f2026-d371-462d-a1f5-13ad14e48f15', 'e825376d-4c88-4d86-ab87-7c958c465941', '1c8aeac0-8f37-44b3-983c-8b3406843512', '0f13ccc0-fd6d-4a4c-8c0f-b9cc6de9e5e5', '18e0e953-2d6e-4c0f-bb72-f3ade3d518c1', '04bbf601-da10-4fce-95af-200191f42a33', 'b42af0ce-403b-4bd0-a408-e7d3e4289dc9', 'ff0294a5-d87d-49a3-a302-1aa1d5628a9f', '6b420f6c-3a17-45ee-a6b2-0f3c36b5ac31', '50b91cf4-560a-49bf-9894-c858fb428a4b', '798fc29f-8b15-4d56-9b4f-26cf7ba107a9', '4acd3c50-5e42-410f-b911-39fb645f40c3', '3cdecd26-81e2-4b99-88a5-6a78265fe99b', '0d69cde3-9fdb-465e-bfda-0cf1d1bb0cde', '779ad211-6a2e-4f54-ab15-b2b3618c8e12', 'aa521fcd-5be3-4a9b-9fe5-fa0429076b20', '87b5c1a2-d168-47d1-8c74-8f12ede8a987', '06fca9a9-6392-4c47-a230-f7b18b7daf4e', 'bc50f6bd-7975-499d-97d2-b2d0f36c9d2f', '0c8bca05-9c16-4ed1-ac7c-9282c95e01f2', '567936b8-af07-401b-9580-73c53d6b245f', '3fb65a72-c536-430c-9955-5fb94934c3e4', '9a5a6739-fb18-418d-a5d9-397b82a70815', '4abcaf2f-3e0f-426e-b32b-0bcccf53ad4a', '4be6a163-b19c-4859-9c26-5b092f944291', '7f6e6450-d917-4846-9db3-ffdbba68e8e1', '65fef31b-f5fa-440c-96d9-47e7467205f1', '346c0820-6290-49ce-a80f-0c7e6d5e91ae', 'e911a304-7af2-4ff8-95fa-23de8b9f11f7', '6fd3111f-2569-4bf4-b52b-9c8ab56e8d2b', 'efba42c0-650f-44e4-8011-c01cb8f4fcde', '14a1651f-4e76-4814-be59-ae4c10448fed', 'c4d64233-26b9-4c3c-9a76-c7b5b76e0d7b', '23214d6c-aecd-4602-a01d-17a5d302df31', 'cf0a9174-e375-4aa2-a5e7-504ee08c8521', '6549db93-4833-4f0c-b7da-56bc13fef3b6', 'a1333fb4-4d22-41c8-9c1a-ea8941e1a2b1', '2e458248-5cef-4b39-a954-c646b310ffa6', '2266444e-7356-44d5-8df1-80b50955f3a0', '2713a8a6-6dc2-4f97-b5e2-bcfd2e2beceb', '46141e4e-4af8-442c-9cdd-df1baa3b6ea2', 'f12d0002-7d9c-4243-ab3f-91159f8d0bf2', 'dc5dee12-e809-42c6-9a52-ec00118def80', 'abf7c610-e05d-4d3a-b9df-66c4cb22cefa', '00e00659-4b83-4bb3-8c9e-2e0b246bec56', 'ef825a65-d70f-4a92-8a3e-a18ce76069fe', '9550a6c6-ae6f-4b40-a969-90c891915737', 'fd9bdcf1-0cd1-49ce-b08d-46eab4790895', 'e9e59d35-5112-4b64-aa3b-bc969b8191de', '620abc1e-7374-4ff6-8e83-c67516c0bdc6', '1fc7d293-5c17-4708-b1f8-7d50506c5378', '9a6ba008-1311-4bad-acd0-6dae64e4c505', '58219e73-8b46-416a-b117-80a021066e5e', 'd77e5b8a-8171-4227-af47-0a9459dee8e2', '613dc236-5ecd-491b-9a65-be83bb544c2d', '9032f261-0e29-4a4d-9e00-46edf1ac7dd7', 'f0fb3fb8-d32a-4f3e-9883-ff2662a70af6', '2c972b69-3b1a-458a-b383-1b7f8c3159d9', '0aa64fc5-956e-4cac-a2fa-d5b25aad364d', '8f3bfd70-3a57-4b37-96bf-3098c3d63e86', '5dec20aa-9229-4465-9e5c-76b45db3dfd3', '084bbec9-26d9-4f81-9e10-898555b1b030', '4d0ba1fb-27cb-46f9-b32c-95e131833e1b', '24df9786-0e2a-4e8c-9c95-4c415e6b12a4', '98f6dd02-6e59-45aa-9393-bcb9b6535856', '7162a7c4-d2ce-4d0f-9b63-96983bf193bf', '7742fa92-e43d-4f23-a364-31d0970c6c11', '29372107-70a1-43c7-b9b3-c4e12dda6881', 'ed716acc-00f7-48f2-97bf-8768bcd93fdc', '8b9eb0a7-382e-4097-97bd-8312dc19b12e', '7c3784b7-7f6a-4aec-ac37-438bff9a27df', '74f9688e-e793-4a6a-90bd-b34308e70a3e', 'b87a5430-fc48-406b-9b92-1d1a869eb7d9', '9d7b9224-d7e5-49c4-b7b4-9258882aa798', '49b2647d-8c3b-4fcc-9fda-148fb0a57a06', 'e76c8375-1041-4f59-8fa5-17cda4776891', '3d99cb01-bfbd-49fa-a709-23eb06eecef7', 'a9514512-253b-4260-ab8d-a59a845bc789', 'd8205c23-bbe3-476d-8b76-4a87ec899cbd', '51ad95ed-0907-4863-9c39-dc9e9d9bb9eb', '24d0bdfd-54aa-47cc-9680-86a972edf533', 'a371cc88-4eee-432a-b4a2-a57a5578ef82', '29cb80dd-1fd4-4bd1-a900-d0871114e1bc', '9d027b77-e0f4-4650-bb71-11f50a562199', '1f4a7050-ca3b-496c-8314-ae7ccc1e3256', '24b0660b-c26a-4828-9604-f3a7419a2f9b', 'd5523941-9ddd-4435-9773-b9d769a4b7c6', '077df952-69c8-4825-bd96-3621c14c2495', 'b7cb6192-33b5-4461-b68b-721c10eded02', 'da9d64d7-c8e6-45f6-8f2b-858ca2e45331', 'd925da32-ff46-49ea-be8a-5632956760e0', 'cbffa436-f072-462f-9662-f41d9fa54d67', 'b28e7985-47ca-492b-81d8-3e5737bcfd98', '5b90484a-cf97-4c08-a710-3a00d4efc7d2', '67af351d-5b3c-4486-8931-c999bf8a1cb7', '3f5280c8-14ec-44de-b231-857522263ff6', 'c752e8c0-dfb1-4fbf-bbdf-42c290a89cbe', '798215cb-e3cc-4d7b-ba84-01fe952bae69', 'c2b2ac02-b435-45cd-a52a-c240ea0a2a85', 'c17dbecd-a2fa-4dc5-990e-2eea8749cb40', 'e07742de-e08b-43bf-bd1b-4f8874ff0b27', '69623525-1399-4794-b26b-a41113dd2f7b', '684bb8ee-4835-4703-b4f3-5f9ee63f85c6', '09829af8-c6dd-47d5-855f-60ca0dd3152c', '97877d42-427d-4471-95de-a75572072377', '25485c68-e96b-492a-84c0-5bf3b3f1a10c', '61d79b08-2a71-40e0-b403-aa93ceb5ab99', 'ecdfa9d7-f436-4112-ab49-b435d69b434f', '700069cd-8850-4eee-9d9a-22eec81b267b', 'ad9b4868-3255-47a3-863b-1666dd11f7f8', '3435dc8b-a920-405d-a3c1-cc979e1abc0d', '62306454-0038-4554-a264-c4ff823c1e3b', '05eaec8d-9892-41e1-86a4-7ccf6fb16412', '3a51ea3c-292d-464b-ad7d-adc95160da28', '530a4019-af47-4389-b0e7-653f6a7a9158', '40058db6-bccb-4a7d-8c9f-3eabcd27e933', 'cb639e2c-a717-4968-aa68-a70cf340266c', '13e0fdea-485b-4b4d-8264-6927e6bc4eca', 'fee1d8de-0789-45d9-8e2b-e1757450e1dd', 'efa3c8b8-8cf9-4e8c-a3fb-facae8051348', 'ea81df63-3172-46b9-9f3c-4c248faeff62', '04a10023-e265-40b2-a5c3-5976ae4d64cf', '7d568376-bf7e-4a49-8b59-38e3807990a7', 'a4dc6609-e63e-45ac-a7be-2541a13996b3', 'cf846596-cdce-40e3-a018-95383528016b', '13c0bb8f-2d22-4f2e-bc00-b1c8b53025c3', '6c8bf3d5-6113-4bc8-9157-2d6bb6362128', 'e6c494ba-abf3-4f7c-a9f8-e0160cda2d5d', '798f60d2-9c59-403b-a868-b1f434f4fe30', '55715bb3-e102-4497-b55f-b87c312ff3db', '6f85d8f0-1ae6-4a35-a20f-7026213d1f5f', '277b12b0-c140-4750-9db6-703f5a14ba78', '19a36767-1c0e-4853-8838-9fbce5e16f17', '2dc168bd-85ad-4637-a721-ca726b921f78', '71cca780-b43e-407a-9f51-dbe29d6de7c1', 'fba7fe19-6ad6-452e-b908-69a6f39e3962', '2752bddb-dae3-493a-abb6-f1da6a756801', 'd8cc0b02-8fd3-4103-ba8f-29a4e354a64e', 'a07eac4c-0bc7-43fc-a71e-3b910aac8a30', 'd25e3b66-ad5b-438b-a853-32f2e4ab5553', '518fec97-fe0b-483d-8e30-400f40607ca2', '9836f152-b8fb-4c93-9506-2999373f5ef2', '5abb75f5-3bc5-41f5-a574-96b414a5b656', '1b241947-7410-4416-a1e2-e660903d128e', '555ab5b1-67d7-4f11-a915-2b6d056f0eb4', '229d582b-65a3-4e02-bc11-e338b18d4d96', '4cb0b77e-66ce-4b09-b7e9-ecaf01b060c3', 'ac1d71d1-aab8-4ab7-bab7-e2695c84a0f8', 'f6961645-7821-4d8d-893f-4b1f7f0593af', '2eb0473c-6c3f-4a88-b665-fad899f9ac24', '86ac82e3-e7e0-4c88-ab11-836d4c57d35d', 'ac28691c-188d-4696-b9ec-1ec93a70c5b2', '18ae35b9-d0ac-4217-95eb-4e5b076ae080', 'bb317bc6-4c56-4f3f-a2e2-8e41ddd77b54', '61be5f3e-9ea7-4eae-b52e-7eab7262256a', 'a8662ba6-0ffa-443d-9b01-43f1e7970afa', '891e5cba-8d62-4922-8d7f-c722ecbd852b', '1143a745-4e3e-40eb-9dc2-2eac7cf9c03d', '992f4c12-f89a-4305-be2f-221ad3a70349', '6fc91d6b-f981-43b1-b687-6460a123b0c4', '099b0c0c-f0ea-4fae-a2ec-bdd5568b6398', '3f3fff4a-efd3-458a-acdd-87fc65f0c2c4', '5f8f1a08-78af-474b-a6a4-9403ba69b87f', 'eae22f9e-c21e-48f1-8325-e0cd3d9e6766', '9cede393-69c4-4713-8953-515e08b9cce8', 'e37ca639-cda9-4377-a5eb-5a34d8b018e1', 'd14c3757-b0f5-422f-870e-03faf3e16d98', 'ff7e45db-8f81-486a-8987-3b35cae0eb9f', '33cad888-a396-4728-973a-8951d6f8ca1a', '0e256a3c-b801-4cd4-944c-6821536ec32f', '2053c53c-c878-4a25-ae92-720ecc71c0b5', '0deb2843-27f6-427b-a621-d57f4c51e099', '603ba0fd-0d72-470b-adf5-e5df2a500290', '232b21f9-f66b-41ff-bd94-3450bc3d7afd', '28f7c073-59b8-42a1-855b-9c2e5d643330', 'edd1a270-2ee7-4dbb-9e6a-f4287d8e3b2a', 'ad62adf5-2569-408a-b024-74271b89d69a', '5d3a374b-b944-40bf-b835-cc84c45afaa7', '1070944a-5595-4c6c-a993-0d7e693b4aa6', '99cb8d56-cc0c-42b3-8e66-c2fc4bf82822', '38c7123d-7831-4ad9-b6cb-61dacfd04df6', 'ac8801e9-605b-4513-8d55-f14890812b96', '481bc003-46bd-42d6-b331-6e89665ca309', '0d22053a-08e6-4041-bda9-49479bf7cdbc', 'c39cf6e5-8c47-4dfd-ad24-7080067c7e19', 'fca63eac-11f3-4b4e-8e48-91144926bdf1', '25f50c29-11a6-4fea-8a19-45a93612d19d', 'e9958fbf-acee-419b-a0f3-cdad969bbbb6', '0c1afba2-5405-408f-b085-26f818c15a09', '40ee3101-ade3-4eae-9e89-ac122f580946', '4dbace3d-1e37-4905-9ea7-980f28c22ff5', 'cbea4ea5-72f5-4763-996b-af6b5f34b3bb', '39d8e5bb-6188-49e9-90b2-2e7bb681e9f6', '71a23ff8-6b1a-4ac4-bbd6-21e1c0bfac03', '446fc78d-4a61-4b32-a2ad-f922a5d1b363', '8a8fcef2-61cf-4352-9370-86101cda1b6a', 'ea490361-589d-4923-9192-16000f118e58', '3e38f2f8-7e0d-4458-a643-c86fb6b6c5b2', '0caff242-8df4-4978-b690-18e035858fd2', 'e9e97e72-a641-4dba-830e-277f7c6b4df6', '29211ed7-a262-4064-ab28-65e782b01b36', '7909dad4-6333-455f-aaf8-2760a511fa30', '3e57755b-c949-4c33-8804-bd7e524090bd', '7002a191-77b4-4306-b9f8-7a8da6275dc6', '3c3bb8aa-c8a9-468f-b8b9-da37f2a048c6', 'fa59fef9-ced7-4cf7-bfbe-5eeae035c07c', '2c29d34f-db77-4bf7-959d-12213608e6e9', 'e3a02b6f-8ccb-498a-900e-ac50bc58648b', '2f89bc1a-1b4d-4349-a861-20f78c246274', '66dcd34f-9536-4d65-9279-4ab81baeb09d', 'b0da3dee-e23d-444f-9676-52a67a25b04b', 'aa57852a-d478-4a6e-9311-f240016705dc', 'd1e92095-b330-4a1c-840c-5979fa750fbf', 'bd78339e-0e3b-417a-a252-6607c613a3c3', 'caab7643-c129-42dd-8786-cebdc7a18dae', '1a23e588-cf8e-44c3-9c51-4f99f97400bf', 'f693c990-45a9-4e67-b15a-e33578dd959e', '3015621d-51db-43d0-82ef-efa6aad0051b', '7f0b5e44-2ed5-41f7-8a43-33dceb77533a', '1b6e8153-a415-42f1-8a2b-5b7b151e0345', '8f5777d4-4974-4a51-9813-8798ca3378b4', '7ae89a7b-3d5c-4683-9cc2-a6bb100fdacb', '41f5ab48-37de-4c5d-9446-4befcac3fdcc', 'dc4e12c8-ba75-4aef-b3cd-d6cb555959d7', '348bf42f-9f40-4ad1-9700-81f9099e4281', '53e8de68-97cd-41b1-b6d2-e9a187df2ea7', '54de890c-48d3-418c-a9ea-9023d7e1675a', 'd3449866-ad6a-4813-a72c-57527102bb66', '511cbffb-153c-4ff9-aeb8-9ff6af5ba801', 'e441c1aa-0bcb-4663-bef4-c2e00f36de78', '3adc2cd7-fcec-40d2-a435-727a71c09ba7', '40c0def7-af7c-46d3-aa14-f58ae4dfa4f2', 'abd31107-9e3d-4b64-97c1-0a7d7af6898c', '3ae6034d-87e8-4442-b158-64ad8f00db59', '5d607bae-9cca-49d6-a9c8-390d243b003d', 'b01a1510-5d1c-4e0b-b280-3c1e3cb2b37a', '677b47fe-be4e-4f6a-9d50-8a861c10eb22', 'c50f960d-8cd4-4c8b-93a3-7f10562399e8', '2cf42413-fed7-43cd-bba6-1320d9219dba', '5c20eba7-5a9d-41f6-ae44-7d41872ea355', '353596e9-0b5f-467e-a814-219160aafd6d', '2479b8a4-a815-4ec8-ad79-1bbff9ea7a84', '1590df97-c254-43e5-98f1-4749d2776bb2', '5c729a40-602a-42c5-99d7-8aa195664feb', 'e0e0402a-3083-4ea8-a628-1de2ee8db70f', '5f76614f-9ee5-44e7-8d94-90e47ba07078', '5b881146-0258-42b0-8516-18aef128685d', 'e1b9e3d9-1781-459b-a071-3995fed2d1e1', '736cbe7f-04e7-48f3-af82-c83388d20d8c', 'fe715e30-6521-45e9-ad17-3f052ffbfad6', '2bce1775-1e34-4093-ad52-fe3a3c0126cc', '56522e13-34f9-42d9-bb44-1aa44646b057', 'd5f2304e-b405-425d-898c-b93f1eebfd02', '6fdeb8c2-9992-4539-a42e-c0d616bc06ac', '11635d61-5f47-4fa5-b7af-3928a333285d', '4ad945db-3d9f-49a0-966b-3d003e0e4e89', '8600a5e2-1863-4d9d-8cba-01bc41c4fda5', 'f2b33f39-1657-4be7-960f-92501f903a9c', 'e380509d-9e30-4013-afeb-49f66a8bbf34', '47e4ca30-a141-4d7f-8ef7-e061ab21835d', 'f63910f4-38e9-44ea-af12-7e718da8a714', '99448ef3-a1e5-49e8-b993-220edba4b6c5', 'ae161384-f046-48d4-994f-f2730b0ec5a8', 'ef8441af-a3f1-440f-bdf5-b6a38d760c57', '8a21aace-4af7-474e-99bb-b480a415a53f', 'd605c21e-81ab-475a-bbe5-260293dbd868', 'eed3b330-b0a5-486e-b7e9-c9927b3f52f1', 'd67bc209-50ee-4abf-9157-600a391d59c3', 'd9047430-9c45-4047-979b-01add0a02770', 'caf0d1a9-46cf-42b8-9558-db7d35b2869f', 'eb238d56-ec80-4105-859f-03beb1751fe6', '0e5a2237-d6b0-476b-8f01-015699654439', 'a16ed133-fcbf-455e-95b3-dd13f9a170be', '9f70f8f4-f2d1-45c4-a127-0798e08383c4', '274a9260-e356-47bf-9c56-af2b421ecfe5', '427bfc9b-209f-4ada-a707-81744a194f12', '17526609-5e73-4948-9f94-2e966a369856', '674c6e69-f445-425b-b079-3a74be808559', '18d3ad0d-d2ca-41ac-9d33-75757f0f38ac', 'dfcbde33-0daf-4c48-83b5-d39adf286f45', 'f8a6d642-81f4-4d6b-a623-e894909d1a72', 'b6394429-fc89-4cbf-9ef1-e4d82d32374e', '5752ccbd-fb95-4e28-bc5c-5f7bf5fc65c9', '6a9df4c0-6e64-4fa1-a2c9-2592eba37909', '4bc12645-8f33-476f-9dca-9262558cbe29', 'e292bebd-c7f6-4fc5-818b-6ea4e2c68635', '44790dca-92af-4c70-a710-5a5963161495', '0b81ef24-c2de-45d1-97e5-647554481a76', 'ecca4893-f5e8-425f-8f3d-240e033c9060', '8649a0e6-4ba5-4362-a166-fbcc641b0d4a', '49c33d30-f94b-4aeb-80da-588a6a1c31af', '1cdf22ac-b0ba-484a-90d6-36bafcb25934', '95784197-1ca6-4927-9f46-b7b42d0c95f7', '72fb8824-676e-40ea-b8fd-d9dd62a41c33', '356b2841-db52-414b-a347-624e622389af', '0c5d41d8-ffc5-4c44-9292-01eb5ad33c1e', 'dff10a63-f652-4c18-bdb4-03db0876b1c8', '75da30fd-4d8b-4ca0-ba18-bb443438e515', '3377e39d-76ab-4a14-a6ff-bb651d4d4d08', '192e93dd-7725-41e8-92a8-220ae530233e', 'f2bbde06-1122-4999-9250-8ea0486b7f29', '01f76afc-0c61-4bf1-b6bb-97942ff62d85', '6d0bdb83-228a-4f46-90ce-2c812aa1fc88', '09b03632-56b1-4499-8445-e606265cda8a', 'b15db78f-9557-4994-9b7e-ffd4390df734', 'a6c6ba89-7f06-49e2-b59b-0c748da72de1', '3755861b-118f-4df2-a9bc-49aa92ae89df', 'f6f5d9c9-5137-46e6-ae57-35db620af985', '32a81b0c-c5ad-4a7e-b81b-1ee3ef45b074', 'b1b16a75-ec6d-4328-9de5-008029e55820', 'd08fc426-c337-4773-898c-0948bd2b7638', '2d3578cd-8935-4300-a836-b85acde92b51', '92ca0250-7471-475e-9ab1-d1302d63b592', 'd19d93ab-56e5-420e-951d-abd5e642de86', 'a1418cf3-c2e4-4d33-a6ec-5620fccaa5bf', '48b53306-0af4-44ab-ad74-9be18ea151d5', 'f1bce901-c618-4102-a5f8-5894bf25c024', '55b3fa68-d8eb-425a-88e4-ae43879a28e0', 'a8a8bb4a-8db9-4bc6-ac6b-0aa5565b0b06', '966f7beb-461e-48a9-a2a9-59fd777d50ff', 'f5dbb6d6-fd85-48a1-b818-e8493e1acf91', 'e97a3630-6abc-47c7-89ea-e6533fbd7c27', 'd76790e4-38d6-47ee-9174-87778a0f664e', 'a0460405-0081-471d-aaa8-9c28cfbb158b', 'd7c8271b-fbe0-4902-bcf9-50e620a423d2', 'bbc0f765-1970-4a96-b560-16991666c881', '542183a4-3c90-463f-a1a9-098ad1aaf798', '89444e83-3924-4ff0-9cde-3578d089ccbb', '121c3d7d-134b-41cf-b827-018e5ed04c6a', 'a0887a86-2c03-4acc-b1f0-e56dbfa39ca2', '98190bfc-217e-4328-8276-c272ef478660', '737fe9dd-9255-426a-a4d0-e46d9fea5fb8', '432c5b48-6e64-4c9e-b961-498e3aea77bc', '63e0deae-7b3e-4639-83fe-5a1250b19ce8', '44809ae7-0134-4e31-8975-cfaedb29b0df', '962fde4f-8545-44c0-b467-a7f50aa51993', 'd73bc236-15fa-46d7-8ee7-b2eb19b4ab87', 'b0f15401-c6c6-459a-96bf-8e23a87d9331', 'c2173b00-1522-405c-bf48-7a64d202c599', 'bc631b28-261d-4953-a05f-02f13e98dc13', '08cba80d-4773-4e71-9625-16d80d51811f', 'c659cdf9-90dc-4157-b701-269d0348b633', 'c3ecfc48-b4df-4c36-b7d9-5bea4ff3ec7e', 'b6643c7b-cba2-4fcf-bebb-c1160066478b', 'cf80ed02-171d-4d25-ae24-3e66734875dc', '039e8f8f-6666-4de2-a788-f1d59b20dd3d', 'f84db079-9ccc-4177-8a6c-9444f483dc2e', '59ba8e56-ab51-405f-a046-d1fe6bfb1f05', '9471d675-fc19-40bc-b118-53f30207a563', '1927682b-248c-4fdd-8b2e-89b88dbd64ae', '33d3cd22-d366-4c21-af54-ce5986638671', '06c1d848-a696-4514-9159-f5c3f6e16132', 'abb94d65-a96a-4697-ab52-92d7508a6d30', '803e6fa9-078e-4648-b21b-4686a2a78a33', '9cc389b9-e7c1-448f-a1c0-7cf8911eec10', '80253ac8-642a-41cc-9d1f-9fb605c6585d', '204ac8c9-b738-4455-9116-30a77ccd777e', 'ad6c4d07-7bb7-4b5d-be89-05971cec38f7', 'caf03728-e991-455b-952d-3506040b7356', 'd42dbbdc-6982-4001-9d64-8f2e28fa358a', '067530cc-ba4d-423a-8850-58c74561a56a', '6147f141-74bd-4241-bfec-f262bbf11221', 'ae4a3507-92a4-4fa2-906b-7d24c1bc58e4', 'ecf10a5d-6401-413a-b4d7-732fb570766f', '8c4ab361-c04b-49cd-87b1-39532330ff9b', '6b258702-6b88-4648-9022-256608ad9bb7', '4f02fa93-5227-4664-99b3-ba38bc9a5ec7', '2765813c-00ac-4a81-97ba-0a8d76764833', '84359159-14a6-4539-a6e0-d2c14b6708b1', '61b4f58e-4a6e-4ad1-8395-62022c283bdf', 'ecdf181d-5c44-48bf-9f08-c1ed4eff3482', '227765d5-6a5f-4c2c-a2e5-e03563dc4f3c', 'ea24a7e0-cb1c-4a2d-ba0d-5b3c89a8b529', 'f439af51-733f-4b53-b235-2bba3b15ff6f', '5409d8be-281f-493f-921f-89d5059ac829', 'c380e661-1997-4521-9f99-7daa7f8fec9f', 'fa5179a8-c115-45ac-8d5b-a36c079ef960', '77f44dd0-dac3-4adc-83a6-6627ba984145', '7d31a8b7-eff1-4470-96fd-7c7fa7307a77', 'a14271e4-de41-4b21-b63f-173ef8ce4559', 'b679a8b2-5d3f-4902-b08d-2a187e4c0924', 'a4fa96d7-d264-469c-8ca0-f982f1995555', 'a8470727-8730-4e8f-ab2b-2b201d122333', 'd11ce035-ce58-4482-afe0-0121c2c1ac13', '527af338-a1c3-4361-97af-e40484feeb6e', '300ed65a-659a-4434-b8b7-ddc62d6df3fa', 'f12504ab-8306-482a-8d1d-41f99555b5e3', '0e9f2054-1ac0-4a84-90bf-382a006a3351', '80cdc1cc-5069-4c81-bc79-f40591a48e74', '71ada56b-80b0-4415-8628-057a635246c5', '6604b2c7-a49f-4d56-b57f-6e5a82eeedbf', '490ec582-59bb-477a-9a5a-6e20762612f2', 'ba06dbb4-e896-4954-952a-c067237993cb', '42be9499-65fe-4dc8-ba75-deec1ee30cd7', 'dc2a4071-add9-4112-a943-0463e245280e', '4031efa1-060b-4206-a67c-4fe24c0dd8c6', '3028136c-70e5-4c87-b56b-4e74cecbefd7', '5fd7fb4a-597c-4a48-9b8c-817da6fa0349', '60e75a2b-259b-43bb-a4cb-15618c3efa5c', '65ed2ede-37a8-4de4-89bc-6043afb8888c', '8ef2e3d0-fca7-4f25-a9e8-44d3941da795', 'bdf4afdd-d908-469e-943a-05ecaf0ac0ba', 'a0a4917e-cf5b-4c85-af27-d7d528ffc366', 'ad057877-f42a-416b-a746-80d31cf9eaca', '3d00fc1a-c6f1-4a31-b131-933d3b21f9b3', 'd9f39a24-523b-4d80-8d26-a1a6123b666f', '06052dd9-b257-496b-a652-a952b41deb89', '0c26d163-e186-48bb-a57d-633bfcc43388', '41f2c96a-4e41-4b69-99f2-d18d62c426e8', 'b1cb5a97-23aa-40df-8043-f4dc8f4f4a1d', 'f9a84501-81e7-411a-b0f8-226cf60dd31f', 'e5fc0480-880c-45ae-bbbc-545a7ad99fc7', '2d5f0c0b-1c6a-43fd-8a0d-b67a02a46f0f', 'adb75f90-2fbb-4d2f-9f06-d4829b97aac2', 'c2b4c395-5c39-4d04-830e-d24d84a086ef', '533fbb6b-61e2-4b0b-a65c-8aa75ef3c278', 'a2c44f40-c4ba-43f7-a505-e9cf69ded1a0', 'b239006e-8882-4e86-b8b8-01847991bf5b', '1d3ed7b6-e56a-4f7b-8f19-838df7ab3ac3', '9fcea5bf-ddb9-4269-8321-d2262a5d9bdb', '29b16d4f-096c-465b-b75d-bd2b096852d0', '95078c49-d3b4-41df-88d4-c9f069381d8f', '0fc8b182-46e4-4134-99e8-510355af7d9e', '557b87a8-8cf2-4a33-937e-caa0ad57d3e3', 'f22784af-f120-4795-b2db-98737578dea0', 'c2aef135-cc0a-48dd-b2b6-2cfa15298687', 'b6cc0a99-5123-4092-8fbb-8a8f8d5d6934', '2b5feda9-a0eb-4b18-96b0-54035a5d9735', '4d7638d3-338a-4f79-b9de-cfdf2b01aa12', '18cb5736-6763-442a-84df-b7de3555405e', '2111318a-b59c-4c37-b661-72054c36ef5f', '0daf6788-3912-4823-b861-3a39e1b3989d', '33051a9e-33bf-435d-a652-fd96f9db414e', '91f82e9c-3a7a-47ff-b0c9-dd6aa8af9eff', '27442979-a8be-4078-8401-467a18216673', 'b9c411cc-3443-42ca-b5b0-30e20217066d', 'cf9b8876-11a0-4584-964b-e7c1c645f2b0', '3e6be383-a6a1-4aae-ab81-5fd35d4a2da3', 'cd6ccd7f-b82b-4c95-b7dc-0b64ddc4cdcd', '27827e59-1993-4fd9-8bba-529c8c878dd4', '36d11409-8fdb-4df0-b8ba-948b351a32e6', 'a6a8738f-5f14-46fb-87bc-9a10e75ffd88', '8182a208-4c2e-470b-8f43-06e33a7d569a', 'be1d8761-69a6-4858-8fde-018e36d9b66b', 'cb241097-dac2-47b9-9986-5722174af329', '9ae010ef-4300-4390-b11e-c02d9630afcd', '7d86c3a7-bc3e-466e-9c72-244fe3d84ecb', 'b929b1d6-cb91-4435-91a2-93a1fb630d6a', '3972636a-400d-412a-a3a5-ac0186c53ce4', '86d61bb5-85f6-48a7-bac6-c3aff5f20ef9', '55fc5c26-3c42-4c24-9da6-3ecd05f25e2a', '30e7d193-4c54-43eb-b4f6-36a6596d2764', '1adaa9f4-207f-47a2-a6e9-b43c140aef0a', 'd3354822-8f85-44dc-9232-7d25d04b05ff', '4a10600e-92b7-42a6-a3e0-dab6fb4820db', '4ea58850-e348-4d19-b32d-6e4fc099c8df', '95c21edc-e7c7-4e34-9cbe-6ed5d640a237', 'de9a3d96-e209-44b3-abe4-04d898a40d5e', 'd6ace41c-f792-4600-a718-fcc066a1d345', 'eb8f59d4-4954-4d1e-8d85-245846922222', '40aad510-e7cd-4d74-a346-a66f8aba1d6c', '324d7903-83ad-4627-998e-605dd02e4d62', '315044ff-9a81-4028-ac99-52825c4c576f', '5659d7f3-d48f-457f-aa16-c002f4fde71d', '8fa24066-4770-43ab-a0fa-ab545ff8a5f8', '45774563-27d8-4bef-b454-7c2afde87d0a', 'c7a5723f-a8c7-48ff-bc17-5a683e761159', '3259238b-944c-49f0-9029-4545068a361a', '24b592b8-6b65-451d-93ff-a372735e13e8', 'e9ce7dd5-16b1-497c-9441-ceb6f2ae5e7a', '4ee8e1a2-f0df-4ec2-985d-c4f1f620360b', '70d16059-3e0b-4f88-9e22-02c6e8424a39', '1ae8269f-d7c2-47c7-90be-bc8976b00d40', '5fd60862-4482-4cfa-bd07-c65dc231f1e3', '90261fc3-c1cd-4c8a-81e5-a4e217d54ca0', '503b7f1e-7d0f-484c-a425-1b9e2ae94212', '7e9aaa94-3151-4703-841b-83efc6127909', '92359677-4e0a-46a0-8394-a2e1cb5dde76', '1f47f200-e792-4f3d-a979-fd3af335697b', '6fd2e9f4-d1a0-49d3-a3fb-9f3a3f02c0d5', '41fc7def-62a9-4e42-b0eb-91455f4071cd', '2ee7039f-8c26-48c9-8c5c-1a999f26c3d1', 'e19a8af7-2be2-4a7d-92e9-988edb9a792c', 'cf14c95d-14bc-40ac-896e-1142e2e43e32', '808e7c44-c14b-46aa-88a1-8c31abee51e7', '01d982f3-1c58-4cc8-8d94-069a76284ee4', 'aa75f2d5-21b6-45eb-aeb8-5fca83e8149f', 'faa3f6e4-7348-4bb7-bd50-145809825766', '2e7c7325-2c18-44a9-b81b-62aa54d0123e', '7d3739bc-2067-4101-969e-9cf76bc32c25', '47321f48-e970-4a15-a795-c4dadb136cff', '2d4c5848-1d7b-4c99-8300-f26bce7a9cc3', '3db4b93f-ed22-46a0-b949-ebfbdf2f85f4', '1b597c3c-97ce-42ae-bdb0-366087a08965', '553ea5b3-b552-4620-9687-d6150f05d9b3', '4ccdc282-389b-4ad1-9c81-ff2cd1aa6bb3', '9391ca94-500b-4c52-8ffd-523b2999463f', '2ca84a01-c93f-4778-8768-5333771b9e6c', '8695ffc7-e777-4505-a062-c87e75b0cd9b', 'ce5a1447-be3a-4159-ad68-aeaee589926d', 'bfaa133c-9ffc-44f5-a271-b6cc80f1d7be', '3fcbfe4e-c3d0-4823-b50b-e98886ff4231', '64f94858-850d-4aac-83cf-b293c497d20c', 'c91a10f8-b222-4b82-bc6b-270a182aa03b', 'e911eedd-7891-429f-a3b9-637480c4697f', '9539e282-80d0-47ca-8968-6864da1207e6', 'f80db4eb-87d7-44d2-acf5-0fe6b514faac', 'f2b93869-9d91-408c-a4dc-571c55a04722', 'edaaaf0b-2454-40a2-9dfe-0092cf009f4a', 'c97cd102-bfbb-4e2e-aa01-342343d1e06b', 'c6f43162-7719-4bd2-a983-326a8f92725d', '7d88c01c-1b8c-4b3f-ad1f-bee65f11bab2', '6d4cc1b7-0f28-4014-9214-492dfa57249e', '3fde32ad-ac19-4a97-9ac3-447f3fcde86f', '6948b08c-4b1c-4c55-a04c-85d2b71c7f86', 'a60ffc77-2602-47e1-ad59-87401b94151d', '67f2d44f-5680-4e06-b686-ffb26a518106', '9c2c616a-bc82-43d5-afde-2a9dedb3b80e', 'a15aa50e-ff9c-434e-9592-aa6163f12411', '0e54a1f7-a7cf-4e84-938d-0295d9a693b4', 'cdc19c4c-d8ee-49a3-88fc-c92240045508', '957081ff-df4b-43b3-8f9f-523d53cfeafc', 'e1e04e7b-8c22-4a0c-9cf7-fc8849907bdc', '8742521b-070c-43c3-bbd0-fbacd9bdaf66', 'd49bd82d-9b91-4468-89b2-213f0d35bfdd', 'f9e40ad5-77db-44e0-b050-302801b0de59', '2415db71-c2ea-4f36-ac60-59b89311b84a', '471b5c62-0254-40bc-9c34-e198dc5cae8f', '0a6b03df-b5b6-45c9-8381-74a30edd7a4e', 'd8354434-0563-429a-9e02-3cf499686139', '121c8b2b-0785-49cb-b337-bdaa466b1f9b', 'afd66669-88d5-4b95-a3e4-ba057013d7fc', '8613880c-9676-453c-8f59-0ceba406f3ab', 'a3519cfb-384c-4dc6-a148-9f807064d88f', 'c7e9523d-4287-446b-ae6a-7e58050810a9', '57defbc4-9325-4b63-b070-aad444299cd4', 'ae392816-b0ea-439d-9891-27a4bbcb9423', '84254039-cb12-4d10-954d-62a22c9a953e', '64a7f8a7-8cbe-4a02-8e93-66236afc72ab', '7ac55787-fceb-4c21-82cd-521226b0de96', 'f3da167c-5481-4031-a5c1-3647de1614c9', '54ea6fe4-c9ed-4c73-8eeb-2b4fd4c3dd90', '93e9778f-f8ca-4d1e-95b0-ea3d17337049', 'b7f4b1a0-8f07-4aa5-8dd3-8f5505186ea3', 'ccdf2700-b2a4-410f-b46c-a3f6684d25fe', 'fb0d5c3e-9e69-4364-b3f4-f955666471f3', '63fe122d-b5e3-4f13-9d81-ae1b053084a2', '09367e33-d25d-4fef-9738-46ea014e794d', 'e756ad53-3395-4ebf-abc5-be823c01969a', '08cb60de-16a0-45c5-8a0e-df6a9232ace5', 'a1d1a5c3-c255-4fd1-8f97-cd3d4c3138e9', '7a6bd8f8-fda6-46fc-9ad7-4eea9a3c4f4a', '6486f881-7189-4fc1-b39b-9d37f0832048', '10cb0196-1bdb-4388-8d85-29c7fd891164', 'a0722a35-770d-4433-a336-33b8d651ea6e', 'f6f6eb57-b739-48e2-addb-6705365ab240', 'd412a85d-7089-49ff-9a33-105052204123', 'fd481bf2-f442-4bcc-9fc5-a08f8be07923', 'f9e408af-8c0c-4a57-89fc-05ec0d07dcd1', 'b65dd2c6-3298-4738-8f4c-2b8bab8a5cdc', '6c3e60c5-0c16-40cf-aacd-ee738d1e35a1', '14c51e96-9c6c-4b82-a53a-e4bde8dd5687', '79602002-28d8-4a97-b5aa-5d43fa4a86e4', 'b5749613-b985-4421-aa9d-3878da78b4b5', '3abc84fc-642f-45ec-bcf0-217593823d3b', 'f17c9a5e-ebef-487c-bb7b-ad04fa6edde2', '427f4896-b7bb-4b65-b64f-9e66d66a16b0', 'e2304dfc-16fc-4f9c-b80e-b5801fbab438', '28f1ea40-e501-47f0-92ae-1b04d2759fed', 'd88a7648-52d3-4d7b-8898-818cf4b3ded8', 'c5f418ac-4e7e-4dbc-87c4-5581fe8000d2', 'ca4ede32-e27c-4a79-80c8-441d5f2605a0', '8c634018-d158-4be6-a643-3ff154ad1c00', '303afe35-c826-4289-bca5-5431890d1b5d', 'ae3e87cc-85bd-4a08-87af-d3c79cbdce75', '277aaf3f-7f46-40b3-b86b-1e7605a2123f', 'c91980fa-a464-4285-b709-dc5feed6de4a', 'f10e2691-8645-4705-86a8-a9f894bc89c4', '7a8a3119-34ca-4ae6-8b6f-17bb15bf1621', 'e0afcea4-2dec-42ad-8d1d-40b2e2009005', '4b41087d-2bf9-4b83-aff3-7a882ca4b5da', 'ea445d1e-fc65-4b1b-90f4-f604035b3ffa', '2655fa14-440d-416c-94c5-24c0f1de6761', '6e6af680-8056-46dc-8928-a12ae710ef22', '070c1da0-a10e-4c34-bf32-3862fad986fd', 'e7b0ac70-b03d-4f73-85d7-3306daca3e84', 'ec65d516-1efb-4d0d-865a-2479a7e7c831', 'cd2bc60b-8b0b-4977-bb09-d66793bc20ce', 'e7eb3edb-624b-4f2d-b996-991b9d0efd8c', '86b27b49-8889-4e03-81e7-c857475ceb42', 'cb7ad092-5dd9-484d-9779-5f71a22d58fa', '5b258864-5fc7-4a55-b8f1-0b712433a7d1', '0be0741f-b2f8-4e64-b7a3-c04a3dcf44f4', 'b340e2d3-54f5-4f18-95c3-bc361c3a106d', '4f356e1c-0c04-4ea9-a26f-795c91268803', '26ca31e0-651c-49ba-8967-ab2161edfe09', '52174e2c-1684-4e49-a380-255686166864', '2030df0a-cbc1-4660-ace4-53393aedcc4e', '47abbe4f-4435-4f7f-9fdd-d56fb881bbc1', '9d3fd1f7-7b70-4e6d-a155-55692ddac802', 'c4c9d34f-b317-40d9-9f8f-c2aa54c523b7', 'c2d8ba33-1b9d-4b6b-b7f1-95f1a8a0c705', '52256f21-e3fd-49cf-86ac-cdeb58d3ecd4', 'd38f724e-4d32-48b2-b0cc-9174fcdd2ec0', '8745a21b-af4f-42b4-bb1d-240b0e76822b', '0564bd07-f1c8-47ce-889d-5678a21633e1', 'f31da23b-82b3-487f-8237-5f33b3f5a9be', '41349a92-7846-4812-8f85-e73c9508d711', '12f0b4ea-ddc6-4e75-a6a9-31a96e531117', '4fe1336a-fce3-4462-9cae-301f1e4bfbc9', 'c3803a11-e206-4fda-a61b-9f9909d97c19', '5232e307-68e0-4b8c-9846-c4c0b7de4ad6', 'c3981b53-c5aa-448b-997e-d989e5de8de1', 'aff77350-a668-4a9c-ad8f-bf62128a96b5', '0a45f3c7-b565-42d0-944f-3854adf80413', '7731b564-e51f-4e29-b38a-e58051cd1835', 'ccf245fb-46b7-4a3d-b0d7-21012145c54b', 'ef7318fb-d26f-43ab-9a77-b430e3debb96', '1fc05f64-714b-4408-9d6c-dfaf37017ab5', '61d6fbab-789a-4ef7-a2a2-eb63d620f397', 'f4cdef00-2e4d-439c-ae1e-3a9263e343ac', '63578576-107c-437f-b3ff-916931d9ff21', '9cc07474-ba39-400b-9a74-f01d2ea85840', '58ca8be9-502f-41b0-b2ca-ff9b24969705', 'c83388f5-7fe6-47aa-86b3-12760449db96', 'b8168795-44d8-452b-8dd1-3c49e86dcb41', '4ba0ba90-cad8-4812-ad6f-d4c027e08694', '1e0c817a-2e42-43ae-b02c-eba6b25e3e04', '4888f076-8c5e-4569-b08a-3d8e742fa36c', 'ce8569c8-421a-4d47-a976-f4a5cb75d44b', 'ef4cef07-f2a2-4cc2-ae8f-cadaf47f8380', '2b84a9a4-76c3-4c6e-8941-3a9ffff5c917', 'ac40d72c-6381-4d35-962c-dfe5e502c009', '0c82d181-bf5e-4eee-8a9d-ecef26d3e3e0', 'd36c171f-fb35-44a1-af8c-f40d2ba5c2b1', '1a9e1080-f84c-4881-88d8-897aad3c841c', '172cb29b-8d32-43ad-b54f-d65845234527', '48b15667-50ba-4a54-8357-f58ab1636c98', '848f66a3-8ef9-4188-beaf-5e1f4ffce9bf', '7dc12a3d-840f-4489-8461-aae7dcb1c138', 'eeaab0b1-4946-4d3d-9008-5b07cd5e3da7', 'c68ee6e7-0276-4dc4-a003-c79aadfddb14', '813e19aa-f3fb-4a34-9af8-a3ff11ee54ae', '07316c39-56b9-4321-b7d0-9dbbd87e68cf', '9f1f4c18-b90d-41b5-a36c-553be37d1a8a', '3889abb8-4bdd-44f6-9725-65fd9f764f83', 'd92fd2c6-a1bf-4af2-a42c-8905211ce53d', '550a8a27-68de-4be3-a1c5-18ba7b2bca91', '4716ad2a-dccb-4e37-95c2-cefa8f29870e', 'a0db60aa-f7d1-4208-8584-60b8ed034ea0', 'aebce2ff-3b57-4690-bd30-00a6d5e74931', 'd82c45e0-83e8-438e-8279-d5d8db6e0aac', '497f27d4-565b-493c-bb19-2e2ff172b887', '3a925dd2-ace4-4375-ab80-66d7c87d4545', '8627a344-d484-4a3a-b9aa-43cabd9401fd', 'fc7e2fc9-5bab-45ce-9423-1c0c51a94683', 'bb38c022-feeb-4ceb-b03b-2642287fbf7d', 'a0f5a2d3-2b39-4a42-bf18-989ff6c39934', '12df8596-f00a-4b28-aa7f-8974def68e9e', 'b532361a-1e83-43e4-860a-2d22868e4014', '0995d3eb-2aeb-4595-9679-ab4b816b3522', '47bd5e5d-665f-4439-bc4e-f45d60f165e1', '19612cae-5899-46ad-b866-50ab41e61d98', 'f69c8b20-9136-46b5-bcd4-a83381875429', '548053ee-6bcc-4428-8620-389abafcdba7', '721d5e32-80e6-49fe-b6f9-bf1945cd525f', '3e3973c5-a1d3-415b-8542-2fbc2ee822a5', '6e025b06-89f5-472b-b15f-f2bb0b07a8ed', '5eac03f9-c940-4311-9884-1493dfb86cde', '873a25ab-8624-4a12-80bd-37ad807c7f9c', '6a170b48-29d5-4df8-8568-61bf032388d3', '60726d8e-c1f5-4ef0-9ec4-973d003e72c8', 'f2a935f4-6df8-4cb2-a54a-1b920b27cbad', 'a347ab49-57b3-4b49-817a-ff06e241580f', 'e45b2464-7041-42d0-b832-00eb31ddc6ef', 'da1279c7-f10d-40ab-8871-7aa7ff187494', '22793c9d-32ec-48eb-a777-f26153baf3f8', '3461d028-e025-4d22-92f4-25a219f6e34f', 'de9d5cf2-7462-4178-839c-0cd330bceaa7', 'a1df7ded-151c-4957-9876-a1fbb5da1a6d', '85692929-ab1b-47ab-ba7f-7452da2ba8d9', 'e8935cb8-6a04-47d6-be2c-adb666a1f829', '18e957b9-c898-4b38-829a-e520bc45634b', '6976b3b3-5efd-4950-b992-1c4e2d09c726', '63d82f37-908b-4513-88c8-3c90effd82fc', '7eb011b8-8b25-4274-831e-73a104d81df8', 'c4b35d68-dfff-4657-a491-001c622e1599', 'f6ec2748-d010-4853-91e1-97fb2d11e99d', '62bca999-6334-490a-bd9a-af9d7f4fe146', 'cac6894f-79d2-4b0c-911e-6c9fd3489f40', '4f67895a-5049-49a8-9168-d52797be2562', '3eabb09d-839f-441e-a4d4-28e75485bb9b', '89f478de-f8f7-4009-97da-87593e347946', 'b07a9cf6-69da-44b7-85e7-a36703e09e60', 'a49e88bc-6ed6-453e-9d35-6ea35f2c82d0', '9140f5ad-260e-4c16-8931-4be696e8d82d', 'b61b83be-2a24-44c0-837e-d76cbeb95c69', '2322a3e8-0939-43ec-afb9-a1cd55bbc533', '9dd98970-1546-4d03-91bd-0dca3870efd4', '460bb5b5-1fc6-44db-a972-6918655e8e64', '19d2e94c-bf2f-413a-90b3-e1e9256a69bc', '20136510-f98f-4d6a-93f9-edee36bcdad4', 'e865f87f-7fa1-44be-b193-b9982e286e83', '67691753-94f1-4b4f-8e33-32a1417205bb', 'b3f1d922-8fa5-4161-adb5-5b283ada09ca', '015cbe86-535b-4fe9-aba8-6906e0048301', '8237ac4e-6931-4da7-837a-0b98db56ed47', '2a541394-4c57-43f2-8282-db41048b117a', '6c9424ef-b042-4082-ac9f-09ec1bfb2f79', 'b3416da2-05b8-4e7d-b82a-a654c67369de', 'a04826de-f36d-49b3-acd4-2766179d2db5', '1fd71f1a-89cf-4667-881d-8ea1717677e4', 'e6e83fd1-9368-461a-9681-4d40d08f4257', 'cfd2016d-b22a-4039-a595-3a9c347594cf', 'a0dc437c-0866-43b7-9a5b-b1fc954c3870', 'c7a4496f-04b3-4ef9-b6c0-956759c142d9', '3aa7554a-4e36-4ae7-887a-ca38538dbd19', '39a628c0-491d-4509-a194-bc84539fc7c6', '27a6a315-816d-46e0-9c29-b6aab56ae5a5', '9271b84a-ebe8-49c1-8273-90d8a70da8e3', 'df8c0de9-7ecf-47f6-bec1-785974405bb6', '507e6cdf-f60f-476d-8aa6-c1723312cfc1', '03c44b66-c454-4684-8dcc-273bfb734e04', '960136b5-8540-4488-b6b4-df183958a4f2', 'ab785c9b-6180-4c3b-b615-7714db5297e0', '4e8bf1eb-147b-4680-807a-f1b3b2a14d20', 'e763684c-c631-4825-af13-920ee095c85f', 'd7f6255d-d292-44d2-af6a-4dc9d96c44cd', '4a10fd1c-1cb9-49ea-81d3-bd22e1936fc3', '0eda2e87-a861-49c7-8a1a-ff6d35e891f2', 'bdb58144-25fd-49ca-a39e-2a773665839e', 'd8452416-a49e-465d-8436-97c25c3124b9', 'dcbe3af3-f1e0-4d12-b243-7b6c44e34d44', '22efe080-4072-414b-ae65-ef9600d1f3c9', '1e349b95-198e-4293-af74-42609c718b3c', '817672f6-22c7-41c5-b1bd-ec644f6d633b', '547741e5-9b5d-4d57-90dc-fe352f58c52b', '2b7ba768-9b51-4338-a472-2a4740d9e918', 'a33029bb-91a3-4de8-a6ae-ce279082da40', 'b2745085-0d80-4ddb-a220-871d5849199d', '55b008d4-a300-46f1-9d03-3f472d3a2016', '4bd6fd78-6ab7-4992-ab3b-9e0704f82705', '822efc23-f973-494b-8c12-1660e91abb83', 'b8617ec8-c192-400a-ae70-d179beb3a984', 'abb112a3-7e5d-4da7-a49e-91dfd461fe32', 'aaa92bb0-6e08-4a9b-8c87-3b46a4f614af', '23f5a063-26ae-4f1d-89e5-69a1e3c2037e', 'cf7215b3-5496-4d17-81a4-b7de39bba099', '929c646e-6c7a-452f-a6d0-715e9b46a555', '62dc154f-e468-42dd-ae54-cd0a7cfd4223', 'def6374b-14f7-4150-889c-9539bf8de4ae', 'fe84f211-bab1-4f91-9bc1-1b69b0c2b3f9', '5ab5e500-a245-4a3e-ba86-1a1564e13238', '33996b95-d5fd-4211-80c0-a58fd4bea31c', '5c86f44b-8604-4de4-8794-2964de794dc8', 'cad72aa9-ed6e-4046-b779-8376f6c7717c', 'd0f506c0-7f5f-4aa4-be5e-c326556f10ea', '20c87e3e-8ad8-42a0-ab4c-9a94a54ce9bc', '43166a1a-3994-46d0-914e-217fe4c3bf50', '8c1ef18c-b0da-4b6f-a889-fb7af22f116f', '00eee420-8719-460b-8713-7b99abe2ea41', 'b399a2e4-e919-4b35-aa87-e54bcc59fdaf', 'ceec5b78-eb84-4fb1-bc25-789e568b6297', '55cdfe95-13f1-4197-8ef3-4f4de49cd177', 'f2f98311-931f-4b9a-8305-9eb556d3aedf', 'a5d6a4c5-641a-461e-b8f3-13bc0fe068bd', '632d3b38-2cc7-4ad9-a265-5bb305a2174b', '9a71d090-956c-4c2e-924c-62a20561b8bb', '313ed2e1-29e6-4430-abe4-962837db95c5', '00775375-3cee-411d-acde-06b415feb746', 'e086b810-502b-4902-b7d3-b7c0ae4ed6d1', 'd395912c-44e4-40ea-bf56-48bab766d0a7', 'f7b0a931-1af1-4519-806d-9ab7cb0a2bc1', 'f575e2b5-847d-4c3e-88f2-da48d3732717', '0f88d86b-661a-4e21-9e73-fc74debe6c1d', '05e3f3f0-d820-43b9-a6c1-a4adaf609a49', 'fa3c3eee-5e8d-4464-a7cf-48d6edf192d0', '2a67aecf-8928-48d1-9ffa-a0ca21aacbc9', 'dd94864b-f7d6-4714-bbdb-da9e41fb5e6f', '6460f137-962e-4587-a9a7-d65844079bf6', '5a15f5e3-7b24-4fc1-bbc2-49beeaa5d63d', 'b1e30cc3-5bc3-4896-ba51-8868a7eda2b4', '1571a2bd-123f-4bff-b688-d89eb9e0b050', '03b4e40d-1d09-48a6-b6c0-bc166ccc1ac1', '11c83b56-f46e-4c46-b6c2-13098a5c6d2e', 'dd416ee3-f1bd-4a8a-a623-792c4e66481b', 'e72728fe-d514-4ebb-8a3d-f8e044f348f7', '129dd539-dea5-4920-8d6d-b5a323c8b92e', '3af251b3-48f8-41b0-9959-7390c58e080f', '21ba99d1-667b-408a-b006-000684e3e735', '82d71ac3-44e0-4dc0-9fac-1ace974de9eb', 'fc8744cf-ee9b-410d-a950-920280203a68', 'f5aa543b-7981-485c-be6d-202a3ff1058f', '422da8c7-56fc-418c-8efe-706e770f55b2', '31440bd7-1ba4-48a1-a3d8-2b2aecd7dcdc', 'f4da3dd3-ed27-4c42-8979-94482780533f', 'f6e5fd1d-affe-4ec0-818a-f86718f09b3c', '9aa1411b-cc48-4555-ac7d-0bc7ee01db09', '89689f35-d9f7-4750-ab91-520999048446', '528193da-5377-49ac-992c-b6ca8bd549e3', '63e10696-577f-44e9-92f3-48eda8af75f7', '0f7b88c1-ee8a-49eb-b7c2-3a48654fe84a', '3d47c5ef-4585-4426-98eb-e82f365f396c', 'd1803141-c814-47c5-bca9-d35f0991af1d', '23559044-4dae-4170-a323-125e6e21ed00', 'dd7ec3d4-b87b-453f-aa0d-acae4ed19f31', '4368be5e-0bb9-4b1f-a805-6cd934fe5a79', '1354d921-d8e2-4340-bda8-534fb7fc49d6', 'ba773e6b-5c2d-4120-9a91-d7f9d5973e22', '5d46d428-ab8b-4ca9-86f0-e4cbfddbcc89', 'f44a1cbd-ef64-43e4-bc2b-9157f8dd3835', 'bc609bd4-8cf2-45c7-875a-13e17dba6a04', '61e05880-517d-461e-b9b1-2b920c4ce638', 'c0d69114-256c-481c-950c-25ae24c7b94d', 'dfdd8b30-5546-4286-83f2-8f8d38095ec0', '272a53df-bd4a-4228-90e7-13a4c7733ca2', 'dfc1054e-9543-4093-b26d-b4a69449de0f', '053a2d74-16cb-409e-9a3f-fedd0da98f41', '32ba6ecb-87c6-4211-8110-4877f482b524', '17b3f159-46f0-4bfd-a121-6eaadcb73045', '2305c9af-b5c7-4975-a352-ea44a15c3d1f', '353139cb-9ea0-409c-9c1e-0682b3bee214', 'cbf5b20d-b8fa-4d14-bc7e-eeed948fccc1', '0903a6e9-2121-4e00-8a2d-3758415336cd', 'ff5844f8-3c7c-4c8d-9710-8013130064e2', 'b732d441-326d-4607-9526-b7468d415886', 'c3d77209-13c4-44ab-95e5-ea6afe82fc52', '2e323b60-5ed8-4fd4-80d8-ca1abbcc176b', '2c30341c-c438-45ab-bb60-3b824e224a39', '429d258e-2009-4018-9747-a3f467adf217', '57928cea-56c9-430a-a572-e4f5587a1f31', 'd3579e64-e73b-46e7-a963-fa7110e03d79', '50fc9b36-ffa2-4b1e-8fd3-3ee585a8eda7', '507b02f6-93e9-4d52-ae81-027969962c1c', 'c11b5799-39f9-4e5a-8861-ef1e252a634e', '69f7343a-3859-45cc-83c0-cae564f7fa31', '9d2a2943-af5c-43f6-86d6-900a0dae3e9d', '697d7cf1-3090-45f5-80af-e67d97c7f739', '63453d52-664a-435c-a2ae-28309bd2e086', '338ca37d-f130-4566-a2d7-f68fe7757f7e', '4a705822-1d69-4fd7-855a-f01665d1ca53', '1b11f6a8-4531-4370-b10e-fd384cde8acc', 'b8b2e542-1b72-44a9-8893-18769f4e254b', '24373ac3-7161-4b30-93b7-2fd9c68addd1', '78bc9487-7dfe-43d4-b702-f902a3ddd85b', '75d9ba20-b692-43cf-9f43-8641829a690d', '84f4f486-12f5-4e0f-97f7-8b5c4bd389af', 'b908785b-2f37-4b3b-a11d-8a13bb71f110', '2c19264a-9e0e-416c-8a3c-e4496763dc13', '2e1ea9f5-8fc2-4283-a11b-bdafe2170575', '87d69e69-1afb-4251-a8dc-0a74d839922a', 'a4a26e6b-23cb-4a57-9bba-219b3dd64094', '5b3306f8-219d-4916-bd7b-f4e6ceaac7ba', '5b25aef5-0c32-4c4b-b027-1e2698e462d3', '20bcd96c-cb72-477b-9c0b-7b62b70a1411', 'aeb02311-759e-4393-a5e9-0390c0728f98', '79097c9b-fb4d-4f32-9df7-b23b19bea47e', '4c9e1fd2-39b8-4da6-b195-7698b7ebd099', 'd7942ddd-24b9-4924-b4ca-117ab7daf087', '3ad688b7-47d7-4278-97d7-3e4886b0fac5', '049ab343-ac2d-4abf-9692-6601e89cb16a', '5dda4a92-8af9-40cc-bb15-5b4a5ff0b9b6', '23c4da45-0ece-4d13-bf51-c04d0db6f040', 'e24f7d9b-bd18-4803-a919-dfd2bef50d2a', '8966484c-8529-4f15-8c3b-471c0ec80442', '2ee4132b-c5d6-46d2-abd6-44fe420ab194', '050df724-b2fd-41af-9baf-5ec66ba63eea', 'c2a5815c-af77-4a40-85f1-c6e2f37a712f', '7a402506-8079-4356-8709-6d5581fc741b', '99b0c2cb-19ec-47eb-8134-f00b3e4f9750', '03f56048-4e23-4d56-9299-f24a4d082130', '35ea6126-68bf-4a86-ac7c-b41652a72088', '38c82593-e08e-48ed-b79c-5f5ef2cb833e', 'd3ef8ac2-51f6-4d5b-849a-11d1448c135b', '7bc5f67e-ce33-45da-b28f-fc072a1a4828', 'c48c9ae7-e18c-4751-9cdc-507894f8e092', '529868a4-aea2-4c11-a042-dad865cf4cb6', '839f08fb-c2c5-48a3-9e38-c17d0fa61483', '8e2b881f-6109-4352-ae98-2d292d779ef5', 'ebffa6f9-544b-43fe-be5e-0c86a72365e8', '6a87b55a-3354-41a1-90ac-8356bd2c19ac', '3fb9cbb2-fac8-44ed-8c2c-f681423eb717', '9b2982ae-a20e-476d-8367-9f8a6b7e727f', '13eff79d-1bb1-4222-9f98-f08a1e768114', '4ffa3a21-27dd-4af4-b2d2-9609a4bfafa5', 'f14b42e8-5ba6-4cc1-890d-a989fa2243f5', 'fdea12b3-273b-40dd-a1d8-83dba63345b1', '78e8d2eb-9057-4755-b2d0-23a9e326c2c9', 'acdea293-a799-4ab2-b2dd-bd8940300f9b', '7f951ee0-2ed3-48ce-802f-a129e5ea6586', 'de2386be-3d6e-4c59-bd3a-b83f9f985f4d', '77899947-8e58-4c42-a5bd-934249a535a3', '89e3d809-5311-4c50-b25a-6f02e10e0740', '597463ef-b072-4d6f-928f-c90d026ce232', 'ee2e73e7-bc0d-425f-aab7-47fb2576e5d1', '7733e536-b222-4279-bbc9-f06c60dedae2', '870d05bc-3040-4393-979a-013c2007ea7c', 'aa571599-eae9-4535-8590-905f521a1c82', '74595676-6ae4-44bb-be13-b91685623c33', '2257e6d2-57bf-4e05-ab19-d9b05cd8f2f0', 'e2761801-cbf4-4a85-a16f-c65ea4491973', '7dca5866-35cb-42f0-baf9-b0d4b20d8cd7', 'b382e4f7-3e3d-443e-9d21-5296cc2d6161', '4001cbbb-569d-4e04-8612-a2654f687df7', '6a68f0b4-2a53-44ea-acc6-2f7203869f99', 'fae4fe5e-80a1-4a49-a9cf-3bf7e3c953cd', '653f1d77-2ac0-4ccb-8e45-f9088340cd1e', '6a23efe4-abb5-4403-ae5f-30cd75381967', '0ab946c3-d188-468d-bde8-8616a03a1d4a', 'cc5e3e29-7296-44d9-a33e-59d39f4f2817', 'd4f8bb7d-b1d4-4ca8-aecd-bbaddb2677e4', 'ce1a9423-3c84-4fa8-a098-2ba07f042c87', 'e667403b-6c5d-4a64-af05-6a2b780ecdac', 'e4d60287-c23b-42d4-98ef-d1ed655042b8', 'b4f58791-4fbf-454a-a6d5-31bcbfc5a28f', 'dd7212a4-e813-4aba-ba44-908fb49d8283', '163bb5c7-87ec-4dfb-b5ed-3649f518d2a6', 'a4c521cc-4c50-43af-9382-aa46f7c19496', 'a2d03f12-fd1f-4a27-9dcb-a1fc63d149c2', 'f158d660-b355-4a93-a000-5b25da4551b2', '5bc4bcd3-2c59-407f-b18f-bf831db15e63', '17205f26-85a4-4f96-9710-31bb18bc72a7', 'f6df9194-f7a5-4e8c-99f4-8e4f5bc4d0c4', '549e2b61-09b2-4d0d-8a03-c4dabf6d15c2', 'e557e6ad-ea60-4c37-93b6-8eb4efdae931', 'f133ece4-4486-416b-bc4b-acec05404655', '0aced593-0be7-4f17-87cd-668bd3a773e9', '96a9311b-6d81-4526-8ff1-6c7c130fa2e8', 'cf734526-79c8-4bd8-abda-c3d7286ba0f7', '37ffd6ea-0e43-4aca-8f99-f49fb039a0e3', '727e2d35-f554-485e-9b6d-c6c7d5c8acb6', '04af315d-e421-4246-b191-ac20ce84c945', '3b6a41a6-65a4-45ae-85b8-35249a7f5366', '2ab4826e-cd8e-441d-a7e4-ac223a445bb2', 'd23883b8-b7ce-43dc-9542-291851604027', '17c97f9c-fc54-4178-89e3-d6a2c6b2aa29', '49935dd0-cf68-481f-a8ea-0ceb34acb1c6', '1501bb7d-1d9a-47e3-af36-095427563344', 'a9048368-6b80-4b93-bfc5-b1370b8774bb', 'dfb194ee-bc0a-466d-a437-45ef11d24f33', '6809ccc8-efbd-49b6-bb2f-9a1fa611b4e9', '6f1cff49-e6c6-4c7b-a8eb-fb46ccda501b', '32222a1d-c8fa-4075-b00a-30a5fd97d010', '4e6f37cb-94a6-439d-9743-68c74aeac5be', '3fb28efb-d2d8-4b38-964c-20cf142523f0', '8bbd301a-ca1a-4d66-a535-ee1d0b92d27e', '5366db29-94a4-441d-8beb-051d13eedbad', '16abab36-575f-4bbe-8a15-c138ae46ca61', '10c3014a-4b61-409a-85e4-a3d3af509157', '24b3a539-92d1-46cb-a40e-67815c3ef0df', 'b4f9300b-2ecf-4429-bdc9-a6456458e6b4', '1fc58a12-9af5-4322-9966-e12038b7d7b6', 'd7b0e35d-6b20-4dd6-b090-d4a62a88f960', '90ce84a1-a898-4d3b-827d-fb04d45b6bf1', '2b6a18b0-3806-446b-850a-2e055bf1a3bd', '50318401-cf01-4066-b94d-899bec9dcd9a', 'dd055d6d-db32-414f-bb9a-3d8e6b350347', '1a19d3dc-19db-43ac-8cb3-e3fd387746aa', 'bb00219b-577a-408e-bd4f-23961d902180', '1bfb6e71-8e17-404a-b3e4-ab5e3804dc24', '3720d3ae-72e0-4b85-9327-8c8bf27c7a09', '334d7b7c-3fde-463a-a7ef-e808e90d0345', '2ec06b49-5245-4330-aa75-74048a472402', '6a82da3c-72ac-4052-be0b-fcb1ee2508ad', '68a7c1a5-8f6c-414e-8942-270ae398ea17', 'a2cda930-731b-41c8-9411-46634a51fa65', 'ae1bd545-5922-4b5e-b439-360bf0b68ba4', 'e512e063-ecc7-4a02-ad23-521636ecf3e6', '766aa35c-563c-482b-ab03-36cd56f9b036', 'e13f868d-9084-4090-991a-29ee4e2bae7b', '29a096df-ed1a-41a5-a4f5-09cf87028583', 'cd568cb8-f031-46ed-be2c-7348ccd008a5', '8585ab3c-b9e3-402f-a6aa-b4827295904f', 'a42e1084-07e3-4a40-a49f-1c4c9f0c692c', 'c32f9f74-ac5e-4c21-8f09-eb3582e36ffd', '0aeb7e91-d494-4a98-9630-5c19f5eea3fd', '0efd8a54-aec9-42da-8215-fb4fdb043188', '23e2b758-4bc3-48a4-9ad1-d431db88be7f', '21b9ff2c-c7be-4974-a7d9-350879371a08', '56ee78f5-9d49-4858-8228-20ac188500b0', 'd2c9f041-96be-4ecf-a97d-053ea4077e07', 'f7c8452e-60f8-4569-a43d-347139f8a225', 'c78fff52-5d4a-49f1-8ce1-22f8c56031b1', '369e64de-be98-47d2-87e3-c1439c211696', 'fd591727-1461-496b-89c0-f27c8ba16ed2', '55088fcf-332f-406c-b6c6-7713186cea23', '2bf28cd9-75ec-4ed8-9fd1-b26532b50be5', 'cfe07413-204e-43c1-9dea-8252fd4505cb', '6ac7259a-5450-423d-b18a-2e597d9250f1', '3cd947b1-e511-4e46-8ad8-f0a32e336c44', 'a0036b1c-362e-4039-8104-2d66338f64e2', 'd8c8bcd9-98a2-44e6-a389-4486d6f492d1', 'c02087d9-3d42-4de2-91b5-8ee78080effb', '991d5835-92bb-45a1-8468-5a48f44cf483', '29b7b8b7-a301-497e-88eb-4938eaac550d', '483b166c-e5c6-4e57-a6b9-0cc4c62a34d3', 'a7bcd606-345f-4ec6-85fc-24355fd0b0ae', 'c3f3ee79-4a72-4bff-af39-e5b722a66396', '73cbc049-62ea-49a8-a22e-01093054c454', '956d03a3-73ff-4456-b403-76c0e0ebbbec', '8d0040a8-0756-46b2-ae78-86c161ea14b1', '3fd59e23-ad84-45ab-a916-44bfacb88cc7', 'e095d3a1-b035-4452-806c-81bb0b1c3c62', '7f306a4f-0550-409f-846c-aae196678b66', '50c2c05f-6a1f-4fed-9f9c-872cb4d6708a', '03932390-e6ca-498d-bf4c-9f64831bc584', '662f8182-6612-49c7-beb3-74637caf1096', '8d294305-5ade-4a24-8fbc-1f6cccfcf8fd', '71da6647-b645-4dfc-8a25-68050691d6e2', '58612b95-4f35-4394-bdef-88a31d939405', '4c38c04f-98ee-414d-8a79-4ff6079012a7', '6dbaeab1-3631-42d2-a7ab-6a0a0d6ef764', '8fdf22b1-8670-4228-8d66-b8c81c418dff', 'dcd9f48b-38e0-40d4-97a8-535c0d6f85d2', '6b462724-df10-40fa-a7fe-9e8c4aac2753', '618b02e6-a79e-4afd-a66e-6d020fe04e64', 'a65105db-621c-4900-97ce-7b2de2c4976a', 'd5311589-137a-4e8c-a890-707d01a3ff5f', 'ea6d91bf-4a1b-4dae-9c48-4a71f53aca54', 'ee17a892-22e0-44d3-acea-05cdf260b0f7', '198724e9-35fb-49a8-89cb-162605b085fe', 'a96ca023-9931-4649-a016-63053a8eac0b', '1a459121-6eb8-43f2-8b1b-e73d75daae9b', '1e661aa1-a7da-4dd6-84a3-f75d8ed16b2f', 'c66ac652-d973-49b9-b637-b450ea062eb0', 'ec970f4d-e7bf-478e-8e6a-4ab99569fc90', 'edbc94e5-9585-4888-b57e-8ffe50f21529', '6b2e1c72-8e79-4d55-8a36-bc007392f1b0', '32ade6da-dec3-4965-b0a2-2a6fc2bcf792', '7354a9fe-3509-4049-bb58-3856afeb63c0', '986fb6f4-2493-4879-907b-da7b88b33126', '3c7017d4-1df8-4c9f-b21d-8a942843f805', 'ba092b09-6529-49d1-a898-903df2843e68', 'eb80af6b-0136-43bd-954c-8ec48819267e', '40f3b924-7625-4a02-83c1-7220f5177e4d', '4f52e9a3-2df2-417f-91fe-3558be949638', 'bce7d448-9454-484c-a123-55174cf35592', 'b9211f86-c900-4f8c-9964-c0b17198fd03', 'ca2e2b0f-089e-4171-969a-a4bcd891d16d', 'dd1aca82-3ce4-40a3-a186-20de75f4dd37', 'a9150f0c-4cd3-4de3-a8d7-0baf36159bb5', 'b55a9c56-32d5-41c7-bc0a-deb63da28dd3', '4cf3710a-c273-4a8e-a65d-4f714482170a', '4357e8d9-dcaf-4553-90bc-ad17b767a5d7', '8d1625cf-8f7a-4e09-859b-cae5ebc5402c', '0f240177-1b51-46dd-b001-4881769b4d2d', '343b747c-6943-47aa-9f55-4080a0ceeb2a', 'f72eb730-24c7-4ed8-b0f3-929ca3a540dc', '89494112-250d-457e-be31-415d256bf94b', 'e089e70b-9d06-4721-9056-1427da7d20d5', '6013ff98-980e-4728-bf2c-f188a306223b', 'b823706e-2371-4a1d-aa10-6fb7897fb1e4', '223bc745-d0d7-4730-b013-1aad766ea5f7', '969f1177-c807-439c-ba06-fb21beecdb57', '352d5176-680b-4bcd-a270-d4109ef7bb1f', '6224b28d-6a2e-4f56-b349-dd2aa58ee94b', '3a459734-0c56-430f-a2e3-0532a3dee0b9', '4f858fd8-dc9b-48c8-be03-cd405a2bdf72', 'f75a7450-08a7-4c09-bab5-603f0fd881bd', '07af4eca-7903-4bf3-b6a7-615d6184f41b', 'b1a33fef-0101-43c4-98f4-7f508863f648', '8881f7d2-1b85-4495-b8d6-2dcf5ecda72b', '6daae4ec-7be5-4f4b-af93-99f2921048a9', 'e62f2f84-0765-43b3-baca-49d17517bab2', 'd418c0be-078c-430c-b446-921e48227b59', 'f65e6218-9911-4cce-9ae1-cd6fe9bf555b', '3e79d8d0-09a0-4300-b002-9c652951ad65', '6232f189-9a4f-43f1-9ca5-20183e3e1dec', 'a3cb6bec-e00b-4c56-b853-3db582620a1d', '000c3c0a-ed63-4e88-b01e-c6062f363969', '274f1d5f-502a-40ae-9f83-d7efeed359ca', 'c132a8e0-6506-441f-8487-682ea30eefa3', '8ee8cd78-8f52-41b9-a4b5-41e86f09f5d1', '4c2aaa54-175a-491b-aba8-b52a6a3c9ad1', 'decde6f0-f905-4415-9a8c-389f863cf503', '55894422-4406-450e-9550-8eeae7319b67', '415ca2fc-1b82-4b5d-9701-ec4f92ae8adf', 'fe29a35c-e550-4fab-8756-841965af0c25', '9c290cc6-d715-4374-8159-405e71ed38da', '0f4e38aa-3f17-4841-b5cd-8d3c636ae4ed', '6d69240f-ce80-4435-8af4-f410e71c7f57', 'bd6bd44f-cb45-47de-a321-3ad7dde01666', '982728aa-3726-4f0b-9789-d3b2e8f9b004', '6130e168-27d8-4116-91d3-17eef6b4841c', '7ab6aca8-747e-495d-b591-34a10de55f09', '10182d44-fea1-441c-99f4-c5c72cc270c3', '94e53283-2168-4e87-be4f-b489c28572b3', 'a5a6ad4a-d442-4617-ae54-2507a918f172', '66e6fefc-9348-4761-9aeb-03761edf1b93', 'f869a35d-9980-4135-98a5-8e31e714c654', '240b20b4-4fdd-4d62-bc6d-7b3fb613d839', 'ee92d632-7c8b-44da-b939-2de69222bc1a', '02db5aa8-86f3-46f6-8e8d-53275b8d8de8', '99a4734c-6d81-49ad-937f-97236c06f9dd', '1ceee50e-216f-48bc-bf7d-2ca7c0a2b3f7', '8a69eeef-1182-4718-a17f-bed5419a4604', '57c9d242-cc6f-4275-8acf-d84abccaac45', 'dda598ab-4c43-4d0c-ab4f-fba005ea182c', '992bbebd-79b3-4bad-8697-6421dc76c5d8', '6f08fed6-3f73-4269-8d59-e1df16c8ad30', 'ce2a30fc-9fbf-4897-aa23-bd392383ae43', 'fd86b932-5b7c-45ed-8ec9-d6ae6a56da63', 'ffde7c69-a879-41e7-a042-c319362fb8b3', '1201720c-b0db-48dd-9948-5020092d9b33', '8a1fdd5d-b239-4c74-98b7-87724126f022', 'c2193516-0388-44f4-bb25-ed723683111c', 'dbca998a-431c-42b1-bd57-7ec48d215375', '82fc32e9-8aba-4c8a-8f6b-5ad97cce5720', '81ecc38d-6e01-470f-994b-9768d5a55385', '0c0269f5-8dd0-4af1-9032-f83f5521e289', '78082438-c474-41e5-823b-6a1ebd8f6185', '8bc9daab-1898-412e-894b-3d82d01a7b98', '543e331c-509f-4b3f-a1b5-d922f22184be', 'c10ce97e-f40b-470a-b4bf-1f16ec3291a2', 'f4b9932f-f5f7-4087-b45d-0976df8f8b26', 'e779403b-9619-49c2-82fc-8a9706f10270', '3ae3741a-620c-427a-80df-2919bfd7918d', 'c105f6c9-a997-4d53-99c0-d1d663563dd1', 'e5a2a0ec-9441-4bf8-a994-3e54b642d761', '81116bbc-79d1-4c6c-828d-97dc8d7d3ccb', '7663bbd0-d96b-41f7-8b81-3494f6c67067', 'd58838fa-07ff-40eb-91e6-acb72b91593a', 'f3beebea-88ec-4060-90ee-21719a1e61e9', 'f4675dd4-c003-49de-bf59-6d184d410822', '1291aabf-9726-4edd-a099-26f85be0bdbc', 'cd08e36b-bedf-4653-b940-575ce68707a3', 'b5726b0d-5845-4c94-9b61-93283fa48cb6', '8997f440-124c-4596-a114-5e4a5ed85a1d', '9740f47f-a918-47c0-8603-aa9ef60b50a4', 'd472483c-2980-4bc5-8943-58c5473529a2', '76658dd4-c9c1-4f3b-a7a7-0a8c33467cf4', '00630c9f-1d9f-4cb8-925d-3a77cb48bcaf', '460f9eb4-1e8c-4179-8f91-c4da1ddbbcbb', '14058f3b-7ec2-4310-ba0c-6ab7cf5c7d5c', 'dfaa410d-829a-428e-94f7-5912cdf6e8f6', 'bfa43f5f-c12d-4b81-82bf-dd4769967e2d', '673a5efc-1cd1-4efd-b64b-aedf748486dd', '6bf279c9-1707-40ac-bb8e-460bd91d97a3', '96a004a2-efcf-4598-8481-a504f40e13e9', 'e52e6999-a04d-4eb4-9756-0bb7825c45c3', '62e786c8-35a2-4f16-b071-7797e5c4fc26', '1f15ddf4-3526-4167-b902-a8a337126f1f', '288c6bd7-3527-41e5-89b8-2b4e5088a924', '65a571e3-1554-4bd1-b60a-25d74d1f8f50', '4e4bd576-ccd7-4855-aacb-7be8e7715a9e', 'd61c1b78-e53b-46db-93a1-8421dd82f9f0', '80a620b5-c265-4806-9a4b-b3ca956e7b87', 'b4276c6c-bc03-4a45-87e1-4ae230ee51fe', '5a202649-8995-4d60-887a-eab671d4e483', 'a47e2705-03ff-45a6-b7f5-51ea13107b1e', '09daa3a0-ff72-48d9-8aa0-5fe7d371b60d', '2e5684ca-a591-4148-87d4-eb38442545ab', 'df27f02d-72e9-4520-974d-845b709ca7eb', '98aba1ea-6f51-48a7-aa04-7d7a8419808b', 'c382201b-1765-478a-ba4c-74479f1b2fd8', '46e884e6-a859-4e1a-a269-357491ac1b8c', 'c50e7efa-5979-45fa-977e-c51ca55f47b0', '17105265-7a9c-4aaf-82c6-1e90af4b17d4', '49730791-f298-4634-995b-f71d93d8a1c6', 'defa1dff-e41c-4e78-82d7-125862de8076', '1b986773-a1b4-4cdb-8411-57446af60586', '7fb83cf3-13f0-4ed9-9f6d-47029cce8ae3', 'de57c16a-fafc-4585-a0c7-1ad31362a413', '5a74a2a6-2b2c-48b0-b506-7f07fc99d794', '5b7719ab-7a04-478d-86a4-13ca939d5338', 'eb15716e-83f0-4f4b-b577-a3ab8d63f66f', '29ff0a75-db45-4758-b886-0d2b523a48c7', '2c80a058-55eb-42fd-a7b6-1e6260714f06', '55fafa53-5456-466d-9767-ec699d7cc687', '1cabfdae-4931-4960-acf4-f0b6709b4250', '1833bbd6-ef84-4c4c-ac18-eafaf5b4134b', '774b0abb-0257-43cc-8517-bbb5aae441b7', '5979f119-2a95-40b7-af3f-0bf91e34e2c0', '5f8f1722-0b1b-4583-a62a-93b7286f238c', '151f784c-bec1-4759-bcf8-f608999c1365', '33f34b02-8258-4e83-aac0-3cefbe8fb52f', '9a466b97-e2e9-40ea-ac2e-9ce476d2ddd9', 'b2c34ebc-6b7b-4ca6-b6b9-5d1a7e83ce32', '39616669-f3a5-4b7d-8ab3-afe971d3b5bd', 'f90152dd-8658-48f4-87b3-cafd48754c13', '6d532a00-cf16-4d76-ad40-c847570f6b1f', 'c7f24ce2-de18-4cab-a0b1-0be4d9973824', '03c3beee-0bce-402e-9f7d-41c88c7ee94e', '412bea03-6e15-4925-92d0-60e9529d0425', '071f4c04-a09e-4020-9fcd-3e0f8bf30dba', 'b84751b6-a86b-4df1-b4b4-9a5b78a9cf63', '3a340c88-7e82-4ca6-ae46-789246a632a6', 'b3a24857-3a53-4f86-ae4b-55055df4e3d6', '44920d5e-ff00-473b-9f16-ed708d77b122', '10922b4c-5e35-4864-8feb-1c1f3e0fa92d', '68dc73e1-b4ef-4fbd-8526-22d125633b7b', '8f53ac46-9442-4380-9eaa-6181ca9fcd79', '5ad18cbb-81f3-42b9-9e9d-e44e0c7d6165', 'fa7b7830-e605-404b-9d37-b00bfad57b9a', 'ad9d716b-4fe0-4327-89ad-f6088671b306', 'd12b2820-417e-4dd5-9007-f102dde5e554', '1de4a817-4f6b-4779-8a98-4feca5da2c2c', 'be1fb305-6049-4cab-be46-50b7ed832c9d', 'fc1c3a01-de05-480f-b1cd-feca1a108979', '52eab253-03c8-4f6c-b138-5df51e32bea6', 'c246ec14-b24d-4c21-8d96-60b96e8f0126', '894cd297-2377-4725-b83b-ed30082475e7', 'cc7ebb78-3acb-49de-9cae-0e7e3eea8d3c', '3a5f8696-b486-42d1-9326-5f31ba0443ca', '2129aa56-2b41-456a-91c4-d8f5aee407cc', '6d66e2fd-0796-47dd-a454-14dfbd706c3f', 'bdcd2ef0-e844-4bee-9cfe-c488cc19d023', '0678f4ed-e5cd-44fc-ba46-6f310a54ac96', '95e3d1c4-e95a-4756-b7f9-11b8ae4abda5', 'dbb4a1e0-05f4-43a6-98c8-c98ce8c2fe35', '239bf0f2-f15f-4e8f-bc20-5360f691d4e9', 'c350394a-297c-479a-9e09-d83f9d08b490', '302543be-1ef4-4faa-81e1-5127e7525296', '59ea6496-99c2-42e3-a10c-3aae2a808e26', '2f25058b-729a-49f1-8417-8595d51fa171', 'cf3256fa-6b00-4487-891c-87d51d404b93', '37cfc32f-e075-40a1-94c1-b080c238395b', '2978701b-7094-49fa-b0b5-3ce0a88a174c', '7a366da5-092b-40b2-ac4a-6db856f0e864', '8cac218e-6213-4608-835a-2793e6c2ecf2', '27346d53-676b-4ffe-8ae9-dd2e992ded2b', '46b8a053-dc1a-42f9-a9d8-ce7d22d5bede', 'e77a541f-cb82-46ac-bb1a-c24e21d39a32', '7f23a400-2951-4a5f-b94a-445d2cf507c4', 'b1f86011-4b4d-4c99-9c8a-1fa08571d788', '3b89fb07-1d32-4af9-9f8f-9de766a9aa68', '075ab6d6-9eaf-4229-b5e9-f940d5c029ee', 'e7944873-f7e7-4400-87a4-43c3683de43e', 'cb0f4404-9643-4c61-8974-71e8861dcc06', 'c3445fcd-fd08-49ed-ba64-d1b556de1316', '9ac37a6e-f474-4bc1-ab6f-609d7393b05a', '9acdd075-9207-4eb6-bb64-739599c76a4f', '7b487114-52fb-4bcf-af9a-34e049777bd7', '40b45e09-96d1-452a-96c1-e30be59bcb8f', '2836d5fb-3210-4a80-9013-1ade4e8b18d8', '1b5c074b-a59c-413e-9e1e-a7754a20e5d8', '5d26af0b-bdd5-4095-9318-33188a1eda77', '3e74073b-10f7-42af-8932-26b4951ee60f', 'f73b93e6-784d-4f56-b3b2-82c24e00299d', 'c7100e4d-5291-4171-8df9-65d02de23152', '2620ce46-2c1e-4168-babc-3c35ca7cdafd', 'c59c2d88-ee16-40f5-93ee-df5fa0fd5db1', '427ffde4-3495-4d29-bd09-acfe71342346', '4a5559ec-cbc8-411d-846e-4e0c595d8f22', '2d5d9c7b-3bfe-42a2-8818-106de77f825c', 'f13c420c-b9b2-437b-895b-5e4b77890e3e', '8fceaeb2-2d9b-4c95-a78e-fa0520ca0ff9', '09d88223-ef55-4ba3-a9a6-ad94b8a0dc08', '43a924a1-5d93-4121-8326-7e7eb98f0c0f', '5a42b7a3-6401-4d80-b042-58ea2537ca35', '11e893b7-8ed0-4745-9230-7a1b7fe69530', 'fb112620-9d69-420f-be7a-c0d671832ec9', '9192747c-b493-4cbd-8d4f-3e6d1efecffb', '7d3283c2-7b85-42e9-83dd-b6d6a0ff88c8', '505fb2d8-cccb-4161-9e37-5d7b1b27147c', '4ef7e87b-663e-45ae-9b68-0045e0e8ef40', 'a543c24e-abb4-404c-9406-ad821bab249e', '6a511304-2e47-463a-9e7a-57396abd40d3', '421548a7-90df-4e95-a483-a387e5e8dd94', '36c4ed03-74f0-43e2-ab46-28167eae0960', 'eac2a43b-6d6d-4781-ba3e-bcaca1aba4ab', 'a2303ac0-7fc9-4606-9a4f-688e56c7be65', 'cd0ed5af-cfb3-44ac-8c99-905c699f8eb2', '7eb7984f-8045-4bc3-9aea-f16bf8c941a2', '83d7a106-6f20-4f84-92fa-31efba94261f', '5a3f94e4-cef2-424c-abb4-d12f72d6b022', 'ad62fdd8-22ad-41ce-b8cd-e66a3093b518', 'a1cae918-c836-4b3b-8217-e28787a26b55', '98ecf240-feb9-45a6-8946-49896567f21a', '338c7046-f8f9-41eb-abe7-ae9eb1588f17', '2db828a3-253a-4825-a88f-a81e91f0cd34', 'c08bb390-647d-4059-b930-2634b9318688', 'fa54f3bf-e057-4212-aa73-6b638051f049', '8d1f44d4-1b7e-44ef-8e95-282154240c10', 'e9d6bb07-1c29-45fd-8a39-258472118818', 'adb96029-3a5a-478f-b60f-66a596c4118e', '0ee8273c-d5fc-4cac-98e8-001e5c888631', '39d4f055-0f36-4a4c-9a00-8197767cdb43', '4db9979f-8968-4ecf-8876-66d97b478a9a', 'dc6d5efa-493e-4afa-b395-4071d8a0f467', '408fafdd-35d1-4aaf-b306-fa06f4e0a6df', 'c91f7c84-be0c-412b-8731-9db6f700d71a', '6a67f4b2-ebfb-47e2-8d2a-815dfea21dee', '7fff7de7-d9f0-4088-b667-823d426e13cb', '5818e3fe-9bf2-4e80-84ab-b4867c05ad91', '20036764-6a1c-4252-afab-df9f0608da83', '88375203-6df4-4bbd-9468-02e5750c6374', 'f47fa63f-5af2-46c5-8ca6-58ac67bbf7e3', 'a7be5c7c-e9a0-4bc7-bb48-67f07f366bf4', '8026f45b-c9ad-4e6a-96ae-a946eb6f7000', '9fa1dd59-4c4b-40d7-89d3-b68f1ed031eb', '82601305-c339-4750-804a-1ec2f9c30102', '264ccbba-2820-4ad9-bf2c-9ca8ee510855', '569ced08-1f0b-42b8-bc75-2b7d653433d8', '969ff5ff-caef-4ea5-adbe-250c10148da7', '4baae8e1-d14c-421b-a444-62915f742339', 'de6d83b8-4a13-4989-9d36-26275aad703e', '904d3f72-b437-4a7b-962c-e24f1c1a64ef', 'd596d42b-b81b-47ec-bd8b-74ec10d35ded', '4167e3a5-b7bf-4499-b220-2224ff662cd5', '43506467-a342-421a-b0e8-8fad8ae79819', '6322c15e-f915-4f27-86e9-71e6aa4375db', '9695f04b-9a76-4bc9-b60e-3e1564ba5348', 'e58c88d5-6b78-4322-b1f9-f14a6f11ac04', '21855066-64cb-46a8-b510-4c7d5a6dbdfa', '2ee5f0f8-954e-499e-ab70-d2994f290429', 'ee357f1e-b8f7-41f4-8bf0-8cf3f8b62e2f', '7aa23cd0-4b90-4559-8f14-d7eaf0254f76', 'a3153bcb-c1aa-4f67-be13-fdc6890e80c3', '49f45f27-3c20-418c-89da-6e6ee39dadb9', 'e22081ad-9402-4bad-90b4-ee2eb1398baa', '5756540d-08b2-4d4c-bd0f-c3c06fe19850', '2bf86ed9-e9f7-479a-824d-2f0e36b35ac5', '0260e5ab-d1ae-4f62-b6c3-85a3a4abf2fe', '90037ca8-c447-40a5-9036-ffacf8a44d80', 'ff248b38-e9d0-487d-a80c-f38ef2c8bfb0', 'e6e5d524-401c-427e-b08f-f4e3b24fbde8', '486cf862-35b9-425c-9ab5-64fed98a2146', 'd45e5c02-6098-41bf-ad13-755f803da290', '4bde8d9e-57c2-48a1-8900-d36911fa5cc9', '22bd6588-5291-4143-be20-a5b1548d23d4', '721dfb8f-33ac-4f8c-a508-70212589ed92', '01e5ecc9-5381-4f70-839b-5c3ffa181e14', '0b6fb3fd-f4bb-49f3-9b34-515c265eae8e', '90912ddb-54c0-4f60-bc82-81fbf9c19d70', '8acd1951-c660-4c36-8c20-78f7b7a47cc9', 'c4c77722-e885-436f-bd46-739a9fbad98a', '80604ac3-d9f9-40e6-9a04-8185b5a89913', '61dcdefe-0cc1-4346-957f-f7232f1d1a0c', 'f7b91f91-2c05-43c8-8fb3-1e6eacd10767', '2d29d8b4-3a90-4506-9aef-f7ff14a79079', '4572784b-c78f-4e1d-8cea-19f969132720', '919939f0-c2bf-4ab4-8bd4-be12cf102d6c', '829b304f-301c-4feb-897f-920b6a7fe658', '349fd1ec-927b-41ad-8395-126c72240d29', '0e9fec47-b9f5-4925-8b74-b357d416c110', '00087bee-77c4-4389-a9f0-e7e70595b8c0', 'c8a43d52-5998-43d2-bc6e-8473faa50163', '205aa556-31bb-44e2-bb42-95bd419b0f0d', 'bd8f5c48-ef5e-4465-a619-8c3a77dc9ece', '745d15f5-7a9c-41e3-bfa8-bd5d4da493ba', '3ffca688-d61d-4ceb-b5a3-aeead34bf353', '6f371d76-6079-425a-876c-c632393c8f89', 'f5515c21-3b35-4064-a9bf-86d41ee6c4f3', '3c11f035-ca36-4617-be1e-d41f2a84ee0a', '732a9c54-130f-4f7d-b39a-bce2bcd96188', 'e2e29f1f-a5aa-49bf-ae4e-4e32066dc8cc', '0aefed89-e0f7-4418-a06b-404e21fa29bf', 'e3ae8bf5-eb91-46b0-9fe4-ac91fac4c1dd', '05de2f4d-0ccb-4b59-b062-d24da0280e7b', 'd7a80e12-c1f0-480c-bf5c-f5745370f7d1', 'e50eb884-4c49-46ce-8be1-f0d5c52817f4', '4a564f4c-b067-42c3-86e1-33bf60a16a34', 'e9446e46-0542-4e44-bd0e-01388c280254', 'caf789c5-91fd-4872-a621-2fea6bceba14', '22a4d718-d196-42d9-af17-9f3350b10a2b', '268f0251-745f-474f-95b0-dcf96641aa58', '743453f2-692e-442b-a309-051bd81fa112', '8fa16a8b-af98-415f-859e-cb470f7f0ca7', 'a6d5c8e8-3692-43b6-8563-d585b7b1798c', 'e447cf19-91da-4bb1-a0a5-7bf3f04d2058', '7cd24b44-ebf6-4d0c-a36c-ac847c21377c', 'fe41955d-238a-417a-985d-a41cf4c731ac', 'f6e754aa-4411-4e65-9c55-3d94fd65b601', 'e83f8347-fee6-43d8-8a6d-dfedcad826ac', '809ca274-5b1f-448f-8add-0d2e4b8d6c82', 'ad1de0ea-f229-4401-a6f4-92d69c23a529', '23b30780-a8cf-494a-8f2c-f2907a43cff1', '5980240e-4dc0-4a74-a823-21dad45952de', '6500d9b1-f688-4d5e-8946-26fbe9a1d0b9', 'fd4f141a-bcdc-4d51-b58e-4b1ec98d1125', '870f1adf-854a-4acd-bbc4-393a273e415d', 'bf6272a4-4522-4b90-bf3c-7278ca9df523', 'faf2eb54-fff7-489c-a451-912b30082d0a', '7b289d4d-8cb0-4100-8705-b1eb12f116c3', '1065e37c-85f0-416d-a61f-7c60ecd58092', '12b81fa9-3f0a-4f40-a40c-cd2226068b6c', 'adde0908-4e97-4dbc-aac2-46525b1ad247', '6f5e5219-e3e0-41ae-a98c-d99bb8f6045b', 'd553c137-d4d0-480f-ab55-eadc10a90501', '5f11ee8f-9092-4dff-bf85-6c83c0432b7f', '99c6f920-07f6-4ee2-a1f4-4efccef42b37', 'b95a0b03-7665-4a7c-a1ce-16a0411038c3', 'dc3ff118-8fe1-4e9f-bee4-4fe80ecc7004', 'c4e125e4-51a3-4599-86b6-38b3d64c0194', '181ecfaf-d5d1-47e5-80d0-aea1336f16c7', '2701cb5c-c5ad-4b4b-9f60-79d45785e4bc', 'fbe6f02b-d383-4b46-824b-91662c774fc2', 'ca6ccc48-0b8d-41a2-8a36-6087f371a26b', '58c2e685-d34e-48b0-97e7-1f0922636b62', 'd42d12a9-cae1-417f-865a-d44ac9eb760d', 'dcac7793-35d9-49b8-9b65-b17232127a39', '06702f4e-b902-42b7-b84a-2783fab16c83', '0980f3da-85fb-41b1-ba3f-0aa4df039be4', 'ff38cde5-6d0a-4f11-ab6c-d9aa42e1bf3b', '0274878d-c1ca-4749-9794-dcac7e3b1dfa', '17cccf7b-5aaa-4ff3-8878-12774187471b', 'abca457a-2278-4eb7-b762-5f7a80151ea9', '8e0154d1-1a4a-4d5f-b550-fe9557d104f6', '36991160-48af-40d6-9ef1-164a1b508dc0', '9919e9a7-264e-419b-bcd5-965fdb653151', 'e7786b0b-c22f-40e8-a9da-761abd392351', '2a85aadd-15e3-4677-9469-04d83dc22df0', '9e65d749-8cf8-48ae-a3ba-e49d2bb60106', 'ccf8f441-0d2f-420f-9975-78b8d990fdd5', '3450223c-7575-4f9c-a9a4-29142208ab3e', 'b5f3a913-5dc9-41ca-a5ae-4b31bb768a1b', '52f4e45b-1313-491e-9610-15230a115e0a', '382c5cbd-9a5c-4cd2-a4c6-26ceeda5b08b', '6373690a-0bef-4c24-b0e2-e70873a545a6', '860b8d92-7893-46ba-837a-43e1624bda9e', '96c6c6f7-e434-4aa7-8f37-32443bd00692', '9bac8107-efae-4496-9553-cd60bed68ec1', '834639a7-c69c-4387-851d-4c7e8958a2c4', '437deb5e-531a-429d-800f-5ec7bc366ba6', 'd1ca222d-4016-400f-8aa3-008073c08493', '37ae1da9-765d-48f6-825d-6011b3d2eafb', 'db4bbbf8-4be4-4e77-bff9-c1fc5256e7ee', '00fc6af1-e67c-4895-8a8c-b2e614549cf0', 'a09e78c1-9dc7-448b-a6af-7da688dfe3cf', 'd9b6f6e9-cd91-4494-857b-b468df4f5f70', '1cc7bd83-cbf5-4dcc-874d-eb74a94f45b8', 'efeee765-eb9a-40de-8176-8882b9d8e3d3', '6807ebe9-f248-488c-a656-e6fa194ab6dd', '75eae3e3-1aec-4ac3-baa5-bcf93a7e4492', '43ee7238-7841-43c2-a1f7-171252954afd', '1f20eaa4-6433-4c3f-be10-05d9b7e168a2', 'aa3f7826-62b2-466a-b6a2-beb2ce6cdeaa', '984f673c-08de-4ebd-9b00-9d4322dddbcd', 'bae4f4dc-e058-4b17-bc5c-6bfe3e533768', '824b90d4-a750-419f-b4f8-93a89575990f', '71d05f93-cc67-4fe7-a4f0-3e818e78249e', '3b536a3e-fb3b-4a0c-914e-a61bb10e09af', '979e2ac6-9b07-4233-807a-429d0cdcdf79', '7b3da11e-7952-44c6-905a-63256c232e40', 'a6da2553-3d6a-426e-b81b-617fa53de135', 'd4f861d9-b745-4b9b-9356-3d1d79961ca4', 'c144a3c8-d457-4ecc-b544-e17108f7a2b5', 'b8f792af-3ef6-4906-8119-06c58b981329', '63dddbb8-2f33-4e90-90bc-c8eb6d24104c', 'd53893b8-844f-482e-a7f0-a4e8031eb19a', 'aac8f945-b496-4d1b-a306-179c3955fd90', 'ab5be3f8-8976-485e-90f6-40e3d42c72b8', 'b93a26a4-e3be-44f1-a72e-7427565ed3f3', '47f94942-190e-4ead-ae7f-5662ecdb59bb', 'dce23ba1-9e47-4061-9127-556d584cb963', '91b288c8-537c-4f16-9021-c2df96df9dfc', '9b9f4113-65b9-42ec-ac1b-da1af85a1c4e', '04bebf17-3e25-4e22-9220-ed5203090aae', 'bd47c914-9d1f-40b3-a5d1-7adb7db6e9a7', '44bcb620-378a-4caf-9825-c11e042116ac', 'd4ed71cf-74ae-41d5-a07e-68f074173621', 'b588eebb-e10b-4c1a-a393-1d8c839c1d89', 'bf20331c-357c-4ce7-b903-759bd2350517', '2166cfb7-e658-4cc1-80f6-95d4f634bc39', 'e173bd7a-3ba6-477e-868e-ef58cc816d4e', 'ce313b07-44f8-4193-9640-c80188357970', 'b134d131-1138-4d32-a1a8-2d985a9e6f0d', '36a573b0-8586-4fb3-90e8-dc7ce5feb5a9', '2557bbb6-0442-4e95-b62a-4470e00e0708', 'dc652045-7cca-40ff-9349-d99a4be0350f', 'cd5257d2-473d-4880-8266-6e7c82d86c41', '8bd92ff4-6ce9-4c79-b793-16a6eebe1b88', '3b468ca3-d96b-4b08-941d-938815940e41', '6938f852-a92d-40be-a44f-0f4d1afd9da2', '2d65c91d-1820-414d-a594-2807a09ac4c5', '20fc5db7-dfa4-4da5-ac3c-39ffa0055734', '0f004da7-5eee-47ce-a7bd-7da33ff9755a', '8e3e1a99-6fd7-48d4-ad57-6da41cab9da7', 'b6f90568-b722-49c5-9e75-6653301db67a', '6dd55c03-d2c6-4264-b798-0e0253b4c381', 'f81536cc-27e4-472f-8f70-69a255c4971c', '387311c2-a7ba-462e-9176-e0321dad4265', 'a810254f-2464-41d9-abfd-bf0941824f55', '5df9f803-d29e-4e3b-a6bd-99e14886e560', '23142602-5747-4342-a141-60bd3e3ef68c', '4ed64334-e09a-4510-85a1-e1b00399e77b', '7284bb6d-c817-486c-b983-66ab0b4b6748', '428dd2ce-7310-4820-83aa-06b63b0d4dbd', '606d0cf7-bfec-48d2-9ed7-dc1660899864', 'd667c42f-030f-4dcb-9431-6349a0fddbf2', '03942708-35d6-488b-bed7-93de87f7dfe4', '3530b8aa-1ab1-4fa9-b141-bf382ef32aa8', 'b394980d-f52d-4ca7-91ed-0a69c0b503fe', 'a5480c0f-faaa-4c8c-935e-64ad32a1b2cf', 'e78ab7ad-137e-486a-9b40-0366d60a00eb', 'de00b90e-08ff-4e01-aeea-34e6c3332ef2', '8acf93e3-1f8e-4e12-bfe9-020060aa4637', '4988b79f-7aac-4229-8cd8-88da28569d9a', 'b100a34b-4a3f-40f8-ba29-a7ec01f5a626', 'e1a1c3f9-a874-437b-a52f-af26429f2442', 'f7073c2a-2654-47d1-816e-727b09ba1730', 'e6860f90-af1e-411d-a8fd-0ca3230c8735', '7d4a0d73-a365-4341-a7c8-1a4bbc3f5a82', 'eeebdf23-91e2-4d36-a8a6-0849cd78700f', '39a614e5-a748-4939-91f6-faef499be83b', 'e1257508-449a-4c7e-b1ad-b4e371f7ef76', '9921245e-d1c6-4649-9c6d-aa3308cc408e', '066c77d4-862b-4e85-a00c-8a45e6b043fa', '06caaed8-451b-47fc-8cac-af3226931dbd', 'aa083841-288f-403d-99e3-7c3591974482', 'ceceba4d-2efc-4680-ad61-c65edf094cb1', '671eadc3-b621-4547-accc-da407c716226', '0cd8023e-31b5-4714-93cc-b667d4ef39c8', 'e1991695-fdc6-4aed-b0a5-6ad91317aaae', '987c3b4d-2aeb-4e65-871e-67fa75485023', '5842bbda-684b-4978-a035-14826fe421bd', 'c79f9471-e8f5-4c83-8b1c-14da7a6153d5', '72040c23-cc68-4c76-b82b-e0c067da9058', '6f6a5e97-c66f-46b8-91bb-3f7081ac96e0', '7ee67f37-45a4-4374-afa6-e470d4bfaf43', 'c45abe86-d302-4ed1-b6cf-a050a38e149e', 'f06287ab-b099-4c32-ae5c-945eb80fea70', '7920e023-d3e8-4c6b-bcb3-e9b524d60799', 'b35353a0-b19f-4d99-beb1-9806721e52e2', '9f8ee929-3517-4244-a2b6-bc2a33847a8e', 'c903e23a-c2f6-4fb2-bf9b-9a01697d3fdf', '836e2d52-1b69-4318-aa98-5993beefdceb', '9de54543-c6f2-458d-a82c-9cfeba9a1586', '8c1e54fc-a20a-4133-9cf1-d85463d6131b', '663105a5-57b3-460d-9234-7f1f6e9c03ed', '73ef7ce2-049d-42b3-87e8-9a1e877fc627', '98effad4-f68a-471f-8864-55e8b00b7f8b', 'ca4bf1b2-4b81-4558-8442-cba376d30fc9', 'c28971b5-b554-4b30-8a72-12da0f4c3ba1', '29da441f-8461-42b3-822b-2a384270eea4', '8031f774-a2e0-4db5-a5d3-995d72b170c3', 'cd90706f-3639-4071-8c79-13ec931a7010', '58499fe2-986f-48c6-996f-da4ed32dccef', '3137c7ae-7dcf-4662-b074-f1a7e62c388d', '89f06dbd-3205-4cee-b319-b80ee7cc2aaf', 'e7197bc5-6223-400c-86aa-45d5c9bdd317', 'a13d490f-89fd-4ed0-b1ec-92d05efec9ee', 'fcc43a39-1ee1-4dcb-85a4-92773a709143', 'fb82ffb0-03ca-463c-9c70-5163899f33cf', '907abb96-10ab-4c0f-a30c-c166bfa37b9d', '9409a551-d57d-41e5-b2d8-5993a2fc9de9', 'fd157d14-497e-46e5-97ad-eba7b05b5586', '8f4b1fd5-b5dc-4b4a-8a61-230b0f84207f', '4d8f2517-32da-4145-835d-408b40b5c7f4', '24d66ffd-15e7-4771-b3cb-0bfd83cee75f', 'ab7999af-cf65-49b4-8751-b9d3db410806', '6afbadeb-96e9-491e-aa52-23882572ad53', 'ace12675-ab1e-408a-ae53-0c172e846473', '2466acd7-d12e-4b7a-84fa-64970a3d3c88', '34849026-dc11-47e0-b438-9c6e658e6f91', 'e485d69e-259e-4afe-bc0f-342616e4fd53', '2bd6c26a-6bd1-4d07-8a8f-2a86ea15c25d', 'c919b83c-1a82-4301-bc10-2b34c84e30e5', '4cfd3f45-96f4-46ef-8bc1-73fe002cf034', 'fd486ea4-7731-4e69-a0d8-aa1f5c506d84', 'df7c643d-15f7-474b-8e48-0848dd63f495', 'e6226772-276f-4a16-833b-7c8b8511afa8', 'ac716531-70c0-41b8-a496-3475c917784f', '3f0825a9-25a0-4adb-b46f-02cb40cd5a6c', '476e0c9c-879a-41f9-8fb0-bab7db60eaa9', '8c131506-ce11-4ca8-9a62-d9ea487f2792', 'bb27325c-f4b8-4413-9d1e-661d240c7592', '26e8c864-0813-46e4-99ac-24a473ad8c39', 'be45f71a-f647-492b-ab6f-41077f5d6c64', 'acdd308b-0e68-4e95-97be-59ad6afcfc85', 'fd480aae-c998-4dad-891e-90c725da3a12', 'a3b89f3b-e650-40ad-b2b7-6b7ee08bd5ce', '730e4e0f-313a-4ab1-bd7f-8201d59d03d7', '6a71c8ef-1c01-45a3-90e3-e4b7a09a8075', 'b36dc48b-3042-445f-b869-8640f727c886', '9b1f38f8-dd88-491d-a726-3d46cc57f429', 'd6afc01a-7991-4890-b9fd-b97be56b1cdc', '496e5369-9668-4649-8b68-3fa394ce851e', '6f6f7ff4-5522-406c-90e5-e5826345cfe9', '4d03d877-9e6d-4a31-9f3f-be102d26b0c8', '3380c3dd-c4f7-48a1-a16f-937f53c67af1', 'bc6b2770-da3f-4f74-9620-846885ad4866', '0716ca21-497a-41bc-a4c6-3f1148595ef4', 'adc06d99-7ba6-4dc8-a7a5-64fae831bccb', '1ece5a4a-559d-4c3f-a69f-6edf63a801c3', '7beb3e6d-1dfa-486c-8cf2-4a885dcc785d', 'b6df4ebd-b5a6-4378-9746-ba570d241372', '9355eb08-8d67-494e-9105-4104ea013f50', '14c472b6-9d97-493d-8787-fd6baa228493', 'd752901a-d1c9-4f3c-915e-b6932b43f5ff', '03df29cc-41ad-4587-9cb3-82bd63f02392', '5d77017f-c521-4e9a-8b65-7fdbbed408c9', '5364a0a5-9a18-43c2-b84a-c6818e573c0f', '424bec5e-58fb-4b11-b9bc-140d82989ca5', '85cd6d76-6098-4b74-9c79-0e8b0742b1d8', '510f7654-050e-4225-afbf-3b1205a3f54b', 'fe915a30-8dce-4b89-b4ca-8a2d58458ada', 'a455e896-8500-4ffc-927a-58d9d2e4a2d7', 'e0087317-51ef-4d83-977b-04a5934022d0', '35124153-fe69-48c3-bc09-47230f9d0284', '3903f5ec-a4ab-40e2-ab2c-6dea312a18db', 'b98ca883-1b64-45e3-bd16-2d7907b33395', '1bda6c95-a420-490c-8819-4c0052781268', '921e78c1-1e31-42ab-b6c6-9cbfc364efdd', 'b67daacc-e583-4d6d-8b24-4543ddde86c3', 'd47f5781-f6ce-4eb9-b782-0126ac78b1d6', '4fc96ea2-d5cb-4b7f-b253-fedd112e0eb1', 'c5f2eca1-3453-478a-92be-dcebcfb2d1d7', '0e232d58-5242-4281-bba5-c93871051080', 'e345a54a-6132-4da2-9972-5850a6828c0e', '1d36ba3b-1cb1-40ef-a1ef-f1622fe775bc', 'a8746bb6-5570-433f-aded-98f7cb730a8d', '6c3f4125-ea79-4898-8042-fc84f1b36d52', '7b4d562c-1387-47c8-8fd2-b43b816d7d64', '627055b0-f1e8-4f8f-a21a-c34f6ddc25e4', '41bfa8dd-3e3a-4c33-8ffb-fbdfc32386ac', 'd82513f8-fb8d-433d-aa28-921a3b3d3098', '2828216f-25a1-4903-8894-1d121236fe25', '3f1e0c37-c020-436b-b6e7-35aa92edda80', 'f9f35b6b-f2b9-42de-9ae0-84132e82cc92', 'a85512eb-d982-446c-8e46-9ac0360455f3', '4ba59607-33cc-4b5d-9aa9-ccd87ecd84be', 'd27aaa14-68f0-4e17-a3b2-f1dd0e2c98c5', '5fed0f7c-adfe-4f51-92ee-d156fc8ecc38', '7d8f5f4d-21a0-4d4c-857f-3999836fe1ed', '060a29fa-7ce4-48a7-8661-37fd8a53a80d', '1ee3c298-99e6-42e3-a574-a80a1e403fef', 'ae3c0bce-5822-4e93-8ec7-cbcac63db5b0', 'f99baae5-1c1d-40d4-a0cd-1b68adb5929b', 'd83ce041-e5c5-45eb-939a-0440b729f3ce', '06280ede-54fd-4b7e-9e46-2a928f19e35c', 'b4c2c48f-4490-400d-ac29-bbd45964f67a', '733d4bfc-2e77-419d-bd26-89e0a78a74a5', '4a0275bf-64f6-40ab-a584-6eafa7dea2fb', '30df6931-6da7-44f8-b145-28388703e5a6', '55fa375f-e2fe-42f3-99e5-0a78de7e1786', '995b9e4d-010d-496a-a623-6264ee90f654', '55f3b783-4b76-46bd-aeee-2710545d30e7', 'a47afd31-632c-4e5d-956f-03e334951d71', '770b109a-2bb5-4c5c-97fc-7f823e9c1067', '73e470b0-acc0-40c9-84bd-a7ba7e75ad13', '1c89f937-c09e-424a-b85e-c4b424afd1b3', 'fad34653-20d4-4532-981a-01ace0e6e9ba', '24a6848a-bec2-4b46-aaac-5de8b6d8b085', 'cc23a24c-5aa7-48b1-9460-64269a0bcf99', 'a19d2eb9-b391-44a3-bb31-c94e118adc3f', '6fb3b0c6-d86e-46ac-b33a-68fe9b62c743', '6627c64a-1b95-494c-94b3-dc4e4318bf54', 'ae78e7f6-3536-4bb4-9656-1cb3f1c54f02', '174f9b8c-d0b2-484d-bea0-ca3f7f146124', 'ee0d326c-85b3-4b2a-be4e-3bfc9dffcce5', 'a6e328bc-e24b-446f-9ab3-9945a5c2e845', 'f0a64498-62dc-490d-8ad5-7db49cf1872e', '01ceb988-8a6d-49b0-933b-b6cc480728bf', 'a48df2cd-c307-45d0-87db-ebe05f357ac0', '5378d0d8-9dcb-4d47-a4d5-76b31c41c489', 'f96abe7a-9f1c-4418-8bc7-11b56c1fd47a', '8ff1ca0b-a39b-4635-820e-12ddd2fa5ce8', 'e7106984-6b25-4b75-bb75-430ab46b5016', 'ac6b38c2-9a8d-4c4a-9dc5-59a97d1b2021', 'fb462d81-6baa-4443-adc8-882715618c80', 'aeb11f31-6242-47e9-96e9-a234ba0d0462', 'acdeca06-a766-4a6c-b7eb-1f1fb57e5a0c', '5236c3e4-ea08-4ba5-aa6a-83efd91def5a', '6a46ca3a-185d-4f51-9812-02ad3eb9127e', 'daa7a180-da28-41aa-b4ed-fb46bfb3ac57', '64b9fd8a-b92c-469a-80be-db6c235ee721', '2232f301-782a-4c4e-9600-4990f46e4b7f', 'b9441b27-66c1-44f3-992d-2c1ebc870797', '2f86e594-5fd2-4833-8efd-ceeab830b52c', '68cbadfb-f887-456c-85a8-e10e1549e1b8', '49124c35-7770-4db5-b0d7-39ed55666750', 'f37962c5-d5dc-4741-80c0-e5f775da8cb3', '8fc96bbf-fe2a-43e9-b295-9bd586b56ab6', '717e493d-2218-419f-94aa-404a41c329e0', '82b1f7cd-753f-4f8a-95cb-5f22952bf7e2', '04aec20b-8382-4f85-a7a1-fc6577d52cd8', 'ea4d092b-b3e8-4048-9965-aca93c266a64', '98758029-8d35-4ce0-b28d-2e69958c0497', 'df2af2b4-947d-4a17-b685-435d33a1d311', '9e3629a8-b239-493e-8485-19d3cf060504', 'fa02c38c-954e-4bf4-9ca4-5ab05f5f0fc7', '04ec65ad-c8c6-41f5-8dfd-c9bc2ac7c1d8', '0d87f3f4-6d47-48e1-851f-8d484dcde1da', 'fc590a61-ea04-4e72-af4d-0cb95248fddd', '4a6db3db-0443-47d9-80de-deeb4f8df99f', 'd610815d-0db1-4340-a482-467fecb9bbb1', '10b0cd0d-f63d-469a-8288-59e2f22b3c7b', '0b20bac5-8159-4dbb-a835-925f793047b5', '35fd7572-e2fa-42f4-8edb-11b9a7d15ee3', 'be4cc843-ddab-4e7e-9c81-e9e7829a108e', '34b4cfb0-81a2-4fd2-a0f7-0f36dc2379c8', '623ac0a9-d3a4-4d18-8164-2f6ff7788103', 'c92f6758-24d0-44bd-91f4-8de27fedd17d', 'da1509a7-74ea-45bb-8679-5dd6e3ae8131', '96df88e1-f696-444b-a678-20a8a8c73deb', 'fd0f8b48-4afa-4e80-9d07-8529d42cbfd1', '04004995-c5ec-4a7c-9682-17013aad97b9', '2cc36d7a-0d31-4e2f-98b7-e4be8cfd108a', 'ded25ad0-8b2d-45ad-96b2-4c8c9753fda1', '58ef0b5f-013d-475d-b272-8f7ea6de44fd', '5b295023-681a-42a2-b745-4b061f4e95ec', 'a8e675da-2b3e-404b-8560-24ee691e2078', '4e14ae5a-98bc-4c54-bc2a-b79bbf01857e', '1e9edf2e-5d9d-4917-8b79-d535a939c52a', '50eb67be-fb0d-4207-8e5e-00aa8210fcbb', '2d772e16-c80a-44c9-9e2c-f89146cecdca', 'b54f9171-376e-43d3-92f0-b1e974f50e06', '667f6fe8-5847-40d8-94b7-dfdb40cd1faf', 'e6484c12-4f58-438f-b3df-6baa47af6431', '40fdac25-7a3c-4f10-b5c5-752ab8fc2c57', '47a36a58-2492-48a4-a719-376b755010e0', '94c7304a-3eef-43de-815f-18c67fa21736', '00edf21e-3569-4d05-a754-257c1c3a9874', 'e982fdc8-3c10-4468-b29a-85066bfb3976', '87b8aceb-1ba7-45ec-9399-f716530a18c8', '7349328e-c72c-4afe-ab1e-91e6b23ef0cf', '00fc47dd-0c10-432e-9a98-84841b626ba4', 'f8148615-f729-4c4e-8cc9-9fa08dfa98df', 'e6ea4de4-3455-4adc-9a40-f507de814a0b', '38830bcc-6a62-4364-92c5-103ef7445677', '4a581883-7766-46e2-8cb4-83adc753435a', '09bcb29f-0ca0-4763-81bc-ab417956ce14', '000fa87a-561b-4c62-924a-6a53b6f440aa', 'a8ae702f-c555-4768-b877-0f07ae611041', 'b3fd5f0b-47d0-4e54-8bbb-a4afbb2ae197', '96d538e5-8ad0-443d-a77f-c8ae81eecd84', 'ee925531-bea1-437a-a58d-b6e619ff1ca3', '4f0ff2a9-4f33-4583-9863-29568590ca40', 'beeb1708-3eaa-4cb5-8396-530010c55896', '91d852f9-74e8-4c2d-9800-830896f288dc', '502299d0-8de9-4460-b65c-ce457279bc42', '0e2e1534-293b-4dd8-ac2d-e7d727d069d0', '40aa751a-7f40-4fce-a65c-e742c86ad3db', 'f5c6cc7d-8a70-4523-b712-61870115e42b', '807cbad3-9c15-4d0f-a85d-81a6ddd1bd15', '0730375b-4b30-4b27-bb7f-873c20445ce1', 'cf60a9fd-89f4-4888-84f3-8c6affeee5ad', 'f58508a7-f18a-4b31-9ff4-9a39addf4cf3', '93c5b486-1df1-4e48-ba1f-33e3926ee5c4', 'e0f2b02f-086b-487b-ac0b-f5cbc70d2fd4', '604cfe82-6b85-4752-ba99-17daad28fb23', 'f516aaa9-b29c-4d32-a15c-019deebe3cdc', 'd6ef5b81-ee24-4223-9249-d7bd6e16ccd2', 'f8c16bc3-25b2-435e-9a61-e36b802aaf18', 'aad28d3e-3987-4d7b-940d-3f8f1a40b5e1', '21c2099b-9875-4d97-8f37-48f8fac76ef7', '08e69290-1822-4999-9b11-352ea98295fd', 'e5c91f37-9cdc-4164-9c80-25a6508c8e13', '80afa844-099e-40be-a2a7-3e41b401727b', '5fd1c987-ee85-4689-9c04-9cd16f05df17', '21ccd0ba-573f-4407-a795-a625d0030994', 'ba935289-6c8a-44a5-8d39-ce0ab638c3bf', 'b261474d-c3a8-4fa1-9175-97249f6ec9ac', '9f6b2f48-fae5-4699-a45f-958e9429ad34', 'dc41a26b-1b74-480b-9899-4e073bd78ad7', '4f88c139-0288-4464-9082-d3ff59ece37a', 'c679485f-a515-4a3d-ac80-7a68faebb9ea', 'cd4c5a57-a306-4ef4-bd1f-b13f0351706c', '91be0069-f7b4-4bf4-819b-614f5d5960de', '32482628-8851-4de7-b1cd-43efedb870e7', '94bfff44-05fd-4cf0-8840-8cc855905c74', '4a014c95-c33b-445c-96d9-bcc0309dbee1', '6f1b6a4d-43a1-4782-b87f-72b1fbeb7137', 'b4165866-fc32-4750-9878-19b87d70b347', '41ce4377-4e5f-4cb5-92d8-107cb810228f', 'a9e9b630-dcee-4b49-b894-1b1f663a4935', '890ecfaa-9bdb-43bd-b26f-33bde81d03f1', 'd3cc8789-2c20-4dc1-bcd1-5d027eeaa0d8', '7eb0868a-6b6c-4a5f-a307-695f7372724a', '471bf94d-4086-4e49-aecd-d20ce70b95aa', 'bd10cc38-f61c-4080-b988-2568526df36b', '8ed5509f-7e28-4365-93c3-84d3ac705d43', '4c55fef8-21c4-4833-aaab-2ca5c5e30c29', 'cb54c9f4-1ba1-4fda-845b-25cdcc6e02e5', '54cd0474-ebe5-4443-94cd-b6e3521ad77d', 'b15217d4-99ea-47b5-aa81-b5f401b3ebc8', 'deccb4ee-1d08-4f18-8813-240d3366c71c', '330c32b7-cddf-4ae0-9481-01f8b22eb51c', '94a39015-6a4e-4b36-871c-6b19e349d8be', '3964d845-94f2-4ece-85db-b2317bcd6888', 'a95486b3-009d-4a95-a4ba-1448d0cd10b2', '1dde2ce2-b17a-42d9-80dc-4bc07b6c7001', '99f067da-ae82-4795-8935-d8cc1ba2f835', 'd9b8244b-a784-4537-aea0-86fbfa3b6fba', '74850971-04f7-46ed-82ea-b85fc1b1b317', 'f0538731-5597-4972-9d2b-818c4618fcfb', '7c544ae6-ffb2-4e9f-ad7e-bfe1d6989960', '7565ab33-3a07-44af-9217-501037436744', 'a61c1825-3559-43d4-8227-ae4f2ea25465', '81d706ab-bd12-416e-a0bf-822f5d2b2c99', 'c55df078-a17b-435d-a811-ca60faf313ea', '66ca5e95-a96f-4d99-a6bf-dacc421f9233', '477a85f7-b278-47be-a046-c149f11cb318', '7d0f1301-f450-4aec-aa73-ab81a6c82ea4', '2b1f7088-d041-4551-a022-a05782201cc4', 'c6f548be-d5cc-45bf-bcec-b559dea3066c', '4a82d3fd-e2fe-4a7c-9634-b98a3b639877', '6e6bb0f0-9b97-4a57-bc3f-e4f9db9d0a74', 'b2fdfa52-c4db-4afb-8de0-6ad6b55e93c2', '35677027-2242-40b4-83a2-028b0b301a7a', '8aebcf83-4316-426b-aa6c-e3733e0a0343', 'c2abc7e6-2838-477a-94c4-71ba56baebe6', '3a5c294b-b30d-4d02-b3e4-7eeb40e5ebef', '4582e85c-be15-4f66-9f08-dac1d9ded6a3', '90bbc344-aac2-477f-99ee-7888955f1815', '1cf99b6c-8d2f-4ad2-a0f6-56650aa1cd4f', '52634561-9fe3-40e7-b6ef-9871714055bb', '71d68ffe-74c9-49e9-b444-1b0702dd6a9b', 'f81b7812-8fdd-457a-9698-98bf1fe655f0', '99a36ed6-bbaf-41bc-b297-9d5a2c05e875', '04b8ad2d-e73a-44db-9817-28221fe8650d', '2c2420d1-4990-41d2-a335-83bb27bc638e', '86f396f2-1882-4194-9b0f-a3ab4bcc2d67', '199dc72d-973e-4a0a-af0b-48ac82dffc4f', '0817abea-eab6-4c01-82cb-1a69a7ffd3d0', 'd9a66427-848e-4d65-ad93-84876a1082db', 'ce1d1438-0411-464a-b34b-2e4fa27e5d5c', '2c63e53a-9011-42f2-a322-262477f5c4ee', '659fc536-e683-45b1-9690-d877e0548084', 'a7caf4a2-ecd8-458a-b07c-780b910c9f5c', 'a597b452-ab18-4069-95d0-152c7e0ead52', '45de56de-1f02-4685-83ea-13e7cc407c6b', 'b60f85d2-1cb0-40be-b5f0-718670ff76bd', '7545bf2c-5aff-4991-91db-b363ef5467e1', '12322d00-8d76-47fc-9cc8-fc34e6d31622', 'a6eb31d1-48ad-4888-bf5e-09b69a44c562', '0679d29b-5a98-4e6b-a83a-cf5d55a32a48', '88b2c4ab-ab6d-4059-8d9a-e24ed5e30f6b', 'd1f865ea-77d4-471e-b2bf-ca1dd276d4dc', '4af191b0-dadd-4d98-aa3d-a1858096e30d', 'c03c9e88-2a20-41cc-afb5-0377b39cd277', '30d1520a-6691-4482-8da6-5943db7c1053', '49cb746c-322b-4ffa-b778-b007c81e17a7', 'e5a4cc9d-6f44-43f1-98a2-4ebe98e900bd', 'c440e253-acba-4642-8e05-503492a8fdcd', 'abc90728-0bb4-46ed-bc62-bb2794200345', '9655d700-04ae-4dbb-b8ed-5b6c30f7eba8', '8978b641-3461-4e64-8f6d-2c25ccb0c34f', '735afab7-7166-49fd-b321-4b29efe7923a', 'ae22b303-86ea-4539-9397-4d584a0eaf78', 'fa43f457-b7f9-4711-97d0-9c770f78fbd1', '2a5d465c-4d8e-4fbb-9847-c97fce87ca8e', '051d4129-3dbf-43e3-b83c-ba72db26f14f', '1cea1936-bc27-4ba9-b888-a8c09c42d4ff', '23fff807-8009-44eb-ae50-de1f2cb41f68', '8b13389c-cbfb-48a7-a2e4-c1d7f8f672ee', 'ee4c730f-cffe-40a7-b62a-370a4b8df15a', '1380ec1d-987c-4897-badb-22889dccf9c0', 'a3aae54c-eaf8-4b31-bd52-0dee6deab657', '581def6a-cc9d-4810-b428-7ecbf8477e45', 'e85d15f6-b242-4dda-8af9-7e84b39ff7d5', '6dfaed19-ae6c-4d17-a9f5-fc9741a0ab8a', 'e4a6f7fd-40f3-4c36-b53b-2ae2e3331022', '8c9baaaa-0209-4f40-a8e6-3c75b3ee3285', '2ff61abf-f8a0-4c3c-b8ba-97f2608dba51', '7a70cbba-4f93-4eef-8444-86f0cca930c9', 'bfb6fa92-1bb1-420a-af09-3384b30297b8', '3ecbe4d3-e448-4c35-9c84-6bf51ad107de', 'e6894e2c-87f2-403b-8e70-9e50dc4ac2a5', 'd1595407-68dd-421c-a9e3-4dc316f976b7', '1c7ca37e-767b-48d5-8c60-a2dc638e655a', '56a3c923-7b39-4495-a48f-4ed3ae3da18f', '94391816-d6df-4146-84fc-f182691675be', '8f83ff4c-a36b-44e5-8f1d-a7e6f14f986f', 'f4c45599-dd56-4aa5-8255-9ea01c726ef0', '3a56d1c5-69d8-497d-b27e-8698ff452165', 'e8c03d3c-a2ca-4c96-9c2e-1bcac894ba96', '8ba81421-c097-4dc5-b5e5-ac02b4aa54f7', 'ed1aedba-95db-4352-b1ac-8f216eca90b0', '573b0956-f3ab-4b9b-a593-44dfa402b34a', 'def593e4-c1d5-4795-a646-06b0d58e8b55', '6ba6adb8-de94-4f83-816d-3a17a3f8a7e9', '8b3e454a-e370-428c-8c41-4fed06156b93', '77c5215c-4e55-4265-ad17-e501f0bb15dc', 'ccc807c4-c645-4ca3-a9b7-b509a971b7ab', '033b546f-ae3e-4471-baa0-698308cd9ea6', 'ab68b554-4f35-41f0-b2d7-1e8797b43681', '482945bc-d9f9-41ce-950f-22792a6f4f16', '5f4b1d99-e431-41d9-bdfc-8b03957d8493', 'ef35a8a4-76ba-40bc-ae27-c8950898e6b5', '3426c382-b340-4ef6-9237-7f2605c83321', 'bd72803e-783c-45eb-b138-4cd3b535f4dd', '2f7b110b-a090-4a80-ae02-01752d46d7ab', '7fd75a4c-0a9d-48bc-b09e-b22c73fa94a8', '272ef4f0-5f99-4788-9e3d-6e4747932aa4', 'a2b9c5e0-76e3-4606-82ea-2d2a14b4f60b', '8a9c31e6-7dcc-463f-9518-97289a6a69c8', '7c105d31-8981-433b-829d-2bb79cd2af45', '836984f6-b387-4867-9a93-8624df23af9b', 'b2becd0d-dd67-4eaa-b056-ba5975b4a5a1', 'b02c928c-9c0b-4f58-918e-1a37133ce528', '511c9800-ff90-4257-af8f-ecd41235a050', '52116800-630e-4705-a9f6-951b0d872383', 'ca29e025-089a-4fff-8628-cddd8c64ef3b', '74bef122-3397-48fa-9f0e-57daa8aadbed', '38798df3-9a21-4fc9-af76-b2cf5b4ada05', '8ac2a27c-88c9-4495-92e4-4bfd0a618764', '71dac95d-48b9-4cd0-841d-a728100ce2a1', 'babf2f4d-be05-487e-bdc7-0ceb3c038463', '0a71ea84-b647-470e-be97-8cf0d072f25e', '5d833974-f90e-4035-8817-0b75eb4f5730', 'bc6d0c9e-57a8-45c7-b5f7-da2dd8e49d33', 'ea2478b8-66cd-4d7a-bdfe-3cf17610c6c9', 'dec8b07e-e404-4fe3-86c9-01b66f2dffcc', '275b905b-2ad4-4b55-b369-0120228e26f8', 'abc57d4a-cf7d-4c9c-8475-9f0222aff7ec', '25a6a138-1718-4829-80a4-976e5081576a', '716117d9-f41f-491c-b19d-190e58b3ce0e', '19861941-79d0-4d25-91f7-3bb40ed6a373', '9d83c257-4db0-4d60-9249-7dc62b3e2151', '36b2e4f2-2f0f-4cf6-8bb2-9e2711bef7e8', '67e9f1bd-e63f-42fa-a371-50e47e794142', 'b55134f8-be2c-4a80-920d-52beaad20f62', 'd7e5076a-5edc-4404-8439-f8d454745b26', '13e3efe8-f07e-430c-b500-ee504c5f2921', 'e3b1f9e5-06ca-43ec-ba75-46c7e7f0ae16', '288599cb-0f57-4b30-97a5-9ff63af41e94', 'c89773cc-6ec3-4507-86fd-1b4fb5458289', 'efa8ead6-f204-4433-befb-ba282128b8d6', '4c1b7ff3-69ee-46b7-8d55-347b5361e5fa', '5e67ef67-5b1f-4f8c-b951-64c5fa1c976f', 'f072d457-ca82-49f9-b7c7-41fc5f0df794', '5e828e3d-f5cf-4a93-925b-6c985b22c651', '6952e832-7130-4ab4-9736-4d84032527f8', '2d6e9f38-88d6-4ea7-854f-71d63d2cba4b', 'e2764a5f-ae9e-4dfe-947c-a11e943c8fae', 'a7204a28-0536-420a-8499-ac8121aa4d69', '063abf7f-d9b0-4376-9708-e895a7e5eb5e', 'cfdf0a39-745e-4f46-81b5-014bcfbe3751', '4dfd482d-64d7-40e9-add9-a4a49aa5e986', 'b19c3b20-a69d-47a6-9771-7f8ea4a48ebc', '4ae1a4f0-d11c-4fde-b80b-2877145cdd2c', '7a328db5-b87a-4aca-b23a-7014ee0a3c78', 'b7d2c297-bd7a-44c7-a174-9c22eb52e5bd', '05262b1f-09b5-49eb-a86e-6b8f0445efb7', '4b23c9a7-70d2-474c-a871-7fabb9fb909f', '312c9801-5618-439a-acb4-ca328035eef8', '4a614ead-10af-4e92-9725-d13e8f2e85cf', 'ef96a518-bcf3-47bd-bbf6-f55461e16df5', 'f49ec98b-9a92-44da-8d89-0806738d02da', '6b8f4a62-c413-4edc-8094-9c3c4ea98c15', '3de83b18-5a46-4557-8d8b-b34144065986', '4335fb5f-ae97-43bb-838a-b558f5b1109a', '99c9fe0a-0656-4765-9ce6-e64a01c74f16', 'a640556b-e1fc-4913-befa-a3540b9b216c', 'a16c2a10-3f86-4568-a59c-b434fb83ef5e', 'c8bd3d89-e341-4b6a-a16d-a6e817351b60', 'd31c702c-ca4a-4e19-94dc-d574852c7716', '57a1cc18-e647-4ee4-810c-a48f11443810', 'bdc6ea9d-3438-4059-98b9-545c46c9d7db', 'ca410499-9409-4e16-80f5-42d2fa8a175c', 'ef8bae6a-2fde-4e9b-8161-1704a712da1a', '4c981af1-7a6b-4d5b-936c-bb1ef515ba0d', 'e576d359-e47b-4caf-8066-ca2754b6f4de', '09aa4d69-b9bc-4bec-b0ef-773950db2306', 'b9e544f6-29a4-4548-91b5-157e6e56954a', '5b76c9b9-3898-4fa8-9f7b-4ae72e22651f', '878334c1-436a-441c-a294-e5db9eca908a', '02f20384-551e-4f7f-a15b-4acb76d6a50a', '86aa2015-e15c-400a-b161-bd7ab9888cdf', '73352155-6a2c-4e95-8aeb-e8c9594b9778', '3d353df0-36a0-4bac-90c2-4c319e0ae440', '5b4b6c5a-f275-4d61-8f59-84ec53842503', 'cbb703fb-7b08-496e-add2-a7000a7b447b', 'd41d0e84-1cfe-423f-9dd6-4b28e9177561', '2e7e7f66-fec7-45b0-bc72-456a00c96ab6', 'da751350-b22f-4675-8b69-ce5dc5815035', 'ad92ce64-ff6e-465c-b67b-cf318e8a0cde', '969067e6-683e-4a45-86c4-66a67c7668b2', 'e360aa08-8c92-466d-8398-67fdd30dffbc', '174d7865-4281-44db-bb76-489b44424a6c', 'd6ea7f7f-21dc-4488-af52-e31be9ccd519', 'd37f9a85-5731-4488-b4d4-ccf14157353a', '9760a78c-649f-472f-b5ac-59e51a09a56f', 'ea123d70-16f5-405c-a9d4-f44d5a45a8b5', '9932fcdb-2826-4785-b5f8-ac33d61e5473', '98e4506a-a44c-4742-8067-52f1bcab6bb6', '6009fa30-0bbe-4df5-a5a7-ab9e2bca4054', 'd0d7f094-b2d5-4b09-82ef-b00584531f19', '548a0fe6-cd67-4a77-a6c0-ed2803af1d41', 'a093a473-13d7-44d2-ab8a-867b28d83723', 'fe96a5b7-b7f9-4d35-83d8-559cc3c372f4', '7e2ad595-2171-48e8-ae53-69df722e0446', '357d3c2d-0379-40c4-9ea7-d84331c83d19', '5c646487-61b0-475a-a4c0-f8be892315dd', '7df9b9d4-1cf1-42b7-a563-d1de6a653045', '3a718064-58cd-49dc-8bc5-ef7f40b27ad7', '294337ef-131a-4319-b34e-0b2fed4a3c76', '28dec46c-7b48-4c2e-b8d7-7e33b2bc3746', '004f7285-8072-4ebb-8013-b5c419b9dc1b', 'a45c6f29-93be-4bb2-ba77-ccbfeb6e49c2', '500ba3f0-5cab-4cfb-9399-ea0a3c8b04e1', 'a13c73a6-789e-431c-8a4a-d86b40e20ce7', '165d265c-da87-41f9-8ac6-442902e137b3', 'b2d4a859-2066-4f1c-91eb-a50ef4fee67b', 'e9a1fa76-01af-428b-ba6f-978394188552', 'b02ac273-050e-41d9-af1a-7ebb1915fe9f', '112e90b7-65ee-4c56-bf70-79e5f51be23e', '75a97f4a-94b9-4ad0-8165-bdddcc7d2d0f', 'd474e943-3d81-490f-ae2b-bf2d0b759100', 'ff5438bf-f8ae-4d73-8c26-bf0cdf2361ad', '5cb58267-2e11-401a-95c7-86f69c4dc537', '941882fe-2970-433d-8011-e5dc81e11232', '3b86535a-5be6-41a7-892d-f385bef0a184', '65f87f5d-54f0-4bc7-a86a-13c3ef90c1ed', '79555bbd-d82e-40e6-ad32-3700fbedef77', '4b31f955-dd62-45b2-bb42-aa62dbb37d88', '458d67fb-3f24-4c31-a9eb-d23b5d142560', '7aac7d3c-6a8b-4567-9cfd-67689ed58aea', '1223a588-09b7-4259-85fc-e448a6424251', '6ef99bfd-b468-48e5-ac69-46e9633d2bfb', 'ce1ccc81-9a39-4adf-821b-07b0d377ec6e', 'd115e78f-8023-4910-9a0b-6da7eaf66957', 'd681605d-1587-4292-a14e-e3173201f89e', '94f3c295-7899-4d30-a7ac-c84bb887b38e', '3b11a80e-c169-4322-9bf3-eb34786c0087', 'ac21af0e-2f87-4a29-b625-4e4fc2775815', '7fc68e0a-62d5-4dab-9504-e9fe09a1a09d', '95a388ed-5254-4f7b-9d1a-91d634d1a6d2', '5c2e6f1f-9463-4eb0-95e3-1fca39af8896', '8506b6b9-6a86-48b7-a8ea-9d89601441f0', '6506181b-af35-4f6f-b4be-cb67fa8bfb38', '91b0c13c-66ed-4b41-abfe-40b711df20ea', 'c19dd72c-2597-47bd-8443-207b353e6d24', '8a3ae89a-c8f3-40df-affa-bea4acc2f064', '7b360f94-5a1b-4a5e-99b8-19cd7b6f7976', 'ebecb196-a62e-4b49-97a5-d1043fd2a769', 'f85aa89f-1d5f-4d8c-a806-49b8fce64889', '60adc6f2-6b69-4b40-b9c6-38ea244e5576', 'c46c14bc-f302-40d9-9a21-610aa97764aa', 'd051031b-da89-4678-aac8-b15c3f744768', '42a68370-4b1b-47c7-9de0-8d93369c0c52', '2023f167-b395-4228-8c63-bf9fc2e3440a', '98d7e396-ad04-4349-893e-633d40d73bce', 'cfb2332a-a5b0-4f43-8188-c8ef9caf33d1', '1537f971-aafe-4223-b1ec-165e7b40f502', '8063b714-1648-431f-b8ee-390abb022cb9', 'e4db41f3-bda6-4c9d-b728-44b037c9307c', 'd9c517d5-c8cc-4c66-8fb8-70f177c1cf7f', 'd900a2f2-e892-4b59-988b-59ea2a6c6205', '7de1e13d-6cd8-4d4d-b05a-d30f662c4806', 'a73afdbf-fa9a-467c-9b65-f06cbcb5ddbb', 'b55c385c-68a9-431a-9079-25d9f8c1f9f0', 'e63362ad-6e42-43dc-a2b2-46d9730d8a26', '7aab58e6-c86e-4415-b2c4-939d5a91a33c', '16742b08-2f3b-414a-b7e2-57f1bcf429db', 'a0e35de5-ad3e-43a6-ad51-f14f61c79fb9', 'b374bd69-72a6-46e9-b499-fa9d718e0e9d', '009211f4-6f14-4684-8581-5711a6922833', 'd75e7933-8a6a-480d-bf17-af07936b2f35', '4f3db372-a0b6-41ce-9604-bd04e0bb1c0a', 'b7481848-5aca-41fa-9b5e-6954c33a9a68', 'd250f0c4-6bcf-4fba-b255-331cec387b38', '6020ed43-41d9-4e82-8059-1a10ff33d71c', '37649c06-8d47-4d10-9aba-c5832905ba15', '93339e40-9d52-41d3-a166-25b7a34e47df', 'ddf989af-f1b0-4859-a575-c6b680794068', '09f3d21a-00fc-44a0-b59a-020c9e9d5fa2', '8c440d7e-10ee-481a-ba64-f094994c3146', '5b74e94f-c1f1-4a2a-9416-c10f83ed0c8f', '6a1e18e8-b262-4b1f-bd9e-c77af3cf47c4', 'c4baba44-9a51-422d-ac5b-8b987881e98c', 'ab6083c6-fbe8-4846-9513-e4aae8a6e7e0', '33077242-8811-403f-8a48-05a8f16b8ac6', 'b15fa0cd-06ed-4ba9-8673-0221d5720c63', '4c8b22f3-6bf0-433c-8245-e05fba287b27', '82222a27-f5bf-4e18-8036-87327f558e0e', 'd6c5496b-c345-4ece-ab07-638626436c39', 'dc9c9384-4717-4641-b5aa-71bf68c088ea', '065ba0f5-2ea1-462c-b483-0b863c3a7966', '35a35c70-e1c5-4346-bba5-8ba792df1e80', '630c77e1-d86c-428d-99ef-16fedbe2a4fa', '6cfe79c3-ce95-42a0-a796-42ceb86b7c26', '6fbaf094-6ff2-42e6-873d-7c0bf3750e68', 'c054b02a-b43d-4b3e-8f9c-7e32cf8f5b1d', '327025fe-1f68-4652-a7d2-3b75bc122417', '201c9f36-8d2d-4790-82c7-94bcaece474d', 'aadd480c-bfe1-4ee3-b3b9-f13253353f6e', '88a0ffdd-fb1c-4dae-81f3-be4a18a705fc', '99ecb486-8579-4e85-ac47-a311fd10dbff', '5bba7bad-21eb-4783-b9db-cb382e22713c', '724e0405-3175-47ca-9cb0-924777f22928', '535372fe-f5e3-4cdf-92cc-72f984c06c3f', '3084c824-7c7e-4cae-b2ee-4adc58e347bd', 'e5f09e4f-e16d-4a8f-a376-1f86745d124a', '55eabf46-4b29-4c12-880c-97833f2dad7b', 'f63ba882-33b0-4753-8caf-5426cf757a98', '3daea096-076a-4282-a6f6-420f5687b8a9', '8d5dde32-b44e-4f04-8338-fbb9f51737e0', 'e4f666bc-257a-4def-853d-e76cce465ccb', 'bbe5bf94-b964-4914-970e-d0c17cf6ad99', '30ddd08a-73fd-4676-9c33-64199c9d85a4', 'eb8bc259-24b8-474e-86e2-263c6e45977b', '7d516ad0-ab20-4ca8-bf97-b2cde6d13258', '690812dc-5eac-4797-b427-604a7eae1df3', '7ba34ad4-e469-49fd-9766-6eacef97cf39', 'e1539c5b-cc8d-402d-8ab0-583f2bea7fdb', 'dd117c68-4c8a-4dfd-80df-568b8a5f2b76', '07a7cbd4-14f3-471c-a4d3-35cbe79ee4d8', '2331c4c4-3b77-4216-b248-1efcc63b8949', '99eb762f-e8dd-4e5f-bfa6-2e915e5350de', 'd5c8b44e-1990-4d19-818e-cd1f26e770b0', '9f567068-5639-4afa-8e60-e5b31865bb2e', '6b9a79b1-d295-4dd7-8d0d-f5d2d0fdd307', '438ff6d4-3d49-43f9-9511-a22b8621a4b8', 'd339e996-1c00-4cc7-a588-d44ae05256da', '5b148bf0-569d-4cb9-b65a-7fbb38e8c2b1', '553cc1f1-5cbd-4690-af34-7b5d35dcd056', 'cf59150d-a541-4ddb-8c69-de85c4673fab', 'c5aa80e9-c3ad-4c9e-bff3-b7ff1c44e6ef', '3200c368-7afa-474b-b79a-52fa8e289e0d', '1f718a2e-f09f-4e84-be5d-e18d4900af65', '5588967e-1fa5-417b-8e6d-2416f2a61fde', '0d2e5d8a-852a-4ee6-9202-8ea7fc29c763', '549d98a3-0c0b-468f-bf3b-38fb09542722', 'a08c1be5-8e3c-4960-bd99-ed33f879d4c8', '8998d1c5-5c49-4211-b3c6-8e58fada3f45', 'a8bb1871-fb29-4bff-a0d7-e31c513b9686', '3ac861bb-caff-4658-89a2-144d6c9188f5', 'e72f5638-9dbd-4ff7-a103-d927f1ed8dde', '2cabab5d-d299-4a91-adb4-b7cb739ab32f', '1485a672-9d1c-47d5-9b25-c35246b802d2', '7c8c68da-2ce5-4c67-8a2b-52f78e4c3c9a', '629bfa37-a2cc-48c9-a156-9555b44553c0', '5ae22f98-2159-43ff-92c7-69c563b3d640', 'aeb6e4f2-8628-43ba-bc4e-fcf0d58e4160', 'bf2f0245-cbd7-43dd-bbc7-3ff54f73c24a', '3b4d8f8a-d9f5-4382-b699-ae0e203b3a62', '9d2bd936-d030-407e-af5f-85ed3ea14095', 'c84b3ca6-0502-4a7a-b6f9-43ee85fb790e', '7574ac8b-8d34-474d-ac83-554e928b06ab', '51d7568b-c14b-4b78-b27f-0c04e0a3789f', 'da7b3526-3be8-4c8c-a8a3-36167d7e937a', '121083f9-4ed1-48f8-8814-351aa8ee5d20', '6bc39d12-3de7-45ef-adf4-9e9f3f489a4c', '85eb8276-f7b5-41c5-9eaf-b945b3502634', 'be5d3b3e-2370-4ea9-9f7c-16ec352764fb', 'dd3c6256-ec95-4ab9-837c-a227751cf989', '619d2491-9ca3-4d99-a831-d1ae38845ef6', '7a18c7e6-e57e-4eba-a3b3-5a0b0183f8b2', '2d7847ac-97b3-4127-9c7c-f7d93765a4e4', 'e436d582-39a5-41bd-a563-795c8df5275b', 'bed7444d-8dc1-4da2-ac2e-338311082f7a', '88785471-2d9b-4ca9-a49d-ea6265d8c487', 'a62e7f62-d43a-4513-98d5-d71593f0a509', '89ed4385-57ad-4925-b2e7-61ae260c5769', '65587494-5b55-44ea-ba77-a36d06ac9893', 'f4cddcbb-07d8-4349-aad2-69b127b782a1', 'a3316bab-df2c-482b-94f6-3d7bd4681f1f', 'dba12d0b-2129-41e6-9fef-63b1cb7f196f', '51196387-a903-430d-8e65-e2cc0e1743e7', 'b600f70a-4c6b-47a2-9283-e17a76b06c05', '68a1d9a6-08cb-436c-9e73-e70fbff11e4c', '7bd6f6fd-3be4-4c57-adce-1fc03199c685', '8682c684-6f0e-4a48-b64e-2c7ead4134ba', '673fa297-f221-4557-a2f5-558cb2642252', '4a8d5465-f597-430a-800a-ca48d4483e5e', '35ecba74-1532-4c32-916a-0cd6cf423d0f', '44783869-e373-4286-85b8-9a2016bd4e42', 'b379375f-52b8-425e-a7bb-c02a24079c9e', '4686feef-2d9e-4f64-ad51-cca9e3e46473', '0d1354ed-2edc-4600-983f-483e9b27ffdf', '095a3b83-6ebd-43a6-a10f-b75e129344fa', 'b1d66e39-5f62-47c1-a2c3-62cff621284a', '20f01c2d-4f8c-4e37-9465-ab620231a147', '566f153f-ceca-4477-ac61-0d36172208ea', '78e70ef6-3842-44e6-8fc9-90d44dfdc6ba', 'e022e9ab-2d76-46dd-b8d3-7f7ea61a43fb', '61d7b067-8b9c-4ad0-9f03-f8cc42bed8dc', '60946e7f-e776-4e71-834d-d89ac857cb7a', 'dae2281c-c987-4c46-8102-ad574bdc4321', 'aa520ac8-5ce2-4043-a394-0d30800b721c', '7dc50062-98b1-4937-8f61-9dcb708dbbfe', '91a6a529-1867-410a-bf66-558769e04e51', '5f9bf029-5002-4c8f-be54-1c2cb42a6737', '081b0965-9642-458d-80e9-295ea10e8f72', 'a4121622-d163-4b17-824d-d3138f9c9f5f', '4dc41ca7-19da-49e2-9752-12ed6e20b432', '1141b776-4343-4b23-9f12-97d99cdd3e2e', '508ed9b0-6904-4c18-baee-441542b8065f', 'cb4a5811-cb56-4bb1-9e08-30e09ab5b879', '1bf5856f-acdd-4254-99fb-0a1af0b080f3', 'fec77dd0-b586-4836-8bd1-15b05564df83', '560e87de-720e-4ee8-89a1-769ac5d3bd5a', 'e79d00e8-5b7d-45b4-a9fc-11b07f793c3f', 'a2fe19a5-1437-430c-bf60-1de20521b12d', '8ad783f0-10d6-4804-9d89-7e6c1c2f46a7', '8d757235-a688-4452-a300-f7d2f13618ef', 'b9829324-b39f-498b-8a6a-c2d8cc1b25de', 'a2422a23-71cd-435f-b394-5186e61cf966', '6e36ef6f-b4e7-4f23-ab16-ad9b9c727c14', 'd92bd2e7-a9eb-4d29-89b9-981994dbbd97', 'c809e9b7-20b2-4ef7-8742-853c629e9cfc', '033a6df7-3368-40e7-8578-abf970271c7d', '9e10739d-bc1f-4367-b16b-a64fe498d848', 'f67b1713-0306-44ef-ba43-284224b96e45', 'f961cd55-4698-426f-aa6c-964549e9d288', 'b9aaee66-7c6d-40ec-b224-05b59e7b9d12', '55d7091b-4703-442c-a193-64946639d236', 'f0916912-e13a-4d96-a497-013203422553', '0a18f720-72c7-424b-bb10-d618c7b29c57', 'ec473559-87b4-49f5-b16a-e4c6c965e3b7', '2f13c759-6852-4150-bd81-f7d1a6d4afd2', 'b99e4863-d8f1-4fbd-8366-5f1b4057e246', '83fbe296-7b3a-4657-a2a8-a2087251fb87', '33bdf59c-21e8-4817-b653-e5455c662c0f', 'c686fa21-288e-488d-9304-321c525d6a87', '9e405472-12d4-44e0-a4a6-b7286f0de3e1', 'ec91a385-accd-46db-bea0-1d673bf8a160', 'cd7aba6a-ecf2-495e-9e7c-df34738dae82', 'ae8c5301-4bca-46d8-8def-c73024380e74', 'a1caa200-aeee-414f-9a1d-f0dbca35ec56', 'd23bcf75-4992-4f4a-8fee-caf4571407ea', 'c3187b9b-de2b-45a9-ae75-081c6996b541', 'ec20e256-5566-4329-9a10-d2ee66c59edc', '16615cbb-1869-456f-8e96-3771b6e61311', '1d23a7af-3eee-402e-b235-052fb35939ff', '10ea6cc2-fd0f-4ae1-8cbd-f4963b917c25', '3fb88206-05b9-4e8c-a900-7416efe7f632', 'fb1c0b27-4c22-4c74-b260-dd53d329058e', 'cb5b16e8-73fa-464d-81e8-0fa5461d81b6', '60647e7a-949f-48ea-a6de-c22fedffbf06', '0598792e-d322-4341-8baa-af777e887321', '0a19c5a9-d132-48ba-be48-ada8bea6c9d3', 'ce41164f-2b7b-4031-bc3d-0309e8ecf073', '8c25f9bb-95c3-4c74-9f64-e26218ebe209', 'b7dec426-671f-4ab0-9edf-e790e148a430', '654c6d2a-5def-4a43-94aa-9af64d7b7740', '0792cc5c-a86d-44ed-98c0-d660827ff705', '1d7d166b-97d5-4b4f-a726-4dddf5bef4be', 'fd8f222b-e32f-4c64-9d4f-889b382f5fdc', '59a33dee-fb8d-413c-85a9-ac061e68c07c', 'a6833090-f3c9-413f-9c76-aa3db0c6093f', '7e7190fc-7518-4e0a-873d-bd0711fae7bf', '0da69acd-b998-4686-bfda-4dbe8dea7bc5', '6d287e2a-5309-477c-880f-146803e89d20', '56150730-84a7-4d40-981d-fb5e43d22fbf', 'b1fa0b65-ff17-4dcc-b83a-2b0a0b67202d', '58b13566-628e-4cde-bb9b-d78157566973', 'f5377602-67fe-4169-bce9-bdb400d6ba34', '235f185f-aa80-4bc3-8e0c-cdf5ce279f1d', 'a9f0f292-01b3-4d4c-a908-d7d1eb9b9721', 'ecb44d1e-28a4-44be-b9fd-09cf884688a2', '7c2c8f26-c3f6-4825-a0f1-161ea0ded54c', '11b0835c-e20b-4a91-a7ca-1d80a57136b5', '9d24afe7-ee8f-488a-9749-839f38de64ad', 'c1f4052d-2b01-464b-a134-db217155ffad', '4128cc5f-5e6e-4634-8c2b-87904e688f64', '10ef12c2-c87d-45e9-b76b-d78c39dd4107', '724c3674-56de-45b3-a0ee-6f0c906615a2', 'dc4227c7-e01d-496c-9de8-5889687c7d2a', '54b14dfa-9802-4b83-8675-7e8dbf3b8781', '70f2ab1f-8e2d-4587-9654-f69428a6b8bc', 'e3f4934b-ff16-46a1-a2cc-4f22cdabd875', '5d25165a-cede-4aef-ae76-61c6765278d9', 'a9070286-1b75-457e-897e-17904afbb986', '445d5c5c-f4dd-4302-a5c1-0bb2f87e76c4', '771904e6-928b-41e3-a2b0-7e01ede74344', '4104ed9d-5ecb-4b18-9d77-53856a43ffc1', '3c6b959c-9876-49e6-a4e4-761ff2012440', 'acf02c40-c5be-4295-bbc1-f95d66ef4cce', '882d3bfb-86bc-4ded-9b36-0fa4ee6d16a9', '93ea1698-87d3-413b-aac7-395500c990dc', '925adbdf-3396-497c-9757-23242dc99d7b', '84fe2591-9d03-4e55-b2af-1a789c91d671', '22ae3474-17d9-4439-b6d0-6a04543e0760', 'f910dcb6-24d0-4dcc-ab78-d00244fda75a', '35e24f5a-8ba2-4023-93af-4f48589dad8f', 'b2eb274b-5aa4-4cc2-859c-e3f76fc3a4c5', '24c98a2a-a15e-4b96-8e0c-40c3322937e5', '7197af58-b7b9-4434-96b1-eb2ba14148b0', 'b8d2d5c3-fe9e-4ccf-a767-a8c4b637c7e5', 'a97cf28b-cec3-48e6-b196-1c5bae6a6343', 'fd29578a-bb91-4ec8-8596-eeb5dfecd151', '8a0f5a33-1b96-4a51-ad07-bad64e00b96a', '44878a29-92de-4e27-9208-8bed876a135a', '1a5254a7-79ca-46ab-9157-19c098b46768', '1f7e070c-04c8-4874-9fe8-c185f8bf99df', 'c76823ec-626d-4d97-85a3-454bc28770fa', 'fc2e40ed-671b-4075-b91f-dc05c16097b2', '3b5b8eda-e3bc-4b86-b7f6-5be85ce93a8a', '6250372b-582c-4877-b839-bd367e09a2bf', 'e6a8dda3-139a-400a-82a1-92f9ffbd0b83', '1d4fc733-74f4-4f18-876d-b3d1b4680ae1', 'f0faabb3-b641-45ce-ae62-ec3373b1c82c', 'c9fa9b75-f7d6-40f4-8b93-629e2ac1554d', '8f231770-ced7-47ac-ba59-9e3dbe594d82', '6087e009-a0c0-459f-ae4e-8476922cc18a', '1e7b8cdc-de98-4a1d-bf52-27b155673665', 'fca72e78-cd40-40e4-907c-e9782a821224', '46c02fd7-2f84-4ed6-b775-a36b7815a5bd', '866fae15-9404-4818-99be-29003cef337e', '6fae3d92-f586-4753-a37d-9965d97175b1', 'd122f8fc-e261-4b83-b9cd-1d66db8ad3eb', 'bc71fa38-6e6d-46f3-a920-55cf2d134545', '12d284c7-d2b7-4631-908c-3b39a5716ce7', '15aedae9-022a-4a37-935c-b09becd4e210', '52cb99e2-7864-404b-beb1-7970045d71be', '6484426e-e2b8-48ad-83f6-f00ee56fa193', '2fd90dfb-40aa-4d0c-9b6b-d9d8007fec2c', 'd134bf8c-186d-40f9-8033-8c25626f0b5b', 'e66b3985-e0f4-486b-8c4d-74b6dde3d82a', '2e9f913d-c5fe-4036-b00e-203824e2b6a4', '6546eca1-32d3-4cae-b231-b24d1137e5e8', '35b61ea8-5896-49b1-b88c-0969df9eecb0', 'eb7cb7c5-8355-4e04-bf6f-78bad256cec4', '7756a9b8-8f39-435d-a1c8-47e80ad4dc01', 'e69b3d9d-91d0-4554-9b39-f198b6013f8a', 'df685463-f83c-4590-8e20-f562f720a734', 'fed7348c-d5b1-46de-bc38-51ca579c60e2', 'ae9c6bc4-c8c7-4b2b-8c8b-f2527e8375bf', '6aa8b8fb-968c-4d41-ae73-2d02fd404751', 'f20d0157-6568-472c-9f85-777cc0fb4bdd', '03392897-0d44-4c18-8ee8-36b55d0c7738', '4adfbafc-d200-4084-963f-712b5f7c8212', 'e2da6314-45c7-4525-b32d-4e235bd57def', '5310d664-1f7c-46c6-870f-841a295bd408', '922dd8f4-9ef0-45c6-bc2b-f0f51c43be8b', '4019e547-0851-4ce1-af1a-571bedde5716', 'f9d90b0d-6860-4431-b123-916ccb114e9d', 'eb1c766f-c0d6-4082-b067-3b19429ef40b', '482f500e-f1e0-4d04-b65e-dd1d50b402b6', '9a68a5a6-922c-484b-b383-94f00d3c9ba8', 'e4df020f-b354-475b-9e79-a915880addbe', 'a4f98fc9-52dc-49d3-a621-a2359dbe580c', 'c7e92d10-1565-40e5-820c-b33cecd75b3c', '4279aaef-28f9-498e-83f2-2c075e1e35f2', '5665e1d9-111d-49d1-a978-ea23dab3c908', 'a7ef217f-69cc-448c-b656-fccdd4066118', '3e11fff0-8e1c-4e78-9880-a97bb451fdfe', '65661f13-cb74-451c-95a5-4c361270273c', 'ddcdbb33-c2e0-4d37-a0d2-9dc9c9049478', '8f4e4f93-eaf7-42ca-8501-7f6118d205bc', '48aedd9a-b38d-478c-bec7-db3e51b6d70b', '9e551a40-9ddc-4a2d-9611-9f75860e932a', '253289aa-8c9a-43c5-a1c3-2d42c9175202', '2fe62e03-94f6-42fd-b426-78eb572824a7', '1787dbae-346a-4ce5-85bb-81c1e654885b', '55e19c36-a20c-429e-9701-e925126e0acd', 'e74113aa-83c3-4d46-b2f7-83f846dce6bf', '9464be14-9697-44bd-9bb9-f664effd2cf8', '12c2d2f0-844e-4662-a57b-a886f24d6507', 'a6ca5cd4-4cb5-4ff4-90da-644878b0d1df', '95aa123e-9d3e-4065-a085-c3e977e7aadb', '5c4d4469-344e-480b-bd3f-e7f42e67bc26', '8b1867e7-c2a9-4d2c-98b9-a5e3005f8364', 'd42e0658-e103-42a7-937e-49c3295458a3', '02732a09-7c79-476e-b567-7c017116bb3a', '5b733d84-1644-4e3b-90c6-38388ba77c81', 'a25f17bf-162d-4b89-980f-f6728b9e6bd8', '59c40c47-bcfc-42e7-ac24-51a56e140368', '71cfa5e8-1332-4c0c-99f2-74f9aec6e890', '7c3efd74-085a-4499-996c-a851276d010f', '903cd390-638c-4b41-a68a-8c4f3e5638c5', '96a8fdca-78e1-4828-b958-da8b6b91d5fb', '34e64cc7-0678-43a9-a48c-2339c1678a98', '12b7c67f-cef6-43f0-8bb9-688db1586b55', '2bc75f35-5c83-434a-a2df-ddd3eb5c43ed', 'e54884e6-193c-4c8e-8f03-14c321e8f547', '0085f827-d17b-466f-8ab7-88483eebe6ec', '798278f3-5f51-49f1-ab5b-f0559feee0d8', 'ffbe4657-a37d-407e-8b3f-cf8477c2ea4b', '3c1929c2-e6e5-4e71-a2ee-580b1d9e56f0', '51746e8f-be1e-4eab-8af2-cecb2d2fa2a9', '4de9e8f4-40f0-4bfb-8c9f-7ee4c812a51c', 'a2bb6a55-75f4-41f3-90d6-3e2389fc1bbf', '8090635b-c3a8-4895-b277-79b295d13d3f', 'e049e45c-e47f-473a-bced-c1e9e0c126a5', '9b1ad2f5-3c18-4a0a-9dba-7b8b3f02e89a', 'c1306bc9-26cc-4335-811d-bcd82fb42868', '409b5f82-281a-4499-aad5-2c5fcc27b9bb', '5d95244a-87d0-426b-8726-7ffacf7e78ec', 'c4b043c4-6a8a-404a-a5b1-4777d0b53fcd', 'f5acbe78-9747-4044-8d2f-085600af4458', '3ebb1bb3-019c-401f-813a-759ae1778db5', '608e10e1-fd99-4c60-8304-834ec1be7b1e', '56cd3eec-28ee-420c-bd4b-5d7b90f56e59', 'ce4aeb35-086d-4791-a017-7fba544e22f3', '4fe8ab13-3dee-4a5f-9a01-74af68b42305', 'a0a60eee-8d33-440c-9d25-11b34b4ee536', 'e400f8e7-0273-42ec-b63b-9fb686b41657', 'dd32aac1-ec30-453a-8817-908c09deaa0a', '1b77ca1d-4a7a-4f71-b03e-f293f1b9ec7e', 'e78668a7-7739-40df-a776-57574bdc2908', '6deb4798-055c-441c-9df7-bd746d616745', '944721c0-1b58-4ba2-b198-1816112c5c9c', '87d5eb68-3850-42aa-82e2-6816ee9e05ac', '018de60a-585e-43d8-bdec-ff41837917ce', 'd6d9064c-c80f-444e-a33e-301cc4aca698', '25849861-3f07-4c2b-9d76-852c179f4c36', 'e98757f9-809d-40aa-b57e-a1e5265a8390', '88d6f862-e5a8-409f-b9fb-e3e9de4d4f43', '0ffc62bd-ced0-4136-bf34-fe1f520981e5', '050e7024-4a11-4797-ac79-45ad36005479', 'ea8dc6e0-23b6-49fe-8a80-d492bd18dc41', 'be9e1ea3-bbe2-45bc-b0e7-a542e784623b', '3bd7624c-e1ce-434f-9f9e-25d859698b5c', '66ff6f8c-2861-4f73-b12f-25838cbd5949', '03d64404-a6bc-4210-beac-9226ced74fca', 'd4ecb5d4-8cbc-4e4c-9aac-1c3be15a9f39', '428aab18-409e-467e-ae28-68fff29e5dd8', '56eb4125-f5d9-405a-9376-a78b719cc75b', 'f4d5d348-6543-4e7b-8395-10486b2b783e', '3885a2a4-4312-465b-ba95-cd9aaa4defa6', '2f767e70-596d-45c4-9654-cef5a933f249', '79dcbcec-99b3-497a-a7f3-19f57e6a24ab', '1fdf98b8-7309-42fa-afcb-421594fc7393', '57bdcfb9-8554-4aa3-bbc8-cdb9530915ef', '9479e5ae-3498-4459-a2b2-4d45f05f1871', '5fb8826b-baa3-4077-9605-3ae7b532c6e0', '45f8febb-8ae8-48bd-a5dd-52a12c17869a', '6628cd73-dc51-4732-b95c-c392d375d002', '22c7b94b-ec6c-4af1-ac6e-f402d1cc710e', '087c7a1c-34b1-4e46-ac8f-4e103ea89034', '660b000e-6660-4d2c-9028-2bf1bf819160', '86ec7447-0a4d-47f1-bd53-90d3f62d276f', 'b41cb036-f183-4f6e-bd9c-30594617d740', '159ca053-1ade-42e6-8f01-29d6921f17b5', '32d884e2-aebc-4b60-b66b-86d973e19bb5', '735c40ae-89d4-496e-bf33-ff0b78ef3c60', '0927ff95-5820-446a-99ce-0e45e8e8f252', '1418d341-ef79-43a3-bf88-c4032168c786', '66d9c5cb-20db-49d5-808b-1ad8491f52c6', 'c6477087-8817-4b7b-83c4-1188762024a2', '669c051c-128b-4913-9c4a-4348acf5dd65', '7e5fcf39-b1cb-4097-a197-8e976ce9ecc2', 'cd5aabf0-f098-4d28-abe1-b895c61bc65d', '7b52d1aa-9541-45d9-815a-66d84bfb7fc5', 'f6cd4e62-59a4-414a-8114-b0186e095a52', '804de786-2594-4839-ae12-f3c9807ebd9b', 'd8592a12-b494-4ab5-8dd5-34cef16d7093', '5ab4c19b-7de8-4c83-a452-2f3036efa00c', 'bb8d8dfb-2351-4759-9ad7-4aab4aac7d81', '371af01f-4f19-469d-abd5-f02aee033cf1', '9e9f7d06-00ec-4f4b-9d77-94d8986aa8b2', '7834a304-11b7-49dd-934a-3adc69915ea2', 'e5302153-7577-429a-a566-d0b2ab3ad568', '233bef53-7246-417c-abd1-8c6925779480', '5ce9ac8a-a35c-4f4d-999f-7df8a630aa34', 'fc9b837c-ae51-4860-a7dd-b673f2abf850', '825ae04a-4823-45f6-8978-1119b3221034', '010286cd-ee22-4456-ac1a-22a07033f5fb', '7ca2d21b-0116-4f22-9bbf-be46ce5ec64a', '007afec2-c60a-4aee-8078-2eb921305e11', 'b31304bf-3e80-4779-b222-a42b6bbc3a5c', '8cec835c-9101-4c3e-988d-a04d5c0ee5c0', '039f2ac7-a1db-4ad9-9097-6150fab5c757', 'aa01a312-1728-41c1-ae1d-2fd69f4d0ff1', '9ba614f7-0ed4-4709-9fce-0de1f61f3c9e', '8a79ba19-f867-43ef-9b50-9b7636e66c78', '0d2b1e19-4c5b-4c51-8217-f30195815a79', '2a7c7254-4bb7-4318-87cc-c6eb419db79c', 'cae5da45-f95f-4912-98ed-d97bf7ca0d4a', 'b11f2409-21df-497a-8923-9be38e5f1805', '864310fc-9b0a-423c-8f73-b0aa55a25055', '96fd4f2a-2647-4a5a-ac55-3c13932eb745', '73ff4451-a1dc-43ab-8043-eed57ea7d2a0', 'b70b6959-26bf-44a9-a3c2-047c320943e5', '880a55d0-2d27-47f4-9e61-57fb880ad795', '5d76b730-cd1d-4d83-a7c7-722d893d582d', '755bfd72-ac76-4995-8ce7-8c776f92c495', '17c51a0b-1595-4d4f-98f8-c172ba35cdd2', 'c0be4172-0b46-4570-b711-774334704d83', '25eb48ab-23e7-4fdb-99b3-063ab7406e57', '56f98200-c90e-4eea-bba8-ced1f60ce747', '6b74f21d-e241-4698-af6e-9be63f2e8a12', '8492991d-afda-4f6f-b85d-868b27ca7784', 'a7a35c36-cd6c-49c0-851b-067b46131014', '35ef89f8-2b25-4b42-b751-47ce44e15dfa', '51770732-a46a-45cd-ab40-28f302eede4e', '57b0ff14-d8c7-4ffc-820d-2ddb630c5293', 'd723c61f-a14e-44c4-8075-1babaef7a3d3', 'f32aa58e-8a5d-4f11-bbee-54012ad9a437', 'ca0e4a18-c3bc-4055-b96c-8659e3231a45', '33f1001d-4db8-44db-8802-2786bca09450', '2f64cc03-7c70-48be-93cc-cbb04f1034f8', '22b97109-bba4-4483-8ec1-2bfa1f8574b5', 'aad2a67b-c0c4-48b2-9428-8130da851632', 'd7f80fbd-b2b1-4168-8c0b-8e21ae5c2d3b', '79a0a2ef-e5a5-4f5a-b75f-b3b82e0a2a96', '7c71db38-3184-4340-99fc-6c70482e62c5', '9aaafeeb-8980-47cc-887a-7de961080067', '296e87dd-30dd-4dac-a11a-4409f3d0b480', 'c887e941-6a9e-4200-b07b-e0c6548fc496', '94d94d36-e6c3-4c2c-b568-22cf90ba5480', 'e77a27a8-1912-462f-a27d-df45ac9b60da', 'ab47eade-8b8e-4600-918a-8cb431759d67', '7c7d7127-5c11-4a91-816c-624d56bfad24', 'e3e5bd98-5b72-45ee-8cbe-9dae67886f96', '4923a86e-0646-43c5-8e10-21265bc12d1b', 'fff81c5b-022f-4485-b799-43963cc5d929', '6c81e78f-d952-4418-a559-313089dcbe67', 'ae89d8d3-0aa1-4358-aa99-4fcb330d216e', 'b58025a6-b33a-4181-84f8-ed14c696f99d', '18b3aefd-bbc0-491b-b7c5-32d5e8cb1d8d', 'ab4e4038-f0e3-4320-98c4-0bd84d889183', '43ff3ec6-12bb-4a84-8832-632b5342209b', '4b5bb7a7-7290-442f-a407-e49d9e25f9cb', '1ff7bc10-e206-4325-93e7-118f079a4d35', '7d4df5f7-e321-41e5-ab84-73632c30bd4f', '0b9e4f70-ba97-48da-947e-be8f18c23452', '7604b8ce-bfc0-461f-8dd9-a2397964fe18', 'fee35ba3-95fb-44b8-8b2d-ad483835c1eb', '0b16a94d-6e5a-49e1-8878-ee308198a09f', 'add9855b-b13d-42a9-864f-b4dbcb939a3f', '84c8a378-6285-43a6-b714-1c471c8b4ff1', '88be8c07-c796-4924-a824-c055eed59256', 'fea2fedd-fb73-49f7-90a4-56eac28761f6', '5e5bdeaa-a88c-4b6e-b40c-611091416873', '31a4dc4a-1efa-4bb0-935b-9966f9514870', 'd1440256-904c-408f-918e-aefc66ed6922', 'efc9ac49-7c74-46af-906b-24da533869f8', 'a2d30b23-1051-44ce-b6d0-9cfbceb1a25b', '89d7af95-e4f5-4cd9-83e1-d964261c81e4', 'b77a8a67-aac0-4d63-8da6-5a693ae37d09', 'f29c43d6-2ae5-4e42-b43b-7f1672d302a3', '5a6b945c-6a7c-4167-964f-a3849ceb6a92', '57c2a003-e1c7-4f5d-9ef7-a22d07e88d7a', '4743939f-8a0d-4051-bfbf-3c6c4a882440', 'e7146a98-6371-4ded-9e2b-e0a855ff7531', '8f8b6bcc-fb90-4d45-a94e-0b3ab834b4dd', 'fc527dec-58fc-4d6b-a0d6-9f94a8091f14', '3405178a-1803-4f6d-94f1-37fbd56797cb', 'f565f1dc-fa2c-4bfc-9f0a-67209a508789', '46b15a09-dded-4fda-85cd-ca2bdadd5655', '30356bb4-4f47-4b3a-8890-c0dc30ffcf47', 'd837a2b1-546e-4bc6-b3c9-d87062c02832', 'bb00820d-5650-4b0c-89d4-208292b18175', 'a5658507-522e-46f6-9761-bc925cc7d022', 'ba2c1247-04a2-43c4-9c8d-1a980762365f', '1692091e-feca-41ca-aa6e-6030885b7341', '45f250ed-9e46-40d3-8998-518376109f94', '57461bbd-d334-4b64-b96c-70d0886a1eab', '91173c80-636c-46a7-90a7-dc3aa6f7e81a', 'dd4c3faa-d5ff-4016-a791-6303edace9d9', 'd4314cef-bcea-4957-896f-d16e3eb82594', 'a10e6def-7f1e-4553-b10f-9efcaa2ff0a7', 'b7580e3a-c04f-4643-b792-f04c4471ded1', 'cdefaf1c-c2da-48d2-8306-c8314712c0b7', 'b1914489-428d-4a03-8c91-93bcd3fbf4ce', '5c856b38-f0b0-4c24-a110-53c0708b16b2', '9b260e95-e5fb-407b-9aa1-9d53b1ffbfea', 'b54c8949-1908-403b-a05f-17623505ee48', '03e2df1b-2f57-434c-807d-a1972d766390', '7d3627f8-68f2-4e68-a842-082619e9605a', '1faa6d04-f0a4-45e2-9566-944b2780f35a', 'a48aeaf3-d68b-4880-a2a4-925dbff78ec9', 'f237231c-3559-43e4-9c4a-bcc053cd6c87', '2d25d733-d693-4390-ab9e-8b7374bb0dbb', '53d33910-edf3-459b-bcd7-34faf56852d2', '89fcdc16-d764-4336-94ca-5763e4dfa12f', '210596d2-2a8f-4cc4-aeb1-be9418037518', '34d698f3-bc0e-4eba-98cc-76d6eb3365c4', 'ba2353e6-b077-49c0-9fc3-d4f5a99f3b19', '5a9cd3df-7eff-4845-b64f-d0c2f70eeb5c', '22d56119-058e-49b3-a790-6281c59da542', '515f4fcd-4da8-414c-80e0-a05fd6b1009b', '6a89436c-e12e-4c23-85b5-ec73aef27a0e', '29669a90-e467-4be1-aed0-67074eb680c3', 'f0aef275-5d56-4e4d-992d-3cdc9aab6c81', 'b13e55ad-4a72-4521-97f3-f8b58b374f34', 'a89ddb96-1416-4e1c-b233-926cf2ee4b99', '94a24a81-a3e9-4d2f-94bc-144fbc386308', '92a5a884-4113-48e1-ab06-9a9fb54879d1', '3b26b37c-0c00-4e1f-a563-8ca60394fafb', '40305d0f-6e3a-48b0-9f95-0de5d070f6f6', '2dfd7da6-5df2-4b2c-93f6-1b6f75429aae', 'c86a2976-6d97-497a-bbb9-0c2a5293ff0f', '061ebcaf-8fcb-4e26-9dd1-72dd0984fecc', '62e12e22-2eaa-46b1-9646-78586ef8ab62', '91643614-f833-4cc6-8536-cb2e79759113', '9b18423b-e423-430c-b103-53059522a82f', '2d09bc4f-0891-4987-869f-3848f8d1a1c9', '9caf4a0e-5468-4fb7-9e54-58238cbbf2b9', 'd80207f6-62cd-4e44-84a9-64258901d60c', 'acc16028-4b2a-4381-a90c-77cbb0ab6c8b', 'cad2ac87-14c8-4ef1-a8ac-a88053771959', '6f4517b4-c928-4133-b15d-8e0dc40d324e', 'd6aa0093-eeeb-4db9-9f08-f453ae056af2', 'bf428a38-e121-46f8-a2d4-a821c576a708', '8788f745-35cd-43e7-a9a3-215cc653c96a', '2ee41b07-a847-47e5-9151-6655f8ec9efa', '465b0bf6-5451-4e25-a53b-684ff46d87a4', 'e9f0fc0b-5168-4a90-9494-7fdf363cb593', '901a0198-10e1-4181-a97f-66035bf8a988', 'fe29bbb8-2ac5-4b3b-b391-4c269142bbaa', '2d79120f-3017-49b4-934e-fad435c9a13d', '8b0829d8-1430-4918-8f98-8ea499345247', 'd7ffa3f3-03b6-4946-b0a2-8dc8e4544f16', '040c2a1d-1901-4407-ae03-50392555b9d2', 'fd67addd-4acc-4d59-9342-dec6741b873f', '061c2d35-81f3-4f74-8eb4-08341d7636f2', '0fb9ea55-f264-47f6-873f-af2f21cca988', '44c56255-17d4-4c26-a239-d16753ed6535', 'a8c980cc-395a-47e6-b7d5-a9b927f3857f', 'd70c1284-0836-47f1-9b7a-a15fe940ba1a', 'e72309f0-401e-47d2-9248-2b2d0b0972b1', '1a02b46f-eea6-46e5-adc9-125a99b601d3', '37ae3598-4d79-4845-ad71-3d6550455e6e', '24d49fdc-fcd6-49a6-a516-d5be46a63832', '9f72cc96-abb8-434e-b4c9-9dd8aaf0d004', '79b92057-5357-4387-a8f5-5bfbda3fdbbb', 'b1303773-d043-4166-adf9-c190e59108a1', 'ceedd9d8-74b3-47b2-8dd2-911dd880db3f', '6bb9e000-d371-4282-9b93-d0f6f1cee60c', '5d120236-3984-428a-b2e3-d45c6fa345e9', '3effe8a0-65a7-4369-873c-22f716757a6a', '540a8f21-c494-4050-ae40-5532b1264462', 'da366431-ae85-4cfd-8860-6b3f2ac81d76', '9f72d64c-6dd7-43c7-83c7-dae1c23f5810', '95356fca-37a2-4a84-9966-e083fa402020', 'c86852fe-4187-44ac-b875-d045b0c263a4', 'dfe1ecfa-6375-42dd-9767-b379a8c6ea7e', '8b688d42-9085-461c-ac0c-185f0a588fb7', '0cf14802-5667-42e1-a666-b45c0f100c4b', '7412b318-6adb-4c63-9a93-2b7f268485f0', '45d76ba5-ac55-470a-b0bf-85d3b60a3f8d', '974d0e30-d5ab-49c3-b894-0758807dd25c', 'e43a0a8f-13a5-453f-a2c7-db3b6b112587', '67fa3b1c-654e-43a3-a7cc-98ead6065a05', '0bccbd77-ee6e-4871-8eee-fe0f0c7fb7cb', 'f070b216-9924-4cd7-b220-6863e4af56d5', 'e089319d-c84a-490f-ab68-1d0b18284a79', '6afa6e6d-0669-4505-882d-99772e18f92c', '40143e86-927f-4a6e-be56-9ae825d926dd', 'd4de158a-932a-4a75-bd94-a56de8a56063', '17831088-927d-401c-9d2a-2906bbae40b8', '582b940c-28db-467e-a090-ebfc43e2a871', '9cc2d8c0-22b2-4e8a-89e8-3782296da4ac', '2c1f2e5d-d664-4f43-9523-5ba33e74e95c', 'b6bc6505-3fdb-482c-89fb-815bdabb5d5d', '97626d6f-a45b-4707-8e15-f82874319ad9', '1e0b8f87-cf66-4bad-91e8-9c707548cd7e', '119fdd49-1085-4449-a69d-ebedf44b4fab', '65d4c239-e003-4de6-8dff-438e10496c26', '6655abe3-3c1b-4036-8e7d-152ad9f71262', 'a5099d1b-aeec-4311-bc86-12bd65e3fe02', '24754f53-3baa-49d0-beb9-61a46b3f1bae', '46ec40db-ec8a-4079-ac61-eaa84a57660d', '60595799-8ac6-4d20-9017-397d749d5752', 'd50cde11-2907-490e-8db0-d8b387123198', '8947b465-13a2-411e-a8e7-3410ec9a8b06', '2537c90b-bb6f-46c8-b053-20911968acac', 'ddd71d34-6458-401a-a0f5-f4b87de6a6ec', '60452467-db4d-4619-9fcd-acd87fe091fe', '0d190f74-bfdd-4d8f-b765-b16a58a86fd8', '56528b6d-fe8a-45b5-917c-464967803cd7', '950334f4-31c0-40ad-afd6-d19acf4f5c35', '42e2c0d9-326f-4442-9d5f-cc2bfe75de3d', '648d4dcf-fdb1-4e98-81c5-550704bc25dc', '2d28ad91-40bd-4976-96f7-f9fee9f6b8a4', '9816b2a2-cff6-4ca9-967a-4df4a75348e8', 'f08055c4-fc51-4830-a6c3-a9621b7cd96b', '9daeaca6-9aa9-445a-aa8e-15db159fd39a', 'd8d72f89-e2a2-4e4a-b0a8-274fc314f2ab', '759853fb-5752-452a-83ca-0b7ceb2666e2', 'cfb11d64-3edc-4ed6-9a2b-a9f27c057c40', 'df76ad6b-bc9c-4afb-9fc6-8b92f911d6c2', '47653311-0a63-4031-95d6-f852e338c8e5', '801b5636-0ae0-4044-9d01-3fc14e7597c9', '9f7a2558-dba0-4881-8cec-babd17a04391', 'b234bdda-3eac-4b9a-bb16-1b2f388ccf8a', 'fbea0c09-9a39-475e-9b07-d9fe6b2d246c', 'aa8ea92e-6236-4f30-8321-3f33a1fc29f0', 'b89b33a1-04dd-4e41-9290-3f8e81d1b725', '99aa2e79-c9a6-404f-b22e-ba52c9e49e2c', '371a16c8-f4c2-4ded-bde5-d5f0969a2eb4', '15b4ddfa-ed1f-439f-a6ad-9f051bf55054', '88fc089b-94fa-4759-912b-fe8c2c0e02e9', '1464a095-e0e0-48a0-a699-7010624bdb4b', '16ca31a0-8934-45ad-8886-12e49fde0c16', '42904e1c-040b-43a8-baae-16bcaef042d7', 'c206a043-425b-4194-be3d-6169db266ffe', 'fe3d7381-19c7-49c5-b910-0197137a2215', '731a7ef3-a702-41bb-a2bb-e1188fa61496', 'd1ffbb76-c03c-45ef-9fd8-62ad1db832fd', 'e00659e3-1ceb-421f-9469-29842bbc053f', '7d41aad6-3bde-4f9e-9bea-45d78d9d5e3b', '21ade705-4f1a-43f1-9273-42638ec9cd27', '7edb15d9-afb4-4c00-9517-180faa9cfba3', 'e74b876c-7c78-4781-b022-0061a97f036f', 'e4bf11b3-a277-4d02-bcd5-425ce58adc90', 'e642056d-2520-4cae-b2da-a367803255c6', '4c0422e0-3f46-41b3-8f89-7928b2ba44fa', '921eefff-6a88-4ca2-9c4d-f3c26e5f79be', '70360f60-2382-4c4f-875e-317364ba6548', '502886bc-96fc-469d-a271-4cf31127281d', '2c612f55-c202-463a-9790-cd54144fc4e0', 'e4e04d13-dd25-443c-8351-ba10e77b2c3c', '7cae7e57-927c-4882-947a-937dd263c9a0', '0d53fb50-e290-4d14-b733-2935f0b68f93', 'bf23fbaf-47a2-43b1-b446-00337edd62e2', 'ed685526-163b-422c-a51b-afb3808cdcbf', '37f6b377-0928-4ae9-b20f-d1d706b38b7b', '75bfaeae-8939-4eae-b568-adbeb6229d3f', '7dab5c80-51c4-41bf-af6f-6ffe735e3a99', 'e23f99cb-b1ba-402d-b208-afb7f57263b1', 'b226ada7-7083-4139-80d5-a19c25337869', 'be564d8e-6c96-4963-b422-29687a4f16a3', 'de6ad9fc-4c00-498f-b01e-1e29176f6d92', '515e798e-9529-4b36-9aa8-938ad6681bba', '542ec0b2-fbd4-4121-9954-04a4537022a6', 'ae3fd45e-8bfb-4112-b062-31654b3b4fc5', '59d58fef-65c2-4be4-b964-117504f058a2', '71da9093-951b-47b5-82ac-a14e47c79816', 'a96d076c-d4ef-45d7-bcf5-68d78c018d5f', '15c9ea78-1522-49a8-81b1-8d197b4822ea', '17625919-bf82-44a9-ace9-6573301bbbca', '0c179f7a-0ac9-4d78-a8de-92adaa54706b', 'e27270fa-0946-4435-8679-8e329e753195', '624d875a-d2e3-451c-8367-0818a867b9ce', 'dffa5116-0ba3-42be-92a0-3445278e4d67', '94b22c11-f1c3-4953-8b31-dab354a33e80', '2ed66be6-a137-46f8-85cb-c850fd172e94', 'c15146a1-1f55-4875-a776-3af4e03baa3d', '620e7a31-afbe-410d-a36d-f03d1f3f3eb9', '9347ae13-9887-4447-af00-d2ff320b9ede', '10ff3c8e-8d0c-41fa-bd06-e11689d87272', '0afcabc3-b3ce-48aa-a044-858f3dc11556', 'a91eb71e-1d08-47f0-bf87-fbb68787b509', 'd61778c6-3eda-419a-b26f-ef16de6f9aca', 'a483c676-5ea2-4cce-b437-8754bc4768be', 'a0793cd5-3116-4783-a4a8-3bc399459409', 'e84a058a-551e-4edb-a704-945d8c18e6fc', 'c8a041fa-b894-4c71-8352-c2df77ab6507', '023e4aa7-26e7-42bf-bc44-6cad858bac53', '0a5b621a-6868-4183-89de-d92a520f94da', '767a2fb3-6ecd-46a4-a137-f6356badacff', '4a147c14-4658-46b7-9d6d-4ebbe894980c', 'fb382ed5-9c1d-424b-af04-2e6fbe7996fd', '87ebfe58-0475-4630-a745-f3a82864f516', '1189372a-4670-4941-bb47-15ffbf7f5ea4', '7024526e-ad3d-4018-a1ac-a89427fc97fd', '1dfd1199-c836-4121-85a5-200542ca8a8d', '1d500d47-d824-4c03-b038-5c6b7b820102', 'aa24586c-a49b-4552-a921-28969d26b11a', 'd961ff99-8098-477a-bc8f-812f79e9d6ea', 'e8129ca4-29da-413c-8457-02913d2250eb', '66e655b9-b67b-4fe9-8f1b-00a691b31fc3', '8ec71c04-2978-47ef-ba8e-0cf4f207350b', '1b00511e-ead0-4546-a369-cca0ef9d33b2', '41904fff-6d96-4467-86d3-934a7cae0802', '763c6065-10dd-456d-8d1c-42583b90e753', '912d4f4b-3f2c-4163-b9dc-a3a9fd0dda8f', '9fe09abb-0bb1-474a-a755-bdf9b86902d6', '3c51e203-6293-4491-84d9-0d7e1591d8e9', '58ea5049-e655-4047-8bf2-e123aeca0a9f', '275292dc-7978-4b9b-b307-bd7bb67b7c92', '16a1516a-d4e1-4c32-a5ba-ffa6c63b46b2', '4bab3876-95f2-4fba-9e40-dc76f997e5e4', '7df8f4d0-394a-4ff8-95fe-659370c8e83f', '66418e45-7041-4cf5-901d-17b72ffd5254', '26509f58-c6e7-493b-9500-a1d56e457e85', 'c6614381-65be-44f1-a475-59f2aec29c3a', '62ff8dd8-cb48-4bb9-817b-c00b3df908ed', '0c964cd8-6b54-46d9-874c-70429d1b90ec', '4822543d-797a-43fd-956c-cc62342fc56d', '471dd44c-e374-41c1-ae3d-3bcb5d3e536a', 'e9537d95-389f-4895-9e20-45e120c6a54c', '5dd9d53c-36f2-4066-9e9c-419b3f9496be', '416a881c-17eb-4bf9-a9de-311da73e1360', '2a0167b3-dff3-440e-a79b-6d8042a89c47', '68df4b90-7e87-42ef-a574-bc239897c2bf', '23b8a79e-f496-4a84-b5ad-33c030571d64', '99a4d086-d4f7-433f-b6da-4abebe3b7698', '486f142b-0bdc-47e1-a648-28c8a2f8c707', '4350cebb-4285-439f-b035-df7467009a22', '871ece35-1818-49bc-9065-cd72d4221426', '46b73e95-bcd7-48c6-bc9b-2d2692ce8a99', '0178a178-ba22-4386-b8d7-04f95c9d0706', '58021ab7-1a64-491f-a2da-d83974953bde', 'a9969b7f-1347-415e-8840-17164af74c0d', 'eb072b56-a1f4-4461-93dd-c9d1740826ef', '3c543e29-8648-4460-8943-84cd31b9c654', 'd82e50c0-e5c2-4b58-9910-f617be1a870c', 'a1fdd28d-1297-44bc-8265-12cf1145ab90', 'd6cd2489-9e01-4cbc-b351-8c1039df8107', 'cf185330-6cec-44cb-b503-a0e9be872d8f', 'a02c9f57-38ad-4f71-b8bf-831630d0a9b7', '1166420c-81d6-4fb2-8f9d-1f60d724405c', 'c904fe75-06d9-42bd-a514-f04bd14cfb91', '5a293530-da0e-471a-abc3-72da23fd311b', '13779d13-f795-4994-ad97-498e384b48c8', '86acaa2f-182d-4400-8800-30f3d1b206b5', 'ee003128-fc8e-4362-af2e-b1db99431ad3', '642e1758-d554-45a7-9700-91c432012ee9', '1294fea8-6afd-4aff-9198-645ab8543245', 'b208186f-5964-43c3-bcfe-e374df7c418b', 'bc11a044-eebd-4cf6-917f-1ba0dec0fc9f', 'aa37f740-199c-437f-b498-2186214f2038', '13f0b05c-651c-45dd-8c9e-d14fb1d416ab', '76593139-0d6b-4fbe-844f-f26b43bb50be', 'ff02e4a8-e675-496b-a55a-e734197dafdf', '86cba7a9-0da3-4e92-9b6e-426731036f5b', '1de7d1aa-5f01-4f32-a750-fc61601e1c75', 'a20322b5-8877-4976-b849-aff7ae72c302', 'e336ad0d-33d5-4402-9785-20789929081a', '2d7157bd-f1d2-49aa-8138-478e58bcb6d3', '9e8f55e1-7363-4b3d-9780-913ec00c9d77', 'b8ae97d9-b030-4f80-8511-8c36c7588093', 'c5794f36-33bd-458e-821d-4792901c89b8', '77ead918-f063-48ca-8e69-f40cf81caef1', '54d071c5-9169-4d3b-84b7-24e129f3d22c', 'c52173fa-96ce-4764-97fe-e99dc691441b', '1d9cb330-f2e7-49f9-a894-a9e66b7d127a', '3a41fc31-c735-4162-9903-d90ba92d6e24', '436174e9-8b62-4947-8af8-65e71e4061dc', '80b44a4c-3c06-4e4d-bb33-e82c1a80fbe6', '1ecd673f-8a5b-4ced-9bdc-4440496763e5', 'cdbdf403-0c92-4d9e-b76f-3f17021bf863', '0c9eb9f1-ff5a-4f32-bf9b-e3d6fc313979', '7f792a3e-a0cf-4ad7-99f6-14feb09ea66c', '253e808a-9dfd-4cf8-a0be-62b1bcfe06a8', 'df2ed3ad-4978-446e-b27c-cf8b688b3f7a', 'a875334c-c3a5-4a20-ba1f-c192c7e8a140', '83285da8-879b-4ab2-8249-2fd8c6abece5', '7b0f0443-afe0-42e6-b9fb-467c2ec5a0ce', '9b22391a-0d46-4eca-bfbb-5a0efe6a2873', '1e04108c-3b09-4362-b00d-efe7b63350da', 'df0498ec-38e8-4d99-9cd6-2aa3f4096749', 'bf7e0737-2c59-4195-9437-7c84f4454aff', '28518f38-da55-4fb3-a6a5-e5469bf886dc', 'ad289bee-f646-4d78-b7ed-a10bf198bccf', 'f8f812be-800f-4a93-9044-ed00fd2459e7', '38417d08-4da8-4d76-8209-ca978d3e1d56', '5a50a608-ccf2-4b78-a572-f153c4e9aa35', '7b68bafe-216a-4a51-8877-a8357da4543d', '808fc187-7a3a-49b2-9051-1b373e37efa1', 'bced6086-bfd4-403d-8c25-ef13225300a0', '9e18dbfe-17f3-46a9-bb24-10221303f056', 'a9a4a39c-5af4-4eac-a6ce-603c12f108b8', '76d49dd4-118a-4384-86c8-1dd44ec5647a', 'f9de8a4d-2ac0-4d71-a2a6-1676c23d9380', '531456bb-1f87-4e2e-8285-3e124b473150', 'bfabc7f0-8903-4afc-866c-c3a479a2031f', '52d618f8-374f-4f93-9b76-3d57bac7b680', 'f012e43d-2f40-4e81-aca3-88d8b92da9ee', '788c5ea4-72ff-4be1-ae52-9fd1f66ddad0', '378829fb-6ebf-4601-ac10-27177a11fc15', 'bf35eb03-db97-41db-89e6-786dd7fcfae8', '0b07f233-83dd-450f-81dc-784bb7aad51d', '153c804f-f9d9-4b8b-9005-78c168e88415', 'fee96a68-140a-4517-a41e-006613080461', 'bd966190-a53d-4c65-8a6b-ff8227e4e73d', 'de3e4d07-a157-4170-a583-283cb8f9cc56', '9a0da431-66d8-4003-b6f0-f6cf2d3527ef', 'ff2f85ce-2883-4b2d-b57b-b0e3b8f5ae89', 'fa6db969-2dd7-439d-b186-b488b360f090', '9235f8ce-6ae6-4eaa-9d8c-c95e189db20d', '4fea37c7-0747-4878-8fca-5e5475d01d14', '4437a96e-1c23-4e35-be5c-80acaf268ff7', '1b12aa0a-5bb2-4c3c-a00b-e1ee8eefd74b', '514f1ecf-ba5f-49d3-a30b-f6a1f035706b', '99f22e95-f46d-446e-a352-5a44841fb530', 'a146edf0-b292-4ca8-91af-090f59468196', 'fe5add6f-5444-4850-81d6-cb80d946aa7b', '613e5547-d6b4-4d9d-ba81-41886e5ab48a', '8b418a5f-4d0c-40eb-a5ef-e6aec5b01155', 'f17229cc-ff27-436d-ac8a-b41649077de5', 'f2006f85-b753-4c45-abcc-bb30a8a0a14b', '97115a6e-3a64-4743-b220-4be7128aa5e4', 'eb1800c2-2ea8-461d-951c-596666b7d0e2', '26e5ec70-467e-48f3-acd2-2032328f07ec', 'a8291759-adc0-4b99-acf2-7cbf7f972ce6', '65042b1c-1adb-4af3-9626-c1945a620658', 'd5fc5595-63bd-40ae-bdbc-9b5a42480cbb', '35cda141-1b99-4739-b189-e7057a463b35', '4cbc70bb-f441-4255-8771-2f8010a66f0f', '2fbba9d8-87ed-4e6b-bb02-8b100190aa67', '21baa5b9-c61d-42ea-bdfd-c58e29a5bb04', '72d2a00d-333b-4eea-93a4-cdf3915a1c81', 'cdb8f694-2a79-4f90-b419-a872753d2a72', '7b542d7d-82e6-4c68-81d0-b65fe9f42957', 'aa5aa1ea-b843-4d1f-96d6-f9c62cf689ba', 'ec68fda3-a894-49ef-85b3-bb03425ae3b4', '1d8cb56c-6a72-4552-8975-27b06fd3054b', '3054f3c5-9df4-439e-984f-87fdebfd4176', '9fd4960c-5ea7-45c6-8909-765efa2d023a', 'f7b6c205-1c81-4881-a313-ff478cd466ea', '8698f708-5998-4b07-b9e0-01be0a83ac91', 'd6700894-2565-407e-84b3-7cdd2b7f6ba3', '34aae624-ddb0-44ef-85b7-ab1b6733ceef', '9527369f-d212-4a7a-a1d7-fa2f4571f91f', 'cdb6db2e-9b02-470f-8a6f-de3dbeae298f', '68c09928-075b-4bba-8349-aeeb154edbea', '9fb7dc89-7b36-4399-a883-8e73c632d8ff', '11e33a8d-686b-476e-af2a-27c6a5ceda84', '2c7edd20-7972-4ba7-85bc-5288ff3dcdaa', '4e6d7c8f-836d-46fc-916b-b553be9c9cb4', '37734077-84fb-46d8-bb7d-58cc76d25015', '2f9be890-49ef-4fab-84e5-8184ccbce92c', 'f2ae5b1c-f7a4-48c9-a05a-eb835da69a46', 'f582aab3-5df5-474b-a32c-083f60581bc9', '3b87bdfb-e83e-4ed5-9dfa-2949e7d14bd7', '548f35b5-d433-404b-b3f5-b37a3945d420', '19e3eb5a-3c35-4468-831b-cf400afc462e', 'defc8181-894a-4f24-b32d-a14ae603d8f9', '5bdb1345-c7aa-4439-ba92-6f43a2466653', '22d8b476-c3e5-408c-80b2-e2c3a34ff611', '14b62f77-5862-4e76-8821-4ba1ab0d34a9', '664047b8-15e9-4427-87f7-42239801eef6', 'cbeee4b0-0f2b-431a-936d-b1b46a9c79aa', 'd311680e-e648-4e93-a75c-7ec3c3a10e3c', '2d9283ea-a9e4-4331-be8e-ad8d5a315c52', 'f246191c-8957-4128-972f-90f0c2760992', 'f4b20828-5fc6-48ce-8d23-7789484b8525', 'd73c7e52-f629-403f-8b29-d4b22c9f979b', 'cc41c27d-3c1d-42a3-a4ef-c543d2d8f92d', '75f9c2fb-36ba-4004-a76b-2a853dc36665', '0f7c909b-469d-4e4f-82b1-5d77c0bd2cbf', '4062e3c0-ae6c-494d-98c3-ef7579da64dd', '4f00aaec-5e00-4e13-b9d3-0a2a3f729253', '986e3b47-7d8a-47f4-9c7b-38e271c6876e', 'adf87cbf-635f-4382-a7f7-4d51457f1f0d', '6c4a4961-e945-4b69-a97a-1fa3b17529db', '5283468c-0d0b-4c98-8e81-11d0e6a07ba5', 'ee59d6f7-c58a-4a04-8cb2-d63b6142c7a7', 'daa9c0fd-31ee-4da1-8fc2-8fe12b905e18', '9a156664-9538-4da2-914a-23bd7391dcb8', '2b731235-0bed-4a15-8017-c267022ab60a', 'd96ddeef-2ec8-4232-97ec-599eb1033cb1', 'fc7063ef-78b3-40c6-8225-304f1be5f788', '15f5161d-bdb7-487d-a5c6-62a3b9f743f9', '3203e8a1-54b1-489b-85a9-0f9f154cfdbf', 'da2812fd-f7ff-4d38-b91c-477fd6b23198', '792a1542-9aee-464f-b314-bb5ed967bde2', 'a9d5b393-b990-411e-b3b2-2cdcda307245', 'a5e67bfb-f637-43cc-b42e-a2feb6c593af', '72b9b048-514f-41f3-98e2-2efc079223b0', '5927c3c4-2004-48f1-b8fa-9094eaafe942', '209ede96-4e9e-44ce-bfe6-b0851df14aca', '3ce24805-80ab-4786-8332-86f341283fe5', '6ecb1b8b-3c07-4796-ae73-c28d45283dd1', '6fcb2628-a7ad-4b9b-8355-c80fdd84b426', '9f320db9-860c-4b92-9bd8-20e1c4ce777d', '4b3b93d3-2f95-4b6a-a25d-8df2eb1a8a1b', '90622a7e-967f-4df2-9ddb-94841eca7126', 'f1c0660d-6454-4c6f-a918-a50dff5349e3', '11e235a1-3283-442c-af15-58a1ea0d9a9a', '444a397e-8c7e-47d2-93ac-e143d544f837', 'd04cc905-787a-43ab-8564-1c613602d2a7', '86e58ff5-3e91-40eb-999b-87cdc0edcd99', '90ae2532-d9cc-44fd-b4d4-c53cff6390f3', 'b25ce4ee-f782-48c2-a369-698ca4727501', '5a932931-5737-485c-8874-2091bb43e730', '031bb13c-c2d2-46dc-baf1-7c3ba2c4ed3e', 'b1c8ef7b-6312-4824-a886-64d210199075', '803e7227-6204-4e8c-b4a2-c15cf102cffa', '4720cbbf-6a4d-4272-a0e4-8cbf9284e4c5', 'df4be70b-82c4-46cc-82d0-a80ff6f18dd5', '1fd9c8ba-6de9-40fd-ae69-9664412de2b1', '421da8f7-f430-4399-b552-93ccf44282da', '63321742-5507-4f5b-90f5-ab6e08b0c331', '679e66ae-60ca-4e6c-bc66-b631e904e680', 'd6cdc789-14a0-4d19-90d4-e4d231dc7466', 'fee60b97-d94b-4f96-bcf9-52d356173777', '409ab924-efa7-4e26-933b-6227fdcf7629', '27e2a3f8-47e5-40d8-a5eb-634912ce55dd', '9d40df04-fd25-4b2f-8c84-15ed6539119c', 'bc69e354-0057-469f-9bee-dd8756939f81', '0feccae6-3100-41a5-9287-4cf1997187a4', '283dd101-9064-432d-b04a-dbdb927d10ff', '6ad7f9d8-f920-400d-a1ab-a0b881d1ec4a', '8047adb8-a79a-401d-9203-e88ad4fc9b64', '6156270a-75d1-4b6e-bcb3-2a5cecc203cd', 'ed0cbf14-05df-4af3-ae3c-2f4625a93e56', '9782e2ed-7b81-4cc0-ab43-8f6fc0d5290a', 'e90b2a3f-41b5-43c4-a284-36439fd6e16d', 'bc29e08e-2f39-43bd-a41b-895748cf71ab', 'b85ad5a8-a5d5-447b-a5f5-81f65ddeab03', '8039e905-1320-4510-a6a3-1c039ed25094', '4a9721a6-7872-479e-a2c2-4adb23f1af4b', '36b399f3-f2ff-478d-9741-c91439d2b96e', '29d6edc5-6645-47f1-951e-b6b7b9eb3645', 'eea8e81e-a23d-45d4-8295-eb169569a44c', '39784e1a-2304-49ec-9cda-7654395b2a51', 'e46b6b7a-a10c-4248-adec-130367fbb57e', '024c7a8d-4330-48d3-9984-2ac1bcb86080', '9bcac1f8-88e2-437d-828f-3e7893c6d3b9', '61b8fc55-6f01-4c4c-9b25-628311866874', 'f1722419-cf26-4a0f-aa88-99b267d821a9', '7f51234c-48ab-492d-842b-5fe139b63f1f', '4094607b-e578-41cc-9ce8-4d700c26e431', 'b7d0df40-1341-41bc-8af1-acf74ef7b332', '5b76552e-a103-4da0-b9e2-db3d5a1888c0', '429b9184-02c2-4637-bbe4-f094fbcace0a', '8e42e65a-cc40-4553-a87e-a25795948543', 'fbdc2974-7947-4a17-9dd6-c7de5dac39d0', 'f86baf81-5162-4b6f-8345-bb6f0b2d503a', '406564b2-936c-45a9-9221-1e48fc2c7c02', 'd06db853-5bb0-4059-845e-c02690557f33', 'ea3ae098-7900-4128-8408-2ea0709a6b28', 'e4d178fe-ccd9-4236-b768-ef2d53adb540', '837fd781-5a58-4ed0-9dc9-56525ff4a3d2', 'c44bdb6e-3c92-4891-81ee-01c51e3606f2', '5fb46515-0136-4934-890f-83787c04ba28', '414054d1-da6b-4033-aebc-59df8e765e80', '4264bfb0-e9cc-4a8f-861a-5ed4c225aab3', '8a508105-5505-49ed-bab3-f68faa079d6c', 'c623064c-d08a-4d37-ad46-b2122cd79557', 'fa2bcaff-02f9-4ba2-9dbf-f4bb2985178c', 'df1b314d-2dce-4b72-86fa-f1e8edd4d5eb', '3136e8bb-a468-4f46-9c7f-2d8e202505b4', '952ac01b-7a3e-4894-a82f-e446bc123b2f', 'd5e07ab1-8f49-4dca-ae8c-41ce7bd81ab3', 'be803bcc-54cb-4f64-8b18-f82dd8431d2c', 'b367226c-282d-4293-b074-603172057811', 'bd508846-6912-4cc5-a95f-b4f40161867c', 'aa0696a0-f29a-4c2d-8758-23dc7d9ce9fa', '28377ce3-ae91-4be8-8619-b2d1a559342b', '3e7ebd99-f1be-4f84-84d8-917d0126e97f', '1aac3b88-525c-4945-8f66-ae0c2e42fe46', 'd67378c3-d3bb-4d83-a7c4-ba7e3e002093', '643dae26-0dd8-44b5-b906-3cc4efa3a43d', '4cf18c27-646a-4e50-9779-74954527935b', '04ed5ff5-db4f-4f3e-9322-87d8f67fdc98', '9277e4bd-7dd8-4488-944e-66fdddd3c1a1', '8ed536b1-3a30-448f-8101-749ca8a51efe', '7a463d0b-e74a-492a-9949-79f88e4aff1a', '22b61c6c-e3ac-4e73-a847-4d05a3083372', 'a7d96127-dbc3-4790-838c-22bb380946d0', '5ce0f810-a3b5-4deb-93cf-e016154c8a10', 'caaa53dd-9ede-4920-a760-4128dec237ff', '7198cdda-ea2c-4283-85d6-014fbb05cd5c', '2ff846e7-eaba-48ac-818c-245aa05c07eb', 'ffe75639-c191-47b6-b3e8-e0a150e7d504', '63058498-78e1-4eea-873d-c95736bccecb', '49aaceca-026c-4c8e-8dd2-31dee74b2cb0', 'a6ceba1c-f903-4298-9cc0-88ec6ffd3532', '4f23aeb6-9f57-4a27-af31-45faba22b784', 'b125d615-855b-48d0-b68e-357647db9c3f', '27bc786d-9c65-4d69-886a-637def3adfb1', '79b4b48b-545c-4d20-96be-f2fe53ed8d73', 'b64dc341-43b7-4fc2-a886-7f5907e2eba8', '3a71fad3-a8fa-41c3-9937-8719ffc63c04', '79a79214-aa76-47cb-9f5a-0b278d50fcaf', '585cb8ac-1ab5-4a1a-a87d-bad6575bab3c', 'ea0c8145-e53f-4c6e-a14b-8aa0dcc57a0c', '5e8bf278-40ef-4f92-b63b-3935d1b6f30c', 'b12538d2-47be-4235-9bdb-cb1a2e8e0f9a', 'aca7c925-3602-43b7-94f7-50140c2ff1c0', '505c1b51-c73f-468f-9034-8eda2d4e2fb4', '73c140fa-939c-4c43-bda5-1bbc8dd151a0', '7a2de0f8-1cf6-4e56-83b9-a26125c1bdce', 'a0ff645c-2b76-4900-8bc5-9bd9e6ed72e1', 'df25f7ad-f338-41db-b03e-11c3e7dfbc28', '4132bd9e-6aef-4b9b-a1f0-926926ad3495', 'a98487d4-7845-4b52-a3fb-d75ed813fa7c', 'c6092880-302e-4d17-ae06-37b170e26455', 'c6df2d6b-8a26-404e-9097-5fd81fe88bc3', 'c1e005b3-101d-4bb9-b284-7974e9eb0f5e', 'c55bd032-7d8b-4ce6-bd13-ac25ea68c189', '29af4e15-7f4c-4a16-8711-64166675414d', 'a9621f96-9a93-4746-a08f-cfd6b595b7ce', '2a31e016-be0e-471c-9f8c-674fb25b708f', '9e26ec9a-e946-4f59-801f-b5a3dc7fe1a3', '8791e9ba-f9e2-48f6-8b40-aa8449a76853', '1403b7ec-952b-483b-91fa-ca67874ceac8', 'b16f893c-afdc-4397-a5db-3bcef49f45d7', '4a5f4849-4638-424d-84e4-aa1453604c77', '1e8d79fd-011a-47fb-ac94-c1295f593a8b', 'b91dffb1-c7b8-48fc-bdf0-64967cf08efa', 'd42b680e-5d47-4cff-8819-b06a37021989', 'aed4dbb5-dbbf-4d0c-b023-c6aacadc9431', 'af3528a2-d2a8-427c-bae1-c4afb635ccd6', '330ec811-a326-4c63-a4ff-4ea4701f7cde', '3ee34377-aaa3-4ffe-95a6-e8e3f710476c', 'b65a5a28-7a39-4dba-9160-027f06196fa1', '11f75a8c-0ed3-4abd-906c-fcf4eb171b99', 'e0aff83e-daee-45c7-b372-ac8ec145eda6', 'f03171d9-d105-499b-bb21-34ae010f92c2', '3b4df86f-006e-470f-92ac-8524690744a6', '3bd987d2-f823-4462-ac05-e3dfa66049e7', '3c685de7-5642-46ec-bf44-6974628f1363', 'd184570d-f2e1-4d5c-9c7d-03fb7b8dace0', '10fe81ec-794f-47fc-aa5d-20fe73c61738', '7a1059d2-d350-49bb-9dc6-93cb0605f837', '63bb5671-b877-4d85-bb45-68ab4b8ab777', '0f1f5e82-919c-4a59-af44-798101457a26', '6bb1ef8c-8439-46c2-a2ec-c978e3cb5e8d', 'ad339a4e-187e-4b4d-a548-b0be3154d951', 'dad01301-8cb5-4c11-b413-fe346ebb460f', '77b14402-caad-42e9-97ce-828b8e61bca6', '017a0354-c985-4ab8-a4fe-26872f89ca2c', 'ebfbd028-4d3c-47a9-9a6e-d9556649eab3', '5e174c7a-eff8-4a97-af00-9c4faa71dbfa', 'b6ea83c9-0cbf-4299-9828-d16aa8c0ad70', '238130ca-0b8f-49b2-8416-1668b61f7cdb', '97894137-a139-459d-b818-556a951ab244', 'fa025d86-01c8-439e-9ea8-14ca04f59aec', '18b1e157-ffc7-4935-97ac-5b211dbedb4f', 'bb6e0eca-bdda-45a4-913a-c4bd81b01dab', 'dc1f0d1f-e100-4a3c-b2d8-45f60fc295bd', '315f03d7-9315-44dd-bf8a-a0439f891c19', 'e710a65f-1d18-492e-95c5-03d0eee0166b', '4dc8edea-333a-4c03-8e0e-7250c6a142e1', '9137e010-6084-432f-9928-5193503935bd', 'e5152edd-dd18-4798-be01-91e87cf95fcc', 'd9c4f0e1-9af3-4b9b-9226-3b45ab7a2633', 'db842968-ef5b-49a8-85de-6705fdf2b6d8', '962dd81e-67ef-44cb-bc40-6ef210c2adcb', '399aa14c-8190-4b07-993d-db90baf6c606', '6eaf7d57-117c-4b18-acef-bd4b218dc5ab', '7dd9d1b2-7d0f-480f-b3d5-60d50a353b65', 'e4590186-69b8-4ce7-b42b-ce7ca088f3ef', '0a843610-0cb5-4979-bc6a-053a6175cd49', 'dd64bbed-edd1-4d0c-afd3-a1f6cfb03933', 'c4bb28c8-b3b7-44b1-b2f9-21f542b24ab1', '8dfb2b53-29ff-459f-b286-81f36a2b55a0', '205308b0-013c-4c04-8882-5e7cd4449baf', '3f982ffd-bdf7-4883-a6bf-f15490559cb4', '02fc553d-7ce8-4dc5-a24a-89d491f8010e', '4890f81e-02e3-47b2-991e-28260588f5ec', 'c7752191-b3f0-464a-819b-6ef8f4efef4f', '4ab7ee56-f18b-412d-8a9d-2eaffa966f79', '4894811a-3549-47a0-8f2c-75f96a964c43', 'e7fd84f3-31f4-4feb-8a58-919f031a9dfc', 'd20672a0-821b-450e-adb1-1b42534da3b2', '4ab65353-d91b-4836-a967-686eafa632c7', '7d160f72-304b-434e-8d90-3a0a72a4911d', '0e98f667-67f5-4e76-aec5-22fd8ee7c7aa', 'bc6a69c5-88aa-46e2-9ec9-aeb922764c8b', '6040f4c0-daf6-48f8-8ad8-1ac3c3a1a8d1', 'e24c7430-1c55-4852-8573-60175e496e29', 'f5d1f551-a128-4ecd-8ce4-2791aa02fb53', '7713c59d-9ba5-4886-9dc1-508a1d3f30d1', '40936719-5ffa-45a3-ab05-c5db263c3e8d', '1b204632-9f1d-443b-8eea-4d8ac2293049', '18301011-6c9c-4935-a52c-1145ca793972', 'd4d7ad89-251f-414e-b9ea-9b7a1806d19d', '852d3c7e-b2f6-4a4c-883a-43ca009fd88f', 'cd527c1f-9bc0-4473-adec-d82639bc58da', 'e0289723-ab74-4add-b67a-2e8401260e47', 'bb8492c5-1e5c-42d7-befc-a47be339128a', '3361e2a9-cbfb-48b1-a001-b8e9cdc75e11', '0d4dc668-3fb1-4f9d-a86e-b634d86606f8', '38369bbd-fd13-4ec7-8b9d-638afc2ad788', '6e8e73c6-b5ee-4983-93bd-502e5690ed6e', '3d0c1448-4ace-469b-b2ff-dd837367d383', 'c4f0035f-2618-44b4-ad91-f4c4aec71096', '42248ba4-d425-473c-8b48-640c55749e65', '4ac00086-a0e7-4c39-809d-b7dc0801331f', 'e31cb087-16b6-481f-8cf6-4c3679bb2f07', '5f79ddae-8d6e-43ae-959f-b0f1006ea0a2', '78b7d63c-c38c-488b-b40f-51cf5b04d91f', 'e5f731d1-3acc-44ab-9458-d5113b6ac656', '5084276c-7e6d-431a-9734-2f769ade22f8', '762c59d3-a1e6-47a2-9dde-90985f868127', 'dc2ca479-b39e-4cad-9d70-c86bf1787ed5', '6cd25b9c-8c6b-49e2-8a2f-0d586e63f4c0', 'e313aa44-35b7-4e0f-856f-2efe30568ecc', '31524937-9a97-4466-aab0-e10cf364116e', '0486d99c-c0a5-454c-bd69-26ef38bbadbe', '01f1b2a4-d54c-4078-b96e-185d144ec12d', '5708760a-f995-4dcf-b43c-ecc1380790d2', 'ae9272b3-834d-4f36-bf22-376095a06119', 'ddacae1b-262e-4cb4-99ba-8329e59d5c11', 'c8aae921-36c2-4081-bd61-79516e941fa7', '36854655-37ce-41a9-aeb6-2b543823824d', 'dcbc4d82-99e3-4cad-a408-5183542faca7', 'db1e3c8c-bcec-4ece-ae77-21d7e527393f', '3796c77c-f918-4b79-aae4-897e7a4b5cb3', 'd7f90d1e-1a16-458c-bd0c-8ac01cbb30e2', '6775bbf2-b3d8-481c-82ee-d45fe5a62143', '8f7252a0-af1d-49e3-863e-364bc9cbe281', '1e74dd28-39a2-4616-b073-9ddfc6b09c4c', '02c38241-595e-412e-bcf5-096c8a2a61b3', '8ce013aa-90cc-44a2-98f2-03744099acc6', 'dde810c0-b399-4ceb-abc6-2f25e20e2adb', '7fa397e2-6234-4008-bdd0-016868cc3b37', '72e84776-7b68-4928-ba43-596320e6446c', '8a604502-4f33-4c2b-9d96-ff92ba69fc32', 'dee27e4b-1ea6-4e9c-af42-04f35b270615', 'e71c5f63-20b0-4640-8be1-c7f5902420dd', '0711393c-c3c9-46c4-9b6e-8e84e187c590', '88f31038-a4df-4038-b563-7d673f9ab23a', '072f8184-b040-495c-bee4-649b864fd7c3', '3fab94df-1fc6-483a-ba78-13518dfca33d', 'd54f2890-456e-47eb-93ef-b00fa458cbd4', '7a354402-3050-4c61-bc41-ff97aef97b19', 'c0b4212a-a638-4f65-ad79-4d7bc84ba11e', '05f3b77c-aa78-4b87-ae77-d340a673a933', '87ef14ac-f7ad-4e8e-9c74-96bd00d3a963', 'fa4af637-e0f4-499b-bee1-2b2bfd6cbf4f', 'ce577cc7-64bf-41b9-9d2a-99d2d638ab94', '809163d5-ab55-40c4-b36f-4b9bd42da79a', 'df929e20-0f4b-4a9c-add7-01b3ddffcd40', '025b81d9-59f5-41a7-ac9b-ea27f01d8b43', 'ba3f49da-5043-420c-a598-7436a2e43b8d', 'c386f208-8c6f-482b-bee7-79590e0b0091', '4308cdd0-fff0-45df-b39a-9152357a238d', 'bab30a83-c3c3-4cc8-bf10-4aa2d22bceb6', '96378091-cf20-4e7e-aa6f-f725ba7c8b11', 'e801a3be-302f-4245-8cf2-85c24e7aabae', '41ed5969-7ce9-4631-966a-7451c649139d', '395332c2-9450-4686-a321-235f49d9c7e8', '0476b67c-f1c4-42d1-aa2b-4b1b89fe629e', '0ba66beb-7bf7-4b67-a4fa-af7cd5069cf2', '06a94b8c-d8ef-47d0-bcbc-a41b9c4a6af1', '9dd760a1-9083-4fbc-b0c8-c4cc6bdf5cf5', 'ff80a824-01c2-4e2e-8e79-4bf5c1913f5b', '49b9136b-2135-4074-919c-047e2329c65b', '9abcb6d1-d8a1-4213-b5a6-74b8aed2a717', '1390ea0d-9db4-44db-a430-eb1757297cea', '15524c39-0e51-49dc-bb85-1607750f8d90', '55c3bce7-e331-4a92-8301-59cba8ab1f7f', '5b2f9bad-fe75-47a9-aa7e-e08650c24dc6', 'ba776728-8014-4ee4-ab00-1d81c897963b', '8520d60f-d731-47b6-a8ba-6bc38bb0a394', '09cfc9fe-7e7c-4a30-8be7-fde71e9ba9bc', '63dd940a-d004-461f-ab06-66cd4aa4e546', '6ad14d5d-7883-42b0-acc6-8ac78ff4a48d', '09f40978-43ce-4567-975f-6e925a73303a', '1c1535f1-54d4-4259-9099-d78e565432ef', 'f9950dd6-da2a-4064-a927-96a8cef940a6', 'b29fab7f-1766-42e9-9d2f-3d028b220e03', 'ed0dcef6-b97d-43ab-ace5-886288aeefa4', '3b518d58-c584-425e-94a6-098aec25554b', 'a22d02bf-ad7a-4dcd-b872-fb0c31116938', 'd44afb9b-e6bf-4e06-9651-f84c698b10be', '544c4d21-ca4d-4c99-b3ac-c84ad91a290c', 'd8b15388-d5fd-4c5a-944e-09098cfa5aff', '39f29fee-a506-467d-b792-1446b89c5c51', '2f2a17fd-59fd-447c-934c-29af7f3f7191', '717f4904-74cc-4a0d-831c-a3009548a5e1', '91bdb8af-6517-4480-ba0d-4becdfded1db', 'fc1e95a1-f9ab-408f-9a34-9285f8431293', '719477d6-c261-4584-b285-948c02e4708d', '042e0860-5409-4667-b8b3-4601f4e2993b', '0ffae499-84b7-4d37-b9af-dca00e8d332e', '4a84b795-77eb-49ca-bd81-e68a8f810b2e', 'e2f9cbf6-40e0-45ee-9723-7f4100448cb9', 'f8bd92c5-7ec2-4922-8e53-6b62cf237aa0', 'e6058363-f3f2-4830-84d0-db351e62f3a0', 'a98e5de2-da96-4c2e-8d30-7c903cd05795', '6b1a4366-76e5-4c9c-b266-78e62fc321ea', '1429ce77-d20f-4ae2-aa89-db4afa991a2e', '66a38a06-28d2-485c-8c4b-cde2f429917c', 'a8a7f173-fd21-4daa-bf1c-48f17765656f', '18a14d26-cf22-430e-a460-8415abbc67e8', '31c469ed-e59e-466d-9ad0-edd840253764', '76e2179f-049c-468a-a8d8-801283cd5e86', 'c097953b-22e0-4634-8c76-df8a1d472eff', '1e8366db-044a-44b0-9b9c-b21782c4bd2d', '72974838-9001-40eb-9917-228e809c7e2a', 'fc1ef522-0730-4c8d-b49c-aa079a1b0669', 'a3e96f19-265f-49b6-874d-ff4a341df7e5', '00fe500a-1144-4de6-a1e4-fe2407b33f74', 'aaa4a011-1fdf-4123-a670-39b979d56594', '781f4fdf-e507-45fc-846c-0ffa3351936a', 'f34fc8a9-a25b-47c4-a8b6-891005775ac4', '97ad5359-5e4a-417b-bd04-323982c93ab9', '6c1ff71c-70c1-4b86-a7b7-96ca7703fba4', 'da04a658-7890-4e6e-9400-0477429dc082', '2e4dfcf8-efa3-4110-b4ab-51e6adb76d5b', 'aba77b05-d990-44f3-ab15-5320cd201f47', 'caffee9b-bb7e-4fcf-9c31-fdf09e5ebbee', '37dea82b-8d9d-4fe7-b470-adaf9e20d87b', '22fcbc65-1e3e-4f21-bbe7-fed7c2dd22fa', '4929fb8b-c2c3-4fff-a175-f8c803cb1153', '1db73740-79ce-459c-8241-1bef81cd3379', '4a745ea1-a294-4b4a-a817-ae3a268afb51', 'b0390cdd-99c2-4ea9-9e7e-dca7073e65d1', 'c6bb36f1-7f5f-49b7-946a-18b64d8d0ae4', 'dadb2557-121d-424a-83b5-b6d856ac8fe3', '3d203aae-4266-4786-af4a-a53ca00bac1a', '502c8f67-ef77-469d-97cd-8e2c58b055a9', 'd450270f-6664-45cc-a65b-84a3f0dc8d7e', '6cfd3c93-f0e9-408a-93c1-6188eda8de73', '8a4807e9-baa0-448c-9ce5-737b6468d099', '055c041b-20a0-4176-9d56-8060cfce85eb', '8f9f98d7-0473-4267-a8e2-f3cb36c754e1', 'f195799f-2bcd-4801-9025-11c8768f440a', '3034f6fb-b507-4d2d-a119-150f3d4441ac', '45686556-3c64-4567-8228-b7dd932212f5', '80603b88-6fbe-4601-8812-9fa3edbb53cc', '12dcc9ff-f577-4dcb-9b23-482ea61c64b4', '76230732-6ce6-412e-9284-57ee21a703ce', 'b0fe6f2b-3d4c-4fa8-a7d4-5603dd986ce3', '7cf5088f-4319-43e6-adfc-9d2ee5939e60', '6b55d223-d700-48e4-bc57-263383c0f4d7', '18ee2cc8-c15f-4180-a2a1-5193a65d0c0c', '58160e9b-8ea4-48e3-bef6-c61bb7a8e258', '374a504f-1a0d-4c69-9e92-4349630e9997', 'd0cd7ced-c182-4512-aed1-761528861672', '84b3c1fb-8dd5-4b88-ab79-3f5388185eb4', '5bc781c6-6fdd-4425-9e6d-0ded799c69d8', '10fb0d4c-f49e-4a6f-b466-c762302fc9ca', '81c37f5e-04cb-461d-a25d-e7b70fba5a4c', 'c369114d-d8f9-49c9-a17a-8f182a83802d', '937475f4-e252-4b55-9f3c-8c1cf120b73a', 'e914500f-cc8a-4563-b7cf-6b50ecf76b5b', 'c8bdcc6b-9be5-4df3-96a1-4355bf49dfbc', '73230ab7-d451-4d24-a19c-691bc7137ac4', '8990db40-881e-4c7e-a54d-cc591f2a7edb', '88c81cbc-7963-4ac4-a799-a3d615344013', '754b07c1-2a12-4718-9efb-0185e7875b6b', 'b60445ce-92ff-4fd3-b8e1-95d1158e85ae', '3e0bdcf5-94ef-4559-adc6-0ec711ebde4a', 'bca46c23-dff2-4efd-b76d-50f63d6a468f', 'dc2d8d49-9e74-41c2-8015-e8f5609fd787', '257e36dd-4866-477b-be51-fddcf332f39f', '00b421f3-b3a6-47d6-97f3-5b78ca6686f5', '3ccf8143-5214-4477-bc7a-06c930f26f98', 'e36779e7-12d5-4392-9074-b4965168f79e', '48143574-82a8-4c8a-839d-23af2febef7c', 'bf9e3221-c11a-404a-8c29-8c74689ea34a', '6186a405-ce7f-48df-9dad-3df7a4affa2b', '0c754454-51e4-44f8-a630-32aeb3b3bb45', 'ceab5bae-9f77-4509-8376-4d96ae10ccc6', '726bcb2f-9c03-4e76-b4df-cbcf37494ffd', '4b30be72-3d62-4ce7-9def-107cfdeed89e', '85c1be2e-56c6-4a77-8b72-c798a2b84863', '8f409f1b-1968-47e9-8bc2-cf6d53897dd0', 'b61f466f-139f-421f-8bbc-683d7623226d', '65e4a9c0-de18-4fc4-8263-d4c235aa8908', 'f571d0c7-b481-4559-88dd-7e43ad818431', 'e59e0f64-bc86-4f06-b546-ba90aaddc364', 'a6f6cf68-16a6-4a0c-b8cb-1b5ff9bdbeed', 'd2caee6c-0a59-4c0e-aac9-7723eb98ca86', 'cd4089e7-de53-4640-b712-a04a066fe74c', 'ac276e51-368a-4fe1-9ee2-f0aafa04bb1c', '3a366cd5-f131-46a5-906f-eba0fa0f2487', '036f9641-4abb-48a7-b896-0d704c65138f', 'cc9f866d-c357-4d59-ad84-2f0ee24f0946', '238ce173-8155-40aa-a3dd-9d410b8865fb', '8bae81a7-8be0-44f6-974a-69295cd244b4', '36fa72c0-c7b4-412e-9aad-b2a30ae1b853', '4dafead7-e238-4bee-895f-73d11c222a90', '23cc829c-d71d-4ede-9fe3-fe70d20b9244', 'c9ab6aea-6d57-4b93-bf89-5b8051c39bed', '133bfd9e-a2e1-4c16-ac6c-d7607939f0b8', 'f15df779-3a33-4ec2-8920-a1723f96b85e', 'c1abee53-f4f1-424c-a0b2-5d75681ddc0f', '42d7de3c-1449-4daa-b95d-2ab103d0ac67', '3c314a86-9026-4ce2-9054-38fb71b60bbd', '95af128a-5f08-49ac-b984-6df11042cbfc', 'afccec01-943d-4e43-9b44-64e2504c738c', '8641d57a-59e5-4481-9aad-1dd0682e335d', '4d45f6da-dc81-41f7-b58e-470426cb75ef', '5e374cb7-16ec-423c-bc20-b44e3d4a0719', '671bd449-5122-42bd-a1b8-fcd333be175b', 'd9161d48-ee82-4140-86f9-6c1199626f1c', '500ea7f2-2715-4558-8ff9-bf0db4300f83', '6c06459a-c68c-44aa-9276-4dd2a8893d6f', '46af82c9-21e3-40dd-aca4-93bee6ae446a', '14db4a2b-5680-4271-ac95-c04965137312', '52e4253a-863d-4c66-98c5-1a08f4b7e6f7', '92aaeff6-d1ae-4372-8a8a-c4ff7579fbeb', '2c404f8a-da47-4d50-9098-19340f96e106', 'b78f2695-80c5-4de7-8646-2d75c23bdeb8', '8fa7a25a-78d5-40d4-9993-c3c4f6521240', '95ae2193-a2d1-41ec-a8a0-f822d8a8283a', '300bc5a6-3faa-404c-b5c0-1823774ac0e0', '26fbc555-2fff-4f03-a980-183158591be2', '10cc3897-81ad-47a7-8277-1ca4cbbad266', '43ae8b3b-1536-4480-af5f-082f6437a7ac', '5aed76ef-287c-4c22-9220-cc17a6b52dc7', '912d52aa-5200-449e-9534-a308de102bdb', '3ffd3994-1d66-4acf-9ba3-c20cc8f6fd98', '306af0d1-b380-4cc4-8732-cc8bbcd339a6', 'bafff254-0277-4227-8fbc-a6a242a91fc3', 'dd7db502-cb27-479a-91ba-eb1d48671b09', 'a8fdbbb8-9d35-4574-8fd9-bf6b5abf9908', 'e393415a-8d28-4e40-bf8e-192d3d7cd53e', '5c6387f8-80e8-48fe-a160-6d853ef73930', '2f0b7c09-c81e-47ab-afce-18a43791b4e6', '5a73623e-4214-420b-ab31-f5b237391c0b', '40beff60-5629-4df8-828d-b8b272d1a972', '43357d58-8965-4f48-9f19-b79f79450e47', 'e30cf1f0-a1b1-4a1b-a97a-961e5a109e54', '427eaac2-6655-44dc-9a67-acb71f94c5fb', '173ec450-1745-4409-9569-1b61e0570a24', 'affb03ca-e1f1-41b6-b6d1-65d490432e4d', 'f19b50cd-90da-4dda-97a9-8f4cc9a6651f', '04edb9d1-41c0-4a4f-8e24-aa60df14b5d9', '4ebbc90e-e318-45ad-9753-d0a47dc295e5', 'f613d983-3eea-4a67-8291-7183d1ed37f8', '02e7a283-f680-4b84-85e0-b922f83c2c34', '682b2516-5cc5-4f83-bfc6-87e46de9971c', '21b957d2-a9cd-4629-bc3d-57800c6a0f57', 'd60c4968-f54e-440c-ad50-c7041659125b', '982d8820-e1a2-4d12-b7ea-1b83d54469c8', '3f5cd044-c8ba-4ba9-8bb7-0e5ef91fb52f', '73cdeb28-9f2f-47f0-9bfb-080717f90b76', '92d7763d-723c-4d64-a7c2-02c0bce5891d', '22bee59a-8884-4d8d-bcc8-7540be9dfc1c', '4221a4af-3026-449d-848f-a6699356b2f6', 'edab6edc-45e0-4ec1-86f3-3e98aea2e00c', '1375dcaa-28d7-453b-98d5-e095881b9787', '6feb8436-d2b2-4359-a722-3f0afde88ee2', '5b25d0eb-d2fa-470b-a9a9-104d79ad8f73', 'e9088481-af7f-4011-95b1-ef80577ca682', '3d30a532-3088-4874-9b58-6030df0b0d46', '68fc9680-204f-4d80-8d11-921e69eeeb64', 'ca5b79ae-60be-455d-9d31-140f91f90657', '2cc49e17-9a39-4dcf-8465-597ffc049fae', '81cba991-974a-4185-9ac2-f1202207daa0', '6b5905f6-a815-4caa-a401-d0ecb4050147', 'fa3fc124-b3d9-4bb6-8efa-cf78d8e4e24f', '86542557-cfb1-4d98-b305-ac5c6994bf52', 'f6c76e40-fb61-400e-89a2-56d1019c066a', '212fc7c5-dc0c-4e65-83ac-7d2f1ec309e6', '4d607d11-1f4f-4feb-8a03-8cb6be04ac35', 'e750cb34-f50e-4098-ab52-87dc20e0a534', '0788e907-81d8-4b1e-b98b-695aeef26e10', 'd26e6763-0070-47c3-bf49-663d2609220c', '29f6f0ce-c336-4ddc-b82f-002becd1cba9', '7a3d2e0e-399b-4e1d-a2ad-d22a0f31e136', '56f34792-ae24-41d4-af2a-362f1dfb910b', 'c2534b23-d2e0-4f67-9cf7-49ec5a75a676', '44549f81-2262-4060-b3a3-e8528711c910', '5bc4d523-8b11-40cf-b864-c476162eb82f', '488cf6dd-7e12-4f5a-9c73-246c2f5406fd', '0f1f1159-c7f7-4e4a-bca1-a38914b4e420', '12bb755f-5661-4a09-af33-47786f9f630a', 'faba8708-1aca-4762-8e8e-a037a780f80f', 'dbd85772-bdf3-4ce6-aa77-48eb1dfc47bc', '12af302d-62ec-4340-8b6f-7270ef60248a', 'b34a2656-1aa4-4c48-9619-31409e4e8158', 'fe2c8e8e-df2d-4cc8-825d-aaf7d068e98b', '04abf1c1-2ab9-4f4a-a3ec-7ae1f740135e', 'ce9ccfc7-d5f8-4c48-bef9-43f803c99b0e', '79f1ae6d-e894-405c-af8f-75547f09873f', '47a17d25-0bcf-4055-a08b-cd2d345ddafb', '7d25ecbe-5982-44c5-9d44-a8f13ac5cd50', '8dc70c39-d7e4-435b-8c09-02a56100800c', '6ecd6786-cd75-4318-9ad9-b17aa9cd5614', 'a6b3dcbd-024b-467e-8616-2c10a2b5f18d', '8d478f1d-6e6c-4e81-8f8b-1324b1edae6b', 'de22329c-f550-4131-9411-8ae929b884f9', '9663955e-6678-4169-8f43-638c9399bddd', '8270e139-a512-4456-90fb-7aab27cd7970', '3e4a5eba-e117-4076-aea0-419c4458494e', '1178eefd-8e28-4843-9df3-1dbd0a2ffc07', '6e2759cb-a35c-415a-b2b3-0cb88a83000d', '5cc08570-c30f-44b6-9317-289a27c32c05', 'abf642f3-d3f5-4216-b069-9cd6a59cace1', '7b46d078-fbe3-48c0-a096-d20bcf4dfba9', 'c163f849-4d6c-4200-8f6b-10501f7fd764', '4ae6cea2-4f09-4fed-8499-41234190e309', '6639b91d-af6c-48ec-bf54-c8a77b8ba5a5', '57916aba-0aa6-4443-bcf4-d36bd6808999', 'ba62d92e-d896-47ca-971d-8d54d64d3ddd', '3b73d16e-6bb5-4192-b03b-4677f3e24f2f', '4c24c5a5-c0ab-4f2c-abd9-bc7fc9c653df', '01e74d67-c455-4a8d-9b50-ffa6dacf3aa3', 'ecd5788a-6c9c-46b6-8528-df53d1943aad', '6f60bf91-e256-4af7-9634-6216b9bd4cb4', '4b90f45e-3c03-48cb-ae3c-0afe91772c91', '96e8abcb-68fe-4a6f-bf15-26d3455b4ded', 'b626cd7f-41f9-4a67-9983-6c5e966eaf35', '5e8ef5a1-e347-482c-83ae-417b21bf6a64', 'cf3aa28c-1dee-4486-832b-06aab22a484b', '83d5fb71-789d-42d9-b38f-610ce9b33bf3', '6c100a01-e207-457e-9527-4bcde9eed8f4', '780b0f0d-3df7-4d10-8e0d-25eb67ebabc7', '13e1b381-6b84-42fd-b603-771f0babf2d2', '16054a54-3573-42bc-a6c0-0d91bae4fe81', '5695e672-246b-4733-a07c-7c0e5d3e2210', '6cd40356-3ecd-4f0d-967b-bc5d67acc292', '7cbf873d-0836-469b-a569-302ab92d8147', 'ebded430-d71a-43a9-9b2f-664a597f7dc2', 'c5e77072-200c-4bf5-81b9-9c33aee293bb', '218651c7-0dec-4d96-801d-27115b28a72b', '9313bce3-0c93-4de9-a938-e779bf9ca9eb', '3bbda47b-7d22-41b9-b643-4c04c3f0a01f', '9c536b4f-483e-4b63-8a7c-bb7339411bff', '5f5287bf-cfe0-406c-9a4d-825c278320e4', 'dbefe0d9-9766-4701-9e5c-30dc19b1f5d0', 'b105e8ed-2991-4dfa-8cd9-3fcc6ad011bd', 'f0bfdf99-d362-409f-b7ff-44294bf9e33f', '05027861-c349-4a5e-97c2-1bee45a77341', '9708dfb1-7e9c-4dee-af47-04701cf11666', 'c5e176dd-40c6-4a2e-afd2-9939d4974954', '61bbc2e5-e8c6-4f2d-bfb9-7d3661a7636e', 'b79dd235-93c7-424b-95b9-29a1c6f267fd', '68837d17-df5f-49b2-b105-6f2d75ae727f', 'd9c6d99f-c329-49b5-a5bc-caf0eaf5bd50', '967649e0-13e7-4207-a19c-fae82366a51c', 'da6a8994-de0c-45bb-ac7d-bdcdd723213d', '3472064b-2414-43f7-aafa-d55fb8b15bbd', 'a23d18e9-6ce4-4608-a848-55b256ec569a', '11ae4d14-7446-4949-a461-1a324db51a93', 'd92c313f-1fc8-45c8-b445-071d8f869140', '2fc0d7c5-969c-418a-9854-7c3ab849b600', '7ccd9afa-d3d7-4466-ba22-00c89b160db6', '3347553d-ef5d-4f0f-860c-a2ce13a20bfa', 'e566de53-41e0-4913-9f0a-4d52cad28ece', '4f976c80-fb9d-482c-9277-ec98fd7e98e7', '3fe57309-4da4-42dc-8aac-5a485da95f0b', 'f14ff35d-4d89-441f-9da3-66b768bd3009', 'accc3d6e-c475-461e-93dc-94374a9ff600', '8256eaed-3808-4c7d-9267-d39fe2622372', '232e7985-86b5-49fd-a520-026685739e3f', '9a270bd7-c793-4aed-8057-6d84dcfafa67', 'd992cdbe-484e-4c86-ae96-75fa3b6addeb', '399ffdbb-e313-4fcd-b007-6ff7005d9d63', '31c79d53-7658-4467-9d22-0be8c39b9c1c', 'b5858e62-842e-45c1-8ff8-56338707e488', '0b6d7549-b312-45dc-9dbc-7f758f396033', '1ed49075-7ac3-459f-9a06-94d7d58f82b7', '301959e8-617d-47bf-9b5f-3dd3f85e3adf', 'fc55bfe8-610b-4993-be56-a4fa47a87cc2', '3a9cb03a-a533-4def-a151-b7e865fd6d49', '05eaa4fb-8fdd-45df-828a-aadd603062ba', '7c442f8c-ce26-4ade-a13e-4ea772d736eb', '4eddda82-e2ae-4165-baa3-25579a24c188', '2ba488f8-977c-46a7-9016-f5c51dd4ec48', '74084214-dbab-40cf-901d-5ac1c45874f0', 'ace9bf02-fee0-4cf1-b1a9-fd20998b4306', '637eac78-5c49-4b18-ae55-b8fd8da7b367', 'f7e7c972-3f7a-4dbc-9f00-8845ad0f3d5f', '7e0f2dc8-0fcf-4de2-b6fc-ba40c7d2f66b', 'e66635a9-37fc-49bb-90ca-ee20f52386fd', 'e8ad87db-4cf8-4c4f-82a9-2660f2d55916', 'f6c25548-e6ed-4a00-959b-edbdb2608c62', 'b8b7ecd7-75ff-4f2e-9f31-e0fc49345305', 'a733416d-436d-402a-b3af-3403d6a43350', 'cb55f297-1a0c-48cb-87a1-19f4625a378e', '640f0f3a-6645-41b2-a259-2d87d9aee421', '07e2cabd-a959-4035-9986-0e39bb0fd923', '178839d9-c857-41b4-92f2-54ec797ca89c', 'd1404b89-eb0f-49d1-bc9b-e3c73b591d92', '88f2e3ed-9833-4471-8c63-9331ec229554', 'ddbeca89-a805-4a22-9b5c-63cb18cb6241', 'cc78c8d8-7c57-4fba-9c35-f3c28cda56ed', '77966f4f-5341-491d-bd7e-0dbe8ba423cb', 'd45ea8d5-b5ea-4aa6-896f-3e876ed8109d', '139d69ef-7334-463e-8475-6079c5a19f78', '179c34a0-15e7-4967-ba0f-ba21bc6d131c', '652d0d52-d6ca-47f6-bbd7-0c64183ee03f', 'ba875eaa-2f28-4318-a286-8954b117e1c8', 'f1219a39-05c9-41a4-a467-9a04469fda14', '6c96e560-b569-4afe-b3c9-8c298df75287', '8852e89d-8c01-4eac-93e0-ec123b801996', 'd117d358-32ad-4dea-a2ea-445fb8d92ebb', '3bc1069d-b35b-40ee-841f-7f444a58ec15', 'c75d904d-a672-42bf-89fa-d36a5a4fd933', 'c6a7df16-8ddb-49f6-a358-e3af7bc4e0fa', '52724ee1-0f03-4633-890e-3890e6ed3b78', 'b2f7124b-3e26-484b-8bb3-2d8b336adb87', 'f2230e72-5df1-4df1-8c60-f23d1e8127d0', '8e1ea66e-ffb2-4bf0-9d5f-4487192e6b40', '33924784-285e-49b5-a21d-fcb2b6f12f14', 'bf09f082-c1ff-45d3-b0cc-f43964a0bb5e', 'b4ed6d77-49b4-4abb-84cd-a044d5ad2bfc', '7b277a66-9207-450e-b6ea-2e0d184b3cf7', '1201b8fb-d41b-4461-a593-27017e288484', '7110b7b7-267c-4386-b356-92baba4d436e', 'c716b7d2-1fc6-4ad2-84cc-e7a9ce4c3820', 'd651723b-720f-45c6-afc2-8c146cd90a45', '73995ef2-4065-4d43-a157-59b92837ba4f', '7c205ab4-4b08-4418-9b8a-c6a760a5f6ee', '20e240f0-14c1-416a-a770-27ff1beb68d2', '47580904-2243-44aa-9635-03c2937d11fa', '784e54ee-4226-4041-924f-810a9a039cb8', '0916009b-8a53-4eaa-a479-93708ac14e01', 'e97f4aa6-5b76-404a-aa73-92f5fb1227e0', 'fa06ba93-403a-46d4-a12f-50918d26df75', 'f45dfc91-a410-48b6-b2a2-4bef22373cd3', '3d46924e-b8ea-40b1-a2ad-c81fb3bb820c', '967aa8bb-2703-4d36-bc06-d0567a888d1a', 'b295206c-2dca-4e60-837a-77092ca04bf5', '2fbddd49-d3d4-4c98-86f0-6e0c20c3c960', 'd7f87d59-e94a-4246-b205-8f082b27b897', '18f6e54c-5b38-4942-bb56-3c8bbb5b762c', '4da302c6-d753-494c-991a-8c46357c000e', '657a6039-1994-45cf-b7eb-1db3f2e8f4e4', 'e172571e-733c-4463-bf2a-840d9ba9796f', '0e1c9c0c-0696-4565-8bda-a2fd66615e3c', '9db51c5f-ea21-4e41-9aaf-b5b540378198', '41ec6f50-04fc-4dbf-8b3d-1ffd89e92cd7', '410f2600-36f2-47d0-9606-50d598d6489c', '2953259b-89b7-4966-829d-1d20d5cbc64b', '7cfebea2-2ef1-497d-89a8-079edf22ce49', 'bbcd597e-2d64-4d22-955e-9fbb61abc4e1', '4d3fc3d5-ecc8-4922-aa20-729a538d512a', '2df32135-5650-4a4e-9d4d-38cea5bbeccd', '53f589e9-40e3-4d9c-acb5-6dbd6e55ba91', '19521cb3-f442-4a73-aaa3-54eecb0ff12a', '697be0f7-aacc-4e1d-b5b3-3a440dad14cf', 'c2aea88d-809a-43e0-a048-80274d2ecf8d', '27b24d5a-0b9e-449d-a6f0-ec8e34ad9e5f', 'ef753b6a-0aeb-424f-bc8a-7dda477f30e4', '60eff6e4-3526-45be-a5d2-35d2ce72be7e', 'f6b48957-6626-43be-b289-ce4cf237fb21', 'ca2f8937-7ebc-4b72-b370-d4a4631816a0', '920f1e4f-9c88-4fb1-bc97-fe5956f85ced', 'da7d61bb-2737-45e5-9d09-10e12dfb1e88', 'c699c25e-95ef-48f5-87ec-cd79aa114dce', 'ca2bbbd4-3f16-46c5-b6f4-59b337c110e5', '93bd2be4-553e-4385-ba4f-3bfb1610dae7', '1eddac30-6137-4744-87cc-ce2310ba0e54', '2d5822e8-ee1d-4515-9db1-aee92e5a9f0c', 'd92c3358-edcf-4782-9b79-200a962011e3', 'ec87cdc4-9ff0-4a44-a900-5443dec124bc', 'd4b243d1-7a67-4dc8-87e0-94187fe65e7e', 'a1a0216e-fb92-40f4-a7b5-37a3c822e840', 'ea0f67f9-fd6a-4f6e-b245-f6b07de5ffc3', 'f0e1f7d2-0a62-44e4-9df2-481116b4b676', 'd766de3d-e92d-4429-8054-0599af0f0501', '8ffe5b3c-f56d-4916-adac-3070c6d90e25', '76235630-3199-40ba-90a2-d57ab5ae8914', 'e4f7573b-04ea-471c-b91c-7266bcb8eecc', 'e4881279-4a14-4325-9fb9-f295c5667870', '4542cf7f-d723-48db-89a3-885c9eca7849', '78cb21a3-eb28-40f2-8c46-3f69cd00cb9f', '20ff59b3-8e69-4f05-b9d9-49edc9d88e1c', '834fc551-151b-4d56-81d5-431a4f728b5f', 'a94511e8-a4e1-4ede-a0da-f6eece0eaac6', 'ab4f40c0-daf6-4a7a-8e85-ba17aaa52adc', '5d696db5-6da5-4aea-baea-34a9aab0a7b1', '54aa8d20-d2a7-4dc2-b2e4-32ca77b1f88b', 'cdbd8296-ffc4-4c59-9c23-2eb416338a7c', 'f16e82f8-45dd-4b83-920a-9a03e54d1706', 'b5438112-beca-4069-a47b-316bcb9c6249', 'bbc4cc0c-75ed-4b8b-b2db-2656d26b5ff1', 'db2321c7-4ef4-4d5f-872d-879a960afb3e', '0b595600-4aec-46d5-8860-8b3b3c20243d', '2d9d7e9b-4515-4286-b849-1e9dccf2f819', '4ce1b578-e657-40e2-8e70-119ce1ed2e56', 'b9bae2e3-25f0-4ffe-81ee-b43560160232', '56c9ed5a-536e-4d97-9495-44134557f307', 'c62f2d91-d8c1-4e93-9198-4aafaf12124e', 'f1a85548-300f-4303-a4a0-4cc23e6aa101', '02a4008a-964e-4fcf-ae5b-bee0788f427e', '56848cd7-4628-461d-a2e2-9e52293a655c', 'fb4c5a08-d640-4e84-a39d-b5d0e3f5aab2', 'cd152ad3-bf06-46f1-84ff-e6a03ec63b17', '4337e784-6545-4e4c-bf92-59d8d1a0d765', '93996f4a-6aaf-4075-8428-29221f3ba098', '12d3f7e0-59cb-4c38-8151-8cedabde6eb9', '02005dec-a627-4f9c-9a9f-d54f7c02e48b', 'db71ab80-7520-4d81-a300-0b4ef7ae5f45', 'b78da0eb-c7a1-4e7f-9a1f-c76181d48c0c', '7b3cb589-19bd-47df-8a3f-cbe9d5dfce4d', 'b63522b6-3391-4dfe-8fb2-c50f856aa57e', '92eadfd0-810b-49a8-95b0-805d3c0f7b9d', 'e8517149-bb5e-4404-ad4d-c5e988fca901', 'be926d04-9db6-42e8-8ca6-987d345e643b', '6914c25a-7f2c-4070-ab74-b5514c3a0d91', '7ba02646-dba6-4478-ae1f-7e980889489c', 'bbc67aa1-7856-46bd-b517-801cb2f1920f', 'd8c94a68-418a-468e-86f6-e2a08edc726b', '7b0c212e-8868-4e04-bdd9-19ee475a68c3', '10e9c206-c157-484d-9dc6-4c96373ad635', '81b084d7-ff80-46bf-9387-317cda8a2e42', 'f25cb777-5be6-4d39-a936-d9898e42dbf1', '7399b7ee-b6d9-4e7a-af01-1ff0b8d047f2', '308b3c3d-8ea7-4cd9-9ebd-c089974c29ce', 'd8a17dc5-eaf6-47df-8597-2a8807ab5e27', 'd7dd3dd9-2ef4-42c9-b4c3-a557e65433d2', '4f00fa9d-6a2f-40d7-a83e-28cb4995d7f9', 'ccd4051c-3388-4703-a016-863fd5a37f42', 'ab6945c7-5fc6-45f1-9738-d989c2761427', '308ee513-3769-4822-99d9-e7a624c39975', '4283177d-1d5d-4da4-9393-113e10d18e1a', '3719c5c8-a2b5-44ee-80cd-f86a440f1b39', '7ad35c4b-8053-4614-bc47-9d8c10ee8271', '00ccf4f4-a39a-454d-a398-caf109851533', '3a1a1e3a-d368-42f7-b22d-5f673f65b8a9', '9a1a22ea-6eef-4536-a2ab-8b470a5461e7', '6bd3ce96-0d12-485e-bcab-87f866b1c59d', 'bebdc7b6-a445-4f0a-ad45-30444dc6aad4', '18a8dab8-b45f-49b3-bf16-31f508b7fdfb', 'e009cdbb-30b1-4c05-b11f-f3354bbf892a', '98f23a88-cac8-4cb6-a293-5fc58205d029', 'b291cbcd-25dc-4cfc-bb12-339f4ca8e8fb', '978d320f-7133-4c48-9b97-63ba26006747', '584f791e-ba79-4d18-aacc-c547409b66b6', 'f4f1cc45-44f8-4978-ae25-118c852c8149', 'ea186ebd-0b51-426c-8fdc-8a157639fa32', '33916c95-8f73-42a6-8bd8-d21dcfc8c53d', '16b57f1a-3d98-4e8a-a75f-3a5a6ad8bdef', 'a2ace21a-4bcb-4aac-a363-b7c321982016', 'db7de42c-526b-4d5d-8e1d-9a5fba76172c', '53f1d25b-e44d-4c40-9713-332afb948d55', '61d0c1de-71dd-4605-945c-668d657bc26f', '8a5bb763-3e59-47f7-b324-081d1a6a08d2', '76ac1813-63dc-431d-9c80-a71ba0bcc2e1', '9e7e50ea-3a3c-4f87-9115-aac1433ba8a5', 'a3162f05-db95-4cf2-a949-25175cc19d1f', 'fa6cd7a5-00a9-4b95-a941-d55f6449403c', '75783f06-f2ca-4c97-94cd-0e9605db0c9a', '4b4f63ce-ecb7-46b6-a41e-29730df46563', 'c1e197e1-024f-4a5c-9700-5bf29895159c', 'd45efb56-28e9-475a-b294-d16d9e2805e8', '7f3dcba4-6940-4e0f-bb04-c340df8f7467', 'ba376ee8-0d0b-4a44-8bfc-40836496b833', 'e8349f12-da75-4b93-92e2-5d1798882c1c', 'b3d2f84d-3249-40dc-9932-b8ad1affc4ce', 'bf9073dd-01d0-4120-beab-b2d52d4d3d80', '439031e0-5ba1-4bb6-9871-bc4c4c293427', '9f4a3628-7c6c-45f7-b6d3-ff318d8b7f2b', '25eeb44a-8d10-4be5-bff7-36513931dbf2', 'c07a75f5-957a-4a67-8fae-721f0c9f9315', '364229b1-d901-473e-b793-8cd24825677f', '34fe528a-44a2-4508-b445-34ae180b1094', '6a26f16d-bfac-4ca2-8b06-4e0ecd55b194', '80465b5b-fe3b-419a-a8bb-9757e3a0843c', '47fe338b-9910-4f7a-9898-b76538ff3055', '765cf23a-a994-43ab-be92-94460058341c', 'a6d9db54-c385-4848-b17c-08006bcf1fa8', '0c55d6a1-394f-4559-967b-a63f0e9087b6', 'a19dbc3f-1217-4753-b8c1-45edc17adef1', '5ae0e58b-77cb-43ee-9365-67d83aea4b87', 'a269e356-c6d9-4563-aa82-a4b46bd4753a', '42693896-0435-431a-b0cb-e8599dcefe43', '05d0a726-8297-4cd8-a59e-daa48fe66cb8', 'ad1bfb8e-364a-4f78-b60d-c65c95415d2a', 'db37f51d-ae11-4646-aaca-dffeac1a09af', 'a4ab0317-1055-44d4-9774-3c43c23b2926', 'ea7cbfdf-1b9e-49e1-8ba5-26310aa17624', 'e42d9ca2-e41c-4896-b19c-db8ec12ca240', '1f2e0511-4c4a-4d75-bf7a-9af928a1f412', '475d261e-07d5-447c-b1c1-c2b1f0eaccac', '4da66bdc-d689-4741-a86e-8d4db367df9f', '09b36301-85b4-4147-8f62-afcf7e66c8b1', '36156925-51f9-41f3-8bef-7272deac90e9', '5fe0f855-adc8-4821-897b-f82e4435ae54', 'ca432ce7-1f04-4617-a363-b17084ef2948', 'af7f1d93-622d-423b-bda4-1884ede54f10', 'f4bd5e28-22a8-4b2e-865d-261ad280dc97', '31d978dc-cbab-4d50-9c38-9ca337b21008', 'fd044147-76f4-45f8-9af7-8fef5af12d82', 'b17566cb-04a9-442c-b191-d64f55e752ae', 'a6d67e86-1aed-4d0e-b5dc-c7d663fd6fdb', 'd5224fb1-460e-4062-b3a8-899cdab43e9e', 'be90bb83-0ccf-414c-819d-3384727dbe90', '4177b49c-c389-48a7-83ca-a708cb1e1309', '4f7b44a9-e81d-4023-bf2b-911a6b0a7e37', '2f0bfcc7-1a64-4bb4-848d-4d0e87adebd8', 'ac3b86a3-1e48-42ca-9308-90edcc47ff0a', 'ad7b7c3e-432f-43d8-91b3-315f8183dc24', 'b54d8753-9a72-4415-97e7-e54f5f063355', 'e59dd97c-78a7-4351-b4c3-b622cbed2260', 'a40cbf76-09e4-462f-85b4-e1b31873984c', 'e157be46-77de-44f2-ab9c-dbc890897dae', '41219320-3b88-4f40-a7de-9ec3fead6707', 'b1d986ae-6e28-4c04-b746-29791900b310', 'aac13158-e533-44c9-9115-aa54b4922af8', 'a45a646c-2f1f-4407-bcba-c42219895319', '92bbdd89-8331-40ce-8692-e42b5a1ace0f', '7c3cfa3a-a665-4fea-ac68-82dd2d0d9225', '718ebd75-d103-4ced-b259-285b0384cf94', '84b557d9-8cf9-4c81-ac2b-6da494f854f1', '31aac8e8-cb18-4fe5-8b07-bc30075e2c4c', 'e79da9f7-17cd-47e6-8ff6-71bf14dfdeeb', 'b1ba7e4a-b2a6-4353-83ef-c26bcfd84fef', '64c19a4b-296e-48c9-a55a-2981b2506c72', '4a63be75-6217-4940-9750-6d388e31f5e0', '2301ffbf-7a24-48fe-a04c-2f17b678e958', 'eb363577-b92f-459b-92ec-4c57d054b661', 'bba13080-6aaf-407e-9575-acec1524f14b', 'b0c241ab-bdab-4505-9228-7f463aebee8f', 'c36fbe2f-6a6f-4f50-89b8-284be4a586e9', 'af9bfd74-43cd-4c0a-8b38-54baa85fa6ff', '6b5557c2-b02c-4cd5-9daf-96ef5d44a913', '1b27e6a2-e2e6-450d-a991-8d3e9e5303c5', 'de65388e-bdf0-4e2d-a319-27b762bf50e4', '0cdeca2b-4d32-48f6-b42f-5af390c5fe87', 'a56ecc36-d43f-4767-8771-646d3c647734', 'fe59d627-e3a0-457c-b6c4-6daf88e90af1', 'ca06a849-1320-4fc1-afb6-050aad228123', 'de54a6f1-0010-4989-a7af-e3ad5a5b72f1', '0dfdeab0-fb4b-49de-b1da-ee02056f3ff1', 'a0dfbd8b-17ec-4fdb-8b91-1ffe8d36495c', '692cc5d8-e2c7-4254-a0f4-4b9180331da2', '1844ad07-b905-45bf-9d83-d8c14f280681', '6a58675b-fa5a-4d12-b8ba-ad5198f120fc', '21419750-d09c-44e5-a301-dfd9edff01bf', '918d7862-1568-4f50-b871-29417b285da1', '02654b93-27db-436d-b975-a1f8a3f7f6a8', 'c34f1210-0e27-495c-997e-7d2b55d24e10', 'bad35bd6-096b-49e3-bc06-c87303181a18', 'b52e2ab9-d6ad-46d7-a364-8750b28ca287', '2e797bff-acf7-4173-918e-6a97771504a6', '387cc32e-4875-4903-9262-be982320ea24', 'f59e6699-57e0-481a-906c-6e84d55acd6b', '8f9366c1-4176-40ac-b03c-3a50f5bf8e03', '478a2412-3081-4f1f-8470-4d0cf0d79804', '7e483a85-6ae8-48b1-bc49-f4e85f939264', '82ef9568-a36b-452e-9d2a-0fedeaff91e3', 'a5744aba-5bc9-450b-bb97-1ffc81ccd57b', '73f68b6b-9a82-428e-bba7-c36389bd2218', '8c87ed92-d1e0-4833-ae9c-7a936fc6e4c0', 'b3c1eaa7-1878-416e-829a-d6bd6e542332', '6a9704c9-70dc-4091-870f-d6aee81e0662', '4bf8507c-f985-486d-a9eb-b0e1fe6509a8', '6caa5f94-6d9b-410c-b9b2-e230b805d9fc', 'b694fb93-b5b9-4074-8824-670515ce7ac9', '89240d86-4c03-4fbc-a4ec-9fdd55070690', '7845f2f5-99c1-4f3b-a906-d5ebc45a8834', 'bdc2d539-ef6e-40bd-be8d-1016171af730', 'b7a5e05a-723f-4936-997b-faafffcab469', '08b415d8-4427-4a99-858e-9ff3b28a6bcb', '6577c49f-c399-4c4a-9349-3338259855b8', 'd5fb492a-c3f2-4148-9045-a8faa87dfa12', '68820bdf-e681-4a67-a690-b0dda126f9e2', '4a5452c4-af53-458c-9ff9-d65445a20482', 'f60197dd-f4fe-4e23-a79b-8fd4fbc3a402', '9be31a9d-2170-43b3-b86d-7c4d42cac52e', '2403341f-bd21-4057-96a0-9cecaf89c9cc', '6bf1fdbb-2202-4564-86d1-b2890d1f52d3', '6d1ab927-53ed-4c3f-b633-830440b94348', '0024b3c2-0646-4ad4-95d9-fbb704add828', '0136473e-9a01-452a-be18-a5a09f990705', '54cf075e-9259-46ae-911d-db9d2d0e81f6', '7e51e7c2-748c-4b59-a28b-62f548f02e90', '3f2f39f3-b7a9-454d-9695-0dd652e989d4', 'c892b2bb-e6e0-404b-bb27-65f5f4d3d1e0', 'a35d8e67-ab7f-4f56-a770-700518ec729a', '6b1ab812-b115-45e2-8e6a-280de686cbbd', '7b035ddf-f22b-45a4-a6f1-0a9fa2613685', 'ad7e3f4d-2e6f-4e71-adc4-38dfbaeb9363', '5d2e1cf5-56aa-44b5-9698-dbadedf5db17', 'ede99a8a-2e62-4238-86ae-0ce7b320473e', 'e830d7aa-0e16-4e40-9122-a0e93f59ea08', 'fa840b53-d364-4bc8-a30d-56a3f9a9d03b', '9c680b5f-83f2-44f9-b88a-02901c33ba70', '0a826c8b-d338-4dd8-ace7-c93d075e9b2a', '89f2dea4-f5ea-4f74-afd0-2d884185b2b1', 'c9179a46-1d6d-481f-a2b3-1958d9d43000', '2b7b00d7-efae-4470-9450-7716b68b0ae7', '78c88e22-1cbb-40e6-82ea-ac26e2c0c67a', 'e2997703-368f-4adf-863b-1d837674f4f3', '8e860977-b074-4eda-869c-9480b3a62bb1', '679de31c-7969-4499-a6ac-4c98b89cbb99', 'afaab54e-7730-428c-8d9e-3efa3b305cc6', '0171103a-8571-48b1-af05-f1bc53344035', '7b81c4f1-09f9-451f-8150-cb3bb9285872', 'd168a119-905f-4ec0-b168-cc56ce1745df', '2056098f-6666-403c-a4ab-dd8b024a7b1b', '9014ce97-7f45-41f8-9ec7-c1d3350b1e70', '1003d179-c93e-4382-831d-b069c2a97fd9', 'af2cbcf8-5f11-476b-a7da-d0e5a6f99019', 'd9f3a28d-23a8-4bde-86af-a54b37d0b3b8', '05a7985e-8762-45e8-aa03-5909bdb1d7a6', '40e59981-34eb-418f-9751-e19142abebb4', '2cd4efeb-b8bf-4dd8-bb97-2c58d72a94c9', '33054049-b816-47b7-a1f2-cd8552fd3206', '4a41b431-4b30-4538-a898-d19c1dfc249f', '0cab869d-77dc-4607-b1fd-cb4da7d030c0', '12ab5b90-f441-4612-b4b5-57365c037995', 'd464e561-aceb-4efd-aa9b-0f23cdc394a6', '37197bb9-c159-4f4c-9765-10b21d5a75ed', '6ed73dae-bf8b-47cd-9a3c-025962c22e61', '444a41ba-9d4b-432a-9494-605156e61bd2', 'a3bddf31-4a17-4b68-8606-f9f4359c9320', 'ecc1171c-29b0-4854-898b-73b8c8069050', '0e06f10c-751f-4470-bdc0-872f93830755', '4fd946cf-ae2c-4808-aeb4-a198c581935c', '92305e40-c9b5-4216-9ab2-966534ce90bb', '8ce897c9-b631-4a88-a003-2505110a540d', 'af663835-1cc7-414d-8047-ac9ff40dcd40', '9f66011b-9c11-4485-800c-95eaa7934483', '6abbfde4-3045-4cae-b752-5ee8a7f3bebe', 'cce3f20c-3f3a-4a0d-a4ab-be59bde09a5f', '502b79f3-4643-4dce-99ef-1d0db3717dc3', 'bcc3b97e-bca1-4ccb-ba70-7b8364f37dc2', '1300d12a-6ed9-44c1-a176-a0e3fc4ff373', '7e4ec10b-f381-4376-a585-476231d7d052', 'e83a3ee9-0939-4292-b062-10d832fb4fe1', '068b80df-5e7a-4dfc-a9d8-8f41c606c900', '7a7ec9f6-78ec-44cb-8b7f-5982bcca618f', '06fd5461-1256-4ffb-895a-36678d1a71af', 'dfbdae33-5d95-4338-b307-d0d1b7582826', '9b526cde-8ed6-4cab-a7cf-1a5e973af749', 'cd2f0de2-1434-4236-b2cb-4a5adbf6b7ce', '553389be-6779-4fe4-bcd8-076e10a3c913', '2ccb66e9-86e5-4b45-a1ec-37a682d40c8a', '5a4751fd-2052-414f-8abb-6db77912dcce', 'd7a67293-90df-4fed-b6f0-6798b2f28597', '2537fcc2-7f69-48c2-a463-701d8422012e', '78539bbd-c6a2-4bc8-9efd-f5feb54a458f', 'c9387c13-29c8-451e-85de-1f8b9db10772', '4c10d46c-ab8a-42df-9519-509318739fe9', '7953dbf2-d1dd-4d59-97b4-92f116fab8ae', '79290fde-d5a9-47a6-aecd-ea79bffbec77', 'ee2c2b6e-bd04-4bb5-9a19-6e2c9c7b988b', 'ccd74ef4-90df-4794-892a-427226bbf218', 'a1453a85-f44a-4acc-a95a-fd1e63301545', 'c3eaa333-fe04-4077-8ab7-4aa1289d36a6', '043cc372-7bc8-4f90-ba98-34cb065b5ddb', '3fa01c1c-67c9-46b4-9467-38a496f78698', '0791f60e-d265-4e25-b4f7-5728100b723e', 'b6da2c12-fe6d-48a9-8287-6c85ad41dac9', 'd1961c41-ca1a-4cf4-84b2-c3477bb07b12', 'efc8eae2-0b79-4903-a004-2a32d2f9d172', '5cf83659-169a-4bd4-b391-863fa96d29e9', '8a8f0bd2-b59b-4f98-8c3b-97e7ba50ec66', '79df266d-e43c-41f4-b1d8-a7b4c6a14102', '62db0e60-41fc-49d3-8d94-0402c3124902', '80ae65f1-505e-46ea-8676-bd1c717a437a', '4add2a29-d51d-466f-9e39-c4f6c5cf1b15', '967be6ac-a99c-40df-835f-ecd797ef686a', '2291db3d-bb59-41ed-b930-845214765de9', 'a900dea6-274a-4331-996a-41c0423b0b1b', '7799ac7c-e7a1-45ad-922d-c23b136e9acd', 'a8671b59-286f-4811-95d3-cb95fe08057d', '500dbc00-82ec-4c00-bced-fdad5d650848', '5422f0c5-ffe2-4812-8b1f-f652b7d5884e', '9b3fe0c1-d471-4455-85c4-746d9d9518eb', 'c0acca4f-15d5-4a6c-ba00-89c1bbe274e5', '07f843b6-7da4-4492-9c10-a565c04b02c6', '6f176642-429b-44f7-a6a5-6d1f1035cd96', 'f062597e-027c-4cb2-9bf3-cf612bb0143f', '885e4cd5-cae0-4507-bf59-7333a219e4aa', '435e2874-c7ab-4dd3-8e2b-510a45760606', '54922911-dc3f-4484-9756-b21257933c7c', '1b0f9324-8eda-49bf-bc43-a8ee07cd1592', 'fd3caed8-c854-465e-be47-7f3ad7c33f21', '33c2e8c8-2d18-4246-9f2b-a8df1f6d4b54', '491e25d7-0e73-4208-a121-0f11504fceba', '73781ee5-b87b-4982-84c0-b66706cb87fe', '9e9d9de0-01d6-4703-a433-4694fbb5a7ef', '97f29011-f5ee-4738-ba62-c2afddacf605', '03b1b486-9511-4ce3-ba4f-12b28bac18e6', 'ff3603be-83d5-4468-83fe-7ee682b43ab3', 'fc2699fb-fef9-40b5-ac4a-ccba42bf3604', '417b4e80-bfab-4cfc-96f7-3955d0dafd02', '5921b81a-92b5-4f87-a7a4-858eaf8485ec', '39951df2-5904-40b7-8d1c-3f953cdddc8d', '2cdae76c-6bb0-4352-8472-24d0ea68e4f5', '57a0ff46-16d3-4bbc-b838-1516447314c3', '16a9f6c1-9620-48d8-8f03-f88954e198cc', '7d479525-eb7e-4907-8be3-d0d3d96dc41a', 'b94746c7-329c-4cbf-a204-470bf619523d', '80a79d3d-8616-4517-b152-74f1452666a4', '6bcc1973-cca4-4e87-9c5f-3bcbbb620822', '06bb556a-9c00-41fd-b86b-0a98a8e596f7', 'cf87b20c-ce1e-4513-82ad-dc892a31f7b5', '6ecd6876-c3a5-4607-94f2-18df6f338a6c', 'bcd9e8ab-e0dd-44f3-a256-dbfdb98e3ebf', 'c7a83090-c7e9-4772-9c34-64cb521c1d55', '57a1fea2-e74e-4d6b-8089-67f1eb48b805', '2cac8e15-5f05-45f8-8fb3-0c0bcb020f94', 'ba241ec4-e438-4b5a-8613-6e1cfa92f03b', '1ff25270-a1b8-4995-a00c-5a6036c17965', '69714598-821a-475e-8115-1adb117e7da3', 'b82133d3-ff74-4b47-a21d-e38f40073822', '18aa91f7-2d97-44f2-825a-23c7e337ad46', '570a382b-587c-47e2-b1ff-01d3df72c2f8', '4f53448b-13bb-40fd-a4b5-f0d82da0dd4a', '617bf895-5fef-490e-a61c-737bde89e12b', 'd6724bf4-a3a3-4620-b8b5-918cc051c306', 'd41f1591-958e-4858-8d6b-f177d386ab53', '3011fa1e-48a7-460a-87bc-68da11e4b986', '961226be-bd2f-48c9-b1e1-655c491f4c4d', '120ea5b8-4f5e-4bdc-b8c9-00ae2afe4dee', '3471bf9b-9c72-4498-b8c3-a24c14f5480b', 'b6ba7a1d-1d97-4683-83e8-6e5c19339b9d', '7b7cd56d-73cd-445a-862b-197e19797031', 'a9f1f4ca-a389-4848-b8f9-40ba92cbcfcd', '3c749695-73ba-4af8-8228-02a29296cf02', 'a344ef54-938a-4511-ac49-e2e51a2cbfef', '2e3d7d8e-2741-4a45-af8b-f194d9ace11d', '3d7e4053-f407-4908-ae54-e2c9ca9fe475', '302578f2-2195-4630-89e3-ddb517080dd1', '1be5a5d6-858c-4875-b0cd-db18bd54ae16', 'c67d4e53-3ddf-4021-b28d-417974f50acd', '2b36cdff-21bc-4648-a81b-6591d56a3add', 'fd27965e-9e7e-471f-98d3-bc84647c3139', '489a03e3-9fe6-4385-82d6-2e9cd0d72bee', '73daedf0-93ce-472f-afa6-fdd00424e52e', '47d777ed-ca0a-40dd-9a6e-a86c59880c14', '5abbd7c0-0fc1-4e8c-b2ef-03576979fc6d', 'af16f9ff-d707-4591-9a40-efcd85411ce5', '9354b320-728e-4b64-9090-c73c60f62ce8', '623b1714-44ca-453c-ae30-cd2f38b894da', '4285d7e7-61d5-4c44-9a36-4075a37da568', 'c945b748-1be3-47f6-81c2-a8eb0c7e3dcb', '82764c18-ed62-4882-9e34-c735ac274f56', 'b844a59c-5b56-47fa-928d-bcc83ee59658', 'eec1d077-43f9-4a10-a2ca-fa6d101024d5', '62860fc6-f4fd-4605-8b0b-285510210144', '08d4c71f-533a-4a99-a7ed-06aea146be9d', '5284d9e4-8679-4fdf-af3a-789e57c6d554', 'f6220bb9-3a38-4d0a-8e8f-5c144a775f53', '37977377-e1e7-4a3b-8107-3f12b6e36c54', 'd4a2b804-345f-4b98-a623-316f3d7ab9ed', '015b2363-30fe-4d66-8c98-9a247750197a', '3c34e5e1-076c-4cf6-8f97-8927d57aab74', 'e8c7041c-f4b5-4ebb-b6ee-7f915a69beca', '958aa65e-5c96-4270-98a1-752fea50dd7d', '4dc90146-bcfe-403f-a730-b753b93118ed', '8da00e10-4935-4b3e-93d3-36922a65a899', '71a1ead5-39b7-4aaa-8219-fa7c8daaab2b', '534de2a7-bb3a-42cd-8f20-9d71d7f25826', 'ce4a7b41-16c4-453e-a7d9-d633087bd599', '08cea341-37ae-47b9-9ca1-50fdde699693', '1cfb609a-3c07-4a69-bc15-31a378fe7902', '34b58832-408f-4ead-a05c-1a30754f9a2b', 'cd2886b7-b0c5-4109-9f2a-d0f641e4a529', '729684c9-6fb4-424a-b717-c41c76ec9112', 'ee82ebef-f404-45af-bca8-12507fc846d6', 'e28a1b88-ec79-4844-aee7-ba92e21f038a', '8eb0400b-e407-44a7-b248-d502e331c290', '54a989a3-be3c-4470-89fc-30dd31d242f8', '634d1347-52c1-4390-be5b-ccc1dda1820d', '2674ec04-afd3-48b7-826c-74e39c75e1f8', '4d5b66e6-21e5-40ab-b8ef-6a5a5a767aff', 'b656ad7e-e164-4a6e-b6ca-a0ef3de891e5', 'f4647115-3e90-4218-a7f2-24ac24e94077', '20d36342-95be-4e9c-837e-461e8ff02c36', '6ea3bac2-2d24-4b91-b7a5-ac9c4198557f', '146742cc-d133-43ec-b976-8c11c3602545', '1c9e137c-95f6-4847-bd52-4ca1d18c4af6', 'b52aa394-a393-4a50-8c76-8b382daec23c', '1a20cb27-6e9c-4438-8a42-250fffd02573', 'b663e0e7-e66c-4b6d-87c8-bc846f1c80b8', '150661b6-62e2-4b7e-851f-b1b1d28ec092', '9df3b8d3-9601-4368-bd85-a129a8cf1492', '7e916c8a-5666-4b6b-acfe-f7fab2e2642a', 'da7c1df3-bab7-4215-9ab2-7ee15c8b702b', '82e69197-3142-457b-b62c-d94d4a86289f', 'fdc8cdbc-7614-4598-bbfd-60c214a954c4', 'ca968f01-9665-41d3-bf8a-a895768a2ac9', 'f5fa826a-fe12-4819-b33d-36449ec598c3', '8549d04b-1e82-4006-853f-7a8dd80ef7c3', '2a14f661-7484-4169-b09d-39d93ecfc057', '088c4059-c3b2-4ad3-866e-9cb908fa739d', '19c326ba-09aa-4f87-8b3d-91a7a879bf2c', '383c05b4-2e80-4701-8ca9-0c3ab2f323fc', 'feff38e3-c111-4a26-b9d4-a3a003a541d2', '025e2093-24e1-4057-ae89-71029066f67a', 'b0bbd2ec-3455-4ed1-a83a-e47d450ee476', '31e8452b-6ba3-41b2-95c2-df2038b1deea', 'a8b496cf-db08-460d-9010-79d983159f95', 'bf4c49d1-59b5-4c65-b518-aa73c67d3875', 'd8018723-abe7-4c1f-8e8e-20c986393e4b', '6682f5fd-bdc0-449e-bfbc-3351d124358c', '694f9bf7-926a-4a28-b38f-28c71d893637', '54e73a45-1348-48d5-9949-c51bb53144c4', 'b9df24ca-413d-45a3-8fb2-32ee48a978dc', '5786e11f-ce10-44ba-852c-a95812043501', 'f4155d4b-176b-4248-9d4a-496c323fb85d', 'eeac0a88-2f39-4000-83a6-8b86e0730b5c', 'cae757a8-0d04-4525-be3d-a96a3cb4dbbd', '182525b4-6753-49c9-ba72-6685ea220e67', '079318bc-331c-4d29-ac80-21ff29a77d58', '5254be31-ff5c-4413-8039-4e30bc3e7207', '6fe53cda-30a6-443d-b71e-76f43e8d3940', '18d09030-fcce-4aca-b158-36d9b4134407', '09685232-0fe3-47e7-971f-081d1b8cd34d', '36feac7c-b155-42bf-bbea-ab073eec411a', '9289be29-af24-4433-9c8e-24150cdcdff8', 'bf6773db-2e16-44c0-980a-df092950b3b0', 'b68ce553-7bf1-40dc-8249-f575c42f67c3', '1886db2c-166b-4d73-90fb-b0e87813dc1f', 'ff4695ba-66c5-409d-b617-90ae813aba76', 'd7f8d993-150c-4774-9bdb-1637b57f9725', 'e96f2231-619c-4f0b-acd2-094a065acff7', 'e4c8da5e-534a-4479-ba78-eed384461b10', '11fc749e-b3b5-45a9-baf1-280eabd79c0b', 'b057c152-341a-486c-819d-b4e77ec7e1de', '3d759518-61be-4ec5-bf86-165604473dd1', '0d83c9c2-4502-4dea-9c78-6077ed32a2c9', 'd8e232d5-d7b9-4462-b5e5-99f1ecfb60af', '519014ef-79dc-4f21-83eb-7903a7846f7e', 'e5d3d9d7-7d62-49e6-b85a-d8b521bf3d93', '6a39259f-ff83-4205-9996-7f95170007c3', '05bb822c-a1bb-4880-b679-4c5e57b4dd96', 'f20b5fc5-ba5b-4de9-9f0e-99050491e865', '7018992c-0131-48b8-84b0-eedda2b19f6b', 'a9344273-ae78-4bad-a80e-faf00821d007', '82c410fe-ce38-4c1f-9cf7-60bad7f40815', '4b5356e4-caf2-4a43-8ffe-538f30b28615', '863ce39f-f47c-4a4e-a2e1-c226df6c3abc', '30a1f542-e1ce-43ba-a0ae-1991cd456847', 'cfcdcb70-8338-4bd6-ab84-973aad55af72', '117330e8-c94f-43ee-9aac-62a1d18eed62', 'a27aed1e-85fa-4ed2-9dd1-b13adcc84d47', 'abe414ac-ccd7-4b03-b8f7-1a1f4acb8999', '17d507db-f7a7-48ba-827d-7abefa50c61e', 'fe9e4adb-9ff3-4261-8ac1-58dc9f4d58e5', '83bb77ac-04f0-4342-b7cb-a955b8e2f407', '225329e1-9b9b-470b-a7a0-51f6776cb2f5', '5ebedea7-563c-4fcf-9f18-c307ca6c4989', '2da33b61-0301-4287-9739-4e40c81aff94', '023a8884-03a4-497b-bdc6-77cc61838125', '7c2d9aa6-9e6d-4fc7-9588-c5e4f8f0bc7a', '435a1cd5-44f7-4aad-94cd-262a16b8f0fc', 'b89678b5-9983-4228-8ea2-3b342dfcc666', 'fbf381de-6244-4bad-a9a6-3fed9046a8a4', '800ceb45-55d9-4ffe-b966-adad33c48b8e', 'd9fee509-6821-4164-a7d8-e8d05b64e0d3', 'ab05f161-c0a0-4c60-ba5c-9b6fab60e2ec', '71c435c1-8d82-46ef-a206-9f4019afd041', '4ee68551-7e73-479c-b91f-6b381f4daf22', 'd636c7ea-ff53-47a6-aaf1-7f9c2a59a2c2', '21a02727-f1b4-4b4f-bc55-3f203d8558d1', '51e01be1-f9c2-4d03-b430-7555771ebae3', '1dd2916c-16fc-44c3-ab82-7ef8ceecf40b', '0aca06ee-8c88-4482-afcc-72ffe91fa7ae', 'b61ead5c-e966-4785-b8e7-822a76563fa7', 'd731ea55-78bb-4e0e-86b5-7695b0ab8834', 'a2306eac-9196-450b-8d93-a768b9faef6c', '1272d9c0-9ef8-437e-aae3-127c5ce8dbe6', 'e7af9bd1-59b9-41ae-8e21-b41672a925b7', 'c04b9b89-0f2e-4f46-bed4-2b3b45b1ed4b', '1cc6fa09-eefc-40b4-9bc7-9a1edd0161f3', '23d98919-468e-41ae-8ca7-48f9afcfddff', '6e976fe2-ba7f-4cc9-98f9-f68339a75bee', '41d1544c-0ec2-4503-aca2-0188b664d95b', '134d5511-2894-4379-9efc-459ef22cf759', '53993aa9-5bc0-455f-97c2-337fef98a3d5', '914fd75f-0eaf-42b2-b9be-7f97e424103d', 'f0c9ac6b-788d-47c9-ba93-44c1ccb2b405', 'ea2cf5b8-e04f-4461-8167-9fcfe7f24fc0', '07e750c8-dbb1-440e-ab4d-e7e21dfc613d', 'a48ca8ef-7cc5-4138-86a1-3bc3b201e859', '294d0251-7ad4-4710-8b51-e113ff49dc56', '7bbdaf0e-8e0d-42b1-8cc6-7a041ab20e6d', 'e78336ee-9a41-4991-8113-2fd57cf5c58f', 'acf228c4-0ce2-48f2-9d3e-725d587e8603', 'd7ab92ed-577a-4020-a48c-289e42ea9d03', '3849084e-0c2d-4c09-88ef-89a9d4806547', 'a3ea0e08-bfd6-4d33-aa81-a127e710fbf9', '18bb1633-71f5-4e20-9e21-65c3dfd15532', 'c52cb609-90cd-4e77-9463-d37531dc57c5', '59545d08-b5c2-4bcb-b197-ec3529ada814', 'e13c491a-fa21-43eb-a8c7-4a139142ae7a', '355bab1a-e373-43f0-9588-55ba306f6afc', '03f6a6c6-1661-4687-bf2f-082cb89a118d', '2fef7718-0861-415c-895e-040317757514', '41614585-091c-4e54-a85e-16dbf521300f', 'f402c43d-b484-4c56-a54b-7c6bd3d6f87c', '94430b40-1a04-4a6a-9034-1e6c7c200f53', '8a0fe313-c633-413b-a106-ab24815b082e', '94aa9e7f-5259-4553-8eaf-0b4c0fc87004', '953f29e6-ed4f-4f27-949d-9a7df43ae260', '78d71e97-54b1-462a-8308-724014a5631f', 'fbc3406d-3015-4538-8f75-355d3c3e2abb', '64466d70-a74e-4c90-bcb4-dca586629b53', '7cffe297-be59-40c3-bd22-9108845e86ec', '602cf665-3aa2-4cc4-aa5d-601e3c1e2524', '44490c95-41e8-48c0-b1a0-2c148efd681c', '3fff293c-9a65-4344-87d3-08747a5e9e28', 'f621cef0-c542-45a4-897e-1f220f85e32f', '1032d2b2-a332-4170-8a44-e3553496b6e7', 'c2217045-687a-4b45-b8d9-a0eb5ab1fc1a', '23464d97-cc1c-4bc4-8fdf-884ac3464ccc', 'fcb2ec52-7090-4ba3-be22-1696506b06e4', 'd2c964b0-2be0-4342-97f2-285a045b0158', '042641cb-90dc-4335-ad7a-40e475592704', '605ecaac-f953-40a5-a5d6-0e40a77fcf39', '91a156fc-fc99-45b2-92e9-4bbae1a61168', 'c2f36324-ce8e-409b-9a76-36b9dc40ab15', 'e90ce908-e902-4e23-8f20-723ad8033705', 'b7119984-17fb-416c-bf63-94c48f19ec06', '795b6c04-803a-4e0d-bb31-32710be8258b', '2c597624-91c2-4559-a98a-690d47a5d600', 'd686dc96-6683-4b59-9cda-424201709286', 'bf5090e3-fbdd-4160-9763-f2cce036df9a', '7a642811-04a3-452a-8911-f635d9f3e826', 'be169f9d-632c-4f29-b0db-6f3a36473c10', 'ddcdccd1-f15a-42f9-80a5-276c4c57dd91', '2d7ace45-e5d5-4fab-8486-2c521fc73a96', '506c2b13-94e2-411d-99e7-5d67cdd91f30', 'c9a3a97f-b5ad-4ae6-9b80-befb63588224', '0d8f59bb-e529-4fa2-a364-ba76fe8898f0', '2aa3079a-4559-43d1-8c94-7c9dc7d617c4', 'cd820361-881d-470e-8f45-8794b39a3c7b', 'a82b1356-9d76-422b-9dec-a0544dd8723c', '295d40cf-a65e-4344-a813-96dbb8a47796', '992ab71e-be08-4cca-af05-ebf8b2d2a281', 'af238125-05a9-4edc-8b03-8c633360a0fe', '5db441a7-3245-49ee-944c-024714758002', '0d148e90-6615-4f7d-b1a7-e6fbafe3276a', '4ee709af-a144-4939-846d-3e8fe0488114', '279b1dea-cd58-4bdc-a5d7-ecf01923b765', '22118ab3-bf80-4d97-9343-49056546e69e', '81bd5f85-0a0b-4a37-ac3b-17f2627f2416', 'a62130ae-9cf8-4055-8b98-2401e50bfc5e', '8bf8590a-7b8e-4228-afd8-d18f76097916', 'f18a4ba4-eaa0-4a2e-8d6c-5915e96bb1f3', 'd2fa1541-8c55-4fd5-88a2-46e963b5438d', '1c19358a-993f-4226-82ad-13ca197ebf10', 'fa0fd9ae-339e-4d64-b854-b37b1b77607b', '4d2269fe-cd94-40d8-a185-6a71cdca68ad', 'e31c9e0b-36fe-4607-bf83-57518d9a11e0', '7e3341b9-4e6b-4aaa-9490-bf05ca6f53f8', '46bd92b5-d130-418f-b4f9-0eec8a477cdb', '8928691c-0a4f-4a8c-b7cc-c3d7beb9bd2e', 'e2dcecf1-ccb5-4309-a525-219372ed0784', 'ad12651d-824a-4d23-a81b-d6ce4170eb9b', '873537ce-5b83-4cf6-a1c7-ae63f7031d86', 'f800f8b3-0f0d-46b2-8723-f055bdfb39ed', '621662c7-d6b8-41c1-854f-1189327f1456', '11d29ef6-0948-4962-afac-e367cca8ed0f', '1d745bf8-6309-40af-a996-be774d83ef0d', '40038e97-962f-4799-8912-08f2139a9b3e', '6705625d-56d5-4f67-b7f5-f709bb34578e', '7a353b27-55e0-47ef-8d61-6b841ccba740', '123fe369-a795-467a-896e-5a9af03d9044', 'c1937998-584f-4bd9-b327-ccb855d32099', '2932e8bc-2190-4302-9c9a-c1eb126b53fd', '1fa8f358-eb3c-4a7a-b4da-f6dd7ee07447', 'a1485b43-96fd-44e0-bef1-a9d7ecf66772', 'd46c1e42-92fa-4bff-83ef-63c457b33ff0', 'b43ac165-0764-4aac-a6fe-249cb8a6650b', 'db60e8fa-6a81-4cc2-b9a5-d73030f398bb', 'fd79d13d-dcc3-471c-baa5-1c58d0053ed6', '2ef7a7fe-5c2d-494b-9b4d-0da3ca963573', '9499c23e-835e-4e72-8f14-489297ffc408', '7b6dea8f-e273-42ec-bc46-c181c458b031', 'fd610e07-f304-4681-8d4a-13cd7c738ff7', '3fab2398-8311-421b-9072-ded73185e906', '3bf54391-a9d1-4000-aff4-dd202bfa6ae6', '08a3e3cd-9d3a-4f28-9428-af112f98c6b6', '94416084-df09-4f22-8a5c-27463d9cb594', 'c6fcd1f6-43de-4925-ae08-7aa868260ff8', '5d9c2789-34bf-4182-ae74-17d47fe1113d', '942b7698-4b9e-485b-a804-6a549d431494', 'dbcda6a5-64b2-4ec3-b634-c802e4a0e12d', '03fa1ebe-ffb9-415d-a540-ed262dea325a', 'ed882a65-4423-461b-8f1f-75adbce9764b', '30c73929-11f0-4984-a142-99acbf108fdd', '183b91cc-9ce2-4090-891a-60288b086af6', 'aab103bc-e7dc-4bc2-bbbc-76809f7d86de', '5de453f1-3994-4d62-9d96-cd4f215bedaf', '5c97e1f3-9862-4fbb-841a-e85fd1f2122d', 'f59ca478-ba63-41ff-8834-604f556c38a9', 'ee30d3c3-9e79-43aa-b335-9446d970270b', '11c088e6-fede-4ddb-8885-5a510b655067', 'c2e4f593-18c6-4634-a9f9-17042261d64b', '9092b806-1c6b-4324-bd64-23efe10bdbd9', '885f08a6-9b07-4406-a390-ed373865a312', '891db627-4fcc-4834-bd69-cd564a66b42b', '0c908483-53a1-4e95-9753-8096bbd1b69e', '53dc6ac9-3089-421a-955f-b534547e453b', '3a5ce104-72b5-4632-8cc6-d111e91c152a', 'c739ec2f-464d-4bf1-a4d1-f2c21f1e903f', '201302e5-4145-41d3-bd84-a2834f354b2a', '8c71ad73-8c82-4455-b859-fca175dcdcc6', '97cf6cec-12d6-497b-ac43-c2dfaa1a29fe', 'ab57677c-73ca-476a-bbf2-e1577dd0bb5a', '7f008b4a-a417-41fe-bb54-bfd1a6f97c37', '36d7841b-d638-43fa-b8f3-d9a9b74eae9c', 'fe0c85ff-83fe-4170-b784-60330b8d4913', '5d29eb62-7bb5-46de-af0b-e1b8ff7e30ee', '38a04014-2bd4-4d94-bd39-5b723498667f', 'ee47caff-9a98-4b50-bb41-ff4156d537cd', 'e93abbb2-fed9-4d7b-a3f9-8a629b35644c', 'bbc14a85-2386-4113-a794-511964466e62', 'b54fcb96-b828-478b-ade6-e047c62fd1ba', '58d418b7-4577-4c95-982e-b9a8b51edf12', '4dff040b-74c0-448b-a602-2be9c2308f70', '12b990f7-2d28-43bd-b9e6-56f633e3c6a6', '641ec93f-006d-4a1e-afd5-cacaf235b977', 'cb242bab-479f-4f2e-9462-0e214f54a11f', '3026258b-6865-426f-9b53-b869a24db8dc', '67cd4e5f-df69-481e-91f5-7d6ae17da603', 'd8df1d91-e29f-45c8-a08b-871b3e466a38', '02856e02-8e51-439b-836b-28457b7589f8', '3631b3c4-0975-4f9d-974b-95ef275a9675', '1d8a399b-b739-4274-ae59-7f1d2b9fb08f', '741ca10b-83a0-44a0-bb66-02a407d3326b', '7c3c0c79-4da1-42d2-aca0-284ea17b071e', '26340da2-22e6-4f66-8199-e53cae8c3c2f', '1f02c352-f4a8-4aae-9baa-158b095149b4', 'e9228125-d4d6-43b5-9a45-67c27fc01a53', 'a75c5b73-48bb-43b3-be34-d03dcfeaccfe', 'd92bb15b-68a5-4a33-b0f8-3248675d7ae1', '6d667f66-d54a-424c-a3a4-8abd43badbf9', 'b91ab58f-96ab-42ce-9691-5c7be8c5d8fa', 'fcbad06d-b9c8-496d-b606-f12043ecddc5', 'affb7781-b1b9-495c-af92-65a363b9cf9f', 'd46cd4ef-d381-4377-a182-cb1666202c75', '24630a68-2c91-4f6c-96ad-9e4edc65d4b0', 'b42dc8ef-d126-46ab-a86c-817a6b1c797b', '49f5a5c6-92c4-443b-a917-9c0c182bcd0a', '29a442f3-1b49-462d-8fa1-d671fd3d53f5', '1dd4c80a-c498-4699-bd47-ae4c49313d73', '97ec4a51-967e-4a04-9a58-b02025f7e272', '0b793bde-c136-4a63-a27c-d24462a4db59', 'f4d65af6-cb95-4b13-ab38-e2f1b31294be', '30e04a9f-676e-467a-9c60-d382c1462603', 'fd4f6fec-449e-4ff7-8fb8-d11b0cbb0a98', '02027d1e-3ad4-4c2b-8e25-f1592c35ff8e', '2708bd0f-b1ff-4f76-ac8a-2ce3b9ff13c9', 'ced3927d-aee3-4326-b096-b869cdd1d8fe', '530d88d1-856e-4113-b628-5d1d6d49b498', '7d2b3f1a-387f-4922-be4f-9929cec085a2', 'b0d9c355-bf9c-4ff2-a274-f6b25064d7ca', '303042d8-b443-4096-9e56-f47aea03572f', '9ca21b6a-f7cd-4f79-a966-0eeca27a79c3', '6aaa887c-ffb8-48e6-b875-692b66a56a81', 'c0e0061b-bfd6-496c-8183-f49d3be38ac8', '9eaef5d2-a2f4-4bab-8d83-87e94c65172c', '4bfe6281-42ad-4282-b11c-90353345ed65', '9303ae73-5eb3-459e-a68c-48eaf6ff78d0', 'a170e87f-7a23-4820-a5cb-14dc12ff36dc', '05c3feca-3198-4651-940e-df735e65eb91', '7a550d65-5f10-4731-b6c7-3e8a5054298c', 'f33178e9-9bfd-48b9-bb97-e5b256f16c21', '9d6dad1b-d8ab-4cfb-978a-b66849a674af', '048799c4-c1f7-4771-8b29-da9e230dbf8c', '147ef1a7-2174-489f-925f-d4ef09dd3db6', '8758f33f-65ff-45b2-b21d-1fdd2a267d17', '71fdedd2-642f-4ca8-825f-b5f3467bc95d', '33a9bd9d-1289-4aba-a27f-1b3cbb11f30c', '50fdf7a7-7617-4c27-8e94-d120b6dc4448', '037c25f9-ea5c-4399-a7e2-c8b3bc9675d8', 'ce064780-3178-400d-9c8f-dd50215f65e6', '1ff45589-773c-4da4-89bf-e7a6c5c8cf94', '7c14ca2d-296f-4308-b2d4-1ecac57628a5', 'fb42d8c0-0cb4-407e-a9f1-ffd43d209bc8', '9663b392-66f4-4aef-a9f3-83ed1cd7421d', '32487b2e-012f-403b-abfb-dafe032be6f1', '414d9e2c-1dae-4d90-9f84-75506354fe11', '73e89b81-1b92-427a-b83d-2ae37e3e982b', 'b6efdf65-a466-466c-bb9f-e89569d3ba45', '6f858426-e351-4967-bdd0-ed9338d09a16', '1ef8ab3e-b89e-4422-8ec9-d83b790d029c', '3d671b16-22bf-4570-af24-a3b65a39a380', '04d788c0-4d57-4d79-a653-2c24aef54bb0', '7b3437d0-3b59-4c73-935b-b473a464c1e0', '8b0cd136-53e1-4154-8b02-ab2b48f583ae', '3c917ebe-2acf-4d15-8e37-8a46cb6bd1e7', 'bff81900-5756-4b50-89cd-7a526674aa4a', 'c8d12a3b-0647-47e4-8e62-62eb02b452f8', '77d88c48-5cac-40f1-8263-55dae1d0dfdd', '1ccca51d-7716-4c71-86a2-1a38cc8ef72c', '63ad414e-709f-4e69-9727-b5d9c6ada72f', 'd0940225-badb-4ada-be22-3dac36ef8eb3', '11c831b7-5fac-4d5a-8164-d920c4ebb22b', 'c6895c29-1820-4dec-aebf-554a3edca047', '429785cc-03a1-4790-beae-c87f3ef7c951', 'a96af085-5cb0-40aa-8f83-50e75f33f405', '853984f3-841a-48d9-a39f-364f137ccd6b', 'b25f06fa-945a-4ad4-8724-ad5114d41cdc', '4a5393c7-53fc-4643-abd7-5025571be03f', 'ba390522-1c38-4710-9d62-678f26bdd56c', 'd71c4317-30e6-467c-942b-d003f56a3dc4', '9908bc97-7b77-420e-90d8-1a0bc2c2b975', '41982f5c-e350-403e-a183-c20d2fa05a78', '0f2e2a92-51e4-436d-b7f9-fe26a9f664e4', '1bf99c72-8666-4516-8439-ece65bd96e26', '4084771d-867c-4992-9c07-efe47bbccd4c', '20700bd0-505d-4103-98ab-e9c374f91490', '96cbc0a8-3cba-46ce-b351-bfa7d5b70b32', '7d8ddb09-b139-4eb1-b1b7-1a998745413d', 'cda19c01-e102-41a4-8780-7a5e84ac7e4e', 'b17c5985-0a6b-4853-955c-0af112fe5ec0', '99635a6a-096a-43b2-8a4b-a8a9b830519e', '7c8c88ab-daaf-4fa5-9216-f0690bcfc8ed', '8bc0a9e6-9311-4538-9ccf-c78782e5e8ea', 'dbe9e4f5-bb54-4274-a5cc-35b061f7637c', '1b4971f9-461e-4fae-b82c-66c05d35573c', 'e5c899da-3df2-451e-8251-8a97c58f465d', '22c92e60-013c-4d46-a6eb-65d65d7d20f8', '04014788-e29d-4295-b8a2-8f6ecc99f4c3', '8ae954a5-e552-4abb-8320-cc4e74fa99a7', 'ffb244d4-1d44-4dcf-a37b-89e468762214', '2e7e7951-8033-4b08-a43b-dacb716e1321', '54c325b4-9671-49b1-bc03-8986d9b7b621', '5ef57b44-de6b-4d5b-8f6d-46ebce66f95b', 'a1c70592-a829-4441-9b1c-b42552eaa3a2', 'c645c78c-b718-4fb7-ac68-b6ba2bb1c37b', 'c67f7107-cd8c-405d-9bd6-4102b4a7328f', '663d01d5-2968-4a79-803d-d5f3a3e8cd11', 'd45aa74a-9b0b-4b46-9e82-360bb06386be', 'd470515c-6eb3-40fc-b7d7-26d7908503bf', '995bce8b-8a5e-47e5-9bb8-cf817964996b', '26837ff8-eff4-4891-98b8-3f36a416dba4', 'd48b801a-de10-4edb-9cf6-091e71c77e03', 'a4bf16a2-828e-4963-9bf0-b54aa45bf1e3', 'd515de37-80cf-44ea-bcd3-d74b7391de5d', '683fa79b-e2d6-40cc-8539-b7f6bd613549', 'd7559c8c-89c2-4a4a-ad77-6b269d81a369', 'f33511b6-e8aa-40b9-9750-4a91bb32591a', '07597041-5372-4cae-8f59-94e10a7159e4', 'b8ba57b4-aa4d-4b43-8365-862899e7c21d', 'bc2df675-9236-4df9-9fda-fb55039395e0', '49c4d3ca-481c-4a51-9240-f00d75be6e42', 'c034c285-e54c-49f1-81af-9aef46fa9c77', '45f29a7d-00e1-4f86-af85-b50beb7d3390', '171350a0-95fd-4280-bffc-a317bb588269', 'a4dae5b6-c0aa-4bff-ac82-ddedfbd264fe', 'aa8146b5-3b4d-44ff-b960-86b23e3c2a6f', 'df7810b3-4639-4cb4-964d-db82ebefcdb3', 'bd04818e-0227-4172-adeb-9f7cb43d4d6f', '0a9debb0-a17d-4a77-9d04-e06afe1a5a9f', '1786835f-41e8-4893-ad2e-f07b074ba96d', '9213d572-3e00-4796-b126-f8844820fba4', '1abce09c-0cc4-44c0-aa26-9934be5ced7d', '7a526e28-3ed6-42ec-b389-7ddde4d4a395', '7961f853-7803-4e16-b2d3-316873541b9e', '5ba0e837-fc5d-4eaa-9a79-f492458ea14e', 'e156d78e-fba0-4589-8ba4-4c6f051be0f2', 'd11877cd-a6ac-4497-9436-98506f5ebf71', 'f9da6a83-81b8-4d44-a824-0db54c4147fa', '931accb3-a395-4064-9c93-1ccd2af4b033', 'bfb13122-8bbb-4792-bc80-db423bb1a817', '45e7c784-1024-46c8-91b6-7b66e2222b81', 'ec56cdb2-19b9-436f-8e8c-19d64131ec96', 'db50efec-c53e-446a-8df4-d8fa2f7ef326', 'ea5283aa-fee4-4ccb-89b8-77c5b2d08ee8', '221c33ed-69b0-452e-9664-18eabb167f7d', '849a733c-532e-4efc-aaa0-cf54b3480985', 'bba2dad5-c96a-4812-93b7-c90b274bb75a', 'a26213ed-f390-483a-a314-92c6a17cfc84', '62fc8304-931c-456d-bada-db04fd7f1846', 'b0b40b10-5c1b-41b8-bfa1-7fb62802a016', '5bf5626e-c121-45d5-90ad-92ae25cc937f', '436c0f5e-5f38-4569-ab6a-090cd634483d', 'f3557794-3579-4abf-a3f3-282daaaa5aea', '69ea943b-0f11-467b-a265-c2c9c21e689a', '4d4436df-6a4e-4bb7-8205-a5c61e5dd81e', '263ce71d-9037-4571-bf97-126b91f62430', '16213014-15cb-46a2-acfd-ca78596c8321', 'e99c89c2-48f0-4153-854c-b40661f851ca', '3d6914ea-5764-4e80-afa4-6fde115b128b', 'df6c11ae-7cd4-4e95-aa25-c2bf66b70639', '15f523db-e2e8-4c89-a42f-6c0d15fe9308', '18adf397-92d1-4bfb-b918-1645bb629e52', 'fd30e987-f813-44a1-86d3-42d1044a8d19', '67add657-98dc-40ac-acd7-3a2ad215939e', '925bbd16-412f-4ed2-9d23-38f03dc55819', '3ffcc613-819e-4b30-8b97-0bbd11a79bd8', '91b3c098-1a89-4fd5-a5cd-077a51d7a329', '3b6991f6-1e29-40d1-8435-232b7943d086', '72e33a6f-8264-4749-bdba-27c62c7d5405', '929c8f02-b3ce-4bfc-9157-ed768565a352', '25df2526-2627-44c1-9cb1-1ed7e6060180', 'e3dc1b7e-4c80-454d-b04e-6f0b608cc92e', 'f9a628dc-234f-4f06-9750-807a6c1f77dc', 'c739b5a6-3b14-4311-bc73-4c6da57ee99a', '38b55f9b-db96-4ea9-9be4-7a781ef7b143', '569f26d8-b864-4daf-93b1-e205381dde94', '9bceb961-5467-40ff-8616-9166a3616627', 'c7f49903-7d8e-40bd-a2df-a5bfd6a071dc', 'b449c6c1-7533-45ee-974c-97c4058c088b', '15d022d2-aedc-44cc-b81b-001ac77eff98', '4d95778b-a335-4373-a2e9-3be21c23243d', 'd1e1cdc6-7fb5-415c-85ab-8d8d0fb9bac3', '0d8fc16c-ff40-4010-a762-053fb355e558', '39ccc8c4-e283-4248-8f1e-e9ae4a45d857', 'e67bd043-8b36-4769-8182-edc0ed6d0138', '318fc209-3d8f-4b6b-9c68-0b95f046b747', '287a0fef-72a1-4edd-a2ab-f7d9d3a54bdc', 'd31e6538-350f-4b09-8fbc-6c50fb752572', '438fa644-ca1d-4209-b8ae-c5a360322f5e', 'd3a39bc4-9ff8-453f-99eb-68ca3c3908b7', '73b1d5aa-79b1-4735-b740-1f5fa51182c2', '8af03010-dfff-474c-aae7-61e7a8202b2a', '99bf0ffb-ffd7-45b0-b461-4a170fb8d5ae', '7bbcdf39-5d18-47bb-9126-e8ff789c5fad', '5abda9b8-952b-442f-8704-9162e903f1d2', '7f197ca0-7d81-47c0-ae93-3bd68160b739', '432b50cc-0144-418e-a55c-d5005d284f41', '6d6a429f-05c3-421e-a2ef-31520b123dc3', 'be81143b-9be2-4a1e-af29-424ce3e7bb67', '26ad95a2-0ad8-4dcf-ad39-b837a3e0ebae', 'a4fde908-fe7f-4084-9d7f-20fdc534c7de', 'c560d7d9-e4e4-4187-a6c8-3e3ae3e9cb87', '97bcd305-0069-4d77-b1b3-51e55e1ea287', 'c3b1228f-8c81-4e5b-a3ff-742a7b0ae1ae', '98682e3b-71dd-4ebe-b9be-0da3206c2636', 'b0fbe2ed-19c1-4ec6-83fe-3c8c17dc32bb', 'bb4ff885-d048-472d-a915-1f82a09bb49a', '5e794ceb-61b2-4864-8688-d2dd1aa378cb', 'fea0b866-eaa9-4327-9fb6-a83b15ad5ad1', 'f1991300-e89b-4d86-a09d-2137b795c570', 'f52d1ac8-27f8-4dc3-8620-ca9d9c99e62c', '7e7309eb-6b75-4cc8-be13-ac7f6bed064c', 'cd608a7e-a089-4438-90ca-0166c60f10ab', 'c6d9b3b2-7396-4c08-a7ba-79ec2ae6b7f9', '82ca7824-29ae-4dc8-9fce-e95b7d2730c6', '2af39e55-6a9f-4e50-ab0a-1cee16bb624b', '8d73bc8e-8681-43d6-8943-77f84bc7eb20', '53097712-d3c3-4a62-84e8-8dfe4a1e7d21', '1099b3e9-ac8c-4cbb-8dcc-f0181c93594b', 'ada18b41-475a-4948-908a-a2aa2fa51fd9', '08815e9f-cf11-4e7e-b6d8-08de72b73fc6', '0ac0f2a0-efe4-44b3-adc7-9b21f7b349b2', 'ab0ba222-7a4e-42b0-ae28-6b0a03f546a4', '8fdcabf5-93bc-4966-b82d-30f62211881a', 'a1561ee1-1c58-4e55-8c63-314d14baf003', '2c6b0474-b7db-4af4-b819-a4341da0dd6a', '17f6b542-94d3-43d8-8187-caf7ff269901', '8abdb8c0-3f32-48c8-965a-dcab7806f01d', '1d924e14-8a19-4d3e-86a7-43c3e5363e46', '234c877c-c9b9-4769-a51f-509c40d349d8', '8a329fd2-1d06-4ef1-862c-0d71152726de', '3beea806-4e9b-45c1-933b-5d897db38ea1', '4619a5e3-616a-4694-81d1-5f3b99b62a55', '700a1a70-7e29-4049-b060-a33b6b702b1d', '16e57c91-8e47-4a33-83e1-3de947e83c66', '70adb906-0c12-4946-876c-cdf8c8e87faa', '4a6a926b-d732-4a53-9a1e-72666cb0b317', 'd17a039c-fba3-4cba-b8c2-a167872a4611', '5225402f-b89a-4593-9af7-63e5e212a948', '425e69a0-8136-4284-a87a-93d275a10fbe', '53e58790-97f1-495f-902a-cde35245c9ba', '4714567b-f87b-4957-8805-0ee34521fed5', '066a37ec-9283-486c-b634-43c14c77619b', '5f96925c-a194-4131-913f-f45be8fcb4e6', 'f1d92976-94e9-4e5f-be53-ab35ce95ae0e', 'a7d5ac4d-2a64-4c76-b162-1514ce65a24d', '37dcc11c-d9e6-4fb1-aaf3-a9c16fd929a2', '3bcf1d8b-d88f-4721-a38c-03141bcebfe8', '08c1ae1f-4de0-4cb0-8f35-db6c27647ef6', '126f6c6e-2764-436b-bcd6-797fc5d62d51', 'dc9d0712-7211-44c3-9caa-ad10dbeb0de3', 'cbf1080f-1812-4cb5-8d8e-7e12ab6feb80', '1513cf5e-f0c3-478b-9688-0ffe90d42192', 'ea921102-6545-44f4-9af3-018b4e0410ac', '1be3ec37-8868-44e0-8f56-9ff95c469a33', '59c5b875-119e-4763-838f-07678fb83c60', 'c59ac21c-bc28-4857-abc7-f4088ef63972', '83655086-77de-46ff-b051-3a85e64d2df0', 'bd36c315-d4f9-4fd7-853b-e13025e81ef5', '29a45168-f2ac-4a58-9063-f425b0358e3b', '32159960-f6ab-456e-9536-58f11c230279', '45e28186-29d6-409f-bacb-a567a7f003d3', '7d27ba6d-d7e0-4c11-bb13-3d047b954999', '20d6b805-9a20-48f4-b1f9-c55e4e7de420', '107d9af8-8ba6-4818-bd88-e8429714e332', '263035f4-cf57-49ee-b8c2-c4812e8662b4', '5f41ca4b-e9e5-472c-a1e2-5fc6b14899de', '8ce5d133-27cd-49ab-949f-722ef5ee35f2', '950ed0bd-f759-4aa8-959d-fce6cd27bdc0', '70695150-bfe0-4f69-872b-0eefd42c0806', '07c6c91b-af62-4474-b7ac-1c7114b06c4e', '23dbac35-6bf6-4882-acdd-4c4421cf8d15', 'ec4d3d62-9ea7-4df2-a1a4-b738c34850f6', '6697ee00-55f2-41eb-a4f4-417e09970ba7', '601fdf0d-355a-4da4-a104-d42ceb9d1f21', 'f32dfa71-ae2e-4007-a217-028e7e1afe86', '2b2d80a4-3410-4890-96d8-39a9e60eb197', 'db9a9b6c-229c-48a1-85b4-72028e92c7e3', 'e43b8c78-845f-4bca-93d0-cc8d9111c998', '0a56b1f7-7fef-4404-843c-e039df2e5221', '918809d3-a06f-4df9-9c9d-0b70a97381cc', 'd828e61e-3be5-464a-bdf4-c5cb61ca7879', '9071153f-21e5-4cad-a548-5e820643a41f', 'fadec761-626e-40e0-82ec-1ac00f08c54c', '228905eb-1a5f-4477-86fd-7a3c4abd221d', 'f4dffce9-e849-4af4-be19-ded7fd11305b', 'f80e355b-913d-409b-a74c-32fffe545d0d', '00df3836-635d-4b06-af7f-c06148a31533', '2c87b52d-339b-4da3-a5a9-31141c0cfa7c', 'a4558212-20a0-4455-bb84-00245180a364', '9b02af13-2f51-4064-b19e-85ac7b878e1b', 'ae299c95-c823-4b13-b349-63e8914ea7a8', '53772729-89c8-4b79-9b29-8a8771c17943', 'f95ea135-f063-4871-8457-e752f541c6ad', 'ecf8115f-14a6-4b25-871f-d20f4b5f4664', '5043fcf7-7a70-4f6d-b961-cd9fdd3a59b9', '9cd3b184-c210-491b-9cb7-97ad0d2342d7', 'aae61954-47e4-4015-b654-4e79540a8882', 'ff5e605a-f57e-4361-b68c-924fb2b4e632', '2d102c2a-398f-4313-afff-3d97b0fb6b3a', '644fdc70-e4e5-40a1-918f-ce643fd8d28b', '06ec50b5-d297-4dbc-8a61-979307ae70b7', 'bf4ffa65-1444-453d-bbb8-cce61524ffd2', '423a6fb2-e23d-44f0-8b1f-6af62cca4c4f', '6ce0ca72-8d6a-4776-803d-1015192961b5', '8639bf43-b78b-4bb4-b443-c2b04e83901d', 'd8fa2aac-e0d2-4ea4-9a33-8b63765b4f42', '77f385df-3bcb-4bc4-b7a5-d8355d8702bf', '0d99cd38-755f-4de0-9dee-ed1317073923', '4076c090-5a90-4b38-b093-9055bd772529', '5b606440-ed1a-4597-90e1-e134216e1257', '8c026a8c-7168-4cc9-8a17-9de73c4c90cc', '3b90553d-9f16-4ba0-93a1-c64a54447d18', '69a2ea9a-2581-4025-ad43-bcfbf2a33c13', '70ca4a08-f0ed-42ea-9534-468856d2c14d', '30c41d54-312d-4d32-9240-76fb44462ee4', '41c02cbc-4b29-4dc1-ab8e-935a73b95f2e', '25ca7621-b6ee-4aa9-b0a9-0498760a1499', '0e33198c-3046-45db-b39a-bb13f89fb4ec', 'c20121a7-fb45-445a-8aec-55e40552da71', 'be248721-418f-4d86-8f99-1cc8c0a70a8c', '264dbee4-e8b4-41d0-b045-9d32a85686b9', '98b24a24-139c-426d-8b89-fbfd0fa504ef', '5b931f2f-e782-4401-bca5-fe8b5f7520bc', 'f15dfd73-4cea-434a-b361-8864b81df58b', 'd1665aec-7d76-409c-af37-367ca43b66a2', 'ad121af8-d5bf-4a3d-97d1-6e024cb4db32', '436f4651-6a29-4649-a84f-a4c7193a9445', 'f8d38b6c-ba8f-4aab-8e95-53b02e3e4e83', '6495f135-7236-4cc8-9585-1192527ef611', 'e6660bd8-f162-41a6-ab51-86e76b481bb3', 'e3ef2bb5-2f5a-4fb3-8d0f-b132e00df057', 'dcede48a-4a8c-4bc1-af64-c6fd5d0a7a0a', '2e0b53c3-2d09-4836-ad85-39b8cd58ece8', 'd99ea1a5-3bbc-411e-95f5-474bbed2ec7b', '247562e7-b77e-45a1-a7a3-a99a4add13dc', '9a97330e-f1a1-4122-ac97-4de75834aeae', 'd1163a2a-9ddb-4f4e-a882-22bc5ee87ddd', 'fd67fe40-927e-4fae-837a-c986a4119267', 'a0ba3ecc-81d0-4a71-a972-a8e498a9930d', '8b604469-57eb-4c8e-ae7c-f20251678136', '6ed18644-f875-475a-9676-9c54757940a3', '807c6472-fef4-4953-9dd9-4a0180e97cee', '672ce8d1-1b26-4268-b417-75d0f7548b3d', 'eb39b924-538a-49e9-9810-009925907eb2', '55ae1b92-2808-4d22-86db-67db435f56b4', 'a77bf878-6cd3-4a4d-ac85-124a9fa21362', 'e0ddd32e-409d-4736-8ebf-a6b4993db78b', 'c8a6ffa4-1dfd-4071-8c5b-413b796b79b6', '9d87b8b0-7791-47a2-a41f-8c1e6a40ef0c', '63e50145-16e0-4f73-86b9-4cf19b5073a0', '5f822ae4-9a38-4112-aa4a-05b44b4aeed3', 'e1ed4754-eae6-44c8-8d4c-dd82791f89b2', '28b641d5-dce6-4e24-9c66-9da8117e819c', '9c719fc7-56e3-42ed-a442-47620a3943b5', 'edd0ff9d-5103-4395-805e-3158f0f99191', '37da8491-e624-45df-89b8-d28e7d4ec5ba', '5a3a1ef8-c4fe-43b0-a1da-a5ceb8f69ad5', '2b0f0521-ff2b-4f3c-ad59-eec4e125c318', '931f16d9-5ce6-433f-9d51-6a4acebd5da5', '39763086-5f2c-4479-bfd3-098e492acf92', 'a0242241-a1ea-4f81-9320-bf351611809f', '86635248-1c9a-4cf2-9c1a-82f7342477ff', '93bcdce5-1d08-4379-9e0d-634cd2763876', '5b6c45b4-54e4-4335-81f0-1e970ec2bef3', '798bdff5-29b1-451e-aae3-f8c687be5e99', '0274692d-efde-4413-a866-e29896226c09', 'd7622581-23ba-4464-8ca4-66fcb2be7ce5', 'ea5dbc42-b310-46b6-a46c-fb01b7c207f5', '961b2e1b-e5e9-418a-8962-b0c8bf958d55', '73a9b157-e1e4-42c6-bcb9-6a344d88be0a', '945d83e8-5ed7-44c4-bcbe-d48989011aa6', 'a744654b-5cea-4dc0-a4bb-ae6236da24d8', '99d8022c-4854-48fc-bf70-a0cf5e1637e8', 'a495f5f9-9449-4ec6-843f-129985825cee', '0a466083-5457-4a5d-901b-32cfc9590c76', 'b699f059-bcff-490b-be23-cd13f7dc0622', '84bf9978-ea61-4147-94aa-d4e06dae20c5', 'ef366f55-ac44-4135-9156-dfd44f810572', 'fb92cd81-a730-4b67-9cad-9345997a2860', '624bdf28-1d46-4feb-a5db-ff25fe0b9d41', 'edb85b2e-17da-4d92-be82-0829d57643a3', '174fe22a-9f09-42e9-91ec-5a5554a9848e', '8471f9c9-809b-43db-8731-51640f9d0c62', 'ee61b4dc-cb13-4a03-ba0b-bdc99fe3e043', '8799b77f-7e57-4f97-ac6b-7b20efd162bd', '54c724b9-7c2d-4b45-a64e-89e30834f0c5', '3f89acbb-ae2b-4066-a8a5-6f94da50a2c1', 'aef4a794-1522-4a6a-9cf4-111ce86cf524', 'd518386f-a3ac-4c1c-8118-80682dc6fab2', '7ec31a42-b034-4e31-b44f-87cc90b411c8', 'e7fe0f4e-e9ce-4ed2-a69e-66e665b84496', '0513f0cd-0f59-47b3-ab3d-e83246ada5d0', '2bb7f8b3-9353-45f1-996a-be39f409f779', '7c44aba1-8c05-4633-98a8-349acfb1f45c', '285bfa20-12dd-47e8-8fbd-96638ace455d', 'd3b7e2de-1495-4fb4-a12b-6301f855dce4', '72da74ad-fc9a-49f3-bb00-98823dc80468', 'bf6768a5-28d1-46d3-a245-09b96f52a2b9', 'bd1ee5f9-adb1-4218-b338-b06c996ef111', 'f9716b96-e6bf-41b2-a3f4-bbdd376090ad', '7ff71bc5-bd30-4c50-b01e-1cd20c8f3368', '64f2ee92-fb3f-47d3-ac94-653e7b23ef69', 'de68983a-7d5e-4bb2-9c2f-6527a9357f5d', 'd5608677-1cb1-43ed-9a28-7d6a6bb42b3d', '2d491ecd-81f3-4712-be35-d5264f7c9183', '6b1cea24-bd25-4dd8-bceb-fe36ec99acff', '3a0cd9f6-77b9-4934-afc9-5b6e339eb334', '0ac14da4-8144-4a17-a897-f25547bf0f76', 'a5725174-4ca0-4f31-a658-eb69c5c9664e', '1983fce6-6437-477e-8a77-21a744f0ae39', 'c03fa06d-301b-4728-8af5-c6c748d524a0', 'e067583d-712d-4209-bb10-113fa8e94b36', 'b48bc7e9-5879-4c05-9301-8816cbff1bc3', '24ce4e25-5e0e-46f1-bb78-c780234aaa02', 'd971d8fc-8ffa-4ce9-8c5a-af9e5b8da4af', '3e33a9de-9da6-4ce1-9e70-4b154ec9cc42', 'b0228fff-20d9-4df7-85ff-6726d0d20880', 'f8817b50-417c-4bd4-9dda-7cae362e0b1d', 'ef01a734-a67e-4d16-a32f-6500c9716ac5', '636dbc57-1d04-4d83-8ed9-18d83349b565', 'e67555de-e75b-4ae7-b59e-93b7fb23e6b7', '7e25a1c2-157e-44f4-bb60-27915e8eaecb', '3d80d6d3-4ba5-4ca1-9d68-1477a197c042', '4297bb13-8cb8-4638-8248-06dbf40c8eef', 'fd0a8887-ac38-4243-b093-9afd9332a179', '3be98e60-0de2-4ebe-97b7-af09212daf06', '9c4b4fe6-91b4-41de-bcd3-ce2472332bd4', '677fc84e-8632-42e7-8b8b-6dc4f628565e', '1c3e255a-4928-42af-bd3a-6c8d1184e8d4', '161cef0d-13c3-4e03-a2fe-243d872dc0c8', 'd0a30cbf-c590-48fd-8f2b-8ef31544ced5', '801d261c-9d95-460b-afd8-05eb3f3b973f', 'ca80481b-4fa6-42a6-bd13-13116f1b151f', '5c230856-a436-46a2-ade1-948ce6b48d92', '5d59e6a0-6074-4f44-9a7b-d55eb1b48d5f', '69c5e796-8bf7-469f-8732-430260b94143', 'dbf150e2-a542-446d-a73f-14191ee1b1c8', '58513cfd-183b-4140-b82f-592fff8327f9', 'e415bf67-3d9e-4ea8-b80b-a871c9985308', '47ad00fb-4684-48ae-864d-125253f6fc32', '2a3bbaa9-64b9-4965-8a16-c70e3844379f', 'b17fe3df-464b-4fdf-812b-8ac80b4f0a7c', '0d66e40b-5ea8-4cd7-a7e3-f843ec9c4de4', 'ddbc3bf8-8d13-49b8-8b7c-27a952e18d64', '9d127847-ff1d-4760-a700-76d303e9a702', 'abbfc7bf-d4db-4a6a-8dfc-f345f2270bcd', 'cfa1d7ee-f487-4ec8-9562-2d5a4498f48d', '18659e9d-99f5-4415-915f-0d2c72591bd5', '24725ed0-aa16-4f99-9d89-58f537ccec9b', 'fe8a683f-0a85-42e8-9893-7c4c969cfbb7', '65c69a1a-3db2-4fb8-8700-8ca792a44932', '685ebb13-1c05-4acf-bb7e-76564418bec1', 'e86590cd-7194-4875-9ad0-43d87eb32466', '87bc6a1b-7a69-425b-9e82-9472aec29265', '8120a0b5-a11f-482a-9e1e-25ad601c78a6', '5b0dfcff-ac10-43bb-be79-da4498b4731e', '2a0b2219-3dd8-4d5a-8405-ddb44f03f3f1', '34e93a7c-def0-4177-b838-047cac7bb886', '8a8ffb07-a8dc-40b8-b844-61c284353020', '33020231-917a-45c0-87b2-7f0b5646e268', '195a3005-b239-485a-a4c2-66a1e9731bb4', 'e8bd36ff-a96c-418a-af3e-d8a42934cffb', '7f358596-d46c-4a11-8399-931aad2b1747', 'cb23e7df-a979-4231-b095-84a91968a457', '9f4b2c1b-cf3b-4001-9c98-00b1ecce1611', '28a9b76c-4eb3-4c1f-a2c8-a0be6e241308', '047eec00-785d-4a93-941e-a832df0dcab8', '43de2375-0092-4f1f-b27b-d5eb0e9bf5c1', '1f7b137c-ec78-450c-8f11-876930065787', '8eed4972-e1f1-4275-b8fb-0cc686b86595', 'e24f6266-8be9-4e05-a222-7a2f8532d4e1', 'e3749858-ae68-42ce-a851-601878745be3', 'c0e4e241-9661-45e2-ada8-ed1fc31b8fcf', 'b9e9157e-8528-4eb0-a2cd-13868ab7e472', 'cf0f6068-a005-44f5-a2c8-b1a3614cfb5f', 'e550129c-1f27-4761-9b07-a5e2f5ee2b09', 'f8770809-f344-4ec2-a040-12a0cf75dc28', 'a2e3d382-3618-4405-b2f4-ead6fced3e36', '039bf6a3-5b70-4ef6-a5fe-04db197818d6', 'f238e410-cea5-47e0-99a0-93398e458505', 'ad5b6c18-59fd-4e68-8552-c91b1b4a4e66', '3585331c-c8e6-44c9-b301-d7d363c769e7', '6622a7f1-f144-4dee-be1a-4a564d783cd7', 'caf28bde-4fdd-45d9-a030-ff62b238376b', '6a9b564b-7a68-4fdd-aa53-6e19363cc262', '8ac5c5d2-cdec-4393-99f8-67ea5e36ecf1', '0706e72f-0d29-4413-bf94-48d0f6f1ddca', '70aef651-7478-4fb7-b1d3-3b6bb084ab9a', '579a06fd-b348-4c6f-9197-f5e4eaa45f5b', '180f4dd3-048f-47a3-a176-8a43cf7befc5', 'df44128a-e0b5-46d2-a123-a635d881fd93', 'bbb2b5f7-7ef8-4851-a931-828374531c5a', '0e8e95ad-35e9-42cb-b272-2b61ac543c27', '8707554a-f584-4052-8cf9-969c49bece47', '21d0b088-3dfb-4d81-b03e-529fc3a1bac6', '73445843-449a-4ee6-bf37-6e0bbfe05f0d', '4a478cf7-8ee9-48c8-bc7c-c53f5e9785b6', '00a30647-c9a9-4792-b7b5-99e0caa84784', 'e21c4f5c-012c-439e-9ab0-9bd6fe16bd2c', '7d122907-11db-4bbe-8a9d-f7ae6784b0fc', '19773365-484c-428d-94ac-a40e4c278057', 'b49f94ad-d42d-4c41-bb67-c3566191856d', '07a8e35b-8723-4727-8cf1-9909b7e89276', 'd85bf222-f093-41ba-a96d-1b625196f277', '800ca7e1-eed2-4114-9af7-f8b96090823e', 'cfa67e50-5b61-4e22-802e-a2a70ce31f99', 'dba37e1b-93cc-4efa-8f45-7e24796eef11', '37276fd2-7b6d-45fb-a057-cfd2c9baaa5e', '1b9cde70-34a3-418b-809c-6d92765760d4', 'dd4b6490-b6d2-4743-921e-3b361f532d90', 'd00bfe72-40b2-4a52-bdcc-e39bae22e55f', '8c8cd41c-c799-402d-bcf8-f60ef4826404', 'e1f33736-a167-4367-afc4-c1703fa3c24f', '97275cfd-138a-450a-8007-a3c18f39115e', 'a127f3c8-4c12-4ba6-8652-57ee7874661a', '8e6c816d-4eb6-4426-af15-502a6383a483', '9d654abf-39a3-4408-948c-af2d3ef2324c', '86e56d7b-fccd-4fc8-8f47-9efe2206e5db', 'ac4bd204-15a4-40f2-9850-78be658a97c4', 'e7c26432-a084-4c64-b21a-807d65e8e23a', '4c9f9958-b61f-4859-ba1e-87e990fb8164', '12881e2b-077b-4f48-af20-3975169b7f80', '04e7e473-73f1-44b6-a379-4668478ae337', 'c1ffbacc-cb68-4a54-951e-1f9fe072936a', '3c8d92d1-ac1d-4f22-9c15-6ec6ff34ceea', 'c7d54c72-d843-4490-bfbf-6540c82e1816', '28791414-12fc-402f-affa-a812700737de', 'efc41d9e-797f-4416-978f-bf2cd3e4c1b7', '893a8fcb-7301-4be6-a9d3-5c3c1169d9dc', '7bd93bb8-d15b-46ff-8cb7-699ffcc189c7', '61094d30-6fed-4f1a-b56c-ca1e45cd99fc', '2ba8113d-ea42-4b5d-b5e5-103c88911247', '36a9df28-99dd-490b-bdef-707f4b14fe8c', '2a533c0d-0d8b-46e1-93dc-7e0247e1fb13', '53588604-d811-4d7e-abf8-d935b87e4c17', '4fbffb54-1f73-4ea5-bbf2-fb36dd72bdc0', 'd0f87e6a-ea62-4994-b466-e33302982208', 'a3b8bf2d-66e6-49ea-9f9c-60edf77e6fa2', 'c2ebb0a4-a3d0-4301-9562-d461e0b53930', '9c7017db-22f5-4a70-9469-1c19844d702e', '7b528cd5-241f-4bc7-ba25-e515328f96a9', '914f5a9e-3f2a-4fab-9905-5221410caff6', '3ae1dbe3-b390-4731-b86e-e0cb9f11e09d', 'dbfcc27c-d787-4e9d-917b-b80bea14d41f', '3ab81bf6-40c0-49c2-8f27-9e631a3bcce4', '3c31448a-6745-4046-b4a8-5274bfdf210f', '49b2f0aa-ed5a-4790-8352-d893b406a209', '8b3d2c86-9a89-4909-8dec-c92822419891', '61bd64d9-f0c6-498c-912b-d27cd78d2393', '5117f675-7cd1-4325-b8d7-b8795cea0f9a', '2091251a-3364-47b5-83e7-aee73ed1ef5a', '241c040e-9c31-4a8f-8033-7725f382597e', '32a99691-5a92-4483-94c9-cd339bec075b', 'ac2a977d-a413-480a-b144-92f366f42d00', '3a4b4547-fe17-4e03-aa54-b05ce5dc75ce', 'f917d3f1-50bf-4589-9273-03b62c475d14', '4ac58b6c-0d4c-401c-b824-e524f0f6bac7', '4362fbb6-09f7-4aa6-972c-3b919c4919a6', 'c1e1f663-207f-476d-bcff-dcae6da49364', 'c706b138-9c19-4c03-919b-bd66ef326b9e', '655ebda0-ab77-4797-b376-57b3aff55a89', '4870002a-cfde-41e6-8b7b-ba241510ecf9', 'd4882aab-9784-432e-84dc-90696e5d39a7', 'bba4fb3c-b7aa-41e0-ba2f-7e2faca06c4c', '65d76b40-71bb-4062-9310-96a8d40a5042', 'c2498ee9-3f75-43c2-9edc-440b63bb8b68', '339c298e-2316-4ced-80c1-cfd57999055e', '71f04134-bc11-44f3-94d7-f93a15647f3d', 'bdda0654-b052-413e-aa3a-1174601bceb1', '36a2be62-0ef4-45ad-9eab-e6d9da658675', '6f795904-577e-4450-a337-dbc00307794c', '0c727f18-ecba-43b7-9ab8-8bbb1798a917', '8f7aa953-69cc-4e49-8208-b0bda62933bd', '8602b7a2-379c-4edf-a7b6-d1a9d1bc25af', 'eb178b28-34c1-49b9-a2d8-b060c68cf4f1', 'ce90fad8-6157-499d-8139-6d7f2369cfad', '0e87c3af-ca0c-436d-9ef4-1d7d38ab379c', '49f9aa61-bcca-4f77-827e-9a2711c4b4cf', '261178cc-25b4-4086-848c-dd4b8cf13953', '4fdf9a7f-7b08-45eb-b6ad-6422d688763b', 'cb0ae8d9-af68-4efd-8f4c-50bae50bfb75', '2425e890-5b93-4fa9-a31f-1e4155852dc7', '38f96ca6-709e-44d9-bd00-20a178d65687', '91db8a2d-ca9e-43d4-833a-69231f61892e', 'a36c7631-a48f-4145-a7d0-291cd6436a8d', '9a18ef7a-c701-4305-866f-ff0d722e46ca', '56cc6297-e97b-4a37-bb3a-22a499ac1648', 'df8555c4-aa8e-468c-8f42-ca882768be73', '690625cf-a902-4f85-8d2e-9052ae32f56a', 'e1f326ad-f73a-470b-993d-ded275d089cc', '800c1f5f-a7c4-418d-ba95-ae6461a67574', 'bc600042-361e-40b5-8acf-ca84b9c9974e', 'ce2f9172-cb84-4493-b656-e2199d59b09f', 'e874114f-eb30-468e-a756-60ee6cf67654', '4ba971ba-1028-47b4-86e6-ca03d61afbd6', '49165245-b162-40a5-96da-4095a841e6d4', '167c19d5-eb39-4889-8c18-49a048c7bbf1', '7cb63287-d7b4-44a6-83ec-6dc7c52d1ddf', 'ea3727ec-dbcb-4a24-9ee3-f170cab6a1b3', 'fa3b910e-29bb-43f3-a303-d35b76ab2285', '96e89e21-266a-4386-8abc-cb329a4f6007', '272fd26f-8848-4c41-afc6-e1476a58e64c', 'daee15dc-85dd-4ef7-8dee-36b40f3a5c1c', '8ff1723f-c973-4684-aa3d-8f8d20111799', '6342cb0d-10b3-49d3-8fb5-28d9b261404f', '158d55f0-e8c7-4ae7-8664-9581ecc9c234', '52f3509e-9ac4-49bb-a32b-a847e7d2aca0', '3a921ead-b72e-4e3e-8dd8-3cf5e1c6dd27', '95be1bf1-eb2c-4b28-b2f6-c11e1089d235', '16c93c10-bbdd-46df-9a41-65c7c34a54e5', 'a8e793bd-ca67-4783-ae5d-d50c2f534f1f', 'e6039b5e-f1ff-4545-81ff-157e087e239a', '958d3439-0781-4ba0-8195-6f25c710f9a7', '4e5d1d1e-841c-49e6-a300-f9d08e1a6256', '558a57fa-0a4e-4af7-a874-587c6ca8d8b5', '2abed664-8344-4f83-9fb2-8787b202aa36', '99d05ba3-e479-4ade-82a1-dec13b21847c', 'aff28afa-e52f-42f5-8763-653598d9179f', 'a3891950-2d4b-476e-9953-6141b313fb8e', '445bd23e-f887-460c-8ba9-67f23f789241', '69814a65-5760-4c12-b837-932f1e172182', '0b77dfdb-aa2d-4546-b803-6aac31b9f4b2', '9e669333-b183-4972-bd1a-2f5575b3b861', '7b6b4e4a-299c-46ba-92db-f89fbc9248dd', '9f28f77e-d451-4881-812e-3dd6248f3c19', '63a0c67e-37de-4a37-b26e-dbfb05e51f4b', '9f025d65-211e-4ba2-a90f-51c5bb3d3440', 'e9418010-9ec1-4ece-8283-94e621635a79', '7feff171-7195-4c5c-8ddb-95f7422e1891', '17cb47aa-57ed-4167-92b1-d8ed0cb2c481', '57130db8-1c2d-4797-b806-d815bf121550', '89ed5df1-3e7c-4b7d-a468-b962cea45756', 'c5d1c7de-8c1d-4fba-9b74-ce3ee76c8889', 'fb578990-facf-490e-ab77-44a0bb79463e', '304f9f6e-3de9-463b-b329-bb7c74eb959c', 'fdbec774-6408-4051-acd7-da4ade87ff93', 'c1db6211-9101-4593-bc36-610237693be4', '378a7e2a-c667-4ce0-843c-ab3e3c0c814d', 'd3ea1066-0e7d-4f16-995c-fefa84ec5aa4', '5e42aa03-9530-4445-b630-9b376cb5c700', '695e8ed5-eaa5-4609-b1a2-f2647f63e7b2', '3b7ed793-69e6-4d13-bf07-7f6973454b60', '5a0c14b7-bb21-4a65-8390-4e221bedb4ac', 'da5d0415-221a-4f20-988b-00710b5ccbb9', '516ea282-9c63-4d48-982f-9328bf8d8415', '06a539ba-7f51-454a-9c54-5a9879c4276f', '0ab8fed8-0cfe-44c3-a5b1-7ad32af1b463', 'ae23c638-fddc-4cc7-8cc7-cdfdae93f392', '68485629-b2af-4cfe-842c-e9482b30714d', 'aee751c7-8a24-4f64-bac0-2464f882e58a', 'd882e00f-abac-468c-af63-9c8f2b230a1c', '8071275b-ead1-4254-8593-d41caf26a420', 'bf3a871a-f94d-4437-be9c-7d602551fc42', 'aa28e731-9244-4eff-961b-43a9ef72a460', 'bb6b4d7c-924a-4181-a4cf-70b2ae0ffbf8', '62699fa6-3d25-403a-9e59-38057df69deb', 'd15e819b-0ae3-4442-9083-aadbf77063a6', '7df3d09d-e248-42f0-86a9-61c785025d25', '700d677e-19cf-47f7-8e7f-70a63746acdc', '451e93db-c9e2-42d3-bca9-ab74a0dd7270', 'dbee5554-82b3-4b0f-bdfe-ccee5ac04b7d', '5ec02a60-13fa-4d75-80cc-ac8063657053', '7257abf5-2067-410d-ab49-1d45d010fa01', 'c6347488-45ac-46bb-b674-1f8c23f0ae5f', '441ea12b-df5e-4ed9-9876-42b798f2341f', '702092c6-7654-4cb6-b59e-c93dc0c07a3c', 'b7eb813c-1ddc-46d7-a42e-1d4c076882d3', '99e95b17-7547-4098-8073-82a52535b2cf', '2bf4da40-a3bb-4413-9138-7123dde51b34', '1bb24a7c-eaec-4e42-880a-ffa0a05b25e5', 'b9aab698-3525-45d2-b88a-e3152012a610', '08b9a3ca-fa48-40ac-aa42-0482eef087ec', '46264add-1d9a-4d0a-9be6-46208616040b', '0fd13a7d-06f0-4ee9-a926-e5028679acba', '2e6bcc9a-1788-4019-a482-eb39e319263f', '93f5dc6e-6c86-459b-ab9b-af5c16d2be7a', '92d28d54-5ade-4286-9df9-3e8bbbe4624f', '0b6e3150-a233-4228-b7c9-f5c76422836e', '6f4df055-e5d3-4ed9-9a69-75a6b626a2f7', 'a273d1a0-9b33-4b28-890b-9842f9515e3d', 'a377a31c-f4dd-4211-ac65-4626946bbc15', '683a05f2-81b5-4fc4-b29c-06f2b47f127a', '2d01b61e-95a1-4550-ab7c-6bb54668d8cb', '1cc0e000-bfa3-4452-ad3a-10835c6edc7f', '02715b41-13da-4a8a-bb9c-0261e53e1388', '746ca4da-5b54-4cee-b29f-334ccfe40ac4', 'c63f3e92-e82c-476f-b817-e0007be092af', '922ed2bc-048d-4470-9e7c-96330e130347', '4d220330-e89d-48a8-b9f7-e9446f2a41a6', '8d42c498-3ec6-449d-a29f-a40381ba5b12', 'bb39fce8-2eaf-4995-a181-054d88388e4e', '9137f415-2253-4436-808a-ed8ad58b6c83', 'c4a39371-9fb0-49bf-998d-84fe9edab63b', 'e5b2d3c8-4c1c-4ccf-9418-bd3fbec75f65', '9445da07-d6c7-43dd-92f7-df7682d5a0e2', '95d7fb35-fd46-4457-a89b-eec8d53c9d52', '690086d7-792f-4955-8292-bffa381d9d3d', '5ca46a28-71cf-442a-8389-b1e5e6d666bc', 'c9833a9e-f759-44c2-a209-cbcbf5fe154f', '4fb0c28c-8f71-4f12-9c74-499ac591b32c', '73a2a3d7-ae4a-4278-a4e9-9c0cb9628897', '69d2c55c-a51b-490a-8185-1551349d5fc0', '178847c9-cee5-406f-82c2-672a3323183e', 'd1cd1a3a-70e6-4ee4-84d3-cf3dd77d9782', '0ce36f22-efa7-4828-87a0-99287483b581', '552fffcb-d6c7-4ce1-b6b5-96d5378b5028', '7eeb681f-df3d-4e96-9aa2-8fcf7bde9d6e', '616cc709-34f3-416e-afb5-905565963d0e', '77b4548c-bb9f-4b5a-9396-f821dcdc0ba7', 'cee12899-f948-4acb-88f9-bd73d070136e', '181aff77-ac5a-40b0-8320-260e9a6c263d', '3fa8463c-dd8c-402c-9f30-b34d6c3b8b7f', '95e06c56-84b9-4b05-8dd1-9965a3e01d4a', '2b433d48-0d69-4945-abac-74a3cf3a49c9', 'c01f1bee-8395-4682-ac85-0dad00cf68a3', 'ce4d873d-0b87-4daf-b542-bd1696f17136', '4d984ff0-a142-4e9c-8534-26c94a40a26f', '381f0c47-4856-456f-8611-01d342e99158', '2f52695c-de37-48c9-aec2-d20a275fb09f', 'c88c6d11-72fe-4b1a-a881-83c3d8f32860', 'db5922b6-5a38-4d92-819f-1fde40cbfe92', '0c96201b-0c8c-4c62-85fc-90087c8efd49', '6128307f-96f6-4773-a68e-06a1ed552825', '2c3285d7-3043-4059-9d47-a2dbbbd0ff52', '902a93e2-b7e1-4c2e-8016-b3331e024d4f', 'e16c28b2-0c72-4d0c-98a0-f9df98e83f9f', 'c344f242-da34-4417-9fff-b728b58d885f', 'cb6575c4-0255-4c82-a7ed-155ef953fa76', '0f70d14a-0900-4583-9ee2-e3e1cd759766', 'c3781d57-b0f9-4e9a-a34e-439b666724ad', '359fcb3b-8a5c-4cc6-817e-24498a121423', '2ac7eadf-ea72-487f-b14d-8dc61894387d', 'db1b4b8e-2acc-40cd-b018-d2fd28fbad95', 'd2ebc1fa-32b2-4a27-bfb4-e4c322ddc3f6', '309abbfc-3a4e-4641-8a58-2e5977b6a9cc', '8cf1847e-4c0f-4729-b2e3-b64b3396a1a4', '3e62b006-bf7b-40c0-b661-9cca4431c794', '787e22f6-d4df-46cc-97a2-587922f84f48', '2f880088-626c-4f39-92dd-3cc7de038c61', 'bc959744-d400-4af1-ab51-4741c99bd89a', '1b2d2b34-30d2-4a28-a5bb-aec899f91b53', '53585bd5-0658-42e8-82d6-c54a2ddc12ec', 'c22a0ebd-317e-44ab-bd60-0b7f14f0c877', 'c6997212-36fc-40f6-aad0-38979c55e7c7', 'e700c24a-c452-4e40-bb22-f90921c58d7e', '73f31419-630d-416c-a98a-eb9664ac13c3', 'a13a99b6-fb06-4fd0-9ca2-227470ac4e37', '36cf1daa-45d1-49c8-ac92-e62ebbab0aed', '102b8c0e-11a8-4f11-93d8-eaa52ba46282', '374e3cc8-27d2-4001-aa4b-41742b2bb470', '48425c58-9dad-40d1-bc1d-538ae577073d', 'f556e7e3-d0a8-4d0f-82d1-4bac5deea847', 'e2a06339-30b6-4289-aceb-8703ad253b7f', 'cebe52af-0d4f-4486-81e4-a3d51aa033dd', 'f0ff8529-7c25-48b0-a0e4-15ea25c1b85f', 'bc138778-4474-4e08-bb0c-698b98c8d2f0', '04b6a1f1-986d-422b-8e20-14f7ab413279', '85aad1a1-62c5-4a9f-a3b6-fe69429cc5e4', '38a6392f-c34a-4690-9527-65a5ebae52e1', 'acbbecee-95bf-4fdf-b35a-e3e8145b3a22', '016f7a84-160f-461a-8c74-f24da555e230', '71ae5944-bbd0-4fdf-8e34-d7257c5067b8', '088e1e2b-abe9-4511-a7c7-2a62d8cb14ea', 'a0b7bd0e-c949-4bef-99a6-a6773d581a66', '66550c25-6d35-4afe-a58c-440d21529469', '263994ef-a549-4e09-9bbc-fa0000ce74ef', '1c449ebb-34be-4814-8595-40f094b3a0f5', 'c99953be-511d-4a65-8be1-49408666e2d8', '37abdda9-0b45-4af9-a3d3-2fefdfa409e4', '3828b963-a970-40d2-ab5d-0e4fda0cce57', '094cc91e-da63-4b50-9a1c-6bc124912112', '445f77ad-e11f-4665-94bb-ace2f7a7d067', 'fa2e1d72-da42-4b39-a831-fa18a0ab0c48', '2b26a404-7293-4d14-8f6c-4af7ae5002cf', 'bf962ace-9dd5-42de-9d1b-2b60d706afd9', 'e8f53893-52e5-44df-b6a9-058fdd877c32', 'f4a497f0-c8b9-45ec-a424-c089e66e5d6c', 'b77b4108-8e2b-4fb2-bb8f-38c9512e320e', '989b4664-9796-4f00-ab3c-5b7673bf2138', '61053082-aafd-4bb9-9078-eea839410cfd', 'fd91e776-d3b5-497d-a5db-aa112b0629b8', 'bde1c9e0-699b-4628-bec5-4b5e78f1cedd', 'c4348777-e267-45e6-bfc7-ec2f6d0dabb4', 'f3c241d3-0234-41d7-9cbf-0ecbe6732890', '45fda6dd-f98d-4d89-9eca-de33cfb5df4f', '5531cc8e-f831-4a7b-ba67-30754483c880', 'ea768216-08e7-4d63-8157-7aaee02c107c', 'c22430c7-bc17-4d28-b80e-0ba39116503c', 'a9409de7-4081-40b5-8cd6-67b472c313bf', 'e7ad543e-5ef5-4ccc-a142-556eea899613', '0783e6ab-d76e-45e3-8693-57bd464f0992', 'e9da909a-57ee-48c0-a4d2-a98223d36fc7', '5af91ff1-375f-440d-8a35-3408f1579e22', '03a26109-5f1b-4ea6-9295-0b79208ff6e5', '5da8f9b5-57c0-4e52-b707-08df0abce8f0', '1d013851-83dc-470e-bd82-c329df8b3d06', '7fbb0cdd-47fd-41f8-943e-80ee7256f82b', '7eba48f0-1ec3-42e7-a3e9-cfa393dd598b', 'a9e2f9f2-2a11-4d2f-b3f1-6dab88d1e091', 'fb51cef3-362c-4e84-87b7-1429f0d5b6dd', '54e03ad6-fea3-42b1-a3dd-bf50a39ddb65', '20af82b3-dfa8-40b9-a657-c2426dacfb80', '54abf2cc-1943-45cf-baf9-9a45a15b4349', '4bcb44d8-94f3-47c1-b1ea-0b5d5e5b687c', 'f8e9407f-39c9-4302-856a-61de06cede29', '8cb71538-3268-4dcc-904e-80b5d6fe0d09', 'b147dc2d-6a93-49b9-b5f4-f2dfa0924f92', '11e1db9a-f4b9-4ded-9312-e4eb79a8042f', '0262dd2a-37ad-42e8-931b-842ae3105ceb', '4b0cfedd-d774-4871-8097-b9c0da703b3a', '242c38b1-92da-4c3b-93b8-24d864c55ca5', '6f672a38-4644-4ab6-a790-051ee78ca5d0', '65cb3dbe-2600-4d4a-836a-8d13baef6e74', '925f2f36-0190-487f-8a81-f983d3733e07', '82662ca2-4197-4df5-b41f-2706a5ab42e2', '6b8c2272-0048-4bef-a71c-6d0002bd23bb', '003ea2e7-e6b3-42ef-a638-5aadabd175e7', '72eb0a25-fa0b-46d2-8720-f880be733ba5', 'c11fa7ec-67ee-4e5b-a995-aa97a49f721c', 'cf1c52c2-cf6f-4ccc-9d89-f507b6024ca6', '352cb18a-f639-4e31-b1df-7fbc7eeba72b', '589c0d63-ee7d-40d2-b47c-7102176460c9', '16aa7e7d-3091-46b3-9257-72644d60990a', '37f306a0-8f9f-4c39-aeaf-41b4e0bad5a1', '0e157d00-210d-43ef-a3c6-02466a0ff52c', '8b4637eb-f89a-4b23-8102-d75840b7d7bc', '32ace88c-d835-41bc-9a10-b215023ceb51', 'e3fd6133-e534-470c-bebd-c28be16b0991', '968bdf6a-1edc-4744-875e-635112f205b5', '6eaf11f2-4e6d-4a93-8358-d7d7cb9be192', '7a859638-0424-48cb-be4e-67f002b1ccbc', '943358df-777e-4a52-a7dc-3ee53deeeb3f', 'b5c62dd0-1f37-49c2-be15-1da767c783f2', '05e98dc3-f0e7-4151-abee-8aac9d94acef', '25b966ad-affc-4365-bec5-20705e328ed7', '6dc72ebc-d6a4-4a78-9ddf-225a555d71f1', '123b717f-82c3-43ed-8c42-cfe13feba961', 'c9591d98-65e7-4003-9163-4de6befcb4f8', 'e6deee1d-e120-483a-8911-4e548ad8e1cc', 'ce0b2fc3-6f86-4f5a-8351-19171162485a', '4a162c6f-07c2-4ac2-860d-6551c8099285', '0c3c4e84-75b7-4d52-b7e8-a6443974da3e', '727fac06-461d-4ca8-8f82-c27eac25077e', 'a0573075-5c0f-4ad0-9209-351edff5f6f8', 'b8107050-e096-470d-b771-7419a13b7ad6', '39f33012-fcff-4e94-8f97-c7134227bc20', '55702882-21e8-43f6-8a86-093cbe4ae3cf', '22b702c7-2132-44a5-8b30-e618f69a0534', 'eacd1bd6-75c2-44fe-acc5-f61c19e1d92c', '039a69db-99d0-483f-b923-57612e9a9a5f', '35e6cb2b-e8fb-4b19-9a89-f90f3dd95390', '77d8f47e-fe0c-4c8a-a0e7-8a0e53ca4d51', 'd654cabc-20a4-4bb3-942b-4257cfc81c6e', '1ff5dd85-ed79-4d9d-9890-7e01ba267796', '41ab6451-d2a1-409f-8ee4-36a0efa63a67', '047eb19f-f2b3-45e4-816c-a41850c386a3', '2f7ede01-237d-4aca-aeb7-8a5c15bb53f2', 'c77bfac2-323b-492b-bca1-4231f37592af', '718cb39d-78cc-4081-8273-9a8669a3da44', '6d5c630d-73fa-4d27-89b9-e4c1f62f297b', '88a5cc12-906d-428d-82d5-2af7d272a7b8', 'c475c429-3a66-47d3-9ead-fe25a5068730', '53e0fc4e-9977-4295-b3dc-681a69de9073', '7232e1a8-7fd8-422b-a4db-d3c4ad40cfcd', '5c89ff2b-0bf8-418d-ba1d-f793638f6a8b', 'c3ee90b3-0e7d-46fc-ae8a-55d9b7e5c34a', 'e578b1b1-982a-4f6b-8b66-eef88e7a1dff', 'e9d8e16e-d8ed-425c-a3f4-01546c198040', '29026459-3f8f-44bc-8b0d-fe3cc21fc9ca', 'afc03885-f6e3-4af5-9a4e-0d501ebe7a60', '788a3768-76fa-4aa0-9be6-4c5ccdf40d0c', 'e6686ad5-37cc-4cb4-8818-b0d1a566d47f', '81b54597-f377-4bce-9bf7-e51b14e325be', '05b81bb2-30bb-4cb7-a202-9311f15ca521', '597bedff-de1a-4d41-bb72-afe259f954ce', '2532f5ff-03f1-4073-b8d0-fd1d0bdd8434', '24789c02-5d19-49c9-ad79-ceae304ea31d', '5a9aaf0e-6c05-446d-887e-c7c226bb2d48', '0034c832-dcd0-4538-b700-febf10054baf', 'd2329614-aa06-4441-84cf-1187e2666d83', 'b3ab798a-e60f-4580-9db7-4b3f4b72e198', '141dace0-d720-4ab9-9756-f5ad652d6b2e', '5806cb2b-7c51-450a-8a50-6309b20d840e', 'c56543b0-87dd-47d7-bd16-cb33e11ea68a', 'b8db36c4-6f02-4fd5-882f-470a48e26560', 'f9d40fbd-0316-4164-9907-4e985e9bfd26', 'd2345096-0884-4388-afd3-dcb950d20a5d', '88e58b02-86d6-4d47-9b36-a5bb8c6c96d7', '9f0c33d8-f998-418a-b27f-9655d27f4886', 'c3627db4-b205-4dcc-941a-6a7f9a3fa156', '94382209-8de5-40fc-8109-9c4d5a247677', '681b0e47-c1b3-49b1-8373-71482bc972f6', '5696823b-f254-41f7-87f7-110b077f101f', 'ed3dd86d-6e84-46bc-a6f5-4c76ea3d3115', 'eb48c353-28d7-459a-a638-5baf823b7d4a', '32960d3b-b08d-431d-a172-6adf5319ca42', '06e5776c-d50a-4a14-9bdf-b17104f494e3', 'cdb61402-504e-46c2-99d5-1f6993a51cf8', '1b81ada0-a8fc-4176-b066-57e65f648e40', '07ac955f-5f35-45e0-a661-6b6dbd69f0b4', 'fa4302b5-3361-4bf5-a638-e2de280bb822', '49e5d2f9-6952-4086-8fb6-64a6b0d06bfa', 'b1517b54-d8e7-4580-9ce3-402cb84ad9a7', 'c4f4094f-f325-4d44-80be-ca3238997e3d', '3a2d1ee4-0875-4e3d-b27c-675dc5230fcb', '255d052e-3874-4583-acc0-cc4f87ccbb0a', 'bad066e7-e9b9-471a-88b5-15e1b232f687', '39ba713a-c5e5-45b0-a429-88f8d5e237cd', '6eda3728-7239-4756-8127-a0017cb6491c', '5c2d6663-c9bc-4cdd-9cad-d051d054786c', '9eaefe99-ffe7-45f9-a005-017b7b7e55b1', '77e0072d-26b6-4c9b-890e-434f0325304b', '1c7f6836-ca27-46c8-bd7c-2c33e62e1011', '7c7e0488-9393-4d62-8606-7430eaf1f6f3', '886972ea-6cac-41a6-8dd3-2b56745dfa45', '0b8f1dde-88f6-40e1-83e8-76b9c40c4548', 'dbebfb07-1324-4420-b490-dde1f29ed0f3', '3757f62d-f4ff-49a8-bf5a-4410dfcc6a69', '90f8a898-8eb3-4f65-9fa4-b547679e675a', '065960c1-61b0-4450-b817-68ae87538417', '86c9a215-0884-4ab3-8768-5bd45ba639cb', '26c52a6c-4695-4924-82f2-98649b77346d', '2f26f969-a464-4b78-8013-7e82db5b8189', '355c28ef-7115-4de9-8816-7c8eb47adc80', 'fbe00248-64f4-49f7-a1df-830401ade1e8', '4b63ddef-4da2-4062-9dd9-3546077442fd', '45464f31-26a9-43d0-a49b-3500893b5a33', '441c3026-1ed0-481a-b5be-0b8b57479f55', '79978698-8022-4024-9c72-029226c36593', 'd3f33011-3f56-49b1-857d-3f8e5fb5a753', 'c8704096-46d5-4915-a3e9-393d4b5f334b', '2f2b6748-40f7-46bb-a4a7-2204acdfbf05', 'c9a3cdf3-6e48-455e-9997-684bd407ae8b', '7866dbae-dca3-4636-840f-9936fccc6782', 'ee3c337e-3bef-47f8-9b0b-9a0b2f1e3eb3', '7798be22-d092-4fc7-9280-3197a648366e', 'ae9308df-d5a2-449e-b251-42ccaca659ce', 'ca5870c4-e107-463d-92b6-10b6a94e42bb', '2dc4338c-fa90-4784-8109-d3b45df0d69e', '7dad2dcd-5561-444d-9d29-a449bbad5bfa', 'ba534358-c940-4fa8-9935-6cf2110f46c3', '16c3b927-fb9d-4f5a-8bac-f7cd8d578004', '72b95ef6-4727-46b5-97c7-a8c92aad0404', '6d329ed8-d3e8-47c9-aca1-8a88955053fa', '7e41f148-ae1f-42b8-b8bd-ab5c3fb9373f', 'f5adf7d3-3f0a-4cce-bd51-af8fed6d5ff5', '1a197f90-c3ff-44e9-953e-54e78ebbac11', '65512f21-43b9-4991-8111-8802cdf3344a', '93064faa-a6ac-4c23-ab55-966c848e9a01', '9a1b13da-4319-41d1-a9d0-12b366456c2c', '8a4c7068-0edd-4f97-bdd1-6dcdde0f33d5', '8d71cdaa-9bd9-4769-bc3a-856bfa9c1210', 'f2e6131d-a643-42bc-8a81-5c7794cc46d1', '175bccc3-0c44-4b61-a730-1c8962a0c47b', 'b2a9637a-a9b3-4c46-b627-1fd9c3ccb155', 'c5a97df8-593f-4fea-98c5-4cfa3421c1be', 'feb57ca0-b3a2-4fcb-b373-43ab05df382e', 'de025f8f-067c-463f-938f-156f38366334', '66d2938c-fbdd-4306-9506-7e488c9378d1', 'f2115f1b-88e0-46e0-b7ad-59b397fe30fb', '2e2c7d7f-3d91-48cb-946c-aff10fd6b235', 'fde6b434-c18d-4ebf-ab5e-1f51ed7edd73', 'e9a9937c-365a-4f2c-80c5-c151645d99b5', 'a151c3a3-78e0-4828-8e0b-20df7e5b0250', 'd9c99d33-2392-4372-887c-6e347a870c30', '0d6c3fb0-7a20-4f6d-adb8-0f1f28e7b731', 'e2a08841-7ec7-4b89-a473-8566c7b46831', 'c47f24aa-d3cd-4529-9a46-21a3d167f06f', '2f2bae32-190e-4a9a-8908-72068dda0916', 'bdc11ae9-2367-4b7e-8449-9f20d4e12c92', 'c6b28259-572c-48b9-96bb-7189ddf42c82', '0e8231d0-6e43-405a-b5a4-c4422924e6a9', 'a88cec85-f271-49de-9467-7c8339d0e789', '2848a521-f764-4d3b-8d86-77097bb0e774', '092c58fe-c2c1-49ef-a31c-1fb7f987ad5b', 'a3b0092d-cab4-403b-b52a-ba8aa28799b4', 'dd12b876-771c-4a8e-a62c-4c804650971b', '596dfa67-1055-4e52-af41-cec518f339cd', '5194565d-63a7-468a-835b-ee7f54ac22a3', '341371a7-1f05-40fe-a713-f462392c073b', '4dec222b-e27c-4e67-a7ce-3bbcb2b9fc18', '06b3eddd-3444-4da2-8381-0e199abc02e2', '4a0f53f1-859b-4d8e-b665-5a53d1cb01c0', '0748b779-5b5a-4407-8817-67d1e83b68b2', '4f7de458-fe95-49af-8953-71270b8054f8', 'ca078f2b-7030-4066-9a5b-c17c273077a7', '68d7176d-dfb0-4b90-a2fe-c68a5a54f25f', '104f4401-9a5d-4323-bcfe-7fabe1441139', '618827a8-4872-40dd-be86-2a2800a34bfb', '0236fe20-db1b-4daf-a9e2-8130c674bd9e', '4008f598-d331-4762-985f-6bbe1a808032', '1ed07248-9beb-4226-ad98-a1181331282d', '37f5ca10-1ff5-48ee-a758-4227a2789112', '73e9a98a-a4ae-4723-af4b-122cb98201a5', 'ad41e50f-64d6-4fdc-baf4-0e0b79a03738', 'd9add83e-6277-4e30-a234-141bc32318d7', 'ec9961cc-dffb-4c60-8253-ea8592d6c06c', 'b1a718b4-1f21-4b3c-8ad9-009c3844a1d9', 'b48335ac-1cad-478d-b0ea-504bfb715538', '74392c8f-68ea-4d4a-81d2-bc83f8430970', '7e5844d3-26b8-4570-93b8-5c7113b898e2', '6abeaf22-2a20-43ab-a711-25849851b0d6', '1326c398-d2ef-4a66-ba62-91ae4644f590', '854a45e8-9ad7-4b88-aec5-87da50c7249f', 'a196e906-8efd-490c-8601-d0d3fc613f38', 'ff72d173-ccda-4d86-800f-3e9881ed37ff', '45f7a7ec-5c00-4952-a04e-3c206b2d3130', '6f03f168-dc22-4cab-8f3e-fe443cf485ad', 'a8523a7e-aad3-4835-927e-47b17ba160ac', '18b981b4-5f74-4b03-9828-12b41d189fb6', 'e99d1cc5-f119-4f5b-ac20-3ccfa366350f', 'c2233807-97e9-47fc-b622-16dbe3dff846', 'a5126c47-ab30-42b9-afac-76973c30ac2f', '8907cc3b-7f49-4560-ab38-8deb9a6d7f35', '9a42f81d-22de-48e9-8bb1-7a967b31da2f', 'b66e16d3-e990-401b-8495-2ca815364de8', '2705cf6b-d7c2-4d1b-b4ab-5751d39ed76f', '81f0edf8-e029-440b-9954-b491b43a36ca', '3ab243ed-ca02-48c1-967e-5b8b42cad7d0', 'a2acb338-af98-416d-be6a-02dc2a04c5ec', 'b242acb7-6b60-4a2f-85ba-94e7a30585f3', 'e6233b70-8d9a-40aa-bfdf-cba7d429b381', 'a7b99251-a1cb-4072-b4f7-704a7e1b47e2', '6d2b2d8f-bdc1-4df8-acb1-dc7414e15434', '7416f769-7242-4cb2-a408-134ff0a6aae8', '7b885fc7-7812-482c-8abb-7e25d7491178', '82f2a2d2-f50a-4f95-ac8f-f39a596dd2b4', '147a4dc5-b17d-4378-828f-2eb80dd56dcb', 'e5a8ebb8-ee81-4f0e-b935-a3e00e0281a5', '717adc31-f225-4206-b26f-897b56c1e86b', '7404352c-4d01-48b4-881b-fa897d99713c', '1d8fceea-38bb-4b83-9b8a-fdf8a5f387da', 'b063bb51-ef05-4702-91e7-4d918c9efa12', '0ffd1269-b376-47b0-9c33-f213b23ebd7c', '4bffc7f9-1679-4bdd-8da9-84ed105c7a74', '7ee9a1e9-f56f-47d5-9532-9a70fe0d4d37', 'a0d4b743-1512-42fe-ae84-c4fd212af586', 'd1dce3df-7b00-4067-b33c-020eb5bbe531', 'd2ecea16-036f-4863-9fd6-8e6758ba7ca0', '9d1eab5f-5207-4fd5-926f-fa8996da10a6', '13099182-a48d-41e0-a829-bea673c5cb45', '67a558a5-8857-4b4a-9aa4-8fec034ab334', '1256a9b9-7c42-4d6c-b8fa-822ebb88e3f2', '20ae4003-561d-47c0-bcdc-3e9f1d7f8ef4', 'f9b16b07-c825-4f8c-844e-3b7bc7bc7286', '7fbe2b3c-26db-46c3-b1f5-d38fd3b87b36', '7a9206d0-c40b-4b2a-b0cd-fbeb2d9f88f6', '58ec0e8c-c7a2-4d50-b62d-567b43478a30', '533bd3b6-1512-4252-a6fb-b7d289fc83a1', 'ef6592e2-b9d8-4ec0-84bd-82c7b4816472', '5c7fd79c-7e24-46ea-9a65-f42ba6922044', 'e1d96cf5-acf6-4605-a642-f976b6e8f510', 'e3bbd45b-dbc5-4559-a7fb-6bf192a798f5', 'cb26715e-9ac4-482a-ab84-4290642f2273', '8d20bb9f-119f-4801-9115-6995b2ac864e', 'a972949c-c362-49a8-bb14-8cef63671544', '0586512d-225a-4ec2-8198-7fb6dd167427', '713b5d97-3fb4-4922-9cc3-12cd1d2ece14', 'dd8f555d-1b01-41f1-a96f-cf0ea97792b1', 'f1814e2d-31ab-489b-aae5-618262609728', '12a31387-9b6e-4dd5-82c9-0d6b0585d999', 'decdd0de-a879-435d-ba8b-a1af2b01c95c', '1f02278c-68dc-406b-9579-177811f0bec4', 'bcdaf877-ebb2-456d-9587-be58db557c83', '82c0bbe9-587c-4a80-9285-c29f7e1205d5', 'a5ef2e5a-1919-47e3-a7e6-3ade09d4fbc9', 'aa5529ad-bdc9-4bcb-b3b0-e8b0fba874c7', '3a31ce3e-fcbc-4623-ab9b-c755d4a42880', '9b02728d-cdf3-421a-98f4-a93b4330eafd', '99293e6e-a0c3-4eb8-8a5e-0dba5c05cd89', 'afeeee32-890c-470c-a3fd-86a8f18ddc4c', '7b912bc9-0954-4671-8632-f6e63de85a34', '0dcb2f5a-e7cb-4c6a-8007-bf21dfd58ee5', '40d2398f-aead-4c3f-9ad8-0d76f575034d', '251d21df-a58c-439f-bef0-cc12cbefe9ff', 'f2a0a199-d1ac-413e-b491-ef915d51f331', '46b179df-37cb-4459-831c-d1bb3f59852e', 'df7c7d20-1986-421a-887d-761035107f57', '8d2bbac3-dba0-412e-ad98-3a0dc8befb82', '108342e1-3944-457d-8095-96aa413c0a35', 'dd698631-679b-444b-9327-d845294afd10', 'bfb735e2-2936-431e-b5a3-ed45611afa0f', 'cbcc2fc0-38cb-4f68-9bec-05f23eefe44a', '32d451eb-59c3-4f6a-8624-5bfc7b055ebf', '85e010ec-2a47-4cd9-abc7-4c403dbd4ffa', '9a50c12d-316f-41b7-b2ae-95350590320a', '6dec8c46-f227-451d-8948-48df6de668dd', '81800028-e4d1-4455-a0ea-43b7cdc03f6e', '7acb9a0a-3257-4644-9f32-55299f24c02f', '65007b74-3a02-41e5-918a-18cfd7944eea', '97fca810-3c8a-46cf-93d3-3c9b265adc1e', 'b9164d31-ed26-4324-9b65-bae649255c0d', 'a7ee5c92-b783-4992-8d12-e9c426e1309d', '63ce8c17-dbf8-49fb-8142-7d1cd6c8580c', '99279d81-9a5a-47d1-860e-fe00aeff5b33', 'f9cfaeab-918f-45b2-926d-11326f3ce5a4', 'ba59b936-0840-4f6b-84ae-66b9fdcd59ea', 'e3265348-e0c1-480f-aa83-151a1b485397', 'cedf35ee-9091-435b-a1ca-8c047b9c9760', '6c84cee4-04da-4eed-8a87-372d4ab5fdc1', '22ba2682-e5d0-4b3b-b4bd-20c480f3f286', '05ec7fbd-aa90-403a-9480-b878b779cbef', 'f4a8dc00-24cc-4440-943a-51c3af995b76', '39f3b6eb-5ef3-4189-b0eb-e42ddafda539', '0e0ebcac-8b5d-453a-8c2f-3bd3d54a6607', 'a6a94044-3dc2-48a6-a17b-e52cced05e9e', '02444e7a-af56-4249-b7c8-a60b8798b164', '385403fb-f986-4214-b7c5-97e7ceec363d', '96e442f3-db71-4d76-80ba-0ffc678a1c68', '8a647930-e6f8-41ac-809d-f9065a6487ba', 'eec7ebfd-c0de-4aad-81a9-a0f5d54b3866', '29202703-dd67-4f1c-a989-85741ce9a1ec', '141a314d-6800-469d-8cea-0030dc1fe352', 'b56221aa-16da-42bd-a60b-ecb8a492c178', 'a8279350-4e48-4f49-a1c7-094143e5275b', '89b463ff-e138-44d2-9bf4-103d4e7d52cf', '828d4841-44ee-404c-bd28-18e52c12ddfa', 'e6dd2a01-992d-43db-96a3-c9ff92a2c022', '69fd38c6-88b9-4276-8a2d-cdaf0f5a10e6', '72e6165f-d67f-41b2-a5d4-1dab8ccc5545', '46e10741-6d00-41dc-b6d3-a9cd3ead8c54', 'a38561a8-e374-421f-84ab-3f8834ebee21', '2999211f-0e67-4c15-a2d7-bcd1a4e5aa58', '65fe1e7c-8b63-40ed-a965-ed4448259fba', 'dd4a79c5-7881-451e-b009-07685cf117d3', '956bcdae-1585-40c2-993e-2219aa442281', 'ca47fa21-c427-4c94-a232-fcd3102d275c', 'b5eb24a8-8cbd-4e8d-a783-a01aa4b78f53', '0ecbb7cf-eeb5-44a6-b4c9-68d51a609db4', 'fb787f97-7dc5-4819-bbab-988f74ed8e97', 'a1bf7edd-5ebe-4a4f-97bd-abbfe579bc6b', 'e001ae43-d428-40a3-be68-09ec0d18aa41', '807c25a6-89b8-4fd3-b69b-270fbb6480a9', '5598151f-3c73-45f6-97ce-d1693c8c6a5b', '7473fa73-861b-4c57-abdd-758b1b8ce9ae', '536a2f69-aa1e-48b0-8f83-6d021e75a6d2', '6bfa24ad-9a0d-45b2-914d-74ee48471a10', '54b5bc26-d23d-4261-af84-ba3b8995a162', '9c67b871-363c-43a5-8be2-8a07967971b2', '393a58c2-c280-42b7-8a30-ede369ed578c', 'fc4f8761-71e9-4705-9f51-1c977f4e4cd3', '6867ce3b-c196-4f55-9833-3b1494185187', '8a705b4b-d335-4bbe-be9a-a48735d883ab', '2462d05c-916b-4077-879e-6b114196f08e', 'bc63ed58-3218-4bbf-a950-1366cfc41aa4', '6fcfe08f-4247-4071-8f67-822912168ef7', '53d2ee14-db2b-4673-9d85-9a7cc3a61b15', 'f0b3244d-c0f5-4278-b617-a3eb85f0118e', '8a1a4d73-df16-448e-a2eb-c5916df87f98', 'c842f819-10cb-4c13-86a2-65a7d2d203eb', 'c7b16fb5-4b4b-4bf0-97c3-18f4b6b8cadb', 'f6fafa29-1a86-4014-b3d4-f54289162ceb', 'f2b38d88-a202-455e-9bf4-083e60b2b271', '236c68d3-e495-4fb5-a92d-06ae07d0a1bb', '4b0f6ef8-91d8-4fc2-9d93-37960261a410', '13857d30-7330-4608-aea9-eeb06732109b', '32ff0053-2c2b-4dd3-8f1f-82b0c5288ac9', '9d16a225-c62f-4cc6-90d5-b560a5027349', '35d51431-b836-4888-8db9-5aeae5e66a48', 'bd28b86a-4101-42dc-b9bc-4f9b2a55e921', 'bd9b443c-7ab8-4a2c-a0e6-46712750ef10', '310c32df-e596-48f1-97cb-fa215d89ad3e', 'a0bb30ff-5648-45c1-9120-d66cc03f0df3', 'fa6f0455-2905-449a-9021-30f1e7222156', '51c3f2fe-e601-4b91-bfd3-775ada52a725', 'c687a9cc-a511-4ba7-bd71-d3ba1e794b27', '7022322e-d11a-46f6-890a-4f8cc4d24bc5', 'bed5db86-8f30-4393-84a4-9673c44a6983', 'fd706d86-1f91-40f6-986a-09b7f9434da3', '7436a1d8-fdb9-4dcb-84da-af62e9e91803', '029f2410-968b-4292-aae6-448b390d4df6', '121d8881-fb84-43bc-a972-c2bd8db23d80', 'a60b5161-ba41-4394-98f3-33d8f7c4a0b1', '2fd3946e-2073-45f5-9746-4f9ba53fcbb2', '84f2d4d6-8e7b-40c9-a216-5828dc6ded5b', '0eed118e-3102-4b5a-8eac-5baba22848fd', 'f4ec3129-6a42-43ef-b360-4762da8ae37d', '8f295dea-68ed-4380-9d12-8e83e1d040b1', '5c5a828a-04f5-4604-9b95-bbe19a04398f', '266e6d76-66e8-425b-ab0c-73cf95eb3985', 'e3a1f6f3-4da0-47be-be25-65c99b08130e', 'beecb919-c713-4131-8165-d5d89eff43da', 'befc4306-1853-4b50-9c85-71d8bb659318', 'a6e37718-8894-4632-9f81-646cd7043032', '9c287919-06f0-4c76-b499-06f2cb50952f', '2a2396bf-010f-43dd-84af-0cea75d3a89e', 'f7560f55-a471-44ec-b0fc-a1a7c2af14bd', '52b6f90b-7a0d-42bd-9c84-8b784df00175', '5ed0fd25-5fcc-4a1c-894c-897d32bc3203', 'cf382c47-3f12-470d-94d4-30568f45ed27', 'bb4f6303-5e7c-42af-88f5-0c34552f6192', 'fb7d0713-4fd7-4a85-a302-1faf848bcefd', 'c30570d8-1db2-4eea-9315-1df7921326f5', '45c7988f-8ffe-4138-a1d7-634bd8def385', 'c10cea87-7c1e-485c-a302-36d0dd451002', '665ab120-279c-4a8e-bb80-6d5aebad575f', '3729f9f4-7163-47eb-94fc-ee6db60ea082', 'f8285b89-19f2-4f97-b7eb-9341b65cad3f', '75154c6a-a7d0-45a1-a658-311ae274259e', 'c720f0d8-5243-4c28-a26e-1af61da4d557', 'dc66b62f-81e4-44ae-a4f4-e60aab64d587', '269c9a57-18d1-4e66-820a-49d37624d744', 'c7162c65-0285-4b59-a00e-86241e20f6b0', '08a5907a-94a0-435c-967a-303d17a5cb6e', 'af7b416a-daf1-4702-872b-1646aa442f27', 'fbd813fa-8b06-4127-9b60-2d6a68cafa33', '4595e4e1-09a6-4cdc-8fa6-87d877c5140e', 'b0666129-0ab5-4c39-b512-5b727ad4025b', 'abef7bf3-a99f-45b8-a4fb-b289fd089e86', 'e773c7f0-870e-464f-8f3c-4f9cae7a7047', '8b926bcd-c6d5-4fb8-b344-4b50d6b5218b', 'e2f4687a-60e1-440e-bc93-e6f410b14a9e', '9367d539-833d-4074-a92f-4fbfb408e46a', '09ad3b10-80cb-490b-a829-b4c5f2902998', '5b2e2ec6-254b-4e19-a1b3-89a520cb4f3b', '4c9183bb-ab6e-4637-a79d-e61658747b48', '43e8d758-b069-44dc-93f3-f1797fa73d76', '72c2274f-e122-4f87-b61e-e8536d877baf', '7ed03be3-3253-40aa-b124-107c3bfe1114', '39a22c20-3022-42d2-83da-7bb8dbb05e8d', '5b406eba-9006-45ee-a940-b558643c9fb4', '5db07077-938b-4e55-a1b5-eb4f27a41d73', '334b392e-884a-46f6-9608-ec62c7bed7ae', '4641601f-e192-4f17-8c91-dc622450f491', '30ad9fdf-6c2a-4451-a86b-34ba3c158220', 'd4fad7da-0a2c-4c24-9267-799f0d6d7796', '10d7d459-16d0-43d2-8e9f-496271ce7e40', 'c820ea15-9778-474f-9c77-700ab8eefbd1', 'fbf94a64-2e30-4214-a444-90f2abea35d3', 'a4772408-7e87-42eb-bf48-bc52eec27076', 'a97c6ef0-440f-4427-a1c1-60cb50629541', 'd5174a57-1645-4721-98dd-0fd7866f26b4', '63253298-b490-4c7b-80ef-51585c10ea95', '8bc1865e-de0b-429f-bcff-f90a3490b7b0', '1608b8c0-b691-4722-a886-3901676c31a5', '8f83d7cf-c995-43e3-b7d6-b400dfca8eb0', '6b8065ef-396e-4f9d-b897-a04133ca7d6d', '6e41400a-828d-47f7-80d5-2d730359367d', '5fcdfcef-da18-45e5-94a5-457f3c0ea9e7', '6812ed08-ef94-4ada-bb18-e3850659e4d1', '083d89dc-fbcd-4788-a216-7e21f392f672', 'a55d228d-0b93-41a7-90d7-7170d8e588c0', 'd77ca1aa-d42e-4815-b55e-04a5be77bd9e', '8602b1ac-34d7-4faf-9c9d-b08ed4100aa9', '78774c2a-d7c9-4775-af3a-52a2a65d3ce0', 'b01f84db-3727-4526-aedb-bc539fb9699c', '41de789c-5317-49db-b952-5ee7b00c52d8', '6c34bfa9-c2dd-46ed-beaa-fc47a2dd975c', '057cf244-0e75-42e0-8744-5d406f810f40', '18ce4365-1761-43cd-aaa0-63be2d371988', '7ae398f9-6747-42db-bc1b-f28edc41a8b0', '8ef43558-e5bd-4b36-8573-020eb5244944', 'cbc141e3-17b3-4522-97df-c3ce9f35eaf3', 'f38db1ff-27eb-4459-ae33-d9d784e19fa0', '87125ec6-6f88-4f1d-ad95-232a209f95c0', 'bd1c0cae-529f-48be-b819-9c6b948a0a8b', '14f8e3a2-847a-4bbe-8d8c-4ec8e72b2967', '6c313a44-8029-4b2b-9621-3d5013b1a1b2', '25561402-88d2-46b1-8e5e-3c5afdb743ea', 'bfd589bd-3562-4d5c-98b7-02523679da6e', '5368c14b-e4d0-45cd-a9e3-b7465ff5a62c', 'ab016126-b1aa-4e67-b968-29286887b6b9', '1c8b04ef-d355-4234-a363-9a95fdbebc91', '7c6066a3-b657-4356-bd8f-92b8cb78b5dd', 'd2fdcc99-dcf5-4464-97d6-e4771b7c1ca2', '18eb196e-761b-4fb2-b500-b5127e412356', '3c97abe7-3848-40ea-99b3-bcc7691d26a3', 'ba055286-414b-423a-8cf4-9cb2f35daff5', '4bae81db-b11e-48e9-8856-982d3d855bc5', '671a4d52-3a2d-46d0-b23c-31e2b817373d', '029ac363-a444-4fc9-b91a-6eb03a218c26', '9274791e-a33e-4b71-86c6-717cad1b94ca', '44a79997-99cc-4b0d-9390-07953579a099', '977f6b8a-6ce2-453b-829e-9ba698fffb76', '7cbccd3e-b44a-4190-ac6e-93946797a493', '54c201f8-6e17-4001-a62c-22dfea009f27', '5c967e60-0e24-41a0-819e-a7e7c7d1c083', 'af38f969-704b-4ef7-909a-a750077b4bb6', 'eee7e2df-570d-4482-be57-1b668324d7d3', '813d9c04-252e-4b50-b72e-a4cabe414b53', 'ce60b5b0-c5df-438c-a13d-9c40ff564071', '77c79c9f-d1da-43e3-9183-9295db804fe4', 'a2359efc-da59-4b08-bf4f-0ec100fa1e61', '5619f74a-61c1-46b3-9bff-aa43446e3e8f', '32826d74-237f-4ca9-82fc-e8ed541dde05', 'e0891573-5f53-4384-bb63-25e62caf3c53', '2394d9d4-ee70-40da-8c50-43dc816f268e', '74434793-1433-498a-85c6-337eb9f5b651', '23b6c5a7-96f2-48f7-8036-e82de0a93435', 'dcf3ac6a-60de-4457-80a4-124747c11207', '514f12da-5a36-47b5-befc-288560630be3', '6f0fe215-4d6e-4cde-b7ee-7173387362fc', '266086e8-cfa8-4567-9a7c-f6218efff478', '68ddc7b7-1fb7-4ef1-b666-8ed63ee5fe40', '24adc2bc-8d8d-482e-bb62-c165fe319af9', 'd60437bc-4270-46d0-b20d-a71daa813c96', '5f9c250a-a482-4544-9cb7-52b95b164db4', 'b41ab58d-4d39-4006-9582-f627928da52e', 'abdfbf79-9e12-4f07-a1e3-5b3d58e0bede', 'aef7a95f-97f3-49f4-bf53-27012a37da55', '43f67b36-ca4a-411a-baf1-18340cc9ce00', 'eafdfa53-eb00-4ce5-a827-89dff4b1b123', 'c3deee3b-6f5c-4d4f-a782-480042bf330b', '5be23f59-4912-4798-9beb-ec69da2c454a', 'ecfdea7e-6952-4b36-85bb-0fb6e64bbca0', '5ad92551-c223-466f-9227-2d0c02c26d09', 'bed42bfc-065f-4959-916f-7c7afb6db7b0', '93a56059-223a-4866-ab1c-9a1ff0d63508', '1220ec1a-b5e3-428d-af30-58f0b2a19020', 'dc93e5d6-c736-4e6f-b8ff-ccebfaf9b482', 'b9282266-b1a4-43bf-8a56-47ee5fa761cd', 'b6f24cf0-25a3-4d1c-923a-080a5600d0cc', '412253b7-ad06-4999-bfb7-e06335155971', '50ea0cd9-1b03-47fb-a3f4-e18343501c66', '31db12a5-b751-450e-9ad1-3a053eba3672', '80bcd675-ed6b-4004-83f5-275ba1515da5', '2e56581d-4de5-4cbc-b547-c19f63d94076', 'd59c93ad-77fe-45fa-9a8f-eeb5b39e358a', 'e1872450-1 diff --git a/Scripts/API_Tests/tmp.py b/Scripts/API_Tests/tmp.py new file mode 100644 index 00000000..eda62b5e --- /dev/null +++ b/Scripts/API_Tests/tmp.py @@ -0,0 +1,87 @@ +REF = [ + ("AZ", "ST - AZ Agency EVV", "2670eace-3ca9-4f6d-bc72-aeb4445e0e11"), + ("AZ", "ST - AZ Alt EVV Aggregator", "9e389cfc-0969-4ffc-9df3-15c0e9c2df39"), + ("AZ", "ST - AZ Non-Agency EVV", "6aee5b51-ad34-48b1-a3de-a9982db95628"), + ("CA", "ST - CA Agency EVV", "d04e4432-53fc-495f-901f-400e23abbf86"), + ("CA", "ST - CA Alt EVV Aggregator", "6807eedb-608a-4bad-b304-87eb93e3b740"), + ("CA", "ST - CA Alt EVV CHHS STATE", "e10e730c-df4f-40a2-ad5c-400a2d92a703"), + ("CO", "ST - CO Agency EVV", "eb2e4fa5-03d0-4b13-89d8-c9b21237ca87"), + ("CO", "ST - CO Alt EVV Aggregator", "706a2d1e-edfc-46b0-a2b9-9afa07c76e56"), + ("CO", "ST - CO Non-Agency EVV", "65937500-2b4c-4fc5-b312-cc176d8dcdec"), + ("CT", "ST - CT Agency EVV", "d1ad670a-ad25-4406-8ed3-9516a73bb6bc"), + ("CT", "ST - CT Alt EVV Aggregator", "c3c467f2-bb06-4580-bcf2-698ee358f789"), + ("CT", "ST - CT Non-Agency EVV", "2bf0d37b-29aa-44ab-926b-f2e994ae4d20"), + ("DC", "ST - DC Agency EVV", "7ee099da-dbc5-4ce5-8731-f23227df301a"), + ("DC", "ST - DC Alt EVV Aggregator", "14bf0003-c50f-4a87-8621-4d3ef1742268"), + ("DC", "ST - DC Non-Agency EVV", "c9f666fb-9595-4907-8db6-f1e6a3e1287e"), + ("DE", "ST - DE Agency EVV", "fe352a1a-76f3-41f7-9ce2-500ea32028ce"), + ("DE", "ST - DE Alt EVV Aggregator", "4021dcf2-87a0-40a5-a56c-610f511d1e70"), + ("DE", "ST - DE Non-Agency EVV", "29bc888c-51ea-4a73-85e6-1e387a398d3b"), + ("HI", "ST - HI Agency EVV", "fc2c62e7-cccb-4544-8f6d-437cd3268312"), + ("HI", "ST - HI Alt EVV Aggregator", "4f92861f-2fc4-4b6c-8cd9-7c129f92b446"), + ("HI", "ST - HI Non-Agency EVV", "227e0e42-b7c3-4d13-b6c5-08fe53169b1c"), + ("ID", "ST - ID Agency EVV", "c12966c7-ac59-48f4-b322-90e0745ceec3"), + ("ID", "ST - ID Alt EVV Aggregator", "22e1e89a-0306-447e-b5eb-654ff762ec08"), + ("ID", "ST - ID Non-Agency EVV", "a0996875-b9af-49e2-a997-c53b5b0abc1f"), + ("IL", "ST - IL Agency EVV", "e3aa57c1-6526-4dca-90b3-fedaf9b53930"), + ("IL", "ST - IL Alt EVV Aggregator", "bb523e43-ea2b-408b-a2e2-5162e785d255"), + ("IL", "ST - IL Non-Agency EVV", "eaf34703-cd9d-4324-91a2-e3360d99ae70"), + ("IN", "ST - IN Agency EVV", "1d1ba9fe-6c06-4fef-9958-05f085f2de46"), + ("IN", "ST - IN Alt EVV Aggregator", "38dcf416-9ed3-446f-b0b8-f8f01b6eeb43"), + ("IN", "ST - IN Non-Agency EVV", "1c242d6f-d3e5-495d-9f9d-6ac2510e12d5"), + ("MO", "ST - MO Agency EVV", "27b825aa-4094-4820-a69b-4a75b8c7672e"), + ("MO", "ST - MO Alt EVV Aggregator", "6691d685-9f5f-491c-9ac7-5f7522186646"), + ("MO", "ST - MO Non-Agency EVV", "f61f2825-aef5-4909-a4ac-da80b6c46d2a"), + ("NC", "ST - NC Agency EVV", "67a01f25-57ca-49a8-8fed-b7181b020842"), + ("NC", "ST - NC Alt EVV Aggregator", "3d023fa0-ef23-4b0e-9f88-2736eea9f9b6"), + ("NC", "ST - NC Non-Agency EVV", "6d7404f9-97ad-484f-9071-90191a819c0f"), + ("ND", "ST - ND Agency EVV", "62dc0f55-a51d-4acf-90ce-dc10788385af"), + ("ND", "ST - ND Alt EVV Aggregator", "9a784bf9-8aee-4e70-b1fc-7ad4ebe131ad"), + ("ND", "ST - ND Non-Agency EVV", "bdd0b717-c932-4b4f-ac0b-027708f89371"), + ("NV", "ST - NV Agency EVV", "9fcf4e98-1dfd-441f-8ee4-0131c968867c"), + ("NV", "ST - NV Alt EVV Aggregator", "35869494-7c51-4ea9-9ac6-9325497be757"), + ("NV", "ST - NV Non-Agency EVV", "47137ac5-8e19-497b-9e98-1ed184268dcc"), + ("OH", "ST - OH Agency EVV", "0c8efefc-364b-4971-b376-030493611b0d"), + ("OH", "ST - OH Alt EVV Aggregator", "838c0923-43b4-48bd-8011-00fd0411c68f"), + ("OH", "ST - OH Non-Agency EVV", "5d50b3ed-671b-4e97-9d5e-87f8b755dfe2"), + ("PA", "ST - PA Agency EVV", "24c85122-aa00-4ce2-ad9b-70bb9c0f3f2f"), + ("PA", "ST - PA Alt EVV Aggregator", "9587b68b-6020-4b13-b3db-3eb805222ad1"), + ("PA", "ST - PA Non-Agency EVV", "906f9a70-626a-4584-a0c6-7b0a90f4e32e"), + ("RI", "ST - RI Agency EVV", "e52fd639-bf63-4840-b8bc-2e6a6f11560e"), + ("RI", "ST - RI Alt EVV Aggregator", "ee80db08-22e9-4cfd-b353-cab785dc9276"), + ("RI", "ST - RI Non-Agency EVV", "75c72e19-5b1a-4436-98d7-d86b68510fd2"), + ("TN", "ST - TN Agency EVV", "f1e1980b-f6f8-49d3-935b-25182657fc4a"), + ("TN", "ST - TN Alt EVV Aggregator", "5000f327-3174-4195-8450-5fa5af2b18e7"), + ("TN", "ST - TN Non-Agency EVV", "865e94c8-f412-44f4-946b-4bf6cd1ef052"), + ("VT", "ST - VT Agency EVV", "e7e36fc5-fbe6-4e76-ac37-141c75aa069e"), + ("VT", "ST - VT Alt EVV Aggregator", "601fe50a-d69b-4385-a806-2801f06c6412"), + ("VT", "ST - VT Non-Agency EVV", "0ffc4b67-62d0-4e3c-8e91-9f8a991720fe"), + ("WI", "ST - WI Agency EVV", "16d31811-8714-41ec-a373-19c4b890910b"), + ("WI", "ST - WI Alt EVV Aggregator", "d82dae5a-c11d-4063-bd24-711af2861655"), + ("WI", "ST - WI Non-Agency EVV", "ac69b41e-1c8c-4904-8a4b-e61c5b5faa00"), +] + + +CG = [ +("AZ", "CG - AZ", "5786b31f-0721-4152-aa09-dd257ba1e335"), +("CA", "CG - CA", "18d5b3af-d0a9-4467-a782-72e0b6f0b6ff"), +("CO", "CG - CO", "e8839b51-c3b9-4b60-b513-562dca87d17b"), +("CT", "CG - CT", "935a2632-7d1e-464f-b7b8-f6931a714102"), +("DC", "CG - DC", "4f87523d-cc61-4dbe-bb6f-147772aa40a8"), +("DE", "CG - DE", "003d1614-3fb0-4c2e-ad89-ce1695348720"), +("HI", "CG - HI", "266791a2-2cec-4121-956f-91c758ac8344"), +("ID", "CG - ID", "b76e260c-1ee6-4a40-983b-cad3c02ff236"), +("IL", "CG - IL", "9e94ea7b-6e66-4e72-99fe-4fa7948aa1f9"), +("IN", "CG - IN", "8889a294-5dd0-4e27-a6af-96e212ca78b9"), +("MA", "CG - MA", "2b29a6c3-ab9e-4855-9150-b7d786263eee"), +("MO", "CG - MO", "263cd2c8-cccb-46a4-a018-5006685665c4"), +("NC", "CG - NC", "28812e6a-d0c7-4f63-a4b6-e8d1a2280c11"), +("ND", "CG - ND", "a73d23c6-d12e-4e4a-bf16-118670fc6d0e"), +("NV", "CG - NV", "64f7aaac-419e-4c22-8c75-75dd0ebfd75b"), +("OH", "CG - OH", "74512300-e65c-470e-804b-98dc1416bc49"), +("PA", "CG - PA", "415cc076-059e-4fe8-9723-cd74433da389"), +("RI", "CG - RI", "c552a8d6-e070-4b85-8dde-79dd6cb0c642"), +("TN", "CG - TN", "2e65a1bd-948e-41d5-b675-b580db690db2"), +("WI", "CG - WI", "27e6b7dd-e699-4f9a-9af0-4edf1ac8a82c"), +("VT", "CG - VT", "9c2e85c7-433f-4e7a-9baf-a05c2b12d545"), +] diff --git a/Scripts/API_Tests/tmp_pandas.py b/Scripts/API_Tests/tmp_pandas.py new file mode 100644 index 00000000..60cd9dce --- /dev/null +++ b/Scripts/API_Tests/tmp_pandas.py @@ -0,0 +1,22 @@ +import requests +import json +import pprint +import csv +import pandas as pd + +IMPORTFILE = "/Users/normrasmussen/Downloads/chubb-old.csv" + +data = pd.read_csv(IMPORTFILE) +groups = data["Group"].unique() +print(groups) +groups = list(groups) +for group in groups: + payload = "" + tmp_group = data[data.Group == group] + people = list(tmp_group["Email"]) + group = str(tmp_group["Group"].unique())[2:-2] + for learner_email in people: + agency_name = data.loc[data['Email'] == learner_email, 'AgencyName'] + agname = str(agency_name.values)[2:-2] + print(agname) + # ppl_search = f"{BASEURL}people?filter[email][eq]={learner_email}" diff --git a/Scripts/API_Tests/tmptmp.py b/Scripts/API_Tests/tmptmp.py new file mode 100644 index 00000000..bf11c0f6 --- /dev/null +++ b/Scripts/API_Tests/tmptmp.py @@ -0,0 +1,36 @@ + +{'payload': {'person_ids': ['537c590d-2f51-4cf9-936b-ef98b97e7af8', 'f44363ca-eff8-4cc9-b67f-d49fcbd1f20d', '3ae7add2-9110-4d57-be90-f5db45260e7e', '07fd80f8-3fe8-4386-84dc-280dade1ed5f', '8bffdf96-3947-4f14-8041-c25e4a488b80', 'a82c4c07-8503-414e-a433-ed413d6600c3', 'a68a6120-067e-477d-89d5-d1da1a96d09f', '03c65c74-2cb8-4c65-a712-6f0f48939d8b', '56919b58-7be1-4c1b-912f-54887303eefb', '1a01a97b-476d-40b3-8680-8d2b12a9e164', 'b7e51667-d26f-4851-8878-d54bb4ce8a51', 'a6caff42-f210-4e33-9410-53dbe15d1451', '8506f5ed-aaf2-4f21-8ae4-e2b4ed7b2f1b', '45fb5c92-2c3d-4c49-9f3e-949ab66b06e5', 'ea3706d8-c312-4830-8c18-0b7dcc0285d8', '3b32a731-7cc9-4260-a898-b76570b8131a', '10edf9db-3bec-4beb-9047-44da8e3047ab', '3c976bca-3f07-438b-9b8c-953782236666', 'e3f1be20-6e7f-452d-87af-ca897a2b35df', 'b36d7d59-fc3c-480a-8d6a-9025e6ee4cbb', 'ea74604c-18c7-40dd-ae12-492d864ba7ad', '5718e19a-82d4-4855-af92-45c5cf8e670f', 'a3cdfd66-76dc-4e11-89ca-8a7fa32d2a47', '123ef7cc-9a29-4a70-9e2c-86567ca02ab8', '399b584b-091a-404b-882a-c30dab8651a4'], 'group_ids': ['3f8dc68e-1458-4199-9641-6781960e085e', '8585fe89-a050-4dbb-beb8-6ebd7358a970', 'd2542667-0dbf-4680-a5af-042d70f24a55', '2b5267b2-ce87-4e77-ad88-5cfec80496b9', '483c3416-ddfb-43fe-983b-08abb6b50c62', '1582d056-55fb-403b-8a65-f3b641c96b69', 'be95bdcc-e72a-4132-8a67-9dde9bad5e2a', '0a3412da-5f73-4738-8364-15d5919750f3', '197da27d-0497-40b5-b2f8-cec4124d32f6', 'a031d9a8-e433-45cf-826a-8881644f8eac', '02702bf3-261c-41e0-a22d-26d3e90493a3', '3b149bfe-31c5-4991-bd6c-ba4c760089d4', 'b6ae5e37-db6a-4b79-949f-be73b216f677', 'bfb708e4-18eb-47b5-afde-737f16721e9a', 'f02032d3-3d60-4cb1-acac-855c229646c3', '96b24666-85f2-4f70-ae59-f5a924cc045f', 'f7701275-cebc-482b-ac31-9cfcd93937c3', 'fcfe4ee2-b247-4244-8cfc-f3d98d219fea', 'c6b6d415-323e-46c1-859e-be86fd36ec48', 'e53216bf-9815-42c7-89c1-953a7b1289a3', '5eeef2ff-1616-43bb-a0c1-aa84ad551824', '59ccfdeb-8a8a-4693-b4fa-27034192071c', '849f1551-604a-4b5c-9b5d-e2771eed488c', 'cf5d1920-9618-43f3-8dac-53954d19a956', '0a5c0100-9500-46a5-a7be-40d03fc5dfe9', '4d0bf08e-3dda-4a2e-8213-72a020873a03', 'e48c8995-6a64-45c1-ae62-ba96fcc01542', '0ef5fdd2-718c-47d2-88bc-2d0193b18530', '8302b674-c728-42d2-9ba3-908b4d970436', '604dd8b8-175a-4a74-93d2-28760f1d1835', '26c5277c-440a-4dea-b625-beb986cff673', '8e33adf0-5932-4535-90c7-10fa04e97201', '1ef34494-4d48-4b69-9819-a22c5870fc24', 'b2b8d7aa-06e8-4ed5-bc9b-cb9ce0e81309', 'e4017ee0-6141-4145-816f-ed68ee6931bc', '84d32175-8cb8-4fb0-95cc-6ae13d40aaaa', '27489e34-b04c-410e-99a2-0d93e2e42fbf', 'e5e8565f-80e2-4462-b687-56f6d64f95e4', '27accc37-c3fd-465f-99cd-3e131081aeca', '32e112bd-5495-4399-85dd-1925e1ccbba5', 'dc50ca43-5071-45b3-bf42-e1e64416ffd0', '950a6345-5a13-4931-8d82-eac6adef03e3', '700640e7-0de3-49dc-b441-4efff8ad33ba', '5f35e542-a8cf-4422-8e87-466cdca62864', 'f50cb362-2f86-44eb-89e6-bea6ecbaf89f', '31a7cbe0-6aa6-403b-a561-6bc4fa81c0b1', '853de4bd-6f6a-4d1d-980a-b67eb1b0e876', 'cd0fa4e0-2d24-4b35-918a-33baa736015e', '933baf03-3664-4c33-bd97-208a9f7ab78b', '55bae3db-5f62-4be3-823a-bcb429b8a2b2', '4754b85b-e7a6-41a8-b0e9-5e02c58ebc38', '33f4fc73-102d-492e-9b0a-383d0b0f68b0', 'fa8914be-0986-460c-884d-9973a9622045', 'b9f734fa-de0d-4a0b-9ce2-c092126e1d8d', '448f3335-cf11-4e7a-9939-c734861d16e3', '106775db-a00d-4956-bf27-97ea269bb001', '594cd6c0-17db-4241-be56-ad28a8db4f7b', '95f7b67d-3ba8-4d18-bcbb-3e02f7bfaf7a', '594cd6c0-17db-4241-be56-ad28a8db4f7b', '95f7b67d-3ba8-4d18-bcbb-3e02f7bfaf7a']}} +Trying for person: 0633bb08-c971-4fd2-9849-99b20ae1a25c +With payload: {'payload': {'person_ids': ['537c590d-2f51-4cf9-936b-ef98b97e7af8', 'f44363ca-eff8-4cc9-b67f-d49fcbd1f20d', '3ae7add2-9110-4d57-be90-f5db45260e7e', '07fd80f8-3fe8-4386-84dc-280dade1ed5f', '8bffdf96-3947-4f14-8041-c25e4a488b80', 'a82c4c07-8503-414e-a433-ed413d6600c3', 'a68a6120-067e-477d-89d5-d1da1a96d09f', '03c65c74-2cb8-4c65-a712-6f0f48939d8b', '56919b58-7be1-4c1b-912f-54887303eefb', '1a01a97b-476d-40b3-8680-8d2b12a9e164', 'b7e51667-d26f-4851-8878-d54bb4ce8a51', 'a6caff42-f210-4e33-9410-53dbe15d1451', '8506f5ed-aaf2-4f21-8ae4-e2b4ed7b2f1b', '45fb5c92-2c3d-4c49-9f3e-949ab66b06e5', 'ea3706d8-c312-4830-8c18-0b7dcc0285d8', '3b32a731-7cc9-4260-a898-b76570b8131a', '10edf9db-3bec-4beb-9047-44da8e3047ab', '3c976bca-3f07-438b-9b8c-953782236666', 'e3f1be20-6e7f-452d-87af-ca897a2b35df', 'b36d7d59-fc3c-480a-8d6a-9025e6ee4cbb', 'ea74604c-18c7-40dd-ae12-492d864ba7ad', '5718e19a-82d4-4855-af92-45c5cf8e670f', 'a3cdfd66-76dc-4e11-89ca-8a7fa32d2a47', '123ef7cc-9a29-4a70-9e2c-86567ca02ab8', '399b584b-091a-404b-882a-c30dab8651a4'], 'group_ids': ['3f8dc68e-1458-4199-9641-6781960e085e', '8585fe89-a050-4dbb-beb8-6ebd7358a970', 'd2542667-0dbf-4680-a5af-042d70f24a55', '2b5267b2-ce87-4e77-ad88-5cfec80496b9', '483c3416-ddfb-43fe-983b-08abb6b50c62', '1582d056-55fb-403b-8a65-f3b641c96b69', 'be95bdcc-e72a-4132-8a67-9dde9bad5e2a', '0a3412da-5f73-4738-8364-15d5919750f3', '197da27d-0497-40b5-b2f8-cec4124d32f6', 'a031d9a8-e433-45cf-826a-8881644f8eac', '02702bf3-261c-41e0-a22d-26d3e90493a3', '3b149bfe-31c5-4991-bd6c-ba4c760089d4', 'b6ae5e37-db6a-4b79-949f-be73b216f677', 'bfb708e4-18eb-47b5-afde-737f16721e9a', 'f02032d3-3d60-4cb1-acac-855c229646c3', '96b24666-85f2-4f70-ae59-f5a924cc045f', 'f7701275-cebc-482b-ac31-9cfcd93937c3', 'fcfe4ee2-b247-4244-8cfc-f3d98d219fea', 'c6b6d415-323e-46c1-859e-be86fd36ec48', 'e53216bf-9815-42c7-89c1-953a7b1289a3', '5eeef2ff-1616-43bb-a0c1-aa84ad551824', '59ccfdeb-8a8a-4693-b4fa-27034192071c', '849f1551-604a-4b5c-9b5d-e2771eed488c', 'cf5d1920-9618-43f3-8dac-53954d19a956', '0a5c0100-9500-46a5-a7be-40d03fc5dfe9', '4d0bf08e-3dda-4a2e-8213-72a020873a03', 'e48c8995-6a64-45c1-ae62-ba96fcc01542', '0ef5fdd2-718c-47d2-88bc-2d0193b18530', '8302b674-c728-42d2-9ba3-908b4d970436', '604dd8b8-175a-4a74-93d2-28760f1d1835', '26c5277c-440a-4dea-b625-beb986cff673', '8e33adf0-5932-4535-90c7-10fa04e97201', '1ef34494-4d48-4b69-9819-a22c5870fc24', 'b2b8d7aa-06e8-4ed5-bc9b-cb9ce0e81309', 'e4017ee0-6141-4145-816f-ed68ee6931bc', '84d32175-8cb8-4fb0-95cc-6ae13d40aaaa', '27489e34-b04c-410e-99a2-0d93e2e42fbf', 'e5e8565f-80e2-4462-b687-56f6d64f95e4', '27accc37-c3fd-465f-99cd-3e131081aeca', '32e112bd-5495-4399-85dd-1925e1ccbba5', 'dc50ca43-5071-45b3-bf42-e1e64416ffd0', '950a6345-5a13-4931-8d82-eac6adef03e3', '700640e7-0de3-49dc-b441-4efff8ad33ba', '5f35e542-a8cf-4422-8e87-466cdca62864', 'f50cb362-2f86-44eb-89e6-bea6ecbaf89f', '31a7cbe0-6aa6-403b-a561-6bc4fa81c0b1', '853de4bd-6f6a-4d1d-980a-b67eb1b0e876', 'cd0fa4e0-2d24-4b35-918a-33baa736015e', '933baf03-3664-4c33-bd97-208a9f7ab78b', '55bae3db-5f62-4be3-823a-bcb429b8a2b2', '4754b85b-e7a6-41a8-b0e9-5e02c58ebc38', '33f4fc73-102d-492e-9b0a-383d0b0f68b0', 'fa8914be-0986-460c-884d-9973a9622045', 'b9f734fa-de0d-4a0b-9ce2-c092126e1d8d', '448f3335-cf11-4e7a-9939-c734861d16e3', '106775db-a00d-4956-bf27-97ea269bb001', '594cd6c0-17db-4241-be56-ad28a8db4f7b', '95f7b67d-3ba8-4d18-bcbb-3e02f7bfaf7a', '594cd6c0-17db-4241-be56-ad28a8db4f7b', '95f7b67d-3ba8-4d18-bcbb-3e02f7bfaf7a']}} +202 +{"data":{"id":"c3921945-bef7-4b9e-ac33-ff3bf017cc04","type":"batch_actions"}} +Okay, let's see how that went. +{'payload': {'person_ids': ['afafdd9d-5dd9-4065-8876-304c5aead878', '2d5b81f4-d268-447e-806d-56ea1bed11d5', '6824bf49-c00b-4391-8d2b-8ad523bdf81e', '4ef4054a-2673-4b8b-ae97-485a4e3f5787', '55498b66-5616-4f7c-a29c-9506e3d537cf', '0f4eebaf-793e-4267-9497-17fba27986ea', '94ed3338-37a8-4e84-8e33-229109d61a0f', '4f1c1304-ad6c-4ea6-83f6-c91f363df326', '33362a6f-5515-4d90-b32d-3083d7b7c4d4', '781d706e-3a9f-44dd-acca-2d0570b41544', '58028ff3-4fb3-453b-8cc3-14c831977da4', '996344fe-d544-4ee2-a132-4dcfd923abf1', '56d52d1f-7eee-4f32-ac89-7bbf6c668cdd', '676e5121-7530-4b67-ab68-d4b453f6de1e', 'baf1c792-3a87-4357-a93b-871eaabc0ab0', '00969b3e-de91-4133-aa05-421a75651508', '87c4fed6-166e-447a-b542-fb0403188fba', '15de19d9-e435-44d6-9586-bbaafac90667', 'f67c2064-cb30-4b5d-9ad3-f3e42c5631ea', 'c84a13e9-950f-4109-a7e4-a2412fb6889b', '1d579f1e-cae7-4866-9669-19074dfe8793', 'fd6bc3ff-5416-418f-928c-4d1a5e96c651', '7723fe1b-bd33-4b89-84fc-7218303e2bad', 'feffbe3e-f188-42c7-80b5-1626009929f3', '3a8a77c0-eb96-4148-bdb8-6854c4b55129'], 'group_ids': ['3f8dc68e-1458-4199-9641-6781960e085e', '8585fe89-a050-4dbb-beb8-6ebd7358a970', 'd2542667-0dbf-4680-a5af-042d70f24a55', '2b5267b2-ce87-4e77-ad88-5cfec80496b9', '483c3416-ddfb-43fe-983b-08abb6b50c62', '1582d056-55fb-403b-8a65-f3b641c96b69', 'be95bdcc-e72a-4132-8a67-9dde9bad5e2a', '0a3412da-5f73-4738-8364-15d5919750f3', '197da27d-0497-40b5-b2f8-cec4124d32f6', 'a031d9a8-e433-45cf-826a-8881644f8eac', '02702bf3-261c-41e0-a22d-26d3e90493a3', '3b149bfe-31c5-4991-bd6c-ba4c760089d4', 'b6ae5e37-db6a-4b79-949f-be73b216f677', 'bfb708e4-18eb-47b5-afde-737f16721e9a', 'f02032d3-3d60-4cb1-acac-855c229646c3', '96b24666-85f2-4f70-ae59-f5a924cc045f', 'f7701275-cebc-482b-ac31-9cfcd93937c3', 'fcfe4ee2-b247-4244-8cfc-f3d98d219fea', 'c6b6d415-323e-46c1-859e-be86fd36ec48', 'e53216bf-9815-42c7-89c1-953a7b1289a3', '5eeef2ff-1616-43bb-a0c1-aa84ad551824', '59ccfdeb-8a8a-4693-b4fa-27034192071c', '849f1551-604a-4b5c-9b5d-e2771eed488c', 'cf5d1920-9618-43f3-8dac-53954d19a956', '0a5c0100-9500-46a5-a7be-40d03fc5dfe9', '4d0bf08e-3dda-4a2e-8213-72a020873a03', 'e48c8995-6a64-45c1-ae62-ba96fcc01542', '0ef5fdd2-718c-47d2-88bc-2d0193b18530', '8302b674-c728-42d2-9ba3-908b4d970436', '604dd8b8-175a-4a74-93d2-28760f1d1835', '26c5277c-440a-4dea-b625-beb986cff673', '8e33adf0-5932-4535-90c7-10fa04e97201', '1ef34494-4d48-4b69-9819-a22c5870fc24', 'b2b8d7aa-06e8-4ed5-bc9b-cb9ce0e81309', 'e4017ee0-6141-4145-816f-ed68ee6931bc', '84d32175-8cb8-4fb0-95cc-6ae13d40aaaa', '27489e34-b04c-410e-99a2-0d93e2e42fbf', 'e5e8565f-80e2-4462-b687-56f6d64f95e4', '27accc37-c3fd-465f-99cd-3e131081aeca', '32e112bd-5495-4399-85dd-1925e1ccbba5', 'dc50ca43-5071-45b3-bf42-e1e64416ffd0', '950a6345-5a13-4931-8d82-eac6adef03e3', '700640e7-0de3-49dc-b441-4efff8ad33ba', '5f35e542-a8cf-4422-8e87-466cdca62864', 'f50cb362-2f86-44eb-89e6-bea6ecbaf89f', '31a7cbe0-6aa6-403b-a561-6bc4fa81c0b1', '853de4bd-6f6a-4d1d-980a-b67eb1b0e876', 'cd0fa4e0-2d24-4b35-918a-33baa736015e', '933baf03-3664-4c33-bd97-208a9f7ab78b', '55bae3db-5f62-4be3-823a-bcb429b8a2b2', '4754b85b-e7a6-41a8-b0e9-5e02c58ebc38', '33f4fc73-102d-492e-9b0a-383d0b0f68b0', 'fa8914be-0986-460c-884d-9973a9622045', 'b9f734fa-de0d-4a0b-9ce2-c092126e1d8d', '448f3335-cf11-4e7a-9939-c734861d16e3', '106775db-a00d-4956-bf27-97ea269bb001', '594cd6c0-17db-4241-be56-ad28a8db4f7b', '95f7b67d-3ba8-4d18-bcbb-3e02f7bfaf7a', '594cd6c0-17db-4241-be56-ad28a8db4f7b', '95f7b67d-3ba8-4d18-bcbb-3e02f7bfaf7a']}} +Trying for person: 0633bb08-c971-4fd2-9849-99b20ae1a25c +With payload: {'payload': {'person_ids': ['afafdd9d-5dd9-4065-8876-304c5aead878', '2d5b81f4-d268-447e-806d-56ea1bed11d5', '6824bf49-c00b-4391-8d2b-8ad523bdf81e', '4ef4054a-2673-4b8b-ae97-485a4e3f5787', '55498b66-5616-4f7c-a29c-9506e3d537cf', '0f4eebaf-793e-4267-9497-17fba27986ea', '94ed3338-37a8-4e84-8e33-229109d61a0f', '4f1c1304-ad6c-4ea6-83f6-c91f363df326', '33362a6f-5515-4d90-b32d-3083d7b7c4d4', '781d706e-3a9f-44dd-acca-2d0570b41544', '58028ff3-4fb3-453b-8cc3-14c831977da4', '996344fe-d544-4ee2-a132-4dcfd923abf1', '56d52d1f-7eee-4f32-ac89-7bbf6c668cdd', '676e5121-7530-4b67-ab68-d4b453f6de1e', 'baf1c792-3a87-4357-a93b-871eaabc0ab0', '00969b3e-de91-4133-aa05-421a75651508', '87c4fed6-166e-447a-b542-fb0403188fba', '15de19d9-e435-44d6-9586-bbaafac90667', 'f67c2064-cb30-4b5d-9ad3-f3e42c5631ea', 'c84a13e9-950f-4109-a7e4-a2412fb6889b', '1d579f1e-cae7-4866-9669-19074dfe8793', 'fd6bc3ff-5416-418f-928c-4d1a5e96c651', '7723fe1b-bd33-4b89-84fc-7218303e2bad', 'feffbe3e-f188-42c7-80b5-1626009929f3', '3a8a77c0-eb96-4148-bdb8-6854c4b55129'], 'group_ids': ['3f8dc68e-1458-4199-9641-6781960e085e', '8585fe89-a050-4dbb-beb8-6ebd7358a970', 'd2542667-0dbf-4680-a5af-042d70f24a55', '2b5267b2-ce87-4e77-ad88-5cfec80496b9', '483c3416-ddfb-43fe-983b-08abb6b50c62', '1582d056-55fb-403b-8a65-f3b641c96b69', 'be95bdcc-e72a-4132-8a67-9dde9bad5e2a', '0a3412da-5f73-4738-8364-15d5919750f3', '197da27d-0497-40b5-b2f8-cec4124d32f6', 'a031d9a8-e433-45cf-826a-8881644f8eac', '02702bf3-261c-41e0-a22d-26d3e90493a3', '3b149bfe-31c5-4991-bd6c-ba4c760089d4', 'b6ae5e37-db6a-4b79-949f-be73b216f677', 'bfb708e4-18eb-47b5-afde-737f16721e9a', 'f02032d3-3d60-4cb1-acac-855c229646c3', '96b24666-85f2-4f70-ae59-f5a924cc045f', 'f7701275-cebc-482b-ac31-9cfcd93937c3', 'fcfe4ee2-b247-4244-8cfc-f3d98d219fea', 'c6b6d415-323e-46c1-859e-be86fd36ec48', 'e53216bf-9815-42c7-89c1-953a7b1289a3', '5eeef2ff-1616-43bb-a0c1-aa84ad551824', '59ccfdeb-8a8a-4693-b4fa-27034192071c', '849f1551-604a-4b5c-9b5d-e2771eed488c', 'cf5d1920-9618-43f3-8dac-53954d19a956', '0a5c0100-9500-46a5-a7be-40d03fc5dfe9', '4d0bf08e-3dda-4a2e-8213-72a020873a03', 'e48c8995-6a64-45c1-ae62-ba96fcc01542', '0ef5fdd2-718c-47d2-88bc-2d0193b18530', '8302b674-c728-42d2-9ba3-908b4d970436', '604dd8b8-175a-4a74-93d2-28760f1d1835', '26c5277c-440a-4dea-b625-beb986cff673', '8e33adf0-5932-4535-90c7-10fa04e97201', '1ef34494-4d48-4b69-9819-a22c5870fc24', 'b2b8d7aa-06e8-4ed5-bc9b-cb9ce0e81309', 'e4017ee0-6141-4145-816f-ed68ee6931bc', '84d32175-8cb8-4fb0-95cc-6ae13d40aaaa', '27489e34-b04c-410e-99a2-0d93e2e42fbf', 'e5e8565f-80e2-4462-b687-56f6d64f95e4', '27accc37-c3fd-465f-99cd-3e131081aeca', '32e112bd-5495-4399-85dd-1925e1ccbba5', 'dc50ca43-5071-45b3-bf42-e1e64416ffd0', '950a6345-5a13-4931-8d82-eac6adef03e3', '700640e7-0de3-49dc-b441-4efff8ad33ba', '5f35e542-a8cf-4422-8e87-466cdca62864', 'f50cb362-2f86-44eb-89e6-bea6ecbaf89f', '31a7cbe0-6aa6-403b-a561-6bc4fa81c0b1', '853de4bd-6f6a-4d1d-980a-b67eb1b0e876', 'cd0fa4e0-2d24-4b35-918a-33baa736015e', '933baf03-3664-4c33-bd97-208a9f7ab78b', '55bae3db-5f62-4be3-823a-bcb429b8a2b2', '4754b85b-e7a6-41a8-b0e9-5e02c58ebc38', '33f4fc73-102d-492e-9b0a-383d0b0f68b0', 'fa8914be-0986-460c-884d-9973a9622045', 'b9f734fa-de0d-4a0b-9ce2-c092126e1d8d', '448f3335-cf11-4e7a-9939-c734861d16e3', '106775db-a00d-4956-bf27-97ea269bb001', '594cd6c0-17db-4241-be56-ad28a8db4f7b', '95f7b67d-3ba8-4d18-bcbb-3e02f7bfaf7a', '594cd6c0-17db-4241-be56-ad28a8db4f7b', '95f7b67d-3ba8-4d18-bcbb-3e02f7bfaf7a']}} +202 +{"data":{"id":"a3d8d625-f7f3-4615-acba-8d8869fc07e8","type":"batch_actions"}} +Okay, let's see how that went. +{'payload': {'person_ids': ['621bce12-e2f0-4340-b573-8df83713c779', 'f8410b69-f5e7-4fbe-b89c-a405173570ac', '132c6541-10ff-4a47-9a23-cb89f26a7ed7', '82adc395-7141-4de2-9b5f-a9c128bdd00f', '8522f536-b77a-4c4b-8025-d6a10410f20a', 'eb857569-7fde-47f0-b404-db1a3ace1a19', 'daf7691c-5391-4f79-9da6-3ec383f955f0', '242df255-14d0-41b8-ad57-afa4e788bdcf', 'fe356134-45d1-4360-8728-b85daaf4b07f', '1d8ffc86-80f5-4d42-8d3f-c705ee2e1482', '23da9e58-b7fc-40cc-bacb-5ec98b9da3df', 'f4da7725-9c24-4d63-ba9b-fd1962f1fd4e', 'e6954ff8-2fcb-4044-bc8f-423de5b0911d', 'f7ec7cf5-bf70-4af6-b4bb-09891362df3f', '57d62b0f-c935-4974-85c9-1bce08afe567', '29c4a6a5-16e9-42c1-8692-5ce800b30bc9', 'd0648191-211e-4800-8526-91b2e8019b49', 'e4c08d0e-df51-432a-bc6a-648e0cfcb31f', '24dcc76e-23e4-43ce-ad51-06b23f900527', '415515be-c141-4002-83b1-6a6466507278', '998508ee-fc6e-4770-a7b7-19b34eab3f0b', '2beef7d2-7821-4f8b-9f02-63dac27252ad', 'd790b773-2ceb-4cc7-8011-05d1f3a83b1f', '33921abd-474a-469b-a114-a8f5bfec8a1a', '48fd210e-0684-45ca-b29d-3d27ffcc5923'], 'group_ids': ['3f8dc68e-1458-4199-9641-6781960e085e', '8585fe89-a050-4dbb-beb8-6ebd7358a970', 'd2542667-0dbf-4680-a5af-042d70f24a55', '2b5267b2-ce87-4e77-ad88-5cfec80496b9', '483c3416-ddfb-43fe-983b-08abb6b50c62', '1582d056-55fb-403b-8a65-f3b641c96b69', 'be95bdcc-e72a-4132-8a67-9dde9bad5e2a', '0a3412da-5f73-4738-8364-15d5919750f3', '197da27d-0497-40b5-b2f8-cec4124d32f6', 'a031d9a8-e433-45cf-826a-8881644f8eac', '02702bf3-261c-41e0-a22d-26d3e90493a3', '3b149bfe-31c5-4991-bd6c-ba4c760089d4', 'b6ae5e37-db6a-4b79-949f-be73b216f677', 'bfb708e4-18eb-47b5-afde-737f16721e9a', 'f02032d3-3d60-4cb1-acac-855c229646c3', '96b24666-85f2-4f70-ae59-f5a924cc045f', 'f7701275-cebc-482b-ac31-9cfcd93937c3', 'fcfe4ee2-b247-4244-8cfc-f3d98d219fea', 'c6b6d415-323e-46c1-859e-be86fd36ec48', 'e53216bf-9815-42c7-89c1-953a7b1289a3', '5eeef2ff-1616-43bb-a0c1-aa84ad551824', '59ccfdeb-8a8a-4693-b4fa-27034192071c', '849f1551-604a-4b5c-9b5d-e2771eed488c', 'cf5d1920-9618-43f3-8dac-53954d19a956', '0a5c0100-9500-46a5-a7be-40d03fc5dfe9', '4d0bf08e-3dda-4a2e-8213-72a020873a03', 'e48c8995-6a64-45c1-ae62-ba96fcc01542', '0ef5fdd2-718c-47d2-88bc-2d0193b18530', '8302b674-c728-42d2-9ba3-908b4d970436', '604dd8b8-175a-4a74-93d2-28760f1d1835', '26c5277c-440a-4dea-b625-beb986cff673', '8e33adf0-5932-4535-90c7-10fa04e97201', '1ef34494-4d48-4b69-9819-a22c5870fc24', 'b2b8d7aa-06e8-4ed5-bc9b-cb9ce0e81309', 'e4017ee0-6141-4145-816f-ed68ee6931bc', '84d32175-8cb8-4fb0-95cc-6ae13d40aaaa', '27489e34-b04c-410e-99a2-0d93e2e42fbf', 'e5e8565f-80e2-4462-b687-56f6d64f95e4', '27accc37-c3fd-465f-99cd-3e131081aeca', '32e112bd-5495-4399-85dd-1925e1ccbba5', 'dc50ca43-5071-45b3-bf42-e1e64416ffd0', '950a6345-5a13-4931-8d82-eac6adef03e3', '700640e7-0de3-49dc-b441-4efff8ad33ba', '5f35e542-a8cf-4422-8e87-466cdca62864', 'f50cb362-2f86-44eb-89e6-bea6ecbaf89f', '31a7cbe0-6aa6-403b-a561-6bc4fa81c0b1', '853de4bd-6f6a-4d1d-980a-b67eb1b0e876', 'cd0fa4e0-2d24-4b35-918a-33baa736015e', '933baf03-3664-4c33-bd97-208a9f7ab78b', '55bae3db-5f62-4be3-823a-bcb429b8a2b2', '4754b85b-e7a6-41a8-b0e9-5e02c58ebc38', '33f4fc73-102d-492e-9b0a-383d0b0f68b0', 'fa8914be-0986-460c-884d-9973a9622045', 'b9f734fa-de0d-4a0b-9ce2-c092126e1d8d', '448f3335-cf11-4e7a-9939-c734861d16e3', '106775db-a00d-4956-bf27-97ea269bb001', '594cd6c0-17db-4241-be56-ad28a8db4f7b', '95f7b67d-3ba8-4d18-bcbb-3e02f7bfaf7a', '594cd6c0-17db-4241-be56-ad28a8db4f7b', '95f7b67d-3ba8-4d18-bcbb-3e02f7bfaf7a']}} +Trying for person: 0633bb08-c971-4fd2-9849-99b20ae1a25c +With payload: {'payload': {'person_ids': ['621bce12-e2f0-4340-b573-8df83713c779', 'f8410b69-f5e7-4fbe-b89c-a405173570ac', '132c6541-10ff-4a47-9a23-cb89f26a7ed7', '82adc395-7141-4de2-9b5f-a9c128bdd00f', '8522f536-b77a-4c4b-8025-d6a10410f20a', 'eb857569-7fde-47f0-b404-db1a3ace1a19', 'daf7691c-5391-4f79-9da6-3ec383f955f0', '242df255-14d0-41b8-ad57-afa4e788bdcf', 'fe356134-45d1-4360-8728-b85daaf4b07f', '1d8ffc86-80f5-4d42-8d3f-c705ee2e1482', '23da9e58-b7fc-40cc-bacb-5ec98b9da3df', 'f4da7725-9c24-4d63-ba9b-fd1962f1fd4e', 'e6954ff8-2fcb-4044-bc8f-423de5b0911d', 'f7ec7cf5-bf70-4af6-b4bb-09891362df3f', '57d62b0f-c935-4974-85c9-1bce08afe567', '29c4a6a5-16e9-42c1-8692-5ce800b30bc9', 'd0648191-211e-4800-8526-91b2e8019b49', 'e4c08d0e-df51-432a-bc6a-648e0cfcb31f', '24dcc76e-23e4-43ce-ad51-06b23f900527', '415515be-c141-4002-83b1-6a6466507278', '998508ee-fc6e-4770-a7b7-19b34eab3f0b', '2beef7d2-7821-4f8b-9f02-63dac27252ad', 'd790b773-2ceb-4cc7-8011-05d1f3a83b1f', '33921abd-474a-469b-a114-a8f5bfec8a1a', '48fd210e-0684-45ca-b29d-3d27ffcc5923'], 'group_ids': ['3f8dc68e-1458-4199-9641-6781960e085e', '8585fe89-a050-4dbb-beb8-6ebd7358a970', 'd2542667-0dbf-4680-a5af-042d70f24a55', '2b5267b2-ce87-4e77-ad88-5cfec80496b9', '483c3416-ddfb-43fe-983b-08abb6b50c62', '1582d056-55fb-403b-8a65-f3b641c96b69', 'be95bdcc-e72a-4132-8a67-9dde9bad5e2a', '0a3412da-5f73-4738-8364-15d5919750f3', '197da27d-0497-40b5-b2f8-cec4124d32f6', 'a031d9a8-e433-45cf-826a-8881644f8eac', '02702bf3-261c-41e0-a22d-26d3e90493a3', '3b149bfe-31c5-4991-bd6c-ba4c760089d4', 'b6ae5e37-db6a-4b79-949f-be73b216f677', 'bfb708e4-18eb-47b5-afde-737f16721e9a', 'f02032d3-3d60-4cb1-acac-855c229646c3', '96b24666-85f2-4f70-ae59-f5a924cc045f', 'f7701275-cebc-482b-ac31-9cfcd93937c3', 'fcfe4ee2-b247-4244-8cfc-f3d98d219fea', 'c6b6d415-323e-46c1-859e-be86fd36ec48', 'e53216bf-9815-42c7-89c1-953a7b1289a3', '5eeef2ff-1616-43bb-a0c1-aa84ad551824', '59ccfdeb-8a8a-4693-b4fa-27034192071c', '849f1551-604a-4b5c-9b5d-e2771eed488c', 'cf5d1920-9618-43f3-8dac-53954d19a956', '0a5c0100-9500-46a5-a7be-40d03fc5dfe9', '4d0bf08e-3dda-4a2e-8213-72a020873a03', 'e48c8995-6a64-45c1-ae62-ba96fcc01542', '0ef5fdd2-718c-47d2-88bc-2d0193b18530', '8302b674-c728-42d2-9ba3-908b4d970436', '604dd8b8-175a-4a74-93d2-28760f1d1835', '26c5277c-440a-4dea-b625-beb986cff673', '8e33adf0-5932-4535-90c7-10fa04e97201', '1ef34494-4d48-4b69-9819-a22c5870fc24', 'b2b8d7aa-06e8-4ed5-bc9b-cb9ce0e81309', 'e4017ee0-6141-4145-816f-ed68ee6931bc', '84d32175-8cb8-4fb0-95cc-6ae13d40aaaa', '27489e34-b04c-410e-99a2-0d93e2e42fbf', 'e5e8565f-80e2-4462-b687-56f6d64f95e4', '27accc37-c3fd-465f-99cd-3e131081aeca', '32e112bd-5495-4399-85dd-1925e1ccbba5', 'dc50ca43-5071-45b3-bf42-e1e64416ffd0', '950a6345-5a13-4931-8d82-eac6adef03e3', '700640e7-0de3-49dc-b441-4efff8ad33ba', '5f35e542-a8cf-4422-8e87-466cdca62864', 'f50cb362-2f86-44eb-89e6-bea6ecbaf89f', '31a7cbe0-6aa6-403b-a561-6bc4fa81c0b1', '853de4bd-6f6a-4d1d-980a-b67eb1b0e876', 'cd0fa4e0-2d24-4b35-918a-33baa736015e', '933baf03-3664-4c33-bd97-208a9f7ab78b', '55bae3db-5f62-4be3-823a-bcb429b8a2b2', '4754b85b-e7a6-41a8-b0e9-5e02c58ebc38', '33f4fc73-102d-492e-9b0a-383d0b0f68b0', 'fa8914be-0986-460c-884d-9973a9622045', 'b9f734fa-de0d-4a0b-9ce2-c092126e1d8d', '448f3335-cf11-4e7a-9939-c734861d16e3', '106775db-a00d-4956-bf27-97ea269bb001', '594cd6c0-17db-4241-be56-ad28a8db4f7b', '95f7b67d-3ba8-4d18-bcbb-3e02f7bfaf7a', '594cd6c0-17db-4241-be56-ad28a8db4f7b', '95f7b67d-3ba8-4d18-bcbb-3e02f7bfaf7a']}} +202 +{"data":{"id":"8eaee6cc-10bd-475a-a9a6-b2f70658bbac","type":"batch_actions"}} +Okay, let's see how that went. +{'payload': {'person_ids': ['7be60e36-a86d-4dfd-aaac-deb01afcf9bc', '4b7f75e4-d708-45d6-82e8-17e6ab98ba69', '07f30e75-5a77-4b29-897b-caf9833b526b', '303fccc3-cf87-4890-987a-4c246514a4cb', 'e0c85f8e-e03d-43b0-94dc-1aaf573a09b0', '5c149b67-f64a-4ca9-810d-39746c9ec892', '9d350ea8-33c1-49d5-99df-066fbbabfa7d', 'e29f6842-ac5b-4d8b-9a58-54488df62e8b', 'f22a93cd-e419-4c8b-b8ca-0fc44e8a01d3', '2197fdea-28c7-40f2-80d3-067617511c7f', 'b1d14179-6287-4e4f-b199-cbe0e820a09a', '3b03ab01-d458-4617-83e7-1c6444421d82', 'cd844391-f786-4ea1-bccb-80b1b3a88eba', '964fce35-c10a-458e-b774-d5d36f9f90a3', '9206f9d4-6a43-4418-bfa4-fdc2e80cb601', '00844733-959c-4182-9f23-277f165e1991', '222f8edc-cdca-4638-b93b-57b62cca9bc9', '82b877c2-fba9-47d6-a73d-7e7a73fb9127', '2ee1c1d9-d332-49c0-b186-50dbdffcc5da', 'ae1cd5bf-b85e-45c7-b087-136f3099dbff', 'a30b533d-c1b6-44ce-a67f-31a1f20a2bf6', '603be042-5434-4482-a1a5-ba3f4f351b0b', '53a70521-9bab-4177-9ec7-21d38ec52da3', '8aa5d835-2a94-437e-9482-8cefbc7f73c5', '5f8c5f02-722c-46a6-b6cd-7fc991ba91fe'], 'group_ids': ['3f8dc68e-1458-4199-9641-6781960e085e', '8585fe89-a050-4dbb-beb8-6ebd7358a970', 'd2542667-0dbf-4680-a5af-042d70f24a55', '2b5267b2-ce87-4e77-ad88-5cfec80496b9', '483c3416-ddfb-43fe-983b-08abb6b50c62', '1582d056-55fb-403b-8a65-f3b641c96b69', 'be95bdcc-e72a-4132-8a67-9dde9bad5e2a', '0a3412da-5f73-4738-8364-15d5919750f3', '197da27d-0497-40b5-b2f8-cec4124d32f6', 'a031d9a8-e433-45cf-826a-8881644f8eac', '02702bf3-261c-41e0-a22d-26d3e90493a3', '3b149bfe-31c5-4991-bd6c-ba4c760089d4', 'b6ae5e37-db6a-4b79-949f-be73b216f677', 'bfb708e4-18eb-47b5-afde-737f16721e9a', 'f02032d3-3d60-4cb1-acac-855c229646c3', '96b24666-85f2-4f70-ae59-f5a924cc045f', 'f7701275-cebc-482b-ac31-9cfcd93937c3', 'fcfe4ee2-b247-4244-8cfc-f3d98d219fea', 'c6b6d415-323e-46c1-859e-be86fd36ec48', 'e53216bf-9815-42c7-89c1-953a7b1289a3', '5eeef2ff-1616-43bb-a0c1-aa84ad551824', '59ccfdeb-8a8a-4693-b4fa-27034192071c', '849f1551-604a-4b5c-9b5d-e2771eed488c', 'cf5d1920-9618-43f3-8dac-53954d19a956', '0a5c0100-9500-46a5-a7be-40d03fc5dfe9', '4d0bf08e-3dda-4a2e-8213-72a020873a03', 'e48c8995-6a64-45c1-ae62-ba96fcc01542', '0ef5fdd2-718c-47d2-88bc-2d0193b18530', '8302b674-c728-42d2-9ba3-908b4d970436', '604dd8b8-175a-4a74-93d2-28760f1d1835', '26c5277c-440a-4dea-b625-beb986cff673', '8e33adf0-5932-4535-90c7-10fa04e97201', '1ef34494-4d48-4b69-9819-a22c5870fc24', 'b2b8d7aa-06e8-4ed5-bc9b-cb9ce0e81309', 'e4017ee0-6141-4145-816f-ed68ee6931bc', '84d32175-8cb8-4fb0-95cc-6ae13d40aaaa', '27489e34-b04c-410e-99a2-0d93e2e42fbf', 'e5e8565f-80e2-4462-b687-56f6d64f95e4', '27accc37-c3fd-465f-99cd-3e131081aeca', '32e112bd-5495-4399-85dd-1925e1ccbba5', 'dc50ca43-5071-45b3-bf42-e1e64416ffd0', '950a6345-5a13-4931-8d82-eac6adef03e3', '700640e7-0de3-49dc-b441-4efff8ad33ba', '5f35e542-a8cf-4422-8e87-466cdca62864', 'f50cb362-2f86-44eb-89e6-bea6ecbaf89f', '31a7cbe0-6aa6-403b-a561-6bc4fa81c0b1', '853de4bd-6f6a-4d1d-980a-b67eb1b0e876', 'cd0fa4e0-2d24-4b35-918a-33baa736015e', '933baf03-3664-4c33-bd97-208a9f7ab78b', '55bae3db-5f62-4be3-823a-bcb429b8a2b2', '4754b85b-e7a6-41a8-b0e9-5e02c58ebc38', '33f4fc73-102d-492e-9b0a-383d0b0f68b0', 'fa8914be-0986-460c-884d-9973a9622045', 'b9f734fa-de0d-4a0b-9ce2-c092126e1d8d', '448f3335-cf11-4e7a-9939-c734861d16e3', '106775db-a00d-4956-bf27-97ea269bb001', '594cd6c0-17db-4241-be56-ad28a8db4f7b', '95f7b67d-3ba8-4d18-bcbb-3e02f7bfaf7a', '594cd6c0-17db-4241-be56-ad28a8db4f7b', '95f7b67d-3ba8-4d18-bcbb-3e02f7bfaf7a']}} +Trying for person: 0633bb08-c971-4fd2-9849-99b20ae1a25c +With payload: {'payload': {'person_ids': ['7be60e36-a86d-4dfd-aaac-deb01afcf9bc', '4b7f75e4-d708-45d6-82e8-17e6ab98ba69', '07f30e75-5a77-4b29-897b-caf9833b526b', '303fccc3-cf87-4890-987a-4c246514a4cb', 'e0c85f8e-e03d-43b0-94dc-1aaf573a09b0', '5c149b67-f64a-4ca9-810d-39746c9ec892', '9d350ea8-33c1-49d5-99df-066fbbabfa7d', 'e29f6842-ac5b-4d8b-9a58-54488df62e8b', 'f22a93cd-e419-4c8b-b8ca-0fc44e8a01d3', '2197fdea-28c7-40f2-80d3-067617511c7f', 'b1d14179-6287-4e4f-b199-cbe0e820a09a', '3b03ab01-d458-4617-83e7-1c6444421d82', 'cd844391-f786-4ea1-bccb-80b1b3a88eba', '964fce35-c10a-458e-b774-d5d36f9f90a3', '9206f9d4-6a43-4418-bfa4-fdc2e80cb601', '00844733-959c-4182-9f23-277f165e1991', '222f8edc-cdca-4638-b93b-57b62cca9bc9', '82b877c2-fba9-47d6-a73d-7e7a73fb9127', '2ee1c1d9-d332-49c0-b186-50dbdffcc5da', 'ae1cd5bf-b85e-45c7-b087-136f3099dbff', 'a30b533d-c1b6-44ce-a67f-31a1f20a2bf6', '603be042-5434-4482-a1a5-ba3f4f351b0b', '53a70521-9bab-4177-9ec7-21d38ec52da3', '8aa5d835-2a94-437e-9482-8cefbc7f73c5', '5f8c5f02-722c-46a6-b6cd-7fc991ba91fe'], 'group_ids': ['3f8dc68e-1458-4199-9641-6781960e085e', '8585fe89-a050-4dbb-beb8-6ebd7358a970', 'd2542667-0dbf-4680-a5af-042d70f24a55', '2b5267b2-ce87-4e77-ad88-5cfec80496b9', '483c3416-ddfb-43fe-983b-08abb6b50c62', '1582d056-55fb-403b-8a65-f3b641c96b69', 'be95bdcc-e72a-4132-8a67-9dde9bad5e2a', '0a3412da-5f73-4738-8364-15d5919750f3', '197da27d-0497-40b5-b2f8-cec4124d32f6', 'a031d9a8-e433-45cf-826a-8881644f8eac', '02702bf3-261c-41e0-a22d-26d3e90493a3', '3b149bfe-31c5-4991-bd6c-ba4c760089d4', 'b6ae5e37-db6a-4b79-949f-be73b216f677', 'bfb708e4-18eb-47b5-afde-737f16721e9a', 'f02032d3-3d60-4cb1-acac-855c229646c3', '96b24666-85f2-4f70-ae59-f5a924cc045f', 'f7701275-cebc-482b-ac31-9cfcd93937c3', 'fcfe4ee2-b247-4244-8cfc-f3d98d219fea', 'c6b6d415-323e-46c1-859e-be86fd36ec48', 'e53216bf-9815-42c7-89c1-953a7b1289a3', '5eeef2ff-1616-43bb-a0c1-aa84ad551824', '59ccfdeb-8a8a-4693-b4fa-27034192071c', '849f1551-604a-4b5c-9b5d-e2771eed488c', 'cf5d1920-9618-43f3-8dac-53954d19a956', '0a5c0100-9500-46a5-a7be-40d03fc5dfe9', '4d0bf08e-3dda-4a2e-8213-72a020873a03', 'e48c8995-6a64-45c1-ae62-ba96fcc01542', '0ef5fdd2-718c-47d2-88bc-2d0193b18530', '8302b674-c728-42d2-9ba3-908b4d970436', '604dd8b8-175a-4a74-93d2-28760f1d1835', '26c5277c-440a-4dea-b625-beb986cff673', '8e33adf0-5932-4535-90c7-10fa04e97201', '1ef34494-4d48-4b69-9819-a22c5870fc24', 'b2b8d7aa-06e8-4ed5-bc9b-cb9ce0e81309', 'e4017ee0-6141-4145-816f-ed68ee6931bc', '84d32175-8cb8-4fb0-95cc-6ae13d40aaaa', '27489e34-b04c-410e-99a2-0d93e2e42fbf', 'e5e8565f-80e2-4462-b687-56f6d64f95e4', '27accc37-c3fd-465f-99cd-3e131081aeca', '32e112bd-5495-4399-85dd-1925e1ccbba5', 'dc50ca43-5071-45b3-bf42-e1e64416ffd0', '950a6345-5a13-4931-8d82-eac6adef03e3', '700640e7-0de3-49dc-b441-4efff8ad33ba', '5f35e542-a8cf-4422-8e87-466cdca62864', 'f50cb362-2f86-44eb-89e6-bea6ecbaf89f', '31a7cbe0-6aa6-403b-a561-6bc4fa81c0b1', '853de4bd-6f6a-4d1d-980a-b67eb1b0e876', 'cd0fa4e0-2d24-4b35-918a-33baa736015e', '933baf03-3664-4c33-bd97-208a9f7ab78b', '55bae3db-5f62-4be3-823a-bcb429b8a2b2', '4754b85b-e7a6-41a8-b0e9-5e02c58ebc38', '33f4fc73-102d-492e-9b0a-383d0b0f68b0', 'fa8914be-0986-460c-884d-9973a9622045', 'b9f734fa-de0d-4a0b-9ce2-c092126e1d8d', '448f3335-cf11-4e7a-9939-c734861d16e3', '106775db-a00d-4956-bf27-97ea269bb001', '594cd6c0-17db-4241-be56-ad28a8db4f7b', '95f7b67d-3ba8-4d18-bcbb-3e02f7bfaf7a', '594cd6c0-17db-4241-be56-ad28a8db4f7b', '95f7b67d-3ba8-4d18-bcbb-3e02f7bfaf7a']}} +202 +{"data":{"id":"2c12f3dd-fd81-4b53-9451-9cf49a8b1b94","type":"batch_actions"}} +Okay, let's see how that went. +{'payload': {'person_ids': ['9a69f913-d065-4bd1-8c8f-306b99253077', '6eeacf18-15c7-46c4-98c9-e4cc38d4d927', 'f8e2668e-da42-426d-bfd7-7302958acaa8', '134358ea-c9b0-4a7a-94f1-13c58e55a0ee', '8728c40f-b943-40c5-a2fe-26225cb41eae', '575ba093-7bf8-4702-a46d-27a3783310ea', 'd5d06c6d-d1af-4340-8ed1-ddd9c4aaa005', 'f6f2f233-24db-4541-ab55-813c547b3132', '05e5d881-3896-4ba1-9a78-7eac2518d89c', '3d73474f-5b7e-443a-9a9e-be33333d4a82', 'c2bae366-64c9-4bd0-a7d1-251971b65c61', '32db9bd3-30aa-4b7f-add3-27adc42db1be', '9b7acd6b-c1c3-43ec-8578-0a4ba752c44f', '01514376-77b2-4432-8ee4-6f303969318d', '1703965c-a6d4-4b33-8389-92ad9acad858', '3f3e16ac-28da-4d5d-803a-97f3bc4cda8f', 'd56bbe1d-2d58-4fea-a84e-3eab4d30f665', '044fb66b-2232-415d-bc47-1c309419ff4a', 'f528c291-d2e6-4fd3-9253-24fd9a2a04b3', '138a9b94-56fe-4730-8b3f-b6f678d42922', '117f2aaf-30bb-4b92-b9b2-42a8ae0d72e9', 'f250d932-5bb2-472c-98b3-f5fc3ed1254b', 'd334a708-4512-4550-ac1e-0d0b1d4020b9', '573be4c2-3b02-4c88-8d29-c170e33d951e', 'ee18a795-4c0e-4e3a-accf-9018035a0195'], 'group_ids': ['3f8dc68e-1458-4199-9641-6781960e085e', '8585fe89-a050-4dbb-beb8-6ebd7358a970', 'd2542667-0dbf-4680-a5af-042d70f24a55', '2b5267b2-ce87-4e77-ad88-5cfec80496b9', '483c3416-ddfb-43fe-983b-08abb6b50c62', '1582d056-55fb-403b-8a65-f3b641c96b69', 'be95bdcc-e72a-4132-8a67-9dde9bad5e2a', '0a3412da-5f73-4738-8364-15d5919750f3', '197da27d-0497-40b5-b2f8-cec4124d32f6', 'a031d9a8-e433-45cf-826a-8881644f8eac', '02702bf3-261c-41e0-a22d-26d3e90493a3', '3b149bfe-31c5-4991-bd6c-ba4c760089d4', 'b6ae5e37-db6a-4b79-949f-be73b216f677', 'bfb708e4-18eb-47b5-afde-737f16721e9a', 'f02032d3-3d60-4cb1-acac-855c229646c3', '96b24666-85f2-4f70-ae59-f5a924cc045f', 'f7701275-cebc-482b-ac31-9cfcd93937c3', 'fcfe4ee2-b247-4244-8cfc-f3d98d219fea', 'c6b6d415-323e-46c1-859e-be86fd36ec48', 'e53216bf-9815-42c7-89c1-953a7b1289a3', '5eeef2ff-1616-43bb-a0c1-aa84ad551824', '59ccfdeb-8a8a-4693-b4fa-27034192071c', '849f1551-604a-4b5c-9b5d-e2771eed488c', 'cf5d1920-9618-43f3-8dac-53954d19a956', '0a5c0100-9500-46a5-a7be-40d03fc5dfe9', '4d0bf08e-3dda-4a2e-8213-72a020873a03', 'e48c8995-6a64-45c1-ae62-ba96fcc01542', '0ef5fdd2-718c-47d2-88bc-2d0193b18530', '8302b674-c728-42d2-9ba3-908b4d970436', '604dd8b8-175a-4a74-93d2-28760f1d1835', '26c5277c-440a-4dea-b625-beb986cff673', '8e33adf0-5932-4535-90c7-10fa04e97201', '1ef34494-4d48-4b69-9819-a22c5870fc24', 'b2b8d7aa-06e8-4ed5-bc9b-cb9ce0e81309', 'e4017ee0-6141-4145-816f-ed68ee6931bc', '84d32175-8cb8-4fb0-95cc-6ae13d40aaaa', '27489e34-b04c-410e-99a2-0d93e2e42fbf', 'e5e8565f-80e2-4462-b687-56f6d64f95e4', '27accc37-c3fd-465f-99cd-3e131081aeca', '32e112bd-5495-4399-85dd-1925e1ccbba5', 'dc50ca43-5071-45b3-bf42-e1e64416ffd0', '950a6345-5a13-4931-8d82-eac6adef03e3', '700640e7-0de3-49dc-b441-4efff8ad33ba', '5f35e542-a8cf-4422-8e87-466cdca62864', 'f50cb362-2f86-44eb-89e6-bea6ecbaf89f', '31a7cbe0-6aa6-403b-a561-6bc4fa81c0b1', '853de4bd-6f6a-4d1d-980a-b67eb1b0e876', 'cd0fa4e0-2d24-4b35-918a-33baa736015e', '933baf03-3664-4c33-bd97-208a9f7ab78b', '55bae3db-5f62-4be3-823a-bcb429b8a2b2', '4754b85b-e7a6-41a8-b0e9-5e02c58ebc38', '33f4fc73-102d-492e-9b0a-383d0b0f68b0', 'fa8914be-0986-460c-884d-9973a9622045', 'b9f734fa-de0d-4a0b-9ce2-c092126e1d8d', '448f3335-cf11-4e7a-9939-c734861d16e3', '106775db-a00d-4956-bf27-97ea269bb001', '594cd6c0-17db-4241-be56-ad28a8db4f7b', '95f7b67d-3ba8-4d18-bcbb-3e02f7bfaf7a', '594cd6c0-17db-4241-be56-ad28a8db4f7b', '95f7b67d-3ba8-4d18-bcbb-3e02f7bfaf7a']}} +Trying for person: 0633bb08-c971-4fd2-9849-99b20ae1a25c +With payload: {'payload': {'person_ids': ['9a69f913-d065-4bd1-8c8f-306b99253077', '6eeacf18-15c7-46c4-98c9-e4cc38d4d927', 'f8e2668e-da42-426d-bfd7-7302958acaa8', '134358ea-c9b0-4a7a-94f1-13c58e55a0ee', '8728c40f-b943-40c5-a2fe-26225cb41eae', '575ba093-7bf8-4702-a46d-27a3783310ea', 'd5d06c6d-d1af-4340-8ed1-ddd9c4aaa005', 'f6f2f233-24db-4541-ab55-813c547b3132', '05e5d881-3896-4ba1-9a78-7eac2518d89c', '3d73474f-5b7e-443a-9a9e-be33333d4a82', 'c2bae366-64c9-4bd0-a7d1-251971b65c61', '32db9bd3-30aa-4b7f-add3-27adc42db1be', '9b7acd6b-c1c3-43ec-8578-0a4ba752c44f', '01514376-77b2-4432-8ee4-6f303969318d', '1703965c-a6d4-4b33-8389-92ad9acad858', '3f3e16ac-28da-4d5d-803a-97f3bc4cda8f', 'd56bbe1d-2d58-4fea-a84e-3eab4d30f665', '044fb66b-2232-415d-bc47-1c309419ff4a', 'f528c291-d2e6-4fd3-9253-24fd9a2a04b3', '138a9b94-56fe-4730-8b3f-b6f678d42922', '117f2aaf-30bb-4b92-b9b2-42a8ae0d72e9', 'f250d932-5bb2-472c-98b3-f5fc3ed1254b', 'd334a708-4512-4550-ac1e-0d0b1d4020b9', '573be4c2-3b02-4c88-8d29-c170e33d951e', 'ee18a795-4c0e-4e3a-accf-9018035a0195'], 'group_ids': ['3f8dc68e-1458-4199-9641-6781960e085e', '8585fe89-a050-4dbb-beb8-6ebd7358a970', 'd2542667-0dbf-4680-a5af-042d70f24a55', '2b5267b2-ce87-4e77-ad88-5cfec80496b9', '483c3416-ddfb-43fe-983b-08abb6b50c62', '1582d056-55fb-403b-8a65-f3b641c96b69', 'be95bdcc-e72a-4132-8a67-9dde9bad5e2a', '0a3412da-5f73-4738-8364-15d5919750f3', '197da27d-0497-40b5-b2f8-cec4124d32f6', 'a031d9a8-e433-45cf-826a-8881644f8eac', '02702bf3-261c-41e0-a22d-26d3e90493a3', '3b149bfe-31c5-4991-bd6c-ba4c760089d4', 'b6ae5e37-db6a-4b79-949f-be73b216f677', 'bfb708e4-18eb-47b5-afde-737f16721e9a', 'f02032d3-3d60-4cb1-acac-855c229646c3', '96b24666-85f2-4f70-ae59-f5a924cc045f', 'f7701275-cebc-482b-ac31-9cfcd93937c3', 'fcfe4ee2-b247-4244-8cfc-f3d98d219fea', 'c6b6d415-323e-46c1-859e-be86fd36ec48', 'e53216bf-9815-42c7-89c1-953a7b1289a3', '5eeef2ff-1616-43bb-a0c1-aa84ad551824', '59ccfdeb-8a8a-4693-b4fa-27034192071c', '849f1551-604a-4b5c-9b5d-e2771eed488c', 'cf5d1920-9618-43f3-8dac-53954d19a956', '0a5c0100-9500-46a5-a7be-40d03fc5dfe9', '4d0bf08e-3dda-4a2e-8213-72a020873a03', 'e48c8995-6a64-45c1-ae62-ba96fcc01542', '0ef5fdd2-718c-47d2-88bc-2d0193b18530', '8302b674-c728-42d2-9ba3-908b4d970436', '604dd8b8-175a-4a74-93d2-28760f1d1835', '26c5277c-440a-4dea-b625-beb986cff673', '8e33adf0-5932-4535-90c7-10fa04e97201', '1ef34494-4d48-4b69-9819-a22c5870fc24', 'b2b8d7aa-06e8-4ed5-bc9b-cb9ce0e81309', 'e4017ee0-6141-4145-816f-ed68ee6931bc', '84d32175-8cb8-4fb0-95cc-6ae13d40aaaa', '27489e34-b04c-410e-99a2-0d93e2e42fbf', 'e5e8565f-80e2-4462-b687-56f6d64f95e4', '27accc37-c3fd-465f-99cd-3e131081aeca', '32e112bd-5495-4399-85dd-1925e1ccbba5', 'dc50ca43-5071-45b3-bf42-e1e64416ffd0', '950a6345-5a13-4931-8d82-eac6adef03e3', '700640e7-0de3-49dc-b441-4efff8ad33ba', '5f35e542-a8cf-4422-8e87-466cdca62864', 'f50cb362-2f86-44eb-89e6-bea6ecbaf89f', '31a7cbe0-6aa6-403b-a561-6bc4fa81c0b1', '853de4bd-6f6a-4d1d-980a-b67eb1b0e876', 'cd0fa4e0-2d24-4b35-918a-33baa736015e', '933baf03-3664-4c33-bd97-208a9f7ab78b', '55bae3db-5f62-4be3-823a-bcb429b8a2b2', '4754b85b-e7a6-41a8-b0e9-5e02c58ebc38', '33f4fc73-102d-492e-9b0a-383d0b0f68b0', 'fa8914be-0986-460c-884d-9973a9622045', 'b9f734fa-de0d-4a0b-9ce2-c092126e1d8d', '448f3335-cf11-4e7a-9939-c734861d16e3', '106775db-a00d-4956-bf27-97ea269bb001', '594cd6c0-17db-4241-be56-ad28a8db4f7b', '95f7b67d-3ba8-4d18-bcbb-3e02f7bfaf7a', '594cd6c0-17db-4241-be56-ad28a8db4f7b', '95f7b67d-3ba8-4d18-bcbb-3e02f7bfaf7a']}} +202 +{"data":{"id":"eab9e53e-8e92-48de-9b78-986751a34a69","type":"batch_actions"}} +Okay, let's see how that went. +{'payload': {'person_ids': ['5acff021-3b6e-4313-a07c-6a000791a093', '71ce9d84-ebd2-4a4c-a074-78ec9070fd22', '59869b4f-a83e-463f-a0d5-241c3b553fc1', '03664560-584c-4b82-b8f2-ec19c083b746', '38a5c677-4443-4d84-8e2d-3cdae3aa0648', '090a8ef5-7987-417f-b50f-12abe955bc7a', 'fb2806ac-a1bf-41fd-bd0c-01f4aed2cf3b', '1d78557e-827a-435f-b496-7fe2a78c402b', '97c2d311-9f33-4899-bcfd-5633be0efda8', 'cff1bfd8-ebbf-4f63-9b9b-95ffea97fbbc', 'fcf0f4cd-4bf1-4be4-a071-84f8055cfa6c', 'cfedb93c-e5f9-48d8-9759-bbfed6b80c36', 'c2a40abd-ccc2-47af-86a0-2fdd616e5612', '5b12d62b-47f1-461b-88c7-022f50430e77', '09e46a25-779d-4abd-9473-83232fb9fb78', 'a83219ba-1124-4dae-a0f1-73ec6e06bf0a', '9367ee67-05e5-4663-a394-2cd3e91655e3', '0633bb08-c971-4fd2-9849-99b20ae1a25c'], 'group_ids': ['3f8dc68e-1458-4199-9641-6781960e085e', '8585fe89-a050-4dbb-beb8-6ebd7358a970', 'd2542667-0dbf-4680-a5af-042d70f24a55', '2b5267b2-ce87-4e77-ad88-5cfec80496b9', '483c3416-ddfb-43fe-983b-08abb6b50c62', '1582d056-55fb-403b-8a65-f3b641c96b69', 'be95bdcc-e72a-4132-8a67-9dde9bad5e2a', '0a3412da-5f73-4738-8364-15d5919750f3', '197da27d-0497-40b5-b2f8-cec4124d32f6', 'a031d9a8-e433-45cf-826a-8881644f8eac', '02702bf3-261c-41e0-a22d-26d3e90493a3', '3b149bfe-31c5-4991-bd6c-ba4c760089d4', 'b6ae5e37-db6a-4b79-949f-be73b216f677', 'bfb708e4-18eb-47b5-afde-737f16721e9a', 'f02032d3-3d60-4cb1-acac-855c229646c3', '96b24666-85f2-4f70-ae59-f5a924cc045f', 'f7701275-cebc-482b-ac31-9cfcd93937c3', 'fcfe4ee2-b247-4244-8cfc-f3d98d219fea', 'c6b6d415-323e-46c1-859e-be86fd36ec48', 'e53216bf-9815-42c7-89c1-953a7b1289a3', '5eeef2ff-1616-43bb-a0c1-aa84ad551824', '59ccfdeb-8a8a-4693-b4fa-27034192071c', '849f1551-604a-4b5c-9b5d-e2771eed488c', 'cf5d1920-9618-43f3-8dac-53954d19a956', '0a5c0100-9500-46a5-a7be-40d03fc5dfe9', '4d0bf08e-3dda-4a2e-8213-72a020873a03', 'e48c8995-6a64-45c1-ae62-ba96fcc01542', '0ef5fdd2-718c-47d2-88bc-2d0193b18530', '8302b674-c728-42d2-9ba3-908b4d970436', '604dd8b8-175a-4a74-93d2-28760f1d1835', '26c5277c-440a-4dea-b625-beb986cff673', '8e33adf0-5932-4535-90c7-10fa04e97201', '1ef34494-4d48-4b69-9819-a22c5870fc24', 'b2b8d7aa-06e8-4ed5-bc9b-cb9ce0e81309', 'e4017ee0-6141-4145-816f-ed68ee6931bc', '84d32175-8cb8-4fb0-95cc-6ae13d40aaaa', '27489e34-b04c-410e-99a2-0d93e2e42fbf', 'e5e8565f-80e2-4462-b687-56f6d64f95e4', '27accc37-c3fd-465f-99cd-3e131081aeca', '32e112bd-5495-4399-85dd-1925e1ccbba5', 'dc50ca43-5071-45b3-bf42-e1e64416ffd0', '950a6345-5a13-4931-8d82-eac6adef03e3', '700640e7-0de3-49dc-b441-4efff8ad33ba', '5f35e542-a8cf-4422-8e87-466cdca62864', 'f50cb362-2f86-44eb-89e6-bea6ecbaf89f', '31a7cbe0-6aa6-403b-a561-6bc4fa81c0b1', '853de4bd-6f6a-4d1d-980a-b67eb1b0e876', 'cd0fa4e0-2d24-4b35-918a-33baa736015e', '933baf03-3664-4c33-bd97-208a9f7ab78b', '55bae3db-5f62-4be3-823a-bcb429b8a2b2', '4754b85b-e7a6-41a8-b0e9-5e02c58ebc38', '33f4fc73-102d-492e-9b0a-383d0b0f68b0', 'fa8914be-0986-460c-884d-9973a9622045', 'b9f734fa-de0d-4a0b-9ce2-c092126e1d8d', '448f3335-cf11-4e7a-9939-c734861d16e3', '106775db-a00d-4956-bf27-97ea269bb001', '594cd6c0-17db-4241-be56-ad28a8db4f7b', '95f7b67d-3ba8-4d18-bcbb-3e02f7bfaf7a', '594cd6c0-17db-4241-be56-ad28a8db4f7b', '95f7b67d-3ba8-4d18-bcbb-3e02f7bfaf7a']}} +Trying for person: 0633bb08-c971-4fd2-9849-99b20ae1a25c +With payload: {'payload': {'person_ids': ['5acff021-3b6e-4313-a07c-6a000791a093', '71ce9d84-ebd2-4a4c-a074-78ec9070fd22', '59869b4f-a83e-463f-a0d5-241c3b553fc1', '03664560-584c-4b82-b8f2-ec19c083b746', '38a5c677-4443-4d84-8e2d-3cdae3aa0648', '090a8ef5-7987-417f-b50f-12abe955bc7a', 'fb2806ac-a1bf-41fd-bd0c-01f4aed2cf3b', '1d78557e-827a-435f-b496-7fe2a78c402b', '97c2d311-9f33-4899-bcfd-5633be0efda8', 'cff1bfd8-ebbf-4f63-9b9b-95ffea97fbbc', 'fcf0f4cd-4bf1-4be4-a071-84f8055cfa6c', 'cfedb93c-e5f9-48d8-9759-bbfed6b80c36', 'c2a40abd-ccc2-47af-86a0-2fdd616e5612', '5b12d62b-47f1-461b-88c7-022f50430e77', '09e46a25-779d-4abd-9473-83232fb9fb78', 'a83219ba-1124-4dae-a0f1-73ec6e06bf0a', '9367ee67-05e5-4663-a394-2cd3e91655e3', '0633bb08-c971-4fd2-9849-99b20ae1a25c'], 'group_ids': ['3f8dc68e-1458-4199-9641-6781960e085e', '8585fe89-a050-4dbb-beb8-6ebd7358a970', 'd2542667-0dbf-4680-a5af-042d70f24a55', '2b5267b2-ce87-4e77-ad88-5cfec80496b9', '483c3416-ddfb-43fe-983b-08abb6b50c62', '1582d056-55fb-403b-8a65-f3b641c96b69', 'be95bdcc-e72a-4132-8a67-9dde9bad5e2a', '0a3412da-5f73-4738-8364-15d5919750f3', '197da27d-0497-40b5-b2f8-cec4124d32f6', 'a031d9a8-e433-45cf-826a-8881644f8eac', '02702bf3-261c-41e0-a22d-26d3e90493a3', '3b149bfe-31c5-4991-bd6c-ba4c760089d4', 'b6ae5e37-db6a-4b79-949f-be73b216f677', 'bfb708e4-18eb-47b5-afde-737f16721e9a', 'f02032d3-3d60-4cb1-acac-855c229646c3', '96b24666-85f2-4f70-ae59-f5a924cc045f', 'f7701275-cebc-482b-ac31-9cfcd93937c3', 'fcfe4ee2-b247-4244-8cfc-f3d98d219fea', 'c6b6d415-323e-46c1-859e-be86fd36ec48', 'e53216bf-9815-42c7-89c1-953a7b1289a3', '5eeef2ff-1616-43bb-a0c1-aa84ad551824', '59ccfdeb-8a8a-4693-b4fa-27034192071c', '849f1551-604a-4b5c-9b5d-e2771eed488c', 'cf5d1920-9618-43f3-8dac-53954d19a956', '0a5c0100-9500-46a5-a7be-40d03fc5dfe9', '4d0bf08e-3dda-4a2e-8213-72a020873a03', 'e48c8995-6a64-45c1-ae62-ba96fcc01542', '0ef5fdd2-718c-47d2-88bc-2d0193b18530', '8302b674-c728-42d2-9ba3-908b4d970436', '604dd8b8-175a-4a74-93d2-28760f1d1835', '26c5277c-440a-4dea-b625-beb986cff673', '8e33adf0-5932-4535-90c7-10fa04e97201', '1ef34494-4d48-4b69-9819-a22c5870fc24', 'b2b8d7aa-06e8-4ed5-bc9b-cb9ce0e81309', 'e4017ee0-6141-4145-816f-ed68ee6931bc', '84d32175-8cb8-4fb0-95cc-6ae13d40aaaa', '27489e34-b04c-410e-99a2-0d93e2e42fbf', 'e5e8565f-80e2-4462-b687-56f6d64f95e4', '27accc37-c3fd-465f-99cd-3e131081aeca', '32e112bd-5495-4399-85dd-1925e1ccbba5', 'dc50ca43-5071-45b3-bf42-e1e64416ffd0', '950a6345-5a13-4931-8d82-eac6adef03e3', '700640e7-0de3-49dc-b441-4efff8ad33ba', '5f35e542-a8cf-4422-8e87-466cdca62864', 'f50cb362-2f86-44eb-89e6-bea6ecbaf89f', '31a7cbe0-6aa6-403b-a561-6bc4fa81c0b1', '853de4bd-6f6a-4d1d-980a-b67eb1b0e876', 'cd0fa4e0-2d24-4b35-918a-33baa736015e', '933baf03-3664-4c33-bd97-208a9f7ab78b', '55bae3db-5f62-4be3-823a-bcb429b8a2b2', '4754b85b-e7a6-41a8-b0e9-5e02c58ebc38', '33f4fc73-102d-492e-9b0a-383d0b0f68b0', 'fa8914be-0986-460c-884d-9973a9622045', 'b9f734fa-de0d-4a0b-9ce2-c092126e1d8d', '448f3335-cf11-4e7a-9939-c734861d16e3', '106775db-a00d-4956-bf27-97ea269bb001', '594cd6c0-17db-4241-be56-ad28a8db4f7b', '95f7b67d-3ba8-4d18-bcbb-3e02f7bfaf7a', '594cd6c0-17db-4241-be56-ad28a8db4f7b', '95f7b67d-3ba8-4d18-bcbb-3e02f7bfaf7a']}} +202 + diff --git a/Scripts/API_Tests/ts_lstdict.py b/Scripts/API_Tests/ts_lstdict.py new file mode 100644 index 00000000..72200208 --- /dev/null +++ b/Scripts/API_Tests/ts_lstdict.py @@ -0,0 +1,12496 @@ +LISTDICT = [ + { + "row_num": 21, + "name": "Wesley Hatcher", + "userid": 673052, + "email": "wesleywhatcher@gmail.com", + }, + { + "row_num": 55, + "name": "Nancy Turley", + "userid": 586951, + "email": "nancy@nstcounseling.com", + }, + { + "row_num": 73, + "name": "Genee Tinsley", + "userid": 3205539, + "email": "geneetinsley@icloud.com", + }, + { + "row_num": 78, + "name": "Mark Pruitt", + "userid": 3291119, + "email": "markdpruitt@gmail.com", + }, + { + "row_num": 95, + "name": "Dr. Carleah East", + "userid": 3342614, + "email": "dreast07@gmail.com", + }, + { + "row_num": 96, + "name": "Joset Rosado", + "userid": 3238333, + "email": "joset@josetrosado.com", + }, + { + "row_num": 100, + "name": "Chelsey Roberts", + "userid": 732167, + "email": "chelsey.roberts10@gmail.com", + }, + { + "row_num": 102, + "name": "Chantelle Rhoden", + "userid": 3278117, + "email": "rhodenchantelle@gmail.com", + }, + { + "row_num": 104, + "name": "Sandra Teniente", + "userid": 3179158, + "email": "sandra.teniente@yahoo.com", + }, + { + "row_num": 114, + "name": "Robin Hughes", + "userid": 2235687, + "email": "robinr1176@aol.com", + }, + { + "row_num": 128, + "name": "Angela Kazmierczak", + "userid": 1765706, + "email": "akaz1007@gmail.com", + }, + { + "row_num": 129, + "name": "Wanda Smart King", + "userid": 835959, + "email": "wesmart1161@gmail.com", + }, + { + "row_num": 135, + "name": "Teresa Harris", + "userid": 2463627, + "email": "teresa.harrispro77@gmail.com", + }, + { + "row_num": 141, + "name": "Jacqueline McAlees", + "userid": 3154152, + "email": "pagemcaleese@gmail.com", + }, + { + "row_num": 147, + "name": "Joseph Kaiser", + "userid": 3165795, + "email": "drivevwdrive@hotmail.com", + }, + { + "row_num": 148, + "name": "Virgil Miller", + "userid": 3254413, + "email": "virgilmiller1@gmail.com", + }, + { + "row_num": 149, + "name": "Nellie McCarty", + "userid": 1409758, + "email": "nellierosemccarty@gmail.com", + }, + { + "row_num": 152, + "name": "Wendy Napoleon", + "userid": 889143, + "email": "wendy.napoleon@gmail.com", + }, + { + "row_num": 158, + "name": "Karyll Honeycutt", + "userid": 937619, + "email": "kvshoneycutt@gmail.com", + }, + { + "row_num": 159, + "name": "Jennifer Bradley", + "userid": 2694128, + "email": "jenbradleyphd@gmail.com", + }, + { + "row_num": 167, + "name": "Maisha Walters", + "userid": 3324812, + "email": "maishawalters@gmail.com", + }, + { + "row_num": 168, + "name": "Kristina Fioravante", + "userid": 2094101, + "email": "kfioravante91@gmail.com", + }, + { + "row_num": 170, + "name": "Norah Knabe", + "userid": 550478, + "email": "norah@rosewoodfamilytherapy.com", + }, + { + "row_num": 171, + "name": "Jeanette Gallus", + "userid": 2741626, + "email": "jagallus@msn.com", + }, + { + "row_num": 172, + "name": "Jedidiah Savard", + "userid": 2091889, + "email": "drjsavard@gmail.com", + }, + { + "row_num": 175, + "name": "Stephanie Weinblatt", + "userid": 2222742, + "email": "stephanielcpc@gmail.com", + }, + { + "row_num": 179, + "name": "Mignon Pasqualicchio", + "userid": 3321881, + "email": "mpasqualicchio@yahoo.com", + }, + { + "row_num": 181, + "name": "Tanya Hart", + "userid": 2673664, + "email": "hartt2bwell@gmail.com", + }, + { + "row_num": 201, + "name": " Natalie Patterson", + "userid": 1585803, + "email": "nataliejpatterson@yahoo.com", + }, + { + "row_num": 203, + "name": "Theresa Abec", + "userid": 3313445, + "email": "etheda@yahoo.com", + }, + { + "row_num": 209, + "name": "Arti Dautenhahn", + "userid": 2798264, + "email": "artiaugustdautenhahn@gmail.com", + }, + { + "row_num": 210, + "name": "Stephanie Roseboro", + "userid": 3338295, + "email": "roseborosy@gmail.com", + }, + { + "row_num": 213, + "name": "Shing Chin Ginkens", + "userid": 3278121, + "email": "alice.ginkens@hotmail.com", + }, + { + "row_num": 215, + "name": "Evelyn Martin", + "userid": 2202172, + "email": "eviemartinb@aol.com", + }, + { + "row_num": 216, + "name": "Eugenia Davis", + "userid": 3155043, + "email": "firstbabyat32@bellsouth.net", + }, + { + "row_num": 218, + "name": "Sarah Hewitt", + "userid": 3366835, + "email": "shewittcmhc@gmail.com", + }, + { + "row_num": 219, + "name": "Colleen Innis", + "userid": 3278020, + "email": "simplythebestcuisine@gmail.com", + }, + { + "row_num": 223, + "name": "Jennifer Mieszala", + "userid": 3273556, + "email": "jennifermieszala@gmail.com", + }, + { + "row_num": 224, + "name": "Judy McLaughin", + "userid": 368637, + "email": "judydmcl@gmail.com", + }, + { + "row_num": 225, + "name": "Ingrid Vergara", + "userid": 2083235, + "email": "ingridvergara3108@gmail.com", + }, + { + "row_num": 226, + "name": "Jeanine Goodwin", + "userid": 3323221, + "email": "healthycoupleshealthyfamilies@gmail.com", + }, + { + "row_num": 233, + "name": "Keniesha Francis", + "userid": 935716, + "email": "jwkfrancis@outlook.com", + }, + { + "row_num": 234, + "name": "Kerry Green", + "userid": 595814, + "email": "kgreenlcsw@gmail.com", + }, + { + "row_num": 235, + "name": "Shawn Markey", + "userid": 2432964, + "email": "stmarkey58@yahoo.com", + }, + { + "row_num": 236, + "name": "Tracy Klemme", + "userid": 527294, + "email": "tracy@flourishtherapies.com", + }, + { + "row_num": 237, + "name": "George Brassea", + "userid": 3187841, + "email": "george@trueheightstx.org", + }, + { + "row_num": 244, + "name": "Noel James", + "userid": 3251437, + "email": "noelbit@icloud.com", + }, + { + "row_num": 245, + "name": "Denise Flack", + "userid": 3201698, + "email": "denifraga@yahoo.com", + }, + { + "row_num": 246, + "name": "Shannon Lowell", + "userid": 3356894, + "email": "shannon.veritas@gmail.com", + }, + { + "row_num": 247, + "name": "Mercy Abunaw", + "userid": 3204290, + "email": "mabunaw@mercyreigns.net", + }, + { + "row_num": 248, + "name": "Tiffany Layne ", + "userid": 1915103, + "email": "loudermilttn@yahoo.com", + }, + { + "row_num": 249, + "name": "Lisa Davis", + "userid": 3245692, + "email": "lisa.davis2010@yahoo.com", + }, + { + "row_num": 252, + "name": "Jill DiVito", + "userid": 750666, + "email": "jill.fullerton7@gmail.com", + }, + { + "row_num": 253, + "name": "Tatum Wrobel", + "userid": 215570, + "email": "twrobel80@gmail.com", + }, + { + "row_num": 254, + "name": "Shelby Davey", + "userid": 3249203, + "email": "shelbdavey@gmail.com", + }, + { + "row_num": 258, + "name": "Catherine Bruce ", + "userid": 3068808, + "email": "chahtacathi@yahoo.com", + }, + { + "row_num": 259, + "name": "Lisa Corbin", + "userid": 3187713, + "email": "coffeegrounds1221@yahoo.com", + }, + { + "row_num": 267, + "name": "Alisa Da Costa Rodrigues ", + "userid": 2445782, + "email": "alisadacosta9@gmail.com", + }, + { + "row_num": 271, + "name": "Marty Sapp", + "userid": 2254117, + "email": "sappmarty2@gmail.com", + }, + { + "row_num": 272, + "name": "Moya OLeary", + "userid": 2500062, + "email": "moya.oleary324@gmail.com", + }, + { + "row_num": 273, + "name": "Miriam Hartley", + "userid": 3274031, + "email": "miriamhartleylcsw@gmail.com", + }, + { + "row_num": 274, + "name": "Ginny Weston", + "userid": 1305239, + "email": "ginnyweston8@yahoo.com", + }, + { + "row_num": 276, + "name": "Terrie Deere", + "userid": 3051350, + "email": "tdeere2002@yahoo.com", + }, + { + "row_num": 277, + "name": "Sarah Benitez", + "userid": 3218435, + "email": "sbenitez.mmhc@gmail.com", + }, + { + "row_num": 278, + "name": "Camille Hardman", + "userid": 3184053, + "email": "hardmancounseling@gmail.com", + }, + { + "row_num": 280, + "name": "DANIEL OLACIREGUI", + "userid": 3191024, + "email": "dotherapy198@gmail.com", + }, + { + "row_num": 281, + "name": "Russell Johnson", + "userid": 2708985, + "email": "russj1@aol.com", + }, + { + "row_num": 282, + "name": "Joyce Mink", + "userid": 1963058, + "email": "joycemink1@aol.com", + }, + { + "row_num": 283, + "name": "manpreet sandhu", + "userid": 2827877, + "email": "sandhu_7881@yahoo.com", + }, + { + "row_num": 284, + "name": "Lynn Armah", + "userid": 1893564, + "email": "misslynnie07@gmail.com", + }, + { + "row_num": 285, + "name": "Jeremy Combs", + "userid": 3193981, + "email": "jmcairforce@yahoo.com", + }, + { + "row_num": 286, + "name": "Laura Klinefelter", + "userid": 2701133, + "email": "laurak4607@gmail.com", + }, + { + "row_num": 287, + "name": "Elizabeth Lueking", + "userid": 3296144, + "email": "randrcenterofhope@gmail.com", + }, + { + "row_num": 288, + "name": "Rob Harrison", + "userid": 3351841, + "email": "robjharrison1@gmail.com", + }, + { + "row_num": 289, + "name": "Vanessa Rubin", + "userid": 3323248, + "email": "vanrubin@aol.com", + }, + { + "row_num": 290, + "name": "Richard McDonald", + "userid": 3335836, + "email": "info@ebpiweb.com", + }, + { + "row_num": 293, + "name": "Jack Bannin", + "userid": 3212625, + "email": "info@bexarfamilysolutions.com", + }, + { + "row_num": 294, + "name": "Rebecca Clinton", + "userid": 447436, + "email": "rebecca.m.clinton@gmail.com", + }, + { + "row_num": 295, + "name": "Marshawna Hoyte", + "userid": 3331706, + "email": "marshawna.hoyte@gmail.com", + }, + { + "row_num": 303, + "name": "Kelly Warner", + "userid": 2836827, + "email": "kafowler9@gmail.com", + }, + { + "row_num": 350, + "name": "Tricia Colbert", + "userid": 3366097, + "email": "colbert.tricia@gmail.com", + }, + { + "row_num": 364, + "name": "Rene Minter", + "userid": 2545032, + "email": "rmintercarr@msn.com", + }, + { + "row_num": 385, + "name": "Tara Thibodaux", + "userid": 2899045, + "email": "tathibo222@gmail.com", + }, + { + "row_num": 403, + "name": "Wendy Pugh", + "userid": 2230721, + "email": "wenstheway@hotmail.com", + }, + { + "row_num": 469, + "name": "Kyra Santiago", + "userid": 3246889, + "email": "kyratsantiago@gmail.com", + }, + { + "row_num": 470, + "name": "Whitney Redden", + "userid": 1973229, + "email": "whitney_uptmore@yahoo.com", + }, + { + "row_num": 555, + "name": "Tamisha Daniels", + "userid": 377512, + "email": "mishahiggins@yahoo.com", + }, + { + "row_num": 568, + "name": "Wendy Tremblay", + "userid": 3139101, + "email": "tremblay.wendy@gmail.com", + }, + { + "row_num": 604, + "name": "Tammy Warren", + "userid": 3243351, + "email": "warrentr8340@gmail.com", + }, + { + "row_num": 629, + "name": "Tiffany Pranno", + "userid": 3014773, + "email": "tiffanykristap@gmail.com", + }, + { + "row_num": 636, + "name": "Tamela Polanin", + "userid": 2885157, + "email": "tamelap.lpc@gmail.com", + }, + { + "row_num": 643, + "name": "Tara Hagan", + "userid": 802682, + "email": "tmhagan1971@gmail.com", + }, + { + "row_num": 705, + "name": "William Besterman", + "userid": 2175472, + "email": "william_besterman@aim.com", + }, + { + "row_num": 712, + "name": "ron frigault", + "userid": 3234063, + "email": "rascal1030@kc.rr.com", + }, + { + "row_num": 731, + "name": "Veronica Smith", + "userid": 3294961, + "email": "greblue64@gmail.com", + }, + { + "row_num": 768, + "name": "michael vega", + "userid": 3260068, + "email": "michaelvega.sw@gmail.com", + }, + { + "row_num": 781, + "name": "Taylor Nolan", + "userid": 3319391, + "email": "taylorlnolan@gmail.com", + }, + { + "row_num": 823, + "name": "Tracy Schurch", + "userid": 467276, + "email": "tracy.schurch@gmail.com", + }, + { + "row_num": 835, + "name": "Ryan Espinoza", + "userid": 595729, + "email": "ryan@ryanespinozacounseling.com", + }, + { + "row_num": 843, + "name": "Rosa E Salas", + "userid": 2741569, + "email": "admin@psicoterapiatoday.com", + }, + { + "row_num": 991, + "name": "Stephanie Herrick", + "userid": 3329929, + "email": "stephanie.herrick@doane.edu", + }, + { + "row_num": 1025, + "name": "Renee Roark", + "userid": 3234574, + "email": "neeroark@gmail.com", + }, + { + "row_num": 1046, + "name": "Toni Williams Haverty", + "userid": 3369319, + "email": "liveinglifehappy@gmail.com", + }, + { + "row_num": 1054, + "name": "Vida Phoenix", + "userid": 1337867, + "email": "vidaphoenix@yahoo.com", + }, + { + "row_num": 1063, + "name": "Yamileth Vega", + "userid": 3304391, + "email": "yamivegabj@gmail.com", + }, + { + "row_num": 1078, + "name": "Trudy Goski", + "userid": 2533617, + "email": "counselingflorida@gmail.com", + }, + { + "row_num": 1087, + "name": "Tyonna Brooks", + "userid": 3317609, + "email": "brookstyonna3@gmail.com", + }, + { + "row_num": 1121, + "name": "Terri Samuels", + "userid": 1321728, + "email": "terrilsamuels@gmail.com", + }, + { + "row_num": 1133, + "name": "Jennifer Magness", + "userid": 2055073, + "email": "barberjn@gmail.com", + }, + { + "row_num": 1140, + "name": "Dan O'Neill", + "userid": 2004732, + "email": "dano.5948@gmail.com", + }, + { + "row_num": 1143, + "name": "Vincent Dimone", + "userid": 2162056, + "email": "vpd@counseling2thrive.com", + }, + { + "row_num": 1144, + "name": "Tasheena Donell", + "userid": 3163931, + "email": "tdonell@icloud.com", + }, + { + "row_num": 1156, + "name": "Nicholas Meister", + "userid": 1992504, + "email": "nmeisterlpcc@gmail.com", + }, + { + "row_num": 1157, + "name": "Vanessa Valles", + "userid": 992836, + "email": "vallesvaness83@yahoo.com", + }, + { + "row_num": 1167, + "name": "TRICIA HENDERSON", + "userid": 3252279, + "email": "tricialhenderson@gmail.com", + }, + { + "row_num": 1184, + "name": "Tessa DePasquale", + "userid": 2801043, + "email": "tlamirande12@gmail.com", + }, + { + "row_num": 1190, + "name": "Thomas Bennett", + "userid": 2235678, + "email": "tsboba12@gmail.com", + }, + { + "row_num": 1198, + "name": "Tiara Hanks", + "userid": 3351553, + "email": "thanks_msw@outlook.com", + }, + { + "row_num": 1205, + "name": "Wendy Durant", + "userid": 3303004, + "email": "wendydurant@duracarecounseling.com", + }, + { + "row_num": 1211, + "name": "Virginia Nielsen", + "userid": 3306298, + "email": "virginianielsen@sdcct.org", + }, + { + "row_num": 1218, + "name": "Tim Fredrik Edquilag", + "userid": 138037, + "email": "edquilaglpc@intuitiveinsightcounseling.com", + }, + { + "row_num": 1226, + "name": "Victoria Turrentine", + "userid": 3135916, + "email": "vlturrentine@gmail.com", + }, + { + "row_num": 1233, + "name": "Ebonee Edwards", + "userid": 3347605, + "email": "blujaaecounselingservices@gmail.com", + }, + { + "row_num": 1238, + "name": "Summer Papin", + "userid": 380360, + "email": "spapin13@yahoo.com", + }, + { + "row_num": 1257, + "name": "Zaya Kuykendall", + "userid": 333710, + "email": "zk.therapist@gmail.com", + }, + { + "row_num": 1272, + "name": "Yolanda Urena", + "userid": 3046683, + "email": "cyclesoflifecounselingsc@gmail.com", + }, + { + "row_num": 1291, + "name": "Walston Barbour", + "userid": 605732, + "email": "malikbarbour2010@comcast.net", + }, + { + "row_num": 1303, + "name": "Victoria Torres", + "userid": 3218249, + "email": "vmtorres1989@gmail.com", + }, + {"row_num": 1316, "name": "Tim Welch", "userid": 802717, "email": "tim@twelch.com"}, + { + "row_num": 1322, + "name": "Tracy Doro-krueger", + "userid": 3172933, + "email": "dorokrueger@gmail.com", + }, + { + "row_num": 1329, + "name": "Walt Nunnally", + "userid": 825173, + "email": "waltnunnally@frontier.com", + }, + { + "row_num": 1335, + "name": "Theresa Rositano", + "userid": 3181866, + "email": "theresarositano@gmail.com", + }, + { + "row_num": 1341, + "name": "Yasmine Iliya", + "userid": 2195070, + "email": "yasmine.iliya@gmail.com", + }, + { + "row_num": 1347, + "name": "Zyer Beaty", + "userid": 3364953, + "email": "zyerbeaty@gmail.com", + }, + { + "row_num": 1359, + "name": "Tricia Colbert", + "userid": 3366097, + "email": "colbertt.tricia@gmail.com", + }, + { + "row_num": 1371, + "name": "Tarrant Graham", + "userid": 3259594, + "email": "tarrantg71@gmail.com", + }, + { + "row_num": 1377, + "name": "Theresa Vosefski-Sears", + "userid": 3160675, + "email": "terryjoy4u@verizon.net", + }, + { + "row_num": 1383, + "name": "Taylor Girard", + "userid": 3316037, + "email": "girardtab8@gmail.com", + }, + { + "row_num": 1423, + "name": "Ricky Lomax", + "userid": 3306964, + "email": "lomax.ricky@yahoo.com", + }, + { + "row_num": 1442, + "name": "Sarah Bailey", + "userid": 2130895, + "email": "sarahnpobst@hotmail.com", + }, + { + "row_num": 1448, + "name": "Raymond Castiglia", + "userid": 3307088, + "email": "raycastiglialmhc@gmail.com", + }, + { + "row_num": 1458, + "name": "Farah Westbrook", + "userid": 2439388, + "email": "westbrookwellnesspc@gmail.com", + }, + { + "row_num": 1483, + "name": "Stacey Kiger", + "userid": 185602, + "email": "stacey.kiger@gmail.com", + }, + { + "row_num": 1536, + "name": "Sarah Edelman", + "userid": 3298680, + "email": "saedelman9@gmail.com", + }, + { + "row_num": 1585, + "name": "Rebekah Smith", + "userid": 3333383, + "email": "rjsmithlcsw@gmail.com", + }, + { + "row_num": 1603, + "name": "Shannon Murphy", + "userid": 3132355, + "email": "shannonmurphylcsw@gmail.com", + }, + { + "row_num": 1647, + "name": "Sara Kunkle", + "userid": 2072563, + "email": "kunkle.kunkle@gmail.com", + }, + { + "row_num": 1653, + "name": "Shelby Schrader", + "userid": 1104200, + "email": "shelbyschrader@hotmail.com", + }, + { + "row_num": 1711, + "name": "Maria Scotto ", + "userid": 824263, + "email": "maria@balancedlifetherapygroup.com", + }, + { + "row_num": 1799, + "name": "Sharon Bowen", + "userid": 2346453, + "email": "snbowen25@gmail.com", + }, + { + "row_num": 1870, + "name": "Alfred Smith III", + "userid": 3285302, + "email": "adsmith2011@yahoo.com", + }, + { + "row_num": 1882, + "name": "Rebecca Whitley", + "userid": 3213888, + "email": "rsw.lcsw@protonmail.com", + }, + { + "row_num": 1919, + "name": "Stacy Colaizzo", + "userid": 517990, + "email": "stacydownscolaizzomft@gmail.com", + }, + { + "row_num": 1941, + "name": "Robin Eaton-Novak", + "userid": 1253742, + "email": "raenovak@icloud.com", + }, + { + "row_num": 1952, + "name": "Suzanne Anderson", + "userid": 3321170, + "email": "suzanneanders23@hotmail.com", + }, + { + "row_num": 1958, + "name": "Sharon Bland-Brady", + "userid": 3269364, + "email": "sharonbrady10@yahoo.com", + }, + { + "row_num": 1985, + "name": "Stephanie Long", + "userid": 3063924, + "email": "stephielong@yahoo.com", + }, + { + "row_num": 2002, + "name": "Bekah Jaeger", + "userid": 901410, + "email": "bekahjaeger@gmail.com", + }, + { + "row_num": 2008, + "name": "Robin Warnberg ", + "userid": 901316, + "email": "robinw.lcsw@yahoo.com", + }, + { + "row_num": 2062, + "name": "Robin Lambrecht", + "userid": 3238415, + "email": "r.lambrecht@yahoo.com", + }, + { + "row_num": 2075, + "name": "Stephanie James", + "userid": 2235674, + "email": "03stephanie.james@gmail.com", + }, + { + "row_num": 2090, + "name": "Sonya Willis", + "userid": 2535054, + "email": "sonya.willis723@gmail.com", + }, + { + "row_num": 2097, + "name": "Stacy Reo", + "userid": 2246665, + "email": "reynolds_stacy@rocketmail.com", + }, + { + "row_num": 2108, + "name": "Tony Reigle", + "userid": 2356033, + "email": "reigletherapeutics@yahoo.com", + }, + { + "row_num": 2123, + "name": "Steven Buck", + "userid": 2771997, + "email": "stevenwbuck2@outlook.com", + }, + { + "row_num": 2129, + "name": "Stephanie Freeman", + "userid": 3198091, + "email": "sml.larson@gmail.com", + }, + { + "row_num": 2141, + "name": "Williston Riggs", + "userid": 3357255, + "email": "wbr713@gmail.com", + }, + { + "row_num": 2154, + "name": "Betty Turner", + "userid": 3589843, + "email": "betty.turner907@gmail.com", + }, + { + "row_num": 2168, + "name": "Susan Prince", + "userid": 3310543, + "email": "sprincelcsw@icloud.com", + }, + { + "row_num": 2177, + "name": "Jessica Vicari", + "userid": 1806784, + "email": "jessicavicari22@gmail.com", + }, + { + "row_num": 2183, + "name": "Sharon Zigman", + "userid": 3212683, + "email": "sbzig2@yahoo.com", + }, + { + "row_num": 2189, + "name": "Sunkeissa Cantrell", + "userid": 3313385, + "email": "sunkeissa.cantrell@gmail.com", + }, + { + "row_num": 2196, + "name": "AnneMarie Nawrocki", + "userid": 3441909, + "email": "acnawrocki@gmail.com", + }, + { + "row_num": 2208, + "name": "Sara Janowski-Therion", + "userid": 3317230, + "email": "saratherion@yahoo.com", + }, + { + "row_num": 2216, + "name": "Michelle Hill ", + "userid": 2434230, + "email": "shelly_hill11@yahoo.com", + }, + { + "row_num": 2229, + "name": "Megan Swenseth", + "userid": 3306828, + "email": "meg@reflectandreframe.com", + }, + { + "row_num": 2237, + "name": "Jamie Ellis", + "userid": 3337723, + "email": "jamie.ellis.family@gmail.com", + }, + { + "row_num": 2244, + "name": "Shamni Dougall", + "userid": 3270723, + "email": "sdougall@ymail.com", + }, + { + "row_num": 2253, + "name": "Raquel Barela", + "userid": 3267583, + "email": "raquelb.wccc@gmail.com", + }, + { + "row_num": 2259, + "name": "Sylvie-Queen Ekobena ", + "userid": 2839485, + "email": "queen.ekobena02@gmail.com", + }, + { + "row_num": 2269, + "name": "Susan Marone", + "userid": 1809725, + "email": "marone17r@gmail.com", + }, + { + "row_num": 2284, + "name": "Sherry Iyamu", + "userid": 3127930, + "email": "siiyamu@gmail.com", + }, + { + "row_num": 2290, + "name": "Sheila Dwyer", + "userid": 3121050, + "email": "sgdwyer1005@gmail.com", + }, + { + "row_num": 2296, + "name": "Rachel Wren", + "userid": 1227894, + "email": "rwren06@gmail.com", + }, + { + "row_num": 2307, + "name": "Nancy Baker", + "userid": 2235670, + "email": "nancybaker.phd.dms@gmail.com", + }, + { + "row_num": 2324, + "name": "Regina Hughes", + "userid": 3312144, + "email": "hughesreg@gmail.com", + }, + {"row_num": 2332, "name": "Sonia Romero", "userid": 3244368, "email": "soa"}, + { + "row_num": 2340, + "name": "Marisa Schaff", + "userid": 3112043, + "email": "marisa@valorhealing.com", + }, + { + "row_num": 2350, + "name": "Nedra Young", + "userid": 605740, + "email": "rblnpenland@gmail.com", + }, + { + "row_num": 2359, + "name": "Nina Kramer", + "userid": 3266820, + "email": "ninawkramer@gmail.com", + }, + { + "row_num": 2365, + "name": "Robert Bryant", + "userid": 640183, + "email": "profrlb@hotmail.com", + }, + { + "row_num": 2391, + "name": "Michele A Bauman", + "userid": 1990742, + "email": "michele.mangan.18@gmail.com", + }, + { + "row_num": 2404, + "name": "Rene Garcell", + "userid": 802743, + "email": "renegarcell@bellsouth.net", + }, + { + "row_num": 2414, + "name": "Rebecca Shaughnessy", + "userid": 3204939, + "email": "becki36@icloud.com", + }, + { + "row_num": 2420, + "name": "Susan Dixon", + "userid": 550505, + "email": "susandixoncounseling@hotmail.com", + }, + { + "row_num": 2427, + "name": "Stephanie Petersen", + "userid": 3181780, + "email": "stephanie@befreetherapy.com", + }, + { + "row_num": 2433, + "name": "Rachel DeVita", + "userid": 1323980, + "email": "racheldevita@gmail.com", + }, + { + "row_num": 2442, + "name": "Megan Propps", + "userid": 3191561, + "email": "megan.propps.lpc@protonmail.com", + }, + { + "row_num": 2451, + "name": "Rafat Omar", + "userid": 3317339, + "email": "orafat96@gmail.com", + }, + { + "row_num": 2457, + "name": "Stephen Onley", + "userid": 3354803, + "email": "sonley7@hotmail.com", + }, + { + "row_num": 2465, + "name": "Stephanie Chambers", + "userid": 602393, + "email": "stephanie_s_chambers@yahoo.com", + }, + { + "row_num": 2471, + "name": "Sue Kelley", + "userid": 3245032, + "email": "spinpositive@twcny.rr.com", + }, + { + "row_num": 2478, + "name": "Susan Pagels", + "userid": 3312021, + "email": "spagels6749@gmail.com", + }, + { + "row_num": 2484, + "name": "Reynolds Hawkins", + "userid": 2117241, + "email": "famuhawk82@gmail.com", + }, + { + "row_num": 2490, + "name": "Sharron Sylvain", + "userid": 3284604, + "email": "sharron.sylvain@gmail.com", + }, + { + "row_num": 2496, + "name": "Sarah Surrey", + "userid": 450454, + "email": "sarah.surrey@yahoo.com", + }, + { + "row_num": 2510, + "name": "Stephanie Field", + "userid": 614233, + "email": "sefield@verizon.net", + }, + { + "row_num": 2516, + "name": "Sandra Schwartz", + "userid": 3352735, + "email": "sandyschwartzmhc@gmail.com", + }, + { + "row_num": 2522, + "name": "Sharon Black", + "userid": 2173574, + "email": "sharonlwblack@yahoo.com", + }, + { + "row_num": 2528, + "name": "Raymond Mizer", + "userid": 1947725, + "email": "ray@badkatgym.com", + }, + { + "row_num": 2538, + "name": "Steven Littleton", + "userid": 3360296, + "email": "slittlet@gmail.com", + }, + { + "row_num": 2544, + "name": "Shannon Mott", + "userid": 3142330, + "email": "smott37@icloud.com", + }, + { + "row_num": 2550, + "name": "Robert Saunders", + "userid": 2422674, + "email": "saunderscounseling@yahoo.com", + }, + { + "row_num": 2573, + "name": "Robin Wagner", + "userid": 1337849, + "email": "robin.c.wagner@gmail.com", + }, + { + "row_num": 2586, + "name": "RAINER GOLDBERG", + "userid": 3278654, + "email": "rainjgoldberg@gmail.com", + }, + { + "row_num": 2592, + "name": "Robin Fleischer", + "userid": 3310281, + "email": "robin.fleischer@icloud.com", + }, + { + "row_num": 2598, + "name": "Rebecca White", + "userid": 3187790, + "email": "beccawhite713@gmail.com", + }, + { + "row_num": 2604, + "name": "Satyaprabha Bollam", + "userid": 2466815, + "email": "satyaprabha@hotmail.com", + }, + { + "row_num": 2628, + "name": "Sepideh Pourhassani", + "userid": 3175423, + "email": "sepidehpourhassani@gmail.com", + }, + { + "row_num": 2634, + "name": "Robert Mcqueen", + "userid": 3315577, + "email": "rcmcqueenj@yahoo.com", + }, + { + "row_num": 2640, + "name": "Sandra Fournier", + "userid": 361362, + "email": "sandy.fournier@gmail.com", + }, + { + "row_num": 2653, + "name": "Stephani Masi", + "userid": 373042, + "email": "stephani.masi@gmail.com", + }, + { + "row_num": 2659, + "name": "Ryan Suhr", + "userid": 2267230, + "email": "ryansuhr@gmail.com", + }, + { + "row_num": 2665, + "name": "Ryan Horn", + "userid": 3352719, + "email": "ryanphorn@hotmail.com", + }, + { + "row_num": 2683, + "name": "Solomon Berewa", + "userid": 3235777, + "email": "solobjnr@gmail.com", + }, + { + "row_num": 2692, + "name": "Robert Dumond", + "userid": 2317229, + "email": "rwdumond@aol.com", + }, + { + "row_num": 2698, + "name": "Razaria Best", + "userid": 2236274, + "email": "therapyforthoughts@gmail.com", + }, + { + "row_num": 2705, + "name": "Ronaka Jones Duncan", + "userid": 3210477, + "email": "ronakajones@yahoo.com", + }, + { + "row_num": 2711, + "name": "Roy Buggee", + "userid": 3316272, + "email": "royb596@aol.com", + }, + { + "row_num": 2718, + "name": "Robin Cooper", + "userid": 3240741, + "email": "rcooper6@live.com", + }, + { + "row_num": 2724, + "name": "Samantha Silverberg", + "userid": 3170454, + "email": "silverberglmhc@gmail.com", + }, + { + "row_num": 2736, + "name": "Stephanie Brown-Gilbert", + "userid": 2059645, + "email": "smbrowninc@me.com", + }, + { + "row_num": 2742, + "name": "Stephany Piermattei", + "userid": 2307543, + "email": "stephanypiermattei@mac.com", + }, + { + "row_num": 2748, + "name": "Sherita Dobbins", + "userid": 3034984, + "email": "sherita.dobbins1216@hotmail.com", + }, + { + "row_num": 2754, + "name": "Susan Taylor-Gol", + "userid": 2364236, + "email": "susandeanetaylorgol@hotmail.com", + }, + { + "row_num": 2760, + "name": "Ramaya Farooq", + "userid": 1827627, + "email": "ramaya.farooq@gmail.com", + }, + { + "row_num": 2772, + "name": "Stephen Willmer", + "userid": 3290601, + "email": "spwillme@netscape.net", + }, + { + "row_num": 2784, + "name": "salvatore seeley", + "userid": 513886, + "email": "salvatoreseeley@gmail.com", + }, + { + "row_num": 2814, + "name": "Noel d'Albertis", + "userid": 3188759, + "email": "ndalbertis@yahoo.com", + }, + { + "row_num": 2830, + "name": "Melissa Spooner", + "userid": 425548, + "email": "melissa.spooner@yahoo.com", + }, + { + "row_num": 2852, + "name": "Pamela Lundgren", + "userid": 3274616, + "email": "pamofmts@yahoo.com", + }, + { + "row_num": 2876, + "name": "Monique Gardner-Scott", + "userid": 1870976, + "email": "monique.gardner.92@gmail.com", + }, + { + "row_num": 2890, + "name": "Nova SIMISTER-IRVING", + "userid": 3205920, + "email": "novasimisterlcswpc@gmail.com", + }, + { + "row_num": 2910, + "name": "Marc Swarttz", + "userid": 929744, + "email": "welbey@aol.com", + }, + { + "row_num": 2916, + "name": "Morgan Wixon", + "userid": 3254165, + "email": "momack21@gmail.com", + }, + { + "row_num": 2923, + "name": "Jean Epstein", + "userid": 2405783, + "email": "bacoje@yahoo.com", + }, + { + "row_num": 2939, + "name": "Paula Hill", + "userid": 2085182, + "email": "paulahill88@gmail.com", + }, + { + "row_num": 2948, + "name": "nick Butcher", + "userid": 951710, + "email": "nickbutcher60@gmail.com", + }, + { + "row_num": 2966, + "name": "Patti Hampsten", + "userid": 3175121, + "email": "pkhampsten@gmail.com", + }, + { + "row_num": 3001, + "name": "Amy Tardio", + "userid": 857004, + "email": "aot1020@att.net", + }, + { + "row_num": 3009, + "name": "Nicole Treadway", + "userid": 3342286, + "email": "nmt0826@gmail.com", + }, + { + "row_num": 3025, + "name": "Michelle Salvaggio", + "userid": 324285, + "email": "michelle.salvaggio@yahoo.com", + }, + { + "row_num": 3036, + "name": "Michelle Evans", + "userid": 3300855, + "email": "lpcchelle@outlook.com", + }, + { + "row_num": 3055, + "name": "Michael Drew", + "userid": 3283035, + "email": "mbd01283@gmail.com", + }, + { + "row_num": 3067, + "name": "Meg Anderson", + "userid": 3336847, + "email": "levelupmissoula@gmail.com", + }, + { + "row_num": 3080, + "name": "Margaret Fowee", + "userid": 3332627, + "email": "mfoweecounseling@gmail.com", + }, + { + "row_num": 3086, + "name": "Michael Bacon", + "userid": 2789694, + "email": "mbaconlpc@gmail.com", + }, + { + "row_num": 3122, + "name": "Anna Sage", + "userid": 3352596, + "email": "annasage1956@outlook.com", + }, + { + "row_num": 3142, + "name": "Mary Oneafolu", + "userid": 2398952, + "email": "meusdrowski@gmail.com", + }, + { + "row_num": 3151, + "name": "Mary Ellen Miller", + "userid": 2169289, + "email": "maryellmiller@frontier.com", + }, + { + "row_num": 3160, + "name": "Michelle Boknevitz", + "userid": 1904233, + "email": "michelleboknevitz@outlook.com", + }, + { + "row_num": 3176, + "name": "Nicole Allen", + "userid": 1048115, + "email": "allen.nicole17@gmail.com", + }, + { + "row_num": 3182, + "name": "Carolyn Galbally", + "userid": 2329017, + "email": "carolynbuchert@mac.com", + }, + { + "row_num": 3188, + "name": "Mariel Bazil", + "userid": 2252467, + "email": "mariel.bazil@gmail.com", + }, + { + "row_num": 3203, + "name": "Nancy Busch", + "userid": 3224582, + "email": "nbusch4@gmail.com", + }, + { + "row_num": 3212, + "name": "Joyce Caroll", + "userid": 2235923, + "email": "jecaroll@yahoo.com", + }, + { + "row_num": 3220, + "name": "Carolyn Malkowski", + "userid": 3181255, + "email": "cmalko88@gmail.com", + }, + { + "row_num": 3255, + "name": "Marie Wilson", + "userid": 1968318, + "email": "mwess13@hotmail.com", + }, + { + "row_num": 3265, + "name": "Mizuki Kojima", + "userid": 2444800, + "email": "mizuki.kojima@outlook.com", + }, + { + "row_num": 3304, + "name": "Matthew McNiven", + "userid": 2947798, + "email": "mjmcniven@gmail.com", + }, + { + "row_num": 3315, + "name": "Judith Leventhal", + "userid": 3205326, + "email": "judyleventhalarts@gmail.com", + }, + { + "row_num": 3352, + "name": "Marissa Krager", + "userid": 3298153, + "email": "marissakrager@gmail.com", + }, + { + "row_num": 3388, + "name": "Melinda Abernethy", + "userid": 2891745, + "email": "bmelindahill91@gmail.com", + }, + { + "row_num": 3404, + "name": "Paula Powers", + "userid": 628154, + "email": "jppp79@gmail.com", + }, + { + "row_num": 3419, + "name": "Michael Berler", + "userid": 1952561, + "email": "mhbphd@aol.com", + }, + { + "row_num": 3446, + "name": "Charlette Forteza", + "userid": 3311491, + "email": "charletteforteza@gmail.com", + }, + { + "row_num": 3455, + "name": "Gregory Hale", + "userid": 1048001, + "email": "gregoryh9@yahoo.com", + }, + { + "row_num": 3487, + "name": "Mary Donahue", + "userid": 3135919, + "email": "mbdscout@yahoo.com", + }, + { + "row_num": 3503, + "name": "jennifer wargo", + "userid": "", + "email": "ameliassrj112#", + }, + { + "row_num": 3505, + "name": "Natalie Sinkler", + "userid": 3248375, + "email": "natalie.sinkler@gmail.com", + }, + { + "row_num": 3515, + "name": "Margaret Graham", + "userid": 1992780, + "email": "blankm19@gmail.com", + }, + { + "row_num": 3532, + "name": "Matthew Donohue", + "userid": 3371181, + "email": "mattyd37@yahoo.com", + }, + { + "row_num": 3550, + "name": "Megan Giacoletto", + "userid": 2583823, + "email": "megiacoletto@gmail.com", + }, + { + "row_num": 3560, + "name": "Priscilla Byrd", + "userid": 1339226, + "email": "pbyrd006@gmail.com", + }, + { + "row_num": 3571, + "name": "Mandilyn Graham ", + "userid": 500363, + "email": "mandilyn.graham@gmail.com", + }, + { + "row_num": 3585, + "name": "Melinda Newman", + "userid": 3184934, + "email": "hope4today13@gmail.com", + }, + { + "row_num": 3592, + "name": "Phil Olson", + "userid": 1491084, + "email": "pco.counseling13@gmail.com", + }, + { + "row_num": 3603, + "name": "nicholas Figueroa", + "userid": 2664065, + "email": "nickfig125@gmail.com", + }, + { + "row_num": 3609, + "name": "Doan Melissa", + "userid": 413762, + "email": "doanm@lindsey.edu", + }, + { + "row_num": 3618, + "name": "Natalie Grabowski", + "userid": 3172137, + "email": "n.e.grabowski@protonmail.com", + }, + { + "row_num": 3625, + "name": "Melissa Gonzales", + "userid": 3226791, + "email": "meligonzales1271@gmail.com", + }, + { + "row_num": 3631, + "name": "Nicole Thweatt", + "userid": 2634617, + "email": "nicolethweattlmhc@gmail.com", + }, + { + "row_num": 3638, + "name": "Margaret Forrest", + "userid": 513941, + "email": "maggiemartin1028@yahoo.com", + }, + { + "row_num": 3645, + "name": "Michelle Perepiczka", + "userid": 802689, + "email": "dr.perepiczka@gmail.com", + }, + { + "row_num": 3653, + "name": "Mark Ziegenbein", + "userid": 714051, + "email": "mdzieg@aol.com", + }, + { + "row_num": 3683, + "name": "Maura Johnson", + "userid": 1870723, + "email": "mauralbrown@gmail.com", + }, + { + "row_num": 3692, + "name": "Mary Hosey-Pardi", + "userid": 1949992, + "email": "mpardi2@yahoo.com", + }, + { + "row_num": 3700, + "name": "Nicole Amanda Porcaro", + "userid": 3304910, + "email": "ncasey219@gmail.com", + }, + { + "row_num": 3706, + "name": "Nicole Weron", + "userid": 1951787, + "email": "nmpierson2000@yahoo.com", + }, + { + "row_num": 3714, + "name": "Malinda Perkins", + "userid": 3189144, + "email": "mindy2718@yahoo.com", + }, + { + "row_num": 3736, + "name": "Melissa Doerfer", + "userid": 1268993, + "email": "melgrace99@gmail.com", + }, + { + "row_num": 3744, + "name": "Monique Randle", + "userid": 3142015, + "email": "monique.randle@gmail.com", + }, + { + "row_num": 3769, + "name": "Maureen Karol", + "userid": 2002466, + "email": "mkarollmhc@gmail.com", + }, + { + "row_num": 3775, + "name": "Marcia Winter", + "userid": 3171687, + "email": "gatorgirlm@yahoo.com", + }, + { + "row_num": 3782, + "name": "lisa hotchkiss", + "userid": 2372297, + "email": "lpjh4e@optonline.net", + }, + { + "row_num": 3791, + "name": "Patrick Murphy", + "userid": 3278125, + "email": "pgmcounselor@yahoo.com", + }, + { + "row_num": 3797, + "name": "Nancy Vail", + "userid": 296495, + "email": "vailn@wpunj.edu", + }, + { + "row_num": 3803, + "name": "Maya Sanchez", + "userid": 1239075, + "email": "sanchezmasea@gmail.com", + }, + { + "row_num": 3819, + "name": "Mary Brand", + "userid": 3252648, + "email": "brandmary@comcast.net", + }, + { + "row_num": 3826, + "name": "Olivia Gobble", + "userid": 3124878, + "email": "ofgtherapy@gmail.com", + }, + { + "row_num": 3834, + "name": "Melinda Swinney ", + "userid": 2835832, + "email": "melindajoyceswinney@gmail.com", + }, + { + "row_num": 3848, + "name": "Melissa Ludwig", + "userid": 3194771, + "email": "melllaaa2011@gmail.com", + }, + { + "row_num": 3856, + "name": "Melissa Wood", + "userid": 2103360, + "email": "melissawoodincorporated@gmail.com", + }, + { + "row_num": 3871, + "name": "Melanie Morgan", + "userid": 3320808, + "email": "morganmk22@gmail.com", + }, + { + "row_num": 3877, + "name": "Nimrat Bindra", + "userid": 3270046, + "email": "reenewu@gmail.com", + }, + { + "row_num": 3892, + "name": "Michael Valdes", + "userid": 2119312, + "email": "maval79@aol.com", + }, + { + "row_num": 3905, + "name": "Pam Quekemeyer", + "userid": 958933, + "email": "bhamtherapy@gmail.com", + }, + { + "row_num": 3914, + "name": "Marjorie Davis", + "userid": 3366925, + "email": "lafay22@hotmail.com", + }, + { + "row_num": 3920, + "name": "Nicole Morello", + "userid": 1055085, + "email": "nmorellolpc@gmail.com", + }, + { + "row_num": 3926, + "name": "Mirinda Watson", + "userid": 442406, + "email": "mirindabolton@gmail.com", + }, + { + "row_num": 3932, + "name": "Melissa Raab", + "userid": 1809947, + "email": "melraab314@gmail.com", + }, + { + "row_num": 3938, + "name": "Melissa Oleshansky", + "userid": 957327, + "email": "missybetho@comcast.net", + }, + { + "row_num": 3944, + "name": "Margarita Araiza", + "userid": 3194277, + "email": "araiza23@yahoo.com", + }, + { + "row_num": 3956, + "name": "Pamela Kulisek", + "userid": 3341787, + "email": "pamkulisek@gmail.com", + }, + { + "row_num": 3969, + "name": "Michelle Rudolph-Walls", + "userid": 3174496, + "email": "mwallsm@hotmail.com", + }, + { + "row_num": 3975, + "name": "Matthew Pordes", + "userid": 1235464, + "email": "matt.pordes@gmail.com", + }, + { + "row_num": 3981, + "name": "Mary Dodd", + "userid": 887038, + "email": "mermaid0717@me.com", + }, + { + "row_num": 3987, + "name": "Nicholas Crisp", + "userid": 3288218, + "email": "nickcrisp17@gmail.com", + }, + { + "row_num": 3994, + "name": "Melissa LeMay", + "userid": 887302, + "email": "melissa@nightingalebehavioralcounseling.com", + }, + { + "row_num": 4000, + "name": "Nichole Garcia", + "userid": 2859074, + "email": "nicholeg465@gmail.com", + }, + { + "row_num": 4007, + "name": "Mabel Thackeray", + "userid": 2097729, + "email": "thackera71@gmail.com", + }, + { + "row_num": 4013, + "name": "Meghan Griffin", + "userid": 721660, + "email": "zimmerme79@yahoo.com", + }, + { + "row_num": 4019, + "name": "Michal Katz", + "userid": 3262172, + "email": "michalkat@gmail.com", + }, + { + "row_num": 4026, + "name": "Mandi Maycumber", + "userid": 3219172, + "email": "mandimaycumber@gmail.com", + }, + { + "row_num": 4032, + "name": "Mark Wendt", + "userid": 750580, + "email": "careerguy84@yahoo.com", + }, + { + "row_num": 4050, + "name": "Nilson Mejia", + "userid": 3231566, + "email": "nxm1989@gmail.com", + }, + { + "row_num": 4056, + "name": "Oscar Tagle", + "userid": 3340814, + "email": "oscar.tagle@icloud.com", + }, + { + "row_num": 4062, + "name": "Michael Gusack", + "userid": 1989052, + "email": "mgusack@gmail.com", + }, + { + "row_num": 4068, + "name": "Nayomah Wilson-Castle", + "userid": 3095885, + "email": "myke4u2002@yahoo.com", + }, + { + "row_num": 4074, + "name": "Melissa Balent", + "userid": 3196981, + "email": "melissabalent@hotmail.com", + }, + { + "row_num": 4080, + "name": "Martha Fay", + "userid": 1861849, + "email": "mfaymhcs@gmail.com", + }, + { + "row_num": 4086, + "name": "Oddette Parker-Chieco", + "userid": 3373968, + "email": "odeparkerchieco@gmail.com", + }, + { + "row_num": 4111, + "name": "Mary Pulscher", + "userid": 3352243, + "email": "mpulscher@msn.com", + }, + { + "row_num": 4118, + "name": "Pamela Luckett", + "userid": 3243834, + "email": "pgluckett@pglconsultingllc.com", + }, + { + "row_num": 4130, + "name": "Melva Hartzog", + "userid": 1032484, + "email": "melvahartzog@gmail.com", + }, + { + "row_num": 4136, + "name": "Mylo Jennings", + "userid": 633908, + "email": "mylojenningsphd@gmail.com", + }, + { + "row_num": 4142, + "name": "Norma Beatriz", + "userid": 3178942, + "email": "normabeatriz55@gmail.com", + }, + { + "row_num": 4148, + "name": "Michele Paladino", + "userid": 1806773, + "email": "mpaladino618@gmail.com", + }, + { + "row_num": 4173, + "name": "Nina Mincarelli", + "userid": 539472, + "email": "nmincarelli@yahoo.com", + }, + { + "row_num": 4179, + "name": "Marcie Goehring", + "userid": 3195768, + "email": "marciegoehring@gmail.com", + }, + { + "row_num": 4185, + "name": "Mavish Khan", + "userid": 3070041, + "email": "mavekhan@gmail.com", + }, + { + "row_num": 4191, + "name": "Meg Shamp", + "userid": 3366223, + "email": "meg.shamp@yahoo.com", + }, + { + "row_num": 4197, + "name": "Melissa Racklin", + "userid": 3310764, + "email": "mracklin@yahoo.com", + }, + { + "row_num": 4203, + "name": "Malissa Horan", + "userid": 1861833, + "email": "malissahoran@gmail.com", + }, + { + "row_num": 4209, + "name": "Margaret Karnowski", + "userid": 565645, + "email": "maggie.karnowski@gmail.com", + }, + { + "row_num": 4215, + "name": "Michael Foley", + "userid": 3306431, + "email": "michaelfoleycounseling@gmail.com", + }, + { + "row_num": 4259, + "name": "Eileen Joseph", + "userid": 3343678, + "email": "eyejos@gmail.com", + }, + { + "row_num": 4344, + "name": "Kathleen Hunter Levy", + "userid": 951452, + "email": "kathleenhlevy@aol.com", + }, + { + "row_num": 4363, + "name": "Katherine Gilliard", + "userid": 823309, + "email": "kate.gilliard@gmail.com", + }, + { + "row_num": 4374, + "name": "Brenda Klass LMFT", + "userid": 3239004, + "email": "ccenter325@aol.com", + }, + { + "row_num": 4406, + "name": "Katherine Ernstrom", + "userid": 843805, + "email": "kernstrom@gmail.com", + }, + { + "row_num": 4473, + "name": "Katie Stevens", + "userid": 527209, + "email": "kfranklin11@yahoo.com", + }, + { + "row_num": 4537, + "name": "Anna Humes", + "userid": 661973, + "email": "adolhancryk@yahoo.com", + }, + { + "row_num": 4558, + "name": "Kathryn Brown", + "userid": 3156949, + "email": "brownklmsw@gmail.com", + }, + { + "row_num": 4567, + "name": "Kelly Morley", + "userid": 3276381, + "email": "kellydavismorley@gmail.com", + }, + { + "row_num": 4574, + "name": "LaToya Carter", + "userid": 2590083, + "email": "hello@latoyathetherapist.com", + }, + { + "row_num": 4581, + "name": "Katie Holt", + "userid": 3347878, + "email": "ktkeep@gmail.com", + }, + { + "row_num": 4587, + "name": "Lynette Davis", + "userid": 3335113, + "email": "ldgrayd@gmail.com", + }, + { + "row_num": 4637, + "name": "Leslie O'Donoghue", + "userid": 3196491, + "email": "leslieocounseling@gmail.com", + }, + { + "row_num": 4644, + "name": "Andrea Woodburn", + "userid": 962807, + "email": "andrea@grasshopperyogi.com", + }, + { + "row_num": 4646, + "name": "Leslie Wood", + "userid": 3192183, + "email": "llwoodsk8@gmail.com", + }, + { + "row_num": 4652, + "name": "Marcia Gordon-Weekes", + "userid": 2458501, + "email": "mswmar618@aol.com", + }, + { + "row_num": 4659, + "name": "Laura Feren", + "userid": 1244700, + "email": "lkoehlermsw@gmail.com", + }, + { + "row_num": 4669, + "name": "Georgena Brackett", + "userid": 3321671, + "email": "bracga@mchealth.net", + }, + { + "row_num": 4679, + "name": "Joline Morgan", + "userid": 3306631, + "email": "childwhisperlpc@gmail.com", + }, + { + "row_num": 4680, + "name": "Allison Fond", + "userid": 1870388, + "email": "abfond@gmail.com", + }, + { + "row_num": 4682, + "name": "Danielle Osborne", + "userid": 3366191, + "email": "dannyosborne12@yahoo.com", + }, + { + "row_num": 4716, + "name": "Laura Schulke", + "userid": 1420983, + "email": "lauraschulke@gmail.com", + }, + { + "row_num": 4722, + "name": "Margaret Moreno", + "userid": 3395693, + "email": "mwhitsett@gmail.com", + }, + { + "row_num": 4805, + "name": "Elizabeth Howley", + "userid": 2458366, + "email": "elizabetha3000@gmail.com", + }, + { + "row_num": 4823, + "name": "Laura Powers", + "userid": 3224747, + "email": "lneberle@yahoo.com", + }, + { + "row_num": 4841, + "name": "Laura Hogan", + "userid": 685985, + "email": "laurahoganlcpc@gmail.com", + }, + { + "row_num": 4871, + "name": "n n", + "userid": "", + "email": "nrasmussen+talkspacetest@gainsight.com", + }, + { + "row_num": 4894, + "name": "Kent Kelley", + "userid": 2104516, + "email": "kentrkelley@gmail.com", + }, + { + "row_num": 4919, + "name": "Lindsey Rhett", + "userid": 887316, + "email": "lynnielynn12@hotmail.com", + }, + { + "row_num": 4930, + "name": "Alfred Thomas Jr", + "userid": 883344, + "email": "alfred.thomasjr81@gmail.com", + }, + { + "row_num": 4949, + "name": "Kenneth Montour", + "userid": 963251, + "email": "k.r.montour@gmail.com", + }, + { + "row_num": 4977, + "name": "Latoya Layne", + "userid": 1279999, + "email": "shatawn21@hotmail.com", + }, + { + "row_num": 4998, + "name": "Kimberly Cook", + "userid": 3270509, + "email": "akasha1380@yahoo.com", + }, + { + "row_num": 5008, + "name": "Ledora Yerks", + "userid": 1163201, + "email": "motivatewellness@att.net", + }, + { + "row_num": 5095, + "name": "kim conradson", + "userid": 901319, + "email": "drkimconradson@yahoo.com", + }, + { + "row_num": 5101, + "name": "Leandra Chambers Campbell", + "userid": 3276122, + "email": "therapywithleandra@proton.me", + }, + { + "row_num": 5160, + "name": "Kaylin Morrissey", + "userid": 1873479, + "email": "kaylinlmb@gmail.com", + }, + { + "row_num": 5175, + "name": "Gerald Vernell", + "userid": 3227313, + "email": "geraldvernell@hotmail.com", + }, + { + "row_num": 5201, + "name": "Felicia Gilbert", + "userid": 2598888, + "email": "fgilber09@hotmail.com", + }, + { + "row_num": 5251, + "name": "Karen Tremblay", + "userid": 3290765, + "email": "motivationallcsw@gmail.com", + }, + { + "row_num": 5264, + "name": "iamina stoian", + "userid": 3175136, + "email": "iamina.stoian@gmail.com", + }, + { + "row_num": 5284, + "name": "Kathryn Randle", + "userid": 930979, + "email": "kmrandle@gmail.com", + }, + { + "row_num": 5294, + "name": "Edlyne Joseph", + "userid": 2054822, + "email": "ejoseph3272@gmail.com", + }, + { + "row_num": 5315, + "name": "Lindsay Sorensen", + "userid": 347070, + "email": "lindsaysorensencounseling@gmail.com", + }, + { + "row_num": 5329, + "name": "Kelly Higgins-Cross", + "userid": 3278110, + "email": "khone2one@gmail.com", + }, + { + "row_num": 5354, + "name": "Lisa Farmer", + "userid": 502692, + "email": "dr.lmfarmer@gmail.com", + }, + { + "row_num": 5367, + "name": "Krista Fulmer", + "userid": 3233356, + "email": "kristafulmer1@gmail.com", + }, + { + "row_num": 5374, + "name": "Lindsey Lemmon", + "userid": 386854, + "email": "lindsey.lemmon@yahoo.com", + }, + { + "row_num": 5399, + "name": "Lea Farrell", + "userid": 1239088, + "email": "laf2146@gmail.com", + }, + { + "row_num": 5407, + "name": "Krista Krogh", + "userid": 3263246, + "email": "krista@innerstrengthpc.com", + }, + { + "row_num": 5413, + "name": "lori mcdunn", + "userid": 3209364, + "email": "lori.mcdunn@lindsey.edu", + }, + { + "row_num": 5449, + "name": "Kathryn Beccaria", + "userid": 586956, + "email": "kathrynbeccaria@gmail.com", + }, + { + "row_num": 5455, + "name": "Kelly Rundle", + "userid": 938478, + "email": "kellyrundlecounseling@gmail.com", + }, + { + "row_num": 5466, + "name": "Laurie Rosser", + "userid": 2753046, + "email": "lrosser@twc.com", + }, + { + "row_num": 5474, + "name": "Rachelle Liriano ", + "userid": 1345881, + "email": "rachellejeanette@yahoo.com", + }, + { + "row_num": 5483, + "name": "Lindsay DeMarlie", + "userid": 3253704, + "email": "ldemarlie009@gmail.com", + }, + { + "row_num": 5489, + "name": "Lance Miguez", + "userid": 2877272, + "email": "lancemiguez@gmail.com", + }, + { + "row_num": 5514, + "name": "Kirsten Townsend", + "userid": 3335002, + "email": "ktownsend.counseling@gmail.com", + }, + { + "row_num": 5555, + "name": "Alexandria Smith", + "userid": 3282790, + "email": "alexandriadsmith@icloud.com", + }, + { + "row_num": 5567, + "name": "Anne-Marie Muller", + "userid": 3276085, + "email": "muller.ame@gmail.com", + }, + { + "row_num": 5583, + "name": "Kristen Herlihy", + "userid": 927414, + "email": "herlihykristen@yahoo.com", + }, + { + "row_num": 5589, + "name": "Faridy Mombeleur", + "userid": 3140885, + "email": "astonishpmhnp@gmail.com", + }, + { + "row_num": 5592, + "name": "Erin Frey", + "userid": 2325318, + "email": "erin.k.frey@gmail.com", + }, + { + "row_num": 5612, + "name": "Kelsey Whittlesey", + "userid": 598711, + "email": "kelsey.liasophia@gmail.com", + }, + { + "row_num": 5631, + "name": "Jennifer Taylor", + "userid": 2601272, + "email": "jtaylorapnp@gmail.com", + }, + { + "row_num": 5661, + "name": "Oyeronke Ajiboye-Lala", + "userid": 2276883, + "email": "oyeronkelala@gmail.com", + }, + { + "row_num": 5665, + "name": "kate lempke", + "userid": 679948, + "email": "kglempke@gmail.com", + }, + { + "row_num": 5671, + "name": "Lauren Herbert", + "userid": 951387, + "email": "lauren_herbert@aol.com", + }, + { + "row_num": 5679, + "name": "Jingyi Theis", + "userid": 2124331, + "email": "jennifertheis.oc@gmail.com", + }, + { + "row_num": 5686, + "name": "Camille Weis", + "userid": 1607417, + "email": "camillenp@gmail.com", + }, + { + "row_num": 5687, + "name": "Judith Diaz", + "userid": 2482511, + "email": "judithdiaz@essentialpsychiatricservices.com", + }, + { + "row_num": 5689, + "name": "Sarah Jewell ", + "userid": 2210542, + "email": "sarahnjewell@yahoo.com", + }, + { + "row_num": 5696, + "name": "Larry Ganster", + "userid": 3138481, + "email": "pinballwizard52@gmail.com", + }, + { + "row_num": 5702, + "name": "Kevin Bowman", + "userid": 1907355, + "email": "kevster50@me.com", + }, + { + "row_num": 5719, + "name": "Brooke Word", + "userid": 927371, + "email": "brooke.word@gmail.com", + }, + { + "row_num": 5726, + "name": "LuGina Dumas", + "userid": 3177939, + "email": "luginadumas@yahoo.com", + }, + { + "row_num": 5739, + "name": "Joanna Poole", + "userid": 3210894, + "email": "joannapoole08@gmail.com", + }, + { + "row_num": 5751, + "name": "Kathleen Nardella", + "userid": 1181288, + "email": "nardella.kathleen@gmail.com", + }, + { + "row_num": 5758, + "name": "Laurence Scappa", + "userid": 3300366, + "email": "larryscappa@gmail.com", + }, + { + "row_num": 5788, + "name": "Lori Gilmore", + "userid": 2795438, + "email": "llgilmore304@gmail.com", + }, + { + "row_num": 5794, + "name": "Jamie Crouch", + "userid": 3206411, + "email": "jamiecrouch14@gmail.com", + }, + { + "row_num": 5814, + "name": "Liza Daniel", + "userid": 3289755, + "email": "lizadaniel43@gmail.com", + }, + { + "row_num": 5821, + "name": "Kimberly Smith", + "userid": 3262921, + "email": "kimasmith18@gmail.com", + }, + { + "row_num": 5828, + "name": "Lynn Nowak", + "userid": 1840596, + "email": "lynn.westbend.wi@gmail.com", + }, + { + "row_num": 5835, + "name": "Kristin Ray", + "userid": 2848672, + "email": "kristin.goss.ray@gmail.com", + }, + { + "row_num": 5844, + "name": "Katie Brave", + "userid": 3332198, + "email": "katietbrave@gmail.com", + }, + { + "row_num": 5850, + "name": "Leslie Sampson", + "userid": 261856, + "email": "lsampsonlmhc@gmail.com", + }, + { + "row_num": 5870, + "name": "Leila Farahani", + "userid": 3298540, + "email": "leilafarahani@me.com", + }, + { + "row_num": 5878, + "name": "Edward Reyes", + "userid": 1316179, + "email": "eddiereyes87@gmail.com", + }, + { + "row_num": 5882, + "name": "Kamay Gaboda", + "userid": 2796506, + "email": "j_gaboda@yahoo.com", + }, + { + "row_num": 5888, + "name": "Lauren Ungar", + "userid": 2791355, + "email": "laurenungar@yahoo.com", + }, + { + "row_num": 5909, + "name": "Diann Rico Kaainoa", + "userid": 3419796, + "email": "kaainoa@gmail.com", + }, + { + "row_num": 5916, + "name": "Luis Navarrete", + "userid": 554153, + "email": "lnava008@gmail.com", + }, + { + "row_num": 5923, + "name": "lorraine hellman", + "userid": 1049967, + "email": "raineyscounseling@gmail.com", + }, + { + "row_num": 5935, + "name": "Lori Crowson", + "userid": 3022909, + "email": "dr.crowson@slcdbh.com", + }, + { + "row_num": 5941, + "name": "Amanda Williams", + "userid": 3254774, + "email": "amanda.l.williams@outlook.com", + }, + { + "row_num": 5950, + "name": "Kristian Wilson", + "userid": 3278944, + "email": "kristian.wlsn@gmail.com", + }, + { + "row_num": 5958, + "name": "Jill Jeude", + "userid": 3174054, + "email": "jjeude61@gmail.com", + }, + { + "row_num": 5970, + "name": "Laura Todaro", + "userid": 862123, + "email": "laurat.lpc@gmail.com", + }, + { + "row_num": 5977, + "name": "Leaha Hammer", + "userid": 3247295, + "email": "leahahammerlimhp@gmail.com", + }, + { + "row_num": 5984, + "name": "Devin Devlin", + "userid": 2362093, + "email": "devdevlin2002@yahoo.com", + }, + { + "row_num": 5986, + "name": "Laura Elaine Akins", + "userid": 2753898, + "email": "elaineakins449@yahoo.com", + }, + { + "row_num": 5994, + "name": "Julia Lopez", + "userid": 3304279, + "email": "julia@jlopezcounseling.com", + }, + { + "row_num": 6000, + "name": "Elizabeth Marshall", + "userid": 3158229, + "email": "marshallecs@gmail.com", + }, + { + "row_num": 6022, + "name": "Kimberly Taylor ", + "userid": 823061, + "email": "lovestowrite065@gmail.com", + }, + { + "row_num": 6031, + "name": "Katherine Daniher", + "userid": 3121814, + "email": "kdaniher05@gmail.com", + }, + { + "row_num": 6038, + "name": "Kathryn Klein", + "userid": 956709, + "email": "kathyklein@gmail.com", + }, + { + "row_num": 6047, + "name": "Kevin Audley", + "userid": 3094382, + "email": "kvaud@yahoo.com", + }, + { + "row_num": 6065, + "name": "Kim Hughes", + "userid": 3232137, + "email": "kim.hughes@serenityspringscounselingllc.com", + }, + { + "row_num": 6075, + "name": "Julie Watta", + "userid": 1893872, + "email": "juliewatta@gmail.com", + }, + { + "row_num": 6089, + "name": "Kristie Fleurimond", + "userid": 2044883, + "email": "kristie.fleurimond@gmail.com", + }, + { + "row_num": 6107, + "name": "Jaclyn Mathisen", + "userid": 1084644, + "email": "jackiemathisen@gmail.com", + }, + { + "row_num": 6117, + "name": "Kimberly Leitch", + "userid": 380344, + "email": "kdmlnyc@gmail.com", + }, + { + "row_num": 6123, + "name": "Jamie Sheppard", + "userid": 3340899, + "email": "jlsheppard80@gmail.com", + }, + { + "row_num": 6132, + "name": "Lisa Herman", + "userid": 3182108, + "email": "lisaherman@hushmail.com", + }, + { + "row_num": 6146, + "name": "Alecia White", + "userid": 2812513, + "email": "information@fullmoonpsych.com", + }, + { + "row_num": 6147, + "name": "Katherine Souza", + "userid": 2094053, + "email": "tedkath@gmail.com", + }, + { + "row_num": 6153, + "name": "Kerith Edwards", + "userid": 2425968, + "email": "ekomomai@kalikocounseling.com", + }, + { + "row_num": 6161, + "name": "Lauren Parish", + "userid": 3337843, + "email": "laurenparish2016@gmail.com", + }, + { + "row_num": 6182, + "name": "Kaitlyn Barbour", + "userid": 3111964, + "email": "kaitlynbarbour28@gmail.com", + }, + { + "row_num": 6191, + "name": "LaKesha Israel", + "userid": 3226177, + "email": "lakesha022875@aol.com", + }, + { + "row_num": 6199, + "name": "Lisa Fabrizio", + "userid": 3284941, + "email": "missoula328@yahoo.com", + }, + { + "row_num": 6205, + "name": "Kathy Frydenlund", + "userid": 2213467, + "email": "kathyfrydenlund@gmail.com", + }, + { + "row_num": 6219, + "name": "Krystal Armstrong", + "userid": 2368089, + "email": "krystal.armstrong@yahoo.com", + }, + { + "row_num": 6236, + "name": "Karen Douglass", + "userid": 3313095, + "email": "drdouglass@gileadheals.com", + }, + { + "row_num": 6242, + "name": "Kim Barnes-Allen", + "userid": 3364069, + "email": "kymshome@gmail.com", + }, + { + "row_num": 6248, + "name": "Luz Matos", + "userid": 409900, + "email": "lvm5012@gmail.com", + }, + { + "row_num": 6254, + "name": "Lauren Laich", + "userid": 239072, + "email": "llaich88@yahoo.com", + }, + { + "row_num": 6261, + "name": "Luigia Goodman", + "userid": 2586152, + "email": "lrgoodman24@gmail.com", + }, + { + "row_num": 6268, + "name": "Joshua Beavers", + "userid": 3314171, + "email": "info@fwctulsa.com", + }, + { + "row_num": 6277, + "name": "Kristi Amorim", + "userid": 3232612, + "email": "keeks6238@gmail.com", + }, + { + "row_num": 6285, + "name": "Kathryn Fortune-Gallagher ", + "userid": 2998551, + "email": "kathryn.fortune@gmail.com", + }, + { + "row_num": 6291, + "name": "Linda Weiss", + "userid": 1466321, + "email": "weissocean@gmail.com", + }, + { + "row_num": 6297, + "name": "Lori Jones", + "userid": 2789722, + "email": "lorifjones@aol.com", + }, + { + "row_num": 6303, + "name": "Lawrence Levy", + "userid": 633945, + "email": "drlevypsychologist@gmail.com", + }, + { + "row_num": 6315, + "name": "Kyoko Queen", + "userid": 1152999, + "email": "qkyoko@juno.com", + }, + { + "row_num": 6321, + "name": "Lindsey Hoffman", + "userid": 3183894, + "email": "lindsey.hoffmanlcsw@gmail.com", + }, + { + "row_num": 6327, + "name": "Kevin Coleman", + "userid": 3162493, + "email": "favofgod@yahoo.com", + }, + { + "row_num": 6340, + "name": "Linda Adams", + "userid": 3364605, + "email": "lindaadamslpc@gmail.com", + }, + { + "row_num": 6356, + "name": "Lynn Mahan ", + "userid": 2066604, + "email": "lynnmahan73@gmail.com", + }, + { + "row_num": 6362, + "name": "Jodi Olmstead", + "userid": 824432, + "email": "jodi.olmstead@mdofficemail.com", + }, + { + "row_num": 6374, + "name": "Kimberly Puetzer-Gowing", + "userid": 825148, + "email": "kimpuetzer@yahoo.com", + }, + { + "row_num": 6381, + "name": "Kelky Freeman ", + "userid": 85112, + "email": "khfreeman1968@bellsouth.net", + }, + { + "row_num": 6393, + "name": "Lauren MacPherson", + "userid": 3180396, + "email": "laurenam80@gmail.com", + }, + { + "row_num": 6399, + "name": "Katie Dauterive", + "userid": 3278109, + "email": "katiedauterive91@gmail.com", + }, + { + "row_num": 6405, + "name": "Lisa Toth ", + "userid": 2144759, + "email": "ltoth984@gmail.com", + }, + { + "row_num": 6411, + "name": "Konia Nikas", + "userid": 1870407, + "email": "konianikas@gmail.com", + }, + { + "row_num": 6417, + "name": "Kelly Wallace", + "userid": 3127929, + "email": "clariontelehealthcounseling@outlook.com", + }, + { + "row_num": 6448, + "name": "Kylie Kerr", + "userid": 3243824, + "email": "kmkerr23@hotmail.com", + }, + { + "row_num": 6454, + "name": "Lynn Sims", + "userid": 2666665, + "email": "simscounselingokc@gmail.com", + }, + { + "row_num": 6466, + "name": "Kelly Lindenbaum ", + "userid": 2536383, + "email": "lindenbaumkelly@gmail.com", + }, + { + "row_num": 6472, + "name": "Linda Marie Margosian", + "userid": 3311179, + "email": "lindamarie.margosian.lmhc@outlook.com", + }, + { + "row_num": 6478, + "name": "Linda Dollen", + "userid": 3236909, + "email": "ldollen1@aol.com", + }, + { + "row_num": 6484, + "name": "Lance Rao", + "userid": 942085, + "email": "lancecrao@gmail.com", + }, + { + "row_num": 6491, + "name": "Linda Shaner", + "userid": 2157836, + "email": "lin.shaner@gmail.com", + }, + { + "row_num": 6509, + "name": "Eryn Greenstein", + "userid": 251737, + "email": "erynmaire01@gmail.com", + }, + { + "row_num": 6515, + "name": "Leah Comeau", + "userid": 3308040, + "email": "lcomeau2017@gmail.com", + }, + { + "row_num": 6527, + "name": "Krystal Boza", + "userid": 1261346, + "email": "krystal.boza@outlook.com", + }, + { + "row_num": 6533, + "name": "Kelly Dambra", + "userid": 685943, + "email": "kdambra05@gmail.com", + }, + { + "row_num": 6564, + "name": "Elizabeth Boyle", + "userid": 3177621, + "email": "elizabethlboylelpc@gmail.com", + }, + { + "row_num": 6570, + "name": "Jasmin Davis", + "userid": 2330262, + "email": "jasjenyse77@gmail.com", + }, + { + "row_num": 6580, + "name": "Elisabeth Couts", + "userid": 1048005, + "email": "elisabethcouts@gmail.com", + }, + { + "row_num": 6587, + "name": "Hollie Aardema Andrews", + "userid": 333765, + "email": "hlynnf@yahoo.com", + }, + { + "row_num": 6607, + "name": "Elyse Schwartz-Myers", + "userid": 851275, + "email": "elysesschwartz@gmail.com", + }, + { + "row_num": 6628, + "name": "Edward Buckenham", + "userid": 3308318, + "email": "tedb3rd@gmail.com", + }, + { + "row_num": 6691, + "name": "Avivit Fuchs", + "userid": 1372199, + "email": "avivitz@yahoo.com", + }, + { + "row_num": 6700, + "name": "Jennifer Hennecelli", + "userid": 2999445, + "email": "jenhennecelli@gmail.com", + }, + { + "row_num": 6744, + "name": "Joelle Kallio", + "userid": 705759, + "email": "j.kallio.consultant@gmail.com", + }, + { + "row_num": 6759, + "name": "Svetlana Stuck", + "userid": 1724495, + "email": "schirina5@gmail.com", + }, + { + "row_num": 6771, + "name": "Cheryl Boyland", + "userid": 1134930, + "email": "bethesdacoc1@gmail.com", + }, + { + "row_num": 6782, + "name": "Justin Goldstein", + "userid": 2979582, + "email": "jegoldst@gmail.com", + }, + { + "row_num": 6798, + "name": "Eric Tedstrom", + "userid": 3309166, + "email": "tedstromtherapy@msn.com", + }, + { + "row_num": 6808, + "name": "edward suarez", + "userid": 1355325, + "email": "edward@hawaii.edu", + }, + { + "row_num": 6821, + "name": "Nathan Schneider", + "userid": 2047411, + "email": "ntschneiderpmhnp@gmail.com", + }, + { + "row_num": 6822, + "name": "Anita Sassaman", + "userid": 1401818, + "email": "anitapsychnp@gmail.com", + }, + { + "row_num": 6830, + "name": "Nanah Sesay", + "userid": 1660165, + "email": "sesaynanah44@gmail.com", + }, + { + "row_num": 6831, + "name": "Dan Nicolau", + "userid": 2419616, + "email": "dannicolaumd@gmail.com", + }, + { + "row_num": 6833, + "name": "Fernette Hoag", + "userid": 2044852, + "email": "fernette@ymail.com", + }, + { + "row_num": 6841, + "name": "Matthew Lowe", + "userid": 1461010, + "email": "matthew_lowe@providersforhealthyliving.com", + }, + { + "row_num": 6845, + "name": "Ebony Langston", + "userid": 1952108, + "email": "ebonylangston1@gmail.com", + }, + { + "row_num": 6854, + "name": "Brittany Davrichachvili-Simo", + "userid": 937761, + "email": "brittanydavrich@gmail.com", + }, + { + "row_num": 6866, + "name": "Jerome Zurowski ", + "userid": 1240342, + "email": "jerryzurowski@yahoo.com", + }, + { + "row_num": 6889, + "name": "Joshua Adams", + "userid": 3326229, + "email": "jadams2789@gmail.com", + }, + { + "row_num": 6895, + "name": "Jessicca Shumard", + "userid": 2855091, + "email": "jshumardlpc@itherapymail.com", + }, + { + "row_num": 6921, + "name": "Geoff Gibson", + "userid": 956704, + "email": "clinic@gibsonfamilytherapy.com", + }, + { + "row_num": 6932, + "name": "Stephanie Banning", + "userid": 3344619, + "email": "sbanninglmft@gmail.com", + }, + { + "row_num": 6933, + "name": "Kendell Clark", + "userid": 3370843, + "email": "allen00284@yahoo.com", + }, + { + "row_num": 6940, + "name": "Ashley Parks", + "userid": 3297369, + "email": "ashtay111@gmail.com", + }, + { + "row_num": 6954, + "name": "Emily Atkinson", + "userid": 3333091, + "email": "eatkinson6178@gmail.com", + }, + { + "row_num": 6960, + "name": "Donna Dixon", + "userid": 2333295, + "email": "dixond1639@gmail.com", + }, + { + "row_num": 7017, + "name": "Danika Keenom", + "userid": 1989277, + "email": "dani1851@yahoo.com", + }, + { + "row_num": 7027, + "name": "Carl Dade", + "userid": 3112575, + "email": "cdade5050@gmail.com", + }, + { + "row_num": 7035, + "name": "Christina Stakely", + "userid": 1141266, + "email": "catlynn444@gmail.com", + }, + { + "row_num": 7051, + "name": "Meghan Gilbert", + "userid": 3391535, + "email": "rossmeghan09@gmail.com", + }, + { + "row_num": 7053, + "name": "Shannon Hilliker", + "userid": 3352192, + "email": "shannonhillikerlcsw@gmail.com", + }, + { + "row_num": 7056, + "name": "Gina Sinito", + "userid": 3302999, + "email": "michael.damato7@gmail.com", + }, + { + "row_num": 7070, + "name": "Janice Marr", + "userid": 361391, + "email": "littlemarr87@gmail.com", + }, + { + "row_num": 7083, + "name": "Ellen Fitzkee", + "userid": 668005, + "email": "efitzkee@gmail.com", + }, + { + "row_num": 7093, + "name": "Erica Scott", + "userid": 3226911, + "email": "emiller111713@gmail.com", + }, + { + "row_num": 7114, + "name": "Jackie Scarborough", + "userid": 2154759, + "email": "jackielovesrussell@gmail.com", + }, + { + "row_num": 7127, + "name": "Johan Mejia", + "userid": 2243956, + "email": "mejiajohane@gmail.com", + }, + { + "row_num": 7135, + "name": "Jessica Bolin Edwards", + "userid": 3280328, + "email": "jessicabolinedwards@gmail.com", + }, + { + "row_num": 7149, + "name": "Camille Wood", + "userid": 2667672, + "email": "cbwood8@gmail.com", + }, + { + "row_num": 7175, + "name": "Jag Soni", + "userid": 958920, + "email": "dr.jag@icloud.com", + }, + { + "row_num": 7188, + "name": "April Tith", + "userid": 508413, + "email": "apriltith@gmail.com", + }, + { + "row_num": 7199, + "name": "Tony Wu", + "userid": 1735506, + "email": "tonywu@drwuonline.com", + }, + { + "row_num": 7202, + "name": "Amanda Aguirre", + "userid": 951410, + "email": "mandyaguirre452@gmail.com", + }, + { + "row_num": 7204, + "name": "Ninive Gonzalez", + "userid": 3130501, + "email": "ninive.gonzalezlpc@gmail.com", + }, + { + "row_num": 7209, + "name": "Jessica Wilcox", + "userid": 3353173, + "email": "leiderjess@gmail.com", + }, + { + "row_num": 7224, + "name": "Celia Gardner", + "userid": 3013816, + "email": "cgardnerlpc@gmail.com", + }, + { + "row_num": 7225, + "name": "Donald Curry", + "userid": 3328443, + "email": "don.curry@me.com", + }, + { + "row_num": 7233, + "name": "Jeanine Taylor", + "userid": 524297, + "email": "jtaylorlcsw@gmail.com", + }, + { + "row_num": 7241, + "name": "Garry Cowles", + "userid": 3227542, + "email": "gsccowles1948@aol.com", + }, + { + "row_num": 7247, + "name": "Tina Taylor", + "userid": 350593, + "email": "info@healingheartslpc.com", + }, + { + "row_num": 7260, + "name": "Jennifer Vanhove", + "userid": 755784, + "email": "lifecompasscounseling@gmail.com", + }, + { + "row_num": 7270, + "name": "Henry Swedlaw", + "userid": 193440, + "email": "jayswedlaw@gmail.com", + }, + { + "row_num": 7286, + "name": "Jennifer Allen", + "userid": 2383260, + "email": "wellnessyourway2@gmail.com", + }, + { + "row_num": 7289, + "name": "Emily Crowder", + "userid": 1511986, + "email": "ekgcrowder@gmail.com", + }, + { + "row_num": 7301, + "name": "Holly Towers", + "userid": 2964324, + "email": "hollytowers@outlook.com", + }, + { + "row_num": 7313, + "name": "Katherine Sandven Moss", + "userid": 3142392, + "email": "ktsandven87@gmail.com", + }, + { + "row_num": 7323, + "name": "Jonathan Johnson", + "userid": 2005220, + "email": "jonjohnsonlcsw@gmail.com", + }, + { + "row_num": 7338, + "name": "Erin Smith", + "userid": 3249575, + "email": "ensmith@hcscpllc.com", + }, + { + "row_num": 7351, + "name": "Summyji Groom", + "userid": 3162005, + "email": "summyji.pmhnp@gmail.com", + }, + { + "row_num": 7359, + "name": "Rosemarie Connor", + "userid": 3361220, + "email": "arcie6322@outlook.com", + }, + { + "row_num": 7362, + "name": "Richard Spires", + "userid": 3296123, + "email": "ricky_spires1984@yahoo.com", + }, + { + "row_num": 7364, + "name": "Leslie Hoyt", + "userid": 1084638, + "email": "lahoyt@gmail.com", + }, + { + "row_num": 7366, + "name": "April zamzow", + "userid": 2119676, + "email": "april492000@yahoo.com", + }, + { + "row_num": 7367, + "name": "Maria Brown", + "userid": 1368400, + "email": "mariabrown.counseling@gmail.com", + }, + { + "row_num": 7373, + "name": "Jessica Lee", + "userid": 3231900, + "email": "jessicaleelmft@gmail.com", + }, + { + "row_num": 7375, + "name": "Courtney Barney", + "userid": 3329002, + "email": "courtneyabarney@yahoo.com", + }, + { + "row_num": 7381, + "name": "Heather Magone", + "userid": 3179309, + "email": "heather@fitipy.com", + }, + { + "row_num": 7387, + "name": "sean fitzgerald", + "userid": 1494685, + "email": "sean.e.fitzgerald@gmail.com", + }, + { + "row_num": 7394, + "name": "Jennifer Morejon", + "userid": 2937650, + "email": "jmorejoncounseling@gmail.com", + }, + { + "row_num": 7409, + "name": "Thomas Cagle", + "userid": 3233257, + "email": "therapist4you001@gmail.com", + }, + { + "row_num": 7418, + "name": "Lisa Magnett", + "userid": 1227897, + "email": "lmagnett56@gmail.com", + }, + { + "row_num": 7427, + "name": "Elizabeth Ciaravino", + "userid": 3409630, + "email": "drliz727@verizon.net", + }, + { + "row_num": 7428, + "name": "Deanna Stacy", + "userid": 887147, + "email": "dstacy86@comcast.net", + }, + { + "row_num": 7429, + "name": "Dawn Chandler", + "userid": 3209662, + "email": "dawnchandlerlmft@gmail.com", + }, + { + "row_num": 7430, + "name": "Dawn Coryat-Hon", + "userid": 3307546, + "email": "dcoryathon@gmail.com", + }, + { + "row_num": 7432, + "name": "Cynthia Davis", + "userid": 3178930, + "email": "cindydavis303@yahoo.com", + }, + { + "row_num": 7440, + "name": "Scott Harris", + "userid": 3208910, + "email": "scottkharris123@icloud.com", + }, + { + "row_num": 7441, + "name": "Anna Askew", + "userid": 647012, + "email": "apaskew@gmail.com", + }, + { + "row_num": 7443, + "name": "Rebecca Spencer", + "userid": 3458088, + "email": "beckyspencerlcsw@gmail.com", + }, + { + "row_num": 7444, + "name": "Cheri Dod-Good", + "userid": 3384431, + "email": "cherigood47@gmail.com", + }, + { + "row_num": 7446, + "name": "Marycynthiagrace Johnsen", + "userid": 3364724, + "email": "gracemjohnsen@gmail.com", + }, + { + "row_num": 7455, + "name": "Jennifer Ratliff-Moss", + "userid": 725964, + "email": "jratliffmosslmsw@gmail.com", + }, + { + "row_num": 7456, + "name": "Timothy Theye", + "userid": 3361592, + "email": "abrighterfuture@frontier.com", + }, + { + "row_num": 7457, + "name": "Kathryn Klatt", + "userid": 3403244, + "email": "katie_klatt@hotmail.com", + }, + { + "row_num": 7460, + "name": "Ashley Timbrell", + "userid": 3354101, + "email": "ashleyltimbrell@gmail.com", + }, + { + "row_num": 7463, + "name": "Carrie Bican", + "userid": 3185063, + "email": "carrievision@gmail.com", + }, + { + "row_num": 7465, + "name": "Frederick Insler", + "userid": 1861846, + "email": "insler@sbcglobal.net", + }, + { + "row_num": 7476, + "name": "Delores Turner", + "userid": 2917589, + "email": "deloresturner@live.com", + }, + { + "row_num": 7478, + "name": "Christy Garnhart", + "userid": 2002906, + "email": "c.garnhart@gmail.com", + }, + { + "row_num": 7481, + "name": "Jennifer Schwirian", + "userid": 2883291, + "email": "schwirianj@gmail.com", + }, + { + "row_num": 7487, + "name": "Sherita Riley", + "userid": 2590115, + "email": "sheritariley.hws@gmail.com", + }, + { + "row_num": 7494, + "name": "MARISSA DWARICA", + "userid": 2960550, + "email": "emipuppets92@gmail.com", + }, + { + "row_num": 7501, + "name": "Jeremy Rosene", + "userid": 3336592, + "email": "jrosene82@gmail.com", + }, + { + "row_num": 7503, + "name": "Myra Brown", + "userid": 2230712, + "email": "lmb2003@yahoo.com", + }, + { + "row_num": 7505, + "name": "Heather Payne", + "userid": 3323683, + "email": "newfiegrl57@gmail.com", + }, + { + "row_num": 7510, + "name": "Tyron Mallard", + "userid": 3173072, + "email": "tmallard6784@gmail.com", + }, + { + "row_num": 7511, + "name": "Hannah Kirby-Zimmerman", + "userid": 2004631, + "email": "hannahekz@gmail.com", + }, + { + "row_num": 7519, + "name": "Nandranie Busjit Bhalai", + "userid": 2290836, + "email": "nandranie07@gmail.com", + }, + { + "row_num": 7521, + "name": "John Breazeal", + "userid": 1940717, + "email": "jbreazeal@hotmail.com", + }, + { + "row_num": 7529, + "name": "Ianthony Reiner", + "userid": 3262666, + "email": "t.m.reiner@gmail.com", + }, + { + "row_num": 7534, + "name": "Kristie Summerville", + "userid": 2326693, + "email": "ks.summerville@gmail.com", + }, + { + "row_num": 7536, + "name": "David Myford", + "userid": 927739, + "email": "dmyford@gmail.com", + }, + { + "row_num": 7537, + "name": "Jesenia Lopez", + "userid": 3222770, + "email": "jessypr2000@yahoo.com", + }, + { + "row_num": 7539, + "name": "Hilaria Del Valle", + "userid": 3238085, + "email": "lindsaydelvalle@yahoo.com", + }, + { + "row_num": 7542, + "name": "Joshua Siskin", + "userid": 2161142, + "email": "joshua@perfectplants.com", + }, + { + "row_num": 7550, + "name": "Jenette Smith", + "userid": 633925, + "email": "jenettesmith1103@gmail.com", + }, + { + "row_num": 7560, + "name": "Jenny Wood", + "userid": 2252635, + "email": "jennyw000@cs.com", + }, + { + "row_num": 7564, + "name": "Aymara Valladares, LMHC", + "userid": 3372062, + "email": "aymarav@icloud.com", + }, + { + "row_num": 7567, + "name": "Norma Hixon", + "userid": 3337055, + "email": "amrom2001@yahoo.com", + }, + { + "row_num": 7568, + "name": "Beverley Theodore", + "userid": 2593662, + "email": "sipariaborn@gmail.com", + }, + { + "row_num": 7570, + "name": "Anthony Meece", + "userid": 3147556, + "email": "tony.meece69@gmail.com", + }, + { + "row_num": 7574, + "name": "Ethel Dawn Capone", + "userid": 3248729, + "email": "dawn.capone.lpc@gmail.com", + }, + { + "row_num": 7575, + "name": "Jenny Canales", + "userid": 3262428, + "email": "giacomina.maria@yahoo.com", + }, + { + "row_num": 7576, + "name": "Paul Teska", + "userid": 3391312, + "email": "pteska@yahoo.com", + }, + { + "row_num": 7577, + "name": "Amanda Rausch", + "userid": 249913, + "email": "amandarauschmft@gmail.com", + }, + { + "row_num": 7578, + "name": "Erin Weiss", + "userid": 1048041, + "email": "eweiss.lcswc@gmail.com", + }, + { + "row_num": 7586, + "name": "Anthony Locascio", + "userid": 1401838, + "email": "thanous@gmail.com", + }, + { + "row_num": 7587, + "name": "Shalonda Scott", + "userid": 3119430, + "email": "discoveringhopeco@gmail.com", + }, + { + "row_num": 7589, + "name": "Deslaune Burns", + "userid": 2674563, + "email": "dsburnstherapy@gmail.com", + }, + { + "row_num": 7592, + "name": "Emily Conery", + "userid": 3291482, + "email": "ecbanitt@gmail.com", + }, + { + "row_num": 7603, + "name": "Jennifer Horne", + "userid": 2682518, + "email": "jensth9@gmail.com", + }, + { + "row_num": 7609, + "name": "Jeri Kennedy", + "userid": 3211802, + "email": "strategy.counseling.22@gmail.com", + }, + { + "row_num": 7616, + "name": "Michael Okoye", + "userid": 3252075, + "email": "mokoye@usa.com", + }, + { + "row_num": 7632, + "name": "Erin McNiff", + "userid": 1048005, + "email": "emcniff@phoenixcharteracademy.org", + }, + { + "row_num": 7639, + "name": "Jan Gordon", + "userid": 1343288, + "email": "jan_gordon@sbcglobal.net", + }, + { + "row_num": 7646, + "name": "Chelsea St Clair", + "userid": 2266929, + "email": "chelsea144@hotmail.com", + }, + { + "row_num": 7653, + "name": "Sultan Simms", + "userid": 3232539, + "email": "drsultansr@gmail.com", + }, + { + "row_num": 7669, + "name": "Sherry Farrell", + "userid": 2431296, + "email": "sherrydfarrell@yahoo.com", + }, + { + "row_num": 7676, + "name": "Jessica Shields", + "userid": 3202092, + "email": "wjessicad@gmail.com", + }, + { + "row_num": 7685, + "name": "Jeff Jones", + "userid": 1450043, + "email": "quoeleth@gmail.com", + }, + { + "row_num": 7692, + "name": "Susan Brust", + "userid": 1505187, + "email": "srbrust@hotmail.com", + }, + { + "row_num": 7709, + "name": "Julie Ohana ", + "userid": 3044360, + "email": "culinaryarttherapy@gmail.com", + }, + { + "row_num": 7722, + "name": "Danielle Frazier", + "userid": 2651691, + "email": "counselordani@gmail.com", + }, + { + "row_num": 7738, + "name": "Aimee Dempsey", + "userid": 2193859, + "email": "aimeem05@gmail.com", + }, + { + "row_num": 7748, + "name": "Elizabeth Ozalas", + "userid": 608583, + "email": "eozalas1@yahoo.com", + }, + { + "row_num": 7760, + "name": "Ellen Sanders", + "userid": 1472975, + "email": "esanders888@gmail.com", + }, + { + "row_num": 7821, + "name": "Bianca Mercado", + "userid": 2122115, + "email": "bianca.mercado@talkspace.com", + }, + { + "row_num": 7833, + "name": "Henry Esformes", + "userid": 3315976, + "email": "hesformes1@gmail.com", + }, + { + "row_num": 7846, + "name": "Jacquetta Burnside", + "userid": 3518804, + "email": "jacquetta.burnside@gmail.com", + }, + { + "row_num": 7856, + "name": "Heather Manello", + "userid": 464531, + "email": "heather.manello@gmail.com", + }, + { + "row_num": 7867, + "name": "Suzannia Holden", + "userid": 877754, + "email": "dr.suz.holden@gmail.com", + }, + { + "row_num": 7889, + "name": "Jeanne Peel", + "userid": 1048138, + "email": "jeannepeel@gmail.com", + }, + { + "row_num": 7895, + "name": "John Trentalange", + "userid": 2622938, + "email": "trentalange@netzero.com", + }, + { + "row_num": 7902, + "name": "Helen Nichols", + "userid": 3269324, + "email": "nicholshelen@yahoo.com", + }, + { + "row_num": 7913, + "name": "Gayle Reed", + "userid": 3120595, + "email": "gayla_5464@yahoo.com", + }, + { + "row_num": 7923, + "name": "Elizabeth Sayre", + "userid": 937752, + "email": "elizsayre@gmail.com", + }, + { + "row_num": 7929, + "name": "Jenna Nielsen", + "userid": 1718111, + "email": "jenna_nielsen@hotmail.com", + }, + { + "row_num": 7937, + "name": "nathalie Diethrich", + "userid": 1792861, + "email": "nathalie_lassau@hotmail.com", + }, + { + "row_num": 7944, + "name": "Gratiana Taylor", + "userid": 350593, + "email": "admin@tinatayloronline.com", + }, + { + "row_num": 7952, + "name": "Jodi Shipley", + "userid": 3172598, + "email": "jodi.shipley@talkspace.com", + }, + { + "row_num": 7965, + "name": "Karen McGuffey", + "userid": 1995275, + "email": "redi746@hotmail.com", + }, + { + "row_num": 7972, + "name": "James Goldstein", + "userid": 3191692, + "email": "jsgoldstein1@juno.com", + }, + { + "row_num": 7986, + "name": "Frank Eaton", + "userid": 2498443, + "email": "featon1a@gmail.com", + }, + { + "row_num": 7992, + "name": "Sheridan Kesselman", + "userid": 992787, + "email": "kesselmansheridan@gmail.com", + }, + { + "row_num": 7999, + "name": "Matthew Daues", + "userid": 3283943, + "email": "mattdaues@yahoo.com", + }, + { + "row_num": 8013, + "name": "Janet Bueno", + "userid": 1190264, + "email": "janetbueno@gmail.com", + }, + { + "row_num": 8019, + "name": "Elisabeth Stewart", + "userid": 1247043, + "email": "estewartlmft@gmail.com", + }, + { + "row_num": 8029, + "name": "Evie Gerber", + "userid": 1893876, + "email": "eviegerberphd@gmail.com", + }, + { + "row_num": 8049, + "name": "Joshua Taube", + "userid": 931143, + "email": "joshtaubelpc@gmail.com", + }, + { + "row_num": 8057, + "name": "Hollie Brooks", + "userid": 1112811, + "email": "hbrooks5721@gmail.com", + }, + { + "row_num": 8064, + "name": "ViAnn Oden", + "userid": 3190089, + "email": "viann2008@gmail.com", + }, + { + "row_num": 8075, + "name": "Isaac-Ike Zadikoff", + "userid": 3324404, + "email": "ike.zadikoff@gmail.com", + }, + { + "row_num": 8088, + "name": "Gabrielle Thomas", + "userid": 2404522, + "email": "holisticapproach1990@gmail.com", + }, + { + "row_num": 8095, + "name": "Erika Costanzo", + "userid": 3091195, + "email": "erikacostanzo1@gmail.com", + }, + { + "row_num": 8107, + "name": "Deborah Ellison Medeiros", + "userid": 2139545, + "email": "davcanbry914113911@gmail.com", + }, + { + "row_num": 8124, + "name": "Jennifer Tresouthick Brown", + "userid": 3118508, + "email": "jatrebrown@yahoo.com", + }, + { + "row_num": 8137, + "name": "Louis Bernstein", + "userid": 962791, + "email": "lebmft@yahoo.com", + }, + { + "row_num": 8144, + "name": "Deane Marie", + "userid": 663193, + "email": "raynemariemft@gmail.com", + }, + { + "row_num": 8151, + "name": "Jennifer Warwick", + "userid": 2667903, + "email": "jenniferwarwickcounseling@gmail.com", + }, + { + "row_num": 8161, + "name": "Iris Cohen", + "userid": 2658295, + "email": "coheniris@aol.com", + }, + { + "row_num": 8177, + "name": "James Purviance", + "userid": 732067, + "email": "jaymzshades2@gmail.com", + }, + { + "row_num": 8192, + "name": "Emily Moore", + "userid": 253836, + "email": "emooremft@gmail.com", + }, + { + "row_num": 8199, + "name": "Howard Hansell", + "userid": 2045900, + "email": "hhanselllpc@outlook.com", + }, + { + "row_num": 8205, + "name": "Shialla Warren", + "userid": 2816882, + "email": "shy@empoweredbehavior.care", + }, + { + "row_num": 8212, + "name": "Jennifer Morton", + "userid": 3177642, + "email": "jm.steppingstone@gmail.com", + }, + { + "row_num": 8218, + "name": "Jaime Grunfeld", + "userid": 3287205, + "email": "notifications@wellnesstherapy.nyc", + }, + { + "row_num": 8225, + "name": "Iasia Tyre", + "userid": 3213995, + "email": "iasiaa@me.com", + }, + { + "row_num": 8232, + "name": "elizabeth lachendro", + "userid": 2419776, + "email": "e7lachendro@gmail.com", + }, + { + "row_num": 8239, + "name": "Julie Smith", + "userid": 2883875, + "email": "juliewoj57@gmail.com", + }, + { + "row_num": 8245, + "name": "JULIE KRISTEN PUGGINI", + "userid": 3354148, + "email": "jpuggini74@gmail.com", + }, + { + "row_num": 8251, + "name": "Jennifer Layton", + "userid": 3372220, + "email": "3jayhawks@gmail.com", + }, + { + "row_num": 8266, + "name": "Cecilia Vasquez", + "userid": 3234456, + "email": "globaltherapypro@gmail.com", + }, + { + "row_num": 8287, + "name": "Evelyn I. Medina", + "userid": 3357257, + "email": "evmedlcsw@gmail.com", + }, + { + "row_num": 8294, + "name": "Julie Wiggins", + "userid": 2157669, + "email": "juliecdugan@aol.com", + }, + { + "row_num": 8308, + "name": "Julee Wickliffe ", + "userid": 2849198, + "email": "jjulee10@aol.com", + }, + { + "row_num": 8316, + "name": "Anna Ross", + "userid": 2411633, + "email": "amourdriceross@gmail.com", + }, + { + "row_num": 8329, + "name": "Merrill Tamiya Moreno", + "userid": 2985380, + "email": "mentalhealthgym8@gmail.com", + }, + { + "row_num": 8337, + "name": "Desiree Ducharme", + "userid": 3321885, + "email": "desiree.ducharme30@gmail.com", + }, + { + "row_num": 8356, + "name": "Bridget Kantor ", + "userid": 958092, + "email": "kantor.bridget@gmail.com", + }, + { + "row_num": 8368, + "name": "Kim Olenic", + "userid": 3160796, + "email": "kimolenic@gmail.com", + }, + { + "row_num": 8376, + "name": "Jo Pedro Frye", + "userid": 3367783, + "email": "pedroj@eou.edu", + }, + { + "row_num": 8390, + "name": "Juan Lopez", + "userid": 3220960, + "email": "juanlopezlmhc@gmail.com", + }, + { + "row_num": 8404, + "name": "Edwin Morales", + "userid": 2085371, + "email": "morales.lcsw@gmail.com", + }, + { + "row_num": 8413, + "name": "Janet Hayden", + "userid": 1153016, + "email": "haydenjanet97@gmail.com", + }, + { + "row_num": 8419, + "name": "Jennifer Monnette", + "userid": 3319298, + "email": "jennmonnette@gmail.com", + }, + { + "row_num": 8433, + "name": "Heidi Brescher", + "userid": 3135921, + "email": "hcbflorida@yahoo.com", + }, + { + "row_num": 8439, + "name": "Jessica Cole", + "userid": 3340042, + "email": "jessica.cole406@gmail.com", + }, + { + "row_num": 8445, + "name": "Janelle Natividad", + "userid": 3377237, + "email": "janellenat@gmail.com", + }, + { + "row_num": 8451, + "name": "Jennifer Colton", + "userid": 809712, + "email": "jenniferacolton@gmail.com", + }, + { + "row_num": 8464, + "name": "Jody Amberg", + "userid": 2458391, + "email": "jody.amberg@gmail.com", + }, + { + "row_num": 8483, + "name": "John Haynes", + "userid": 3259172, + "email": "jrhaynes854@gmail.com", + }, + { + "row_num": 8489, + "name": "Heather Simmons", + "userid": 3346788, + "email": "hesimmons17@gmail.com", + }, + { + "row_num": 8495, + "name": "Erin Sandler", + "userid": 3321636, + "email": "ebeezus@gmail.com", + }, + { + "row_num": 8503, + "name": "Jeanni Johnson", + "userid": 1382378, + "email": "jlj2141@caa.columbia.edu", + }, + { + "row_num": 8511, + "name": "Isabel Li", + "userid": 3331860, + "email": "isabel.li.ep@gmail.com", + }, + { + "row_num": 8524, + "name": "John Turner", + "userid": 3163767, + "email": "johnpennlpc@gmail.com", + }, + { + "row_num": 8531, + "name": "Elizabeth Hammer", + "userid": 202305, + "email": "elizabeth.hammer324@gmail.com", + }, + { + "row_num": 8537, + "name": "Judith Watts", + "userid": 3301761, + "email": "judy@bwnola.com", + }, + { + "row_num": 8543, + "name": "Hope Flositz", + "userid": 3350029, + "email": "hopegw21@gmail.com", + }, + { + "row_num": 8549, + "name": "Julie Orr", + "userid": 3197952, + "email": "livethelove13@yahoo.com", + }, + { + "row_num": 8555, + "name": "Elizabeth Weinman", + "userid": 3202173, + "email": "liz@heartmatterscounseling.com", + }, + { + "row_num": 8567, + "name": "Genna Cincogrono", + "userid": 1152963, + "email": "grisucci@gmail.com", + }, + { + "row_num": 8573, + "name": "Jacob Slagle", + "userid": 692504, + "email": "venturebusiness123@gmail.com", + }, + { + "row_num": 8579, + "name": "Jennifer Gasparri", + "userid": 367098, + "email": "jennn0429@gmail.com", + }, + { + "row_num": 8585, + "name": "Jamie Spohn", + "userid": 229441, + "email": "drjamiespohn@gmail.com", + }, + { + "row_num": 8597, + "name": "Jodi Warthen", + "userid": 3142096, + "email": "jodiwarthen@u.boisestate.edu", + }, + { + "row_num": 8605, + "name": "joe exnowski", + "userid": 2974652, + "email": "exnowsjj@laccd.edu", + }, + { + "row_num": 8612, + "name": "Roberta Knox", + "userid": 1308136, + "email": "dr.roberta.knox@gmail.com", + }, + { + "row_num": 8626, + "name": "Elizabeth Sukys-Rice", + "userid": 931074, + "email": "elizabeth@eslifecoach.com", + }, + { + "row_num": 8632, + "name": "erin nibley", + "userid": 3177449, + "email": "nibleye@gmail.com", + }, + { + "row_num": 8644, + "name": "Heathe Stitt", + "userid": 851436, + "email": "hastitt@gmail.com", + }, + { + "row_num": 8656, + "name": "Wakita Wilson", + "userid": 1081148, + "email": "wakitawilsonmft@gmail.com", + }, + { + "row_num": 8663, + "name": "Jodi Vermaas", + "userid": 3196130, + "email": "jodi@powusa.com", + }, + { + "row_num": 8669, + "name": "Gigi Servis Ph.D.", + "userid": 1555712, + "email": "servisphd@yahoo.com", + }, + { + "row_num": 8676, + "name": "Jennifer Mallis", + "userid": 856792, + "email": "jennifermallis@gmail.com", + }, + { + "row_num": 8682, + "name": "Judith Ward", + "userid": 3264000, + "email": "judithrward@gmail.com", + }, + { + "row_num": 8688, + "name": "eylem sahin", + "userid": 2274102, + "email": "eylemshn@gmail.com", + }, + { + "row_num": 8695, + "name": "Joanna Martin", + "userid": 3175576, + "email": "jmartin983@gmail.com", + }, + { + "row_num": 8701, + "name": "Jaymi Dormaier", + "userid": 1154166, + "email": "jaymidormaier@gmail.com", + }, + { + "row_num": 8707, + "name": "Anna Reed Hood", + "userid": 3179548, + "email": "jolenereed75@gmail.com", + }, + { + "row_num": 8719, + "name": "jodi Romano", + "userid": 2414009, + "email": "jojo7934@aol.com", + }, + { + "row_num": 8725, + "name": "Erica Gerrity", + "userid": 3240562, + "email": "egerrity@ostarainitiative.org", + }, + { + "row_num": 8733, + "name": "Joan Brown ", + "userid": 2585591, + "email": "23joanm@gmail.com", + }, + { + "row_num": 8740, + "name": "Jany Withrow", + "userid": 1940341, + "email": "jwithrowlpc@gmail.com", + }, + { + "row_num": 8752, + "name": "Jim Maguire", + "userid": 2660962, + "email": "magjmags@aol.com", + }, + { + "row_num": 8759, + "name": "ROBERT SEIGEL", + "userid": 2127531, + "email": "bsei8478@gmail.com", + }, + { + "row_num": 8771, + "name": "Ebony Hunter", + "userid": 3298445, + "email": "e.s.hunter33@gmail.com", + }, + { + "row_num": 8783, + "name": "Jenn Simpson", + "userid": 3339697, + "email": "jenn.lorinsky.simpson@gmail.com", + }, + { + "row_num": 8789, + "name": "Irina Fredericks", + "userid": 3172295, + "email": "irina.fredericks@gmail.com", + }, + { + "row_num": 8795, + "name": "Jena Grinnell", + "userid": 2375856, + "email": "jgrinnell817@gmail.com", + }, + { + "row_num": 8807, + "name": "Jennefer Mozeleski", + "userid": 3165367, + "email": "jennefermozeleski@hotmail.com", + }, + { + "row_num": 8819, + "name": "Elizabeth Keohan", + "userid": 1326321, + "email": "emkeohan@gmail.com", + }, + { + "row_num": 8825, + "name": "Gerri Wayland", + "userid": 1885444, + "email": "gerriwayland@gmail.com", + }, + { + "row_num": 8832, + "name": "Grace Ogwumike", + "userid": 2747978, + "email": "nkguobadia@hotmail.com", + }, + { + "row_num": 8850, + "name": "Shanisha Calloway Kirk", + "userid": 2518782, + "email": "sbrown187@gmail.com", + }, + { + "row_num": 8866, + "name": "Melissa O'Neill", + "userid": 3443970, + "email": "moneil2@pride.hofstra.edu", + }, + { + "row_num": 8888, + "name": "Britney Vachon-LaGuardia", + "userid": 3187528, + "email": "britney.sinclair15@gmail.com", + }, + { + "row_num": 8895, + "name": "Ashura Hughley", + "userid": 2602291, + "email": "ashura.hughley@gmail.com", + }, + { + "row_num": 8908, + "name": "Patricia Lopez White ", + "userid": 883098, + "email": "plwmft@gmail.com", + }, + { + "row_num": 8922, + "name": "Debbie Reynolds ", + "userid": 877057, + "email": "debbier8830@yahoo.com", + }, + { + "row_num": 8936, + "name": "Elizabeth Domingos-Shepard ", + "userid": 802741, + "email": "edomshep@gmail.com", + }, + { + "row_num": 8948, + "name": "Jennifer Hyatt", + "userid": 669145, + "email": "jhyatt6@icloud.com", + }, + { + "row_num": 8972, + "name": "Rossana Snee", + "userid": 1994559, + "email": "inspired@rossanasnee.com", + }, + { + "row_num": 8980, + "name": "Tomica Binns", + "userid": 3320206, + "email": "binnstomica@gmail.com", + }, + { + "row_num": 8986, + "name": "CLARE KATURAMU", + "userid": 2825749, + "email": "ckaturamu@sunrisebhs.com", + }, + { + "row_num": 8996, + "name": "Colleen Nilson", + "userid": 3195974, + "email": "chawknilson@gmail.com", + }, + { + "row_num": 9004, + "name": "Marilyn Hall", + "userid": 3180023, + "email": "marilynhalllmft@gmail.com", + }, + { + "row_num": 9021, + "name": "Michael Sally", + "userid": 2293206, + "email": "michaelsally@comcast.net", + }, + { + "row_num": 9030, + "name": "Tolulope Adedayo", + "userid": 2413565, + "email": "ttdosumu@yahoo.com", + }, + { + "row_num": 9054, + "name": "Melissa Macgown", + "userid": 3284316, + "email": "melissamacgown@gmail.com", + }, + { + "row_num": 9061, + "name": "Marina Lemaster ", + "userid": 2444356, + "email": "mlemaster79@outlook.com", + }, + { + "row_num": 9068, + "name": "Vanessa Porras", + "userid": 3269836, + "email": "vanessa.porras8@gmail.com", + }, + { + "row_num": 9075, + "name": "Therese Schmoll", + "userid": 2747218, + "email": "letstalk_2@netzero.com", + }, + { + "row_num": 9089, + "name": "ADIB BITAR", + "userid": 3105246, + "email": "adibbitar@aol.com", + }, + { + "row_num": 9096, + "name": "Siomara Calixtro", + "userid": 3356527, + "email": "siomara74calixtro04@gmail.com", + }, + { + "row_num": 9104, + "name": "Tracy-Kate Teleke", + "userid": 338885, + "email": "tracykate@aol.com", + }, + { + "row_num": 9111, + "name": "Jamie Kirk", + "userid": 3368171, + "email": "ms.jkirk.mft@gmail.com", + }, + { + "row_num": 9118, + "name": "Kristen Wright", + "userid": 3306571, + "email": "kristenwright.lmft@gmail.com", + }, + { + "row_num": 9133, + "name": "Brownson Irondi", + "userid": 2635301, + "email": "brownson.irondi@wagner.edu", + }, + { + "row_num": 9140, + "name": "Susanna Chyu", + "userid": 1368452, + "email": "suechyu@yahoo.com", + }, + { + "row_num": 9156, + "name": "Asja Hall", + "userid": 3083420, + "email": "a.h.lcsw@outlook.com", + }, + { + "row_num": 9168, + "name": "Kathleen Mates-Youngman", + "userid": 738188, + "email": "kmatesyoungman@gmail.com", + }, + { + "row_num": 9175, + "name": "Tiffany Hoffman", + "userid": 3106060, + "email": "tlight6@icloud.com", + }, + { + "row_num": 9184, + "name": "Brent Carter", + "userid": 2569740, + "email": "bcarter177@gmail.com", + }, + { + "row_num": 9191, + "name": "MaryAnn Newsom", + "userid": 3085302, + "email": "maryannnewsom75@gmail.com", + }, + { + "row_num": 9204, + "name": "Samantha Strickland", + "userid": 2245517, + "email": "stricklandtherapy@gmail.com", + }, + { + "row_num": 9213, + "name": "David Braune", + "userid": 3172155, + "email": "rossbraune@yahoo.com", + }, + { + "row_num": 9219, + "name": "Michelle Caspari-Marquit", + "userid": 3195438, + "email": "joburg49@yahoo.com", + }, + { + "row_num": 9226, + "name": "Karen Baker", + "userid": 2458493, + "email": "karenbakermft@gmail.com", + }, + { + "row_num": 9239, + "name": "WILLEM LIMAGE", + "userid": 2110935, + "email": "roodylimage@hotmail.com", + }, + { + "row_num": 9246, + "name": "Dania Anderson", + "userid": 1809635, + "email": "daniafeller@gmail.com", + }, + { + "row_num": 9253, + "name": "Jacqueline Kubel", + "userid": 622597, + "email": "jsmush@aol.com", + }, + { + "row_num": 9260, + "name": "DUSTIN Spencer", + "userid": 2081874, + "email": "np.dustin@spencerhealthwellness.com", + }, + { + "row_num": 9266, + "name": "Robin Inouye", + "userid": 2973196, + "email": "rbinouye50@yahoo.com", + }, + { + "row_num": 9275, + "name": "Lovely Omoregbe", + "userid": 2195642, + "email": "ehima1@yahoo.com", + }, + { + "row_num": 9281, + "name": "Joanna Brandt", + "userid": 3350075, + "email": "joeyb72@gmail.com", + }, + { + "row_num": 9295, + "name": "Teresa Scott", + "userid": 2536367, + "email": "teridill@gmail.com", + }, + { + "row_num": 9302, + "name": "Gloria Areghan", + "userid": 1952371, + "email": "areghan@aol.com", + }, + { + "row_num": 9330, + "name": "Kristine San Mateo", + "userid": 2002201, + "email": "kristinelmft@gmail.com", + }, + { + "row_num": 9338, + "name": "Aimee semas-day", + "userid": 1153976, + "email": "asemas888@gmail.com", + }, + { + "row_num": 9345, + "name": "Mercy Oyerinde", + "userid": 3177658, + "email": "mercymelord1@gmail.com", + }, + { + "row_num": 9351, + "name": "Lisa Bouzaglou", + "userid": 1153772, + "email": "therapy@lisabouzaglou.com", + }, + { + "row_num": 9358, + "name": "Arlene Unger", + "userid": 1369462, + "email": "drarleneunger@gmail.com", + }, + { + "row_num": 9372, + "name": "Rick Skarda", + "userid": 2822332, + "email": "rjskarda@aol.com", + }, + { + "row_num": 9386, + "name": "Marisol Medina", + "userid": 2787197, + "email": "marisol.medina.lcsw@gmail.com", + }, + { + "row_num": 9393, + "name": "Claudine Chiarmonte", + "userid": 3166061, + "email": "claudine@iamclaudine.com", + }, + { + "row_num": 9399, + "name": "Laura San Nicolas", + "userid": 622587, + "email": "lsnlmft@gmail.com", + }, + { + "row_num": 9406, + "name": "ERLYNN CABARLES", + "userid": 3228053, + "email": "erlynn@hotmail.com", + }, + { + "row_num": 9419, + "name": "Carrie Simmons", + "userid": 823373, + "email": "carriesimmonslmhc@gmail.com", + }, + { + "row_num": 9426, + "name": "Caitlin Gorr", + "userid": 887276, + "email": "elisegorr@gmail.com", + }, + { + "row_num": 9445, + "name": "Daune Rodman", + "userid": 3242436, + "email": "daunerodman@yahoo.com", + }, + { + "row_num": 9465, + "name": "Donald Bright", + "userid": 1462072, + "email": "brightcounseling@gmail.com", + }, + { + "row_num": 9472, + "name": "Debra Drake", + "userid": 410035, + "email": "debranicoledrake@gmail.com", + }, + { + "row_num": 9501, + "name": "Carly Sedgwick", + "userid": 3182231, + "email": "artemisholistichealth@gmail.com", + }, + { + "row_num": 9639, + "name": "Danielle Ficek", + "userid": 1472987, + "email": "counselorluebke@gmail.com", + }, + { + "row_num": 9689, + "name": "Daphne Dent-Black", + "userid": 3365178, + "email": "daphnelblack@gmail.com", + }, + { + "row_num": 9715, + "name": "Derek Gilchrist ", + "userid": 951412, + "email": "dereksgilchrist@gmail.com", + }, + { + "row_num": 9722, + "name": "Carrie Glebe", + "userid": 3145720, + "email": "carrieg1964@icloud.com", + }, + { + "row_num": 9732, + "name": "DeLinda Welch", + "userid": 3294658, + "email": "delinda.welchlpc@gmail.com", + }, + { + "row_num": 9783, + "name": "Caylee Ellingson", + "userid": 3295881, + "email": "caylee.hunter@gmail.com", + }, + { + "row_num": 9813, + "name": "Derek Durst", + "userid": 3337167, + "email": "durst.derek@gmail.com", + }, + { + "row_num": 9839, + "name": "carla vaughn", + "userid": 2458373, + "email": "trinilocks15@gmail.com", + }, + { + "row_num": 9845, + "name": "Chris Atkins", + "userid": 2593940, + "email": "catkins80@icloud.com", + }, + { + "row_num": 9864, + "name": "Colleen Gardner", + "userid": 876007, + "email": "gardner.colleen@gmail.com", + }, + { + "row_num": 9882, + "name": "Caroline Milford", + "userid": 1048096, + "email": "carolinemilford4@gmail.com", + }, + { + "row_num": 9913, + "name": "Shanae Kelley", + "userid": 3417415, + "email": "sn.kelley2003@gmail.com", + }, + { + "row_num": 9932, + "name": "Chris McKillop", + "userid": 3302996, + "email": "mckillop_chris@yahoo.com", + }, + { + "row_num": 9946, + "name": "Carol R Crowson", + "userid": 2847465, + "email": "scrappyedd@aol.com", + }, + { + "row_num": 9947, + "name": "Carolyn Nelson ", + "userid": 1141332, + "email": "cnelson1958@gmail.com", + }, + { + "row_num": 10003, + "name": "Darla Yates", + "userid": 2786703, + "email": "dyates1117@gmail.com", + }, + { + "row_num": 10040, + "name": "Dorothy Llamosas", + "userid": 3143008, + "email": "dllamosas.dl@gmail.com", + }, + { + "row_num": 10046, + "name": "Colleen Clawson", + "userid": 947232, + "email": "colleen.clawson@gmail.com", + }, + { + "row_num": 10103, + "name": "Candace Byars", + "userid": 3253175, + "email": "cbyarstherapy@hotmail.com", + }, + { + "row_num": 10109, + "name": "Candace Delis", + "userid": 3337369, + "email": "candace.delis@outlook.com", + }, + { + "row_num": 10126, + "name": "Danielle Callahan", + "userid": 1170844, + "email": "dmcallahan02@gmail.com", + }, + { + "row_num": 10138, + "name": "Charles Wickham", + "userid": 3263084, + "email": "cwmsw@hotmail.com", + }, + { + "row_num": 10168, + "name": "Dominiquie Clemmons-James", + "userid": 3176819, + "email": "dmclemmonsjames@gmail.com", + }, + { + "row_num": 10190, + "name": "Constance Mills", + "userid": 3290517, + "email": "crwruby@gmail.com", + }, + { + "row_num": 10210, + "name": "Christy Phelps", + "userid": 2772897, + "email": "counselorchiclmt43@gmail.com", + }, + { + "row_num": 10235, + "name": "Chad Billington", + "userid": 1144692, + "email": "chadwbillington@gmail.com", + }, + { + "row_num": 10241, + "name": "Carol Anderson", + "userid": 2171293, + "email": "carolabp12@gmail.com", + }, + { + "row_num": 10247, + "name": "D'Ann Downey", + "userid": 2952887, + "email": "ddowneywarley@comcast.net", + }, + { + "row_num": 10254, + "name": "Christina White", + "userid": 3196591, + "email": "counselorchristina71@gmail.com", + }, + { + "row_num": 10262, + "name": "Chris Tropin", + "userid": 692547, + "email": "ctropin@hotmail.com", + }, + { + "row_num": 10282, + "name": "Dina Miller", + "userid": 3279976, + "email": "dinamillerlcsw@gmail.com", + }, + { + "row_num": 10289, + "name": "Deborah Pottinger", + "userid": 2423114, + "email": "dpottinger.abc@gmail.com", + }, + { + "row_num": 10343, + "name": "Christina Tri", + "userid": 3329314, + "email": "sitwithstina@gmail.com", + }, + { + "row_num": 10349, + "name": "Carrie Savage", + "userid": 3362024, + "email": "savagelifesolutions@gmail.com", + }, + { + "row_num": 10395, + "name": "Donovan Gray", + "userid": 3060163, + "email": "dsg426@aol.com", + }, + { + "row_num": 10402, + "name": "Cynthia Cox", + "userid": 3038910, + "email": "cynthiacoxlcsw@gmail.com", + }, + { + "row_num": 10415, + "name": "Chelsea Cerillo", + "userid": 3211578, + "email": "chelsea225@gmail.com", + }, + { + "row_num": 10425, + "name": "Christina Brown", + "userid": 2794297, + "email": "cbrown5727@yahoo.com", + }, + { + "row_num": 10433, + "name": "Candace Williams", + "userid": 3173296, + "email": "candace_buckley@yahoo.com", + }, + { + "row_num": 10439, + "name": "David Rawlins", + "userid": 3236114, + "email": "derawlins@netscape.net", + }, + { + "row_num": 10473, + "name": "Carmen Kinzy", + "userid": 2048804, + "email": "carmen.kinzy@gmail.com", + }, + { + "row_num": 10486, + "name": "Delishia Williams", + "userid": 669140, + "email": "delishiaw@gmail.com", + }, + { + "row_num": 10493, + "name": "Karen Kearby", + "userid": 3233857, + "email": "karenkearby@gmail.com", + }, + { + "row_num": 10525, + "name": "Danielle Contreras", + "userid": 755680, + "email": "simplynourishedcounseling@gmail.com", + }, + { + "row_num": 10592, + "name": "Carrie Moore", + "userid": 3336309, + "email": "clmoore0505@outlook.com", + }, + { + "row_num": 10598, + "name": "Ashley Wilson", + "userid": 3310426, + "email": "ashleymwilson29@gmail.com", + }, + { + "row_num": 10605, + "name": "Dari Cosey", + "userid": 755761, + "email": "dcosey08@yahoo.com", + }, + { + "row_num": 10620, + "name": "Charity Reilly", + "userid": 3301395, + "email": "charityreillylcsw@gmail.com", + }, + { + "row_num": 10637, + "name": "Christopher Oborn", + "userid": 1920265, + "email": "ctoborn@gmail.com", + }, + { + "row_num": 10647, + "name": "Diamond Junior", + "userid": 3228618, + "email": "juniord@my.canisius.edu", + }, + { + "row_num": 10653, + "name": "Ashley Shelley", + "userid": 3365136, + "email": "melaninandmindfulness@gmail.com", + }, + { + "row_num": 10660, + "name": "Debra Pruyn", + "userid": 1475369, + "email": "tagd88@gmail.com", + }, + { + "row_num": 10677, + "name": "Clifford Daniels", + "userid": 3365053, + "email": "cliffdan1@aol.com", + }, + { + "row_num": 10687, + "name": "Carolyn Mateo", + "userid": 3359883, + "email": "carolynh51287@gmail.com", + }, + { + "row_num": 10693, + "name": "Alicia Hyatt", + "userid": 3185223, + "email": "ahyatt1216@yahoo.com", + }, + { + "row_num": 10707, + "name": "Danielle Van Dusen", + "userid": 3172013, + "email": "saltwatercounseling@gmail.com", + }, + { + "row_num": 10714, + "name": "Candace Lizardo", + "userid": 3270221, + "email": "cdlizardo16@gmail.com", + }, + { + "row_num": 10723, + "name": "Courtney Gongwer", + "userid": 2654065, + "email": "ccgongwer@gmail.com", + }, + { + "row_num": 10731, + "name": "Amanda Rexwinkle", + "userid": 1968686, + "email": "amandadrescher@gmail.com", + }, + { + "row_num": 10738, + "name": "Carol A Erbes", + "userid": 350558, + "email": "erbescarol@gmail.com", + }, + { + "row_num": 10744, + "name": "Dennis Doke", + "userid": 3351884, + "email": "dennisdoke@okeydoke.org", + }, + { + "row_num": 10750, + "name": "Alexander Ansell", + "userid": 3265962, + "email": "ansellalex@aol.com", + }, + { + "row_num": 10756, + "name": "Christine Burnosky", + "userid": 335904, + "email": "kburnosky@gmail.com", + }, + { + "row_num": 10766, + "name": "Danielle Fox", + "userid": 511521, + "email": "dfoxlcsw@aol.com", + }, + { + "row_num": 10772, + "name": "Denise Candidi", + "userid": 1141330, + "email": "djcand@aol.com", + }, + { + "row_num": 10778, + "name": "constance Moore", + "userid": 2390009, + "email": "conniemoore3825@gmail.com", + }, + { + "row_num": 10788, + "name": "Cassandre Bolton", + "userid": 336773, + "email": "cmartelly130@gmail.com", + }, + { + "row_num": 10795, + "name": "Brooke Loring", + "userid": 1047960, + "email": "bloring7@yahoo.com", + }, + { + "row_num": 10807, + "name": "Cardinal Rieger", + "userid": 3254585, + "email": "tallcardinal1@gmail.com", + }, + { + "row_num": 10816, + "name": "Christine Burcham", + "userid": 2904207, + "email": "cburcham.therapist@gmail.com", + }, + { + "row_num": 10822, + "name": "Christie Hall", + "userid": 3319926, + "email": "christieh1418@gmail.com", + }, + { + "row_num": 10834, + "name": "Camille Green", + "userid": 1947729, + "email": "green.d.camille@gmail.com", + }, + { + "row_num": 10840, + "name": "Alexandria Blymire", + "userid": 3457228, + "email": "alexandria.sarauer@gmail.com", + }, + { + "row_num": 10846, + "name": "Dena Frandsen", + "userid": 88960, + "email": "dena.frandsen@gmail.com", + }, + { + "row_num": 10852, + "name": "Chaka Smith", + "userid": 3248254, + "email": "iamchakasmith@gmail.com", + }, + { + "row_num": 10860, + "name": "Deidre Gestrin", + "userid": 1642241, + "email": "ability2stability@gmail.com", + }, + { + "row_num": 10866, + "name": "Daniel Fleischer", + "userid": 3369909, + "email": "dfleisch@twc.com", + }, + { + "row_num": 10872, + "name": "Amy Rutland", + "userid": 2221146, + "email": "amy.rutland@gmail.com", + }, + { + "row_num": 10878, + "name": "Candace Walters", + "userid": 3265090, + "email": "candace2ly@juno.com", + }, + { + "row_num": 10885, + "name": "Catrina Drinning-Davis", + "userid": 3294576, + "email": "cdrinningdavis@gmail.com", + }, + { + "row_num": 10897, + "name": "Courtney Clark", + "userid": 3244395, + "email": "cdclark04@gmail.com", + }, + { + "row_num": 10913, + "name": "Colin Duggan", + "userid": 1134946, + "email": "colinjam1@icloud.com", + }, + { + "row_num": 10919, + "name": "David Volz", + "userid": 443972, + "email": "davidvolzlpc@yahoo.com", + }, + { + "row_num": 10925, + "name": "Danielle Carlson", + "userid": 844916, + "email": "pandoura@yahoo.com", + }, + { + "row_num": 10931, + "name": "Casey Logan", + "userid": 3228088, + "email": "caseyjameslpc@gmail.com", + }, + { + "row_num": 10937, + "name": "Christi Foster", + "userid": 2341208, + "email": "christi29302@yahoo.com", + }, + { + "row_num": 10955, + "name": "Brittany Beck", + "userid": 3203312, + "email": "brittanymengler@gmail.com", + }, + { + "row_num": 10961, + "name": "Danielle Price", + "userid": 901444, + "email": "danielle.price1526@gmail.com", + }, + { + "row_num": 10968, + "name": "Danica Copp", + "userid": 813765, + "email": "danica@danicacopp.com", + }, + { + "row_num": 10974, + "name": "Chloe Jean", + "userid": 3330719, + "email": "chloejeanlcsw@gmail.com", + }, + { + "row_num": 10980, + "name": "Charles Gill", + "userid": 3122080, + "email": "cwlgill@outlook.com", + }, + { + "row_num": 10998, + "name": "CHLOE LEVINSON", + "userid": 1368399, + "email": "chloelevinson@gmail.com", + }, + { + "row_num": 11005, + "name": "Chloe Zahn", + "userid": 3333304, + "email": "cmirandaz101697@gmail.com", + }, + { + "row_num": 11017, + "name": "caitlin drew chadbourne", + "userid": 1007514, + "email": "cdrewchadbourne@gmail.com", + }, + { + "row_num": 11024, + "name": "Delia Lopez", + "userid": 3263566, + "email": "deliathread@comcast.net", + }, + { + "row_num": 11032, + "name": "Christine Barry", + "userid": 3352198, + "email": "christinebarry124@outlook.com", + }, + { + "row_num": 11038, + "name": "Courtney Green", + "userid": 3249388, + "email": "callen081215@gmail.com", + }, + { + "row_num": 11051, + "name": "Donna Sheperis", + "userid": 544929, + "email": "dsheperis@yahoo.com", + }, + { + "row_num": 11063, + "name": "Danielle McQuay", + "userid": 3177261, + "email": "mzmcquay@gmail.com", + }, + { + "row_num": 11075, + "name": "Chris Campernel", + "userid": 930514, + "email": "campernel@gmail.com", + }, + { + "row_num": 11081, + "name": "deborah cichon", + "userid": "", + "email": "deborah.cichon+1@talkspace.com", + }, + { + "row_num": 11087, + "name": "Calvin Collins", + "userid": 2635946, + "email": "ccol646117@aol.com", + }, + { + "row_num": 11094, + "name": "Cheri MEADOWLARK", + "userid": 2724844, + "email": "chmeadowlark@mfccenter.com", + }, + { + "row_num": 11100, + "name": "Crystal Cash", + "userid": 2964298, + "email": "cryztalball22@gmail.com", + }, + { + "row_num": 11112, + "name": "Christina DeMary", + "userid": 508622, + "email": "copidosta@gmail.com", + }, + { + "row_num": 11124, + "name": "Cris Roman", + "userid": 2542800, + "email": "crisro@charter.net", + }, + { + "row_num": 11130, + "name": "Tamara Hambrick", + "userid": 2397543, + "email": "sugarmsw@yahoo.com", + }, + { + "row_num": 11136, + "name": "Daniel Rubin", + "userid": 2071366, + "email": "transcendcounselingllc@gmail.com", + }, + { + "row_num": 11148, + "name": "Candace Chavers", + "userid": 3375019, + "email": "candacechavers@gmail.com", + }, + { + "row_num": 11300, + "name": "Ashley Yatzor", + "userid": 1898628, + "email": "ashleyyatzortherapist@gmail.com", + }, + { + "row_num": 11352, + "name": "Brenda Romero-Herrera", + "userid": 1390740, + "email": "brendarh@warriorheartcounseling.com", + }, + { + "row_num": 11399, + "name": "Joseph Stanfill", + "userid": 3446379, + "email": "josephmstanfill@gmail.com", + }, + { + "row_num": 11516, + "name": "Ariel Moore", + "userid": 650920, + "email": "fergusoncounseling@gmail.com", + }, + { + "row_num": 11522, + "name": "Alicia Moran", + "userid": 3334428, + "email": "amoran@nhcs-ky.com", + }, + { + "row_num": 11555, + "name": "Anna Gries", + "userid": 2876958, + "email": "anna.r.gries@gmail.com", + }, + { + "row_num": 11603, + "name": "Alejandro Nevarez", + "userid": 3082082, + "email": "nevarez21@icloud.com", + }, + { + "row_num": 11675, + "name": "Danielle Town", + "userid": 3305675, + "email": "msdanitown@gmail.com", + }, + { + "row_num": 11682, + "name": "Beulah Joshua", + "userid": 1956261, + "email": "beulahjebenezer@gmail.com", + }, + { + "row_num": 11701, + "name": "Alicia Ogonowski", + "userid": 825203, + "email": "tiggerz21@hotmail.com", + }, + { + "row_num": 11762, + "name": "Jan Dutton", + "userid": 3435500, + "email": "jand48@bresnan.net", + }, + { + "row_num": 11768, + "name": "Chante Cross", + "userid": 3351866, + "email": "ccross@chantecross.com", + }, + { + "row_num": 11785, + "name": "Nichole Tackett", + "userid": 3433040, + "email": "nikki.tackett@gmail.com", + }, + { + "row_num": 11828, + "name": "Angela Mathew", + "userid": 935842, + "email": "originalwatercolor@yahoo.com", + }, + { + "row_num": 11866, + "name": "Beth Traveria", + "userid": 463210, + "email": "ibtrav@sbcglobal.net", + }, + { + "row_num": 11954, + "name": "Nancy DiStefano", + "userid": 310384, + "email": "nancydistefanolsw@yahoo.com", + }, + { + "row_num": 11960, + "name": "Brandi Okamoto", + "userid": 3326999, + "email": "allthelittledetails.hi@gmail.com", + }, + { + "row_num": 11969, + "name": "Sean Hammett", + "userid": 3405267, + "email": "shammett44@gmail.com", + }, + { + "row_num": 11975, + "name": "Bernadette Pina", + "userid": 1081228, + "email": "b12pina@gmail.com", + }, + { + "row_num": 12008, + "name": "Abigail Baumann", + "userid": 2093699, + "email": "abbyabaumann@gmail.com", + }, + { + "row_num": 12019, + "name": "Aleesha Milliman", + "userid": 1875762, + "email": "aleeshamilliman@gmail.com", + }, + { + "row_num": 12034, + "name": "April Brandon", + "userid": 3031743, + "email": "aprilgrace4477@gmail.com", + }, + { + "row_num": 12081, + "name": "Andrea Hamilton", + "userid": 1992880, + "email": "andreachamilton@gmail.com", + }, + { + "row_num": 12093, + "name": "Ashley Weckstein", + "userid": 3182927, + "email": "ashley.weckstein@yahoo.com", + }, + { + "row_num": 12114, + "name": "Ashley Sloan", + "userid": 3330175, + "email": "sloanmashley@gmail.com", + }, + { + "row_num": 12124, + "name": "Arielle Miree", + "userid": 3370018, + "email": "ariellemiree@gmail.com", + }, + { + "row_num": 12131, + "name": "ARTHUR HOWARD", + "userid": 2791233, + "email": "how1906@gmail.com", + }, + { + "row_num": 12140, + "name": "Brittany Zucco", + "userid": 3198910, + "email": "brittany.zucco@gmail.com", + }, + { + "row_num": 12147, + "name": "Alyssa Drury", + "userid": 2256418, + "email": "alyssadrurycounseling@gmail.com", + }, + { + "row_num": 12153, + "name": "Ann Sumpter", + "userid": 3229964, + "email": "annie.m.sumpter@wv.gov", + }, + { + "row_num": 12159, + "name": "allison owens", + "userid": 1986466, + "email": "aaowens89@comcast.net", + }, + { + "row_num": 12178, + "name": "Brian Hunt", + "userid": 2223144, + "email": "behlisw@yahoo.com", + }, + { + "row_num": 12184, + "name": "Alyssa Flynn", + "userid": 3350207, + "email": "heretolyssten@gmail.com", + }, + { + "row_num": 12256, + "name": "Jessica Fritzges", + "userid": 3350777, + "email": "drfritzges@atlanticrecoveryinstitute.com", + }, + { + "row_num": 12267, + "name": "Jerry Hsing-Lu Kao", + "userid": 685932, + "email": "hsinglu@yahoo.com", + }, + { + "row_num": 12277, + "name": "James Monaghan", + "userid": 1774201, + "email": "riseupnevada@gmail.com", + }, + { + "row_num": 12286, + "name": "Kristen Penate", + "userid": 2341995, + "email": "kristenme1231@gmail.com", + }, + { + "row_num": 12396, + "name": "Rebekah Balmer", + "userid": 3320785, + "email": "rebekah.s.balmer@gmail.com", + }, + { + "row_num": 12398, + "name": "Beverly Bye", + "userid": 2076214, + "email": "drbbye@gmail.com", + }, + { + "row_num": 12553, + "name": "Kellyn Gutmann", + "userid": 234433, + "email": "kellyn.gutmann@gmail.com", + }, + { + "row_num": 12680, + "name": "Jacqueline Lintzeris", + "userid": 3367874, + "email": "jacjac210@gmail.com", + }, + { + "row_num": 12717, + "name": "Courtney Mayfield", + "userid": 3407706, + "email": "cmayfield001@yahoo.com", + }, + { + "row_num": 12774, + "name": "Susan Forer-Dehrey", + "userid": 3230737, + "email": "susiedehrey@gmail.com", + }, + { + "row_num": 12840, + "name": "William Shryer", + "userid": 2522881, + "email": "wshryertms@gmail.com", + }, + { + "row_num": 12852, + "name": "Christa Martin", + "userid": 2176127, + "email": "jcmartin08@hotmail.com", + }, + { + "row_num": 12974, + "name": "Sarah Barengo Robinson", + "userid": 3208254, + "email": "sarahbarengoms@gmail.com", + }, + { + "row_num": 12995, + "name": "Keith Jackson", + "userid": 3255699, + "email": "riteus1@comcast.net", + }, + { + "row_num": 13077, + "name": "Beth Reichert", + "userid": 3421850, + "email": "beth.reichert.lpcc@gmail.com", + }, + { + "row_num": 13086, + "name": "Jerniece Saez", + "userid": 3296785, + "email": "jsaez@jjspsychotherapy.com", + }, + { + "row_num": 13119, + "name": "Noya Dekel", + "userid": 699320, + "email": "dinagaya@gmail.com", + }, + { + "row_num": 13139, + "name": "laura york", + "userid": 254554, + "email": "lakatwoman@gmail.com", + }, + { + "row_num": 13154, + "name": "Lisa Lainer", + "userid": 992803, + "email": "lisa@lainer.net", + }, + { + "row_num": 13171, + "name": "Lynn Nickens", + "userid": 2498230, + "email": "lynn89lcsw@gmail.com", + }, + { + "row_num": 13183, + "name": "Summer Witty", + "userid": 1186324, + "email": "summerwitty@hotmail.com", + }, + { + "row_num": 13190, + "name": "Kelly Schooner", + "userid": 931078, + "email": "schoonerdk@gmail.com", + }, + { + "row_num": 13206, + "name": "Natasha Walter-Fisk", + "userid": 946626, + "email": "natwalterfisk@protonmail.com", + }, + { + "row_num": 13217, + "name": "Richard Puls", + "userid": 3162769, + "email": "rpuls@juno.com", + }, + { + "row_num": 13224, + "name": "Maureen McEachen", + "userid": 2059911, + "email": "momceachen@gmail.com", + }, + { + "row_num": 13231, + "name": "Paul Fisher", + "userid": 2257063, + "email": "fisherpaul264@gmail.com", + }, + { + "row_num": 13239, + "name": "Kahina Kaci", + "userid": 2431588, + "email": "hinabina82@hotmail.com", + }, + { + "row_num": 13246, + "name": "Roshonda Cureton", + "userid": 1870401, + "email": "jamariag@hotmail.com", + }, + { + "row_num": 13253, + "name": "Sunita Churiwala", + "userid": 3261656, + "email": "schuriwala27@gmail.com", + }, + { + "row_num": 13260, + "name": "Ying Kam", + "userid": 3184321, + "email": "kylie.kam@gmail.com", + }, + { + "row_num": 13267, + "name": "sharon tawfilis", + "userid": 888770, + "email": "sharontawfilis@gmail.com", + }, + { + "row_num": 13304, + "name": "Elizabeth Smith", + "userid": 3425672, + "email": "emstalkspace@reflectioncenter.net", + }, + { + "row_num": 13328, + "name": "Karen Morris", + "userid": 3411585, + "email": "karenekmorris21@gmail.com", + }, + { + "row_num": 13339, + "name": "Cathleen Hauber", + "userid": 3361968, + "email": "chauber1203@gmail.com", + }, + { + "row_num": 13351, + "name": "WENDY Haynes-Britton", + "userid": 3422975, + "email": "wendyhbwendy@gmail.com", + }, + { + "row_num": 13359, + "name": "Jessica Jones", + "userid": 3410267, + "email": "jemohr84@gmail.com", + }, + { + "row_num": 13373, + "name": "Miranda Franklin", + "userid": 3422032, + "email": "mpruett1306@gmail.com", + }, + { + "row_num": 13390, + "name": "Gregory Kaufman", + "userid": 3416984, + "email": "gregoriokaufman13@gmail.com", + }, + { + "row_num": 13408, + "name": "Jonni Lukenbill-Bowles", + "userid": 3413070, + "email": "jonnicares@gmail.com", + }, + { + "row_num": 13421, + "name": "Elizabeth Aponte-Perez", + "userid": 3422070, + "email": "elizabethaponteperez@gmail.com", + }, + { + "row_num": 13428, + "name": "christine Herman", + "userid": 3411061, + "email": "christinedallies@yahoo.com", + }, + { + "row_num": 13450, + "name": "Marianna Nunez", + "userid": 3414549, + "email": "spirit4522@gmail.com", + }, + { + "row_num": 13468, + "name": "Crystal Davis", + "userid": 3420167, + "email": "chbdavis1988@yahoo.com", + }, + { + "row_num": 13478, + "name": "amber steward", + "userid": 3413099, + "email": "thetipsypaintbrush21@gmail.com", + }, + { + "row_num": 13486, + "name": "Shari Ketzer", + "userid": 3422528, + "email": "shariketzer@gmail.com", + }, + { + "row_num": 13505, + "name": "Regina Walker", + "userid": 3400605, + "email": "reginawalker132@yahoo.com", + }, + { + "row_num": 13513, + "name": "Ashley Phelps", + "userid": 3416344, + "email": "anp0807@yahoo.com", + }, + { + "row_num": 13525, + "name": "Katelyn Dougherty", + "userid": 3403073, + "email": "kdougherty994@gmail.com", + }, + { + "row_num": 13557, + "name": "Hali Seaney", + "userid": 3400138, + "email": "halizerilli@gmail.com", + }, + { + "row_num": 13565, + "name": "Amanda Williamson", + "userid": 3428328, + "email": "imortalizelife@gmail.com", + }, + { + "row_num": 13571, + "name": "Cindee Oswald ", + "userid": 2894144, + "email": "cindeelcsw@gmail.com", + }, + { + "row_num": 13579, + "name": "Victoria McCann", + "userid": 3419740, + "email": "drtori@frontlinetherapy.net", + }, + { + "row_num": 13594, + "name": "Darsha Clark", + "userid": 3427664, + "email": "darshaclark@gmail.com", + }, + { + "row_num": 13609, + "name": "Danielle Williams", + "userid": 3421379, + "email": "danielle.williams323@gmail.com", + }, + { + "row_num": 13629, + "name": "Lindsay McKinney", + "userid": 3409307, + "email": "swtdreamer1980@aol.com", + }, + { + "row_num": 13656, + "name": "Meagan Baxter", + "userid": 33387704, + "email": "megrbaxter@gmail.com", + }, + { + "row_num": 13669, + "name": "Angela young", + "userid": 3423618, + "email": "youngangela12@gmail.com", + }, + { + "row_num": 13681, + "name": "Tiara Brown", + "userid": 3363441, + "email": "tiaratolen@gmail.com", + }, + { + "row_num": 13687, + "name": "Marina DeClue", + "userid": 3421994, + "email": "marina.kroeter@gmx.at", + }, + { + "row_num": 13713, + "name": "Kelly La Rocca", + "userid": 2646529, + "email": "klarocca1@aol.com", + }, + { + "row_num": 13720, + "name": "Page Zieske", + "userid": 3420789, + "email": "whisperscounseling@gmail.com", + }, + { + "row_num": 13726, + "name": "Kelli Berman", + "userid": 3428931, + "email": "parachutesidewalk@yahoo.com", + }, + { + "row_num": 13732, + "name": "Rachel Roth", + "userid": 3416457, + "email": "rroth.lmsw@gmail.com", + }, + { + "row_num": 13743, + "name": "Gloria Lyons", + "userid": 3412794, + "email": "gjlyons@liberty.edu", + }, + { + "row_num": 13790, + "name": "Alison Hite", + "userid": 3373116, + "email": "alisonahite@gmail.com", + }, + { + "row_num": 13796, + "name": "Jeannie Zbarsky", + "userid": 3301402, + "email": "jeannieztherapy@gmail.com", + }, + { + "row_num": 13806, + "name": "Frankie Morris-Dadzie", + "userid": 2059020, + "email": "frankiemdlcsw@gmail.com", + }, + { + "row_num": 13821, + "name": "Amy Allen", + "userid": 3300209, + "email": "aaagonzalez0therapy@gmail.com", + }, + { + "row_num": 13836, + "name": "Cynthia Naughton ", + "userid": 321962, + "email": "cindycoaches@gmail.com", + }, + { + "row_num": 13844, + "name": "Erin Tucker", + "userid": 3410601, + "email": "ejtjetuc@gmail.com", + }, + { + "row_num": 13877, + "name": "Jasmine Jones", + "userid": 852719, + "email": "jasminejoneslcsw@gmail.com", + }, + { + "row_num": 13943, + "name": "Julie Olson", + "userid": 3426406, + "email": "julieolsontherapy@gmail.com", + }, + { + "row_num": 13975, + "name": "Steven Smith", + "userid": 3408977, + "email": "smithsteven@live.com", + }, + { + "row_num": 13983, + "name": "Natasha Deshommes", + "userid": 3418294, + "email": "natashalmhc@gmail.com", + }, + { + "row_num": 14011, + "name": "Laura Jones", + "userid": 3407344, + "email": "laurajones2000@outlook.com", + }, + { + "row_num": 14060, + "name": "Chiara Ferrari", + "userid": 2941023, + "email": "chiaraferrari21@gmail.com", + }, + { + "row_num": 14067, + "name": "Beverly Tracy", + "userid": 3395489, + "email": "beverlytracylcsw@yahoo.com", + }, + { + "row_num": 14087, + "name": "Gregory Welcher", + "userid": 3420589, + "email": "welchergreg@yahoo.com", + }, + { + "row_num": 14097, + "name": "Gregory Mascaro", + "userid": 3394397, + "email": "gregorymascaro2@gmail.com", + }, + { + "row_num": 14116, + "name": "Monique Harris", + "userid": 3376518, + "email": "admin@imaginemeresilient.com", + }, + { + "row_num": 14150, + "name": "Tiffany Green", + "userid": 3210865, + "email": "tiffanyfnotes@gmail.com", + }, + { + "row_num": 14156, + "name": "Lisa McDermott", + "userid": 3405933, + "email": "lisamarie.govan@gmail.com", + }, + { + "row_num": 14182, + "name": "Felipe Sepulveda", + "userid": 3409366, + "email": "info@felipesepulvedalcsw.com", + }, + { + "row_num": 14192, + "name": "Kristen Watson", + "userid": 3392657, + "email": "mrs.klwatson@gmail.com", + }, + { + "row_num": 14207, + "name": "Yuvonne Wrobel", + "userid": 3387131, + "email": "wablueeyes217@yahoo.com", + }, + { + "row_num": 14257, + "name": "Marc Etts", + "userid": 3419932, + "email": "marc.etts@gmail.com", + }, + { + "row_num": 14294, + "name": "Thomas Rodger", + "userid": 3402760, + "email": "rodger22@msn.com", + }, + { + "row_num": 14335, + "name": "Michelle Hamlin", + "userid": 3405318, + "email": "dmhamlin14@gmail.com", + }, + { + "row_num": 14348, + "name": "Heidi Reddin", + "userid": 3385479, + "email": "heidi.reddin89@gmail.com", + }, + { + "row_num": 14379, + "name": "Vanessa Trinidad", + "userid": 3403976, + "email": "vanessa@agapethycounselingsolutions.com", + }, + { + "row_num": 14419, + "name": "Donald Bender", + "userid": 1835557, + "email": "donald.bender@cal.berkeley.edu", + }, + { + "row_num": 14421, + "name": "Annas Boyer", + "userid": 3396420, + "email": "annasboyer@gmail.com", + }, + { + "row_num": 14427, + "name": "Vanessa Batiste-Leal", + "userid": 3377069, + "email": "vanessabatisteleal@gmail.com", + }, + { + "row_num": 14445, + "name": "Ali Akhtar", + "userid": 560404, + "email": "aliakhtar.mft@gmail.com", + }, + { + "row_num": 14455, + "name": "Hannah Rarick", + "userid": 3353718, + "email": "hrarick26@gmail.com", + }, + { + "row_num": 14469, + "name": "brianne Walker", + "userid": 3230211, + "email": "qualitycounselingservices@gmail.com", + }, + { + "row_num": 14480, + "name": "Francis Oduah", + "userid": 2139529, + "email": "francisodu@gmail.com", + }, + { + "row_num": 14486, + "name": "Ayana Lewis", + "userid": 3403041, + "email": "aspire2better@gmail.com", + }, + { + "row_num": 14518, + "name": "Liz Colizza", + "userid": 3355289, + "email": "liz.colizza@talkspace.com", + }, + { + "row_num": 14527, + "name": "Tiffany Green", + "userid": 3210865, + "email": "tiffanygnotes@gmail.com", + }, + { + "row_num": 14545, + "name": "Dr. Barbara Orticelli", + "userid": 3407053, + "email": "barbara.orticelli@gmail.com", + }, + { + "row_num": 14575, + "name": "Hannah Widmer", + "userid": 3362421, + "email": "widmerhannah@gmail.com", + }, + { + "row_num": 14595, + "name": "Brandon Thibeault", + "userid": 1765702, + "email": "b.thibeault35@hotmail.com", + }, + { + "row_num": 14608, + "name": "Elizabeth Doolittle", + "userid": 3382618, + "email": "ejeckering@gmail.com", + }, + { + "row_num": 14615, + "name": "Ann Weight", + "userid": 3389761, + "email": "annweight@gmail.com", + }, + { + "row_num": 14628, + "name": "Thomas Kadela", + "userid": 3392618, + "email": "drtomkadela@gmail.com", + }, + { + "row_num": 14650, + "name": "Charity Gordon", + "userid": 3382683, + "email": "chairgordon@gmail.com", + }, + { + "row_num": 14662, + "name": "Funmilayo Akintunde", + "userid": 3363627, + "email": "yuwellnes@gmail.com", + }, + { + "row_num": 14669, + "name": "Elise Martinez", + "userid": 3397934, + "email": "elisemarielmartinez@gmail.com", + }, + { + "row_num": 14695, + "name": "Shelena Clay", + "userid": 3385076, + "email": "shelenaclay@yahoo.com", + }, + { + "row_num": 14729, + "name": "Danielle Zandbergen", + "userid": 3397743, + "email": "danielle@okikacounseling.com", + }, + { + "row_num": 14756, + "name": "Nichole Blanford", + "userid": 3371514, + "email": "nikki.blanford@pm.me", + }, + { + "row_num": 14777, + "name": "Maureen Rough", + "userid": 3404466, + "email": "maureen.m.rough@gmail.com", + }, + { + "row_num": 14784, + "name": "Joseph Almeida", + "userid": 3382946, + "email": "josephalmeidatalkspace@gmail.com", + }, + { + "row_num": 14812, + "name": "Justin Brown", + "userid": 3390209, + "email": "justinobrown25@gmail.com", + }, + { + "row_num": 14840, + "name": "Kacee Cleveland", + "userid": 3402487, + "email": "kitten4luv2002@yahoo.com", + }, + { + "row_num": 14859, + "name": "Vivian Hicks", + "userid": 3389402, + "email": "vivianhicks@protonmail.com", + }, + { + "row_num": 14866, + "name": "catherine bukovitz", + "userid": 3385863, + "email": "cbukovitz@gmail.com", + }, + { + "row_num": 14877, + "name": "Georges Mombrun", + "userid": 3379178, + "email": "ghmombrun@gmail.com", + }, + { + "row_num": 14891, + "name": "Sandra DeAtley", + "userid": 3400444, + "email": "sixftsandy@gmail.com", + }, + { + "row_num": 14930, + "name": "Brian Soames", + "userid": 3369421, + "email": "bsoames@gmail.com", + }, + { + "row_num": 14951, + "name": "Deirdre Minichiello", + "userid": 3391744, + "email": "deirdreminichiello@gmail.com", + }, + { + "row_num": 14971, + "name": "Shaterrika Williams", + "userid": 3398244, + "email": "shaterrika@email.phoenix.edu", + }, + { + "row_num": 14987, + "name": "James Hunter", + "userid": 3396884, + "email": "jhunterg31lcsw@gmail.com", + }, + { + "row_num": 14998, + "name": "Theresa Weise", + "userid": 3403550, + "email": "naturalhealingfarms@yahoo.com", + }, + { + "row_num": 15040, + "name": "LaMaya Middleton", + "userid": 3370069, + "email": "lamayamiddleton@gmail.com", + }, + { + "row_num": 15047, + "name": "darla carmoney", + "userid": 3403121, + "email": "darlacarmoneyllpc@gmail.com", + }, + { + "row_num": 15067, + "name": "LeAnne Delgado", + "userid": 3396523, + "email": "leanne@therapistconnecticut.com", + }, + { + "row_num": 15077, + "name": "Tamera Brown", + "userid": 3399542, + "email": "admin@coachtameraj.com", + }, + { + "row_num": 15092, + "name": "Irene Hernandez", + "userid": 3218994, + "email": "irehernandez163@gmail.com", + }, + { + "row_num": 15124, + "name": "Amy Graf", + "userid": 3390427, + "email": "grafamy@gmail.com", + }, + { + "row_num": 15133, + "name": "Artesia Price", + "userid": 3390888, + "email": "therapyfromthehart@gmail.com", + }, + { + "row_num": 15147, + "name": "kristen boone", + "userid": 3381203, + "email": "kristenlucilleboone@gmail.com", + }, + { + "row_num": 15162, + "name": "Asha Griffin", + "userid": 3389854, + "email": "email@balancingedencounseling.com", + }, + { + "row_num": 15168, + "name": "Melissa Patak", + "userid": 3388944, + "email": "melissapataklpc@gmail.com", + }, + { + "row_num": 15178, + "name": "Elena Beals", + "userid": 513292, + "email": "ebeals@gmail.com", + }, + { + "row_num": 15205, + "name": "DeMarquane Thomas", + "userid": 3394885, + "email": "demarquanethomas@gmail.com", + }, + { + "row_num": 15214, + "name": "Christy Forrister", + "userid": 2492767, + "email": "christyforrister@yahoo.com", + }, + { + "row_num": 15228, + "name": "Nathan Winner", + "userid": 3386017, + "email": "nawinn90@gmail.com", + }, + { + "row_num": 15245, + "name": "Carol Fletcher", + "userid": 3400901, + "email": "camflcsw@outlook.com", + }, + { + "row_num": 15253, + "name": "RobDreka Shaw", + "userid": 3393986, + "email": "rshaw@journeytohopecounseling.org", + }, + { + "row_num": 15269, + "name": "Erica Simpson", + "userid": 655395, + "email": "ericasimpson@twc.com", + }, + { + "row_num": 15285, + "name": "Kimberly Prinski", + "userid": 3394750, + "email": "kprinski@verizon.net", + }, + { + "row_num": 15318, + "name": "Silvia Simpson", + "userid": 3388180, + "email": "mamabella0711@yahoo.com", + }, + { + "row_num": 15325, + "name": "Justin Arifaj", + "userid": 3387703, + "email": "justin.arifaj@gmail.com", + }, + { + "row_num": 15331, + "name": "Sheilan Cook-Cornman", + "userid": 3391616, + "email": "csheilan@live.com", + }, + { + "row_num": 15338, + "name": "Chandra Lone Wolf", + "userid": 3384480, + "email": "lonewolf1535@hotmail.com", + }, + { + "row_num": 15364, + "name": "Jasmine McCully", + "userid": 3355378, + "email": "jasminemccully@gmail.com", + }, + { + "row_num": 15370, + "name": "Regina Poole", + "userid": 3388626, + "email": "reginapoole11@yahoo.com", + }, + { + "row_num": 15385, + "name": "Barbara Sprague", + "userid": 2071243, + "email": "barbara.sprague.np@gmail.com", + }, + { + "row_num": 15407, + "name": "Kimberly Rowe", + "userid": 3311278, + "email": "kimberlyjrowe@yahoo.com", + }, + { + "row_num": 15413, + "name": "Carly Davison", + "userid": 3379102, + "email": "cfshifle@gmail.com", + }, + { + "row_num": 15425, + "name": "Britney Taylor", + "userid": 3362767, + "email": "btaylorcounseling@gmail.com", + }, + { + "row_num": 15495, + "name": "Kirsten Munson", + "userid": 3296753, + "email": "askkris_munson@yahoo.com", + }, + { + "row_num": 15501, + "name": "Ilana Rosenberg", + "userid": 2270206, + "email": "istein69@cox.net", + }, + { + "row_num": 15516, + "name": "Rachel Cash", + "userid": 2822389, + "email": "rachelmichelle.cash@gmail.com", + }, + { + "row_num": 15544, + "name": "Amey Davis", + "userid": 218298, + "email": "ameydusa@yahoo.com", + }, + { + "row_num": 15552, + "name": "Candyce Spruel", + "userid": 3191994, + "email": "cespruel@outlook.com", + }, + { + "row_num": 15578, + "name": "Anisha Mistry", + "userid": 2005166, + "email": "abhakta21@gmail.com", + }, + { + "row_num": 15594, + "name": "Natalie Wakeley", + "userid": 3171814, + "email": "natalie@wakeleycounseling.com", + }, + { + "row_num": 15657, + "name": "Courtney Boatman", + "userid": 536966, + "email": "courtneyboatman@gmail.com", + }, + { + "row_num": 15666, + "name": "Ashton Hasson", + "userid": 1861855, + "email": "ashtonhasson1@gmail.com", + }, + { + "row_num": 15680, + "name": "debra nathanson", + "userid": 2258842, + "email": "fxrdynadeb@gmail.com", + }, + { + "row_num": 15701, + "name": "Flavio Epstein", + "userid": 1170524, + "email": "flavioepstein@gmail.com", + }, + { + "row_num": 15714, + "name": "Justine Meador", + "userid": 2369704, + "email": "justinemmeador@gmail.com", + }, + { + "row_num": 15726, + "name": "Carrie Phillips", + "userid": 843771, + "email": "carrie@carriephillips.com", + }, + { + "row_num": 15733, + "name": "DAVIDA RODRIGUEZ", + "userid": 1355332, + "email": "d.rodriguez.lmft@gmail.com", + }, + { + "row_num": 15748, + "name": "Julia Gunderson", + "userid": 333740, + "email": "jewelgundy@yahoo.com", + }, + { + "row_num": 15758, + "name": "Christy Anderson", + "userid": 2184306, + "email": "cake5385@gmail.com", + }, + { + "row_num": 15766, + "name": "Christian Lise", + "userid": 1039080, + "email": "chrliselmft@gmail.com", + }, + { + "row_num": 15782, + "name": "Faith Morgan", + "userid": 2027420, + "email": "fmorgan20@protonmail.com", + }, + { + "row_num": 15792, + "name": "Dennis Kuik", + "userid": 3172595, + "email": "denniskuik6583@gmail.com", + }, + { + "row_num": 15806, + "name": "DENNIS NEWLIN", + "userid": 3296000, + "email": "dennis@newlin.us", + }, + { + "row_num": 15814, + "name": "Javier Melendez-Vega", + "userid": 3293497, + "email": "javier@eutierriatherapy.com", + }, + { + "row_num": 15824, + "name": "Jay Rebert", + "userid": 3097482, + "email": "jaylmft@gmail.com", + }, + { + "row_num": 15832, + "name": "Jesse Jones", + "userid": 2290707, + "email": "jcjones12@ucsbalum.com", + }, + { + "row_num": 15849, + "name": "Anna Yu", + "userid": 437611, + "email": "annahong.lcsw@gmail.com", + }, + { + "row_num": 15857, + "name": "Amanda Morris ", + "userid": 704301, + "email": "dramandamorrismft@gmail.com", + }, + { + "row_num": 15864, + "name": "Anna Yee", + "userid": 3310836, + "email": "ayee.lcsw22482@gmail.com", + }, + { + "row_num": 15871, + "name": "Ruthie Youngman", + "userid": 451940, + "email": "ryoungmanmsw@aol.com", + }, + { + "row_num": 15879, + "name": "Anne Green", + "userid": 2093856, + "email": "annesjgreen@gmail.com", + }, + { + "row_num": 15886, + "name": "Jill Shinn", + "userid": 468767, + "email": "jvshinn@yahoo.com", + }, + { + "row_num": 15894, + "name": "Heidi Dawn", + "userid": 841210, + "email": "drheididawn@gmail.com", + }, + { + "row_num": 15902, + "name": "Ileana Gallegos", + "userid": 2347139, + "email": "igallegoslcsw@gmail.com", + }, + { + "row_num": 15910, + "name": "EILEEN JOY ESPORO", + "userid": 2135145, + "email": "eileenjoy@gmail.com", + }, + { + "row_num": 15926, + "name": "Jacqueline Wiliams", + "userid": 2455766, + "email": "jacquelinedrummond@hotmail.com", + }, + { + "row_num": 15934, + "name": "Esther Reynolds", + "userid": 3385270, + "email": "esther.reynolds@gmail.com", + }, + { + "row_num": 15980, + "name": "Jemel Johnson-Smith", + "userid": 3393936, + "email": "jemeljohnson.sw@gmail.com", + }, + { + "row_num": 15993, + "name": "Zachary Aldridge", + "userid": 2307960, + "email": "zaldridge17@gmail.com", + }, + { + "row_num": 16017, + "name": "Cynthia McAlister", + "userid": 1561019, + "email": "clmcalister@msn.com", + }, + { + "row_num": 16044, + "name": "Nastassia Ragoonan", + "userid": 2181677, + "email": "ragoonannp@icloud.com", + }, + { + "row_num": 16062, + "name": "Bernard Ashlock", + "userid": 3385828, + "email": "bashlock84@gmail.com", + }, + { + "row_num": 16095, + "name": "Shawna Holzer", + "userid": 3355116, + "email": "shawnaholzer@yahoo.com", + }, + { + "row_num": 16105, + "name": "Deborah James", + "userid": 3367599, + "email": "deborah.james407@gmail.com", + }, + { + "row_num": 16111, + "name": "Anna Shinn", + "userid": 3374762, + "email": "lpcshinn@gmail.com", + }, + { + "row_num": 16119, + "name": "Monique Darnell", + "userid": 3311758, + "email": "mrdcasolutions@gmail.com", + }, + { + "row_num": 16147, + "name": "Anna Diliberti", + "userid": 3385295, + "email": "adiliberti02@aol.com", + }, + { + "row_num": 16159, + "name": "EMILY GROHMAN", + "userid": 2157030, + "email": "emily.grohman@yahoo.com", + }, + { + "row_num": 16169, + "name": "James Estes", + "userid": 3377109, + "email": "captainjames2015@yahoo.com", + }, + { + "row_num": 16175, + "name": "Sandra Santana", + "userid": 2406681, + "email": "nuyoricannurseprescriber@yahoo.com", + }, + { + "row_num": 16182, + "name": "Angela M Keller", + "userid": 3293398, + "email": "amnk1979@gmail.com", + }, + { + "row_num": 16189, + "name": "Tracey-Ann George", + "userid": 3382992, + "email": "tageorge1079@gmail.com", + }, + { + "row_num": 16211, + "name": "Beth Graham", + "userid": 3299326, + "email": "bethdgraham@hotmail.com", + }, + { + "row_num": 16223, + "name": "Emily Sanchez", + "userid": 3352573, + "email": "emilyfsanchez@gmail.com", + }, + { + "row_num": 16230, + "name": "Festus Obonna", + "userid": 1893550, + "email": "fobonna@yahoo.com", + }, + { + "row_num": 16259, + "name": "Lori Butler", + "userid": 3373209, + "email": "ahappyyoucounselingservices@gmail.com", + }, + { + "row_num": 16269, + "name": "Zona Lee-Pietrogallo", + "userid": 3381003, + "email": "zlpietrogallo@icloud.com", + }, + { + "row_num": 16286, + "name": "cassandra moffat", + "userid": 3352708, + "email": "cmoffat1991@gmail.com", + }, + { + "row_num": 16321, + "name": "Jessica Mancillas-Flores", + "userid": 3376804, + "email": "jesmel11@gmail.com", + }, + { + "row_num": 16338, + "name": "Maisha Giles", + "userid": 3376358, + "email": "maishainaya@yahoo.com", + }, + { + "row_num": 16391, + "name": "Stephanie Quiroga", + "userid": 3379372, + "email": "salbuque2800@gmail.com", + }, + { + "row_num": 16397, + "name": "Zachary Spoerl", + "userid": 3368622, + "email": "zachary.spoerl@gmail.com", + }, + { + "row_num": 16414, + "name": "Bonnie Kolmodin", + "userid": 3363380, + "email": "bkolmodin@icloud.com", + }, + { + "row_num": 16420, + "name": "SABINA BONFADINI", + "userid": 2366594, + "email": "sabinabonfadini@hotmail.com", + }, + { + "row_num": 16440, + "name": "Susan Niebaum", + "userid": 3401927, + "email": "niebaum.sue@gmail.com", + }, + { + "row_num": 16449, + "name": "CHALITA THOMAS", + "userid": 3382691, + "email": "chalita.thomas@gmail.com", + }, + { + "row_num": 16462, + "name": "Jessica Curtis", + "userid": 3384856, + "email": "jess@jessjcurtis.com", + }, + { + "row_num": 16474, + "name": "Don Kincaid", + "userid": 3348270, + "email": "insightforwellness@gmail.com", + }, + { + "row_num": 16509, + "name": "Bonnie Rose Bury-Blattman", + "userid": 2494829, + "email": "compassiontheanswer@gmail.com", + }, + { + "row_num": 16517, + "name": "Maritza Delgado", + "userid": 3343534, + "email": "mtzjdelgado@gmail.com", + }, + { + "row_num": 16536, + "name": "Donald Hardy", + "userid": 3377101, + "email": "bohardy1@gmail.com", + }, + { + "row_num": 16551, + "name": "Peggy Hemmer", + "userid": 3377288, + "email": "pash723@gmail.com", + }, + { + "row_num": 16557, + "name": "Ellen Kupchick", + "userid": 3374306, + "email": "ejkupchick@gmail.com", + }, + { + "row_num": 16565, + "name": "Marcelo Gonzalez", + "userid": 3382136, + "email": "marcelo.gonzalez.a@outlook.com", + }, + { + "row_num": 16571, + "name": "Robert Naugle", + "userid": 3364186, + "email": "nauglerobert@hotmail.com", + }, + { + "row_num": 16580, + "name": "Victoria North", + "userid": 3362934, + "email": "rnvictoria8932@gmail.com", + }, + { + "row_num": 16588, + "name": "Karen Nelson", + "userid": 3377258, + "email": "lohkaren@yahoo.com", + }, + { + "row_num": 16611, + "name": "Lovette Okoh", + "userid": 1870767, + "email": "nebelovette@gmail.com", + }, + { + "row_num": 16631, + "name": "Shonda Sessoms", + "userid": 3369442, + "email": "sessoms329@yahoo.com", + }, + { + "row_num": 16647, + "name": "Sheena Gradzewicz", + "userid": 3350291, + "email": "srinaldi913@gmail.com", + }, + { + "row_num": 16656, + "name": "Lisa Dukat", + "userid": 1498685, + "email": "lisamich99@hotmail.com", + }, + { + "row_num": 16677, + "name": "Melissa Hunt", + "userid": 3356541, + "email": "mhunt030318@gmail.com", + }, + { + "row_num": 16685, + "name": "Kristy Justice", + "userid": 3337380, + "email": "kristy.justice@gmail.com", + }, + { + "row_num": 16695, + "name": "Giuseppe Sottile", + "userid": 3365200, + "email": "gsott93@gmail.com", + }, + { + "row_num": 16701, + "name": "Tiffany Stokes-Dinkins", + "userid": 3373387, + "email": "tlsdinkins1981@live.com", + }, + { + "row_num": 16720, + "name": "Merilen Bikers", + "userid": 3213849, + "email": "merilenbikers@gmail.com", + }, + { + "row_num": 16725, + "name": "Rebecca Morris", + "userid": 3375630, + "email": "inspiredlightcounseling@gmail.com", + }, + { + "row_num": 16745, + "name": "Krystlynn Grundtner", + "userid": 3386064, + "email": "krystlynncumiskey@gmail.com", + }, + { + "row_num": 16761, + "name": "Esther Castro", + "userid": 3380590, + "email": "egc2076@yahoo.com", + }, + { + "row_num": 16773, + "name": "Robin Faiola", + "userid": 2355963, + "email": "rf18br@my.fsu.edu", + }, + { + "row_num": 16796, + "name": "Kelsi Camak", + "userid": 3368481, + "email": "kluharper@gmail.com", + }, + { + "row_num": 16803, + "name": "TreDella Hall", + "userid": 3370153, + "email": "tredellahall@enhancedpathllc.com", + }, + { + "row_num": 16810, + "name": "Melody Chappel", + "userid": 3367754, + "email": "my_melody25@yahoo.com", + }, + { + "row_num": 16819, + "name": "Hailey Sliva", + "userid": 3378341, + "email": "hailey@haileyslivacounseling.com", + }, + { + "row_num": 16832, + "name": "Daine Barlow", + "userid": 3377546, + "email": "barlowdaine27@gmail.com", + }, + { + "row_num": 16838, + "name": "Bethany Oxford-Porter", + "userid": 2525342, + "email": "boxford314@gmail.com", + }, + { + "row_num": 16847, + "name": "Casey Romine", + "userid": 3378363, + "email": "loperc2@eou.edu", + }, + { + "row_num": 16853, + "name": "Rita Finta", + "userid": 3377680, + "email": "fintari@hotmail.com", + }, + { + "row_num": 16875, + "name": "Manon Paquet-Satrape", + "userid": 3379841, + "email": "mmpaquet@aol.com", + }, + { + "row_num": 16881, + "name": "Priscille Duvalsaint", + "userid": 3381198, + "email": "priscillenoelli@gmail.com", + }, + { + "row_num": 16889, + "name": "Mary Ann Lahley", + "userid": 3288815, + "email": "mlahley@gmail.com", + }, + { + "row_num": 16903, + "name": "Huda Shaikh", + "userid": 3355095, + "email": "hs.shaikh@gmail.com", + }, + { + "row_num": 16910, + "name": "Kristen Rumley", + "userid": 3375031, + "email": "kris10forpresident@gmail.com", + }, + { + "row_num": 16917, + "name": "Anna McCabe", + "userid": 3354583, + "email": "bongiorno.anna@gmail.com", + }, + { + "row_num": 16936, + "name": "Patricia Taglialavore", + "userid": 3376412, + "email": "patriciatag5@yahoo.com", + }, + { + "row_num": 16949, + "name": "DEBORA MONSERRAT", + "userid": 2459143, + "email": "deb.monserratcrnp.gmail.com", + }, + { + "row_num": 16956, + "name": "Kimberley Paul", + "userid": 3372926, + "email": "kpaullcsw@gmail.com", + }, + { + "row_num": 16970, + "name": "Dr. Lynn Williams", + "userid": 2616910, + "email": "drlynnwilliams50@yahoo.com", + }, + { + "row_num": 16993, + "name": "Meagan Lindsay", + "userid": 3376154, + "email": "meghlindsay@gmail.com", + }, + { + "row_num": 17001, + "name": "Emily Woods", + "userid": 3363288, + "email": "emilylovern@gmail.com", + }, + { + "row_num": 17033, + "name": "Brett Smith", + "userid": 3378350, + "email": "dulcineaws32@gmail.com", + }, + { + "row_num": 17044, + "name": "Jerrie Smith Muehr", + "userid": 3364970, + "email": "jmsmith4062@gmail.com", + }, + { + "row_num": 17045, + "name": "Luke Tervola", + "userid": 3365015, + "email": "ltervola@gmail.com", + }, + { + "row_num": 17055, + "name": "Mervin Cleveland", + "userid": 3371478, + "email": "mccounseling17@yahoo.com", + }, + { + "row_num": 17070, + "name": "Linda Rausch", + "userid": 3373115, + "email": "lindarausch@gmail.com", + }, + { + "row_num": 17078, + "name": "Te'Ha Demps", + "userid": 3368039, + "email": "bearpllc@gmail.com", + }, + { + "row_num": 17095, + "name": "Angela Thomas", + "userid": 3381220, + "email": "adent0573@gmail.com", + }, + { + "row_num": 17113, + "name": "Lindsey Barlow", + "userid": 3374622, + "email": "lindseybarlow17@gmail.com", + }, + { + "row_num": 17126, + "name": "Danielle Bouvier", + "userid": 3368033, + "email": "lakecitycounselor@gmail.com", + }, + { + "row_num": 17132, + "name": "Felicia Goins", + "userid": 3374490, + "email": "fgoins@hotmail.com", + }, + { + "row_num": 17138, + "name": "Michelle Trupiano", + "userid": 3374849, + "email": "michelle.krason@gmail.com", + }, + { + "row_num": 17145, + "name": "Adam Abraham", + "userid": 3371498, + "email": "abrahamadam16@gmail.com", + }, + { + "row_num": 17153, + "name": "Caitlin Deitz", + "userid": 3358434, + "email": "cdeitzmentalhealth@gmail.com", + }, + { + "row_num": 17169, + "name": "Robert Portley", + "userid": 1586351, + "email": "robert.portley@gmail.com", + }, + { + "row_num": 17187, + "name": "Rachel Manning", + "userid": 3373175, + "email": "rmanning1018@yahoo.com", + }, + { + "row_num": 17194, + "name": "Felecia Arthur", + "userid": 3378471, + "email": "feleciaarthur@yahoo.com", + }, + { + "row_num": 17218, + "name": "James Skinner", + "userid": 3010710, + "email": "skinnerjames@sbcglobal.net", + }, + { + "row_num": 17228, + "name": "Patrick allen cortado", + "userid": 2939029, + "email": "allencortado@gmail.com", + }, + { + "row_num": 17234, + "name": "Brandy Brown", + "userid": 2303370, + "email": "drbrandyfnpc@gmail.com", + }, + { + "row_num": 17241, + "name": "Katrina Mitchell", + "userid": 3356419, + "email": "katrinalynnelmhc@gmail.com", + }, + { + "row_num": 17250, + "name": "Moreen Jordan", + "userid": 3353639, + "email": "moreenthetherapist@gmail.com", + }, + { + "row_num": 17281, + "name": "Brian Wilcox", + "userid": 3336603, + "email": "brianwilcox1013@yahoo.com", + }, + { + "row_num": 17288, + "name": "Kimberlie Glasco", + "userid": 3358901, + "email": "kimglasco@yahoo.com", + }, + { + "row_num": 17301, + "name": "michael phoenix", + "userid": 3346736, + "email": "drfrandsen77@gmail.com", + }, + { + "row_num": 17309, + "name": "Jessica Hunt", + "userid": 3360259, + "email": "jessica.pb.hunt@gmail.com", + }, + { + "row_num": 17361, + "name": "Susan Benson DNP", + "userid": 1952224, + "email": "sbensondnp@icloud.com", + }, + { + "row_num": 17369, + "name": "Tomeka Bennett Jackson", + "userid": 3361729, + "email": "tomekalpc@gmail.com", + }, + { + "row_num": 17380, + "name": "Danell Black", + "userid": 3366230, + "email": "danellblackcounselor@gmail.com", + }, + { + "row_num": 17395, + "name": "Joyce Chen", + "userid": 2274997, + "email": "joycechennp@gmail.com", + }, + { + "row_num": 17410, + "name": "Samantha Amses", + "userid": 3358225, + "email": "samanthaamses@gmail.com", + }, + { + "row_num": 17419, + "name": "David Teachout", + "userid": 3341258, + "email": "dfteachout@gmail.com", + }, + { + "row_num": 17426, + "name": "epie ajebe", + "userid": 2391270, + "email": "lawfordpapi@yahoo.com", + }, + { + "row_num": 17442, + "name": "Titus Mayberry", + "userid": 3365433, + "email": "titusmayberry@yahoo.com", + }, + { + "row_num": 17456, + "name": "Lisa Roark", + "userid": 3363638, + "email": "lisaroarktx@gmail.com", + }, + { + "row_num": 17472, + "name": "Trenia L Allen", + "userid": 3363437, + "email": "treniaallen@gmail.com", + }, + { + "row_num": 17484, + "name": "Debora Monserrat", + "userid": 2459143, + "email": "deb.monserratcrnp@gmail.com", + }, + { + "row_num": 17490, + "name": "Monica Leverette", + "userid": 1635841, + "email": "mleverette2000@yahoo.com", + }, + { + "row_num": 17499, + "name": "Joseph Campbell", + "userid": 3363321, + "email": "jcamp91sw@gmail.com", + }, + { + "row_num": 17509, + "name": "Nicole Brynes", + "userid": 2222517, + "email": "nbrynes@gmail.com", + }, + { + "row_num": 17515, + "name": "Rhonda Eickholt", + "userid": 1926704, + "email": "strive4excellence1@hotmail.com", + }, + { + "row_num": 17521, + "name": "Yolanda Cockerham", + "userid": 3026749, + "email": "ycockr@yahoo.com", + }, + { + "row_num": 17529, + "name": "Venita Ninemire", + "userid": 3072291, + "email": "mvninemire@hotmail.com", + }, + { + "row_num": 17535, + "name": "Sandra Shuya", + "userid": 2036168, + "email": "sandra@shuyamhservices.com", + }, + { + "row_num": 17541, + "name": "Lisa Parks", + "userid": 3363316, + "email": "lisaparkstherapy@gmail.com", + }, + { + "row_num": 17547, + "name": "yanyan hollingsworth", + "userid": 2156851, + "email": "yanyanhollingsworth@gmail.com", + }, + { + "row_num": 17554, + "name": "Folashade Jayeoba", + "userid": 2566852, + "email": "nadiq2000@yahoo.com", + }, + { + "row_num": 17561, + "name": "Jamesina Johns", + "userid": 2258198, + "email": "jamesina321@hotmail.com", + }, + { + "row_num": 17571, + "name": "Carmen Hill-Mekoba", + "userid": 2108870, + "email": "carmenmekoba@comcast.net", + }, + { + "row_num": 17578, + "name": "Brianna Szymanski", + "userid": 2420530, + "email": "briannaszy@gmail.com", + }, + { + "row_num": 17590, + "name": "Nneka Njoku", + "userid": 2363733, + "email": "nnekanjokup@yahoo.com", + }, + { + "row_num": 17599, + "name": "Christina STEVENSON", + "userid": 3204292, + "email": "drcstevenson@virtuoustw.com", + }, + { + "row_num": 17611, + "name": "Linda Fonju", + "userid": 2054813, + "email": "goutylee@yahoo.fr", + }, + { + "row_num": 17619, + "name": "Jake Behrens", + "userid": 2118008, + "email": "behrens.jake@gmail.com", + }, + { + "row_num": 17631, + "name": "Brandon Argent", + "userid": 3359086, + "email": "bargent@nwflcounseling.com", + }, + { + "row_num": 17639, + "name": "Becky Meritt", + "userid": 2371972, + "email": "becky99988@gmail.com", + }, + { + "row_num": 17651, + "name": "LINDA MILLER", + "userid": 2265437, + "email": "llmpsych49@gmail.com", + }, + { + "row_num": 17695, + "name": "Erika fugere", + "userid": 3369381, + "email": "lcsw.erikaf@gmail.com", + }, + { + "row_num": 17703, + "name": "Amanda Lobato", + "userid": 3367345, + "email": "alobato2@live.nmhu.edu", + }, + { + "row_num": 17713, + "name": "Alan Gross", + "userid": 3361565, + "email": "alanlawrencegross@gmail.com", + }, + { + "row_num": 17719, + "name": "Ryan Huling", + "userid": 3369211, + "email": "rjhuling@yahoo.com", + }, + { + "row_num": 17725, + "name": "Itashia cunningham", + "userid": 3010618, + "email": "itashiavassell@gmail.com", + }, + { + "row_num": 17738, + "name": "Sarah Burton", + "userid": 3364013, + "email": "sroquetherapist@gmail.com", + }, + { + "row_num": 17746, + "name": "Shelise Kahn", + "userid": 3361995, + "email": "shelise.kahn@gmail.com", + }, + { + "row_num": 17763, + "name": "Lisa M. Johnson", + "userid": 3340263, + "email": "ashleynashley118@gmail.com", + }, + { + "row_num": 17769, + "name": "Heather McCue", + "userid": 3162231, + "email": "hmccue16@gmail.com", + }, + { + "row_num": 17802, + "name": "Robert Basque", + "userid": 3366369, + "email": "hello@starfishmentalhealth.com", + }, + { + "row_num": 17813, + "name": "thanh nguyen", + "userid": 2593587, + "email": "tnguyen2007@gmail.com", + }, + { + "row_num": 17835, + "name": "Nichole Burritt", + "userid": 3359208, + "email": "burritt102@hotmail.com", + }, + { + "row_num": 17842, + "name": "Erica Marchetti", + "userid": 3214397, + "email": "erica.marchetti4780@gmail.com", + }, + { + "row_num": 17848, + "name": "Angela Orta", + "userid": 3362865, + "email": "slapjack1978@gmail.com", + }, + { + "row_num": 17854, + "name": "Brittany Carter", + "userid": 3363499, + "email": "brittanynewton2004@hotmail.com", + }, + { + "row_num": 17868, + "name": "Milagros Garcia", + "userid": 3341187, + "email": "mgarcia@socialworker.net", + }, + { + "row_num": 17875, + "name": "Juyeon Shin", + "userid": 1555699, + "email": "juyeonshin2020@gmail.com", + }, + { + "row_num": 17890, + "name": "Erin Haytaian", + "userid": 2575144, + "email": "ehaytaian@gmail.com", + }, + { + "row_num": 17897, + "name": "Dina Mattingly", + "userid": 3373418, + "email": "dina.mattingly01@frontier.edu", + }, + { + "row_num": 17903, + "name": "Andrea Grimshaw ", + "userid": 3097649, + "email": "agrimsha1965@gmail.com", + }, + { + "row_num": 17909, + "name": "Jennifer Foresman", + "userid": 1398444, + "email": "jemmy630@msn.com", + }, + { + "row_num": 17917, + "name": "Linda DuBay", + "userid": 3364962, + "email": "dubayli@yahoo.com", + }, + { + "row_num": 17923, + "name": "THEODORA AGBASI", + "userid": 2117480, + "email": "tagbasi@yahoo.com", + }, + { + "row_num": 17929, + "name": "Uhunoma Osadolor", + "userid": 2797368, + "email": "uosadolor431@gmail.com", + }, + { + "row_num": 17948, + "name": "Mary Montero", + "userid": 3350074, + "email": "marydarlingmontero@gmail.com", + }, + { + "row_num": 17969, + "name": "Cheryl Polyudhapoom", + "userid": 3363877, + "email": "cpolyudhapoom@gmail.com", + }, + { + "row_num": 17979, + "name": "Melinda Murphy", + "userid": 3360497, + "email": "melindaortiz25@gmail.com", + }, + { + "row_num": 17987, + "name": "Carol Battle-Ferguson", + "userid": 3361891, + "email": "parkerrubencounseling@gmail.com", + }, + { + "row_num": 17993, + "name": "Erin Easley", + "userid": 3355171, + "email": "easleye2010@gmail.com", + }, + { + "row_num": 18004, + "name": "Regina Rye", + "userid": 3342360, + "email": "cbcallc@gmail.com", + }, + { + "row_num": 18010, + "name": "Sheri Fay", + "userid": 3364907, + "email": "sheriannfay@yahoo.com", + }, + { + "row_num": 18021, + "name": "Jamie Daugherty", + "userid": 3163153, + "email": "jamiedaugherty902@yahoo.com", + }, + { + "row_num": 18029, + "name": "DeShona Charles", + "userid": 3185279, + "email": "d.charles@affirmwellness.com", + }, + { + "row_num": 18037, + "name": "Joseph Clark", + "userid": 3355933, + "email": "jclarkmft@gmail.com", + }, + { + "row_num": 18052, + "name": "Melissa McWeeny", + "userid": 3364810, + "email": "mcweenymelissa@gmail.com", + }, + { + "row_num": 18058, + "name": "Andrew Kendrick", + "userid": 3369361, + "email": "akendricklpc@gmail.com", + }, + { + "row_num": 18066, + "name": "Belisa Kershaw", + "userid": 3359279, + "email": "kershawtherapy@gmail.com", + }, + { + "row_num": 18075, + "name": "Devora Segall", + "userid": 3355171, + "email": "devoradlcsw@gmail.com", + }, + { + "row_num": 18089, + "name": "Frederick Rotgers", + "userid": 3363319, + "email": "psydoc1948@gmail.com", + }, + { + "row_num": 18119, + "name": "vicki picarello", + "userid": 3363221, + "email": "vickiglm@aol.com", + }, + { + "row_num": 18171, + "name": "Christopher Freeman", + "userid": 3349120, + "email": "christopher.freeman9@icloud.com", + }, + { + "row_num": 18186, + "name": "Donald Mulkerne", + "userid": 2582070, + "email": "dmulkerne@yahoo.com", + }, + { + "row_num": 18190, + "name": "Brandalyn Kemp", + "userid": 3369286, + "email": "bkemp@clcounselingservices.com", + }, + { + "row_num": 18206, + "name": "STEPHANIE CHENOWETH", + "userid": 3366740, + "email": "schenoweth15@yahoo.com", + }, + { + "row_num": 18220, + "name": "Yolanda Knox", + "userid": 3297758, + "email": "yawniemknox@gmail.com", + }, + { + "row_num": 18224, + "name": "Martha Mauppin", + "userid": 3286835, + "email": "martymauppin@icloud.com", + }, + { + "row_num": 18227, + "name": "Jacqueline O'Duor", + "userid": 3353259, + "email": "jacquelineoduor@gmail.com", + }, + { + "row_num": 18232, + "name": "Garrett Gomes", + "userid": 3351018, + "email": "garrett.g.gomes@outlook.com", + }, + { + "row_num": 18240, + "name": "Christina Cartagena", + "userid": 3365558, + "email": "christina22869@hotmail.com", + }, + { + "row_num": 18242, + "name": "Chelsie Smith", + "userid": 3375672, + "email": "chelsie.smith@und.edu", + }, + { + "row_num": 18249, + "name": "Keith Pryor", + "userid": 3374688, + "email": "keithpryor58@gmail.com", + }, + { + "row_num": 18264, + "name": "Tannielle Mendoza", + "userid": 3360414, + "email": "tanniellequigley.tq@gmail.com", + }, + { + "row_num": 18265, + "name": "LaShunda D Morris", + "userid": 3296811, + "email": "shundaldm@aol.com", + }, + { + "row_num": 18270, + "name": "Brittany Barnes", + "userid": 3369120, + "email": "barnesb0207@yahoo.com", + }, + { + "row_num": 18282, + "name": "Kerste DeCoteau", + "userid": 3374287, + "email": "kerstedecoteau@yahoo.com", + }, + { + "row_num": 18289, + "name": "Irlande Stavien", + "userid": 3373444, + "email": "stavienirlande2@gmail.com", + }, + { + "row_num": 18306, + "name": "Quanesha Phillips", + "userid": 3373260, + "email": "qgriffin303@gmail.com", + }, + { + "row_num": 18307, + "name": "Kirra Williams", + "userid": 3373715, + "email": "kirrawilliams12@gmail.com", + }, + { + "row_num": 18311, + "name": "Brittney Blanchard", + "userid": 3372810, + "email": "brittneyblanchard98@gmail.com", + }, + { + "row_num": 18318, + "name": "Kirsten Keach", + "userid": 3349074, + "email": "kirstenmaykeach@gmail.com", + }, + { + "row_num": 18343, + "name": "Arial Harper", + "userid": 3370578, + "email": "childofpurpose@hotmail.com", + }, + { + "row_num": 18349, + "name": "Steven Berman", + "userid": 3373144, + "email": "steven.berman@att.net", + }, + { + "row_num": 18353, + "name": "Sharon Carroll", + "userid": 3183840, + "email": "sharon.carrollca@gmail.com", + }, + { + "row_num": 18368, + "name": "edouard niedenthal duret", + "userid": 3355182, + "email": "eeduret@gmail.com", + }, + { + "row_num": 18390, + "name": "Colette A. Thomas-Lamothe", + "userid": 3368517, + "email": "dance.333.cl@gmail.com", + }, + { + "row_num": 18391, + "name": "Patrick McGrath", + "userid": 3369983, + "email": "mwwwp123@gmail.com", + }, + { + "row_num": 18393, + "name": "Bradley Buikema", + "userid": 3352080, + "email": "bradleyb.lmft@gmail.com", + }, + { + "row_num": 18397, + "name": "Rachel Navarro", + "userid": 3349512, + "email": "rdelgado523@gmail.com", + }, + { + "row_num": 18399, + "name": "Sara Nielsen", + "userid": 3357326, + "email": "holistichealthbysara@gmail.com", + }, + { + "row_num": 18404, + "name": "Adam Shemony", + "userid": 3351842, + "email": "ashemony@gmail.com", + }, + { + "row_num": 18412, + "name": "Jennifer Farley", + "userid": 3342098, + "email": "farleyj92@gmail.com", + }, + { + "row_num": 18413, + "name": "Joshua Johnson", + "userid": 3359820, + "email": "josht.johnson21@gmail.com", + }, + { + "row_num": 18422, + "name": "Khaliliah Smith", + "userid": 3338921, + "email": "khaliliah.smith90@gmail.com", + }, + { + "row_num": 18423, + "name": "Ashlei Thomas", + "userid": 3353737, + "email": "ashleithomas.lcsw@gmail.com", + }, + { + "row_num": 18429, + "name": "Kevin Kohnke", + "userid": 3353113, + "email": "konekeyllc@gmail.com", + }, + { + "row_num": 18432, + "name": "Jacqueline Kaba", + "userid": 3353354, + "email": "realizingyourpotential123@gmail.com", + }, + { + "row_num": 18436, + "name": "David Weidner", + "userid": 3255278, + "email": "david.weidner@yahoo.com", + }, + { + "row_num": 18440, + "name": "KELLY WILLIAMS", + "userid": 3342618, + "email": "drkellyawilliams@gmail.com", + }, + { + "row_num": 18441, + "name": "Kendra Williams", + "userid": 3350869, + "email": "kendrawilliams81019@gmail.com", + }, + { + "row_num": 18446, + "name": "Ann Grant", + "userid": 3356144, + "email": "agrant1402@gmail.com", + }, + { + "row_num": 18447, + "name": "Stacey Odell", + "userid": 3352847, + "email": "sodelllcsw@gmail.com", + }, + { + "row_num": 18454, + "name": "Mary Kirkpatrick", + "userid": 3353751, + "email": "mkirkpatrick@mindplay-va.org", + }, + { + "row_num": 18455, + "name": "Yovanna Martinez", + "userid": 3353076, + "email": "yovannamartinezlmhc@gmail.com", + }, + { + "row_num": 18456, + "name": "Taneshia Carey", + "userid": 3355284, + "email": "anewyou@holisticcounselingstl.com", + }, + { + "row_num": 18458, + "name": "Hannah Trible", + "userid": 3351595, + "email": "htrible@gmail.com", + }, + { + "row_num": 18462, + "name": "Terri Hunter", + "userid": 3300991, + "email": "terrihunter1122@outlook.com", + }, + { + "row_num": 18463, + "name": "Isaac Huddleston", + "userid": 3349554, + "email": "mentalt314@gmail.com", + }, + { + "row_num": 18468, + "name": "ANDREA LANE", + "userid": 3284317, + "email": "andrea.lane58@gmail.com", + }, + { + "row_num": 18480, + "name": "Megan Crowningshield", + "userid": 3351080, + "email": "mc.whjconsulting@hotmail.com", + }, + { + "row_num": 18492, + "name": "Shameka Walker", + "userid": 3351318, + "email": "shamekawalker@metamorphosiscounseling.me", + }, + { + "row_num": 18497, + "name": "Lauren Contey", + "userid": 3364684, + "email": "lcontey08@gmail.com", + }, + { + "row_num": 18504, + "name": "Sarah Rinaldo", + "userid": 3259768, + "email": "therapy@sarahrinaldo.com", + }, + { + "row_num": 18507, + "name": "Jill Arland", + "userid": 3344618, + "email": "arlandjm@outlook.com", + }, + { + "row_num": 18509, + "name": "Aaron Hunt", + "userid": 3258529, + "email": "aaron@healing-roots-counseling.com", + }, + { + "row_num": 18522, + "name": "Julie Mouton", + "userid": 3351321, + "email": "jmariemouton@yahoo.com", + }, + { + "row_num": 18531, + "name": "Mary Schuler DeWitt", + "userid": 3279964, + "email": "dewitt425@gmail.com", + }, + { + "row_num": 18535, + "name": "Crystal Richey", + "userid": 3341376, + "email": "richeycrystal@ymail.com", + }, + { + "row_num": 18541, + "name": "Maria Lagattuta", + "userid": 3351284, + "email": "mlagattuta10@gmail.com", + }, + { + "row_num": 18548, + "name": "Manda Cook", + "userid": 3346069, + "email": "mandacooklpc@gmail.com", + }, + { + "row_num": 18556, + "name": "Gina Young", + "userid": 3351804, + "email": "ginamyoung@yahoo.com", + }, + { + "row_num": 18557, + "name": "Dala Hemeyer", + "userid": 3345728, + "email": "dalahemeyer@gmail.com", + }, + { + "row_num": 18563, + "name": "Tony Harley", + "userid": 3338701, + "email": "tshy77fsu@yahoo.com", + }, + { + "row_num": 18564, + "name": "Holly Waddell", + "userid": 3346360, + "email": "hollywaddell@choicescounselingcenter.net", + }, + { + "row_num": 18565, + "name": "Marjorie Gentry", + "userid": 3335640, + "email": "alliedcounsel@outlook.com", + }, + { + "row_num": 18566, + "name": "Ashley Crane-Bassett", + "userid": 3352277, + "email": "ashley_11ny@yahoo.com", + }, + { + "row_num": 18568, + "name": "Samantha Hughes", + "userid": 2364036, + "email": "samanthamariehughes@yahoo.com", + }, + { + "row_num": 18570, + "name": "Suchana Shrestha", + "userid": 3336134, + "email": "shresthasuchanas@gmail.com", + }, + { + "row_num": 18573, + "name": "Maryah Vigil", + "userid": 3325664, + "email": "maryah-vigil@hummingbirdhealingllc.com", + }, + { + "row_num": 18583, + "name": "Melanie Assid", + "userid": 3316474, + "email": "melanieassid@gmail.com", + }, + { + "row_num": 18586, + "name": "Genevieve Introcaso", + "userid": 3352557, + "email": "genevieve.introcaso@gmail.com", + }, + { + "row_num": 18587, + "name": "Rosa Reid, LCSW", + "userid": 3349104, + "email": "missrosa29@gmail.com", + }, + { + "row_num": 18590, + "name": "Thomas Chronister", + "userid": 3351984, + "email": "tcmc2013@yahoo.com", + }, + { + "row_num": 18591, + "name": "Brittany O’Bryant", + "userid": 3306067, + "email": "brittanylobryant@gmail.com", + }, + { + "row_num": 18592, + "name": "Antoinette Woods", + "userid": 3345387, + "email": "nettelee40@gmail.com", + }, + { + "row_num": 18602, + "name": "Dana Hiatt, LMHC", + "userid": 3360493, + "email": "danaahiatt@gmail.com", + }, + { + "row_num": 18604, + "name": "Isaac Esquivel", + "userid": 3346784, + "email": "i.esquivel2015@gmail.com", + }, + { + "row_num": 18614, + "name": "Connie Tomlin", + "userid": 3335372, + "email": "tconnie@vt.edu", + }, + { + "row_num": 18616, + "name": "Megan J. Zissler", + "userid": 3359988, + "email": "meganzissler@gmail.com", + }, + { + "row_num": 18622, + "name": "Hillary Presper", + "userid": 3359884, + "email": "hpresperlcsw@gmail.com", + }, + { + "row_num": 18623, + "name": "Karie Talkington", + "userid": 3351418, + "email": "ktalkington@mail.snu.edu", + }, + { + "row_num": 18626, + "name": "Diana Cust", + "userid": 3325662, + "email": "dcust17@gmail.com", + }, + { + "row_num": 18632, + "name": "Harmon Hanson", + "userid": 3333925, + "email": "harmon1013@gmail.com", + }, + { + "row_num": 18636, + "name": "Erika Hubbard", + "userid": 3341848, + "email": "erikahubbardtherapy@gmail.com", + }, + { + "row_num": 18637, + "name": "Eva Washington", + "userid": 3217942, + "email": "evalws@yahoo.com", + }, + { + "row_num": 18641, + "name": "Deidre Joyner", + "userid": 3327654, + "email": "deidrejoynerlpc@gmail.com", + }, + { + "row_num": 18646, + "name": "Raymond Moran", + "userid": 3321669, + "email": "raymoran@peakperformcc.com", + }, + { + "row_num": 18647, + "name": "Jocelyn Schiffhouer", + "userid": 3350944, + "email": "schiffhouercounseling@gmail.com", + }, + { + "row_num": 18649, + "name": "Winter Gonzalez", + "userid": 3358757, + "email": "wkaterinag@gmail.com", + }, + { + "row_num": 18652, + "name": "Karla Peterson", + "userid": 3340097, + "email": "karlaschlumbrecht@yahoo.com", + }, + { + "row_num": 18658, + "name": "Nikkie Dunnigan", + "userid": 3243590, + "email": "inikkie@hotmail.com", + }, + { + "row_num": 18660, + "name": "Christina Plenge", + "userid": 3341402, + "email": "mcplenge@gmail.com", + }, + { + "row_num": 18662, + "name": "Thomas Kurtz", + "userid": 3357718, + "email": "poppa.kurtz293@gmail.com", + }, + { + "row_num": 18664, + "name": "Julia St. John", + "userid": 3318183, + "email": "julia.stjo@gmail.com", + }, + { + "row_num": 18666, + "name": "Elizabeth Grady", + "userid": 3333230, + "email": "gradyelizabeth@hotmail.com", + }, + { + "row_num": 18668, + "name": "Giovanni Demezier", + "userid": 3357349, + "email": "gdemezier@gmail.com", + }, + { + "row_num": 18669, + "name": "ann russoli", + "userid": 3260131, + "email": "abr790@aol.com", + }, + { + "row_num": 18670, + "name": "Ruquiyah Foye", + "userid": 3347313, + "email": "ruquiyahf@gmail.com", + }, + { + "row_num": 18672, + "name": "Kenna Howell", + "userid": 3343343, + "email": "kennahowell@hotmail.com", + }, + { + "row_num": 18674, + "name": "Lori-Ann Gato", + "userid": 3345390, + "email": "lorigatolcsw@gmail.com", + }, + { + "row_num": 18677, + "name": "Kimberly M Guthrie", + "userid": 3338289, + "email": "guthriekim20@yahoo.com", + }, + { + "row_num": 18680, + "name": "Amanda Rusco", + "userid": 3322314, + "email": "amanda.borges.lpc@gmail.com", + }, + { + "row_num": 18684, + "name": "Stacie Copsey", + "userid": 3346601, + "email": "staciecopsey@gmail.com", + }, + { + "row_num": 18687, + "name": "Madison Euse", + "userid": 3346281, + "email": "madison.euse@outlook.com", + }, + { + "row_num": 18692, + "name": "Suzanne Landsverk", + "userid": 3334439, + "email": "suzanne.landsverk@gmail.com", + }, + { + "row_num": 18693, + "name": "Nicholas Beard", + "userid": 3337017, + "email": "nicholas@bridgewaterbehavioral.com", + }, + { + "row_num": 18694, + "name": "Matthew Zupko", + "userid": 3350638, + "email": "mzupko.lpc@gmail.com", + }, + { + "row_num": 18697, + "name": "Javen Taaffe", + "userid": 3337028, + "email": "javenjamin@gmail.com", + }, + { + "row_num": 18698, + "name": "kristen Hagin", + "userid": 3340789, + "email": "kristenhagin.lmhc@gmail.com", + }, + { + "row_num": 18699, + "name": "Gabrielle Barrington", + "userid": 3343027, + "email": "gabarrington@gmail.com", + }, + { + "row_num": 18701, + "name": "Tyler Reynolds", + "userid": 3343162, + "email": "reynolds.tyler96@gmail.com", + }, + { + "row_num": 18704, + "name": "Jonathan Pintaluga", + "userid": 3344267, + "email": "jonathanpintaluga@gmail.com", + }, + { + "row_num": 18709, + "name": "Acacia Quaintance", + "userid": 3304676, + "email": "acacia@freespiritcounselingllc.com", + }, + { + "row_num": 18710, + "name": "TahLeekah Partee", + "userid": 3327549, + "email": "info@heal2motivate.com", + }, + { + "row_num": 18731, + "name": "David Gamble", + "userid": 3354384, + "email": "mathew_gamble@yahoo.com", + }, + { + "row_num": 18736, + "name": "Samantha Willis", + "userid": 3354354, + "email": "mcgaughy.samantha@gmail.com", + }, + { + "row_num": 18744, + "name": "Alexia Mader", + "userid": 3331298, + "email": "amader850@gmail.com", + }, + { + "row_num": 18749, + "name": "William Walker", + "userid": 3334457, + "email": "willsmd@msn.com", + }, + { + "row_num": 18757, + "name": "Hunter Sawyer", + "userid": 3339782, + "email": "hunter.sawyer@anchorandbellcounseling.com", + }, + { + "row_num": 18761, + "name": "Debra Mcguffee", + "userid": 3328592, + "email": "debramcguffee@yahoo.com", + }, + { + "row_num": 18763, + "name": "Shicara Irvin", + "userid": 3262251, + "email": "sbirvin8@gmail.com", + }, + { + "row_num": 18766, + "name": "Stephen Harris", + "userid": 3353037, + "email": "harris0200@gmail.com", + }, + { + "row_num": 18769, + "name": "Ryanne Lindberg", + "userid": 3352944, + "email": "ryanne.lindberg@gmail.com", + }, + { + "row_num": 18771, + "name": "Maizee Devlin", + "userid": 3344430, + "email": "maizdevlin@gmail.com", + }, + { + "row_num": 18776, + "name": "Elizabeth Myers", + "userid": 3335289, + "email": "ellemyers18@gmail.com", + }, + { + "row_num": 18777, + "name": "Richard Evans", + "userid": 3353880, + "email": "rich@greenleafcc.com", + }, + { + "row_num": 18778, + "name": "Karen Williams", + "userid": 3340221, + "email": "williamskarensutherland@gmail.com", + }, + { + "row_num": 18779, + "name": "Jocelyn Farrar", + "userid": 3337737, + "email": "jocelynfarrar@yourlifepathcenter.com", + }, + { + "row_num": 18786, + "name": "Betsy Narveson", + "userid": 3331620, + "email": "bpumpkinw@aol.com", + }, + { + "row_num": 18789, + "name": "Lisa Bicket", + "userid": 3343293, + "email": "lisabicket@yahoo.com", + }, + { + "row_num": 18790, + "name": "George Tyger", + "userid": 3336800, + "email": "chaptyger@gmail.com", + }, + { + "row_num": 18791, + "name": "Kosaka Martin", + "userid": 3334513, + "email": "kkosa7@gmail.com", + }, + { + "row_num": 18793, + "name": "Susan Rosemeier", + "userid": 3335442, + "email": "susan.r.counseling@gmail.com", + }, + { + "row_num": 18794, + "name": "Amy Perschbacher", + "userid": 3338232, + "email": "amy.perschbacher@gmail.com", + }, + { + "row_num": 18804, + "name": "George Brisse", + "userid": 3329264, + "email": "georgebrisse@gmail.com", + }, + { + "row_num": 18805, + "name": "Steve Martinez", + "userid": 3339942, + "email": "smartinez@archsa.org", + }, + { + "row_num": 18809, + "name": "Eufemia Plimpton", + "userid": 3278658, + "email": "erplimpton@gmail.com", + }, + { + "row_num": 18810, + "name": "Jade Mitchell", + "userid": 3340069, + "email": "jade.mitchelltherapy@gmail.com", + }, + { + "row_num": 18825, + "name": "Collis Nelson", + "userid": 3353482, + "email": "collis.cody.nelson@gmail.com", + }, + { + "row_num": 18836, + "name": "Danielle Wilkinson", + "userid": 3350742, + "email": "danielledwilkinson11@gmail.com", + }, + { + "row_num": 18841, + "name": "Laura Shannon", + "userid": 3216894, + "email": "laurashannon64@gmail.com", + }, + { + "row_num": 18842, + "name": "Sandy Baker", + "userid": 3327588, + "email": "sheddyne@gmail.com", + }, + { + "row_num": 18847, + "name": "Shelley Beckley", + "userid": 3287770, + "email": "shelley.e.beckley@gmail.com", + }, + { + "row_num": 18854, + "name": "Theatric Thompson", + "userid": 3129043, + "email": "peopleofvalor08@gmail.com", + }, + { + "row_num": 18856, + "name": "Stacy King", + "userid": 3349739, + "email": "stacytking@hotmail.com", + }, + { + "row_num": 18860, + "name": "Tiffany Begley", + "userid": 3336984, + "email": "tbegley4@gmail.com", + }, + { + "row_num": 18866, + "name": "Amanda Uliasz", + "userid": 3318663, + "email": "amandauliaszmsw@gmail.com", + }, + { + "row_num": 18869, + "name": "Souphaphone Hagan", + "userid": 3337862, + "email": "sandydet25@hotmail.com", + }, + { + "row_num": 18876, + "name": "Kendra Collins", + "userid": 3318095, + "email": "kendra_collins@hotmail.com", + }, + { + "row_num": 18879, + "name": "Rhaysa M Saint-Hilaire", + "userid": 3326934, + "email": "kimmskii@aol.com", + }, + { + "row_num": 18887, + "name": "Francisca Ammerman", + "userid": 3335189, + "email": "fammerman1@gmail.com", + }, + { + "row_num": 18889, + "name": "Madeline Gardiner", + "userid": 3332734, + "email": "vickigardiner91@gmail.com", + }, + { + "row_num": 18891, + "name": "Kaylea Adkins", + "userid": 3346471, + "email": "kayleaa@ymail.com", + }, + { + "row_num": 18894, + "name": "Anita Morrow", + "userid": 3334849, + "email": "morrow3400@aol.com", + }, + { + "row_num": 18900, + "name": "Lonnie Matz", + "userid": 3330786, + "email": "lonniematz@yahoo.com", + }, + { + "row_num": 18926, + "name": "LaShaun Curry", + "userid": 3330665, + "email": "lashauncurrymft@gmail.com", + }, + { + "row_num": 18927, + "name": "Patrice Thomas", + "userid": 3331290, + "email": "phollo5@gmail.com", + }, + { + "row_num": 18936, + "name": "Angela Beckman", + "userid": 517206, + "email": "abeckma16@gmail.com", + }, + { + "row_num": 18942, + "name": "Christopher C. Selcer", + "userid": 3347788, + "email": "chrisselcer@gmail.com", + }, + { + "row_num": 18943, + "name": "Tilisha von Boeselager", + "userid": 3299312, + "email": "vonboeselagercounseling@gmail.com", + }, + { + "row_num": 18945, + "name": "Ashley Wanyonyi", + "userid": 3323245, + "email": "ashley.wanyonyi@gmail.com", + }, + { + "row_num": 18950, + "name": "Trisha Gaudig", + "userid": 3322605, + "email": "drgaudig@goodkarmawellness.llc", + }, + { + "row_num": 18953, + "name": "Janet Sunshine", + "userid": 3283141, + "email": "jasunshine@gmail.com", + }, + { + "row_num": 18954, + "name": "Janita Easter", + "userid": 3325966, + "email": "janitakalaya88@gmail.com", + }, + { + "row_num": 18956, + "name": "Leah Barrier", + "userid": 3325324, + "email": "leahfelice@gmail.com", + }, + { + "row_num": 18957, + "name": "Sherry Friedman", + "userid": 3330353, + "email": "taproot2020@gmail.com", + }, + { + "row_num": 18958, + "name": "Michael Ryan", + "userid": 3329387, + "email": "michael.ryan1906@gmail.com", + }, + { + "row_num": 18959, + "name": "Cheryl Lockett", + "userid": 3343775, + "email": "drlockett@mindfamilyservices.com", + }, + { + "row_num": 18975, + "name": "Stephanie Burns", + "userid": 3236116, + "email": "sbburns16@gmail.com", + }, + { + "row_num": 18979, + "name": "Yolanda Robinson", + "userid": 3328814, + "email": "yrobinson348@gmail.com", + }, + { + "row_num": 18981, + "name": "Dixie Placek", + "userid": 3331847, + "email": "dixierp9@gmail.com", + }, + { + "row_num": 18982, + "name": "Haley Wiley", + "userid": 3311965, + "email": "haleywileylpc@gmail.com", + }, + { + "row_num": 18983, + "name": "Seth Erickson", + "userid": 3332687, + "email": "serickson@northworkcounseling.com", + }, + { + "row_num": 18988, + "name": "Raymond Scott", + "userid": 3324911, + "email": "spartanfanray@gmail.com", + }, + { + "row_num": 18989, + "name": "Courtney Williams", + "userid": 3321530, + "email": "thehealingspotdmv@gmail.com", + }, + { + "row_num": 18992, + "name": "David Neslen", + "userid": 3330323, + "email": "dneslen@yahoo.com", + }, + { + "row_num": 19005, + "name": "Bernard Scott", + "userid": 3326340, + "email": "dr.bernardscottpsyd@yahoo.com", + }, + { + "row_num": 19012, + "name": "Sharise M Bijou", + "userid": 3317087, + "email": "sbijou@msn.com", + }, + { + "row_num": 19014, + "name": "Nicole Ceusters", + "userid": 3330443, + "email": "nc@gearcounseling.com", + }, + { + "row_num": 19016, + "name": "Rodney Taylor", + "userid": 3331284, + "email": "lcdccounseling@hotmail.com", + }, + { + "row_num": 19018, + "name": "Andrew Penn", + "userid": 3332782, + "email": "pennandrew120@gmail.com", + }, + { + "row_num": 19020, + "name": "Oshetisi Okagbare", + "userid": 3336996, + "email": "tisi.okagbare@gmail.com", + }, + { + "row_num": 19027, + "name": "Brigid Vingan", + "userid": 3338125, + "email": "brigidvingan@gmail.com", + }, + { + "row_num": 19030, + "name": "Sue Swartz", + "userid": 3338344, + "email": "susieaswartz@gmail.com", + }, + { + "row_num": 19036, + "name": "Bradford Marshall Hammond", + "userid": 3272537, + "email": "cornerstonecounselor@gmail.com", + }, + { + "row_num": 19042, + "name": "Chase Sayer", + "userid": 3250835, + "email": "chasesayer@hotmail.com", + }, + { + "row_num": 19055, + "name": "Anthony Leite", + "userid": 3326215, + "email": "anthony.d.leite@gmail.com", + }, + { + "row_num": 19059, + "name": "Thomas Morgan", + "userid": 3320681, + "email": "morgantom@yahoo.com", + }, + { + "row_num": 19061, + "name": "Brittany Hall", + "userid": 3294253, + "email": "brittanyhalllaw@gmail.com", + }, + { + "row_num": 19074, + "name": "Adam Smith", + "userid": 3325382, + "email": "aesmith.ru.psyd@gmail.com", + }, + { + "row_num": 19075, + "name": "Christina Manolatos", + "userid": 3310574, + "email": "c.manolatou@acg.edu", + }, + { + "row_num": 19076, + "name": "Kimberly Donihue", + "userid": 3321256, + "email": "flourish@therapysecure.com", + }, + { + "row_num": 19080, + "name": "Ernest Garrett", + "userid": 3320283, + "email": "ernest.garrett@garrettlcsw.com", + }, + { + "row_num": 19082, + "name": "Tara Keegan", + "userid": 3264017, + "email": "tarakeeganlcsw@outlook.com", + }, + { + "row_num": 19083, + "name": "Jennifer Hensley", + "userid": 3319188, + "email": "happyjennie727@gmail.com", + }, + { + "row_num": 19088, + "name": "Terri Ellzey", + "userid": 3321819, + "email": "terriellzey@sbcglobal.net", + }, + { + "row_num": 19089, + "name": "Michael Jankowski", + "userid": 3277140, + "email": "michaelleejankowski@gmail.com", + }, + { + "row_num": 19102, + "name": "Kidd Colt", + "userid": 3296072, + "email": "kctravel2011@yahoo.com", + }, + { + "row_num": 19108, + "name": "Blake Harding", + "userid": 3336169, + "email": "blake@drharding.org", + }, + { + "row_num": 19110, + "name": "Scarlet Chatman", + "userid": 3177750, + "email": "info@scarletchatman.com", + }, + { + "row_num": 19116, + "name": "Robin Rutan", + "userid": 3300752, + "email": "robinrutan@gmail.com", + }, + { + "row_num": 19119, + "name": "Cynthia Clyburn", + "userid": 3305932, + "email": "tclyburn12@gmail.com", + }, + { + "row_num": 19121, + "name": "Harry Satariano", + "userid": 3295659, + "email": "harrystherapy@gmail.com", + }, + { + "row_num": 19126, + "name": "Amber Johnson", + "userid": 3332794, + "email": "amberljohnson.lcsw@gmail.com", + }, + { + "row_num": 19132, + "name": "Adele Summers", + "userid": 3307708, + "email": "aaustin85@outlook.com", + }, + { + "row_num": 19136, + "name": "Jessica Jacobs", + "userid": 3319262, + "email": "jess2013@me.com", + }, + { + "row_num": 19141, + "name": "Agustin Gracia", + "userid": 3322360, + "email": "agustingracia@gmail.com", + }, + { + "row_num": 19162, + "name": "Jonathan Wallis", + "userid": 3331122, + "email": "jonwallisma@gmail.com", + }, + { + "row_num": 19164, + "name": "Sue Van Wazer", + "userid": 3195703, + "email": "suevanwazer@gmail.com", + }, + { + "row_num": 19166, + "name": "Crystal Willson", + "userid": 3217437, + "email": "crystalmwillson@gmail.com", + }, + { + "row_num": 19169, + "name": "Hope Schaffrick", + "userid": 3149649, + "email": "schaffrick@sbcglobal.net", + }, + { + "row_num": 19178, + "name": "Margaret Bauer", + "userid": 3339228, + "email": "mfeeleybauer@gmail.com", + }, + { + "row_num": 19179, + "name": "Vanessa Faulkner", + "userid": 3279961, + "email": "vanessafaulkner@themindfulcounselor.life", + }, + { + "row_num": 19180, + "name": "Henry Jangira", + "userid": 3211211, + "email": "henrijangirah@yahoo.com", + }, + { + "row_num": 19182, + "name": "Gianina Catron", + "userid": 3310552, + "email": "gianina@level-up-life.org", + }, + { + "row_num": 19184, + "name": "Cynthia Toth", + "userid": 3308121, + "email": "cindytbroker@outlook.com", + }, + { + "row_num": 19188, + "name": "Caitlin Stevens", + "userid": 3312641, + "email": "cetain04@gmail.com", + }, + { + "row_num": 19192, + "name": "Stephanie Smith", + "userid": 3231563, + "email": "stephaniesmithcounseling@gmail.com", + }, + { + "row_num": 19195, + "name": "Anthony Verdino", + "userid": 3311873, + "email": "adverdino@gmail.com", + }, + { + "row_num": 19196, + "name": "JULIO SARANGO", + "userid": 3314506, + "email": "rubju2000@yahoo.com", + }, + { + "row_num": 19201, + "name": "Chelsia Burkes-Brown", + "userid": 2964736, + "email": "chelsiaburkes@gmail.com", + }, + { + "row_num": 19205, + "name": "Noelia Rosado", + "userid": 3318566, + "email": "noeliahealingwounds@gmail.com", + }, + { + "row_num": 19206, + "name": "Mackenzie Pfeiffer", + "userid": 3301391, + "email": "mackenziepfeiffer@gmail.com", + }, + { + "row_num": 19214, + "name": "Wendy Schultz", + "userid": 3318771, + "email": "wschultzlcsw@gmail.com", + }, + { + "row_num": 19215, + "name": "Dr. Dammy Bamisile", + "userid": 3265268, + "email": "dammybamisile@gmail.com", + }, + { + "row_num": 19218, + "name": "Earl Ledford", + "userid": 3316083, + "email": "earl@earlledfordlcsw.com", + }, + { + "row_num": 19220, + "name": "Charity Mckinney", + "userid": 3277132, + "email": "mckinneyc@nsula.edu", + }, + { + "row_num": 19228, + "name": "Jill Berson", + "userid": 3248185, + "email": "jberson@mps-edu.org", + }, + { + "row_num": 19243, + "name": "Kimberly Pretty", + "userid": 3317307, + "email": "kpretty067@gmail.com", + }, + { + "row_num": 19257, + "name": "Uloma Ugbaja", + "userid": 3124358, + "email": "ulomanwaku@yahoo.com", + }, + { + "row_num": 19266, + "name": "Kim Hibbard", + "userid": 3317255, + "email": "irishdelite63@yahoo.com", + }, + { + "row_num": 19267, + "name": "Marie Joassaint", + "userid": 3040654, + "email": "psychselfempowermentllc@gmail.com", + }, + { + "row_num": 19269, + "name": "Ayonna Chappell", + "userid": 3311530, + "email": "monetscs@gmail.com", + }, + { + "row_num": 19271, + "name": "Robert Gerl", + "userid": 3300149, + "email": "rgerl1051@gmail.com", + }, + { + "row_num": 19274, + "name": "Julie Elliott", + "userid": 3313823, + "email": "jcelliott38@hotmail.com", + }, + { + "row_num": 19285, + "name": "Brandon Roth", + "userid": 3290889, + "email": "lv2run1@yahoo.com", + }, + { + "row_num": 19286, + "name": "Juan Mateo", + "userid": 3293481, + "email": "jmateopmhnp@gmail.com", + }, + { + "row_num": 19295, + "name": "Laura Watson", + "userid": 3226161, + "email": "watsonlaurap@gmail.com", + }, + { + "row_num": 19299, + "name": "Tina Hendizadeh", + "userid": 3297638, + "email": "tinaroya@hotmail.com", + }, + { + "row_num": 19312, + "name": "Beatrice Berry", + "userid": 3279965, + "email": "beefaithful1@yahoo.com", + }, + { + "row_num": 19313, + "name": "Willow Arlenea", + "userid": 3307084, + "email": "willow@designsbywillow.com", + }, + { + "row_num": 19316, + "name": "Dora Williams", + "userid": 3310958, + "email": "dorawilliams84@gmail.com", + }, + { + "row_num": 19318, + "name": "Rebecca Luebbe", + "userid": 3313017, + "email": "beccal@txonline.org", + }, + { + "row_num": 19319, + "name": "Daniel Marsh", + "userid": 3284272, + "email": "danny.marsh@live.com", + }, + { + "row_num": 19324, + "name": "Joy McDonald", + "userid": 3299910, + "email": "jaymcdon8@gmail.com", + }, + { + "row_num": 19329, + "name": "Carol Daniel", + "userid": 3288672, + "email": "cd40432@gmail.com", + }, + { + "row_num": 19331, + "name": "Beverly Ward", + "userid": 3296408, + "email": "bwardlpc@aol.com", + }, + { + "row_num": 19332, + "name": "Jill Trice", + "userid": 3308421, + "email": "jillmorgan613@comcast.net", + }, + { + "row_num": 19344, + "name": "JEARILYN SINGLETON", + "userid": 3308080, + "email": "stillwaterstherapeuticservices@gmail.com", + }, + { + "row_num": 19346, + "name": "Shonda Young", + "userid": 3305657, + "email": "shondayoung94@gmail.com", + }, + { + "row_num": 19353, + "name": "Nancy Coffroad", + "userid": 3304830, + "email": "grmpygirl@hotmail.com", + }, + { + "row_num": 19355, + "name": "Ashley Eaddy", + "userid": 3308038, + "email": "aeaddylpc@gmail.com", + }, + { + "row_num": 19357, + "name": "Pennie Hurta", + "userid": 3307433, + "email": "nickles07@yahoo.com", + }, + { + "row_num": 19361, + "name": "Christopher Williams", + "userid": 3283052, + "email": "cwilliams0587@aol.com", + }, + { + "row_num": 19362, + "name": "Jessica Burke", + "userid": 3295952, + "email": "jessicaburke.lpcc@gmail.com", + }, + { + "row_num": 19363, + "name": "Charles Ross", + "userid": 3285744, + "email": "cross@oberlin.edu", + }, + { + "row_num": 19366, + "name": "Karen McGillivray", + "userid": 3297730, + "email": "karenmcg925@gmail.com", + }, + { + "row_num": 19367, + "name": "elevani fletcher", + "userid": 3298328, + "email": "edfletcher@edfclinicalservices.com", + }, + { + "row_num": 19373, + "name": "Tyishia James", + "userid": 3319830, + "email": "deniciajames@gmail.com", + }, + { + "row_num": 19375, + "name": "Ann Adams", + "userid": 3309561, + "email": "aadamslmhc@gmail.com", + }, + { + "row_num": 19376, + "name": "Elizabeth Resce", + "userid": 3290099, + "email": "elizcl8@gmail.com", + }, + { + "row_num": 19377, + "name": "Amanda Gushard-edwards", + "userid": 3300003, + "email": "agushardgrow@gmail.com", + }, + { + "row_num": 19378, + "name": "Raeya Disney", + "userid": 3300126, + "email": "raeyadisney20@gmail.com", + }, + { + "row_num": 19379, + "name": "Priscilla Ballsun", + "userid": 3300128, + "email": "pballsun@aol.com", + }, + { + "row_num": 19380, + "name": "Lacresha Reid White", + "userid": 3303019, + "email": "lacreshawhite@yahoo.com", + }, + { + "row_num": 19382, + "name": "Christina Riley", + "userid": 3283071, + "email": "cemderileylcsw@gmail.com", + }, + { + "row_num": 19384, + "name": "Mandy Lopez Azimy", + "userid": 3306630, + "email": "mandylopez.lcsw@gmail.com", + }, + { + "row_num": 19385, + "name": "Rachel James", + "userid": 3294058, + "email": "raadnj@comcast.net", + }, + { + "row_num": 19393, + "name": "Amanda Beechem", + "userid": 3317883, + "email": "bee.rachele34@gmail.com", + }, + { + "row_num": 19400, + "name": "Susan White", + "userid": 2508522, + "email": "rubyroadllc@gmail.com", + }, + { + "row_num": 19420, + "name": "Nichell Newton", + "userid": 3296961, + "email": "fowler.nichell@gmail.com", + }, + { + "row_num": 19436, + "name": "Jennifer Martinez", + "userid": 2469083, + "email": "jlmartineznp@gmail.com", + }, + { + "row_num": 19440, + "name": "Amanda Whisenhunt", + "userid": 3278114, + "email": "amandawhisenhunt99@gmail.com", + }, + { + "row_num": 19444, + "name": "Dion Metzger", + "userid": 3293465, + "email": "dionmetzger.md@gmail.com", + }, + { + "row_num": 19445, + "name": "Shania Barr", + "userid": 3297118, + "email": "shaniabarrlpc@gmail.com", + }, + { + "row_num": 19460, + "name": "Nytisha Gaston", + "userid": 3310407, + "email": "nytishagaston@gmail.com", + }, + { + "row_num": 19463, + "name": "Selina Perea", + "userid": 3303585, + "email": "selina.perea@outlook.com", + }, + { + "row_num": 19479, + "name": "Barbara Richardson", + "userid": 3293460, + "email": "baschoppee@icloud.com", + }, + { + "row_num": 19488, + "name": "Derek Sloan", + "userid": 3316166, + "email": "derekcounsels@gmail.com", + }, + { + "row_num": 19496, + "name": "Samantha Perkins", + "userid": 3312790, + "email": "sperkinspd5@gmail.com", + }, + { + "row_num": 19509, + "name": "Stephanie Mora", + "userid": 3235432, + "email": "stemora1@gmail.com", + }, + { + "row_num": 19511, + "name": "Katherine Dillon", + "userid": 3247997, + "email": "dillonka317@gmail.com", + }, + { + "row_num": 19514, + "name": "Jodee Lucero", + "userid": 3278118, + "email": "ljodee44@gmail.com", + }, + { + "row_num": 19518, + "name": "Kimberly Tornberg", + "userid": 3293258, + "email": "ktornberglmhc@yahoo.com", + }, + { + "row_num": 19523, + "name": "lindsey duncan", + "userid": 3296244, + "email": "lindseyduncan23@gmail.com", + }, + { + "row_num": 19526, + "name": "Hannah Cobb", + "userid": 3290863, + "email": "hscobb1@gmail.com", + }, + { + "row_num": 19531, + "name": "Amanda Wells", + "userid": 3283428, + "email": "amanda@alongthewillowedpath.com", + }, + { + "row_num": 19548, + "name": "Brittany Devine", + "userid": 3294457, + "email": "brittanydevine@icloud.com", + }, + { + "row_num": 19550, + "name": "Tara Kenyon", + "userid": 3285750, + "email": "tararkenyon@gmail.com", + }, + { + "row_num": 19577, + "name": "Alana Linn", + "userid": 3231896, + "email": "a.nicole.linn@gmail.com", + }, + { + "row_num": 19586, + "name": "Felicia Thomas", + "userid": 3281957, + "email": "dr.felicia.thomas@gmail.com", + }, + { + "row_num": 19592, + "name": "Elizabeth Nymberg", + "userid": 3290979, + "email": "enymberg@gmail.com", + }, + { + "row_num": 19602, + "name": "Codi Hatfield", + "userid": 3268827, + "email": "southernsandscounseling@gmail.com", + }, + { + "row_num": 19608, + "name": "Adejimi Tejuosho Tejuosho", + "userid": 3265637, + "email": "jimiteju08@yahoo.com", + }, + { + "row_num": 19614, + "name": "Brian Johnson", + "userid": 3244240, + "email": "johnsonb553@yahoo.com", + }, + { + "row_num": 19619, + "name": "YETTIA JASMINE", + "userid": 3277330, + "email": "phoenixctsllc@gmail.com", + }, + { + "row_num": 19623, + "name": "Rosemary Muzorewa", + "userid": 3288904, + "email": "rmuzorewa@gmail.com", + }, + { + "row_num": 19634, + "name": "Nathaniel Wagner", + "userid": 3261457, + "email": "natewagner@gmail.com", + }, + { + "row_num": 19638, + "name": "Katherine Velasquez (Stump)", + "userid": 3257978, + "email": "katherine.a.stump@gmail.com", + }, + { + "row_num": 19640, + "name": "Fay Callam", + "userid": 3250518, + "email": "callam.fjc@gmail.com", + }, + { + "row_num": 19645, + "name": "curtisha taylor", + "userid": 3261903, + "email": "cr_swing720@yahoo.com", + }, + { + "row_num": 19647, + "name": "Edlyne Thelusma", + "userid": 3282412, + "email": "edlyne@rlfscenter.com", + }, + { + "row_num": 19650, + "name": "Nicole Weiss", + "userid": 3280526, + "email": "nmweiss101@gmail.com", + }, + { + "row_num": 19655, + "name": "Jeremy Robichaud", + "userid": 3289876, + "email": "redpointcounselingmaine@gmail.com", + }, + { + "row_num": 19657, + "name": "Amanda Rice", + "userid": 3285564, + "email": "amandarice75@gmail.com", + }, + { + "row_num": 19660, + "name": "Frances McMiller", + "userid": 3290623, + "email": "puzzled.caterpillars@gmail.com", + }, + { + "row_num": 19661, + "name": "Nicole Flannery", + "userid": 3282247, + "email": "nicoletpsych@gmail.com", + }, + { + "row_num": 19662, + "name": "Ashlee Arnett", + "userid": 3288050, + "email": "aarnett1@une.edu", + }, + { + "row_num": 19663, + "name": "MARTY MCLAUGHLIN", + "userid": 3290377, + "email": "marty_mclaughlin@att.net", + }, + { + "row_num": 19665, + "name": "Terry Driskill", + "userid": 3284278, + "email": "maclu2005@aol.com", + }, + { + "row_num": 19682, + "name": "Jennifer Ludwig", + "userid": 3272709, + "email": "jenlud74@hotmail.com", + }, + { + "row_num": 19690, + "name": "Victor Rose", + "userid": 3253507, + "email": "vroseanthony@gmail.com", + }, + { + "row_num": 19692, + "name": "Irene Ledee-Farley", + "userid": 3263093, + "email": "iledeefarley@gmail.com", + }, + { + "row_num": 19694, + "name": "Alisha Beard", + "userid": 3283417, + "email": "albrill@icloud.com", + }, + { + "row_num": 19696, + "name": "Teressa Hale Mathurin", + "userid": 3277268, + "email": "haleteressa@gmail.com", + }, + { + "row_num": 19707, + "name": "Ashley Kozfkay", + "userid": 3272716, + "email": "aakozfkay@gmail.com", + }, + { + "row_num": 19711, + "name": "Olga Molina", + "userid": 3253983, + "email": "omolina@ucf.edu", + }, + { + "row_num": 19715, + "name": "Aiesha Lee", + "userid": 3269472, + "email": "lee.aiesha210@gmail.com", + }, + { + "row_num": 19719, + "name": "Jeremy Schultz", + "userid": 3272099, + "email": "jns4851@yahoo.com", + }, + { + "row_num": 19722, + "name": "Katina Johnson-Pease", + "userid": 3232523, + "email": "mslpckrjohnson@gmail.com", + }, + { + "row_num": 19725, + "name": "Josephine Nyame", + "userid": 3278128, + "email": "info@nyamecounseling.com", + }, + { + "row_num": 19730, + "name": "Lauren Peffer", + "userid": 3284258, + "email": "pefferlauren@yahoo.com", + }, + { + "row_num": 19733, + "name": "Darrell Patterson", + "userid": 3245571, + "email": "dtherapyworks@gmail.com", + }, + { + "row_num": 19739, + "name": "Cathleen Harris", + "userid": 3284793, + "email": "cathy@cathleenrharris.com", + }, + { + "row_num": 19746, + "name": "Brittany Fuchs", + "userid": 3278112, + "email": "briifuchs@gmail.com", + }, + { + "row_num": 19750, + "name": "Teri Lynn Kim", + "userid": 3268557, + "email": "terilynnkim@gmail.com", + }, + { + "row_num": 19751, + "name": "Tiffany Lowe", + "userid": 3270388, + "email": "tiffany34@gmail.com", + }, + { + "row_num": 19759, + "name": "Leah Allen", + "userid": 3272408, + "email": "lkallen7265@gmail.com", + }, + { + "row_num": 19762, + "name": "Stacey Williams", + "userid": 3278122, + "email": "williamsmmft@gmail.com", + }, + { + "row_num": 19764, + "name": "Sonia Thomas", + "userid": 3200495, + "email": "sonia_atr@hotmail.com", + }, + { + "row_num": 19779, + "name": "Matthew Govier", + "userid": 3269193, + "email": "goviermatthew@icloud.com", + }, + { + "row_num": 19786, + "name": "Timothy Sigafoos", + "userid": 3268444, + "email": "timsigafoos@gmail.com", + }, + { + "row_num": 19803, + "name": "TAJUANA RUSHIN", + "userid": 3266566, + "email": "tajuanarushin.lmhc@gmail.com", + }, + { + "row_num": 19819, + "name": "Elaina Gardner", + "userid": 3273706, + "email": "gardneel@mail.gvsu.edu", + }, + { + "row_num": 19820, + "name": "Jean Corbae", + "userid": 3260585, + "email": "awakenedwellbeing@gmail.com", + }, + { + "row_num": 19821, + "name": "Melissa McKissack", + "userid": 3270531, + "email": "melissa.mckissack@hotmail.com", + }, + { + "row_num": 19823, + "name": "Christina Lacey", + "userid": 3267162, + "email": "chris@chrislaceyfamilytherapy.com", + }, + { + "row_num": 19826, + "name": "Krystal Roames", + "userid": 3252557, + "email": "krystal.roames@gmail.com", + }, + { + "row_num": 19832, + "name": "Teresa Ramos-Gonzalez", + "userid": 3271700, + "email": "agtir.gac@gmail.com", + }, + { + "row_num": 19833, + "name": "Desta Jones", + "userid": 3273286, + "email": "destaajones@gmail.com", + }, + { + "row_num": 19837, + "name": "Leashia Moody Miller", + "userid": 3146577, + "email": "dharmamax@bellsouth.net", + }, + { + "row_num": 19838, + "name": "Christopher Brown", + "userid": 3269018, + "email": "chrisbrown494@gmail.com", + }, + { + "row_num": 19839, + "name": "Adam Carlson", + "userid": 3254746, + "email": "carlsona00@ecualumni.ecu.edu", + }, + { + "row_num": 19847, + "name": "Angela Allen", + "userid": 3275905, + "email": "aaprathe@gmail.com", + }, + { + "row_num": 19848, + "name": "Sharalyn Vester", + "userid": 3278085, + "email": "sharalyn.vester@gmail.com", + }, + { + "row_num": 19849, + "name": "Reshonda Hayles", + "userid": 3278088, + "email": "hayles.esther5@gmail.com", + }, + { + "row_num": 19852, + "name": "kevin lage", + "userid": 3273105, + "email": "kevinlagelpc@gmail.com", + }, + { + "row_num": 19856, + "name": "Leah Usery", + "userid": 3248437, + "email": "leahb12345@gmail.com", + }, + { + "row_num": 19858, + "name": "Sabrina Gonzalez", + "userid": 3274049, + "email": "templegrad@msn.com", + }, + { + "row_num": 19870, + "name": "Jeri DeVale", + "userid": 3262687, + "email": "codiscoveries@yahoo.com", + }, + { + "row_num": 19871, + "name": "Mikayla Smithers", + "userid": 3289165, + "email": "mikayla.trostle@gmail.com", + }, + { + "row_num": 19872, + "name": "sonni parks", + "userid": 3274593, + "email": "yourlifeyournarrative@gmail.com", + }, + { + "row_num": 19874, + "name": "Jeffrey Allen", + "userid": 3260885, + "email": "jeff-allen@sbcglobal.net", + }, + { + "row_num": 19878, + "name": "Benita Koyton", + "userid": 3275001, + "email": "koytonb@gmail.com", + }, + { + "row_num": 19879, + "name": "Heather Congdon", + "userid": 3273304, + "email": "heather@dtecreativecounseling.com", + }, + { + "row_num": 19880, + "name": "Nicy Bishop", + "userid": 3280334, + "email": "bishopn001@gmail.com", + }, + { + "row_num": 19881, + "name": "Sherene Gardner", + "userid": 3260658, + "email": "sherigard@gmail.com", + }, + { + "row_num": 19882, + "name": "Christina Brooks", + "userid": 3275444, + "email": "chris11tina73@gmail.com", + }, + { + "row_num": 19885, + "name": "Marie Martinez", + "userid": 3274034, + "email": "mmartinez_po@yahoo.com", + }, + { + "row_num": 19886, + "name": "Erin Weekes", + "userid": 3266988, + "email": "eoweekes@gmail.com", + }, + { + "row_num": 19893, + "name": "Steve Duff", + "userid": 3263230, + "email": "steven_duff@rocketmail.com", + }, + { + "row_num": 19896, + "name": "Marilyn Sears", + "userid": 3260150, + "email": "drmarilyn.lcsw@gmail.com", + }, + { + "row_num": 19897, + "name": "Paty Hernandez", + "userid": 3268151, + "email": "patricia@mariposasholistic.com", + }, + { + "row_num": 19899, + "name": "Linsey Ray", + "userid": 3252215, + "email": "linseyray76@outlook.com", + }, + { + "row_num": 19900, + "name": "Denise Coffee", + "userid": 3267243, + "email": "denisecoffee1@gmail.com", + }, + { + "row_num": 19903, + "name": "Joshua Lane McElroy", + "userid": 3255512, + "email": "jlmcelroylpc@gmail.com", + }, + { + "row_num": 19916, + "name": "Loren Malkasian", + "userid": 3257284, + "email": "pmalk105@aol.com", + }, + { + "row_num": 19944, + "name": "Casie McGee", + "userid": 3283535, + "email": "cmcgee@healthyhomesfs.com", + }, + { + "row_num": 19963, + "name": "gregg ratinoff", + "userid": 3282545, + "email": "greggaratinoff@gmail.com", + }, + { + "row_num": 19974, + "name": "Melissa Morrison", + "userid": 3267282, + "email": "mam040@outlook.com", + }, + { + "row_num": 19976, + "name": "Maryann Dexter", + "userid": 3266197, + "email": "maryann.m.dexter@gmail.com", + }, + { + "row_num": 19986, + "name": "Chalene Gardenhire", + "userid": 3269892, + "email": "chalene.lcsw@gmail.com", + }, + { + "row_num": 19993, + "name": "Claire Thombs", + "userid": 3203434, + "email": "clairethombs@gmail.com", + }, + { + "row_num": 19997, + "name": "Sunnie Allen", + "userid": 3266777, + "email": "sunlightwellness@outlook.com", + }, + { + "row_num": 20002, + "name": "Naomi Hankins", + "userid": 3252529, + "email": "naomihankins5@gmail.com", + }, + { + "row_num": 20004, + "name": "Leslie Gier Lombardy", + "userid": 3245868, + "email": "leslielombardy@me.com", + }, + { + "row_num": 20010, + "name": "Eric Herpin", + "userid": 3264008, + "email": "ericherpin@gmail.com", + }, + { + "row_num": 20019, + "name": "Ganime Nazif", + "userid": 3279959, + "email": "ganimenazif@gmail.com", + }, + { + "row_num": 20020, + "name": "Kelly Drye", + "userid": 3206044, + "email": "kdryepcs@gmail.com", + }, + { + "row_num": 20026, + "name": "Sandra Presgrove", + "userid": 3258518, + "email": "skpresgrove@bellsouth.net", + }, + { + "row_num": 20027, + "name": "Alicia Richardson", + "userid": 3261054, + "email": "yourcounselingspot@gmail.com", + }, + { + "row_num": 20030, + "name": "Trevor Barger", + "userid": 3260307, + "email": "trevorb@mindmeldingcounseling.com", + }, + { + "row_num": 20034, + "name": "Katie McGravey", + "userid": 3259493, + "email": "katemcg08@gmail.com", + }, + { + "row_num": 20038, + "name": "Ruby Gordon", + "userid": 3267329, + "email": "kgordontherapy@gmail.com", + }, + { + "row_num": 20039, + "name": "Matthew Jennings", + "userid": 3222017, + "email": "m2a2j2@yahoo.com", + }, + { + "row_num": 20040, + "name": "Dona Coleman", + "userid": 3258165, + "email": "colemannp@welllife-clinic.org", + }, + { + "row_num": 20060, + "name": "Joel Cutter", + "userid": 3220015, + "email": "joel.cutter.lpc@gmail.com", + }, + { + "row_num": 20081, + "name": "Nina Davachi", + "userid": 3199140, + "email": "davachi54@gmail.com", + }, + { + "row_num": 20085, + "name": "LaToya Bragg-Finch", + "userid": 3247359, + "email": "lbraggfinch@yahoo.com", + }, + { + "row_num": 20086, + "name": "Edward Bloch", + "userid": 3260176, + "email": "ebloch2132@gmail.com", + }, + { + "row_num": 20094, + "name": "Joann Crants", + "userid": 3250752, + "email": "jmcrants1959@verizon.net", + }, + { + "row_num": 20096, + "name": "Amber Murphy", + "userid": 3247267, + "email": "blue3hearts@hotmail.com", + }, + { + "row_num": 20097, + "name": "Larissa Olson", + "userid": 3254064, + "email": "lolson230@gmail.com", + }, + { + "row_num": 20105, + "name": "Gwen Olcsvay", + "userid": 3135923, + "email": "gwen32937@hotmail.com", + }, + { + "row_num": 20110, + "name": "Nicole Waltersdorf", + "userid": 3172606, + "email": "nicolewaltersdorf@gmail.com", + }, + { + "row_num": 20115, + "name": "Bruce Gurganus", + "userid": 2271433, + "email": "brucegurganus@yahoo.com", + }, + { + "row_num": 20116, + "name": "Talia Mosley", + "userid": 3254293, + "email": "talia.s.mosley@gmail.com", + }, + { + "row_num": 20117, + "name": "Nancy Rawson", + "userid": 3240353, + "email": "nrawson1977@gmail.com", + }, + { + "row_num": 20119, + "name": "Barbara Carol Lazarus", + "userid": 3265862, + "email": "carollazarus642@gmail.com", + }, + { + "row_num": 20121, + "name": "Sarika Griffin", + "userid": 3244839, + "email": "sarikagriffin.lcsw@gmail.com", + }, + { + "row_num": 20123, + "name": "Katina Pittman", + "userid": 3242125, + "email": "katinapittman2009@yahoo.com", + }, + { + "row_num": 20127, + "name": "G. Rob Rhodes", + "userid": 3257506, + "email": "gr2rhodes@gmail.com", + }, + { + "row_num": 20129, + "name": "Hilary Gallegos", + "userid": 3259136, + "email": "lmft@hilary.life", + }, + { + "row_num": 20138, + "name": "John Moreno", + "userid": 3235655, + "email": "jpmlmhc@gmail.com", + }, + { + "row_num": 20141, + "name": "Maribel Diaz", + "userid": 3211834, + "email": "011mdiaz011@gmail.com", + }, + { + "row_num": 20166, + "name": "Linda Masullo", + "userid": 3262008, + "email": "linda.masullo@hotmail.com", + }, + { + "row_num": 20171, + "name": "Shatoyia Stovall", + "userid": 3253868, + "email": "shatoyiastovall@gmail.com", + }, + { + "row_num": 20172, + "name": "Max Guttman", + "userid": 3254344, + "email": "maxwellguttman@gmail.com", + }, + { + "row_num": 20176, + "name": "Pamela Hobson-Jones", + "userid": 3268815, + "email": "phobsonjones46@gmail.com", + }, + { + "row_num": 20179, + "name": "Mindi Amberson", + "userid": 3238476, + "email": "mindiamberson@gmail.com", + }, + { + "row_num": 20189, + "name": "Victor Johnson", + "userid": 3251215, + "email": "drvicjohnson20@gmail.com", + }, + { + "row_num": 20193, + "name": "Coriandre Moore", + "userid": 3236348, + "email": "cmoore61685@hotmail.com", + }, + { + "row_num": 20194, + "name": "Richard McGuffin", + "userid": 3255522, + "email": "drrichmcguffin@gmail.com", + }, + { + "row_num": 20199, + "name": "Camilo Delgado", + "userid": 3204827, + "email": "khamillus@aol.com", + }, + { + "row_num": 20200, + "name": "Austin Chandler", + "userid": 3206120, + "email": "draustinchandler22@gmail.com", + }, + { + "row_num": 20201, + "name": "Hannah Moore", + "userid": 3241078, + "email": "hannahklie@yahoo.com", + }, + { + "row_num": 20202, + "name": "Anita Carter", + "userid": 3244342, + "email": "anitalisw@gmail.com", + }, + { + "row_num": 20203, + "name": "Tiffany Lovelady", + "userid": 3255580, + "email": "tlovelady@tiffanylovelady.com", + }, + { + "row_num": 20230, + "name": "Martha Groble", + "userid": 3280520, + "email": "drsgroble@gmail.com", + }, + { + "row_num": 20247, + "name": "Sarah Boward", + "userid": 3264927, + "email": "sarahboward37@gmail.com", + }, + { + "row_num": 20251, + "name": "Andrea Jackson", + "userid": 3255654, + "email": "andrealj3@icloud.com", + }, + { + "row_num": 20254, + "name": "Daffaney Burnside", + "userid": 3254569, + "email": "daffaney23@gmail.com", + }, + { + "row_num": 20257, + "name": "Margaret Mckoy", + "userid": 3257005, + "email": "rychuslady@gmail.com", + }, + { + "row_num": 20258, + "name": "Shamekias Lampkin", + "userid": 3238144, + "email": "slampkin27@yahoo.com", + }, + { + "row_num": 20263, + "name": "Alan Lawrence", + "userid": 3251825, + "email": "tm1998@aol.com", + }, + { + "row_num": 20264, + "name": "Allison Kramer", + "userid": 3194486, + "email": "allison.a.romeo@gmail.com", + }, + { + "row_num": 20267, + "name": "Amanda Katz", + "userid": 3267052, + "email": "amanda.e.shalna@gmail.com", + }, + { + "row_num": 20276, + "name": "Matthew Scheffenacker", + "userid": 3262566, + "email": "mscheffenacker@hotmail.com", + }, + { + "row_num": 20292, + "name": "Paul Egbe", + "userid": 3270890, + "email": "nbehavioral1@gmail.com", + }, + { + "row_num": 20297, + "name": "Sydney Weitz", + "userid": 3193367, + "email": "sydneyh62@gmail.com", + }, + { + "row_num": 20299, + "name": "Juliana Morgan", + "userid": 3160568, + "email": "julianacmorgan@gmail.com", + }, + { + "row_num": 20304, + "name": "Richard Fajardo", + "userid": 3228739, + "email": "rfajardo1377@msn.com", + }, + { + "row_num": 20307, + "name": "Tia Johnson", + "userid": 3156948, + "email": "tiaann702@yahoo.com", + }, + { + "row_num": 20311, + "name": "Grace Okugbere", + "userid": 3244806, + "email": "gokugbere@gmail.com", + }, + { + "row_num": 20314, + "name": "Amalia Sirica", + "userid": 3223477, + "email": "amalia.sirica@gmail.com", + }, + { + "row_num": 20316, + "name": "Gina Coffaro", + "userid": 3218518, + "email": "coftrips@gmail.com", + }, + { + "row_num": 20322, + "name": "Jennifer Schulz-Johnston", + "userid": 3218857, + "email": "schulz-johnstonj@sbcglobal.net", + }, + { + "row_num": 20323, + "name": "Myrane Jackson", + "userid": 3242756, + "email": "jacksonmyrane77@gmail.com", + }, + { + "row_num": 20335, + "name": "Lena Kline", + "userid": 3222626, + "email": "kline1107@gmail.com", + }, + { + "row_num": 20344, + "name": "Stephanie Thomas", + "userid": 3180476, + "email": "stephkthomas@gmail.com", + }, + { + "row_num": 20354, + "name": "Rebekah Phillips", + "userid": 3169921, + "email": "rebekahlmhc@gmail.com", + }, + { + "row_num": 20355, + "name": "Joyce Washington", + "userid": 3171328, + "email": "jw66961@gmail.com", + }, + { + "row_num": 20375, + "name": "Chad Hughes", + "userid": 3243055, + "email": "chadhugheslpc@gmail.com", + }, + { + "row_num": 20376, + "name": "Yvonne Glass", + "userid": 3206803, + "email": "whhcounseling@gmail.com", + }, + { + "row_num": 20377, + "name": "Maria I Cipriani", + "userid": 3209611, + "email": "maria.cipriani@gmail.com", + }, + { + "row_num": 20378, + "name": "Kirk Sheppard", + "userid": 3248898, + "email": "kirksheppard@gmail.com", + }, + { + "row_num": 20379, + "name": "Rachelle Garren", + "userid": 3249754, + "email": "rachellegarren.lcsw.lcas@gmail.com", + }, + { + "row_num": 20381, + "name": "Brandi Parker-Nunley", + "userid": 3222250, + "email": "brandinunley@gmail.com", + }, + { + "row_num": 20390, + "name": "Jeffrey Giddens", + "userid": 3243317, + "email": "jsg9596@gmail.com", + }, + { + "row_num": 20391, + "name": "Sandy Rogers", + "userid": 3213768, + "email": "iluvjammaz@gmail.com", + }, + { + "row_num": 20393, + "name": "Allison Brunner", + "userid": 3248736, + "email": "bodytalkstherapy@gmail.com", + }, + { + "row_num": 20395, + "name": "Sabrina Johnson", + "userid": 3239268, + "email": "counselingwithsabrina@gmail.com", + }, + { + "row_num": 20396, + "name": "Derick Palmer", + "userid": 3236649, + "email": "adventuretherapynorthwest@gmail.com", + }, + { + "row_num": 20397, + "name": "Alysia Sasha Ross", + "userid": 3229973, + "email": "alysiasrossmslmhc@alysiasrossmslmhc.com", + }, + { + "row_num": 20398, + "name": "Rayssa Buldain", + "userid": 3251040, + "email": "rayssa.d.buldain@gmail.com", + }, + { + "row_num": 20401, + "name": "Sarah Gray", + "userid": 3213390, + "email": "sarahkgray6@gmail.com", + }, + { + "row_num": 20405, + "name": "Lorre Taylor", + "userid": 3227120, + "email": "lorretaylor@gmail.com", + }, + { + "row_num": 20406, + "name": "Adam Dollen", + "userid": 3242432, + "email": "adollen@icloud.com", + }, + { + "row_num": 20423, + "name": "Benny Brocato", + "userid": 3220067, + "email": "1949benny@gmail.com", + }, + { + "row_num": 20449, + "name": "COURTENEY SCHENCK", + "userid": 3231560, + "email": "courteney.schenck@gmail.com", + }, + { + "row_num": 20458, + "name": "Robert Basil", + "userid": 3231564, + "email": "robertbasil1988@gmail.com", + }, + { + "row_num": 20476, + "name": "Katrina Jones-Lewis", + "userid": 3244581, + "email": "katrina8077@gmail.com", + }, + { + "row_num": 20479, + "name": "Shannon Gutschick", + "userid": 3229315, + "email": "shannongutschick@gmail.com", + }, + { + "row_num": 20482, + "name": "Donna Cipriani", + "userid": 3221913, + "email": "dr.donnacipriani@gmail.com", + }, + { + "row_num": 20489, + "name": "Claudia Lartey", + "userid": 3234321, + "email": "clartey90@gmail.com", + }, + { + "row_num": 20490, + "name": "Stacy Pulley", + "userid": 3233280, + "email": "s.pulley.lpc@gmail.com", + }, + { + "row_num": 20491, + "name": "Shea Langs", + "userid": 3209549, + "email": "langs.lcsw@gmail.com", + }, + { + "row_num": 20493, + "name": "Tanya Bankston", + "userid": 3211363, + "email": "coachtbankston@gmail.com", + }, + { + "row_num": 20502, + "name": "Maryssa Zafra", + "userid": 3254416, + "email": "maryssa1613@hotmail.com", + }, + { + "row_num": 20510, + "name": "Dixie Eppolito", + "userid": 3213821, + "email": "dixieeppolito@gmail.com", + }, + { + "row_num": 20515, + "name": "Allison Tuttle", + "userid": 3197662, + "email": "allisonlook@gmail.com", + }, + { + "row_num": 20518, + "name": "Carole La Freniere", + "userid": 3205542, + "email": "carolemarie123@gmail.com", + }, + { + "row_num": 20519, + "name": "Robin Allard", + "userid": 3240238, + "email": "robinallardlmft@gmail.com", + }, + { + "row_num": 20522, + "name": "LaShica Hemingway", + "userid": 3242209, + "email": "lashica_djj@yahoo.com", + }, + { + "row_num": 20527, + "name": "Ashley Brown-Malinsky", + "userid": 3239714, + "email": "ashley.malinsky413@gmail.com", + }, + { + "row_num": 20534, + "name": "Caryn Kelley", + "userid": 3212039, + "email": "carynwilmette@yahoo.com", + }, + { + "row_num": 20535, + "name": "Linka GRISWOLD", + "userid": 3231050, + "email": "drgriswold@surfsideonlinetherapy.com", + }, + { + "row_num": 20537, + "name": "Leah Mcmanis", + "userid": 3216584, + "email": "lmcmanislpc@gmail.com", + }, + { + "row_num": 20541, + "name": "Jennifer Alldridge", + "userid": 3241602, + "email": "jdalldridge@gmail.com", + }, + { + "row_num": 20542, + "name": "Brandon Gonzalez", + "userid": 3243809, + "email": "bgonz2005@gmail.com", + }, + { + "row_num": 20543, + "name": "Mary Gates", + "userid": 3237689, + "email": "drmgates@yahoo.com", + }, + { + "row_num": 20546, + "name": "Sarah Cirese-Payton", + "userid": 3191822, + "email": "sarahcirese83@gmail.com", + }, + { + "row_num": 20548, + "name": "Natasha Jackson", + "userid": 3175112, + "email": "tashajack@aol.com", + }, + { + "row_num": 20550, + "name": "Melissa Tibay", + "userid": 3197310, + "email": "melissatibay@gmail.com", + }, + { + "row_num": 20554, + "name": "Natalie Scetinkinova", + "userid": 3239894, + "email": "natalie.scetinkinova@gmail.com", + }, + { + "row_num": 20557, + "name": "Joy Rabon", + "userid": 3230774, + "email": "joyrabon@valleysedge.com", + }, + { + "row_num": 20558, + "name": "Asia Gill", + "userid": 3236525, + "email": "reflectionsmhsno@gmail.com", + }, + { + "row_num": 20563, + "name": "Edward Olvera", + "userid": 3234371, + "email": "edward321@hotmail.com", + }, + { + "row_num": 20564, + "name": "Erica Woodard", + "userid": 3215917, + "email": "erica.woodard@fourpillarscc.com", + }, + { + "row_num": 20570, + "name": "Crystal Moschiano", + "userid": 3244553, + "email": "cmm4378@yahoo.com", + }, + { + "row_num": 20577, + "name": "Alice Sorensen", + "userid": 3197951, + "email": "aliceasorensen@gmail.com", + }, + { + "row_num": 20581, + "name": "Sheri O'Brien", + "userid": 3233261, + "email": "sheri.obrien@att.net", + }, + { + "row_num": 20582, + "name": "Dr. Kareta Lewin", + "userid": 3224836, + "email": "dr.lewink@gmail.com", + }, + { + "row_num": 20583, + "name": "Mark Dube", + "userid": 3205643, + "email": "markme01@outlook.com", + }, + { + "row_num": 20585, + "name": "Lauren Stephenson", + "userid": 3194444, + "email": "lauren.janelle1983@gmail.com", + }, + { + "row_num": 20594, + "name": "Susan Schanen", + "userid": 3193412, + "email": "beachferrari@gmail.com", + }, + { + "row_num": 20601, + "name": "Peggy Kennamer-Linn", + "userid": 3233733, + "email": "peggykennamerlinn@yahoo.com", + }, + { + "row_num": 20605, + "name": "Michael Kochanek", + "userid": 3219333, + "email": "mkochanek@new.rr.com", + }, + { + "row_num": 20607, + "name": "Abigail Sassano", + "userid": 3175070, + "email": "abigailsassano@yahoo.com", + }, + { + "row_num": 20609, + "name": "Melissa Cobb", + "userid": 3239646, + "email": "m_cobb4148@yahoo.com", + }, + { + "row_num": 20610, + "name": "Jessica Bright", + "userid": 3213560, + "email": "jessica@isbellcounseling.com", + }, + { + "row_num": 20618, + "name": "Kori Newland", + "userid": 3219904, + "email": "korinewland@gmail.com", + }, + { + "row_num": 20627, + "name": "Carmen Stein", + "userid": 3121861, + "email": "carmensteintexas@gmail.com", + }, + { + "row_num": 20629, + "name": "Kandice Cowherd", + "userid": 3186182, + "email": "kandicowherd@gmail.com", + }, + { + "row_num": 20636, + "name": "Shelia Albright", + "userid": 3228887, + "email": "d_shelia@bellsouth.net", + }, + { + "row_num": 20639, + "name": "Jordan Pruett", + "userid": 3229707, + "email": "jordandpruett@gmail.com", + }, + { + "row_num": 20644, + "name": "Melissa Herb", + "userid": 3180320, + "email": "melissadherb@gmail.com", + }, + { + "row_num": 20648, + "name": "Ronald Oliver", + "userid": 3226908, + "email": "roliverlpc@gmail.com", + }, + { + "row_num": 20651, + "name": "Reva Dossett", + "userid": 3230574, + "email": "dossettreva@gmail.com", + }, + { + "row_num": 20657, + "name": "Kelly Strnad", + "userid": 3225316, + "email": "kellyjstrnad@gmail.com", + }, + { + "row_num": 20658, + "name": "Zelimna Taveras", + "userid": 3221147, + "email": "zely30@yahoo.com", + }, + { + "row_num": 20659, + "name": "Jonathan Baiden", + "userid": 3231734, + "email": "jonathan@baiden.org", + }, + { + "row_num": 20683, + "name": "Kevin McGarvey", + "userid": 3199637, + "email": "kevinmcgarvey19@gmail.com", + }, + { + "row_num": 20687, + "name": "Jessica Webb", + "userid": 3221738, + "email": "helixtherapy@gmail.com", + }, + { + "row_num": 20688, + "name": "Angel Onley-Livingston", + "userid": 3221657, + "email": "thesoulhealingcoach@gmail.com", + }, + { + "row_num": 20690, + "name": "Richard Tscherne", + "userid": 3172592, + "email": "richardslwpk@optonline.net", + }, + { + "row_num": 20694, + "name": "Lori Ferreira", + "userid": 3225140, + "email": "loriferreiralmhc@gmail.com", + }, + { + "row_num": 20696, + "name": "Laura Eagle", + "userid": 3220956, + "email": "leagle64@yahoo.com", + }, + { + "row_num": 20697, + "name": "Lashica Charley", + "userid": 3195466, + "email": "charleylashica@gmail.com", + }, + { + "row_num": 20704, + "name": "Erika Rucker", + "userid": 3193275, + "email": "erika@reflectionnhp.com", + }, + { + "row_num": 20705, + "name": "Latara Anderson", + "userid": 3220715, + "email": "latarahunt@gmail.com", + }, + { + "row_num": 20707, + "name": "Ofori Asante", + "userid": 3209024, + "email": "innertouch1973@yahoo.com", + }, + { + "row_num": 20708, + "name": "Ann DePoole", + "userid": 3229462, + "email": "depooleann@outlook.com", + }, + { + "row_num": 20712, + "name": "Deborah Lee", + "userid": 3188865, + "email": "debbielynnlee.64@gmail.com", + }, + { + "row_num": 20726, + "name": "Christine Philion-Dufour", + "userid": 3180533, + "email": "cphiliondufour@yahoo.com", + }, + { + "row_num": 20728, + "name": "linda peoples", + "userid": 3195704, + "email": "lindacannonpeoples@gmail.com", + }, + { + "row_num": 20729, + "name": "Aimee Edwards-Hunter", + "userid": 3176641, + "email": "aehunterlcsw@outlook.com", + }, + { + "row_num": 20732, + "name": "Devin Mcleod", + "userid": 3185040, + "email": "devin.mcleod1986@gmail.com", + }, + { + "row_num": 20733, + "name": "Maiah Merino", + "userid": 3186455, + "email": "maiah.merino@gmail.com", + }, + { + "row_num": 20735, + "name": "Jin Hee Kim", + "userid": 3210525, + "email": "jhkim999@gmail.com", + }, + { + "row_num": 20738, + "name": "Shanon Thompson", + "userid": 3227058, + "email": "joysells007@gmail.com", + }, + { + "row_num": 20742, + "name": "Sonya Weber-Madison", + "userid": 3220445, + "email": "sunni_5469@yahoo.com", + }, + { + "row_num": 20745, + "name": "Gina Lisiecki", + "userid": 3201513, + "email": "ginalisiecki21@outlook.com", + }, + { + "row_num": 20748, + "name": "Anna Dotey", + "userid": 3192364, + "email": "dotey_anna@yahoo.com", + }, + { + "row_num": 20749, + "name": "Sheri Nichols-Woodward", + "userid": 3191838, + "email": "nicholswoodward@hotmail.com", + }, + { + "row_num": 20751, + "name": "Monika Cheang", + "userid": 3173138, + "email": "monikacheangcounseling@gmail.com", + }, + { + "row_num": 20753, + "name": "Robert Carter", + "userid": 3191070, + "email": "rcasper3@yahoo.com", + }, + { + "row_num": 20755, + "name": "Luis Luna", + "userid": 3222772, + "email": "kashdaroluna@gmail.com", + }, + { + "row_num": 20756, + "name": "Katherine Wirth", + "userid": 3212646, + "email": "katrohrer@gmail.com", + }, + { + "row_num": 20758, + "name": "Kristine Mitchell", + "userid": 3197562, + "email": "krisjimmy1@gmail.com", + }, + { + "row_num": 20759, + "name": "Jaryn Turnage", + "userid": 3218256, + "email": "j_turnage@chattlpc.com", + }, + { + "row_num": 20760, + "name": "Jude Patton", + "userid": 3207890, + "email": "judepatton@aol.com", + }, + { + "row_num": 20761, + "name": "Ashley Campbell", + "userid": 3221117, + "email": "aec.msw@gmail.com", + }, + { + "row_num": 20762, + "name": "Paula Cheney", + "userid": 3216819, + "email": "paulajcheney@gmail.com", + }, + { + "row_num": 20764, + "name": "Wendi Brodis", + "userid": 3184426, + "email": "wendibrodis@gmail.com", + }, + { + "row_num": 20765, + "name": "Jill Sexton", + "userid": 3172048, + "email": "jasexton23@yahoo.com", + }, + { + "row_num": 20766, + "name": "Melody Avants", + "userid": 3212281, + "email": "mavants66@gmail.com", + }, + { + "row_num": 20767, + "name": "Corrie Turpin", + "userid": 3205575, + "email": "corriemclark11@gmail.com", + }, + { + "row_num": 20768, + "name": "Andrew Harris", + "userid": 3229065, + "email": "andrew@cmhn.us", + }, + { + "row_num": 20769, + "name": "Percy Grantham", + "userid": 3209474, + "email": "percygrantham@hotmail.com", + }, + { + "row_num": 20771, + "name": "Linda Skaggs-Kimbrough", + "userid": 3231457, + "email": "linkim1210@gmail.com", + }, + { + "row_num": 20773, + "name": "Olivia Holiday", + "userid": 3184353, + "email": "olivia.r.holiday@gmail.com", + }, + { + "row_num": 20774, + "name": "Davina Borges", + "userid": 3228026, + "email": "davina.borges@atouchofhopetherapy.org", + }, + { + "row_num": 20785, + "name": "Sandra Sarro", + "userid": 3228546, + "email": "ssarro@optonline.net", + }, + { + "row_num": 20802, + "name": "Betsy Boyle", + "userid": 3160418, + "email": "betsyboyle30@gmail.com", + }, + { + "row_num": 20804, + "name": "Lisa Terry", + "userid": 3088793, + "email": "lisaalive39@gmail.com", + }, + { + "row_num": 20808, + "name": "Dan Baram", + "userid": 3104758, + "email": "dan.baram@gmail.com", + }, + { + "row_num": 20810, + "name": "Amy Freede", + "userid": 3195706, + "email": "amy.freede@gmail.com", + }, + { + "row_num": 20817, + "name": "Nakia Alford Sunday", + "userid": 3209767, + "email": "nc_alford@yahoo.com", + }, + { + "row_num": 20822, + "name": "Nicole Pierce", + "userid": 3189672, + "email": "piercehn@ymail.com", + }, + { + "row_num": 20824, + "name": "Elysee Njontu", + "userid": 3230091, + "email": "hbehavioralhealth@gmail.com", + }, + { + "row_num": 20825, + "name": "LeAnne Garland", + "userid": 3187566, + "email": "lgarland79@gmail.com", + }, + { + "row_num": 20827, + "name": "Heather Carlson", + "userid": 3176522, + "email": "carlson.heatheranne@gmail.com", + }, + { + "row_num": 20828, + "name": "Melissa Dye", + "userid": 3178940, + "email": "dyescounselingoasis@gmail.com", + }, + { + "row_num": 20833, + "name": "Christine Aust", + "userid": 3104152, + "email": "neurocogsolutions2021@gmail.com", + }, + { + "row_num": 20834, + "name": "Angelamaria Riedi", + "userid": 3209988, + "email": "annieriedi@hotmail.com", + }, + { + "row_num": 20843, + "name": "Rebecca DeVito", + "userid": 3150242, + "email": "rebecca.a.devito@gmail.com", + }, + { + "row_num": 20846, + "name": "Adam Bernstein", + "userid": 3180922, + "email": "ianadam21@comcast.net", + }, + { + "row_num": 20853, + "name": "Nichole Selvig", + "userid": 3193483, + "email": "nselvig97@live.com", + }, + { + "row_num": 20862, + "name": "Kristen Abbate", + "userid": 3195702, + "email": "kristenjoa@gmail.com", + }, + { + "row_num": 20863, + "name": "Joyce Stewart", + "userid": 3135924, + "email": "info@iamjoycestewart.com", + }, + { + "row_num": 20864, + "name": "Marcus Jones", + "userid": 3177248, + "email": "jones879@gmail.com", + }, + { + "row_num": 20865, + "name": "latisha torres", + "userid": 3212284, + "email": "latisha@gracefulgrowthwellness.com", + }, + { + "row_num": 20868, + "name": "Yuriana Uceta", + "userid": 3214025, + "email": "yeuceta@gmail.com", + }, + { + "row_num": 20869, + "name": "Alexsis Machado", + "userid": 3132779, + "email": "alexsisg11@gmail.com", + }, + { + "row_num": 20872, + "name": "Michelle Pettit", + "userid": 3178344, + "email": "michellerpettit@gmail.com", + }, + { + "row_num": 20873, + "name": "Brett Haggan", + "userid": 3157776, + "email": "bretthagganlmft@gmail.com", + }, + { + "row_num": 20875, + "name": "Adriana Rogachefsky", + "userid": 3221259, + "email": "adriana.eylise@me.com", + }, + { + "row_num": 20876, + "name": "Nicole Romano", + "userid": 3175109, + "email": "nicolem0921@gmail.com", + }, + { + "row_num": 20878, + "name": "SheNetra L Alexander", + "userid": 3171317, + "email": "alexa031@crimson.ua.edu", + }, + { + "row_num": 20884, + "name": "Robin Bayne", + "userid": 3214547, + "email": "robincmorgan@gmail.com", + }, + { + "row_num": 20887, + "name": "Alyssa Hewitson", + "userid": 3234786, + "email": "meeshka101@gmail.com", + }, + { + "row_num": 20891, + "name": "Denise Lyn-Bradley", + "userid": 3209057, + "email": "denisebradley12345@yahoo.com", + }, + { + "row_num": 20893, + "name": "Antonia Wollert", + "userid": 3177049, + "email": "antonia.wollert@gmail.com", + }, + { + "row_num": 20896, + "name": "Sean Gardner", + "userid": 3186494, + "email": "sdgardne@asu.edu", + }, + { + "row_num": 20899, + "name": "Thomas Osborn", + "userid": 3209990, + "email": "osbornt@protonmail.com", + }, + { + "row_num": 20930, + "name": "Julia Walker Sandoval", + "userid": 3180322, + "email": "juliasandoval1201@gmail.com", + }, + { + "row_num": 20935, + "name": "Jeffrie Wagner", + "userid": 3212862, + "email": "jeff8h@gmail.com", + }, + { + "row_num": 20963, + "name": "Lauren Oiye", + "userid": 3184334, + "email": "laurenoiye@thst.me", + }, + { + "row_num": 20964, + "name": "Alfy Jimenez", + "userid": 3213844, + "email": "njim106@verizon.net", + }, + { + "row_num": 20965, + "name": "Terri Graves", + "userid": 3172300, + "email": "teeme777@gmail.com", + }, + { + "row_num": 20968, + "name": "Rodney Nelson", + "userid": 3165631, + "email": "yumamft8637@gmail.com", + }, + { + "row_num": 20969, + "name": "Anslie Stark", + "userid": 3212812, + "email": "ansliestark@outlook.com", + }, + { + "row_num": 20970, + "name": "Michelle Alden", + "userid": 3208253, + "email": "michellealden22@gmail.com", + }, + { + "row_num": 20972, + "name": "Karyn Britt", + "userid": 3188715, + "email": "karynbritt1@gmail.com", + }, + { + "row_num": 20975, + "name": "Marihelena Noguera Mujica", + "userid": 3181922, + "email": "mn848@mynsu.nova.edu", + }, + { + "row_num": 20982, + "name": "Austa Murray", + "userid": 3172091, + "email": "austalee@aol.com", + }, + { + "row_num": 20986, + "name": "Frankie Rhodes", + "userid": 3207250, + "email": "frankierhodes@ymail.com", + }, + { + "row_num": 20990, + "name": "Sadie Miller-Daley", + "userid": 3204404, + "email": "sadie@sproutingrootsmhc.com", + }, + { + "row_num": 20991, + "name": "Alexis Crook", + "userid": 3091856, + "email": "ankeen02@louisville.edu", + }, + { + "row_num": 20997, + "name": "Tina Dominy", + "userid": 3203646, + "email": "tinamariedominy@gmail.com", + }, + { + "row_num": 20998, + "name": "Kyndal Auten", + "userid": 3208848, + "email": "kyndalauten@gmail.com", + }, + { + "row_num": 21002, + "name": "Marie Pierre Canel", + "userid": 3187353, + "email": "cwhymee@gmail.com", + }, + { + "row_num": 21003, + "name": "Diana Luu", + "userid": 3202855, + "email": "dianaluulpc@gmail.com", + }, + { + "row_num": 21006, + "name": "Nina Stemm", + "userid": 3164099, + "email": "ninasnatural@gmail.com", + }, + { + "row_num": 21008, + "name": "Chad Taylor", + "userid": 3180018, + "email": "chadbtay@gmail.com", + }, + { + "row_num": 21011, + "name": "Angela Tayson", + "userid": 3196798, + "email": "angelatayson@outlook.com", + }, + { + "row_num": 21013, + "name": "Emalee Hopkins", + "userid": 3201992, + "email": "emhopkins11@icloud.com", + }, + { + "row_num": 21015, + "name": "Stacy Hardwick", + "userid": 3195709, + "email": "hardwickgirls@yahoo.com", + }, + { + "row_num": 21017, + "name": "Shana Bloom", + "userid": 3172594, + "email": "sbloom.flowers@gmail.com", + }, + { + "row_num": 21023, + "name": "Richard Clark", + "userid": 3196983, + "email": "rickc310@yahoo.com", + }, + { + "row_num": 21041, + "name": "Onyịnye Alheri", + "userid": 3219312, + "email": "oalheri@pm.me", + }, + { + "row_num": 21045, + "name": "Robert Haynes", + "userid": 3182928, + "email": "bhaynes34@comcast.net", + }, + { + "row_num": 21052, + "name": "Gina Harvey", + "userid": 3214398, + "email": "ginaharvey903@gmail.com", + }, + { + "row_num": 21058, + "name": "Ummey Karim", + "userid": "", + "email": "ummey+fountain@northpass.com", + }, + { + "row_num": 21078, + "name": "Mcfranklin Ogbonna", + "userid": 3187995, + "email": "mcfranklinogbonna@yahoo.com", + }, + { + "row_num": 21105, + "name": "Correlia Johnson", + "userid": 3191763, + "email": "cjohnson@innertransformationpllc.com", + }, + { + "row_num": 21106, + "name": "Jessie Beaugard", + "userid": 3202523, + "email": "j.beaugard@gmail.com", + }, + { + "row_num": 21108, + "name": "Clervett Williams", + "userid": 3178485, + "email": "clarvett.williams@gmail.com", + }, + { + "row_num": 21109, + "name": "SHARON YOUNG", + "userid": 3196781, + "email": "sharonlyoungphd@gmail.com", + }, + { + "row_num": 21125, + "name": "Courtney Wood", + "userid": 3192440, + "email": "cwwbg@yahoo.com", + }, + { + "row_num": 21134, + "name": "Amber Barnett", + "userid": 3176014, + "email": "arblackwelder@gmail.com", + }, + { + "row_num": 21139, + "name": "Jerry Kuhn", + "userid": 3188394, + "email": "jerry@lemonbaymentalwellness.com", + }, + { + "row_num": 21140, + "name": "Cierra Batiste", + "userid": 3202770, + "email": "cierrab.ahmllc@gmail.com", + }, + { + "row_num": 21141, + "name": "Nawal Aboulhosn", + "userid": 3196985, + "email": "nawalnaboul@aol.com", + }, + { + "row_num": 21142, + "name": "Katie Easter", + "userid": 3175361, + "email": "keaster@ego.thechicagoschool.edu", + }, + { + "row_num": 21144, + "name": "Shayla Chase", + "userid": 3172105, + "email": "shaylachase@knights.ucf.edu", + }, + { + "row_num": 21148, + "name": "Keith Poche", + "userid": 3194457, + "email": "keithpochelcsw@gmail.com", + }, + { + "row_num": 21150, + "name": "Lakitria Limbrick", + "userid": 3187768, + "email": "ljohnson.hopelpc@gmail.com", + }, + { + "row_num": 21163, + "name": "Yvonne Emil Elizondo", + "userid": 3190330, + "email": "silvermooncounseling.info@gmail.com", + }, + { + "row_num": 21164, + "name": "Doris Gardner-Wilson", + "userid": 3198392, + "email": "dee@thecounselingservice.com", + }, + { + "row_num": 21179, + "name": "Jeff Knapp", + "userid": 3190692, + "email": "knapptherapy@gmail.com", + }, + { + "row_num": 21205, + "name": "Amy Campbell", + "userid": 3166442, + "email": "amycam82@yahoo.com", + }, + { + "row_num": 21206, + "name": "Lilla Jones", + "userid": 3105808, + "email": "joneslilla0@gmail.com", + }, + { + "row_num": 21209, + "name": "gina porter", + "userid": 3187351, + "email": "licswassociates@gmail.com", + }, + { + "row_num": 21210, + "name": "Charna Smith", + "userid": 3176175, + "email": "charna.l.smith@gmail.com", + }, + { + "row_num": 21229, + "name": "Priscilla McLemore", + "userid": 3174493, + "email": "reflecttohealcounseling@gmail.com", + }, + { + "row_num": 21238, + "name": "Mary Locklear Jones", + "userid": 3181816, + "email": "abnerlucias@yahoo.com", + }, + { + "row_num": 21239, + "name": "GARY ARFSTROM", + "userid": 3184737, + "email": "arfstromlpc@gmail.com", + }, + { + "row_num": 21244, + "name": "Anthony Penn", + "userid": 3180019, + "email": "antp70@gmail.com", + }, + { + "row_num": 21245, + "name": "sarah barakat", + "userid": 3147568, + "email": "sarahbrkt@gmail.com", + }, + { + "row_num": 21251, + "name": "Rebekah Philippart", + "userid": 3191599, + "email": "swrebekah@gmail.com", + }, + { + "row_num": 21253, + "name": "Anne Boutin-Gammon", + "userid": 3189622, + "email": "anne.boutin.gammon@gmail.com", + }, + { + "row_num": 21254, + "name": "Lisa McIntosh", + "userid": 3191747, + "email": "second.chancellc@yahoo.com", + }, + { + "row_num": 21255, + "name": "Laurie Sasso", + "userid": 3183389, + "email": "laurie.sasso@yahoo.com", + }, + { + "row_num": 21258, + "name": "Kelly DaytonBelle", + "userid": 3191580, + "email": "kellydaytonbelle@gmail.com", + }, + { + "row_num": 21259, + "name": "Cynthia Yzaguirre", + "userid": 3197866, + "email": "focusedhealing@yahoo.com", + }, + { + "row_num": 21264, + "name": "Mary Lynn Smith", + "userid": 3192861, + "email": "jonahsplacecounseling@gmail.com", + }, + { + "row_num": 21265, + "name": "David Kurfman", + "userid": 3193424, + "email": "davidckurfman@gmail.com", + }, + { + "row_num": 21270, + "name": "Angelo Covington", + "userid": 3179339, + "email": "amcovtime@gmail.com", + }, + { + "row_num": 21273, + "name": "Andrea Olson", + "userid": 3173611, + "email": "5334connections@gmail.com", + }, + { + "row_num": 21276, + "name": "Rob Heubel", + "userid": 3174186, + "email": "rhecu@yahoo.com", + }, + { + "row_num": 21277, + "name": "Adriana Franco", + "userid": 3182485, + "email": "apfranco1962@gmail.com", + }, + { + "row_num": 21278, + "name": "Grace Keyes", + "userid": 3175102, + "email": "tacitkeyes@gmail.com", + }, + { + "row_num": 21302, + "name": "Deena Velazquez Dong", + "userid": 3200853, + "email": "deenavelaz@gmail.com", + }, + { + "row_num": 21307, + "name": "Karen Haggard", + "userid": 3191859, + "email": "k.haggardlcsw@gmail.com", + }, + { + "row_num": 21315, + "name": "Chantell Scott", + "userid": 3191368, + "email": "cvinson77@hotmail.com", + }, + { + "row_num": 21329, + "name": "Matthew Semanision", + "userid": 3181889, + "email": "mattsemanision@gmail.com", + }, + { + "row_num": 21336, + "name": "Maksim Tsaryk", + "userid": 3191891, + "email": "max@maksimtsaryk.com", + }, + { + "row_num": 21337, + "name": "Lauren Hales", + "userid": 3185572, + "email": "itslaurie.hales@gmail.com", + }, + { + "row_num": 21343, + "name": "Ann Bogus", + "userid": 3181433, + "email": "annmariebogus@gmail.com", + }, + { + "row_num": 21344, + "name": "Rochelle Rheingans", + "userid": 3176131, + "email": "rochelle.rheingans@gmail.com", + }, + { + "row_num": 21347, + "name": "Alexandra Pajak", + "userid": 3185256, + "email": "alexandra.pajak@alum.agnesscott.edu", + }, + { + "row_num": 21349, + "name": "Victor Tuazon", + "userid": 3187614, + "email": "tuazonve@gmail.com", + }, + { + "row_num": 21364, + "name": "Jennifer Fisher", + "userid": 3149201, + "email": "prisma608@gmail.com", + }, + { + "row_num": 21381, + "name": "Trish Simmons", + "userid": 3124440, + "email": "trish1114msw@gmail.com", + }, + { + "row_num": 21386, + "name": "Stephen Honaker", + "userid": 3176946, + "email": "stephenhonaker@hotmail.com", + }, + { + "row_num": 21407, + "name": "Season DaSilva", + "userid": 3176520, + "email": "sdasilva@comcast.net", + }, + { + "row_num": 21409, + "name": "Fredda Jackson", + "userid": 3179503, + "email": "freddajackson2@gmail.com", + }, + { + "row_num": 21416, + "name": "Jennifer Jill Pariera", + "userid": 3173847, + "email": "j.jill.pariera@gmail.com", + }, + { + "row_num": 21426, + "name": "Tiffany Blake", + "userid": 3181863, + "email": "tgblake87@hotmail.com", + }, + { + "row_num": 21432, + "name": "Jesseca Holston", + "userid": 3175118, + "email": "jessecaholston@icloud.com", + }, + { + "row_num": 21434, + "name": "Nadine Roberts", + "userid": 3183747, + "email": "nroberts@innovativeconcepts26.com", + }, + { + "row_num": 21435, + "name": "Yiasha Smith", + "userid": 3154389, + "email": "yiashasmith@gmail.com", + }, + { + "row_num": 21450, + "name": "Julie Johnson", + "userid": 3163862, + "email": "johnsoncounselinggroup@gmail.com", + }, + { + "row_num": 21453, + "name": "Dora Cario", + "userid": 3172035, + "email": "cariodllc@gmail.com", + }, + { + "row_num": 21457, + "name": "Dianne Martin", + "userid": 3169744, + "email": "dmartinmd5670@gmail.com", + }, + { + "row_num": 21462, + "name": "Colleen Jeffus", + "userid": 3124916, + "email": "colleenjeffus@yahoo.com", + }, + { + "row_num": 21465, + "name": "Capus BARNETT", + "userid": 3180042, + "email": "capusbarnett@gmail.com", + }, + { + "row_num": 21471, + "name": "Tracey Yelen", + "userid": 3143132, + "email": "tyelen321@gmail.com", + }, + { + "row_num": 21483, + "name": "Cenora Akhidenor", + "userid": 3159737, + "email": "cenora777@gmail.com", + }, + { + "row_num": 21491, + "name": "Andra Coulter", + "userid": 3180021, + "email": "andratherapy@gmail.com", + }, + { + "row_num": 21495, + "name": "Arlette Bridges", + "userid": 3183625, + "email": "abridgeslmhc@gmail.com", + }, + { + "row_num": 21499, + "name": "Kristina Giger", + "userid": 3137618, + "email": "kgiger@wyoming.com", + }, + { + "row_num": 21500, + "name": "David Head", + "userid": 3182919, + "email": "david@reamtexas.com", + }, + { + "row_num": 21502, + "name": "Monte Kuykendall", + "userid": 3172298, + "email": "marriageandfamilyhelp2019@gmail.com", + }, + { + "row_num": 21504, + "name": "Andrew Robbins", + "userid": 3175563, + "email": "robbins.andrew@aol.com", + }, + { + "row_num": 21507, + "name": "Christina Webb", + "userid": 3172586, + "email": "cywebb@protonmail.com", + }, + { + "row_num": 21516, + "name": "Christine ONeill", + "userid": 3172673, + "email": "hereforyoutoday@yahoo.com", + }, + { + "row_num": 21517, + "name": "Thomas Ritter", + "userid": 3176255, + "email": "drtomr179@gmail.com", + }, + { + "row_num": 21520, + "name": "Uneeka Weathersby", + "userid": 3176809, + "email": "swuweather@protonmail.com", + }, + { + "row_num": 21523, + "name": "Melissa Gallup", + "userid": 3176278, + "email": "melgallup@hotmail.com", + }, + { + "row_num": 21525, + "name": "Melissa French", + "userid": 3165445, + "email": "mfrench.1@comcast.net", + }, + { + "row_num": 21536, + "name": "Elizabeth Burdick", + "userid": 3177242, + "email": "lburdicklpc@gmail.com", + }, + { + "row_num": 21538, + "name": "Brandi Hampshire", + "userid": 3179140, + "email": "bjhampshire06@gmail.com", + }, + { + "row_num": 21539, + "name": "David Spann", + "userid": 3180792, + "email": "drspann@sovereignjourney.org", + }, + { + "row_num": 21540, + "name": "Doug Lobo", + "userid": 3180118, + "email": "douglasslobo@sjrstate.edu", + }, + { + "row_num": 21541, + "name": "Amy Abbasov", + "userid": 3181559, + "email": "amyabbasov17@gmail.com", + }, + { + "row_num": 21543, + "name": "Joy McNeil", + "userid": 3173004, + "email": "drjoy@wellingplace.com", + }, + { + "row_num": 21545, + "name": "Michael Porterfield", + "userid": 3178935, + "email": "mikeporterfield89@gmail.com", + }, + { + "row_num": 21549, + "name": "Christen Moseley", + "userid": 3172889, + "email": "christen.moseley@gmail.com", + }, + { + "row_num": 21564, + "name": "Virgil Hayes", + "userid": 3172931, + "email": "bdcvirge@hotmail.com", + }, + { + "row_num": 21569, + "name": "Tiffany Ramm", + "userid": 3170144, + "email": "tiffany.ramm@gmail.com", + }, + { + "row_num": 21571, + "name": "Andrea Coulter", + "userid": 3167612, + "email": "realreachmentalhealth@gmail.com", + }, + { + "row_num": 21572, + "name": "Connie Anderson", + "userid": 3174412, + "email": "andersonconnie@hotmail.com", + }, + { + "row_num": 21573, + "name": "Mari Flatt", + "userid": 3176009, + "email": "mari_negaard21@hotmail.com", + }, + { + "row_num": 21575, + "name": "Sarah Lord", + "userid": 3174995, + "email": "slord623@gmail.com", + }, + { + "row_num": 21580, + "name": "Cody Morales", + "userid": 3168632, + "email": "codymoraleslcsw@gmail.com", + }, + { + "row_num": 21581, + "name": "Kathrin Foreman", + "userid": 3168221, + "email": "katieforeman626@gmail.com", + }, + { + "row_num": 21584, + "name": "Marlo Sell", + "userid": 3187718, + "email": "therapywithmarlo@gmail.com", + }, + { + "row_num": 21592, + "name": "Courtney Washington", + "userid": 3122222, + "email": "doctorcburke@gmail.com", + }, + { + "row_num": 21643, + "name": "Laura Nelson", + "userid": 3183218, + "email": "lnelson9@une.edu", + }, + { + "row_num": 21644, + "name": "India Witherington", + "userid": 3163007, + "email": "india.witherington@gmail.com", + }, + { + "row_num": 21682, + "name": "Jessica Steele", + "userid": 3084134, + "email": "jessicasteelenp@gmail.com", + }, + { + "row_num": 21714, + "name": "Yu-Mei Chen", + "userid": 3175273, + "email": "maychen60@comcast.net", + }, + { + "row_num": 21731, + "name": "Shannon Rowland", + "userid": 3161438, + "email": "inspiredbydeecounseling@gmail.com", + }, + { + "row_num": 21736, + "name": "Lora DeLapp", + "userid": 3115922, + "email": "delapplora@gmail.com", + }, + { + "row_num": 21750, + "name": "Anne Pugliese", + "userid": 3176527, + "email": "apugliese430@yahoo.com", + }, + { + "row_num": 21758, + "name": "Kevin Mcpherson", + "userid": 3169763, + "email": "shaggydoc@mac.com", + }, + { + "row_num": 21764, + "name": "Elizabeth Lynn", + "userid": 3140879, + "email": "elizabethdlynn@gmail.com", + }, + { + "row_num": 21765, + "name": "Krystal Kershaw", + "userid": 3177255, + "email": "k.kershaw@cox.net", + }, + { + "row_num": 21799, + "name": "Brittney Santillo", + "userid": 3164825, + "email": "brittneysantillo12@gmail.com", + }, + { + "row_num": 21806, + "name": "Gina Connolly", + "userid": 3161995, + "email": "ginaconnollynp@gmail.com", + }, + { + "row_num": 21811, + "name": "Tanya Kavicky-Mels", + "userid": 3135915, + "email": "kavickymelslmft@gmail.com", + }, + { + "row_num": 21834, + "name": "Anita Aasen", + "userid": 3163006, + "email": "aaasenlcswr@yahoo.com", + }, + { + "row_num": 21837, + "name": "Valerie Harris-Reamer", + "userid": 3151812, + "email": "valerie_reamer@msn.com", + }, + { + "row_num": 21855, + "name": "Aariom Stembridge", + "userid": 3172939, + "email": "aariomstembridge@yahoo.com", + }, + { + "row_num": 21867, + "name": "Kevin Hawk", + "userid": 3155044, + "email": "khawk75@gmail.com", + }, + { + "row_num": 21887, + "name": "Darren Eddy", + "userid": 3178376, + "email": "acaintulsa@gmail.com", + }, + { + "row_num": 21901, + "name": "Donna Bolinger", + "userid": 3129256, + "email": "donnabolinger269@gmail.com", + }, + { + "row_num": 21917, + "name": "William Wilson", + "userid": 3140478, + "email": "wdwilson@umich.edu", + }, + { + "row_num": 21925, + "name": "Travis Butner", + "userid": 3133473, + "email": "tsbutner@gmail.com", + }, + { + "row_num": 21927, + "name": "Jessica Bruno", + "userid": 3142017, + "email": "jb5816@nyu.edu", + }, + { + "row_num": 21933, + "name": "jalinia logan", + "userid": 3148153, + "email": "ms.jlpn@yahoo.com", + }, + { + "row_num": 21935, + "name": "Madison Wilson", + "userid": 3135918, + "email": "madilivers@yahoo.com", + }, + { + "row_num": 21936, + "name": "Lethea Pittman", + "userid": 3130023, + "email": "heiressburns@icloud.com", + }, + { + "row_num": 21937, + "name": "Heather Revill", + "userid": 3170351, + "email": "heatherrevill@gmail.com", + }, + { + "row_num": 21962, + "name": "Samantha Krevalin", + "userid": 3116590, + "email": "samanthakrevalin@gmail.com", + }, + { + "row_num": 21965, + "name": "Rhoda Phillips", + "userid": 3119311, + "email": "rhodacaregroup@gmail.com", + }, + { + "row_num": 21966, + "name": "Eric Harden", + "userid": 3105568, + "email": "ericjayh@icloud.com", + }, + { + "row_num": 21970, + "name": "Kristen Keene", + "userid": 3164890, + "email": "kristen@hoseacounselingservices.com", + }, + { + "row_num": 21992, + "name": "Alanna Newman", + "userid": 3119811, + "email": "aenewmanlmsw@gmail.com", + }, + { + "row_num": 22000, + "name": "Melinda Sponseller", + "userid": 3162008, + "email": "mindy.sponseller@gmail.com", + }, + { + "row_num": 22033, + "name": "Mical Lorenz", + "userid": 3124451, + "email": "mroby188@gmail.com", + }, + { + "row_num": 22039, + "name": "SARITA SCHAPIRO", + "userid": 3154649, + "email": "saritaschapiro@yahoo.com", + }, + { + "row_num": 22051, + "name": "STACI FARLEY", + "userid": 3147496, + "email": "stacifarleylpc@outlook.com", + }, + { + "row_num": 22052, + "name": "Olivia Pierre", + "userid": 3152838, + "email": "olivianp9@gmail.com", + }, + { + "row_num": 22071, + "name": "Amy Vredenburgh", + "userid": 3140504, + "email": "amyv@sbirch.org", + }, + { + "row_num": 22084, + "name": "Cody Harvey", + "userid": 3146736, + "email": "rainbowplainscounseling@gmail.com", + }, + { + "row_num": 22088, + "name": "Fountain Tester 3", + "userid": "", + "email": "amar+103@fountain.com", + }, + { + "row_num": 22093, + "name": "Robert Christal", + "userid": 3084413, + "email": "christalcounseling@gmail.com", + }, + { + "row_num": 22098, + "name": "Mitra Kermani", + "userid": 3143967, + "email": "mitranik1@aol.com", + }, + { + "row_num": 22113, + "name": "Jean Schult", + "userid": 3129686, + "email": "jeanschult@yahoo.com", + }, + { + "row_num": 22114, + "name": "Dina Sullivan", + "userid": 3085066, + "email": "dinaj89@gmail.com", + }, + { + "row_num": 22148, + "name": "Rafael Musseb-Gil", + "userid": 3113565, + "email": "rmussebgil@yahoo.com", + }, + { + "row_num": 22159, + "name": "Amanda Chenkin", + "userid": 3106633, + "email": "choicecareercounseling@gmail.com", + }, + { + "row_num": 22167, + "name": "Kathrine Frewin", + "userid": 3103134, + "email": "kfrewinlcsw@gmail.com", + }, + { + "row_num": 22169, + "name": "Sean Williamson", + "userid": 3101864, + "email": "sewills4@gmail.com", + }, + { + "row_num": 22170, + "name": "Michael Doria", + "userid": 3100823, + "email": "mdoria@neuropsychcps.com", + }, + { + "row_num": 22172, + "name": "Yslande Vilsaint", + "userid": 3099958, + "email": "yslandesalomon@gmail.com", + }, + { + "row_num": 22179, + "name": "Sharehan Ayesh", + "userid": 3096431, + "email": "sharehanayesh@hotmail.com", + }, + { + "row_num": 22180, + "name": "Cassandra Bell-Gash", + "userid": 3095261, + "email": "cbellgash@hotmail.com", + }, + { + "row_num": 22181, + "name": "Jill Kapil", + "userid": 3096898, + "email": "drjillkapil@gmail.com", + }, +] diff --git a/Scripts/hubspotTicketSetup.js b/Scripts/hubspotTicketSetup.js new file mode 100644 index 00000000..8d3cdb0a --- /dev/null +++ b/Scripts/hubspotTicketSetup.js @@ -0,0 +1,165 @@ +const fetch = require("node-fetch"); +const api_key = "Bearer pat-na1-446d4baf-0d69-49ff-91ed-2419c1ef76ba"; + + +let ticketBaseURL = 'https://api.hubapi.com/crm/v3/objects/tickets/'; +let ticketURLParams = '?associations=company,contact,conversations&properties=estimated_hours,impact_scope,ticket_priority,school_url,sandbox_url,issue_type,product_area,specific_product_area,hubspot_owner_id,subject,content,package_level,description' +let contactBaseURL = 'https://api.hubapi.com/crm/v3/objects/contacts/'; +let reporterBaseURL = 'https://api.hubapi.com/crm/v3/owners/'; +let contactURLParams = '?associations=company&properties=company,email,firstname,lastname'; +let ticketID = ; +let ticket = { + "fields": { + "project": { + "key": "SET" + } + } +}; +let options = { + method: "GET", + headers: { + Authorization: api_key, + } +}; + + +function wait(ms) { + return new Promise(r => setTimeout(r, ms)); +} + +async function getTicketInfo(ticketID) { + const ticketResp = await fetch(ticketBaseURL + ticketID + ticketURLParams, options); + const ticketData = await ticketResp.json(); + const reporterResp = await fetch(reporterBaseURL + ticketData.properties.hubspot_owner_id, options); + const reporterData = await reporterResp.json(); + const contactResp = await fetch(contactBaseURL + ticketData.associations.contacts.results[0].id + contactURLParams, options); + const contactData = await contactResp.json(); + const jiraResp = await fetch('https://northpass.atlassian.net/rest/api/3/user/search?query=' + reporterData.email, { + method: 'GET', + headers: { + 'Authorization': `Basic Y2JlbmNpdmVuZ2FAbm9ydGhwYXNzLmNvbTpRcm1nSjVDbG00dUdvQXVWTnp5OTlFMzM=`, + 'Accept': 'application/json', + }, + + }); + const jiraData = await jiraResp.json(); + + try { + if (ticketData) { + console.log(ticketData) + console.log(ticketData.associations.companies.results); + console.log(contactData) + console.log(reporterData) + if (ticketData.properties.hasOwnProperty('issue_type')) { + ticket.fields.issuetype = { "name": ticketData.properties.issue_type }; + } + if (ticketData.properties.hasOwnProperty('impact_scope') && ticketData.properties.issue_type == 'Bug') { + ticket.fields.customfield_10170 = { "value": ticketData.properties.impact_scope } + } + + if (ticketData.properties.hasOwnProperty('ticket_priority')) { + ticket.fields.priority = { "name": ticketData.properties.ticket_priority } + } + if (ticketData.properties.hasOwnProperty('school_url')) { + if (ticketData.properties.school_url.indexOf("https") == 0) { + ticket.fields.customfield_10171 = ticketData.properties.school_url + } else { + ticket.fields.customfield_10171 = "https://" + ticketData.properties.school_url + } + } + if (ticketData.properties.hasOwnProperty('sandbox_url') && ticketData.properties.issue_type == 'Change') { + if (ticketData.properties.school_url.indexOf("https") == 0) { + ticket.fields.customfield_10172 = ticketData.properties.sandbox_url + } else { + ticket.fields.customfield_10172 = "https://" + ticketData.properties.sandbox_url + } + } + if (ticketData.properties.hasOwnProperty('product_area') && (ticketData.properties.issue_type !== 'Information' && ticketData.properties.issue_type !== 'Demo')) { + ticket.fields.customfield_10168 = { "value": ticketData.properties.product_area } + } + if (ticketData.properties.hasOwnProperty('estimated_hours')) { + if (ticketData.properties.estimated_hours) { + ticket.fields.timetracking = { + "originalEstimate": ticketData.properties.estimated_hours + 'h', + "remainingEstimate": ticketData.properties.estimated_hours + 'h' + } + } + } + if (ticketData.properties.hasOwnProperty('specific_product_area') && (ticketData.properties.issue_type !== 'Information' && ticketData.properties.issue_type !== 'Demo')) { + ticket.fields.customfield_10169 = { "value": ticketData.properties.specific_product_area } + } + if (ticketData.properties.hasOwnProperty('subject')) { + ticket.fields.summary = ticketData.properties.subject + } + if (ticketData.properties.hasOwnProperty('content') && ticketData.properties.content !== null) { + ticket.fields.description = { + "version": 1, + "type": "doc", + "content": [{ + "type": "paragraph", + "content": [{ + "type": "text", + "text": ticketData.properties.content + }] + }] + } + } + if (ticketData.properties.hasOwnProperty('package_level')) { + ticket.fields.customfield_10156 = { "value": ticketData.properties.package_level } + } + if (ticketData.associations.companies.results[0].hasOwnProperty('id')) { + ticket.fields.customfield_10173 = ticketData.associations.companies.results[0].id + } + if (ticketData.properties.hasOwnProperty('due_date') && ticketData.properties.issue_type == 'Demo') { + ticket.fields.duedate = ticketData.properties.due_date + } + if (ticketData.associations.hasOwnProperty('conversations')) { + if (ticketData.associations.conversations.results[0].hasOwnProperty('id')) { + ticket.fields.customfield_10176 = ticketData.associations.conversations.results[0].id + } + } + if (ticketID) { + ticket.fields.customfield_10174 = ticketID.toString() + } + if (contactData.properties.hasOwnProperty('company')) { + ticket.fields.customfield_10028 = [contactData.properties.company.replace(/\s/g, '')] + } + // No reason to use this yet. Will think about about keeping it or removing + // if (contactData.properties.hasOwnProperty('email')) { + // ticket.fields.customerEmail = contactData.properties.email + // } + if (jiraData[0].hasOwnProperty('accountId')) { + ticket.fields.reporter = { "accountId": jiraData[0].accountId } + } + + console.log(ticket) + + let bodyData = JSON.stringify(ticket) + + fetch('https://northpass.atlassian.net/rest/api/3/issue', { + method: 'POST', + headers: { + 'Authorization': `Basic Y2JlbmNpdmVuZ2FAbm9ydGhwYXNzLmNvbTpRcm1nSjVDbG00dUdvQXVWTnp5OTlFMzM=`, + 'Accept': 'application/json', + 'Content-Type': 'application/json' + }, + body: bodyData + }) + .then(response => { + console.log( + `Response: ${response.status} ${response.statusText}` + ); + return response.text(); + }) + .then(text => console.log(text)) + .catch(err => console.error(err)); + return ticket + } else { + console.log("complete"); + } + } catch (err) { + console.log(err); + }; +}; + +getTicketInfo(ticketID); \ No newline at end of file diff --git a/Scripts/tmp.js b/Scripts/tmp.js new file mode 100644 index 00000000..5a9edb01 --- /dev/null +++ b/Scripts/tmp.js @@ -0,0 +1,166 @@ + window.addEventListener( + "message", + (event) => { + if(event.origin.indexOf('qualtrics.com') > -1){ + let footer = document.querySelector('footer'); + + if(footer !== null){ + footer.querySelector('.deLeqc').children[0].replaceWith(preservedContinueButton); + } + } + }, + false, + ); + + window.onload = () => { + hideNextCourseButtonLp(); + autoFSMutationObserver(); + eoqMutationObserver(); + mockMilestoneMutationObserver(); + }; + + let autoFSMutationObserver = () => { + let observer; + + let config = { + attributes: true, + childList: true, + subtree: true + }; + + observer = new MutationObserver(() => { + let fullscreenButton = document.querySelector('button[data-test="with-fullscreen-button"]'); + + if(fullscreenButton){ + if(!document.querySelector('.iSRNPB')){ + setTimeout(() => { + fullscreenButton.click(); + observer.disconnect(); + observer.observe(document, config); + }, 500); + } + + } + }) + + observer.observe(document, config); + } + + function hideNextCourseButtonLp() { + let observer = new MutationObserver(callback); + let config = { attributes: true, childList: true, subtree: true }; + observer.observe(document.body, config); + } + function callback(mutationsList, observer) { + for(let mutation of mutationsList) { + if (mutation.type === 'childList') { + let button = document.querySelector('[data-test="primary-button"]'); + if (button) { + if (window.location.pathname.includes('learning_paths')) { + button.style.display = 'none'; + } + } + } + } + } + + let eoqMutationObserver = () => { + let observer; + + let config = { + attributes: true, + childList: true, + subtree: true + }; + + let observeStarter = () => { + observer.observe(document,config); + } + + let callback1 = () => { + if(document.querySelector('[data-test="activity-title"]').innerHTML == 'Personal Lines Checkpoint 1') { + document.querySelector('[data-test="continue-button"]').style.color = "grey"; + document.querySelector('[data-test="continue-button"]').style.background = "orange"; + } + observer.disconnect(); + observeStarter(); + }; + let callback2 = () => { + if(document.querySelector('[data-test="activity-title"]').innerHTML == 'Personal Lines Checkpoint 1') { + document.querySelector('[data-test="continue-button"]').style.color = "purple"; + document.querySelector('[data-test="continue-button"]').style.background = "white"; + } + observer.disconnect(); + observeStarter(); + }; + + + observer = new MutationObserver(() => { + if(document.querySelector('[data-test="activity-body"]')){ + callback1(); + }; + + if(document.querySelector('#EndOfSurvey')) { + callback2(); + }; + + }) + + observer.observe(document, config); + } + /* + let preservedContinueButton; + let mockMilestoneMutationObserver = () => { + let config = { + attributes: true, + childList: true, + subtree: true + }; + + let mockMilestoneObserver = new MutationObserver(() => { + let activityTitle = document.querySelector('[data-test="activity-title"]'); + let footer = document.querySelector('footer'); + + if(activityTitle && + (activityTitle.textContent.toLowerCase().indexOf('feedback') > -1) && + footer){ + let navButtons = footer.querySelector('.deLeqc').children; + preservedContinueButton = navButtons[0]; + + if(navButtons != null){ + let mockMilestoneWrapper = document.createElement('div'); + mockMilestoneWrapper.setAttribute('title', 'Please make sure to complete the survey to continue'); + mockMilestoneWrapper.setAttribute('aria-describedby', ':r0:'); + + let mockMilestoneButton = document.createElement('button'); + mockMilestoneButton.classList.add('ButtonContainer-sc-1lz9u5r-2'); + mockMilestoneButton.classList.add('dxvqSB'); + mockMilestoneButton.setAttribute('type', 'button'); + mockMilestoneButton.setAttribute('data-test', 'disabled-continue-button'); + mockMilestoneButton.setAttribute('disabled', true); + + let mockMilestoneText = document.createElement('span'); + mockMilestoneText.classList.add('Label-sc-1lz9u5r-0'); + mockMilestoneText.classList.add('hlPxhH'); + mockMilestoneText.textContent = 'Continue'; + + let mockMilestoneChevron = document.createElement('i'); + mockMilestoneChevron.classList.add('chevron'); + mockMilestoneChevron.classList.add('chevron--right'); + mockMilestoneChevron.classList.add('far'); + mockMilestoneChevron.classList.add('fa-chevron-right'); + mockMilestoneChevron.setAttribute('data-test','chevron'); + + mockMilestoneWrapper.appendChild(mockMilestoneButton); + mockMilestoneButton.appendChild(mockMilestoneText); + mockMilestoneButton.appendChild(mockMilestoneChevron); + + navButtons[0].replaceWith(mockMilestoneWrapper); + } + mockMilestoneObserver.disconnect(); + } + }) + + mockMilestoneObserver.observe(document, config); + */ + } diff --git a/Scripts/tmp.json b/Scripts/tmp.json new file mode 100644 index 00000000..11ce4fa6 --- /dev/null +++ b/Scripts/tmp.json @@ -0,0 +1,110 @@ +{ + "data": [ + { + "id": "ec77d3b5-3ad0-4a6f-a3a3-93b00b32cf73", + "type": "EventDelivery", + "attributes": { + "name": "services.v2.events.plan.updated", + "attempt": 1, + "payload": { + "data": { + "type": "Plan", + "id": "79593263", + "attributes": { + "created_at": "2025-03-24T16:35:23Z", + "dates": "May 4, 2025", + "files_expire_at": "2025-05-19T11:34:10Z", + "last_time_at": "2025-05-04T10:35:00Z", + "multi_day": false, + "needed_positions_count": 3, + "other_time_count": 1, + "plan_notes_count": 2, + "plan_people_count": 9, + "planning_center_url": "https://services.planningcenteronline.com/plans/79593263", + "public": false, + "rehearsal_time_count": 2, + "series_title": null, + "service_time_count": 2, + "short_dates": "May 4", + "sort_date": "2025-05-04T09:05:00Z", + "title": null, + "total_length": 3945, + "updated_at": "2025-04-23T19:52:42Z" + }, + "relationships": { + "service_type": { + "data": { + "type": "ServiceType", + "id": "966664" + } + }, + "series": { + "data": null + }, + "created_by": { + "data": { + "type": "Person", + "id": "3989836" + } + }, + "updated_by": { + "data": { + "type": "Person", + "id": "47417549" + } + }, + "linked_publishing_episode": { + "data": null + } + }, + "links": { + "all_attachments": "https://api.planningcenteronline.com/services/v2/service_types/966664/plans/79593263/all_attachments", + "attachments": "https://api.planningcenteronline.com/services/v2/service_types/966664/plans/79593263/attachments", + "attendances": "https://api.planningcenteronline.com/services/v2/service_types/966664/plans/79593263/attendances", + "autoschedule": "https://api.planningcenteronline.com/services/v2/service_types/966664/plans/79593263/autoschedule", + "contributors": "https://api.planningcenteronline.com/services/v2/service_types/966664/plans/79593263/contributors", + "import_template": "https://api.planningcenteronline.com/services/v2/service_types/966664/plans/79593263/import_template", + "item_reorder": "https://api.planningcenteronline.com/services/v2/service_types/966664/plans/79593263/item_reorder", + "items": "https://api.planningcenteronline.com/services/v2/service_types/966664/plans/79593263/items", + "live": "https://api.planningcenteronline.com/services/v2/service_types/966664/plans/79593263/live", + "my_schedules": "https://api.planningcenteronline.com/services/v2/service_types/966664/plans/79593263/my_schedules", + "needed_positions": "https://api.planningcenteronline.com/services/v2/service_types/966664/plans/79593263/needed_positions", + "next_plan": "https://api.planningcenteronline.com/services/v2/service_types/966664/plans/79593263/next_plan", + "notes": "https://api.planningcenteronline.com/services/v2/service_types/966664/plans/79593263/notes", + "plan_times": "https://api.planningcenteronline.com/services/v2/service_types/966664/plans/79593263/plan_times", + "previous_plan": "https://api.planningcenteronline.com/services/v2/service_types/966664/plans/79593263/previous_plan", + "series": null, + "signup_teams": "https://api.planningcenteronline.com/services/v2/service_types/966664/plans/79593263/signup_teams", + "team_members": "https://api.planningcenteronline.com/services/v2/service_types/966664/plans/79593263/team_members", + "self": "https://api.planningcenteronline.com/services/v2/service_types/966664/plans/79593263", + "html": "https://services.planningcenteronline.com/plans/79593263" + } + }, + "included": [], + "meta": { + "can_include": [ + "contributors", + "my_schedules", + "plan_times", + "series" + ], + "parent": { + "id": "966664", + "type": "ServiceType" + }, + "event_time": "2025-04-23T19:54:44Z", + "idempotency_token": "01966437-8c15-7af1-9352-63c74e8e4cdb" + } + } + }, + "relationships": { + "organization": { + "data": { + "type": "Organization", + "id": "60435" + } + } + } + } + ] +}