(window.webpackJsonp=window.webpackJsonp||[]).push([[80,191,228,326,347],{1070:function(e,n,t){"use strict";t(940)},1071:function(e,n,t){var o=t(93)(!1);o.push([e.i,".expandable-card {\n margin: 0 auto 50px;\n max-width: 1300px;\n text-align: center;\n padding: 18px 20px 18px;\n}\n.expandable-card .expandable-card__article {\n position: relative;\n}\n.expandable-card .expandable-card__button {\n position: relative;\n background-color: unset;\n border: unset;\n width: 100%;\n padding: 0;\n cursor: pointer;\n}\n.expandable-card .expandable-card__icon::after {\n position: absolute;\n}\n.expandable-card .expandable-card__icon.icon--horizontal::after {\n right: 5px;\n top: 7px;\n line-height: 20px;\n font-size: 20px;\n content: '\\2015';\n}\n.expandable-card .expandable-card__icon.icon--vertical::after {\n opacity: 1;\n visibility: visible;\n right: 3.5px;\n top: 9px;\n line-height: 20px;\n font-size: 20px;\n transform: rotate(90deg);\n transition: all 0.5s ease-in-out;\n content: '\\2015';\n}\n.expandable-card .expandable-card__icon.icon--vertical.expanded::after {\n opacity: 0;\n visibility: hidden;\n right: 5px;\n top: 7px;\n transform: rotate(0deg);\n}\n.expandable-card .expandable-card__copy {\n position: relative;\n top: 0;\n opacity: 0;\n visibility: hidden;\n margin: 0 auto;\n max-width: 900px;\n transition: all 0.5s ease-in-out;\n}\n.expandable-card .expandable-card__copy.expanded {\n top: 30px;\n opacity: 1;\n visibility: visible;\n margin: 0 auto 32px;\n}\n.expandable-card {\n background: #F8F8F8;\n margin: 40px auto 20px;\n}\n.expandable-card .expandable-card__heading {\n margin: 0 auto;\n font-family: 'ProximaNovaBold', Arial, sans-serif;\n font-size: 28px;\n line-height: 36px;\n letter-spacing: 0;\n color: #2E2E30;\n}\n@media (min-width: 768px) {\n.expandable-card .expandable-card__heading {\n max-width: none;\n}\n}\n.expandable-card .expandable-card__copy p {\n font-family: 'ProximaNovaRegular', Arial, sans-serif;\n font-size: 18px;\n line-height: 30px;\n letter-spacing: 0;\n color: #2E2E30;\n margin-bottom: 30px;\n}\n",""]),e.exports=o},1072:function(e,n,t){var content=t(1247);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[e.i,content,""]]),content.locals&&(e.exports=content.locals);(0,t(94).default)("4cf09141",content,!0,{sourceMap:!1})},1196:function(e,n,t){"use strict";t.r(n);var o={name:"ExpandableCard",props:{content:{type:Object,default:function(){return{heading:"",htmlCopy:""}}}},data:function(){return{height:"auto",expandedHeight:0,expanded:!1}},computed:{heading:function(){var e=this.content.heading,n=void 0===e?"":e;return n},htmlCopy:function(){var e=this.content.htmlCopy,n=void 0===e?"":e;return n}},mounted:function(){var e=this.$refs.copy;this.expandedHeight=e.offsetHeight,this.height="0px"},methods:{toggleExpand:function(){this.expanded?this.height="0px":this.height="".concat(this.expandedHeight,"px"),this.expanded=!this.expanded}}},r=(t(1070),t(43)),component=Object(r.a)(o,(function(){var e=this,n=e.$createElement,t=e._self._c||n;return t("div",{staticClass:"expandable-card"},[t("article",{staticClass:"expandable-card__article"},[t("button",{staticClass:"expandable-card__button",on:{click:function(n){return e.toggleExpand()}}},[t("h2",{staticClass:"expandable-card__heading"},[e._v(e._s(e.heading))]),e._v(" "),t("span",{staticClass:"expandable-card__icon icon--horizontal"}),e._v(" "),t("span",{staticClass:"expandable-card__icon icon--vertical",class:{expanded:e.expanded}})]),e._v(" "),t("div",{ref:"copy",staticClass:"expandable-card__copy",class:{expanded:e.expanded},style:{height:e.height},domProps:{innerHTML:e._s(e.htmlCopy)}})])])}),[],!1,null,null,null);n.default=component.exports;installComponents(component,{Article:t(920).default})},1246:function(e,n,t){"use strict";t(1072)},1247:function(e,n,t){var o=t(93)(!1);o.push([e.i,"/* stylelint-disable no-descending-specificity */\n.component-category-header,\n.component-subcategory-header,\n.component-subsubcategory-header {\n position: relative;\n padding: 0 15px;\n}\n@media (min-width: 768px) {\n.component-category-header,\n .component-subcategory-header,\n .component-subsubcategory-header {\n padding: 0 95px;\n}\n}\n.component-category-header .slide-enter-active,\n.component-subcategory-header .slide-enter-active,\n.component-subsubcategory-header .slide-enter-active {\n animation: slide-in 200ms ease-out forwards;\n}\n@media screen and (orientation: landscape) {\n.component-category-header .slide-enter-active,\n .component-subcategory-header .slide-enter-active,\n .component-subsubcategory-header .slide-enter-active {\n animation: none;\n}\n}\n@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {\n.component-category-header .slide-enter-active,\n .component-subcategory-header .slide-enter-active,\n .component-subsubcategory-header .slide-enter-active {\n animation: none;\n}\n}\n.component-category-header .slide-leave-active,\n.component-subcategory-header .slide-leave-active,\n.component-subsubcategory-header .slide-leave-active {\n animation: slide-out 200ms ease-out forwards;\n}\n@media screen and (orientation: landscape) {\n.component-category-header .slide-leave-active,\n .component-subcategory-header .slide-leave-active,\n .component-subsubcategory-header .slide-leave-active {\n animation: none;\n}\n}\n@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {\n.component-category-header .slide-leave-active,\n .component-subcategory-header .slide-leave-active,\n .component-subsubcategory-header .slide-leave-active {\n animation: none;\n}\n}\n@keyframes slide-in {\nfrom {\n max-height: 0;\n}\nto {\n max-height: 2000px;\n}\n}\n@keyframes slide-out {\nfrom {\n max-height: 2000px;\n}\nto {\n max-height: 0;\n}\n}\n.component-category-header .container-header,\n.component-subcategory-header .container-header,\n.component-subsubcategory-header .container-header {\n display: flex;\n align-items: center;\n width: 100%;\n margin-top: 40px;\n margin-bottom: 10px;\n padding: 0;\n overflow: hidden;\n}\n@media (min-width: 768px) {\n.component-category-header .container-header,\n .component-subcategory-header .container-header,\n .component-subsubcategory-header .container-header {\n margin-top: 50px;\n margin-bottom: 20px;\n}\n}\n.component-category-header .container-header.condition-center,\n.component-subcategory-header .container-header.condition-center,\n.component-subsubcategory-header .container-header.condition-center {\n position: relative;\n}\n@media (min-width: 991px) {\n.component-category-header .container-header.condition-center,\n .component-subcategory-header .container-header.condition-center,\n .component-subsubcategory-header .container-header.condition-center {\n height: 196px;\n}\n}\n.component-category-header .container-header.condition-center .category-name,\n.component-subcategory-header .container-header.condition-center .category-name,\n.component-subsubcategory-header .container-header.condition-center .category-name {\n position: relative;\n top: 0;\n left: 15px;\n}\n@media (min-width: 768px) {\n.component-category-header .container-header.condition-center .category-name,\n .component-subcategory-header .container-header.condition-center .category-name,\n .component-subsubcategory-header .container-header.condition-center .category-name {\n left: 30px;\n}\n}\n@media (min-width: 991px) {\n.component-category-header .container-header.condition-center .category-name,\n .component-subcategory-header .container-header.condition-center .category-name,\n .component-subsubcategory-header .container-header.condition-center .category-name {\n top: -20px;\n}\n}\n.component-category-header .container-header.condition-center .briefcase-icon-white,\n.component-subcategory-header .container-header.condition-center .briefcase-icon-white,\n.component-subsubcategory-header .container-header.condition-center .briefcase-icon-white {\n position: relative;\n top: -12px;\n width: 25px;\n height: 20px;\n}\n@media (min-width: 768px) {\n.component-category-header .container-header.condition-center .briefcase-icon-white,\n .component-subcategory-header .container-header.condition-center .briefcase-icon-white,\n .component-subsubcategory-header .container-header.condition-center .briefcase-icon-white {\n width: 40px;\n height: 30px;\n}\n}\n@media (min-width: 991px) {\n.component-category-header .container-header.condition-center .briefcase-icon-white,\n .component-subcategory-header .container-header.condition-center .briefcase-icon-white,\n .component-subsubcategory-header .container-header.condition-center .briefcase-icon-white {\n top: -18px;\n}\n}\n.component-category-header .container-header .category-name,\n.component-subcategory-header .container-header .category-name,\n.component-subsubcategory-header .container-header .category-name {\n display: -webkit-box;\n margin: auto;\n color: #2E2E30;\n font-size: 28px;\n font-family: 'ProximaNovaSemiBold', Arial, sans-serif;\n line-height: 36px;\n letter-spacing: 0;\n text-align: center;\n -webkit-line-clamp: 3;\n -webkit-box-orient: vertical;\n}\n@media (min-width: 768px) {\n.component-category-header .container-header .category-name,\n .component-subcategory-header .container-header .category-name,\n .component-subsubcategory-header .container-header .category-name {\n font-size: 50px;\n line-height: 60px;\n}\n}\n.component-category-header .container-filter,\n.component-subcategory-header .container-filter,\n.component-subsubcategory-header .container-filter {\n position: absolute;\n top: 37px;\n right: 15px;\n display: flex;\n justify-content: flex-end;\n cursor: pointer;\n}\n@media (min-width: 768px) {\n.component-category-header .container-filter,\n .component-subcategory-header .container-filter,\n .component-subsubcategory-header .container-filter {\n top: 61px;\n right: 95px;\n}\n}\n.component-category-header .container-filter .filter,\n.component-subcategory-header .container-filter .filter,\n.component-subsubcategory-header .container-filter .filter {\n display: none;\n color: #040404;\n font-size: 14px;\n font-family: 'FuturaPtMedium', Trebuchet MS, sans-serif;\n line-height: 56px;\n}\n@media (min-width: 550px) {\n.component-category-header .container-filter .filter,\n .component-subcategory-header .container-filter .filter,\n .component-subsubcategory-header .container-filter .filter {\n display: block;\n}\n}\n@media (min-width: 768px) {\n.component-category-header .container-filter .filter,\n .component-subcategory-header .container-filter .filter,\n .component-subsubcategory-header .container-filter .filter {\n font-size: 16px;\n}\n}\n.component-category-header .container-filter .svg.arrow-up,\n.component-subcategory-header .container-filter .svg.arrow-up,\n.component-subsubcategory-header .container-filter .svg.arrow-up,\n.component-category-header .container-filter .svg.arrow-down,\n.component-subcategory-header .container-filter .svg.arrow-down,\n.component-subsubcategory-header .container-filter .svg.arrow-down {\n position: relative;\n top: 22px;\n width: 12px;\n height: 6px;\n margin-left: 10px;\n}\n.component-category-header .container-subcategories,\n.component-subcategory-header .container-subcategories,\n.component-subsubcategory-header .container-subcategories {\n padding-bottom: 25px;\n overflow: hidden;\n text-align: center;\n column-count: 1;\n}\n@media (min-width: 550px) {\n.component-category-header .container-subcategories,\n .component-subcategory-header .container-subcategories,\n .component-subsubcategory-header .container-subcategories {\n margin-left: 10%;\n text-align: left;\n column-count: 2;\n}\n}\n@media (min-width: 991px) {\n.component-category-header .container-subcategories,\n .component-subcategory-header .container-subcategories,\n .component-subsubcategory-header .container-subcategories {\n column-count: 3;\n}\n}\n.component-category-header .container-subcategories .subcategory-item,\n.component-subcategory-header .container-subcategories .subcategory-item,\n.component-subsubcategory-header .container-subcategories .subcategory-item {\n margin-bottom: 15px;\n font-size: 22px;\n font-family: 'FuturaPtMedium', Trebuchet MS, sans-serif;\n line-height: 25px;\n page-break-inside: avoid;\n -webkit-column-break-inside: avoid;\n break-inside: avoid;\n}\n.component-category-header .container-subcategories .subcategory-item a,\n.component-subcategory-header .container-subcategories .subcategory-item a,\n.component-subsubcategory-header .container-subcategories .subcategory-item a {\n color: #000;\n}\n.component-category-header .container-subcategories .subcategory-item a:hover,\n.component-subcategory-header .container-subcategories .subcategory-item a:hover,\n.component-subsubcategory-header .container-subcategories .subcategory-item a:hover {\n border-bottom: 2px solid #fff;\n}\n",""]),e.exports=o},1382:function(e,n,t){var content=t(1583);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[e.i,content,""]]),content.locals&&(e.exports=content.locals);(0,t(94).default)("7006ad46",content,!0,{sourceMap:!1})},1516:function(e,n,t){"use strict";t.r(n);t(20),t(30),t(21),t(5),t(48),t(13),t(49);var o=t(18),r=(t(32),t(44),t(0)),c=t(95);function d(object,e){var n=Object.keys(object);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(object);e&&(t=t.filter((function(e){return Object.getOwnPropertyDescriptor(object,e).enumerable}))),n.push.apply(n,t)}return n}function l(e){for(var i=1;iO)){n.next=23;break}return n.abrupt("return",d({status:500,message:"[Livestrong SubCategory] Error: page ".concat(y," > totalPage ").concat(O),stack:"Stack unavailable"}));case 23:if(0!==Object(l.a)(k,"[1].results",[]).length){n.next=26;break}return n.abrupt("return",d({status:500,message:"[Livestrong SubCategory] Error: no articles loaded",stack:"Stack unavailable"}));case 26:return n.abrupt("return",k);case 27:case"end":return n.stop()}}),n)})))()},data:function(){return{keysToShow:["title","subsubcategory"],page:3,expandable:{"Appetizers, Soups and Salads":{heading:"Appetizers, Soups and Salads",htmlCopy:"\n

At our appetizers, soups and salads page, we believe healthy eating should never be boring. That's why we offer a variety of recipes that are not only delicious but also nutritious, with options for every dietary preference and occasion.

\n

Our recipes are easy to make and use fresh, wholesome ingredients to help you meet your health goals without sacrificing taste. If you're looking for a healthy and satisfying appetizer, a hearty soup for a cold day or a refreshing salad for a summer evening, we've got you covered.

\n

Our appetizers, soups and salads page is also a great resource for those who are new to cooking or looking to expand their culinary skills. We offer helpful tips and tricks for preparing and presenting your dishes, as well as suggestions for pairing them with other foods and drinks.

\n "},Beverages:{heading:"Beverages",htmlCopy:"\n

At our beverages page, we believe healthy drinking doesn't have to be boring. That's why we offer a wide variety of recipes that are not only delicious but also packed with nutrients to help you meet your health goals.

\n

Our recipes — like refreshing smoothies, energizing teas and nourishing juices — are easy to make and use fresh, whole ingredients to help you feel your best. We also offer options for every dietary preference, including vegan, gluten-free and dairy-free.

\n

Our beverages page is also a great resource for those who are looking to explore new flavors and ingredients. We offer tips on how to use different fruits, vegetables and herbs to create unique and flavorful drinks that you'll love.

\n "},"Breads and Breakfasts":{heading:"Breads and Breakfasts",htmlCopy:"\n

At our breads and breakfasts page, we understand that breakfast is an important meal of the day and bread is a staple food in many cultures. We offer a variety of resources to help you learn more about different types of bread and their nutritional value, as well as delicious and healthy breakfast recipes.

\n

Our team of nutrition experts provides in-depth articles on the benefits of a healthy breakfast, as well as practical tips for making breakfast a part of your daily routine.

\n

If you're looking for new and delicious breakfast recipes or are interested in learning more about the nutritional value of bread, our breads and breakfasts page has something for you. Our recipes include classic breakfast favorites, innovative and healthy new options and advice on how to make breakfast a satisfying and nutritious meal.

\n "},"Cooking and Baking":{heading:"Cooking and Baking",htmlCopy:"\n

At our cooking and baking page, we understand this activity can be enjoyable and rewarding, but also overwhelming for some. We offer a variety of resources to help you create delicious, healthy and easy-to-make meals and treats.

\n

Our team of culinary experts provides in-depth articles on specific recipes, as well as general information on cooking and baking techniques. We also offer advice on kitchen equipment and pantry staples and tips for cooking and baking with specific dietary needs in mind.

\n

No matter if you're an experienced cook or a beginner, our cooking and baking page has something for you.

\n "},"Desserts and Snacks":{heading:"Desserts and Snacks",htmlCopy:"\n

Everyone loves a sweet treat or snack from time to time. On our desserts and snacks page, we offer a variety of resources to help you enjoy snacks and desserts without compromising your health or nutrition.

\n

Our team of nutrition experts provides in-depth articles on healthy snacking and dessert options, as well as practical tips for making healthier choices when it comes to ingredients and preparation methods. We also offer a wide range of delicious and easy-to-make snack and dessert recipes to satisfy every craving.

\n

Whether you are looking for a sweet treat or a satisfying snack, our desserts and snacks page has something for you. We offer recipes that are easy to make, delicious and healthy, as well as advice on how to make ingredient substitutions to meet your dietary needs.

\n "},"Eggs and Dairy":{heading:"Eggs and Dairy",htmlCopy:"\n

Eggs and dairy can be delicious but may also raise concerns for people with dietary restrictions or ethical concerns. On our eggs and dairy page, we offer a variety of resources to help you better understand the nutritional benefits and potential drawbacks of eating eggs and dairy products.

\n

Our team of nutrition experts provides in-depth articles on the role of eggs and dairy in a healthy diet, as well as advice for incorporating them into various dietary patterns, such as vegetarian or plant-based diets. We also offer recipes and cooking tips for preparing tasty meals and snacks using eggs and dairy.

\n

We have tips on increasing your protein intake, lessening the environmental effect of animal agriculture and more on our eggs and dairy page. We offer information on alternative sources of protein and calcium, as well as tips for making ethical and sustainable choices.

\n "},"Fruits and Vegetables":{heading:"Fruits and Vegetables",htmlCopy:"\n

Eating plenty of fruits and vegetables is important for overall health and wellbeing. On our fruits and vegetables page, we offer a variety of resources to help you better understand the health benefits of these foods, including information on vitamins, minerals and antioxidants found in produce.

\n

Our team of nutrition experts provides in-depth articles on how to incorporate more fruits and vegetables into your diet, as well as advice on how to select and store these foods to maximize their nutritional value. We also offer practical tips for meal planning, healthy snacking and cooking with fruits and vegetables.

\n

Whether you are looking to improve your overall health or simply want to learn more about the benefits of produce, our fruits and vegetables page has something for you. We offer advice on how to overcome common barriers to eating more fruits and veggies, as well as information on various fruit- and vegetable-based recipes and meal ideas.

\n "},"Main Dishes":{heading:"Main Dishes",htmlCopy:"\n

Healthy eating doesn't have to mean sacrificing taste. On our healthy main dishes page, we offer a wide selection of delicious recipes with options for various dietary needs and preferences.

\n

Our team of dietitians and chefs provides recipes that are designed to be easy to make, using simple, accessible ingredients. We also offer tips on how to swap ingredients to make recipes fit your dietary needs or tastes.

\n

Our healthy main dishes page is perfect for anyone looking to improve their eating habits. We offer recipes that are filling, satisfying and nourishing, without breaking the bank.

\n "},"Nutrition Basics":{heading:"Nutrition Basics",htmlCopy:"\n

We believe healthy eating habits are the foundation of good health. At our nutrition basics page, we offer a variety of resources to help you understand the food groups, macronutrients, micronutrients, portion sizes and more.

\n

Our team of nutrition experts provides in-depth articles on a variety of nutrition-related topics, such as how to read food labels, how to build a balanced meal and how to make healthy food choices when dining out.

\n

We understand nutrition can be a complex and confusing topic, which is why we strive to present information in a clear and easy-to-understand manner. Whether you're looking to improve your overall health, manage a specific health condition or just learn more about nutrition, our nutrition basics page has something for everyone.

\n "},"Addiction and Recovery":{heading:"Addiction and Recovery",htmlCopy:"\n

At our addiction and recovery page, we understand that addiction is a complex and challenging disease that can affect individuals and families in many different ways. We offer a variety of resources to help you better understand various types of addiction, including information on symptoms, causes and treatment options.

\n

Our team of addiction specialists provides in-depth articles on specific types of addiction, as well as general information on addiction prevention and recovery. We also offer advice on how to cope with the emotional and psychological impact of addiction, as well as information on various addiction resources and support services.

\n

Whether you are dealing with addiction yourself or are supporting a loved one through the process, our addiction and recovery page has something for you. We offer practical tips for managing addiction symptoms and side effects, advice on how to communicate effectively with healthcare providers and information on various addiction resources and support services.

\n "},Allergies:{heading:"Allergies",htmlCopy:"\n

At our allergies page, we understand that allergies can be a frustrating and even life-threatening condition that affects millions of people worldwide. We offer a variety of resources to help you better understand various types of allergies, including information on symptoms, causes and treatment options.

\n

Our team of medical experts provides in-depth articles on specific types of allergies, as well as general information on allergy prevention and management. We also offer advice on how to cope with the emotional and psychological impact of allergies, as well as information on various allergy resources and support services.

\n

Whether you are dealing with a specific allergy yourself or are supporting a loved one through the process, our allergies page has something for you. We offer practical tips for managing allergy symptoms and side effects, advice on how to communicate effectively with healthcare providers and information on various allergy resources and support services.

\n "},"Alternative Medicine":{heading:"Alternative Medicine",htmlCopy:"\n

On our alternative medicine page, we provide evidence-based information on a variety of natural and complementary therapies, including traditional Chinese medicine and Ayurveda. Our expert contributors share their knowledge on the benefits and potential risks of alternative treatments, as well as guidance on how to incorporate them into your overall health regimen.

\n

The alternative medicine page is a great resource if you are seeking relief from chronic pain, looking to boost your immune system, or simply interested in exploring alternative approaches to health and wellness. We offer practical tips on incorporating natural remedies into your daily routine, as well as advice on finding qualified practitioners in your area.

\n

We believe in a holistic approach to health that considers the whole person, not just the symptoms. Explore our resources today and discover new ways to support your health and well-being naturally.

\n "},"Birth Control":{heading:"Birth Control",htmlCopy:'\n

At our birth control page, we understand that choosing the right method of birth control can be a personal and complex decision. We offer a variety of resources to help you make an informed choice, including information on the effectiveness, side effects and potential risks of various birth control methods.

\n

Our team of medical experts provides in-depth articles on different types of birth control, from hormonal methods like the pill and patch to non-hormonal methods like condoms and diaphragms. We also offer advice on how to choose the right method based on your lifestyle, preferences and medical history.

\n

Whether you are looking for a temporary or permanent form of birth control, this page has something for you. We offer practical tips for using birth control effectively, advice on when to seek medical attention and information on where to find birth control resources and services."

\n '},"Bites and Stings":{heading:"Bites and Stings",htmlCopy:'\n

At our bites and stings page, we understand that bites and stings from insects and animals can be a common occurrence, especially during outdoor activities. We offer several resources to help you better understand the symptoms, causes and treatments for various bites and stings.

\n

Our team of medical experts provides in-depth articles on how to identify bites and stings from different insects and animals, as well as advice on how to prevent them from happening in the first place. We also offer practical tips for treating bites and stings, including natural remedies and over-the-counter medications.

\n

Whether you are dealing with a mosquito bite, a bee sting or a snake bite, this page can help. We offer advice on when to seek medical attention, as well as information on various medical treatments that may be available."

\n '},"Bladder and Bowel Conditions":{heading:"Bladder and Bowel Conditions",htmlCopy:'\n

Our bladder and bowel conditions page is dedicated to providing reliable and accurate information on a range of urological and gastrointestinal conditions. We understand that these conditions can be distressing and disruptive to daily life, which is why we have compiled a comprehensive library of articles on symptoms, causes, diagnosis and treatment options.

\n

Our team of medical experts works tirelessly to ensure that the information we provide is up-to-date and easy to understand. We believe that by educating our readers about bladder and bowel conditions, we can empower them to take control of their health and make informed decisions about their wellbeing.

\n

Whether you are dealing with incontinence, constipation or another bladder or bowel condition, this page has something for you. We offer practical tips for managing symptoms, advice on lifestyle changes that can help alleviate symptoms and information on medical treatments that may be available."

\n '},"Blood Conditions":{heading:"Blood Conditions",htmlCopy:'\n

At our blood conditions page, we understand that blood disorders can significantly impact your overall health and wellbeing. We offer a variety of resources to help you better understand various blood-related conditions, including information on symptoms, causes and treatment options.

\n

Our team of medical experts provides in-depth articles on specific blood disorders, as well as general information on blood health and wellbeing. We also offer advice on how to cope with the emotional and psychological impact of these conditions, as well as information on various blood-related resources and support services.

\n

Whether you are dealing with a specific blood-related condition yourself or are supporting a loved one through the process, we have information you need. We offer practical tips for managing symptoms and side effects, advice on how to communicate effectively with healthcare providers and information on various blood-related resources and support services."

\n '},"Blood Pressure":{heading:"Blood Pressure",htmlCopy:'\n

At our blood pressure page, we understand that high blood pressure is a common condition that can lead to serious health problems if left untreated. We offer a variety of resources to help you better understand high blood pressure, including information on symptoms, causes and treatments.

\n

Our team of medical experts provides in-depth articles on lifestyle changes that can help lower blood pressure, such as exercise, healthy eating and stress management. We also offer advice on when to seek medical attention, as well as information on various medical treatments that may be available.

\n

Whether you are dealing with high blood pressure yourself or are looking to learn more about this condition, find what you need here. We offer practical tips for managing high blood pressure, advice on when to monitor your blood pressure at home and information on various blood pressure medications."

\n '},"Bone and Muscle Conditions":{heading:"Bone and Muscle Conditions",htmlCopy:'\n

Our bone and muscle health conditions page is dedicated to providing accurate and reliable information on a wide range of conditions affecting the skeletal and muscular systems, including osteoporosis, arthritis, muscle strains and sprains.

\n

Our team of medical experts works tirelessly to ensure that the information we provide is up-to-date and easy to understand. We offer in-depth articles on symptoms, causes, diagnosis and treatment options, as well as advice on lifestyle changes that can help alleviate symptoms and improve overall bone and muscle health.

\n

Whether you are dealing with a specific bone or muscle condition or simply looking to improve your overall bone and muscle health, our bone and muscle health conditions page has something for you. We offer practical tips for managing symptoms, advice on when to seek medical attention and information on medical treatments that may be available."

\n '},"Brain Conditions":{heading:"Brain Conditions",htmlCopy:"\n

At our brain conditions page, we understand the impact that these disorders can have on individuals and their families. That's why we offer a variety of resources to help you better understand these complex conditions and manage symptoms effectively.

\n

Our team of medical experts provides in-depth articles on specific brain disorders, as well as general information on brain function and regulation. We also offer practical advice on managing symptoms, including cognitive and behavioral changes, and provide information on various treatment options, like medication, therapy and lifestyle changes.

\n

Our brain conditions page is also a great resource for caregivers and loved ones of those with brain conditions. We offer tips on how to provide support, communicate effectively with healthcare providers and access community resources and support services.\"

\n "},"Breathing and Lung Conditions":{heading:"Breathing and Lung Conditions",htmlCopy:'\n

At our breathing and lung conditions page, we understand that conditions affecting the respiratory system can have a significant impact on your health and well-being. We offer a variety of resources to help you better understand various breathing and lung conditions, including information on symptoms, causes and treatments.

\n

Our team of medical experts provides in-depth articles on specific respiratory conditions, as well as general information on respiratory health and how to prevent conditions from developing. We also offer advice on when to seek medical attention, as well as information on various respiratory specialists and treatments that may be available.

\n

Whether you are dealing with a specific respiratory condition or are looking to learn more about respiratory health, our breathing and lung conditions page has something for you. We offer practical tips for managing symptoms, advice on how to prevent respiratory conditions from developing and information on various respiratory resources and services."

\n '},Cancer:{heading:"Cancer",htmlCopy:'\n

At our cancer page, we understand that a cancer diagnosis can be overwhelming and frightening. We offer a variety of resources to help you better understand various types of cancer, including information on symptoms, causes, diagnosis and treatment options.

\n

Our team of medical experts provides in-depth articles on specific types of cancer, as well as general information on cancer prevention and early detection. We also offer advice on how to cope with the emotional and psychological impact of cancer, as well as information on various cancer resources and support services.

\n

Whether you are dealing with a cancer diagnosis yourself or are supporting a loved one through the process, our cancer page has something for you. We offer practical tips for managing symptoms and side effects, advice on how to communicate effectively with healthcare providers and information on various cancer resources and support services."

\n '},Diabetes:{heading:"Diabetes",htmlCopy:"\n

At our diabetes page, we understand that managing diabetes can be challenging. That's why we offer a variety of resources to help you better understand this complex condition, including information on symptoms, causes, and treatment options.

\n

Our team of medical experts provides in-depth articles on specific types of diabetes, as well as general information on diabetes management and lifestyle changes. We also offer advice on how to cope with the emotional and psychological impact of living with diabetes, as well as information on various diabetes-related resources and support services.

\n

Whether you are newly diagnosed with diabetes or have been living with it for years, our diabetes page has something for you. We offer practical tips for managing blood sugar levels, advice on healthy eating and physical activity and information on various diabetes-related resources and support services.\"

\n "},Diets:{heading:"Diets",htmlCopy:"\n

At our diets page, we understand that choosing the right diet can be overwhelming and confusing. We offer a variety of resources to help you better understand various diets, including information on specific diets and their potential benefits and risks.

\n

Our team of nutrition experts provide in-depth articles on popular diets, such as keto, paleo and vegan diets, as well as diets for specific health conditions, such as diabetes and heart disease. We also offer advice on how to incorporate healthy eating habits into your daily routine, as well as information on various diet resources and support services.

\n

Whether you're looking to lose weight, improve your overall health or manage a specific health condition, our diets page has something for you. We offer practical tips for incorporating healthy foods and habits into your diet, as well as advice on how to overcome common obstacles to healthy eating.\"

\n "},"Digestive Conditions":{heading:"Digestive Conditions",htmlCopy:"\n

At our digestive conditions page, we understand the effect that digestive issues can have on your quality of life. That's why we offer comprehensive information on a range of conditions, as well as practical advice on how to manage symptoms and maintain a healthy digestive system.

\n

Our expert contributors provide insights on the latest research, treatments and lifestyle changes that can help alleviate digestive discomfort and improve overall health. From dietary recommendations to exercise tips and stress management techniques, we offer a variety of strategies to support digestive health.

\n

Whether you're dealing with a chronic digestive condition or simply looking to improve your gut health, our digestive conditions page is a valuable resource. Browse our articles and resources to learn more about how you can take control of your digestive health today.\"

\n "},"Drugs and Medications":{heading:"Drugs and Medications",htmlCopy:"\n

At our drugs and medications page, we understand that prescription and over-the-counter drugs can be complex and potentially risky if not used properly. We offer a wealth of resources to help you better understand various drugs and medications, including information on uses, side effects and interactions.

\n

Our team of medical experts provides in-depth articles on specific drugs and medications, as well as general information on drug safety and how to use medications effectively. We also offer advice on how to read medication labels and avoid potential drug interactions.

\n

Whether you're dealing with a specific medical condition or simply want to learn more about prescription and over-the-counter drugs, our drugs and medications page has something for you. We offer practical tips for managing medication side effects, advice on when to seek medical attention and information on various medication management tools.\"

\n "},"Ear, Nose and Throat Conditions":{heading:"Ear, Nose and Throat Conditions",htmlCopy:"\n

At our ear, nose and throat conditions page, we understand that ENT conditions can significantly impact your quality of life. We offer a variety of resources to help you better understand various conditions related to these areas, including information on symptoms, causes and treatment options.

\n

Our team of medical experts provides in-depth articles on specific ENT conditions, as well as general information on ENT health. We also offer advice on how to cope with the emotional effect of these conditions, as well as information on various ENT-related resources and support.

\n

Whether you're dealing with a specific ENT condition yourself or are supporting a loved one through the process, this page has something for you. We offer practical tips for managing symptoms and side effects, advice on how to communicate effectively with healthcare providers and information on various ENT-related resources and services.\"

\n "},"Eye Disorders":{heading:"Eye Disorders",htmlCopy:"\n

At our eye disorders page, we understand that eye conditions can significantly impact your quality of life. We offer a variety of resources to help you better understand various eye issues, including information on symptoms, causes and treatment options.

\n

Our team of ophthalmologists and optometrists provides in-depth articles on specific eye diseases and conditions, as well as general information on eye health and maintenance. We also offer advice on how to cope with the emotional and psychological impact of eye disorders, as well as information on various eye resources and support.

\n

Whether you're dealing with a specific eye condition yourself or are supporting a loved one through the process, this page has something for you. We offer practical tips for managing eye symptoms and side effects, advice on how to communicate effectively with healthcare providers and information on various eye resources and support services.\"

\n "},"Family Health":{heading:"Family Health",htmlCopy:'\n

We understand the health and wellbeing of your family is a top priority. On our family health page, we offer a variety of resources to help you better understand how to promote and maintain family health, including information on healthy habits, exercise and mental health.

\n

Our team of medical and mental health experts provides in-depth articles on how to create a healthy and supportive family environment, as well as practical tips for managing common family health issues. We also offer advice on how to recognize and address mental health concerns in children and adults, as well as information on various mental health resources and services.

\n

Whether you are dealing with a specific family health issue or simply want to learn more about how to promote a healthy family lifestyle, our family health page has something for you. We offer practical tips for healthy eating, advice on how to make physical activity fun for the whole family and information on various family health resources and services."

\n '},"First Aid and Safety":{heading:"First Aid and Safety",htmlCopy:'\n

Medical emergencies can happen anytime, which is why we have compiled a comprehensive library of articles on basic first aid procedures and safety tips at our first aid and safety page.

\n

Our team of medical experts provides in-depth articles on how to respond to various medical emergencies, such as bleeding, choking and seizures, as well as how to perform CPR and use an automated external defibrillator (AED).

\n

We also offer advice on how to stay safe in different settings, such as at home, at work and during outdoor activities. Our safety tips cover a range of topics, including fire safety, electrical safety, water safety and sun safety.

\n

Whether you are looking to become certified in first aid or simply want to feel more prepared in emergencies, our first aid and safety page has something for you. We offer practical tips for responding to emergencies, advice on how to create a first aid kit and information on training and certification programs."

\n '},"Gaining Weight":{heading:"Gaining Weight",htmlCopy:'\n

Gaining weight can be a challenging and sometimes frustrating process. On our gaining weight page, we offer a variety of resources to help you achieve your weight-gain goals, including information on different weight-gain methods and strategies.

\n

Our team of nutrition and fitness experts provides in-depth articles on specific weight-gain diets and exercise plans, as well as general information on maintaining a healthy weight through lifestyle changes. We also offer advice on setting realistic weight-gain goals, overcoming common obstacles to weight gain and staying motivated throughout your weight-gain journey.

\n

Our gaining weight page has something for everyone, no matter your motivation for wanting to gain. We offer practical tips for incorporating healthy habits into your daily routine, as well as advice on how to address emotional and psychological barriers to weight gain."

\n '},"Heart and Cardiovascular Conditions":{heading:"Heart and Cardiovascular Conditions",htmlCopy:'\n

We understand the importance of maintaining a healthy heart and cardiovascular system. On our heart and cardiovascular health conditions page, we offer a wealth of resources to help you better understand various cardiovascular conditions, including high blood pressure, heart disease and stroke.

\n

Our team of medical experts provides in-depth articles on symptoms, causes, diagnosis and treatment options for a wide range of conditions, as well as tips for maintaining heart health through lifestyle changes like exercise and healthy eating. We also offer advice on managing risk factors that can contribute to cardiovascular conditions, such as smoking, high cholesterol and diabetes.

\n

Whether you are looking to improve your overall heart health or are dealing with a specific condition, our heart and cardiovascular health conditions page has something for you."

\n '},"Heart Health":{heading:"Heart Health",htmlCopy:"\n

We understand that maintaining a healthy heart is essential for overall health and wellbeing. On our heart health page, we offer a variety of resources to help you better understand heart health, including information on risk factors for heart disease and how to reduce your risk.

\n

Here, you'll find in-depth articles featuring medical experts about how to create a heart-healthy diet, the benefits of regular exercise for heart health and how to manage stress and other lifestyle factors that can affect heart health. You'll also find advice on when to seek medical attention, as well as information on various medical treatments that may be available.

\n

Whether you are dealing with a specific heart condition or simply want to learn more about heart health, our heart health page has something for you. We offer practical tips for maintaining a healthy heart, advice on how to stay motivated and information on various heart health resources and services.\"

\n "},"Hormone Conditions":{heading:"Hormone Conditions",htmlCopy:"\n

Because hormone-related disorders and conditions can significantly affect your quality of life, our hormone conditions page offers a variety of resources to help you better understand various hormone issues, including information on symptoms, causes and treatment options.

\n

Here, you'll find in-depth articles featuring endocrinologists on specific hormone-related diseases and conditions, as well as general information on hormone health and maintenance. We also offer advice on how to cope with the emotional and psychological impact of hormone disorders, as well as information on various hormone resources and support services.

\n

Whether you are dealing with a specific hormone condition yourself or are supporting a loved one through the process, our hormone conditions page has something for you. We offer practical tips for managing hormone symptoms and side effects, advice on how to communicate effectively with health care providers and information on various hormone resources and support services.\"

\n "},"Immune System Conditions":{heading:"Immune System Conditions",htmlCopy:'\n

A healthy immune system helps maintain overall health and wellbeing. Here on our immune system conditions page, we offer a variety of resources to help you better understand the complex and sometimes debilitating conditions that affect the immune system.

\n

We provide in-depth articles featuring medical experts on specific immune system disorders, as well as general information on immune system function and regulation. We also offer advice on how to boost and maintain a healthy immune system through lifestyle choices and dietary changes.

\n

Whether you are dealing with a specific immune system condition yourself or are supporting a loved one through the process, our immune system conditions page has something for you. We offer practical tips for managing symptoms, advice on how to communicate effectively with health care providers and information on various immune system-related resources and support services."

\n '},"Infections and Infectious Diseases":{heading:"Infections and Infectious Diseases",htmlCopy:"\n

Infections and infectious diseases can affect your health and wellbeing. Here on our infections and infectious diseases page, we offer a variety of resources to help you better understand these diseases, including information on symptoms and causes as well as treatment and prevention options.

\n

You'll find in-depth articles featuring medical experts that spotlight specific infections and infectious diseases, as well as general information on infection prevention and control. We also offer advice on how to cope with the emotional and psychological impact of these conditions, as well as information on various infection-related resources and support services.

\n

Whether you are dealing with a specific infection or disease yourself or are supporting a loved one through the process, our infections and infectious diseases page has something for you. We offer practical tips for preventing the spread of infections, advice on how to communicate effectively with health care providers and information on various infection-related resources and support services.\"

\n "},"Internal Organ Health":{heading:"Internal Organ Health",htmlCopy:"\n

Our internal organ health page highlights the importance of taking care of your body's internal organs. We offer a variety of resources to help you better understand the function of your internal organs, as well as common diseases and conditions that can affect them.

\n

Here you'll find in-depth articles featuring medical experts about specific internal organs, including the heart, lungs, liver, kidneys and digestive system. We also offer advice on how to maintain optimal organ health through lifestyle changes such as diet, exercise and stress reduction.

\n

Whether you are dealing with a specific internal organ condition or are looking to improve your overall organ health, our internal organ health page has something for you. We offer practical tips for managing organ conditions, advice on how to prevent organ issues from developing, and information on various organ health resources and services.\"

\n "},"Joint, Ligament and Tendon Conditions":{heading:"Joint, Ligament and Tendon Conditions",htmlCopy:"\n

At our joint, ligament and tendon conditions page, we know the effect these issues can have on daily life and mobility. That's why we offer a variety of resources to help you better understand these complex conditions and manage symptoms effectively.

\n

Our team of medical experts provides in-depth articles on specific joint, ligament, and tendon disorders, as well as general information on joint health and function. We also offer practical advice on managing symptoms, including pain, inflammation and limited mobility, and provide information on various treatment options, from medication to therapy and surgery.

\n

This page is also a great resource for athletes and individuals who engage in physical activity. We offer tips on injury prevention, training strategies and rehabilitation techniques to help you stay active and healthy.\"

\n "},"Kidney Conditions":{heading:"Kidney Conditions",htmlCopy:"\n

At our kidney conditions page, we understand the importance of maintaining healthy kidneys and how kidney conditions can impact overall health. That's why we offer a variety of resources to help you better understand these complex conditions and manage symptoms effectively.

\n

Our team of medical experts provides in-depth articles on specific kidney conditions, such as kidney stones, chronic kidney disease and polycystic kidney disease, as well as general information on kidney health and care. We also offer practical advice on managing symptoms, including pain, swelling and high blood pressure, and provide information on various treatment options, from medication to dialysis and kidney transplant.

\n

Our kidney conditions page is a great resource for individuals of all ages who are dealing with kidney conditions, or who are at risk for kidney disease. We offer tips on kidney health and disease prevention, and provide information on lifestyle changes that can help improve kidney function.\"

\n "},"Liver Conditions":{heading:"Liver Conditions",htmlCopy:'\n

At our liver conditions page, we understand that liver diseases can be serious and even life-threatening, affecting millions of people worldwide. We offer a variety of resources to help you better understand various liver issues, including information on symptoms, causes and treatment options.

\n

Our team of medical experts provides in-depth articles on specific liver diseases and conditions, as well as general information on liver health and maintenance. We also offer advice on how to cope with the emotional and psychological impact of liver conditions, as well as information on various liver resources and support services.

\n

Whether you are dealing with a specific liver condition yourself or are supporting a loved one through the process, this page has something for you. We offer practical tips for managing liver symptoms and side effects, advice on how to communicate effectively with healthcare providers and information on various liver resources and support services."

\n '},"Managing Cholesterol":{heading:"Managing Cholesterol",htmlCopy:'\n

At our cholesterol management page, we know that high cholesterol is a common condition that can lead to serious health problems if left untreated. We offer a variety of resources to help you better understand cholesterol, including information on how to manage and reduce high cholesterol levels.

\n

Our team of medical experts provides in-depth articles on lifestyle changes that can help lower cholesterol levels, such as exercise, healthy eating and stress management. We also offer advice on when to seek medical attention, as well as information on various cholesterol-lowering medications that may be available.

\n

Whether you are dealing with high cholesterol yourself or are looking to learn more about this condition, this page has something for you. We offer practical tips for managing cholesterol levels, advice on how to make healthier food choices and information on various cholesterol management tools."

\n '},"Men's Health Conditions":{heading:"Men's Health Conditions",htmlCopy:"\n

At our men's health conditions page, we understand that men's health issues can significantly impact your quality of life. We also know that these issues can affect everyone, not just those assigned-male-at-birth (AMAB). Find information on symptoms, causes and treatment here.

\n

Our team of medical experts provides in-depth articles on specific men's health conditions, as well as general information on men's health and wellbeing. We also offer advice on how to cope with the emotional and psychological impact of these conditions, as well as information on various men's health resources and support services.

\n

Whether you're dealing with a specific men's health condition yourself or are supporting a loved one through the process, our men's health conditions page has something for you. We offer practical tips for managing symptoms and side effects, advice on how to communicate effectively with healthcare providers and information on various men's health resources and support services.\"

\n "},"Mental and Behavioral Conditions":{heading:"Mental and Behavioral Conditions",htmlCopy:"\n

Mental health and behavioral issues can significantly affect your quality of life. At our mental and behavioral conditions page, we offer a variety of resources to help you better understand various mental and behavioral concerns, including information on symptoms, causes and treatment options.

\n

Our team of mental health experts provides in-depth articles on specific mental and behavioral disorders, as well as general information on mental health and wellbeing. We also offer advice on how to cope with the emotional and psychological effects of these conditions and information on various resources and support services.

\n

Whether you are dealing with a specific mental or behavioral condition yourself or are supporting a loved one, our mental and behavioral conditions page has something for you. We offer practical tips for managing symptoms and side effects, advice on how to communicate effectively with health care providers and information on living well with a diagnosis.

\n "},"Mental Health":{heading:"Mental Health",htmlCopy:'\n

Our mental health page is dedicated to providing reliable and accurate information on mental health conditions and how to manage them. Mental health is an essential component of overall wellbeing, which is why we have compiled a comprehensive library of articles on symptoms, causes, diagnosis and treatment options.

\n

Our team of mental health experts works to ensure the information we provide is up-to-date and easy to understand. We offer information on both therapy and medication, as well as natural remedies and lifestyle changes that can help alleviate symptoms.

\n

Whether you are dealing with anxiety, depression or stress, our mental health page has something for you. We offer practical tips for managing symptoms, advice on when to seek professional help and information on various mental health resources and support services."

\n '},"Nervous System Conditions":{heading:"Nervous System Conditions",htmlCopy:'\n

Conditions affecting the nervous system can be complex and often difficult to manage. On our nervous system conditions page, we offer a variety of resources to help you better understand nervous system conditions, including information on symptoms, causes and treatments.

\n

Our team of medical experts provides in-depth articles on specific nervous system conditions, as well as general information on nervous system health and how to prevent conditions from developing. We also offer advice on when to seek medical attention and information on various nervous system specialists and treatments that may be available.

\n

Whether you are dealing with a specific nervous system condition or are looking to learn more about nervous system health, our nervous system conditions page has something for you. We offer practical tips for managing symptoms, advice on how to prevent nervous system conditions from developing and information on various nervous system resources and services."

\n '},"Oral Health Conditions":{heading:"Oral Health Conditions",htmlCopy:"\n

We understand the importance of maintaining good oral hygiene and how oral conditions can affect overall health. That's why we offer a variety of resources to help you better understand these complex conditions and manage symptoms effectively at our oral health conditions page.

\n

Our team of dental experts provides in-depth articles on specific oral conditions, such as cavities, gum disease and oral cancer, as well as general information on oral hygiene and dental care. We also offer practical advice on managing symptoms, including pain, sensitivity and bad breath, and provide information on various treatment options, such as medication, surgery and cosmetic procedures.

\n

Our oral health conditions page is also a great resource for individuals of all ages. We offer tips on oral hygiene for children and adults, and provide information on how to maintain healthy teeth and gums throughout life.\"

\n "},"Pain and Fever":{heading:"Pain and Fever",htmlCopy:'\n

Our pain and fever page provides valuable resources for understanding and managing a range of pain and fever conditions. Pain and fever can be disruptive to daily life, which is why we have compiled a comprehensive library of articles on symptoms, causes, diagnosis and treatment options.

\n

Our team of medical experts works to ensure the information we provide is accurate, up-to-date and easy to understand. We offer information on both over-the-counter and prescription medications, as well as natural remedies and lifestyle changes that can help alleviate symptoms.

\n

Whether you are dealing with a headache, muscle pain or a fever caused by an infection, our pain and fever page has something for you. We offer practical tips for managing symptoms, advice on when to seek medical attention and information on medical treatments that may be available."

\n '},Poisoning:{heading:"Poisoning",htmlCopy:"\n

Poisonings can be serious and potentially life-threatening. That's why our poisoning page offers a variety of resources to help you better understand various types of poisonings, including information on symptoms, causes and treatment options.

\n

Here, we provide in-depth articles featuring medical experts on specific types of poisonings, as well as general information on poisoning prevention and management. We also offer advice on how to cope with the emotional and psychological effect of poisonings, as well as information on various poison control centers and support services.

\n

Whether you are dealing with a specific poisoning yourself or are supporting a loved one through the process, our poisoning page has something for you. We offer practical tips for managing poisoning symptoms and side effects, advice on how to communicate effectively with health care providers and information on various poisoning resources and support services.\"

\n "},Pregnancy:{heading:"Pregnancy",htmlCopy:"\n

Pregnancy is a unique and transformative experience. On our pregnany page, we offer a variety of resources to help you navigate all aspects of pregnancy, including preconception planning, prenatal care, childbirth and postpartum recovery.

\n

You'll find in-depth articles citing medical experts that explore each stage of pregnancy, as well as advice on how to maintain your health and wellbeing during this time. We also offer practical tips for managing common pregnancy symptoms and complications, as well as information on various pregnancy resources and services.

\n

Whether you are planning to conceive or are already pregnant, our pregnancy page has something for you. We offer advice on how to prepare for a healthy pregnancy, guidance on what to expect during each trimester and information on how to prepare for childbirth and the postpartum period.\"

\n "},Sexuality:{heading:"Sexuality",htmlCopy:'\n

Sexuality is an important and complex part of the human experience. Our sexuality page offers a variety of resources to help you better understand various aspects of human sexuality, including sexual health, sexual orientation and relationships.

\n

We provide in-depth articles featuring medical and mental health experts on how to maintain sexual health, as well as advice on how to explore and understand your own sexual orientation and identity. We also offer support and resources for individuals and couples dealing with sexual issues, such as dysfunction and infertility.

\n

Whether you are looking to learn more about sexuality in general or are dealing with a specific sexual issue, our sexuality page has something for you. We offer practical tips for maintaining sexual health, advice on how to communicate effectively with partners about sexual issues and information on various sexuality-related resources and services."

\n '},"Sexually Transmitted Diseases Center":{heading:"Sexually Transmitted Diseases Center",htmlCopy:"\n

STDs are a serious and often stigmatized health issue that can affect anyone. Our sexually transmitted diseases page offers a variety of resources to help you better understand various STDs, including information on symptoms, causes and treatments.

\n

Here, you'll find in-depth articles featuring medical experts about how to prevent STDs through safe sex practices, as well as advice on when to seek medical attention and where to find STD testing and treatment services. We also offer information on how to talk to your partner about STDs and reduce the stigma surrounding this important health issue.

\n

Whether you are looking to learn more about STDs or are dealing with a specific STD yourself, our sexually transmitted diseases page has something for you. We offer practical tips for STD prevention, advice on how to manage symptoms and side effects and information on various STD treatment options.\"

\n "},"Skin Care":{heading:"Skin Care",htmlCopy:"\n

Our skin care page is dedicated to providing you with the latest tips and advice for achieving healthy, glowing skin. We understand that everyone's skin is unique and requires a personalized approach to care, which is why we offer a variety of resources to help you create a skin care routine that works for you.

\n

Here, you'll find in-depth articles featuring experts about a variety of skin care topics, including how to identify your skin type, how to choose the right products for your skin and how to build a skin care routine that addresses your specific skin concerns.

\n

We also provide tips for managing common skin concerns, such as acne, wrinkles and hyperpigmentation, as well as advice on how to protect your skin from environmental stressors like UV rays and pollution.

\n

At our skin care page, we believe that healthy, glowing skin is achievable for everyone. Whether you're dealing with a specific skin concern or simply looking to improve your overall skin health, we have the resources you need to achieve your goals.\"

\n "},"Skin Conditions":{heading:"Skin Conditions",htmlCopy:'\n

At our skin conditions page, we understand that skin issues can be uncomfortable, frustrating and even embarrassing. We offer a variety of resources to help you better understand various skin conditions, including information on symptoms, causes and treatments.

\n

Our team of medical experts provides in-depth articles on specific skin conditions, as well as general information on skincare and prevention. We also offer advice on how to manage and prevent common skin issues, as well as information on various skincare products and treatment options.

\n

Whether you are dealing with a specific skin condition or are looking to improve your overall skin health, our skin conditions page has something for you. We offer practical tips for managing symptoms, advice on how to prevent skin issues from developing, and information on various skincare resources and services."

\n '},"Sleep Disorders":{heading:"Sleep Disorders",htmlCopy:"\n

At our sleep disorders page, we understand that getting a good night's sleep is essential for overall health and well-being. We offer a variety of resources to help you better understand various sleep disorders, including information on symptoms, causes and treatments.

\n

Our team of medical experts provides in-depth articles on how to improve sleep hygiene, such as setting a regular sleep schedule, avoiding stimulants before bed and creating a comfortable sleep environment. We also offer advice on when to seek medical attention, as well as information on various medical treatments that may be available.

\n

Whether you are dealing with insomnia, sleep apnea, or another sleep disorder, our sleep disorders page has something for you. We offer practical tips for improving sleep quality, advice on when to seek professional help and information on various sleep aids and treatments.\"

\n "},"Surgeries and Operations":{heading:"Surgeries and Operations",htmlCopy:'\n

At our surgeries and operations page, we understand that undergoing surgery can be a complex and potentially daunting experience. We offer a variety of resources to help you better understand various surgical procedures, including information on preparation, recovery and potential risks and complications.

\n

Our team of medical experts provides in-depth articles on specific surgical procedures, as well as general information on surgical safety and how to prepare for surgery. We also offer advice on how to manage pain and discomfort after surgery and how to speed up the recovery process.

\n

Whether you are facing surgery yourself or are looking to learn more about surgical procedures, our surgeries and operations page has something for you. We offer practical tips for managing surgical stress and anxiety, advice on when to seek medical attention and information on various surgical facilities and providers."

\n '},"Tests and Procedures":{heading:"Tests and Procedures",htmlCopy:'\n

At our tests and health procedures page, we understand that medical tests and procedures can be intimidating and confusing. We offer a variety of resources to help you better understand various tests and procedures, including information on what to expect, how to prepare and potential risks and benefits.

\n

Our team of medical experts provides in-depth articles on specific tests and procedures, as well as general information on healthcare screenings and diagnostic tools. We also offer advice on how to prepare for medical tests and procedures, as well as what to expect during and after the process.

\n

Whether you are undergoing a routine medical screening or are preparing for a more complex medical procedure, our tests and health procedures page has something for you. We offer practical tips for preparing for and recovering from medical tests and procedures, as well as information on various healthcare providers and services."

\n '},"The Human Body":{heading:"The Human Body",htmlCopy:'\n

At our human body page, we provide detailed information on the structure and function of various systems within the body, including the circulatory, digestive, nervous and respiratory systems. We also offer insights into how these systems interact with one another and how they work together to maintain overall health.

\n

Our team of medical experts provides in-depth articles on specific organs and their functions, as well as general information on maintaining a healthy body through nutrition, exercise and lifestyle choices. We also offer practical advice on managing common health concerns, such as stress, sleep disorders and chronic diseases.

\n

Our human body page is a great resource for individuals of all ages and backgrounds. Whether you are a student learning about the human body for the first time or an adult looking to improve your health and wellness, our page has something for you."

\n '},"Weight and Body Fat":{heading:"Weight and Body Fat",htmlCopy:'\n

At our weight and body fat page, we understand that achieving and maintaining a healthy weight is a complex and personal journey. We offer a variety of resources to help you better understand healthy weight management, including information on diet, exercise and lifestyle changes.

\n

Our team of nutritionists and fitness experts provides in-depth articles on how to create a healthy eating plan, the benefits of regular exercise and the importance of good sleep and stress management for weight management. We also offer advice on when to seek professional help, such as from a registered dietitian or personal trainer.

\n

Whether you are looking to lose weight, gain muscle or simply maintain a healthy body weight, our weight and body fat page has something for you. We offer practical tips for healthy weight management, advice on how to stay motivated and information on various weight management programs and resources."

\n '},"Weight Loss":{heading:"Weight Loss",htmlCopy:'\n

At our weight loss page, we understand that losing weight can be a challenging and sometimes overwhelming process. We offer a variety of resources to help you achieve your weight loss goals, including information on different weight loss methods and strategies.

\n

Our team of nutrition and fitness experts provides in-depth articles on specific weight loss diets and exercise plans, as well as general information on maintaining a healthy weight through lifestyle changes. We also offer advice on setting realistic weight loss goals, overcoming common obstacles to weight loss and staying motivated throughout your weight loss journey.

\n

Whether you are looking to lose a few pounds or are seeking long-term weight management solutions, our weight loss page has something for you. We offer practical tips for incorporating healthy habits into your daily routine, as well as advice on how to address emotional and psychological barriers to weight loss."

\n '},"Women's Health Conditions":{heading:"Women's Health Conditions",htmlCopy:"\n

At our women's health conditions page, we understand that women face unique health challenges throughout their lives. We offer a variety of resources to help you better understand various women's health conditions, including information on symptoms, causes, and treatments.

\n

Our team of medical experts provides in-depth articles on specific women's health conditions, as well as general information on women's health and wellness. We also offer advice on when to seek medical attention, as well as information on various women's health resources and services.

\n

Whether you are dealing with a specific women's health condition or are looking to learn more about women's health in general, our women's health conditions page has something for you. We offer practical tips for managing symptoms, advice on how to prevent women's health conditions from developing and information on various women's health specialists and treatments that may be available.\"

\n "},"General Fitness":{heading:"General Fitness",htmlCopy:"\n

Whether you're a beginner or an experienced fitness enthusiast, our general fitness tips page provides information on a range of topics, including workout plans, the best gear available now and tips for staying motivated. We believe that a healthy lifestyle encompasses more than just physical fitness, which is why we offer advice on managing stress, getting quality sleep, and other lifestyle factors that contribute to overall well-being.

\n

Our team of fitness experts provide in-depth articles and resources that are backed by science and designed to help you make sustainable lifestyle changes. Whether you're looking to get active, build muscle or simply improve your overall health, our general fitness tips page has something for you.\"

\n "},Training:{heading:"Training",htmlCopy:"\n

Our fitness training page is designed to help you take your fitness to the next level. Whether you're a beginner looking to get in shape or an experienced athlete looking to improve your performance, our resources are tailored to meet your needs. We offer a variety of workouts, including strength training, cardio and HIIT, as well as exercise videos that demonstrate proper form and technique.

\n

Our team of fitness experts provides advice on how to optimize your workouts, including tips on how to avoid injury and how to target specific muscle groups. We also offer nutrition advice to help you fuel your body for optimal performance.

\n

We believe that a well-rounded fitness routine is essential to achieving your goals. That's why we offer resources on all aspects of fitness, such as stretching, recovery and injury prevention.\"

\n "},Workouts:{heading:"Workouts",htmlCopy:"\n

Whether you're looking for cardio workouts, strength training or yoga, our fitness workouts page has something for everyone. We offer a variety of workout plans, including beginner-friendly routines and advanced workouts for more experienced athletes.

\n

Our team of fitness experts provides advice on how to optimize your workouts, including tips on how to avoid injury and how to target specific muscle groups. We also offer nutrition advice to help you fuel your body for optimal performance.

\n

We believe that a well-rounded fitness routine is essential to achieving your goals. That's why we offer resources on all aspects of fitness, including as stretching, recovery and injury prevention.\"

\n "}}}},head:function(){var e=Object(l.a)(this,"$config",{}),n=Object(l.a)(this,"$route.fullPath",{}),t=this.getMetaDescription(this.getCurrentCategory,n),o=Object(l.a)(this,"$store.state.livestrong.category.taxonomy.category.name",""),c=Object(l.a)(this,"$store.state.livestrong.category.taxonomy.sub_category.name",""),d=Object(f.a)({pagetype:"subcategory",category:o,subcategory:c}),h={title:Object(l.a)(this,"getCurrentCategory",""),meta:[{name:"twitter:title",content:"".concat(Object(l.a)(this,"getCurrentCategory","")," | ").concat(Object(l.a)(this,"$config.site.title",""))},{name:"twitter:description",content:t},{name:"description",content:t},{property:"og:description",content:t},{property:"og:title",content:"".concat(Object(l.a)(this,"getCurrentCategory","")," | ").concat(Object(l.a)(this,"$config.site.title",""))},{property:"og:type",content:"website"},{property:"og:url",content:"".concat(Object(l.a)(this,"$config.site.domain","")).concat(Object(l.a)(this,"$route.path",""))}],link:[{vmid:"canonical-url",rel:"canonical",href:"".concat(Object(l.a)(this,"$config.site.domain","")).concat(Object(l.a)(this,"$route.fullPath",""))}],script:[{innerHTML:"window.lg.gtmData = ".concat(JSON.stringify(d)),type:"text/javascript"},{vmid:"gtm-script",hid:"gtm-script",once:!0,type:"text/javascript",innerHTML:Object(v.a)("gtm-script")(k(Object(y.a)(e)))}],__dangerouslyDisableSanitizers:["script"]};if(this.parselyScript){var m=[{name:"parsely-type",content:"webpage"},{name:"parsely-title",content:"".concat(Object(l.a)(this,"getCurrentCategory","")," | ").concat(Object(l.a)(this,"$config.site.title",""))},{name:"parsely-section",content:"sub category page"}];h.meta=[].concat(Object(r.a)(h.meta),m)}return h},computed:x(x(x({},Object(h.b)({getArticles:"livestrong/macros/getArticles",getSubcategoryName:"livestrong/category/getSubcategoryName",getCurrentCategory:"livestrong/category/getCurrentCategory",getMetaDescription:"livestrong/category/getMetaDescription"})),Object(h.c)({hasError404:function(e){return 404===Object(l.a)(e,"statusCode",404)}})),{},{collectionMeta:function(){return Object(l.a)(this,"$store.state.collections.meta",{})},currentUrl:function(){return"/scat/".concat(this.getSlug,"/")},getSlug:function(){return Object(l.a)(this,"$route.params.subcategorySlug","")},hasError:function(){return 200!==Object(l.a)(this,"$store.state.statusCode",404)},isConditionCenter:function(){return Object(l.a)(this,"$config.conditionCenters",[]).includes(this.getSlug)},getCategory:function(){return Object(l.a)(this,"$store.state.livestrong.category.taxonomy",{})},getBreadcrumbLinks:function(){var e=[];return e.push({url:"/",label:"Home"}),e.push({url:"/cat/".concat(Object(l.a)(this,"getCategory.category.slug",""),"/"),label:Object(l.a)(this,"getCategory.category.name","")}),e.push({url:"/scat/".concat(Object(l.a)(this,"getCategory.slug",""),"/"),label:Object(l.a)(this,"getCategory.name","")}),e},parselyScript:function(){return Object(l.a)(this,"$store.state.config.parsely.source","")}})},O=(t(1582),t(43)),component=Object(O.a)(C,(function(){var e=this,n=e.$createElement,t=e._self._c||n;return e.hasError404?t("error-404"):t("div",{staticClass:"view-subcategory"},[t("div",{staticClass:"container"},[t("livestrong-subcategory-header"),e._v(" "),t("div",{staticClass:"inner inner--padding"},[t("breadcrumbs",{attrs:{links:e.getBreadcrumbLinks}}),e._v(" "),e.isConditionCenter?t("livestrong-condition-center",{attrs:{slug:"subcategorySlug"}}):e._e(),e._v(" "),t("common-grid",{attrs:{"data-provider":e.getArticles(e.getSlug,"subsubcategory"),"grid-class":"common-view__section-grid","sponsor-logo-enabled":!0}}),e._v(" "),t("pagination",{attrs:{url:e.currentUrl,meta:e.collectionMeta,"class-modifier":e.getCurrentCategory,"left-text":"Prev","right-text":"Next","trailing-slash":!0}}),e._v(" "),e.expandable[e.getSubcategoryName]?t("expandable-card",{attrs:{content:e.expandable[e.getSubcategoryName]}}):e._e()],1)],1)])}),[],!1,null,null,null);n.default=component.exports;installComponents(component,{LivestrongSubcategoryHeader:t(1516).default,Breadcrumbs:t(864).default,LivestrongConditionCenter:t(1504).default,CommonGrid:t(833).default,Pagination:t(841).default,ExpandableCard:t(1196).default})},824:function(e,n,t){"use strict";t.d(n,"a",(function(){return o}));t(19);function o(e){return"\n function initGTMOnEvent(event) {\n initGTM();\n event.currentTarget.removeEventListener(event.type, initGTMOnEvent);\n }\n \n function initGTM() { \n if (window.gtmDidInit) {\n return false;\n }\n window.gtmDidInit = true;\n \n \n if (!window.lg.gtmId) {\n console.error('GTM ID is not defined')\n }\n \n function pushNetworkInfo(obj) {\n window.dataLayer.push({\n gtmLoadTime: obj.gtmLoadTime,\n gtmSpeed: obj.gtmSpeed,\n })\n }\n \n if (window.lg.gtmData) {\n window.lg.speedTracking = {\n gtmLoadTime: null,\n gtmSpeed: null,\n }\n \n window.lg.utils.meta = window.lg.utils.getUserMetaData()\n \n Object.keys(window.lg.utils.meta).forEach(function (key) {\n const value = window.lg.utils.meta[key]\n window.lg.gtmData[key] = value\n })\n \n // when gtm loads, it will fire whatever is in dataLayer\n window.dataLayer.push(window.lg.gtmData)\n \n const gtmSpeedRanges = [\n [500, '0-500'],\n [1000, '501-1000'],\n [1500, '1001-1500'],\n [2000, '1501-2000'],\n [2500, '2001-2500'],\n [Infinity, '2500-'],\n ]\n \n // Load GTM as speed detection\n ;(function (w, d, s, l, i) {\n \n // disable gtm script load if query param exists\n const searchParams = new URLSearchParams(window.location.search)\n const gtm = searchParams.get('gtm')\n if (gtm == 'false') {\n return\n }\n \n let timeStart\n let timeDiff\n const randomQuery = Date.now() + (Math.random() * 1e8).toFixed()\n \n w[l] = w[l] || []\n w[l].push({\n 'gtm.start': new Date().getTime(),\n event: 'gtm.js',\n })\n \n const f = d.getElementsByTagName(s)[0]\n const j = d.createElement(s)\n const dl = l != 'dataLayer' ? `&l=${l}` : ''\n j.async = true\n j.src = `https://www.googletagmanager.com/gtm.js?id=${i}${dl}&rand=${randomQuery}`\n \n j.onload = function (evt) {\n let gtmSpeed\n // for some reason this is 2 ~ 4 times larger than Chrome's network activity timing\n // this fires after execution\n timeDiff = Math.round(performance.now() - timeStart)\n \n // todo: move functionality out of this method\n for (let i = 0; i < gtmSpeedRanges.length; i++) {\n const item = gtmSpeedRanges[i]\n if (timeDiff < item[0]) {\n gtmSpeed = item[1]\n break\n }\n }\n \n window.lg.speedTracking.gtmLoadTime = parseInt(timeDiff, 10)\n window.lg.speedTracking.gtmSpeed = gtmSpeed\n pushNetworkInfo(window.lg.speedTracking)\n }\n \n j.onerror = function () {\n pushNetworkInfo(window.lg.speedTracking)\n }\n \n f.parentNode.insertBefore(j, f)\n timeStart = performance.now()\n })(window, document, 'script', 'dataLayer', window.lg.gtmId) // the id should be dynamically injected when moved to Fundation\n }\n }\n\n // fallback pages can already have DOMContentLoaded fired when this code is executed\n if (document.readyState === 'loading') {\n document.addEventListener(\"DOMContentLoaded\", () => {\n ".concat(e.enableGtmScriptDelay," ? setTimeout(initGTM, ").concat(e.maxGtmScriptDelay,") : initGTM()\n });\n } else {\n ").concat(e.enableGtmScriptDelay," ? setTimeout(initGTM, ").concat(e.maxGtmScriptDelay,') : initGTM()\n };\n document.addEventListener("scroll", initGTMOnEvent);\n document.addEventListener("mousemove", initGTMOnEvent);\n document.addEventListener("touchstart", initGTMOnEvent);\n \n ')}},825:function(e,n,t){"use strict";t(19);n.a=function(e){return function(n){return"\n ((onceName) => {\n if (window._bedrock && window._bedrock[onceName]) {\n return\n } else if (!window._bedrock) {\n window._bedrock = {}\n }\n\n ".concat(n,'\n\n window._bedrock[onceName] = true\n })("').concat(e,'")\n ')}}},832:function(e,n,t){var content=t(838);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[e.i,content,""]]),content.locals&&(e.exports=content.locals);(0,t(94).default)("52444874",content,!0,{sourceMap:!1})},837:function(e,n,t){"use strict";t(832)},838:function(e,n,t){var o=t(93)(!1);o.push([e.i,".component-pagination .pages {\n margin: 0;\n padding: 0;\n list-style: none;\n text-align: center;\n}\n.component-pagination .pages .pages__item {\n display: inline-block;\n margin: 0 2px;\n}\n.component-pagination .pages .pages__item .pages__item--left-text,\n.component-pagination .pages .pages__item .pages__item--right-text {\n display: none;\n}\n.component-pagination .pages .pages__item .pages__item--left-caret,\n.component-pagination .pages .pages__item .pages__item--right-caret {\n position: relative;\n display: inline-block;\n width: 25px;\n height: 50px;\n}\n.component-pagination .pages .pages__item .pages__item--left-caret::before,\n.component-pagination .pages .pages__item .pages__item--right-caret::before,\n.component-pagination .pages .pages__item .pages__item--left-caret::after,\n.component-pagination .pages .pages__item .pages__item--right-caret::after {\n content: '';\n display: block;\n position: absolute;\n background-color: #aaa;\n transition: all 0.5s;\n width: 18px;\n height: 2px;\n}\n.component-pagination .pages .pages__item .pages__item--left-caret::before,\n.component-pagination .pages .pages__item .pages__item--right-caret::before {\n transform: rotate(-45deg);\n}\n.component-pagination .pages .pages__item .pages__item--left-caret::after,\n.component-pagination .pages .pages__item .pages__item--right-caret::after {\n transform: rotate(45deg);\n}\n.component-pagination .pages .pages__item .pages__item--left-caret::before,\n.component-pagination .pages .pages__item .pages__item--left-caret::after {\n transform-origin: 0% 50%;\n border-radius: 3px 5px 5px 3px;\n}\n.component-pagination .pages .pages__item .pages__item--left-caret::after {\n top: -1px;\n}\n.component-pagination .pages .pages__item .pages__item--right-caret::before,\n.component-pagination .pages .pages__item .pages__item--right-caret::after {\n transform-origin: 100% 50%;\n border-radius: 5px 3px 3px 5px;\n}\n.component-pagination .pages .pages__item .pages__item--right-caret::before {\n top: -1px;\n}\n.component-pagination .pages .pages__item .page-emit {\n cursor: pointer;\n}\n/* stylelint-disable no-descending-specificity */\n.component-pagination {\n position: relative;\n width: 100%;\n margin: 30px 0 20px;\n}\n.component-pagination .pages {\n margin: 0;\n padding: 0;\n text-align: center;\n list-style: none;\n}\n.component-pagination .pages .pages__item {\n margin: 0;\n}\n.component-pagination .pages .pages__item.pages__item--page {\n display: inline-block;\n margin: 0 2.5px;\n font-weight: normal;\n font-size: 14px;\n font-family: \"ProximaNovaRegular\", Arial, sans-serif;\n line-height: 22px;\n}\n.component-pagination .pages .pages__item.pages__item--page.pages__item--current a,\n.component-pagination .pages .pages__item.pages__item--page.pages__item--current .page-emit {\n color: #606B71;\n font-weight: normal;\n font-family: \"ProximaNovaRegular\", Arial, sans-serif;\n}\n.component-pagination .pages .pages__item.pages__item--page.pages__item--current::after {\n position: absolute;\n width: 14px;\n margin-top: -9px;\n margin-left: -7px;\n border-bottom: solid 1px #606B71;\n cursor: pointer;\n transition: all 0.5s;\n content: '';\n}\n.component-pagination .pages .pages__item.pages__item--page.pages__item--current:hover::after {\n border-bottom: solid 1px #2E2E30;\n}\n.component-pagination .pages .pages__item.pages__item--page a,\n.component-pagination .pages .pages__item.pages__item--page .page-emit {\n display: block;\n width: 40px;\n height: 40px;\n padding: 9px 0;\n color: #606B71;\n text-align: center;\n border-radius: 5px;\n transition: all 0.5s;\n}\n.component-pagination .pages .pages__item.pages__item--page a:hover,\n.component-pagination .pages .pages__item.pages__item--page .page-emit:hover {\n color: #2E2E30;\n background-color: #F8F8F8;\n}\n.component-pagination .pages .pages__item.pages__item--previous,\n.component-pagination .pages .pages__item.pages__item--next {\n position: absolute;\n display: inline-block;\n}\n.component-pagination .pages .pages__item.pages__item--previous a,\n.component-pagination .pages .pages__item.pages__item--next a,\n.component-pagination .pages .pages__item.pages__item--previous .page-emit,\n.component-pagination .pages .pages__item.pages__item--next .page-emit {\n display: block;\n width: 40px;\n height: 40px;\n margin: 0 2.5px;\n line-height: 22px;\n border-radius: 5px;\n transition: all 0.5s;\n}\n.component-pagination .pages .pages__item.pages__item--previous a:hover,\n.component-pagination .pages .pages__item.pages__item--next a:hover,\n.component-pagination .pages .pages__item.pages__item--previous .page-emit:hover,\n.component-pagination .pages .pages__item.pages__item--next .page-emit:hover {\n background-color: #F8F8F8;\n}\n.component-pagination .pages .pages__item.pages__item--previous a .pages__item--right-caret,\n.component-pagination .pages .pages__item.pages__item--next a .pages__item--right-caret,\n.component-pagination .pages .pages__item.pages__item--previous .page-emit .pages__item--right-caret,\n.component-pagination .pages .pages__item.pages__item--next .page-emit .pages__item--right-caret,\n.component-pagination .pages .pages__item.pages__item--previous a .pages__item--left-caret,\n.component-pagination .pages .pages__item.pages__item--next a .pages__item--left-caret,\n.component-pagination .pages .pages__item.pages__item--previous .page-emit .pages__item--left-caret,\n.component-pagination .pages .pages__item.pages__item--next .page-emit .pages__item--left-caret {\n top: 3px;\n width: 10px;\n height: 0;\n transition: all 0.5s;\n}\n.component-pagination .pages .pages__item.pages__item--previous a .pages__item--right-caret::before,\n.component-pagination .pages .pages__item.pages__item--next a .pages__item--right-caret::before,\n.component-pagination .pages .pages__item.pages__item--previous .page-emit .pages__item--right-caret::before,\n.component-pagination .pages .pages__item.pages__item--next .page-emit .pages__item--right-caret::before,\n.component-pagination .pages .pages__item.pages__item--previous a .pages__item--left-caret::before,\n.component-pagination .pages .pages__item.pages__item--next a .pages__item--left-caret::before,\n.component-pagination .pages .pages__item.pages__item--previous .page-emit .pages__item--left-caret::before,\n.component-pagination .pages .pages__item.pages__item--next .page-emit .pages__item--left-caret::before,\n.component-pagination .pages .pages__item.pages__item--previous a .pages__item--right-caret::after,\n.component-pagination .pages .pages__item.pages__item--next a .pages__item--right-caret::after,\n.component-pagination .pages .pages__item.pages__item--previous .page-emit .pages__item--right-caret::after,\n.component-pagination .pages .pages__item.pages__item--next .page-emit .pages__item--right-caret::after,\n.component-pagination .pages .pages__item.pages__item--previous a .pages__item--left-caret::after,\n.component-pagination .pages .pages__item.pages__item--next a .pages__item--left-caret::after,\n.component-pagination .pages .pages__item.pages__item--previous .page-emit .pages__item--left-caret::after,\n.component-pagination .pages .pages__item.pages__item--next .page-emit .pages__item--left-caret::after {\n width: 10px;\n height: 1.4px;\n background-color: #606B71;\n}\n.component-pagination .pages .pages__item.pages__item--previous a,\n.component-pagination .pages .pages__item.pages__item--previous .page-emit {\n position: absolute;\n right: 0;\n}\n.component-pagination .pages .pages__item.pages__item--previous .pages__item--left-caret::before,\n.component-pagination .pages .pages__item.pages__item--previous .pages__item--left-caret::after {\n border-radius: 0 5px 5px 0;\n}\n.component-pagination .pages .pages__item.pages__item--previous:hover .pages__item--left-caret::before,\n.component-pagination .pages .pages__item.pages__item--previous:hover .pages__item--left-caret::after {\n background-color: #2E2E30;\n}\n.component-pagination .pages .pages__item.pages__item--next .pages__item--right-caret::before,\n.component-pagination .pages .pages__item.pages__item--next .pages__item--right-caret::after {\n border-radius: 5px 0 0 5px;\n}\n.component-pagination .pages .pages__item.pages__item--next:hover .pages__item--right-caret::before,\n.component-pagination .pages .pages__item.pages__item--next:hover .pages__item--right-caret::after {\n background-color: #2E2E30;\n}\n",""]),e.exports=o},839:function(e,n,t){var content=t(849);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[e.i,content,""]]),content.locals&&(e.exports=content.locals);(0,t(94).default)("4862b07a",content,!0,{sourceMap:!1})},841:function(e,n,t){"use strict";t.r(n);var o=t(33),r=(t(32),t(44),t(19),t(0)),c={name:"Pagination",props:{url:{type:String,default:""},meta:{type:Object,default:function(){return{}}},classModifier:{type:String,default:""},isStatic:{type:Boolean,default:!0},leftText:{type:String,default:"<"},rightText:{type:String,default:">"},pageParameter:{type:String,default:""},trailingSlash:{type:Boolean,default:!1},legacy:{type:Boolean,default:!1}},computed:{getClassModifier:function(){return""!==Object(r.a)(this,"classModifier","")?"pages--".concat(Object(r.a)(this,"classModifier","")):""},pagesToShow:function(){var e,n,t=Object(r.a)(this.meta,"page",1),c=Object(r.a)(this.meta,"total_pages",1);t-2<1?(e=1,n=c<6?c+1:6):t+2>c?(n=c+1,e=c-4<1?1:c-4):(e=t-2,n=t+3);var d=this.getPaginationRange(e,n);return Object(o.a)(d)}},methods:{emitPageNumber:function(e){this.$emit("pageCount",e)},getUrlWithPageParameter:function(e,n){if(1===n)return"".concat(e);var t=e.includes("?")?"&":this.legacy?"?":"",o=this.trailingSlash?"/":"";return this.legacy?"".concat(e).concat(t,"page=").concat(n):"".concat(e).concat(t).concat(this.pageParameter).concat(n).concat(o)},getPaginationRange:function(e,n){for(var t=[],i=e;i1?t("div",{staticClass:"component-pagination"},[e.isStatic?t("ul",{staticClass:"pages",class:e.getClassModifier},[e.meta.page-1>0?t("li",{staticClass:"pages__item pages__item--previous"},[t("a",{attrs:{href:e.getUrlWithPageParameter(e.url,e.meta.page-1)}},[t("span",{staticClass:"pages__item--left-text"},[e._v(e._s(e.leftText))]),e._v(" "),t("span",{staticClass:"pages__item--left-caret"})])]):e._e(),e._v(" "),e._l(e.pagesToShow,(function(n,o){return t("li",{key:o,staticClass:"pages__item pages__item--page",class:{"pages__item--current":e.meta.page===n}},[t("a",{attrs:{href:e.getUrlWithPageParameter(e.url,n)}},[t("span",[e._v(e._s(n))])])])})),e._v(" "),e.meta.page+1<=e.meta.total_pages?t("li",{staticClass:"pages__item pages__item--next"},[t("a",{attrs:{href:e.getUrlWithPageParameter(e.url,e.meta.page+1)}},[t("span",{staticClass:"pages__item--right-text"},[e._v(e._s(e.rightText))]),e._v(" "),t("span",{staticClass:"pages__item--right-caret"})])]):e._e()],2):t("ul",{staticClass:"pages",class:e.getClassModifier},[e.meta.page-1>0?t("li",{staticClass:"pages__item pages__item--previous"},[t("div",{staticClass:"page-emit",on:{click:function(n){return e.emitPageNumber(e.meta.page-1)}}},[t("span",{staticClass:"pages__item--left-text"},[e._v(e._s(e.leftText))]),e._v(" "),t("span",{staticClass:"pages__item--left-caret"})])]):e._e(),e._v(" "),e._l(e.pagesToShow,(function(n,o){return t("li",{key:o,staticClass:"pages__item pages__item--page",class:{"pages__item--current":e.meta.page===n}},[t("div",{staticClass:"page-emit",on:{click:function(t){return e.emitPageNumber(n)}}},[t("span",[e._v(e._s(n))])])])})),e._v(" "),e.meta.page+1<=e.meta.total_pages?t("li",{staticClass:"pages__item pages__item--next"},[t("div",{staticClass:"page-emit",on:{click:function(n){return e.emitPageNumber(e.meta.page+1)}}},[t("span",{staticClass:"pages__item--right-text"},[e._v(e._s(e.rightText))]),e._v(" "),t("span",{staticClass:"pages__item--right-caret"})])]):e._e()],2)]):e._e()}),[],!1,null,null,null);n.default=component.exports},848:function(e,n,t){"use strict";t(839)},849:function(e,n,t){var o=t(93),r=t(188),c=t(498),d=o(!1),l=r(c);d.push([e.i,".component-breadcrumbs {\n display: none;\n text-align: center;\n margin-bottom: 18px;\n}\n@media (min-width: 768px) {\n.component-breadcrumbs {\n display: block;\n margin-bottom: 20px;\n}\n}\n.component-breadcrumbs nav {\n display: flex;\n}\n.component-breadcrumbs .breadcrumbs {\n margin: 0;\n list-style: none;\n display: flex;\n}\n.component-breadcrumbs .breadcrumbs .breadcrumbs__item {\n display: inline-flex;\n font-size: 14px;\n line-height: 18px;\n}\n.component-breadcrumbs .breadcrumbs .breadcrumbs__item::before {\n padding: 0 5px;\n content: '/\\00a0';\n}\n.component-breadcrumbs .breadcrumbs .breadcrumbs__item:first-child::before {\n padding: 0;\n content: '';\n}\n.component-breadcrumbs .breadcrumbs .breadcrumbs__item a {\n display: inline-flex;\n}\n.component-breadcrumbs .breadcrumbs .breadcrumbs__item a:hover {\n text-decoration: none;\n}\n/* stylelint-disable no-descending-specificity */\n.view .component-breadcrumbs {\n display: block;\n position: relative;\n text-align: left;\n margin: 0 0 18px;\n}\n@media (min-width: 768px) {\n.view .component-breadcrumbs {\n margin: 0 0 20px;\n}\n}\n.view .component-breadcrumbs::after {\n position: absolute;\n right: 0;\n bottom: 0;\n width: 100%;\n height: 100%;\n background: linear-gradient(to left, #ffffff 0, rgba(255, 255, 255, 0) 10%);\n content: \"\";\n pointer-events: none;\n}\n.view .component-breadcrumbs nav {\n height: 18px;\n margin-bottom: 15px;\n overflow: hidden;\n}\n.view .component-breadcrumbs .breadcrumbs {\n width: 100%;\n overflow-x: auto;\n white-space: nowrap;\n background-image: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0) 98%);\n}\n.view .component-breadcrumbs .breadcrumbs .breadcrumbs__item {\n color: #404B51;\n font-size: 12px;\n font-family: 'ProximaNovaSemiBold', Arial, sans-serif;\n line-height: 18px;\n}\n.view .component-breadcrumbs .breadcrumbs .breadcrumbs__item::before {\n display: inline-block;\n width: 5px;\n height: 7px;\n padding: 0;\n content: url("+l+");\n}\n.view .component-breadcrumbs .breadcrumbs .breadcrumbs__item:first-child a span {\n padding-left: 0;\n}\n.view .component-breadcrumbs .breadcrumbs .breadcrumbs__item:first-child::before {\n display: none;\n}\n.view .component-breadcrumbs .breadcrumbs .breadcrumbs__item:last-child {\n margin-right: 50px;\n}\n.view .component-breadcrumbs .breadcrumbs .breadcrumbs__item a {\n display: inline-block;\n color: #2E2E30;\n transition: color 0.2s linear;\n}\n.view .component-breadcrumbs .breadcrumbs .breadcrumbs__item a:hover,\n.view .component-breadcrumbs .breadcrumbs .breadcrumbs__item a:active {\n color: #404B51;\n text-decoration: none;\n}\n.view .component-breadcrumbs .breadcrumbs .breadcrumbs__item a span {\n display: inline-block;\n padding: 0 5px;\n}\n",""]),e.exports=d},864:function(e,n,t){"use strict";t.r(n);var o=t(18),r=(t(5),t(19),t(20),t(30),t(21),t(48),t(13),t(49),t(0));function c(object,e){var n=Object.keys(object);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(object);e&&(t=t.filter((function(e){return Object.getOwnPropertyDescriptor(object,e).enumerable}))),n.push.apply(n,t)}return n}function d(e){for(var i=1;i