html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

html *{
transition-duration: 0.4s !important;
}

/**
* Remove default margin.
*/

body {
 margin: 0;
}

/* HTML5 display definitions
  ========================================================================== */

/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
 display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/

audio,
canvas,
progress,
video {
 display: inline-block; /* 1 */
 vertical-align: baseline; /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/

audio:not([controls]) {
 display: none;
 height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
*/

[hidden],
template {
 display: none;
}

/* Links
  ========================================================================== */

/**
* Remove the gray background color from active links in IE 10.
*/

a {
 background-color: transparent;
}

/**
* Improve readability of focused elements when they are also in an
* active/hover state.
*/

a:active,
a:hover {
 outline: 0;
}

/* Text-level semantics
  ========================================================================== */

/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/

abbr[title] {
 border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/

b,
strong {
 font-weight: bold;
}

/**
* Address styling not present in Safari and Chrome.
*/

dfn {
 font-style: italic;
}

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/

h1 {
 font-size: 2em;
 margin: .67em 0;
}

/**
* Address styling not present in IE 8/9.
*/

mark {
 background: #ff0;
 color: #000;
}

/**
* Address inconsistent and variable font size in all browsers.
*/

small {
 font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/

sub,
sup {
 font-size: 75%;
 line-height: 0;
 position: relative;
 vertical-align: baseline;
}

sup {
 top: -.5em;
}

sub {
 bottom: -.25em;
}

/* Embedded content
  ========================================================================== */

/**
* Remove border when inside `a` element in IE 8/9/10.
*/

img {
 border: 0;
}

/**
* Correct overflow not hidden in IE 9/10/11.
*/

svg:not(:root) {
 overflow: hidden;
}

/* Grouping content
  ========================================================================== */

/**
* Address margin not present in IE 8/9 and Safari.
*/

figure {
 margin: 1em 40px;
}

/**
* Address differences between Firefox and other browsers.
*/

hr {
 box-sizing: content-box;
 height: 0;
}

/**
* Contain overflow in all browsers.
*/

pre {
 overflow: auto;
}

/**
* Address odd `em`-unit font size rendering in all browsers.
*/

code,
kbd,
pre,
samp {
 font-family: monospace, monospace;
 font-size: 1em;
}

/* Forms
  ========================================================================== */

/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/

/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/

button,
input,
optgroup,
select,
textarea {
 color: inherit; /* 1 */
 font: inherit; /* 2 */
 margin: 0; /* 3 */
}

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/

button {
 overflow: visible;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/

button,
select {
 text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
 -webkit-appearance: button; /* 2 */
 cursor: pointer; /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/

button[disabled],
html input[disabled] {
 cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/

button::-moz-focus-inner,
input::-moz-focus-inner {
 border: 0;
 padding: 0;
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/

input {
 line-height: normal;
}

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/

input[type="checkbox"],
input[type="radio"] {
 box-sizing: border-box; /* 1 */
 padding: 0; /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
*/

input[type="search"] {
 -webkit-appearance: textfield; /* 1 */
 box-sizing: content-box; /* 2 */
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

/**
* Define consistent border, margin, and padding.
*/

fieldset {
 border: 1px solid #c0c0c0;
 margin: 0 2px;
 padding: .35em .625em .75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/

legend {
 border: 0; /* 1 */
 padding: 0; /* 2 */
}

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/

textarea {
 overflow: auto;
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/

optgroup {
 font-weight: bold;
}

/* Tables
  ========================================================================== */

/**
* Remove most spacing between table cells.
*/

table {
 border-collapse: collapse;
 border-spacing: 0;
}

td,
th {
 padding: 0;
}


.listUnstyled {
 margin: 0;
 padding: 0;
 list-style: none;
}

.clearfix:after,
.container:after {
 content: "";
 display: block;
 clear: both;
}

html {
 box-sizing: border-box;
}

*,
*:before,
*:after {
 box-sizing: inherit;
}

* {
 max-height: 1000000px;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea,
select {
 -webkit-appearance: none;
 box-sizing: border-box;
 color: #001580;
 -webkit-transition: border-color 0.3s ease;
 transition: border-color 0.3s ease;
 font-size: 16px;
 border-radius: 8px;
 line-height: normal;
 padding: 14px 20px;
 height: 48px;
 font-weight: 400;
 background: #fff;
 border: 1px solid  rgba(0, 21, 128, 0.20);
 box-shadow: 0 1px 3px 0 rgba(8, 28, 59, 0.08);
 width: 100%;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
 box-shadow: none;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
 color: #001580;
 opacity: 1;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
 opacity: 1;
 color: #001580;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
 color: #001580; 
 opacity: 1;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
 color: #001580;
 opacity: 1;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder,
select.placeholder {
 color: #001580; 
 opacity: 1;
}

textarea:focus,
input:focus{
 outline: none;
}

img {
 max-width: 100%;
 height: auto;
 vertical-align: top;
}

body {
 font-size: 14px;
 line-height: 21px;
 font-weight: 400;
 color: #001580;
 font-family: "Noto Sans","Arial", sans-serif;
 min-width: 320px;
 background-color: #fff;
  counter-reset: section;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
 padding: 0;
 margin: 0;
 color: inherit;
}

h1,
.h1 {
 font-size: 56px;
 line-height: 56px;
 font-weight: 600;
}

h2,
.h2 {
 font-size: 40px;
 line-height: 43px;
 font-weight: 300;
}

h3,
.h3 {
 font-size: 32px;
 line-height: 37px;
 font-weight: 600;
}

/* Slider */

.slick-slider {
 position: relative;
 display: block;
 box-sizing: border-box;
 -webkit-user-select: none;
 -ms-user-select: none;
 user-select: none;
 -webkit-touch-callout: none;
 -khtml-user-select: none;
 -ms-touch-action: pan-y;
 touch-action: pan-y;
 -webkit-tap-highlight-color: transparent;
}

.slick-list {
 position: relative;
 display: block;
 overflow: hidden;
 margin: 0;
 padding: 0;
}

.slick-list:focus {
 outline: none;
}

.slick-list.dragging {
 cursor: pointer;
 cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
 -webkit-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}

.slick-track {
 position: relative;
 top: 0;
 left: 0;
 display: block;
}

.slick-track:before,
.slick-track:after {
 display: table;
 content: "";
}

.slick-track:after {
 clear: both;
}

.slick-loading .slick-track {
 visibility: hidden;
}

.slick-slide {
 display: none;
 float: left;
 height: 100%;
 min-height: 1px;
}

[dir="rtl"] .slick-slide {
 float: right;
}

.slick-slide img {
 display: block;
}

.slick-slide.slick-loading img {
 display: none;
}

.slick-slide.dragging img {
 pointer-events: none;
}

.slick-initialized .slick-slide {
 display: block;
}

.slick-loading .slick-slide {
 visibility: hidden;
}

.slick-vertical .slick-slide {
 display: block;
 height: auto;
 border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
 display: none;
}


.ibxFont {
 font-family: "IBM Plex Mono", monospace;
}

#pageWrapper {
 position: relative;
 width: 100%;
 overflow: hidden !important;
}

strong {
 font-weight: 600;
}

#pageWrapper {
 overflow-x: clip;
 overflow-y: visible;
}

.templateRelatedSliderWrap {
 overflow: hidden;
}

.bgCover {
 background-size: cover;
 background-position: 50%, 50%;
}

.rowReverse {
 flex-direction: row-reverse;
}

.container {
 max-width: 1420px;
 margin-left: auto;
 margin-right: auto;
 padding-left: 30px;
 padding-right: 30px;
 width: 100%;
}

.containerSmall {
max-width: 1226px;
margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
width: 100%;
}

@media screen and (max-width: 991px) {
 .container {
   padding-left: 24px;
   padding-right: 24px;
 }
 .sm-container {
   padding-left: 24px;
   padding-right: 24px;
 }
}
a {
 text-decoration: none;
 color: inherit;
}

.colsHolder {
 display: flex;
 flex-wrap: wrap;
 margin-left: -8px;
 margin-right: -8px;
}

.colsHolder > .chCol {
 padding-left: 8px;
 padding-right: 8px;
}

.chCol4 {
 width: 33.333%;
}

.chCol12 {
 width: 100%;
}

.chCol6 {
 width: 50%;
}

.chCol3 {
 width: 25%;
}

.btn {
 padding: 8px 16px;
 font-family: inherit;
 font-size: 12px;
 line-height: 1.5;
 font-weight: 600;
 vertical-align: center;
 text-align: center;
 cursor: pointer;
 transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
 color: #fff;
 background-color: #001580;
 border-radius: 6px;
 display: inline-block;
 border: 0;
}

.btn:hover{
  background-color: #ACB3FF;
  color: #001580;
}

.btnSmallWidth {
 min-width: 142px;
}

.btnGray {
 background-color: #EEF0FF;
 color: #001580;
}

.srOnly,
.navCheckbox {
 position: absolute;
 width: 1px;
 height: 1px;
 padding: 0;
 margin: -1px;
 overflow: hidden;
 clip: rect(0, 0, 0, 0);
 white-space: nowrap;
 border: 0;
}

#pageHeader {
 position: relative;
 margin-top: 0;
 width: 100%;
 z-index: 100;
 background-color: #fff;
 overflow: visible;
}

body.navActive #pageHeader{
 background-color: #F0FFC8;
}

#pageHeader .container,
#pageNav,
.pageNavCollapse,
.mainNavigation {
 overflow: visible;
}

#pageNav {
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 20px;
}

.logo {
 flex-shrink: 0;
}

.logo a {
 display: block;
 line-height: 0;
}

.logo img {
 width: 80px;
 height: auto;
}

.headerActions {
 display: flex;
 align-items: center;
}

.headerActionsDesktop {
 display: none;
}

.headerIconBtn,
.pgNavOpener,
.headerSearchLink,
.searchCloseBtn {
 cursor: pointer;
}

.headerIconBtn {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 32px;
 height: 32px;
 padding: 0;
 border: 0;
 background: transparent;
 color: #001580;
}

.pgNavOpener {
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
 width: 32px;
 height: 32px;
 padding: 0;
 border: 0;
 background: transparent;
 color: #001580;
}

.pgNavOpenerIcon {
 display: flex;
 align-items: center;
 justify-content: center;
}

.pgNavOpenerIconClose {
 display: none;
}

.navActive .pgNavOpenerIconMenu {
 display: none;
}

.navActive .pgNavOpenerIconClose {
 display: flex;
}


.pageNavCollapse {
 position: absolute;
 top: 100%;
 left: 0;
 right: 0;
 background-color: #F2FFCC;
 padding: 8px;
 visibility: hidden;
 opacity: 0;
 transform: translateY(-8px);
 transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
 pointer-events: none;
 z-index: 20;
}

.navActive .pageNavCollapse {
 visibility: visible;
 opacity: 1;
 transform: translateY(0);
 pointer-events: auto;
}

.subMenuPanel.isOpen {
 display: block;
}

.mainNavigation {
 display: flex;
 flex-direction: column;
 gap: 0;
 font-size: 16px;
 line-height: 24px;
 font-weight: 400;
}

.mainNavigation > li {
 position: relative;
 width: 100%;
 max-width: 100%;
}

.mainNavigation > li > a {
 position: relative;
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 12px 16px;
 transition: color 0.2s ease;
}

.has-child > a::after {
 content: "";
 width: 8px;
 height: 8px;
 margin-top: -5px;
 border-right: 1px solid currentColor;
 border-bottom: 1px solid currentColor;
 transform: rotate(45deg);
 transition: transform 0.25s ease;
}

@media screen and (max-width: 991px) {
 .has-child > a::after {
   transform: inherit;
   background: url('images/arrow-right.svg') no-repeat center center;
   background-size: 100% 100%;
   height: 22px;
   width: 22px;
   display: block;
   border: 0;
   margin: 0;
 }
}

.mobileNavFooter {
 display: flex;
 padding: 16px ;
}

.subMenuPanel {
 display: none;
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 30;
 overflow-y: auto;
 padding: 8px;
 background-color: #F2FFCC;
}

.subMenuPanel:target {
 display: block;
}

.subMenuBack {
 display: flex;
 align-items: center;
 gap: 4px;
 padding: 0;
 border: 0;
 background: transparent;
 font-family: inherit;
 font-size: 12px;
 line-height: 24px;
 font-weight: 600;
 cursor: pointer;
}
.subMenuLabel {
 display: block;
 font-size: 11px;
 font-family: "IBM Plex Mono";
 line-height: 1.2;
 font-weight: 500;
 letter-spacing: 0.22px;
 text-transform: uppercase;
 padding: 4px 16px;
}

.subMenuSimple a {
 display: block;
 padding: 12px 16px;
 font-size: 16px;
 line-height: 1.5;
 font-weight: 400;
}

.subMenuBlocks {
 display: flex;
 flex-direction: column;
 gap: 12px;
}

.subMenuBlocks a {
 display: flex;
 align-items: center;
 gap: 12px;
 padding: 14px 16px;
 background-color: #fff;
 border-radius: 8px;
 font-size: 14px;
 line-height: 1.5;
 font-weight: 400;
 text-align: left;
}

.subMenuBlockMedia {
 flex-shrink: 0;
 display: block;
 width: 46px;
 height: 48px;
 overflow: hidden;
}

.subMenuBlockText {
 flex: 1;
}

.headerSearchLink {
 display: inline-flex;
 align-items: center;
 gap: 4px;
 font-size: 12px;
 line-height: 1.5;
 font-weight: 600;
 white-space: nowrap;
 padding: 18px 16px;
}

.searchCloseBtn {
 display: none;
 align-items: center;
 gap: 4px;
 font-size: 12px;
 line-height: 1.5;
 font-weight: 600;
 white-space: nowrap;
 padding: 18px 16px;
}



#searchToggle:checked ~ .container .searchOpenBtn {
 display: none;
}

#searchToggle:checked ~ .container .searchCloseBtn {
 display: inline-flex;
 background-color: #F0FFC8;
}

#searchToggle:checked ~ .searchOverlay {
 visibility: visible;
 opacity: 1;
 pointer-events: auto;
 transform: translateX(-50%);
}

.searchOverlay {
 position: absolute;
 top: 100%;
 left: 50%;
 right: auto;
 width: 100vw;
 max-width: 100vw;
 padding: 12px 0 68px;
 box-sizing: border-box;
 background-color: #F0FFC8;
 visibility: hidden;
 opacity: 0;
 pointer-events: none;
 transition: opacity 0.3s ease, visibility 0.3s ease;
 transform: translateX(-50%);
 z-index: 50;
}

/* #pageWrapper:has(#searchToggle:checked) {
 overflow: visible;
} */

.searchForm {
 position: relative;
 padding: 12px;
 margin: 0 auto 12px;
 display: flex;
 align-items: center;
 gap: 12px;
 border-radius: 8px;
 border: 1px solid rgba(0, 21, 128, 0.20);
 background: #FFF;
 box-shadow: 0 1px 3px 0 rgba(8, 28, 59, 0.08);
}

.searchForm input[type="search"] {
 border: 0;
 box-shadow: none;
 padding: 0;
 height: auto;
}

.recentSearches{
 padding: 24px 0;
}

.recentSearchesTitle {
 font-size: 11px;
 line-height: 1.2;
 padding: 8px;
 font-weight: 500;
 letter-spacing: 0.22px;
 text-transform: uppercase;
}

.recentSearchesList a {
 display: block;
 padding: 8px;
 font-size: 14px;
 line-height: 1.5;
 font-weight: 400;
}

.recentSearchesList a:hover {
 color: #0033cc;
}

.btnSubscribe {
 color: #001580;
 background-color: #EEF0FF;
 transition: background-color 0.3s ease, color 0.3s ease;
}

.btnSubscribe:hover {
 background-color: #D5DBEB;
}

.btnSubscribeSolid {
 padding: 12px 32px;
 color: #fff;
 background-color: #001580;
 text-align: center;
 transition: background-color 0.3s ease, color 0.3s ease;
}

.btnSubscribeSolid:hover {
 color: #fff;
 background-color: #0028a3;
}

.homeBannerSec {
 position: relative;
 z-index: 1;
 height: 642px;
}

.homeBannerSec .container {
 padding-left: 48px;
 padding-right: 55px;
 height: 100%;
}

.headDescrWrap {
 display: flex;
 flex-direction: column;
 justify-content: end;
 height: 100%;
}

.headingHeadWraper {
 display: flex;
 justify-content: space-between;
 align-items: end;
 position: relative;
 z-index: 1;
 padding-bottom: 60px;
 padding-top: 70px;
}

.headingHeadWraper::before {
 position: absolute;
 content: "";
 left: -9999px;
 right: -9999px;
 bottom: 0;
 height: 100%;
 background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.70) 100%);
 backdrop-filter: blur(20px);
 z-index: -1;
}

.headingHeadWraper .headingText {
 max-width: 510px;
}

.headingHeadWraper .headingText h1 span {
 display: block;
 font-weight: 300;
}

.headingHeadWraper .textWrapper {
 max-width: 420px;
 font-size: 16px;
 line-height: 24px;
}

.headingHeadWraper .textWrapper p {
 margin-bottom: 20px;
}

.bannerVideoWraper {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: -1;
}

.bannerVideoWraper video {
 object-fit: cover;
}

.bannerVideoWraper iframe.homeBannerVideoEmbed {
 width: 100%;
 height: 100%;
 border: 0;
 object-fit: cover;
 pointer-events: none;
}

.hnHealthWrapper {
 background-color: #ACB3FF;
 padding-top: 40px;
 padding-bottom: 40px;
}

.hnHealthWrapper .containerSmall {
 max-width: 1156px;
}

.hnHealthWrapper.width .containerSmall {
 max-width: 1156px;
}

.hnHealthDescrWrap {
 background-color: #fff;
 box-shadow: 0 4px 12px 0 rgba(8, 28, 59, 0.10), 0 2px 6px 0 rgba(8, 28, 59, 0.06);
 border-radius: 16px;
 padding: 16px;
 display: flex;
 min-height: 433px;
}

.HnmNutriTextWrap {
 padding: 24px 31px 24px 22px;
 width: 43%;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
}

.HnmNutriTextWrap .textWrap .subHead {
 display: block;
 font-size: 11px;
 font-weight: 500;
 letter-spacing: 0.22px;
 line-height: 13px;
 text-transform: uppercase;
 margin-bottom: 10px;
}

.HnmNutriTextWrap .textWrap h2 {
 margin-bottom: 12px;
}

.keyHealthDescrWrap .keyText a {
 display: block;
 font-size: 32px;
 line-height: 37px;
 font-weight: 600;
 color: inherit;
}

.keyHealthDescrWrap {
 width: 57%;
 position: relative;
 z-index: 1;
 padding: 8px 8px 8px 32px;
 border-left: 2px solid #000;
}

.keyHealthDescrWrap .imgHolder {
 position: absolute;
 left: 23px;
 top: 0;
 right: 0;
 bottom: 0;
 z-index: -1;
}

.keyHealthDescrWrap .imgHolder img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}

.keyHealthFeature {
 background-color: rgba(255, 255, 255, 0.90);
 border-radius: 8px;
 padding: 21px 24px 24px;
 max-width: 404px;
 height: 100%;
 display: flex;
 justify-content: space-between;
 flex-direction: column;
}

.pillHead,
.dateTimeReadWrap span {
 font-size: 11px;
 font-style: normal;
 font-weight: 500;
 line-height: 13px;
 letter-spacing: 0.22px;
 text-transform: uppercase;
}

.pillHead {
 padding: 1px 8px;
 display: inline-block;
 border-radius: 100px;
 background-color: rgba(255, 255, 255, 0.90);
}

.dateTimeReadWrap {
 display: flex;
 align-items: center;
 justify-content: space-between;
}

.search-wrapper{
 width:452px;
 position:relative;
 margin-left: auto;
 margin-right: auto;
}

.search-box{
 position:relative;
}

.search-input{
 width:100%;
 height:52px;
 padding:0 50px 0 18px;
 border:1px solid rgba(0, 21, 128, 0.2);
 border-radius:8px;
 outline:none;
 font-size:16px;;
 box-shadow: 0 1px 3px 0 rgba(8, 28, 59, 0.08);
 font-weight: 400;
}

.icon-close{
 position:absolute;
 right:18px;
 top: 11;
 font-size:46px;
 color:#2638d1;
 cursor:pointer;
 display:none;
 font-weight: 100;
}

.dropdown{
 margin-top:8px;
 background:#fff;
 border-radius:10px;
 box-shadow:0 6px 20px rgba(0,0,0,.15);
 max-height:240px;
 overflow-y:auto;
 display:none;
}

.dropdown.active{
 display:block;
}

.item{
 padding:14px 18px;
 display:flex;
 align-items:center;
 gap:10px;
 cursor:pointer;
}

.item:hover{
 background:#f4f6ff;
}

.search-box.open .icon-close{
 display:block;
 top: 13px;
}

.search-box.open .dropdown{
 display:block;
 position: absolute;
 z-index: 999;
}

.search-box .magifIcn {
 position: absolute;
 left: 6px;
 top: 50%;
 transform: translateY(-50%);
}

.homeCategorySec {
  position: relative;
 padding-top: 96px;
 padding-bottom: 80px;
}

.homeCategorySec .containerSmall {
 max-width: 1226px;
}

.homeCategorySec .colsHolder{
  justify-content: center;
}

.catHeadingHead {
 text-align: center;
 margin-bottom: 40px;
}

.catHeadingHead .subHead {
 font-size: 11px;
 font-style: normal;
 font-weight: 500;
 line-height: 13.2px;
 letter-spacing: 0.22px;
 text-transform: uppercase;
 display: block;
 margin-bottom: 8px;
}

.catHeadingHead h2 {
 margin-bottom: 24px;
}

.search-box.open .magifIcn {
 display: none;
}

.search-box .search-input {
 padding-left: 40px;
}

.search-box.open .search-input {
 padding-left: 20px;
}

.catDescrWrap {
 position: relative;
 margin-bottom: 16px;
 max-height: 220px;
 border: 2px solid transparent;
}

.catDescrWrap .catDescrLink {
 display: block;
}

.catDescrWrap .imgHolder {
 border-radius: 8px;
 height: 180px;
 overflow: hidden;
 isolation: isolate;
 transform: translateZ(0);
}

.catDescrWrap .imgHolder img {
 display: block;
 width: 100%;
 height: 100%;
 max-width: none;
 border-radius: inherit;
 object-fit: cover;
 transform: scale(1) translateZ(0);
 transform-origin: center center;
 transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
 backface-visibility: hidden;
 -webkit-backface-visibility: hidden;
}

.catDescrWrap:hover .imgHolder img,
.catDescrWrap .catDescrLink:hover .imgHolder img {
 transform: scale(1.1) translateZ(0);
}

.catDescrWrap:hover {
  border: 2px solid #001580;
  border-radius: 10px;
}

.catDescrWrap:hover h3{
  text-decoration: underline;
  width: fit-content;
}

.catTextIcnWrap {
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 position: absolute;
 top: 16px;
 left: 16px;
 right: 16px;
 bottom: 16px;
}

.catTextIcnWrap h3 {
 font-size: 18px;
 font-style: normal;
 font-weight: 600;
 line-height: 23.4px;
 color: #fff;
}

.catTextIcnWrap.textBlue h3 {
 color: #001580;
}

.faFeatArtSec {
 padding-top: 40px;
 padding-bottom: 40px;
 position: relative;
 z-index: 1;
}

.faFeatArtSec .containerSmall{
 max-width: 1156px;
}

.faFeatArtSec .bgImgHolder {
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 top: 0;
 background-size: cover;
 background-position: 50%, 50%;
 z-index: -1;
}

.faFeatArtSec .bgImgHolder img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}

.featDescrWrap {
 border-radius: 16px;
 background-color: rgba(255, 255, 255, 0.90);
 box-shadow: 0 4px 12px 0 rgba(8, 28, 59, 0.10), 0 2px 6px 0 rgba(8, 28, 59, 0.06);
 padding: 16px;
 display: flex;
 flex-wrap: wrap;
}

.featTextWrap {
 width: 43%;
 padding: 25px 55px 25px 22px;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
}

.featTextWrap .headText h2 {
 margin-bottom: 12px;
}

.faArticleWrapper {
 width: 57%;
 padding: 14px 0 40px 25px;
 border-left: 1px solid #001580;
}

.faArticleWrapper h3 {
 font-size: 20px;
 font-weight: 400;
 line-height: 26px;
 margin-bottom: 13px;
}

.featDetailWrap {
 height: 400px;
 padding: 8px;
 position: relative;
 z-index: 1;
 margin-right: 6px;
 border: 1px solid transparent;
}

.featDetailWrap .bgImage {
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
 right: 0;
 z-index: -1;
 overflow: hidden;
}

.featDetailWrap .bgImage img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}

.featDetailWrap:hover .bgImage img{
  transform: scale(1.1);
}

.featDetailWrap:hover {
  border: 1px solid #001580;
  position: relative;
  z-index: 1;
}

.featDetailWrap:hover h3{
  color: #89D9E2;
  text-decoration: underline;
}

.featArtiText {
 border-radius: 8px;
 background-color: rgba(255, 255, 255, 0.90);
 backdrop-filter: blur(5px);
 padding: 14px;
 min-height: 193px;
 display: flex;
 justify-content: space-between;
 flex-direction: column;
 margin-top: auto;
}

.featArtiText h3 {
 font-weight: 600;
 font-size: 20px;
 line-height: 24px;
}

.featTextDescr {
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 height: 100%;
}

.featTextDescr .pillHead {
 width: fit-content;
}

.featureSlider .slick-arrow {
 position: absolute;
 right: 0;
 top: -42px;
 border: 0;
 background-color: #EEF0FF;
 width: 36px;
 height: 36px;
 border-radius: 100%;
}

.featureSlider .slickPrev.slick-arrow {
 right: -30px;
 right: 50px;
 transform: rotate(180deg);
}

.featureSlider .slick-slide {
 height: auto;
}

.slick-dotted.slick-slider {
 margin-bottom: 0 !important;
}

.featureSlider .slick-dots {
 display: flex;
 justify-content: center;
 bottom: -23px;
}

.featureSlider .slick-dots li {
 margin: 0 6px;
 padding: 0;
 width: 8px;
 height: 8px;
}

.featureSlider .slick-dots li button {
 width: 8px;
 height: 8px;
 padding: 0;
 text-indent: -9999;
 background-color: #001580;
 margin: 0;
 border-radius: 100%;
}

.slick-dots li button::before{
  content: none !important;
}

.featureSlider .slick-dots li.slick-active button {
 background-color: #ACB3FF;
}

.wwVideoSec .containerSmall {
 max-width: 930px;
}

.wwVideoSec {
 padding-top: 92px;
 padding-bottom: 96px;
 transition: background-color 0.35s ease;
 position: relative;
}

.wwVideoSec.isVideoOpen {
 background-color: #001580;
}

.wwVideoSec.isVideoOpen .wwVideoHeader .subHead,
.wwVideoSec.isVideoOpen .wwVideoHeader h2,
.wwVideoSec.isVideoOpen .wwVideoHeader h2 strong {
 color: #fff;
}

.wwVideoHeader {
 text-align: center;
 margin-bottom: 40px;
}

.wwVideoHeader .subHead {
 font-size: 11px;
 font-style: normal;
 font-weight: 500;
 line-height: 13.2px;
 letter-spacing: 0.22px;
 text-transform: uppercase;
 margin-bottom: 11px;
 display: block;
}

.wwVideoHeader h2 {
 margin-bottom: 24px;
}

.wwVideoHeader h2 strong {
 font-weight: 600;
}

.videoBtnWrap .btn {
 display: flex;
 align-items: center;
 width: fit-content;
}

.videoBtnWrap .btn .playIcn {
 display: inline-block;
 margin-left: 3px;
}

.videoDescrWrap {
 position: relative;
}

.videoBtnWrap {
 position: absolute;
 bottom: 8px;
 right: 8px;
 z-index: 1;
}

.thumbImg {
 border-radius: 8px;
}

.thumbImg img {
 border-radius: inherit;
}

.videoPopup {
 position: fixed;
 inset: 0;
 z-index: 1000;
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 24px;
 background-color: rgba(0, 21, 128, 0.92);
}

.videoPopup[hidden] {
 display: none;
}

.videoPopupClose {
 position: absolute;
 top: 24px;
 right: 24px;
 width: 32px;
 height: 32px;
 border: 0;
 padding: 0;
 background: #EEF0FF;
 color: #001580;
 cursor: pointer;
 line-height: 0;
 border-radius: 8px;
}

.videoPopupClose svg {
 width: 30px;
 height: 30px;
}

.videoPopupPlayer {
 width: 100%;
}

.videoPopupPlayer video {
 width: 100%;
 height: auto;
 display: block;
 border-radius: 8px;
 background-color: #000;
}

.videoPopupPlayer iframe.wwVideoEmbed {
 width: 100%;
 aspect-ratio: 16 / 9;
 display: block;
 border: 0;
 border-radius: 8px;
 background-color: #000;
}

body.videoPopupOpen {
 overflow: hidden;
}

.subsPodcastSec {
  position: relative;
 padding-top: 99px;
 padding-bottom: 96px;
}

.subsPodTextDescr {
 text-align: center;
}

.subsPodTextDescr h2 strong {
 display: block;
 font-weight: 600;
}

.subsPodTextDescr h2 p{
  font-size: 40px;
  line-height: 43px;
  font-weight: 300;
}

.subsPodTextDescr h2 {
 margin-bottom: 23px;
}

.subsPodTextDescr p {
 max-width: 703px;
 margin-left: auto;
 margin-right: auto;
 font-size: 16px;
 line-height: 24px;
 margin-bottom: 26px;
}

.podLinkList {
 display: flex;
 justify-content: center;
 align-items: center;
 margin-left: -5px;
 margin-right: -5px;
 margin-bottom: 40px;
}

.podLinkList li {
 padding-left: 5px;
 padding-right: 5px;
}

.hmCtnFormSec {
  position: relative;
 padding-top: 40px;
 padding-bottom: 40px;
}

.hmCtnFormSec .containerSmall {
 max-width: 930px;
}

.ctnDescrWrap {
 background-color: #F0FFC8;
 border-radius: 20px;
 padding: 10px;
 display: flex;
 flex-wrap: wrap;
}

.ctnHeadingWrap {
 width: 50%;
 padding: 26px 46px 26px 26px;
}

.ctnHeadingWrap .subHead {
 font-size: 11px;
 font-weight: 500;
 line-height: 13px;
 letter-spacing: 0.22px;
 text-transform: uppercase;
 display: block;
 margin-bottom: 10px;
}

.ctnHeadingWrap h2 {
 margin-bottom: 12px;
}

.ctnContactFormWrapper {
 width: 50%;
 padding: 26px 32px 26px 39px;
 border-left: 2px solid #001580;
}

.ctnContactForm .formControl {
 margin-bottom: 21px;
}

.ctnContactForm .formControl label {
 display: block;
 font-weight: 600;
 margin-bottom: 3px;
}

.ctnContactForm .formControl input {
 padding: 17px;
 height: 50px;
}

.ctnContactForm {
 margin-bottom: 0;
}

#pageFooter {
 background-color: #001580;
}

.ftFooterSec {
 padding-top: 42px;
 padding-bottom: 74px;
}

.ftLogoTextWrap h2 {
 color: #fff;
 font-size: 32px;
 line-height: 36px;
}

.ftLogoTextWrap h2 strong {
 display: block;
 font-weight: 600;
}

.ftLogoTextWrap .ftlogo {
 margin-bottom: 46px;
}

.ftFooterSec .colsHolder {
 margin-left: -70px;
 margin-right: -70px;
}

.ftFooterSec .colsHolder .chCol {
 padding-right: 70px;
 padding-left: 70px;
}

.ftFooterSec .colsHolder .chCol3 {
 width: 31%;
}

.ftFooterSec .colsHolder .chCol9 {
 width: 69%;
}

.ftListDetails h3 {
 font-size: 11px;
 font-weight: 500;
 line-height: 13.2px;
 letter-spacing: 0.22px;
 text-transform: uppercase;
 color: #DFFF11;
 margin-bottom: 26px;
}

.ftMenuList li a {
 color: #fff;
 font-size: 12px;
 font-weight: 600;
 line-height: 18px;
}

.ftMenuListWrapper {
 display: flex;
 flex-wrap: wrap;
 margin-left: -45px;
 margin-right: -45px;
}

.ftMenuListWrapper .ftListDetails {
 padding-left: 45px;
 padding-right: 45px;
 width: 25%;
}

.ftMenuList li + li {
 margin-top: 9px;
}

.ftFooter {
 border-top: 1px solid #ACB3FF;
 padding-top: 27px;
 padding-bottom: 27px;
 display: flex;
 align-items: center;
 justify-content: space-between;
 color: #fff;
 font-size: 14px;
 font-weight: 400;
 line-height: 21px;
}

.ftFooter .rightReservedText {
 padding-left: 6px;
}

.ftSecondLogo {
 display: flex;
 align-items: center;
 padding-right: 30px;
 position: relative;
}

.ftSecondLogo::before {
 position: absolute;
 content: "";
 left: -28px;
 top: -8px;
 width: 2px;
 height: 40px;
 background-color: #ACB3FF;
}

.pageBannerSec {
 position: relative;
 padding-top: 19px;
 padding-bottom: 60px;
 z-index: 1;
 height: 500px;
}

.pageBannerSec .container{
  height: 100%;
}

.pageBannerSec .bannerTextDescr{
  height: 100%;
}

.templateBannerSec .bannerTextDescr .textWrapper {
 color: #001580;
}

.templateBannerSec .bannerTextDescr .textWrapper h1 {
 color: #001580;
}

.templateBannerSec .bannerTextDescr {
 justify-content: flex-end;
}

.templatePaginationSec .containerSmall,
.templateLibrarySec .containerSmall,
.templateMediaSec .containerSmall,
.hmCtnFormSec:has(.templateBenefitsList) .containerSmall,
.hmCtnFormSec.hmCtnFormSecCentered .containerSmall {
 max-width: 934px;
}

.templateLibrarySec .colsHolder .chCol {
 margin-bottom: 10px;
}

.templateBannerCrumbs {
 padding-top: 8px;
}

.templateBannerCrumbs .breadCrumbList {
 margin-bottom: 8px;
}

.templatePage .scListBlockSec {
 padding-top: 65px;
 padding-bottom: 0;
}

.templatePage .scListBlockSec p {
 margin-bottom: 10px;
}

.templatePage .tocContentDescr {
 padding-top: 43px;
}

.templatePage .scListBlockSec .captionDetailText h2 {
 margin-bottom: 15px;
}

.templatePage .contDescrSec {
 padding-top: 3px;
 padding-bottom: 40px;
}

.templatePage .contDescrWrap {
 background-color: #F0FFC8;
 padding: 24px;
 display: flex;
 align-items: center;
}

.templatePage .referArtSec {
 margin-top: 31px;
}

.templatePage .wwVideoSec {
 padding-top: 8px;
 padding-bottom: 0;
}

.templatePage .ctnContactFormWrapper {
 width: 50%;
 padding: 30px 30px 30px 21px;
 border-left: 2px solid #001580;
}

.templatePage .ctnDescrWrap {
 align-items: center;
}

.templatePage .ctnHeadingWrap {
 width: 50%;
 padding: 29px 26px 26px 32px;
}

.templatePage .hmCtnFormSec .ctnHeadingWrap h2 {
 margin-bottom: 27px;
}

.templatePage .hmCtnFormSec {
 padding-top: 40px;
 padding-bottom: 55px;
}

.articleBannerSec {
 background-color: #F0FFC8;
 padding-top: 19px;
 padding-bottom: 60px;
}

.articleBannerCrumbs {
 margin-bottom: 32px;
}

.articleBannerWrap {
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 24px;
}

.articleBannerText {
 flex: 1 1 auto;
 padding-left: 100px;
 max-width: 670px;
}

.articleBannerSec .pillHead {
 margin-bottom: 12px;
}

.articleBannerSec h1.h2 {
 margin-bottom: 24px;
}

.articleBannerSec .dateTimeReadWrap {
 justify-content: flex-start;
 gap: 30px;
}

.articleBannerMedia {
 flex: 0 0 565px;
 max-width: 565px;
 height: 456px;
 overflow: hidden;
 border-radius: 12px;
 display: flex;
 justify-content: flex-start;
 align-items: center;
}

.articleBannerMedia img {
 width: auto;
 height: 100%;
 max-width: 100%;
 object-fit: cover;
 object-position: left center;
 display: block;
 min-width: 100%;
}

@media screen and (max-width: 991px) {
 .articleBannerCrumbs .breadCrumbList {
   padding-left: 60px;
 }

 .articleBannerText {
   padding-left: 60px;
 }

 .articleBannerMedia {
   flex-basis: 480px;
   max-width: 480px;
 }
}

@media screen and (max-width: 767px) {
 .articleBannerWrap {
   flex-direction: column;
   align-items: stretch;
 }

 .articleBannerCrumbs .breadCrumbList {
   padding-left: 0;
 }

 .articleBannerText {
   padding-left: 0;
 }

 .articleBannerMedia {
   flex-basis: auto;
   max-width: 100%;
 }
}

.articleContentSec {
 padding-top: 40px;
 padding-bottom: 40px;
}

.articleContentSec .colsHolder {
 margin-left: -10px;
 margin-right: -10px;
 justify-content: space-between;
 flex-wrap: nowrap;
}

.articleContentSec .colsHolder .chCol {
 padding-left: 10px;
 padding-right: 10px;
 width: auto;
}

.articleContentSec .articleTocCol {
 max-width: 203px;
 flex: 0 0 203px;
}

.articleContentSec .articleMainCol {
 max-width: none;
 flex: 1 1 auto;
 min-width: 0;
}

.articleContentSec .articleMainCol iframe {
 max-width: 100%;
}

.articleContentSec .articleMainCol iframe[src*="youtube"],
.articleContentSec .articleMainCol iframe[src*="youtu.be"],
.articleContentSec .articleMainCol iframe[src*="vimeo"] {
 width: 100%;
 height: auto;
 aspect-ratio: 16 / 9;
}

.articleContentSec .articleMainCol p,
.articleContentSec .articleMainCol li {
 font-size: 16px;
}

.articleContentSec .articleMainCol .articleDownloadBlock p,
.articleContentSec .articleMainCol .articleDownloadBlock li,
.articleContentSec .articleMainCol .articleFaqAccordion p,
.articleContentSec .articleMainCol .articleFaqAccordion li,
.articleContentSec .articleMainCol .referArtSec p {
 font-size: 14px;
}

.articleContentSec .articleMainCol .referArtSec li {
 font-size: 11px;
}

.articleContentSec #article-faq p {
 font-size: 16px;
}

.articleContentSec #article-faq p strong {
 font-size: 18px;
}

.articleContentSec .articleMainCol .articleQuoteBlock p,
.articleContentSec .articleMainCol .articleQuoteBlock li,
.articleContentSec .articleMainCol .articleQuoteBlock strong  {
 font-size: inherit;
}

.articleContentSec .articleSideCol {
 max-width: 233px;
 flex: 0 0 233px;
}

.articleContentSec .tocContentDescr {
 padding-top: 0;
 max-width: 203px;
}

.articleContentSec .captionDetailText {
 padding: 40px;
 margin-bottom: 40px;
}

.articleContentSec .captionDetailText h2 {
 margin-bottom: 18px;
}

.articleContentSec .articleContentBlock {
 margin-bottom: 40px;
}

.articleContentSec .articleContentBlock h2 {
 margin-bottom: 24px;
}

.articleContentSec .articleContentBlock h3 {
 font-size: 32px;
 line-height: 38px;
 font-weight: 300;
 margin-bottom: 12px;
}

.articleContentSec .articleContentBlock p,
.articleContentSec .articleContentBlock ul {
 margin-bottom: 15px;
}

.articleContentSec .articleContentBlock ul {
 padding-left: 20px;
}

.articleContentSec .articleContentBlock li + li {
 margin-top: 8px;
}

.articleContentSec .articleNumberedList {
 counter-reset: articleNumbered;
 padding-left: 0;
}

.articleContentSec .articleNumberedList li {
 position: relative;
 padding-left: 22px;
}

.articleContentSec .articleNumberedList li::before {
 counter-increment: articleNumbered;
 content: counter(articleNumbered) ".";
 position: absolute;
 left: 0;
 top: 0;
}

.articleContentSec .articleDownloadBlock {
 background-color: #EEF0FF;
 border-radius: 8px;
 padding: 40px;
 margin-bottom: 40px;
}

.articleContentSec .articleDownloadBlock .articleDownloadIcon {
 display: block;
 margin-bottom: 16px;
}

.articleContentSec .articleDownloadBlock h3 {
 font-size: 32px;
 line-height: 38px;
 font-weight: 300;
 margin-bottom: 12px;
}

.articleContentSec .articleDownloadBlock p {
 margin-bottom: 12px;
}

.articleContentSec .articleDownloadBlockPrimary .btn {
 border-radius: 6px;
 background: #001580;
 color: #fff;
 opacity: 1;
}

.articleContentSec .articleVideoSec {
 padding-top: 0;
 padding-bottom: 0;
 margin-bottom: 40px;
}

.articleMainCol .thumbImg img {
 border-radius: inherit;
 width: 100%;
}

.articleContentSec .articleDownloadBlock .articleGatedContent {
 background-color: #fff;
 border-radius: 8px;
 padding: 16px 20px;
 margin-top: 24px;
}

.articleContentSec .articleDownloadBlock .articleGatedContent h4 {
 font-size: 14px;
 line-height: 21px;
 font-weight: 600;
 margin-bottom: 8px;
}

.articleContentSec .articleDownloadBlock .articleGatedContent p {
 margin-bottom: 0;
}

.articleContentSec .templateImageBlock {
 margin-bottom: 40px;
}

.articleContentSec .templateImageBlock img {
 width: 100%;
 height: auto;
 display: block;
 border-radius: 12px;
}

.articleContentSec .templateImageCaption {
 display: block;
 font-size: 14px;
 line-height: 21px;
 margin-top: 12px;
}

/* template.html helpers (scoped classes) */
.templatePaginationSec {
 padding-top: 8px;
 padding-bottom: 40px;
}

.templatePagination {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 6px;
 margin-top: 41px;
}

.templatePagination a {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 min-width: 36px;
 height: 36px;
 padding: 0 12px;
 border-radius: 8px;
 border: 1px solid rgba(0, 21, 128, 0.25);
 color: #001580;
 background-color: #fff;
 font-size: 14px;
 line-height: 1;
 padding: 0 10px !important;
}

.templatePagination a.templatePaginationNav {
 gap: 8px;
 min-width: auto;
}

.templatePaginationArrow {
 display: inline-flex;
 align-items: center;
 justify-content: center;
}

.templatePaginationPrev .templatePaginationArrow {
 transform: rotate(180deg);
}

.templatePagination a.isDisabled,
.templatePagination a.isDisabled:hover {
 background-color: #EEF0FF;
 border-color: #EEF0FF;
 color: #001580;
 cursor: not-allowed;
 pointer-events: none;
}

.templatePagination a.active {
 background-color: #001580;
 border-color: #001580;
 color: #fff;
}

.templatePaginationEllipsis {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 36px;
 height: 36px;
 border-radius: 8px;
 border: 1px solid rgba(0, 21, 128, 0.25);
 color: #001580;
 background-color: #fff;
 font-size: 16px;
 line-height: 1;
}

.templateLibrarySec {
 padding-top: 40px;
 padding-bottom: 40px;
}

.templateLibrarySec .tab-content .colsHolder .chCol8 {
 width: 66.666%;
}

.templateLibrarySec .keyHealthDescrWrap .imgHolder {
 left: 0;
}

.templateLibrarySec .tab-content .colsHolder .chCol4 {
 width: 33.333%;
}

.templateLibrarySec .keyHealthDescrWrap {
 width: 100%;
 border-left: 0;
 height: 100%;
 padding: 8px;
 transition: 0.3s all ease;
}

.keyHealthDescrWrap:hover .imgHolder{
  overflow: hidden;
}

.keyHealthDescrWrap:hover .imgHolder img{
  transform: scale(1.1);
}

.keyHealthDescrWrap:hover {
  border: 1px solid #001580;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

.keyHealthDescrWrap:hover a{
  color: #89D9E2;
  text-decoration: underline;
}

.templateLibrarySec .featDetailWrap {
 margin-right: 0;
}

.templateRelatedArtSec {
 background-color: #F0FFC8;
 padding: 97px 0 96px;
}

.templateRelatedArtSec .wwVideoHeader {
 margin-bottom: 0;
}

.templateRelatedArtSec .wwVideoHeader h2 {
 margin-bottom: 0;
}

.templateRelatedArtSec .wwVideoHeader {
 position: relative;
}

.templateRelatedArrows {
 display: flex;
 gap: 5px;
 justify-content: flex-end;
 margin-top: 23px;
}

.templateRelatedArrows .slick-arrow {
 position: static;
 border: 0;
 background-color: #EEF0FF;
 width: 36px;
 height: 36px;
 border-radius: 100%;
 display: inline-flex;
 align-items: center;
 justify-content: center;
}

.templateRelatedArrows .slickPrev {
 transform: rotate(180deg);
}

.templateRelatedSliderWrap {
 position: relative;
 padding-top: 7px;
 margin-bottom: 40px;
}

.templateRelatedSlider .featDetailWrap {
 margin-right: 10px;
}

.templateRelatedSlider .scHubFeatBlock {
 margin-bottom: 0;
}

.templateRelatedSlider.featureSlider .slick-dots {
 bottom: -23px;
}

.templateRelatedSlider.featureSlider .slick-dots li button {
 background-color: #ACB3FF;
}

.templateRelatedSlider.featureSlider .slick-dots li.slick-active button {
 background-color: #001580;
}

.templateRelatedBtnWrap {
 text-align: center;
 padding-top: 16px;
}

.templateImageBlock img{
  width: 100%;
  border-radius: 10px;
}

.templateMediaSec .templateImageBlock {
 margin-top: 46px;
}

.templateMediaSec .wwVideoHeader {
 margin-bottom: 24px;
 text-align: left;
}

.templateMediaSec .templateImageCaption {
 display: block;
 font-size: 14px;
 line-height: 21px;
 margin-top: 12px;
}

.templateImageSec {
 padding-top: 40px;
 padding-bottom: 40px;
}

.templateImageSec .templateImageCaption {
 display: block;
 font-size: 14px;
 line-height: 21px;
 margin-top: 12px;
}

.templateCtnRightImage {
 display: flex;
 align-items: center;
 justify-content: center;
}

.templateCtnRightImage img {
 width: 100%;
 height: auto;
 display: block;
 border-radius: 12px;
}

.ctnHeadingWrap .templateBenefitsList {
 margin-bottom: 6px;
 counter-reset: templateBenefits;
}

.ctnHeadingWrap .templateBenefitsList li {
 position: relative;
 padding-left: 22px;
 font-size: 16px;
 line-height: 21px;
}

.ctnHeadingWrap .templateBenefitsList li::before {
 counter-increment: templateBenefits;
 content: counter(templateBenefits) ".";
 position: absolute;
 left: 0;
 top: 0;
}

.ctnHeadingWrap .templateBenefitsList li + li {
 margin-top: 12px;
}

.ctnHeadingWrap .templateBenefitsList strong {
 font-weight: 600;
}

.hmCtnFormSec:has(.templateBenefitsList) .ctnHeadingWrap .btn {
 margin-top: 4px;
}

.hmCtnFormSec .ctnContactFormWrapper.templateCtnRightImage {
 border-left: 0;
}

.hmCtnFormSecCentered .ctnHeadingWrap {
 width: 100%;
 text-align: center;
 padding: 84px 70px;
}

.hmCtnFormSecCentered .ctnHeadingWrap p {
 font-size: 16px;
}

.hmCtnFormSecCentered .ctnHeadingWrap .btn {
 margin-top: 24px;
}

.articleContentSec .articleDataTable {
 width: 100%;
 border-collapse: collapse;
 margin-bottom: 16px;
}

.articleContentSec .articleDataTable th,
.articleContentSec .articleDataTable td {
 padding: 12px 16px;
 text-align: left;
 border-bottom: 1px solid rgba(0, 21, 128, 0.2);
}

.articleContentSec .articleDataTable th {
 font-weight: 600;
}

.articleContentSec .articleQuoteBlock {
 background-color: #F0FFC8;
 border-radius: 8px;
 padding: 40px;
}

.articleContentSec .articleQuoteBlock blockquote {
 margin: 0 0 24px;
 font-size: 20px;
 line-height: 32px;
 font-weight: 400;
}
.articleContentSec .articleQuoteBlock blockquote p {
 margin-bottom: 0;
}

.articleContentSec .articleQuoteAuthor {
 display: flex;
 align-items: center;
 gap: 16px;
}

.articleContentSec .articleQuoteAuthor img {
 width: 48px;
 height: 48px;
 border-radius: 50%;
 object-fit: cover;
}

.articleContentSec .articleQuoteAuthor strong {
 display: block;
 font-size: 14px;
 line-height: 21px;
 text-decoration: underline;
}

.articleContentSec .articleQuoteAuthor span {
 font-size: 12px;
 line-height: 18px;
}

.articleContentSec .articleFaqAccordion h2 {
 margin-bottom: 24px;
}

.articleContentSec .faqAccordionItem {
 background-color: #EEF0FF;
 border-radius: 8px;
 overflow: hidden;
}

.articleContentSec .faqAccordionItem + .faqAccordionItem {
 margin-top: 8px;
}

.articleContentSec .faqAccordionItem[open] {
 border-radius: 8px;
 border: 1px solid var(--Navy, #001580);
 background: #FFF;
}

.articleContentSec .faqAccordionSummary {
 display: flex;
 align-items: flex-start;
 justify-content: space-between;
 gap: 16px;
 padding: 16px 20px;
 font-size: 20px;
 line-height: 21px;
 font-weight: 400;
 color: #001580;
 cursor: pointer;
 list-style: none;
}

.articleContentSec .faqAccordionSummary::-webkit-details-marker {
 display: none;
}

.articleContentSec .faqAccordionIcon {
 flex-shrink: 0;
 width: 24px;
 height: 24px;
}

.articleContentSec .faqAccordionIcon svg {
 width: 24px;
 height: 24px;
}

.articleContentSec .faqAccordionIcon .faqAccordionIconPlus {
 display: block;
}

.articleContentSec .faqAccordionIcon .faqAccordionIconMinus {
 display: none;
}

.articleContentSec .faqAccordionItem[open] .faqAccordionIcon .faqAccordionIconPlus {
 display: none;
}

.articleContentSec .faqAccordionItem[open] .faqAccordionIcon .faqAccordionIconMinus {
 display: block;
}

.articleContentSec .faqAccordionPanel {
 padding: 0 20px 20px;
}

.articleContentSec .faqAccordionPanel p {
 margin-bottom: 16px;
}

.articleContentSec .faqAccordionPanel .btn {
 margin-top: 0;
}

.articleContentSec .referArtSec {
 margin-top: 0;
}

.articleContentSec .articleSideBar {
 position: sticky;
 top: 40px;
 font-size: 14px;
 line-height: 21px;
 color: #001580;
}

.articleContentSec .articleShareWrap {
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 12px;
 padding-bottom: 10px;
 margin-bottom: 10px;
 border-bottom: 1px solid rgba(0, 21, 128, 0.2);
}

.articleContentSec .articleShareTitle {
 font-size: 14px;
 line-height: 21px;
 font-weight: 400;
 letter-spacing: normal;
 text-transform: none;
 color: #001580;
}

.articleContentSec .articleShareList {
 display: flex;
 align-items: center;
 gap: 10px;
}

.articleContentSec .articleShareList a {
 display: block;
 padding: 0;
 color: #001580;
 line-height: 0;
}

.articleContentSec .articleShareList li + li {
 margin-left: 4px;
}

.articleContentSec .articleAuthorsWrap {
 padding-bottom: 10px;
 margin-bottom: 10px;
 border-bottom: 1px solid rgba(0, 21, 128, 0.2);
}

.articleContentSec .articleAuthorsTitle,
.articleContentSec .articleNewsletterTitle {
 display: block;
 font-size: 14px;
 line-height: 21px;
 font-weight: 400;
 letter-spacing: normal;
 text-transform: none;
 color: #001580;
 margin-bottom: 16px;
}

.articleContentSec .articleAuthorsList li + li {
 margin-top: 16px;
}

.articleContentSec .articleAuthorsList a {
 color: #001580;
 text-decoration: underline;
 font-weight: 600;
 font-size: 14px;
 line-height: 21px;
}

.articleContentSec .articleAuthorsList a:hover {
 text-decoration: underline;
 opacity: 0.8;
}

.articleContentSec .articleAuthorsList p {
 margin: 4px 0 0;
 font-size: 14px;
 line-height: 21px;
 color: rgba(0, 21, 128, 0.7);
}

.articleContentSec .articleNewsletterWrap .btn {
 border-radius: 6px;
 background: #EEF0FF;
 color: #001580;
 padding: 8px 16px;
}

@media screen and (max-width: 991px) {
 .articleContentSec .colsHolder {
   margin-left: -10px;
   margin-right: -10px;
   flex-wrap: wrap;
 }

 .articleContentSec .colsHolder .chCol {
   padding-left: 10px;
   padding-right: 10px;
 }

 .articleContentSec .articleTocCol,
 .articleContentSec .articleMainCol,
 .articleContentSec .articleSideCol {
   max-width: 100%;
   flex: 0 0 100%;
 }

 .articleContentSec .articleSideCol {
   position: static;
 }

 .articleContentSec .articleSideBar {
   position: static;
   top: auto;
 }

 .articleContentSec .tocContentDescr {
   margin-bottom: 32px;
   max-width: 100%;
 }

 .articleContentSec .articleSideBar {
   margin-top: 32px;
 }
}

.bannerbgImage {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 z-index: -1;
}

.bannerbgImage img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}

.bannerTextDescr {
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 height: 100%;
 padding-left: 17px;
}

.bannerTextDescr .textWrapper {
  margin-top: auto;
}

.breadCrumbList {
 display: flex;
 align-items: center;
 font-size: 12px;
 line-height: 18px;
}

.breadCrumbList li a {
 font-weight: 600;
}

.breadCrumbList li a:hover {
 text-decoration: underline;
}

.breadCrumbList li + li {
 margin-left: 10px;
 padding-left: 10px;
 position: relative;
}

.breadCrumbList li + li:before {
 position: absolute;
 content: "";
 left: -7px;
 top: 6px;
 border-width: 1px 1px 0 0;
 border-color: #001580;
 border-style: solid;
 width: 7px;
 height: 7px;
 transform: rotate(45deg);
}

.bannerTextDescr .textWrapper .icnWrapper {
 margin-bottom: 48px;
 display: block;
}

.bannerTextDescr .textWrapper h1 {
 color: #fff;
}

.scListBlockSec {
 padding-top: 40px;
 padding-bottom: 40px;
}

.scListBlockSec .colsHolder {
 margin-left: -10px;
 margin-right: -10px;
}

.scListBlockSec .colsHolder .chCol {
 padding-left: 10px;
 padding-right: 10px;
}

.scListBlockSec .colsHolder .chCol2 {
 width: 17%;
}

.scListBlockSec .colsHolder .chCol10 {
 width: 83%;
}

.scListBlockSec .container {
 max-width: 1383px;
}

.tocContentDescr {
 padding-top: 69px;
}

.tocContentDescr .tocTitle {
 display: block;
 font-size: 11px;
 font-weight: 500;
 line-height: 13px;
 letter-spacing: 0.22px;
 text-transform: uppercase;
 margin-bottom: 14px;
}

.tocDescrList > li > a {
 padding-left: 28px;
 padding-bottom: 4px;
 border-bottom: 1px solid rgba(0, 21, 128, 0.2);
 position: relative;
 width: 100%;
 display: inline-block
}

.tocDescrList > li > a:before {
 counter-increment: section;
 content: "" counter(section) ".";
 left: 0;
 position: absolute;
}

.tocDescrList > li + li {
 margin-top: 7px;
}

.tocChildList {
 padding-left: 28px;
 padding-top: 8px;
 padding-bottom: 6px;
}

.tocChildList li + li {
 margin-top: 11px;
}

.tocDescrList > li > a:hover {
 color: #289BA2;
 border-color: #289BA2;
}

.tocChildList li a:hover {
 color: #289BA2;
}

.scBlockDescrWrap {
 max-width: 863px;
}

.captionDetailText {
 background-color: #F0FFC8;
 padding: 41px 35px;
 border-radius: 8px;
 font-size: 16px;
 line-height: 24px;
}

.captionDetailText h2 {
 margin-bottom: 18px;
}

.scBlockDescrWrap .captionDetailText {
 margin-bottom: 46px;
}

.blockTabsWrraper {
 margin-bottom: 46px;
}

.blockTabsWrraper h2 {
 margin-bottom: 24px;
}

.resources-section {
 max-width: 1200px;
 margin: auto;
}

.tabs {
 display: flex;
 flex-wrap: wrap;
 gap: 10px;
 border-bottom: 1px solid #ACB3FF;
 margin-bottom: 15px;
}

.tab-btn {
 border: none;
 background: transparent;
 padding: 12px 16px;
 cursor: pointer;
 color: #001580;
 font-size: 16px;
}

.tab-btn.active,
.tab-btn:hover {
 background-color: #F0FFC8;
 border-bottom: 2px solid #001580;
}

/* .tab-content {
 display: none;
}

.tab-content.active {
 display: block;
} */

.tab-content .colsHolder {
 margin-left: -5px;
 margin-right: -5px;
}

.tab-content .colsHolder .chCol {
 padding-left: 5px;
 padding-right: 5px;
}

.tab-content .colsHolder .chCol4 {
 width: 33.333%;
}

.pillHeadList {
 display: flex;
 align-items: center;
 flex-wrap: wrap;
 gap: 4px;
}

.scHubFeatBlock {
 background-color: #ACB3FF;
 margin-bottom: 10px;
}

.scHubFeatBlock h3 {
 font-size: 20px;
 line-height: 24px;
}

.scHubFeatBlock .bgImage {
 display: block;
}

.contDescrSec {
 padding-top: 28px;
 padding-bottom: 40px;
}

.contDescrSec .containerSmall,
.contDescrSec.containerSmall,
.templateImageSec .containerSmall {
 max-width: 937px;
}

.page-id-27685 .contDescrSec .containerSmall,
.page-id-27577 .contDescrSec .containerSmall,
.page-id-27629 .contDescrSec .containerSmall{
  max-width: 1226px;
}

.page-id-27685 .article-header h1.page-title,
.page-id-27577 .article-header h1.page-title,
.page-id-27629 .article-header h1.page-title{
  display: none;
}

.contDescrSec h2 {
 margin-bottom: 20px;
}

.contDescrWrap {
 background-color: #F0FFC8;
 padding: 24px;
 display: flex;
}

.contDescrWrap .contDescrLink{
  display: flex;
}

.contImgWrap {
 flex-shrink: 0;
 overflow: hidden;
 clip-path: polygon(100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%, 50% 0%);
 width: 14%;
 max-height: 110px;
}

.contTextWrap{
  width: 86%;
}

.contImgWrap img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}

.contTextWrap {
 margin-left: 31px;
}

.contTextWrap .pillHeadList .pillHead {
 margin-bottom: 0;
}

.contTextWrap .pillHeadList {
 margin-bottom: 16px;
}

.contTextWrap h3 {
 font-size: 14px;
 line-height: 21px;
}

.contTextWrap p {
 margin-bottom: 20px;
}

.contTextWrap strong {
 font-size: 12px;
 font-weight: 600;
 line-height: 18px;
}

.contDescrSec .contDescrWrap + .contDescrWrap {
 margin-top: 10px;
}

.expertBtnWrap {
 text-align: center;
 margin-top: 20px;
}

.referArtSec {
 margin-top: 41px;
 background-color: #EEF0FF;
 border-radius: 8px;
 padding: 54px 47px 48px;
}

.referArtSec h2 {
 margin-bottom: 17px;
}

.refDetailList {
 margin: 0;
 padding: 0 0 0 17px;
 font-size: 11px;
 font-weight: 500;
 line-height: 13px;
 letter-spacing: 0.22px;
 text-transform: uppercase;
}

.refDetailList li a {
 color: #289BA2;
 text-decoration: underline;
}

.refDetailList li a:hover {
 text-decoration: none;
}

.refDetailList li + li {
 margin-top: 6px;
}

@media (max-width: 991px) {
 .headerActionsDesktop {
   display: none;
 }
 .btnSubscribeSolid{
   font-size: 16px;
   padding: 12px 24px;
 }
 .subMenuBack{
   padding: 18px 16px;
 }
 .subMenuBack,
 .subMenuLabel {
   text-align: left;
   width: 100%;
 }
 .subMenuLabel {
   text-align: left;
   width: 100%;
 }

 .pageNavCollapse {
   position: fixed;
   top: 64px;
   left: 0;
   right: 0;
   bottom: 0;
   height: auto;
   min-height: calc(100vh - 64px);
   min-height: calc(100dvh - 64px);
   overflow-y: auto;
 }

 .searchOverlay {
   position: fixed;
   top: 64px;
   left: 0;
   right: 0;
   bottom: 0;
   width: 100%;
   max-width: none;
   min-height: calc(100vh - 64px);
   min-height: calc(100dvh - 64px);
   transform: none;
   overflow-y: auto;
 }

 #searchToggle:checked ~ .searchOverlay {
   transform: none;
 }

 .pageNavCollapse:has(.subMenuPanel.isOpen) .mainNavigation > li:not(:has(.subMenuPanel.isOpen)),
 .pageNavCollapse:has(.subMenuPanel.isOpen) .mainNavigation > li:has(.subMenuPanel.isOpen) > a,
 .pageNavCollapse:has(.subMenuPanel.isOpen) .mobileNavFooter {
   visibility: hidden;
 }
}

@media (min-width: 992px) {
 #pageNav {
   display: grid;
   align-items: center;
   gap: 24px;
 }

 .logo {
   grid-column: 1;
   justify-self: start;
 }

 .pageNavCollapse {
   grid-column: 2;
   justify-self: center;
   position: static;
   display: block;
   width: auto;
   padding: 0;
   background-color: transparent;
   visibility: visible;
   opacity: 1;
   transform: none;
   pointer-events: auto;
   z-index: auto;
   overflow: visible;
 }

 .mainNavigation {
   overflow: visible;
 }

 .headerActionsDesktop {
   grid-column: 3;
   justify-self: end;
   display: flex;
   align-items: center;
   gap: 10px;
 }

 .headerActionsMobile {
   display: none;
 }

 .mobileNavFooter {
   display: none;
 }

 .mainNavigation {
   flex-direction: row;
   align-items: stretch;
   justify-content: center;
   gap: 0;
   font-size: 12px;
   line-height: 1.5;
   font-weight: 600;
   text-align: left;
 }

 .mainNavigation > li {
   width: auto;
   max-width: none;
 }

 .mainNavigation > li > a {
   display: inline-flex;
   align-items: center;
   padding: 18px 19px 15px;
   gap: 6px;
   white-space: nowrap;
   border-bottom: 2px solid transparent;
 }

 .has-child:hover > a,
 .has-child:focus-within > a {
   background-color: #F0FFC8;
   border-color: #001580;
 }

 .has-child:hover > a::after,
 .has-child:focus-within > a::after {
   transform: rotate(-135deg);
   margin-top: 3px;
 }

 .subMenuPanel {
   display: none;
   position: absolute;
   top: 100%;
   left: 4px;
   right: auto;
   bottom: auto;
   overflow: visible;
   padding: 8px;
   background-color: #F0FFC8;
   box-shadow: 0 4px 12px 0 rgba(8, 28, 59, 0.10), 0 2px 6px 0 rgba(8, 28, 59, 0.06);
   min-width: 200px;
 }

 .subMenuPanel:target {
   display: none;
 }

 .has-child:hover > .subMenuPanel,
 .has-child:focus-within > .subMenuPanel {
   display: block;
 }

 .subMenuBack,
 .subMenuLabel {
   display: none;
 }

 .subMenuSimple a {
   padding: 8px;
   font-size: 14px;
   font-weight: 400;
   line-height: 1.5;
   font-weight: 600;
   text-align: left;
 }

 .subMenuSimple a:hover {
   color: #0033cc;
 }

 .mainNavigation > li.has-child:not(.has-mega) {
   position: relative;
 }

 .mainNavigation > li.has-mega {
   position: static;
 }

 .has-mega .subMenuPanelMega {
   position: absolute;
   top: 100%;
   left: 50%;
   right: auto;
   width: 100vw;
   max-width: 100vw;
   margin-left: 0;
   padding: 24px 48px;
   min-width: 0;
   z-index: 50;
   box-sizing: border-box;
   box-shadow: 0 4px 12px 0 rgba(8, 28, 59, 0.10), 0 2px 6px 0 rgba(8, 28, 59, 0.06);
   transform: translateX(-50%);
 }

 #pageWrapper:has(.has-mega:hover),
 #pageWrapper:has(.has-mega:focus-within) {
   overflow: visible;
 }

 .has-mega .subMenuBlocks {
   display: flex;
   gap: 8px;
   width: 100%;
   flex-wrap: wrap;
   max-width: 1360px;
   margin: 0 auto;
   box-sizing: border-box;
   flex-direction: row;
   justify-content: center;
 }

 .has-mega .subMenuBlocks li {
   flex: 0 0 335px;
 }

 .has-mega .subMenuBlocks a {
   min-height: 88px;
   padding: 16px;
   border-radius: 8px;
   transition: box-shadow 0.2s ease;
   box-sizing: border-box;
 }

 .has-mega .subMenuBlockText {
   min-width: 0;
   word-wrap: break-word;
 }

 .has-mega .subMenuBlocks a:hover {
   box-shadow: 0 4px 16px rgba(0, 21, 128, 0.1);
 }

 .has-mega .subMenuBlockMedia {
   width: 56px;
   height: 56px;
 }

 .articleContentSec .articleMainCol{
  max-width: 650px !important;
 }
}
@media screen and (max-width: 991px) {
 #pageNav{
   padding: 8px 0;
 }
 .logo img{
   width: 97px;
 }
 .headerIconBtn{
   height: 48px;
   width: 48px;
 }
 .has-mega .subMenuBlocks a {
   padding: 8px;
   gap: 12px;
 }
 .subMenuBlocks{
   gap: 4px;
 }
}

@media (min-width: 1400px) {
  .has-mega .subMenuBlocks li {
    flex: 0 0 254px;
  }
}

.hmCtnFormSec form.mktoForm div.mktoFormCol{
  padding: 0 !important;
}

.hmCtnFormSec .mktoHtmlText{
  display: none !important;
}

.hmCtnFormSec form.mktoForm{
  margin: 0 !important;
}

.hmCtnFormSec .mktoForm .mktoLabel {
	font-size: 14px !important;
	font-weight: 600 !important;
	color: #001580 !important;
}

.hmCtnFormSec .mktoButtonRow{
  text-align: start !important;
}

.hmCtnFormSec .mktoForm .mktoButtonWrap.mktoRound .mktoButton {
	padding: 8px 16px !important;
	font-family: inherit;
	font-size: 12px !important;
	line-height: 1.5 !important;
	font-weight: 600;
	vertical-align: center;
	text-align: center;
	transition: all .3s ease;
	transition-duration: 0.3s !important;
	color: #fff !important;
	background-color: #001580 !important;
	border-radius: 6px !important;
	display: inline-block;
	border: 0 !important;
}

/* ==========================================================================
   AUTHOR / CONTRIBUTOR PAGE STYLES (kerrytheme)
   Required for: #pageWrapper post_author page HTML
   ========================================================================== */

/* Hero header + breadcrumbs */
.pb-title_section {
  height: 610px;
  max-width: 1354px;
  margin: 0 auto 1em;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

.pb-inlineBlock {
  display: inline-block;
}

.pb-breadcrumbs {
  position: relative;
}

.pb-breadcrumbs > div {
  padding-top: 9.5rem;
  float: left;
}

.pb-breadcrumbs > div ul {
  margin-bottom: 2.5rem;
  background: #fff;
  display: inline-block;
  margin-left: 0;
  padding: 0.2em 0 0.1em 0.8em;
  font-family: "Avenir Next Cyr W00 Bold", Helvetica, Arial, Sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.pb-breadcrumbs > div ul li {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 0.5em;
  float: none;
  font-size: 1em;
  line-height: 1.5;
}

.pb-breadcrumbs > div ul li a {
  color: #000;
}

.pb-bread {
  margin-bottom: 0;
  margin-left: 0;
  font-size: 0.75rem;
  line-height: 15px;
}

.pb-bread li {
  display: inline-block;
}

.pb-bread li:after {
  content: "\2022";
  padding-left: 0.5em;
  color: #59ac9c;
}

.pb-bread li:last-child {
  padding-right: 0.5em;
}

.pb-bread li:last-child:after {
  display: none;
}

.pb-bread li a {
  color: #FFF;
  text-decoration: none;
}

.pb-bread li a:hover {
  color: #59ac9c;
}

.text-uppercase {
  text-transform: uppercase;
}

/* Short description bar */
.short-description {
  position: absolute;
  margin-top: 10px;
  top: 128px;
  left: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
  min-height: 48px;
  color: white;
  padding: 1.5rem;
}

.short-description h2 {
  color: white;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Avenir Next Cyr W00 Medium", Helvetica, Arial, Sans-serif;
}

/* Main content layout */
#inner-content > div {
  height: auto !important;
}

.pb-white {
  background-color: #FFF;
  z-index: 2;
  position: relative;
}

#content #inner-content {
  padding: 1rem 0rem;
}

.page-title .vcard {
  border: 0;
  padding: 0;
}

/* Author header block */
.author-title {
  color: #468c7f;
}

h1.page-title.pb_cat-title.author-title {
  text-transform: capitalize;
}

.pb_cat-title {
  color: #468c7f;
  font-size: 3rem;
  margin-bottom: 2.25rem;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.pb_cat-title span {
  display: inline-block;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid;
}

/* Author bio */
.auth-bio img {
  max-width: 100%;
  height: auto;
}

.auth-bio .alignleft,
.auth-bio img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}

.alignleft {
  float: left;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Buttons */
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #475562;
  color: #fefefe;
}

.button:hover,
.button:focus {
  background-color: transparent;
  color: #fefefe;
}

.pb-article_button {
  border-radius: 0;
  border: 2px solid;
  background: transparent;
  margin-bottom: 0;
  font-family: "Avenir Next Cyr W00 Bold", Helvetica, Arial, Sans-serif;
  padding: 0.5rem 1.5rem;
  font-size: 0.6875rem;
  letter-spacing: 0.03em;
  border-color: #59ac9c;
  color: #59ac9c;
  line-height: 16px;
}

.pb-article_button:hover,
.pb-article_button:focus {
  color: #fff;
  background: #59ac9c;
}

/* Article list */
.pb-article {
  padding: 2.25rem 0;
  border-top: 1px solid #D4D4D4;
}

.pb-article:last-of-type {
  border-bottom: 1px solid #D4D4D4;
}

.pb-article a .hide-for-small-only.wp-post-image {
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-property: transform;
}

.pb-article a .hide-for-small-only.wp-post-image:hover {
  transform: scale(1.05);
}

.pb-article_title {
  font-size: 1rem;
  padding: 5px 0 0;
  margin-bottom: 0;
}

.pb-article_title a {
  color: #333;
}

.pb-excerpt {
  margin-bottom: 1rem;
}

.pb-excerpt p {
  font-size: 0.875rem;
  padding-top: 0;
  padding-bottom: 0;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.clearfix::before,
.clearfix::after {
  display: table;
  content: " ";
}

.clearfix::after {
  clear: both;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/* Sidebar widgets */
.widget ul {
  margin: 0;
}

.widget ul li {
  list-style: none;
}

/* Visibility helpers */
@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

/* Foundation grid */
.row {
  max-width: 69.5rem;
  margin-right: auto;
  margin-left: auto;
}

.row::before,
.row::after {
  display: table;
  content: " ";
}

.row::after {
  clear: both;
}

.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.column,
.columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: right;
}

.small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }

  .column,
  .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }

  .large-4 {
    width: 33.3333333333%;
  }

  .large-8 {
    width: 66.6666666667%;
  }
}

/* Author page responsive */
@media only screen and (max-width: 640px) {
  .pb_cat-title {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 1025px) {
  .short-description {
    top: 122px;
  }
}

@media only screen and (max-width: 1132px) {
  .pb-white {
    margin: 0 10px;
  }

  .pb-bread {
    margin: 0 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .short-description h2 {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .pb-padding_left {
    padding-left: 1.875rem;
  }

  #content #inner-content.pb-white {
    padding-top: 2.75rem;
  }
}

.pb-title_section.pb-margin_bottom {
	margin-bottom: -20.5rem;
	z-index: 1;
}

/* Related widget large-screen sidebar tweaks */
@media only screen and (min-width: 64.063em) {
  .widget.pb-related h3 {
    font-size: 1.5625rem;
    color: #475562;
    padding-bottom: 0;
    margin-bottom: 1rem;
  }

  .widget.pb-related .pb-mwidth {
    max-width: 250px;
    margin: 0 auto;
  }

  .widget.pb-related .pb-who_we_are .pb-advisor_item .pb-advisor_title {
    font-size: 1.125rem;
    color: #FFF;
    padding-top: 0.4em;
  }

  .widget.pb-related .pb-bread {
    font-size: 0.625rem;
    margin: 0 !important;
  }

  .widget.pb-related .pb-bread a:hover {
    color: #FFF;
  }

  .widget.pb-related .pb-more {
    font-size: 0.625rem;
    padding: 0.375rem 0.875rem;
  }
}


/* ==========================================================================
   CONSUMER LIFESTYLE TRENDS PAGE STYLES (kerrytheme)
   Required for: #inner-content.trends template page HTML
   ========================================================================== */

   #inner-content.trends {
    border: none;
  }
  
  #inner-content.trends article {
    padding: 2.75rem 0 1rem;
    margin-bottom: 3.75rem;
    border-bottom: 1px solid #59ac9c !important;
  }
  
  #inner-content.trends .pb-content {
    color: #475562;
  }
  
  #inner-content.trends .pb-content > p {
    margin-bottom: 0;
  }
  
  #inner-content.trends .pb-content p {
    font-size: 0.9375rem;
    padding-bottom: 1em;
    margin-bottom: 0;
  }
  
  #inner-content.trends .pb-content > h3 {
    font-size: 1.5rem;
  }
  
  #inner-content.trends .pb-content h4 {
    font-size: 1.25rem;
  }
  
  #inner-content.trends .pb-content li {
    font-size: 0.9375rem;
  }
  
  #inner-content.trends .pb-content iframe {
    max-width: 100%;
  }
  
  /* Hero image with text overlay */
  #inner-content.trends .image-overlay {
    margin-bottom: 0.75rem;
    position: relative;
    width: 100%;
  }
  
  #inner-content.trends .image-overlay:before {
    background: rgba(89, 172, 156, 0.8);
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
  }
  
  #inner-content.trends .image-overlay img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  #inner-content.trends .image-overlay .overlay-text {
    position: absolute;
    padding: 2.5%;
    width: 45%;
    color: #fff;
    display: inline;
    top: 0;
    left: 0;
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.5;
  }
  
  /* Trend repeater rows */
  #inner-content.trends .pb-content_repeator {
    padding: 0 0 12px;
  }
  
  #inner-content.trends .pb-content_repeator:first-of-type {
    padding-top: 3em;
  }
  
  #inner-content.trends .pb-content_repeator img,
  #inner-content.trends .pb-content_repeator .card_img {
    border-radius: 50%;
    height: 140px;
    width: 140px;
    object-fit: cover;
  }
  
  #inner-content.trends .pb-content_repeator div h4 {
    font-size: 1rem;
    padding-top: 0;
    margin-bottom: 0;
  }
  
  #inner-content.trends .pb-content_repeator p {
    font-size: 0.875rem;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1.5;
  }
  
  #inner-content.trends .pb-trends-title {
    font-size: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 0 0.5rem;
    font-family: "Avenir Next Cyr W00 Bold", Helvetica, Arial, Sans-serif;
  }
  
  #inner-content.trends .pb-trends-title a {
    color: #59ac9c;
    text-decoration: underline;
  }
  
  #inner-content.trends .pb-trends-title a:hover {
    text-decoration: none;
  }
  
  /* References accordion block */
  #inner-content.trends .pb-taste_block {
    padding: 3em 0 1.6em;
    border-top: 1px solid #D4D4D4;
  }
  
  #inner-content.trends .accordion {
    margin-left: 0;
    background-color: #FFF;
    list-style-type: none;
    padding: 0;
  }
  
  #inner-content.trends .accordion li.accordion-item {
    padding: 0;
    list-style: none;
  }
  
  #inner-content.trends .accordion .accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem 1.25rem 1em;
    border: none;
    font-size: 1.25rem;
    line-height: 1;
    color: #59ac9c;
    font-family: "Avenir Next Cyr W00 Bold", Helvetica, Arial, Sans-serif;
    text-decoration: none;
    background: transparent;
  }
  
  #inner-content.trends .accordion .accordion-title:before {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5rem;
    right: auto;
  }
  
  #inner-content.trends .accordion a.accordion-title:hover,
  #inner-content.trends .accordion a.accordion-title:focus {
    color: #59ac9c;
    background: transparent;
  }
  
  #inner-content.trends .accordion .is-active .accordion-title:before {
    content: "\f0d7";
  }
  
  #inner-content.trends .accordion .accordion-content {
    display: none;
    padding: 1rem;
    border: none;
    background-color: #fefefe;
    color: #333;
    font-size: 0.875rem;
    font-family: "Avenir Next Cyr W00 Medium", Helvetica, Arial, Sans-serif;
  }
  
  #inner-content.trends .accordion .is-active > .accordion-content {
    display: block;
  }
  
  /* Sidebar share block */
  .pb-related.pb-share h3.text-center {
    text-align: center;
  }
  
  .pb-share .blog-sharebar a {
    font-size: 1.125rem;
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
    margin-bottom: 30px;
    margin-left: 6px;
    border-radius: 2px;
    color: #fff;
    background: #ccc;
    text-align: center;
    display: inline-block;
    transition: background 0.6s ease;
    text-decoration: none;
  }
  
  .pb-share .blog-sharebar a:hover {
    color: #fff;
  }
  
  .pb-share .facebook:hover {
    background: #3B5998;
  }
  
  .pb-share .twitter:hover {
    background: #4099FF;
  }
  
  .pb-share .linkedin:hover {
    background: #007bb5;
  }
  
  .pb-share .email:hover {
    background: #dd4b39;
  }
  
  /* Sidebar promo banner */
  .sidebar_banner {
    float: left;
    width: 100%;
    margin-bottom: 25px;
  }
  
  .sidebar_banner > div {
    max-width: 280px;
    margin: 0 auto;
  }
  
  .sidebar_banner .image_wrap {
    position: relative;
  }
  
  .sidebar_banner .image_wrap:after {
    background: linear-gradient(240.88deg, rgba(116, 194, 153, 0) 0%, rgba(116, 194, 153, 0) 43%, #74C299 89.58%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
  }
  
  .sidebar_banner .image_wrap .logo {
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 111;
  }
  
  .sidebar_banner .image_wrap > img {
    height: 215px;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    display: block;
  }
  
  .sidebar_banner .banner-content {
    background: #408087;
    text-align: left;
    padding: 16px 18px 24px;
    color: #fff;
  }
  
  .sidebar_banner .banner-content h3 {
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    margin: 0 0 0.5rem;
  }
  
  .sidebar_banner .banner-content p {
    font-size: 18px;
    line-height: 25px;
    margin: 13px 0 22px;
  }
  
  .sidebar_banner .banner-content a,
  .sidebar_banner .banner-content .btn {
    display: inline-block;
    background: #fff;
    color: #408087;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 15px;
    text-decoration: none;
  }
  
  /* Related trends-insights cards */
  .pb-related_trends-insights .pb-advisor_item .filter,
  .pb-related_trends-insights .pb-advisor_item .pb-nutrition_filter {
    background: rgba(89, 172, 156, 0.8) !important;
  }
  
  /* Trends page grid inside main content */
  #inner-content.trends .pb-content_repeator.row {
    max-width: 69.5rem;
    margin-right: auto;
    margin-left: auto;
  }
  
  #inner-content.trends .pb-content_repeator.row::before,
  #inner-content.trends .pb-content_repeator.row::after {
    display: table;
    content: " ";
  }
  
  #inner-content.trends .pb-content_repeator.row::after {
    clear: both;
  }
  
  #inner-content.trends .pb-content_repeator .columns {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  
  #inner-content.trends .pb-content_repeator .small-12 {
    width: 100%;
  }
  
  #inner-content.trends .pb-content_repeator .text-center {
    text-align: center;
  }
  
  @media print, screen and (min-width: 40em) {
    #inner-content.trends .pb-content_repeator .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
    }
  
    #inner-content.trends .pb-content_repeator .medium-3 {
      width: 25%;
    }
  
    #inner-content.trends .pb-content_repeator .medium-9 {
      width: 75%;
    }
  }
  
  @media only screen and (max-width: 640px) {
    #inner-content.trends .image-overlay:before {
      display: none;
    }
  
    #inner-content.trends .pb_cat-title {
      font-size: 2rem;
    }
  }
  
  @media only screen and (min-width: 64.063em) {
    #inner-content.trends .pb-padding_left {
      padding-left: 1.875rem;
    }
  
    #inner-content.trends.pb-white {
      padding-top: 2.75rem;
    }
  
    .pb-related.pb-share h3 {
      font-size: 1.5625rem;
      color: #475562;
      padding-bottom: 0;
      margin-bottom: 1rem;
    }
  }

  /* ==========================================================================
   NEWS / ARTICLES CATEGORY GRID PAGE STYLES (kerrytheme)
   Required for: #main news page with pb-who_we_are category cards
   ========================================================================== */

#main > .pb-title_section {
  height: 400px;
  max-width: 1277px;
  margin: 0 auto 1em;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

#main .pb-title_section .pb-page_title {
  position: absolute;
  font-size: 3.25rem;
  color: #fff;
  left: 8%;
  right: 8%;
  top: 53%;
  margin: 0;
  font-family: "Avenir Next Cyr W00 Bold", Helvetica, Arial, Sans-serif;
  font-weight: normal;
  line-height: 1.2;
  text-shadow: 1px 1px 2px black, 0 0 1em black;
}

#main .pb-page_title .colored {
  color: #59AC9C;
}

#main #content #inner-content {
  padding: 1rem 0;
}

#main #inner-content > .large-12.columns {
  width: 100%;
  float: none;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

#main .pb-who_we_are {
  max-width: 984px;
  margin: 0 auto;
  padding: 0 15px;
}

#main .pb-who_we_are > .row {
  max-width: 69.5rem;
  margin-right: auto;
  margin-left: auto;
}

#main .pb-who_we_are > .row::before,
#main .pb-who_we_are > .row::after {
  display: table;
  content: " ";
}

#main .pb-who_we_are > .row::after {
  clear: both;
}

#main .pb-who_we_are .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-bottom: 0;
}

#main .pb-who_we_are .small-12 {
  width: 100%;
}

#main .pb-who_we_are .text-center {
  text-align: center;
}

#main .pb-who_we_are .text-left {
  text-align: left;
}

#main .pb-who_we_are .pb-advisor_item {
  position: relative;
  color: #FFF;
  height: 0;
  padding: 50% 0;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 25px;
  overflow: hidden;
}

#main .pb-who_we_are .pb-advisor_item h3 {
  color: #fff;
  margin: 0;
}

#main .pb-who_we_are .pb-advisor_item:after {
  content: "";
  position: absolute;
  background: #d7dee4;
  display: inline-block;
  height: 0;
  padding: 50% 0;
  border-radius: 50%;
  right: -5px;
  bottom: -5px;
  width: 100%;
  z-index: -1;
  transform: translate3d(0, 0, 0);
}

#main .pb-who_we_are .pb-advisor_item:hover .filter {
  opacity: 0.5;
}

#main .pb-who_we_are .pb-advisor_item:hover .pb-item_info {
  z-index: 8;
}

#main .pb-who_we_are .pb-advisor_item .filter {
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(89, 172, 156, 0.8);
  opacity: initial;
  z-index: 11;
}

#main .pb-who_we_are .pb-advisor_item .pb-item_info {
  position: absolute;
  width: 72%;
  left: 14%;
  top: 22%;
  z-index: 12;
}

#main .pb-who_we_are .pb-advisor_item p.pb-bread {
  margin: 0 0 0.25rem;
  font-size: 0.75rem;
  line-height: 15px;
  color: #fff;
  text-align: left;
}

#main .pb-who_we_are .pb-advisor_item .pb-advisor_title {
  position: relative;
  font-size: 1.375rem;
  line-height: 1.2;
  padding: 0 0 0.75rem;
  color: #fff;
}

#main .pb-who_we_are .pb-advisor_item .pb-more {
  font-family: "Avenir Next Cyr W00 Bold", Helvetica, Arial, Sans-serif;
  font-size: 0.6875rem;
  color: #fff;
  border-radius: 0;
  border: 2px solid #fff;
  padding: 0.5rem 1.5rem;
  bottom: 1.5625rem;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  z-index: 12;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
}

#main .pb-who_we_are .pb-advisor_item .pb-more:hover {
  color: #FFF;
  background: rgba(255, 255, 255, 0.4);
}

@media print, screen and (min-width: 40em) {
  #main #inner-content > .large-12.columns,
  #main .pb-who_we_are .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  #main #inner-content > .medium-12 {
    width: 100%;
  }

  #main .pb-who_we_are .medium-6 {
    width: 50%;
  }
}

@media print, screen and (min-width: 64em) {
  #main #inner-content > .large-12 {
    width: 100%;
  }

  #main .pb-who_we_are .large-4 {
    width: 33.3333333333%;
  }
}

@media only screen and (max-width: 640px) {
  #main .pb-title_section .pb-page_title {
    font-size: 2rem;
  }
}

.catDescrWrap .imgHolder::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #00000030;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 99;
}

/* .....................Mobile responsive........................ */


@media screen and (max-width: 991px) {
  .articleContentSec .articleShareTitle {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  }
  .articleBannerCrumbs .breadCrumbList {
    padding-left: 60px;
  }

  .articleBannerText {
    padding-left: 60px;
  }

  .articleBannerMedia {
    flex-basis: 480px;
    max-width: 480px;
  }
}

@media screen and (max-width: 767px) {
  .articleBannerWrap {
    flex-direction: column;
    align-items: stretch;
  }

  .articleBannerCrumbs .breadCrumbList {
    padding-left: 0;
  }

  .articleBannerText {
    padding-left: 0;
  }

  .articleBannerMedia {
    flex-basis: auto;
    max-width: 100%;
  }
}

.articleContentSec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.articleContentSec .colsHolder {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.articleContentSec .colsHolder .chCol {
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
}

.articleContentSec .articleTocCol {
  max-width: 203px;
  flex: 0 0 203px;
}

.articleContentSec .articleMainCol {
  max-width: none;
  flex: 1 1 auto;
}

.articleContentSec .articleMainCol p,
.articleContentSec .articleMainCol li {
  font-size: 16px;
}

.articleContentSec .articleMainCol .articleDownloadBlock p,
.articleContentSec .articleMainCol .articleDownloadBlock li,
.articleContentSec .articleMainCol .articleFaqAccordion p,
.articleContentSec .articleMainCol .articleFaqAccordion li,
.articleContentSec .articleMainCol .referArtSec p {
  font-size: 14px;
}

.articleContentSec .articleMainCol .referArtSec li {
  font-size: 11px;
}

.articleContentSec #article-faq p {
  font-size: 16px;
}

.articleContentSec #article-faq p strong {
  font-size: 18px;
}

.articleContentSec .articleMainCol .articleQuoteBlock p,
.articleContentSec .articleMainCol .articleQuoteBlock li,
.articleContentSec .articleMainCol .articleQuoteBlock strong  {
  font-size: inherit;
}

.articleContentSec .articleSideCol {
  max-width: 233px;
  flex: 0 0 233px;
}

.articleContentSec .tocContentDescr {
  padding-top: 0;
  max-width: 203px;
}

.articleContentSec .captionDetailText {
  margin-bottom: 40px;
}

.articleContentSec .captionDetailText h2 {
  margin-bottom: 18px;
}

.articleContentSec .articleContentBlock {
  margin-bottom: 40px;
}

.articleContentSec .articleContentBlock h2 {
  margin-bottom: 24px;
}

.articleContentSec .articleContentBlock h3 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
  margin-bottom: 12px;
}

.articleContentSec .articleContentBlock p,
.articleContentSec .articleContentBlock ul {
  margin-bottom: 15px;
}

.articleContentSec .articleContentBlock ul {
  padding-left: 20px;
}

.articleContentSec .articleContentBlock li + li {
  margin-top: 8px;
}

.articleContentSec .articleNumberedList {
  counter-reset: articleNumbered;
  padding-left: 0;
}

.articleContentSec .articleNumberedList li {
  position: relative;
  padding-left: 22px;
}

.articleContentSec .articleNumberedList li::before {
  counter-increment: articleNumbered;
  content: counter(articleNumbered) ".";
  position: absolute;
  left: 0;
  top: 0;
}

.articleContentSec .articleDownloadBlock {
  background-color: #EEF0FF;
  border-radius: 8px;
  padding: 40px;
  margin-bottom: 40px;
}

.articleContentSec .articleDownloadBlock .articleDownloadIcon {
  display: block;
  margin-bottom: 16px;
}

.articleContentSec .articleDownloadBlock h3 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
  margin-bottom: 12px;
}

.articleContentSec .articleDownloadBlock p {
  margin-bottom: 12px;
}

.articleContentSec .articleDownloadBlock .btn {
  padding: 8px 16px;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
  vertical-align: center;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
    transition-duration: 0.3s, 0.3s, 0.3s, 0.3s;
  color: #fff;
  background-color: #001580;
  border-radius: 6px;
  display: inline-block;
  border: 0;
}

.articleContentSec .articleDownloadBlockPrimary .btn {
  border-radius: 6px;
  background: #001580;
  color: #fff;
  opacity: 1;
}

.articleContentSec .articleVideoSec {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 40px;
}

.articleMainCol .thumbImg img {
  border-radius: inherit;
  width: 100%;
}

.articleContentSec .articleDownloadBlock .articleGatedContent {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 20px;
  margin-top: 24px;
}

.articleContentSec .articleDownloadBlock .articleGatedContent h4 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 8px;
}

.articleContentSec .articleDownloadBlock .articleGatedContent p {
  margin-bottom: 0;
}

.articleContentSec .templateImageBlock {
  margin-bottom: 40px;
}

.articleContentSec .templateImageBlock img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.articleContentSec .templateImageCaption {
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin-top: 12px;
}

/* template.html helpers (scoped classes) */
.templatePaginationSec {
  padding-top: 8px;
  padding-bottom: 40px;
}

.templatePagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 41px;
}

.templatePagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid rgba(0, 21, 128, 0.25);
  color: #001580;
  background-color: #fff;
  font-size: 14px;
  line-height: 1;
}

.templatePagination a.templatePaginationNav {
  min-width: 36px;
  padding: 0;
}

.templatePaginationArrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.templatePaginationPrev .templatePaginationArrow {
  transform: rotate(180deg);
}

.templatePagination a.isDisabled,
.templatePagination a.isDisabled:hover {
  background-color: #EEF0FF;
  border-color: #EEF0FF;
  color: #001580;
  cursor: not-allowed;
  pointer-events: none;
}

.templatePagination a.active {
  background-color: #001580;
  border-color: #001580;
  color: #fff;
}

.templatePaginationEllipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid rgba(0, 21, 128, 0.25);
  color: #001580;
  background-color: #fff;
  font-size: 16px;
  line-height: 1;
}

.templateLibrarySec {
  padding-top: 32px;
  padding-bottom: 32px;
}

.templateLibrarySec .tab-content .colsHolder .chCol8 {
  width: 66.666%;
}

.templateLibrarySec .keyHealthDescrWrap .imgHolder {
  left: 0;
}

.templateLibrarySec .tab-content .colsHolder .chCol4 {
  width: 33.333%;
}

.templateLibrarySec .keyHealthDescrWrap {
  width: 100%;
  border-left: 0;
  height: 100%;
  padding: 8px;
}

.templateLibrarySec .featDetailWrap {
  margin-right: 0;
}

.templateRelatedArtSec {
  background-color: #F0FFC8;
  padding: 97px 0 96px;
}

.templateRelatedArtSec .wwVideoHeader {
  margin-bottom: 0;
}

.templateRelatedArtSec .wwVideoHeader h2 {
  margin-bottom: 0;
}

.templateRelatedArtSec .wwVideoHeader {
  position: relative;
}

.templateRelatedArrows {
  display: flex;
  gap: 5px;
  justify-content: flex-end;
  margin-top: 23px;
}

.templateRelatedArrows .slick-arrow {
  position: static;
  border: 0;
  background-color: #EEF0FF;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.templateRelatedArrows .slickPrev {
  transform: rotate(180deg);
}

.templateRelatedSliderWrap {
  position: relative;
  padding-top: 7px;
  margin-bottom: 40px;
}

.templateRelatedSlider .featDetailWrap {
  margin-right: 10px;
}

.templateRelatedSlider .scHubFeatBlock {
  margin-bottom: 0;
}

.templateRelatedSlider.featureSlider .slick-dots {
  bottom: -23px;
}

.templateRelatedSlider.featureSlider .slick-dots li button {
  background-color: #ACB3FF;
}

.templateRelatedSlider.featureSlider .slick-dots li.slick-active button {
  background-color: #001580;
}

.templateRelatedBtnWrap {
  padding-top: 16px;
}

.templateMediaSec .templateImageBlock {
  margin-top: 46px;
}

.templateMediaSec .wwVideoHeader {
  margin-bottom: 24px;
  text-align: center;
}

.templateMediaSec .templateImageCaption {
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin-top: 12px;
}

.templateImageSec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.templateImageSec .templateImageCaption {
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin-top: 12px;
}

.templateCtnRightImage {
  display: flex;
  align-items: center;
  justify-content: center;
}

.templateCtnRightImage img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.ctnHeadingWrap .templateBenefitsList {
  margin-bottom: 6px;
  counter-reset: templateBenefits;
}

.ctnHeadingWrap .templateBenefitsList li {
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  line-height: 21px;
}

.ctnHeadingWrap .templateBenefitsList li::before {
  counter-increment: templateBenefits;
  content: counter(templateBenefits) ".";
  position: absolute;
  left: 0;
  top: 0;
}

.ctnHeadingWrap .templateBenefitsList li + li {
  margin-top: 12px;
}

.ctnHeadingWrap .templateBenefitsList strong {
  font-weight: 600;
}

.hmCtnFormSec:has(.templateBenefitsList) .ctnHeadingWrap .btn {
  margin-top: 4px;
}

.hmCtnFormSec .ctnContactFormWrapper.templateCtnRightImage {
  border-left: 0;
}

.hmCtnFormSec .ctnContactFormWrapper {
  border-top: 0;
}

.hmCtnFormSecCentered .ctnHeadingWrap {
  width: 100%;
  text-align: center;
  padding: 84px 70px;
}

.hmCtnFormSecCentered .ctnHeadingWrap p {
  font-size: 16px;
}

.hmCtnFormSecCentered .ctnHeadingWrap .btn {
  margin-top: 24px;
}

.articleContentSec .articleDataTableWrap {
  width: 100%;
  margin-bottom: 16px;
}

.articleContentSec .articleDataTable {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}

.articleContentSec .articleDataTable th,
.articleContentSec .articleDataTable td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 21, 128, 0.2);
}

.articleContentSec .articleDataTable th {
  font-weight: 600;
}

.articleContentSec .articleQuoteBlock {
  background-color: #F0FFC8;
  border-radius: 8px;
  padding: 40px;
}

.articleContentSec .articleQuoteBlock blockquote {
  margin: 0 0 24px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}
.articleContentSec .articleQuoteBlock blockquote p {
  margin-bottom: 0;
}

.articleContentSec .articleQuoteAuthor {
  display: flex;
  align-items: center;
  gap: 16px;
}

.articleContentSec .articleQuoteAuthor img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.articleContentSec .articleQuoteAuthor strong {
  display: block;
  font-size: 14px;
  line-height: 21px;
  text-decoration: underline;
}

.articleContentSec .articleQuoteAuthor span {
  font-size: 12px;
  line-height: 18px;
}

.articleContentSec .articleFaqAccordion h2 {
  margin-bottom: 24px;
}

.articleContentSec .faqAccordionItem {
  background-color: #EEF0FF;
  border-radius: 8px;
  overflow: hidden;
}

.articleContentSec .faqAccordionItem + .faqAccordionItem {
  margin-top: 8px;
}

.articleContentSec .faqAccordionItem[open] {
  border-radius: 8px;
  border: 1px solid var(--Navy, #001580);
  background: #FFF;
}

.articleContentSec .faqAccordionSummary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  font-size: 20px;
  line-height: 21px;
  font-weight: 400;
  color: #001580;
  cursor: pointer;
  list-style: none;
}

.articleContentSec .faqAccordionSummary::-webkit-details-marker {
  display: none;
}

.articleContentSec .faqAccordionIcon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.articleContentSec .faqAccordionIcon svg {
  width: 24px;
  height: 24px;
}

.articleContentSec .faqAccordionIcon .faqAccordionIconPlus {
  display: block;
}

.articleContentSec .faqAccordionIcon .faqAccordionIconMinus {
  display: none;
}

.articleContentSec .faqAccordionItem[open] .faqAccordionIcon .faqAccordionIconPlus {
  display: none;
}

.articleContentSec .faqAccordionItem[open] .faqAccordionIcon .faqAccordionIconMinus {
  display: block;
}

.articleContentSec .faqAccordionPanel {
  padding: 0 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
}

.articleContentSec .faqAccordionPanel p {
  margin-bottom: 16px;
}

.articleContentSec .faqAccordionPanel .btn {
  margin-top: 0;
}

.articleContentSec .referArtSec {
  margin-top: 0;
}

.articleContentSec .articleSideBar {
  position: sticky;
  top: 40px;
  font-size: 14px;
  line-height: 21px;
  color: #001580;
}

.articleContentSec .articleRelatedWrap {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 21, 128, 0.2);
}

.articleContentSec .articleRelatedTitle {
  display: block;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.2;
  color: #475562;
  text-align: center;
}

.articleContentSec .articleRelatedWrap .pb-mwidth {
  max-width: 100%;
  margin: 0 auto;
}

.articleContentSec .articleRelatedWrap .pb-advisor_item {
  min-height: 220px;
}

.articleContentSec .articleRelatedWrap .pb-advisor_title {
  font-size: 18px;
  color: #fff;
}

.articleContentSec .articleRelatedWrap .pb-bread {
  font-size: 10px;
  margin: 0 !important;
}

.articleContentSec .articleRelatedWrap .pb-bread a:hover {
  color: #fff;
}

.articleContentSec .articleRelatedWrap .pb-more {
  font-size: 10px;
  padding: 6px 14px;
}

.articleContentSec .articleShareWrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 21, 128, 0.2);
}

.articleShareTrigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 100%;
  background-color: transparent;
  color: #001580;
  cursor: pointer;
  flex-shrink: 0;
  transition: background-color 0.2s ease;
}

.articleShareTrigger:hover,
.articleShareTrigger:focus-visible {
  background-color: #EEF0FF;
  outline: none;
}

.articleShareTrigger svg {
  display: block;
  width: 24px;
  height: 24px;
  overflow: visible;
}

.articleShareTrigger svg circle,
.articleShareTrigger svg path {
  stroke: currentColor;
  stroke-width: 1.5;
  fill: none;
}

/* .articleContentSec .articleShareList {
  display: flex;
  align-items: center;
  gap: 0;
  margin-left: 0;
  opacity: 0;
  visibility: hidden;
  max-width: 0;
  overflow: hidden;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease,
    max-width 0.25s ease,
    margin-left 0.25s ease;
}

.articleContentSec .articleShareWrap:hover .articleShareList,
.articleContentSec .articleShareWrap:focus-within .articleShareList {
  opacity: 1;
  visibility: visible;
  max-width: 160px;
  margin-left: 8px;
  overflow: visible;
} */

.articleContentSec .articleShareList a {
  display: block;
  padding: 0;
  color: #001580;
  line-height: 0;
}

.articleContentSec .articleShareList li + li {
  margin-left: 4px;
}

.articleShareToolbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.articleShareFab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 100%;
  background-color: #001580;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 21, 128, 0.25);
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.articleShareFabIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.articleShareFab svg {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  overflow: visible;
}

.articleShareFab svg circle,
.articleShareFab svg path {
  stroke: currentColor;
  stroke-width: 1.5;
  fill: none;
}

.articleShareMobileBar {
  position: absolute;
  right: 56px;
  top: 50%;
  background-color: #001580;
  border-radius: 28px;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  max-width: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(-50%) translateX(12px);
  transition:
    opacity 0.24s ease,
    visibility 0.24s ease,
    max-width 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.articleShareMobile:hover .articleShareMobileBar,
.articleShareMobile:focus-within .articleShareMobileBar,
.articleShareMobile.isOpen .articleShareMobileBar {
  opacity: 1;
  visibility: visible;
  max-width: 240px;
  padding: 8px 12px;
  overflow: visible;
  pointer-events: auto;
  transform: translateY(-50%) translateX(0);
}

.articleShareMobile:hover .articleShareFab,
.articleShareMobile:focus-within .articleShareFab,
.articleShareMobile.isOpen .articleShareFab {
  box-shadow: 0 6px 16px rgba(0, 21, 128, 0.35);
}

.articleShareMobileList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 0;
  padding: 0;
  width: 200px;
}

.articleShareMobileList li {
  opacity: 0;
  transform: translateX(8px);
  transition:
    opacity 0.2s ease,
    transform 0.24s cubic-bezier(0.4, 0, 0.2, 1);
}

.articleShareMobile:hover .articleShareMobileList li,
.articleShareMobile:focus-within .articleShareMobileList li,
.articleShareMobile.isOpen .articleShareMobileList li {
  opacity: 1;
  transform: translateX(0);
}

.articleShareMobile:hover .articleShareMobileList li:nth-child(1),
.articleShareMobile:focus-within .articleShareMobileList li:nth-child(1),
.articleShareMobile.isOpen .articleShareMobileList li:nth-child(1) {
  transition-delay: 0.04s;
}

.articleShareMobile:hover .articleShareMobileList li:nth-child(2),
.articleShareMobile:focus-within .articleShareMobileList li:nth-child(2),
.articleShareMobile.isOpen .articleShareMobileList li:nth-child(2) {
  transition-delay: 0.08s;
}

.articleShareMobile:hover .articleShareMobileList li:nth-child(3),
.articleShareMobile:focus-within .articleShareMobileList li:nth-child(3),
.articleShareMobile.isOpen .articleShareMobileList li:nth-child(3) {
  transition-delay: 0.12s;
}

.articleShareMobile:hover .articleShareMobileList li:nth-child(4),
.articleShareMobile:focus-within .articleShareMobileList li:nth-child(4),
.articleShareMobile.isOpen .articleShareMobileList li:nth-child(4) {
  transition-delay: 0.16s;
}

.articleShareMobileLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ACB3FF;
  line-height: 0;
}

.articleShareMobileLink svg {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  overflow: visible;
}

.articleContentSec .articleAuthorsWrap {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 21, 128, 0.2);
}

.articleContentSec .articleAuthorsTitle,
.articleContentSec .articleNewsletterTitle {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  color: #001580;
  margin-bottom: 16px;
}

.articleContentSec .articleAuthorsList li + li {
  margin-top: 16px;
}

.articleContentSec .articleAuthorsList a {
  color: #001580;
  text-decoration: underline;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}

.articleContentSec .articleAuthorsList a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.articleContentSec .articleAuthorsList p {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 21px;
  color: rgba(0, 21, 128, 0.7);
}

.articleContentSec .articleNewsletterWrap .btn {
  border-radius: 6px;
  background: #EEF0FF;
  color: #001580;
  padding: 8px 16px;
}

@media screen and (max-width: 991px) {
  .articleContentSec .colsHolder {
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap: wrap;
  }

  .articleContentSec .colsHolder .chCol {
    padding-left: 10px;
    padding-right: 10px;
  }

  .articleContentSec .articleTocCol,
  .articleContentSec .articleMainCol,
  .articleContentSec .articleSideCol {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .articleContentSec .articleSideCol {
    position: static;
  }

  .articleContentSec .articleSideBar {
    position: static;
    top: auto;
  }

  .articleContentSec .tocContentDescr {
    margin-bottom: 32px;
    max-width: 100%;
  }

  .articleContentSec .articleSideBar {
    margin-top: 32px;
  }
}

.bannerbgImage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.bannerbgImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bannerTextDescr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  height: 100%;
  padding-left: 17px;
}

.breadCrumbList {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
}

.breadCrumbList li a {
  font-weight: 600;
}

.breadCrumbList li a:hover {
  text-decoration: underline;
}

.breadCrumbList li + li {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}

.breadCrumbList li + li:before {
  position: absolute;
  content: "";
  left: -7px;
  top: 6px;
  border-width: 1px 1px 0 0;
  border-color: #001580;
  border-style: solid;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
}

.bannerTextDescr .textWrapper .icnWrapper {
  margin-bottom: 16px;
  display: block;
}

.bannerTextDescr .textWrapper h1 {
  color: #fff;
}

.scListBlockSec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.scListBlockSec .colsHolder {
  margin-left: -10px;
  margin-right: -10px;
}

.scListBlockSec .colsHolder .chCol {
  padding-left: 10px;
  padding-right: 10px;
}

.scListBlockSec .colsHolder .chCol2 {
  width: 17%;
}

.scListBlockSec .colsHolder .chCol10 {
  width: 83%;
}

.scListBlockSec .container {
  max-width: 1383px;
}

.tocContentDescr {
  padding-top: 69px;
}

.tocContentDescr .tocTitle {
  display: block;
  font-size: 11px;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.tocDescrList > li > a {
  padding-left: 28px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(0, 21, 128, 0.2);
  position: relative;
  width: 100%;
  display: inline-block
}

.tocDescrList > li > a:before {
  counter-increment: section;
  content: "" counter(section) ".";
  left: 0;
  position: absolute;
}

.tocDescrList > li + li {
  margin-top: 7px;
}

.tocChildList {
  padding-left: 28px;
  padding-top: 8px;
  padding-bottom: 6px;
}

.tocChildList li + li {
  margin-top: 11px;
}

.tocDescrList > li > a:hover {
  color: #289BA2;
  border-color: #289BA2;
}

.tocChildList li a:hover {
  color: #289BA2;
}

.scBlockDescrWrap {
  max-width: 863px;
}

.captionDetailText {
  background-color: #F0FFC8;
  padding: 24px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
}

.captionDetailText h2 {
  margin-bottom: 18px;
}

.scBlockDescrWrap .captionDetailText {
  margin-bottom: 46px;
}

.blockTabsWrraper h2 {
  margin-bottom: 24px;
}

.resources-section {
  max-width: 1200px;
  margin: auto;
}

.tabs {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #ACB3FF;
  margin-bottom: 15px;
}

.tab-btn {
  border: none;
  background: transparent;
  padding: 12px 16px;
  cursor: pointer;
  color: #001580;
  font-size: 16px;
}

.tab-btn.active,
.tab-btn:hover {
  background-color: #F0FFC8;
  border-bottom: 2px solid #001580;
}

/* .tab-content {
  display: none;
}

.tab-content.active {
  display: block;
} */

.tab-content .colsHolder {
  margin-left: -5px;
  margin-right: -5px;
}

.tab-content .colsHolder .chCol {
  padding-left: 5px;
  padding-right: 5px;
}

.tab-content .colsHolder .chCol4 {
  width: 33.333%;
}

.pillHeadList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}

.scHubFeatBlock {
  background-color: #ACB3FF;
  margin-bottom: 10px;
}

.scHubFeatBlock h3 {
  font-size: 20px;
  line-height: 24px;
}

.contDescrSec {
  padding-top: 28px;
  padding-bottom: 40px;
}

.contDescrSec .containerSmall {
  max-width: 937px;
}

.contDescrSec h2 {
  margin-bottom: 20px;
}

.contDescrWrap,
.contDescrWrap a {
  background-color: #F0FFC8;
  padding: 24px;
  display: flex;
}

.contImgWrap {
  flex-shrink: 0;
  overflow: hidden;
  clip-path: polygon(100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%, 50% 0%);
}

.contImgWrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contTextWrap {
  margin-left: 31px;
}

.contTextWrap .pillHeadList .pillHead {
  margin-bottom: 0;
}

.contTextWrap .pillHeadList {
  margin-bottom: 16px;
}

.contTextWrap h3 {
  font-size: 14px;
  line-height: 21px;
}

.contTextWrap p {
  margin-bottom: 0;
}

.contTextWrap strong {
  display: block;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.contDescrSec .contDescrWrap + .contDescrWrap {
  margin-top: 10px;
}

.expertBtnWrap {
  text-align: center;
  margin-top: 20px;
}

.referArtSec {
  margin-top: 41px;
  background-color: #EEF0FF;
  border-radius: 8px;
  padding: 54px 47px 48px;
}

.referArtSec h2 {
  margin-bottom: 17px;
}

.refDetailList {
  margin: 0;
  padding: 0 0 0 17px;
  font-size: 11px;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}

.refDetailList li a {
  color: #289BA2;
  text-decoration: underline;
}

.refDetailList li a:hover {
  text-decoration: none;
}

.refDetailList li + li {
  margin-top: 6px;
}

@media (min-width: 992px) {
  .articleShareMobile {
    display: none;
  }
  
  .articleShareTrigger{
    display: none;
  }
  
  #pageNav {
    display: grid;
    align-items: center;
    gap: 24px;
  }

  .logo {
    grid-column: 1;
    justify-self: start;
  }

  .pageNavCollapse {
    grid-column: 2;
    justify-self: center;
    position: static;
    display: block;
    width: auto;
    padding: 0;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    z-index: auto;
    overflow: visible;
  }

  .mainNavigation {
    overflow: visible;
  }

  .headerActionsDesktop {
    grid-column: 3;
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .headerActionsMobile {
    display: none;
  }

  .mobileNavFooter {
    display: none;
  }

  .mainNavigation {
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;
    text-align: left;
  }

  .mainNavigation > li {
    width: auto;
    max-width: none;
  }

  .mainNavigation > li > a {
    display: inline-flex;
    align-items: center;
    padding: 18px 19px 15px;
    gap: 6px;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
  }

  .has-child:hover > a,
  .has-child:focus-within > a {
    background-color: #F0FFC8;
    border-color: #001580;
  }

  .has-child:hover > a::after,
  .has-child:focus-within > a::after {
    transform: rotate(-135deg);
    margin-top: 3px;
  }

  .subMenuPanel {
    display: none;
    position: absolute;
    top: 100%;
    left: 4px;
    right: auto;
    bottom: auto;
    overflow: visible;
    padding: 8px;
    background-color: #F0FFC8;
    box-shadow: 0 4px 12px 0 rgba(8, 28, 59, 0.10), 0 2px 6px 0 rgba(8, 28, 59, 0.06);
    min-width: 200px;
  }

  .subMenuPanel:target {
    display: none;
  }

  .has-child:hover > .subMenuPanel,
  .has-child:focus-within > .subMenuPanel {
    display: block;
  }

  .subMenuBack,
  .subMenuLabel {
    display: none;
  }

  .subMenuSimple a {
    padding: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-weight: 600;
    text-align: left;
  }

  .subMenuSimple a:hover {
    color: #0033cc;
  }

  .mainNavigation > li.has-child:not(.has-mega) {
    position: relative;
  }

  .mainNavigation > li.has-mega {
    position: static;
  }

  .has-mega .subMenuPanelMega {
    position: absolute;
    top: 100%;
    left: 50%;
    right: auto;
    width: 100vw;
    max-width: 100vw;
    margin-left: 0;
    padding: 24px 48px;
    min-width: 0;
    z-index: 50;
    box-sizing: border-box;
    box-shadow: 0 4px 12px 0 rgba(8, 28, 59, 0.10), 0 2px 6px 0 rgba(8, 28, 59, 0.06);
    transform: translateX(-50%);
  }

  #pageWrapper:has(.has-mega:hover),
  #pageWrapper:has(.has-mega:focus-within) {
    overflow: visible;
  }

  .has-mega .subMenuBlocks {
    display: flex;
    gap: 8px;
    width: 100%;
    flex-wrap: wrap;
    max-width: 1360px;
    margin: 0 auto;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: center;
  }

  .has-mega .subMenuBlocks li {
    flex: 0 0 335px;
  }

  .has-mega .subMenuBlocks a {
    min-height: 88px;
    padding: 16px;
    border-radius: 8px;
    transition: box-shadow 0.2s ease;
    box-sizing: border-box;
  }

  .has-mega .subMenuBlockText {
    min-width: 0;
    word-wrap: break-word;
  }

  .has-mega .subMenuBlocks a:hover {
    box-shadow: 0 4px 16px rgba(0, 21, 128, 0.1);
  }

  .has-mega .subMenuBlockMedia {
    width: 56px;
    height: 56px;
  }
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media screen and (max-width: 1199px) {
  .articleBannerText {
    padding-left: 40px;
    max-width: none;
  }

  .articleBannerCrumbs .breadCrumbList {
    padding-left: 40px;
  }

  .articleBannerMedia {
    flex: 0 0 400px;
    max-width: 400px;
    height: 320px;
  }

  .templateRelatedArtSec {
    padding: 72px 0;
  }

  .homeCategorySec {
    padding-top: 72px;
    padding-bottom: 64px;
  }
}

@media screen and (max-width: 991px) {
  .articleContentSec .articleShareList {
    display: flex;
    align-items: center;
    gap: 0;
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
    max-width: 0;
    overflow: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease, max-width 0.25s ease, margin-left 0.25s ease;
  }

  .articleContentSec .articleShareWrap:hover .articleShareList,
.articleContentSec .articleShareWrap:focus-within .articleShareList {
  opacity: 1;
  visibility: visible;
  max-width: 160px;
  margin-left: 8px;
  overflow: visible;
}
  
  .headerActionsDesktop {
    display: none;
  }

  .btnSubscribeSolid {
    font-size: 16px;
    padding: 12px 24px;
  }

  .subMenuBack {
    padding: 18px 16px;
  }

  .subMenuBack,
  .subMenuLabel {
    text-align: left;
    width: 100%;
  }

  .pageNavCollapse {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    min-height: calc(100vh - 64px);
    min-height: calc(100dvh - 64px);
    overflow-y: auto;
  }

  .searchOverlay {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: none;
    min-height: calc(100vh - 64px);
    min-height: calc(100dvh - 64px);
    transform: none;
    overflow-y: auto;
  }

  #searchToggle:checked ~ .searchOverlay {
    transform: none;
  }

  .pageNavCollapse:has(.subMenuPanel.isOpen) .mainNavigation > li:not(:has(.subMenuPanel.isOpen)),
  .pageNavCollapse:has(.subMenuPanel.isOpen) .mainNavigation > li:has(.subMenuPanel.isOpen) > a,
  .pageNavCollapse:has(.subMenuPanel.isOpen) .mobileNavFooter {
    visibility: hidden;
  }

  #pageNav {
    padding: 8px 0;
  }

  .logo img {
    width: 97px;
  }

  .headerIconBtn {
    height: 48px;
    width: 48px;
  }

  .has-mega .subMenuBlocks a {
    padding: 8px;
    gap: 12px;
  }

  .subMenuBlocks {
    gap: 4px;
  }

  .articleBannerSec {
    padding-bottom: 32px;
  }

  .articleBannerCrumbs {
    margin-bottom: 24px;
  }

  .articleBannerCrumbs .breadCrumbList {
    padding-left: 0;
  }

  .articleBannerText {
    padding-left: 0;
  }

  .articleBannerWrap {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }

  .articleBannerMedia {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
    height: auto;
    min-height: 240px;
  }

  .articleBannerMedia img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
  }

  .articleContentSec {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .articleContentSec .colsHolder {
    flex-wrap: wrap;
  }

  .articleContentSec .articleMainCol,
  .articleContentSec .articleSideCol {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .articleContentSec .articleSideCol {
    position: static;
  }

  .articleContentSec .articleSideBar {
    position: static;
    top: auto;
    margin-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .articleContentSec .captionDetailText {
    margin-bottom: 32px;
  }

  .articleContentSec .articleContentBlock {
    margin-bottom: 32px;
  }

  .articleContentSec .articleContentBlock h3,
  .articleContentSec .articleDownloadBlock h3 {
    font-size: 25px;
    line-height: 30px;
  }

  .articleContentSec .articleDownloadBlock {
    padding: 24px;
    margin-bottom: 32px;
  }

  .articleContentSec .articleQuoteBlock {
    padding: 24px;
  }

  .articleContentSec .articleQuoteBlock blockquote {
    font-size: 20px;
    line-height: 28px;
  }

  .templateRelatedArtSec {
    padding: 56px 0;
  }

  .templateRelatedArtSec .wwVideoHeader {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .templateRelatedArrows {
    margin-top: 0;
    width: 100%;
  }

  .homeCategorySec {
    padding-top: 56px;
    padding-bottom: 48px;
  }

  .homeCategorySec .chCol4 {
    width: 50%;
  }

  .hnHealthDescrWrap {
    flex-direction: column;
    min-height: 0;
  }

  .HnmNutriTextWrap,
  .keyHealthDescrWrap {
    width: 100%;
  }

  .keyHealthDescrWrap {
    padding: 24px 16px 16px;
    border-left: 0;
    min-height: 280px;
  }

  .keyHealthFeature {
    max-width: none;
    min-height: 200px;
  }

  .keyHealthDescrWrap .keyText a {
    font-size: 24px;
    line-height: 30px;
  }

  .hmCtnFormSec {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .hmCtnFormSec .ctnHeadingWrap,
  .hmCtnFormSec .ctnContactFormWrapper {
    width: 100%;
  }

  .hmCtnFormSec .ctnContactFormWrapper {
    border-left: 0;
    padding: 24px 16px 16px;
  }

  .hmCtnFormSec .ctnHeadingWrap {
    padding: 16px;
  }
}

@media screen and (max-width: 767px) {
    .btn {
      padding: 12px 16px;
      font-size: 16px;
  }

  .articleBannerSec {
    overflow: visible;
    padding-top: 16px;
    padding-bottom: 32px;
  }

  .articleBannerCrumbs {
    margin-bottom: 32px;
  }

  .articleBannerCrumbs .breadCrumbList {
    flex-wrap: wrap;
  }

  .articleBannerText {
    border-radius: 8px;
    background: #fff;
    padding: 16px;
    margin-left: 8px;
    margin-right: 8px;
    position: relative;
    z-index: 1;
  }

  .articleBannerSec h1.h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .articleBannerMedia {
    height: 458px;
    min-height: 458px;
    border-radius: 8px;
    margin-top: -92px;
  }

  .articleBannerMedia img {
    width: 100%;
    height: 458px;
    object-fit: cover;
    object-position: center;
  }

  .articleContentSec .container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .articleContentSec .templateImageBlock {
    margin-left: -8px;
    margin-right: -8px;
  }

  .templateRelatedArtSec .templateRelatedBtnWrap, 
  .templateRelatedArtSec .templateRelatedBtnWrap .btn {
    width: 100%;
  }

  .templateImageCaption {
    margin-left: 12px;
  }

  .articleContentSec .templateImageCaption {
    font-size: 16px;
  }

  .articleContentSec #synopsis,
  .articleContentSec #key-takeaways,
  .articleContentSec #fibre-gap,
  .articleContentSec #pros-and-cons,
  .articleContentSec #wwVideoSec,
  .articleContentSec #finding-fiber,
  .articleContentSec #increase-fibre-safely,
  .articleContentSec #faq,
  .articleContentSec #article-faq,
  .articleContentSec #in-summary,
  .articleContentSec #how-much-fiber{
    padding-left: 16px;
    padding-right: 16px;
  }

  .articleContentSec .articleDataTableWrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .articleContentSec .articleDataTableWrap::-webkit-scrollbar {
    display: none;
  }

  .articleContentSec .articleDataTable {
    width: max-content;
    min-width: 100%;
  }

  .articleContentSec .articleDataTable th,
  .articleContentSec .articleDataTable td {
    white-space: nowrap;
  }

  .articleContentSec .articleQuoteBlock {
    padding: 20px;
  }

  .articleContentSec .articleContentBlock blockquote p {
    font-size: 20px;
  }

  .articleContentSec .articleQuoteAuthor span {
    font-size: 14px;
    line-height: 18px;
  }

  .articleContentSec .faqAccordionSummary {
    padding: 14px 16px;
    line-height: 20px;
  }

  .articleContentSec .faqAccordionTitle {
    font-size: 20px;
  }

  .articleContentSec .faqAccordionPanel {
    padding: 0 16px 16px;
  }

  .articleContentSec .faqAccordionPanel p {
    font-size: 16px;
  }

  .articleContentSec .articleShareWrap {
    display: none;
  }

  .articleShareMobile {
    display: block;
    position: fixed;
    right: 8px;
    bottom: 30px;
    z-index: 220;
  }

  .articleShareMobileBar {
    right: 56px;
  }

  .articleContentSec .articleAuthorsWrap {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .referArtSec {
    padding: 48px 24px;
  }

  .templateRelatedArtSec {
    padding: 40px 0;
  }

  .templateRelatedSliderWrap {
    overflow: hidden;
  }

  .templateRelatedSlider.featureSlider {
    padding-bottom: 24px;
  }

  .templateRelatedSlider.featureSlider .slick-dots {
    display: flex;
    justify-content: center;
    bottom: 0;
  }


  .homeCategorySec {
    padding-top: 40px;
    padding-bottom: 32px;
  }

  .homeCategorySec .chCol4 {
    width: 100%;
  }

  .catHeadingHead {
    margin-bottom: 24px;
  }

  .hnHealthWrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .HnmNutriTextWrap {
    padding: 16px;
  }

  .keyHealthDescrWrap {
    min-height: 220px;
    padding: 16px;
  }

  .keyHealthDescrWrap .keyText a {
    font-size: 20px;
    line-height: 26px;
  }

  .hmCtnFormSec .ctnDescrWrap {
    border-radius: 12px;
  }

  .hmCtnFormSec .ctnHeadingWrap,
  .hmCtnFormSec .ctnContactFormWrapper {
    padding: 24px 0;
  }

  .hmCtnFormSec .ctnContactForm .formControl input {
    height: 44px;
    padding: 12px 16px;
  }

  .homeBannerSec {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .homeBannerSec .container {
    padding-left: 24px;
    padding-right: 24px;
    order: 1;
  }

  .homeBannerSec .headDescrWrap {
    height: auto;
    justify-content: flex-start;
  }

  .homeBannerSec .headingHeadWraper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: static;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 32px;
  }

  .homeBannerSec .headingHeadWraper::before {
    display: none;
  }

  .homeBannerSec .headingText {
    max-width: none;
    width: 100%;
  }

  .homeBannerSec .headingText h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .homeBannerSec .textWrapper {
    max-width: none;
    width: 100%;
    margin-top: 24px;
  }

  .homeBannerSec .textWrapper p {
    font-size: 16px;
  }

  .homeBannerSec .bannerVideoWraper {
    position: static;
    order: 2;
    width: 100%;
    height: 167px;
    z-index: 0;
  }

  .homeBannerSec .bannerVideoWraper video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .homeBannerSec .bannerVideoWraper iframe.homeBannerVideoEmbed {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
  }

  h1,
  .h1 {
    font-size: 36px;
    line-height: 40px;
  }

  h2,
  .h2 {
    font-size: 30px;
    line-height: 34px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  .breadCrumbList li + li {
    margin-left: 0;
    padding-left: 0;
  }

  .breadCrumbList li + li:before {
    content: none;
  }

  .breadCrumbList li:not(:last-child) {
    margin-right: 15px;
    padding-right: 5px;
    position: relative;
  }

  .breadCrumbList li:not(:last-child):after {
    position: absolute;
    content: "";
    right: -7px;
    top: 6px;
    border-width: 1px 1px 0 0;
    border-color: #001580;
    border-style: solid;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
  }

  .pageBannerSec {
    display: flex;
    flex-direction: column;
    height: auto;
    padding-bottom: 0;
  }

  .pageBannerSec .container {
    order: 1;
  }

  .pageBannerSec .bannerbgImage {
    position: static;
    order: 2;
    z-index: 0;
  }

  .pageBannerSec .bannerbgImage img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  .pageBannerSec .bannerTextDescr {
    height: auto;
    justify-content: flex-start;
    padding-left: 0;
  }

  .bannerTextDescr h1,
  .bannerTextDescr .textWrapper h1 {
    margin-bottom: 32px;
  }

  .bannerTextDescr .textWrapper h1 br {
    display: none;
  }

  .pageBannerSec .bannerTextDescr .textWrapper h1 {
    color: #001580;
  }

  .templateBannerSec .bannerTextDescr {
    justify-content: flex-start;
  }

  .hnHealthDescrWrap {
    flex-direction: column;
    padding: 12px 8px;
  }

  .HnmNutriTextWrap,
  .keyHealthDescrWrap {
    width: 100%;
  }

  .HnmNutriTextWrap {
    padding: 16px;
  }

  .textWrap {
    margin-bottom: 24px;
  }

  .keyHealthDescrWrap {
    border-left: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
    background: #EEF0FF;
  }

  .keyHealthDescrWrap .keyHealthFeature {
    position: relative;
    z-index: 2;
    max-width: none;
    height: auto;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 8px;
  }

  .keyHealthDescrWrap .imgHolder {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 1;
    margin-top: -16px;
    height: auto;
  }

  .keyHealthDescrWrap .imgHolder img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .containerSmall {
    padding-left: 12px;
    padding-right: 12px;
  }

  .colsHolder > .chCol {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .colsHolder > .chCol4 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }

  .scListBlockSec .colsHolder .chCol2{
    margin-bottom: 64px;
  }

  .scListBlockSec .colsHolder .chCol2,
  .scListBlockSec .colsHolder .chCol10 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .scListBlockSec .colsHolder .chCol10 {
    padding: 0;
  }

  .blockTabsWrraper {
    margin-inline: 10px;
  }

  .resources-section .tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .resources-section .tabs::-webkit-scrollbar {
    display: none;
  }

  .resources-section .tab-btn {
    flex-shrink: 0;
    white-space: nowrap;
  }

  .contDescrWrap,
  .contDescrWrap a,
  .templatePage .contDescrWrap {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 8px;
  }

  .contTextWrap {
    display: contents;
  }

  .contTextWrap .pillHeadList {
    order: 1;
    margin-bottom: 16px;
    width: 100%;
  }

  .contImgWrap {
    order: 2;
    align-self: center;
    width: 136px;
    height: 156px;
    margin: 0 auto 24px;
  }

  .contImgWrap img {
    object-fit: cover;
  }

  .contTextWrap h3 {
    order: 3;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    width: 100%;
  }

  .contTextWrap p {
    order: 4;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    width: 100%;
  }

  .contTextWrap strong {
    order: 5;
    display: block;
    margin-top: 20px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    width: 100%;
  }

  .contDescrSec .contDescrWrap + .contDescrWrap {
    margin-top: 16px;
  }

  .search-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .search-input {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    min-width: 0;
  }

  .search-input::placeholder {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .faFeatArtSec {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .faFeatArtSec .featDescrWrap {
    flex-direction: column;
    padding: 0 24px;
  }

  .subsPodTextDescr {
    padding: 8px;
  }

  .faFeatArtSec .featTextWrap {
    width: 100%;
    padding: 24px 0;
  }

  .faFeatArtSec .featTextWrap .headText {
    margin-bottom: 24px;
  }

  .faFeatArtSec .featTextWrap .headText h2 {
    margin-bottom: 12px;
  }

  .faFeatArtSec .faArticleWrapper {
    width: 100%;
    padding: 24px 0;
    border-left: 0;
    border-top: 1px solid rgba(0, 21, 128, 0.2);
  }

  .faFeatArtSec .faArticleWrapper h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
    padding-right: 96px;
  }

  .faFeatArtSec .featureSlider {
    position: relative;
    padding-bottom: 24px;
  }

  .faFeatArtSec .featureSlider .slick-arrow {
    top: -46px;
    width: 36px;
    height: 36px;
  }

  .faFeatArtSec .featureSlider .slickPrev.slick-arrow {
    right: 44px;
  }

  .faFeatArtSec .featDetailWrap {
    height: 360px;
    margin-right: 0;
    padding: 8px;
  }

  .faFeatArtSec .featArtiText {
    min-height: 160px;
    padding: 14px;
  }

  .faFeatArtSec .featArtiText h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .faFeatArtSec .featureSlider .slick-dots {
    bottom: 0;
  }

  .templateRelatedSliderWrap {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .templateRelatedSlider.featureSlider {
    padding-bottom: 24px;
  }

  .templateRelatedSlider.featureSlider .slick-dots {
    display: flex;
    justify-content: center;
    bottom: 0;
  }


  .wwVideoHeader .btn {
    width: 100%;
    display: block;
    text-align: center;
  }

  .homeCategorySec {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .podLinkList {
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .podLinkList li {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0; 
    padding-right: 0;
  }

  .podLinkList li + li {
    margin-top: 8px;
  }

  .podLinkList .btn {
    display: block;
    width: 100%;
  }

  .ctnDescrWrap {
    flex-direction: column;
    padding: 24px;
    row-gap: 16px
  }

  .ctnHeadingWrap,
  .templatePage .ctnHeadingWrap {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }

  .ctnContactFormWrapper,
  .templatePage .ctnContactFormWrapper {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    border-left: none;
    border-top: 2px solid #001580;
    padding: 0;
  }

  .hmCtnFormSec .ctnContactFormWrapper {
    border-top: 0;
  }

  .hmCtnFormSecCentered .ctnHeadingWrap {
    padding: 0;
  }

  .ftFooterSec .colsHolder {
    gap: 64px;
  }

  .ftFooter {
    flex-wrap: wrap;
    gap: 20px;
  }

  .ftMenuListWrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .ftMenuListWrapper .ftListDetails {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .ftMenuListWrapper .ftListDetails + .ftListDetails {
    margin-top: 32px;
  }
}

@media screen and (max-width: 557px) {
  .colsHolder > .chCol4 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media screen and (min-width: 768px) {
  .contTextWrap strong {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .contTextWrap strong {
    display: none;
  }
  .articleContentSec .articleShareWrap {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .articleContentSec .articleShareTrigger {
    display: none;
  }
  .articleContentSec .articleShareTitle {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
    clip: auto;
    white-space: nowrap;
    border: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #001580;
  }
  .articleContentSec .articleShareList {
    opacity: 1;
    visibility: visible;
    max-width: none;
    margin-left: 0;
    overflow: visible;
    gap: 8px;
    transition: none;
  }
  .articleContentSec .articleShareList li + li {
    margin-left: 0;
  }
  .articleContentSec .articleShareList a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background-color: #001580;
    color: #ACB3FF;
    line-height: 0;
  }
  .articleContentSec .articleShareList a svg {
    width: 20px;
    height: 20px;
  }
  .articleContentSec .articleShareList a svg path {
    fill: currentColor;
  }
}

.row.pb-who_we_are .columns + .columns {
  margin-top: 30px;
}

.wwVideoSec .bgImgHolder,
.subsPodcastSec .bgImgHolder,
.hmCtnFormSec .bgImgHolder,
.homeCategorySec .bgImgHolder{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -99;
  background-size: cover;
  background-position: 50%, 50%;
  z-index: -1;
}

.wwVideoSec .bgImgHolder img,
.subsPodcastSec .bgImgHolder img,
.hmCtnFormSec .bgImgHolder img,
.homeCategorySec .bgImgHolder img{
  width: 100%;
  height: 100%;
  opacity: 70%;
}

.hmCtnFormSec .bgImgHolder img{
  opacity: 10%;
}

/* ==========================================================================
   Thank you page / full-width home post section (kerrytheme legacy)
   Template: templates/template-thank.php
   ========================================================================== */

.template-with-background-content {
  margin-bottom: 3rem;
}

.template-with-background-content main {
  position: relative;
  overflow: hidden;
}

.template-with-background-content main .article {
  margin-bottom: 2rem;
}

.template-with-background-content main .article > .article-title {
  display: inline-block;
  font-size: 3rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  letter-spacing: -0.03em;
  line-height: 1.2;
  font-family: "Avenir Next Cyr W00 Bold", Helvetica, Arial, Sans-serif;
  border-bottom: 1px solid;
}

.template-with-background-content main .article > .article-content {
  border-bottom: 1px solid;
}

.template-with-background-content .pb-content {
  color: #475562;
}

.template-with-background-content .pb-content p {
  font-size: 0.9375rem;
  padding-bottom: 1em;
  margin-bottom: 0;
}

.pb-section_title {
  font-size: 2.625rem;
  text-align: center;
  margin: 0.8rem 0 2.8rem;
  color: #333;
}

.pb-postSection .pb-section_title {
  color: #515255;
}

.pb-post_col .pb-col_title {
  padding: 1.25rem;
  font-size: 1rem;
  border-top: 5px solid #98c332;
  text-transform: uppercase;
  color: #515255;
  margin-bottom: 0;
}

.pb-post_col:nth-child(2) .pb-col_title {
  border-top-color: #59ac9c;
}

.pb-post_col:nth-child(2) .pb-item_title a {
  color: #59ac9c !important;
}

.pb-post_col:nth-child(2) .pb-item_title a:hover {
  color: #468c7f !important;
}

.pb-post_col:nth-child(2) a.button {
  background: #59ac9c;
}

.pb-post_col:nth-child(2) a.button:hover {
  background: #468c7f;
}

.pb-post_col:nth-child(3) .pb-col_title {
  border-top-color: #f8aa27;
}

.pb-post_col:nth-child(3) .pb-item_title a {
  color: #f8aa27 !important;
}

.pb-post_col:nth-child(3) .pb-item_title a:hover {
  color: #e59207 !important;
}

.pb-post_col:nth-child(3) a.button {
  background: #f8aa27;
}

.pb-post_col:nth-child(3) a.button:hover {
  background: #e59207;
}

.pb-post_col a.button {
  display: block;
  width: 100%;
  padding: 1.25rem;
  color: #fff;
  text-align: center;
  font-family: "Avenir Next Cyr W00 Bold", Helvetica, Arial, Sans-serif;
  font-size: 1rem;
  margin-top: 1.25rem;
  background: #98c332;
}

.pb-post_col a.button:hover {
  background: #789a28;
}

.pb-post_col .pb-post_item {
  border-top: 1px solid #ccc;
  padding: 10px 0;
}

.pb-post_col .pb-post_item:last-of-type {
  border-bottom: 1px solid #ccc;
}

.pb-post_col .pb-post_item img {
  margin-bottom: 0;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-property: transform;
}

.pb-post_col .pb-post_item img:hover {
  transform: scale(1.05);
}

.pb-post_col .pb-post_item .pb-item_title {
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 0;
}

.pb-post_col .pb-post_item .pb-item_title a {
  color: #98c332;
}

.pb-post_col .pb-post_item .pb-item_title a:hover {
  color: #789a28;
}

.pb-post_col .pb-post_item p {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0.4rem 0 0;
}

.pb-item_authors {
  font-size: 0.875rem;
  line-height: 1.125rem;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0.4rem;
}

.pb-postSection .webinars-wrap:after {
  content: " ";
  display: block;
  clear: both;
  height: 5px;
  background-color: #f8aa27;
  margin-top: 6px;
}

@media only screen and (max-width: 640px) {
  .template-with-background-content main .article > .article-title {
    font-size: 2rem;
  }
}


/* ==========================================================================
   Thank you page / full-width home post section (kerrytheme legacy)
   Template: templates/template-thank.php
   ========================================================================== */

   .template-with-background-content {
    margin-bottom: 3rem;
  }
  
  .template-with-background-content main {
    position: relative;
    overflow: hidden;
  }
  
  .template-with-background-content main .article {
    margin-bottom: 2rem;
  }
  
  .template-with-background-content main .article > .article-title {
    display: inline-block;
    font-size: 3rem;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    letter-spacing: -0.03em;
    line-height: 1.2;
    font-family: "Avenir Next Cyr W00 Bold", Helvetica, Arial, Sans-serif;
    border-bottom: 1px solid;
  }
  
  .template-with-background-content main .article > .article-content {
    border-bottom: 1px solid;
  }
  
  .template-with-background-content .pb-content {
    color: #475562;
  }
  
  .template-with-background-content .pb-content p {
    font-size: 0.9375rem;
    padding-bottom: 1em;
    margin-bottom: 0;
  }
  
  .pb-section_title {
    font-size: 2.625rem;
    text-align: center;
    margin: 0.8rem 0 2.8rem;
    color: #333;
  }
  
  .pb-postSection .pb-section_title {
    color: #515255;
  }
  
  .pb-post_col .pb-col_title {
    padding: 1.25rem;
    font-size: 1rem;
    border-top: 5px solid #98c332;
    text-transform: uppercase;
    color: #515255;
    margin-bottom: 0;
  }
  
  .pb-post_col:nth-child(2) .pb-col_title {
    border-top-color: #59ac9c;
  }
  
  .pb-post_col:nth-child(2) .pb-item_title a {
    color: #59ac9c !important;
  }
  
  .pb-post_col:nth-child(2) .pb-item_title a:hover {
    color: #468c7f !important;
  }
  
  .pb-post_col:nth-child(2) a.button {
    background: #59ac9c;
  }
  
  .pb-post_col:nth-child(2) a.button:hover {
    background: #468c7f;
  }
  
  .pb-post_col:nth-child(3) .pb-col_title {
    border-top-color: #f8aa27;
  }
  
  .pb-post_col:nth-child(3) .pb-item_title a {
    color: #f8aa27 !important;
  }
  
  .pb-post_col:nth-child(3) .pb-item_title a:hover {
    color: #e59207 !important;
  }
  
  .pb-post_col:nth-child(3) a.button {
    background: #f8aa27;
  }
  
  .pb-post_col:nth-child(3) a.button:hover {
    background: #e59207;
  }
  
  .pb-post_col a.button {
    display: block;
    width: 100%;
    padding: 1.25rem;
    color: #fff;
    text-align: center;
    font-family: "Avenir Next Cyr W00 Bold", Helvetica, Arial, Sans-serif;
    font-size: 1rem;
    margin-top: 1.25rem;
    background: #98c332;
  }
  
  .pb-post_col a.button:hover {
    background: #789a28;
  }
  
  .pb-post_col .pb-post_item {
    border-top: 1px solid #ccc;
    padding: 10px 0;
  }
  
  .pb-post_col .pb-post_item:last-of-type {
    border-bottom: 1px solid #ccc;
  }
  
  .pb-post_col .pb-post_item img {
    margin-bottom: 0;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
    transition-property: transform;
  }
  
  .pb-post_col .pb-post_item img:hover {
    transform: scale(1.05);
  }
  
  .pb-post_col .pb-post_item .pb-item_title {
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin-bottom: 0;
  }
  
  .pb-post_col .pb-post_item .pb-item_title a {
    color: #98c332;
  }
  
  .pb-post_col .pb-post_item .pb-item_title a:hover {
    color: #789a28;
  }
  
  .pb-post_col .pb-post_item p {
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0.4rem 0 0;
  }
  
  .pb-item_authors {
    font-size: 0.875rem;
    line-height: 1.125rem;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0.4rem;
  }
  
  .pb-postSection .webinars-wrap:after {
    content: " ";
    display: block;
    clear: both;
    height: 5px;
    background-color: #f8aa27;
    margin-top: 6px;
  }
  
  @media only screen and (max-width: 640px) {
    .template-with-background-content main .article > .article-title {
      font-size: 2rem;
    }
  }

.articleContributorsDetailWrap {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 21, 128, 0.2);
}

.articleContributorsDetailTitle {
  margin-bottom: 24px;
}

.articleContributorEntry {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 21, 128, 0.12);
}

.articleContributorEntry:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.articleContributorEntryHead {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}

.articleContributorEntryMedia {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
}

.articleContributorEntryMedia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.articleContributorEntryMeta h3 {
  margin: 0 0 8px;
  color: #001580;
  text-transform: capitalize;
}

.articleContributorEntryJob {
  margin: 0;
  color: #001580;
  text-transform: capitalize;
}

.articleContributorEntryExcerpt {
  margin: 0 0 16px;
}

.articleFilePaper {
  margin-top: 0;
}

.articleFilePaperCard {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
}

.articleFilePaperTitle {
  margin: 0 0 16px;
}

.articleFilePaperTitle a {
  color: #001580;
  text-decoration: underline;
}

.articleFilePaperTitle a:hover {
  text-decoration: none;
}

.articleFilePaperAuthors {
  margin: 0 0 16px;
}

.articleContentSec .articleMainCol .contDescrSec.containerSmall {
  padding-top: 28px;
  padding-bottom: 40px;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.articleContentSec .contDescrSec.containerSmall {
  padding-top: 28px;
  padding-bottom: 40px;
  max-width: 937px;
  margin-left: auto;
  margin-right: auto;
}

.articleContentSec .contDescrSec .referArtSec {
  margin-top: 41px;
  background-color: #EEF0FF;
  border-radius: 8px;
  padding: 54px 47px 48px;
}

.articleContentSec .contDescrSec .referArtSec h2 {
  margin-bottom: 17px;
}

.articleContentSec .contDescrSec .referArtSec p {
  font-size: inherit;
}

.articleContentSec .contDescrSec .refDetailList {
  margin: 0;
  padding: 0 0 0 17px;
  font-size: 11px;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}

.articleContentSec .contDescrSec .refDetailList li {
  font-size: 11px;
}

.articleContentSec .contDescrSec .refDetailList li a {
  color: #289BA2;
  text-decoration: underline;
}

.articleContentSec .contDescrSec .refDetailList li a:hover {
  text-decoration: none;
}

.articleContentSec .contDescrSec .refDetailList li + li {
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .articleContentSec .contDescrSec .referArtSec {
    padding: 48px 24px;
  }

  #main.templatePage {
    overflow-x: clip;
  }

  .templateBannerCrumbs .breadCrumbList {
    flex-wrap: wrap;
    row-gap: 8px;
  }

  .templatePage .pageBannerSec {
    overflow-x: clip;
  }

  .templatePage .articleContentBlock img,
  .templatePage .articleContentBlock iframe,
  .templatePage .articleContentBlock video,
  .templatePage .articleContentBlock embed,
  .templatePage .articleContentBlock object {
    max-width: 100%;
    height: auto;
  }

  .templatePage .articleContentBlock .row {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }

  .templatePage .articleContentBlock .row .row {
    margin-left: 0;
    margin-right: 0;
  }

  .templatePage .articleContentBlock .pb-taste_block,
  .templatePage .articleContentBlock .pb-content,
  .templatePage .articleContentBlock .wpb_content_element {
    max-width: 100%;
    overflow-x: clip;
  }

  .articleShareMobile.isOpen .articleShareMobileBar,
  .articleShareMobile:hover .articleShareMobileBar,
  .articleShareMobile:focus-within .articleShareMobileBar {
    max-width: min(240px, calc(100vw - 72px));
  }
}

.page-template-template-taste ul.ftMenuList {
	margin-left: 0 !important;
}

img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.page-template-template-taste .articleContentSec .container{
  max-width: 1112px;
}

@keyframes categoryArchiveShimmer {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

[data-category-archive].isLoading .tab-btn {
  pointer-events: none;
}

[data-category-archive].isLoading .tab-btn:not(.active) {
  opacity: 0.55;
}

[data-library-block].isLoading .tab-btn {
  pointer-events: none;
}

[data-library-block].isLoading .tab-btn:not(.active) {
  opacity: 0.55;
}

[data-about-archive].isLoading .tab-btn {
  pointer-events: none;
}

[data-about-archive].isLoading .tab-btn:not(.active) {
  opacity: 0.55;
}

.aboutContributorSkeleton {
  pointer-events: none;
}

.aboutContributorSkeletonImage {
  width: 100%;
  height: 105px;
  clip-path: polygon(100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%, 50% 0%);
}

.aboutContributorSkeletonTitle {
  height: 21px;
  width: 55%;
  margin-bottom: 12px;
}

.aboutContributorSkeletonJob {
  height: 14px;
  width: 72%;
  margin-bottom: 16px;
}

.aboutContributorSkeletonLink {
  height: 12px;
  width: 42%;
}

.aboutExpertsSkeletonGrid.contDescrSec {
  padding-top: 0;
  padding-bottom: 0;
}

.categoryLibrarySkeletonFeatured {
  pointer-events: none;
  overflow: hidden;
  min-height: 400px;
  display: flex;
  flex-direction: column;
}

.categoryLibrarySkeletonFeatureBody {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px;
  flex: 1 1 auto;
}

.categoryLibrarySkeletonFeatured .imgHolder {
  position: relative;
  min-height: 220px;
}

.categoryLibrarySkeletonFeatured .categoryArchiveSkeletonImageFill {
  width: 100%;
  height: 100%;
  min-height: 220px;
  border-radius: 0;
}

.categoryArchiveSkeleton {
  pointer-events: none;
  overflow: hidden;
}

.categoryArchiveSkeleton .featArtiText {
  background-color: rgba(255, 255, 255, 0.92);
}

.categoryArchiveSkeletonBlock {
  display: block;
  border-radius: 6px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(255, 255, 255, 0.7) 45%,
    rgba(255, 255, 255, 0.35) 100%
  );
  background-size: 200% 100%;
  animation: categoryArchiveShimmer 1.4s ease-in-out infinite;
}

.categoryArchiveSkeletonPill {
  width: 72px;
  height: 22px;
  border-radius: 999px;
}

.categoryArchiveSkeletonPillShort {
  width: 52px;
}

.categoryArchiveSkeletonLines {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.categoryArchiveSkeletonTitle {
  height: 20px;
  width: 100%;
}

.categoryArchiveSkeletonTitleShort {
  width: 68%;
}

.categoryArchiveSkeletonMetaWrap {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.categoryArchiveSkeletonMeta {
  width: 84px;
  height: 14px;
}

.categoryArchiveSkeletonImage {
  background-color: #8f99eb;
}

.categoryArchiveSkeletonImageFill {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(255, 255, 255, 0.28) 45%,
    rgba(255, 255, 255, 0.08) 100%
  );
  background-size: 200% 100%;
  animation: categoryArchiveShimmer 1.4s ease-in-out infinite;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.page-template-template-contact .article-content{
  max-width: 1112px;
}

.pageBannerSec::before{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff30;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 99;
}

.bannerTextDescr{
  position: relative;
  z-index: 999;
}

.accordion .accordion-content {
  display: none;
}

.accordion .accordion-item.is-active > .accordion-content {
  display: block;
}

#about-experts .tab-content .colsHolder .chCol4 {
	width: 100%;
}

#about-experts .tab-content .colsHolder{
  row-gap: 20px;
}

.articleContentSec .container{
  max-width: 1000px;
}

.articleContentSec figure{
  margin: 1rem 0;
  max-width: 650px;
}

.articleContentSec img{
  margin: .5rem 0;
}

.catTextIcnWrap .IcnWrap img{
  width: auto !important;
  height: auto !important;
}