.a-button{display:-webkit-box;display:-ms-flexbox;display:flex}
.a-button .btn{color:var(--button-color);font-size:var(--button-font-size);line-height:var(--button-line-height);padding:var(--button-padding);border-radius:var(--button-border-radius);border:var(--button-border);font-weight:bold;text-transform:uppercase;position:relative}
@media(max-width:767.98px){.a-button .btn{width:100%}
}
.a-button .btn:hover{-webkit-box-shadow:var(--button-box-shadow);box-shadow:var(--button-box-shadow);color:var(--button-color-hover)}
.a-button .btn:hover .abt-icon:before{color:var(--button-color-hover)}
.a-button .btn:disabled,.a-button .btn.disabled{background-color:var(--button-disabled-bg-color);color:var(--button-disabled-color);-webkit-box-shadow:none !important;box-shadow:none !important;cursor:default}
.a-button .btn:disabled:active,.a-button .btn.disabled:active{background-color:var(--button-disabled-bg-color);color:var(--button-disabled-color)}
.a-button .btn__img{padding:0;background-color:transparent}
.a-button .btn__img:hover{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}
.a-button .btn__img:active{background-color:transparent}
.a-button--lg .btn{padding:var(--button-padding)}
.a-button--lg .abt-icon{font-size:var(--button-icon-size-lg) !important}
.a-button--md .btn{padding:var(--button-padding-md)}
.a-button--md .abt-icon{font-size:var(--button-icon-size) !important}
.a-button--sm .btn{padding:var(--button-padding-sm);font-size:var(--button-font-size-sm);line-height:var(--button-line-height-sm)}
.a-button--sm .abt-icon{font-size:var(--button-icon-size-sm) !important;top:8px}
.a-button .abt-icon{position:absolute;font-size:var(--button-icon-size);display:none}
.a-button .abt-icon-only{display:contents}
.a-button--icon-left .abt-icon:not(.abt-icon-only){display:inherit;left:20px}
.a-button--icon-left span{padding-left:20px}
.a-button--icon-right .abt-icon:not(.abt-icon-only){display:inherit;right:20px}
.a-button--icon-right span{padding-right:22px}
.a-button--full-width{width:100%;display:block}
.a-button--full-width .btn{width:100%}
@media(max-width:767.98px){.a-button--full-width-mobile{display:block;width:100%}
.a-button--full-width-mobile .btn{width:100%}
}
.a-button--img .btn{padding:0}
.a-button--img .btn:hover{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}
.a-button--primary .btn{background-color:var(--button-primary-bg);color:var(--button-primary-color)}
.a-button--primary .btn:active{background-color:var(--button-primary-bg-pressed)}
.a-button--primary-v1 .btn{background-color:var(--button-primary-v1-bg);color:var(--button-primary-v1-color)}
.a-button--primary-v1 .btn:hover{color:var(--button-primary-v1-color)}
.a-button--primary-v1 .btn:active{background-color:var(--button-primary-v1-bg-pressed);color:var(--button-primary-v1-color-pressed)}
.a-button--primary-v2 .btn{background-color:var(--button-primary-v2-bg);color:var(--button-primary-v2-color)}
.a-button--primary-v2 .btn:hover{color:var(--button-primary-v2-color)}
.a-button--primary-v2 .btn:active{background-color:var(--button-primary-v2-bg-pressed);color:var(--button-primary-v2-color)}
.a-button--secondary .btn{border:var(--button-secondary-border);background-color:var(--button-secondary-bg);color:var(--button-secondary-color)}
.a-button--secondary .btn:hover{background-color:var(--button-secondary-bg-hover);-webkit-box-shadow:none;box-shadow:none;color:var(--button-secondary-color-hover)}
.a-button--secondary .btn:active{background-color:var(--button-secondary-bg-pressed);-webkit-box-shadow:var(--button-box-shadow);box-shadow:var(--button-box-shadow)}
.a-button--secondary-v1 .btn{border:var(--button-secondary-v1-border);background-color:var(--button-secondary-v1-bg);color:var(--button-secondary-v1-color)}
.a-button--secondary-v1 .btn:hover{background-color:var(--button-secondary-v1-bg-hover);color:var(--button-secondary-v1-color);-webkit-box-shadow:none;box-shadow:none}
.a-button--secondary-v1 .btn:active{background-color:var(--button-secondary-v1-bg-pressed);color:var(--button-secondary-v1-color);-webkit-box-shadow:var(--button-box-shadow);box-shadow:var(--button-box-shadow)}
.a-button--tertiary .btn{background-color:var(--button-tertiary-bg);color:var(--button-tertiary-color)}
.a-button--tertiary .btn:hover{background-color:var(--button-tertiary-bg-hover);color:var(--button-tertiary-color-hover);-webkit-box-shadow:none;box-shadow:none}
.a-button--tertiary .btn:active{background-color:var(--button-tertiary-bg-pressed);color:var(--button-tertiary-color)}
.a-button--danger .btn{background-color:var(--button-danger-bg);color:var(--button-danger-color)}
.a-button--danger .btn:hover{color:var(--button-danger-color)}
.a-button--danger .btn:active{background-color:var(--button-danger-bg-pressed);color:var(--button-danger-color)}
.a-button--outline.a-button--primary .btn{color:var(--button-outline-color);border:1px solid var(--button-outline-border-color);background-color:var(--button-outline-bg)}
.a-button--outline.a-button--primary-v1 .btn{border:1px solid var(--button-primary-v1-bg);color:var(--button-outline-color);background-color:var(--button-outline-bg)}
.a-button--outline.a-button--primary-v1 .btn:hover{background-color:var(--button-primary-v1-bg)}
.a-button--outline.a-button--primary-v1 .btn:active{background-color:var(--button-primary-v2-bg-pressed);color:var(--button-primary-v2-color)}
.a-button--outline.a-button--primary-v2 .btn{border:1px solid var(--button-outline-border-color);color:var(--button-outline-color);background-color:var(--button-outline-bg)}
.a-button--outline.a-button--primary-v2 .btn:active{background-color:var(--button-primary-v2-bg-pressed);color:var(--button-primary-v2-color)}
.a-button--outline.a-button--secondary-v1 .btn{border:1px solid var(--button-secondary-v1-color);background-color:var(--button-outline-bg)}
.a-button--outline.a-button--tertiary .btn{border:1px solid var(--button-tertiary-bg-pressed);background-color:var(--button-outline-bg)}
.a-button--outline.a-button--danger .btn{border:1px solid var(--button-danger-bg);color:var(--button-danger-bg);background-color:var(--button-outline-bg)}
.a-button--spinner{position:relative}
.a-button--spinner .abt-icon{position:static;background:0;height:1rem;width:1rem;margin:0 .5rem 0 0;display:inline-block;vertical-align:text-bottom;border:.125em solid var(--button-spinner-fg-color);border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite;top:-1px}
.a-button--spinner .abt-icon:before{display:none}
.a-button--spinner-sm button{height:3rem;width:3.5rem}
.a-button--spinner-sm::before{position:absolute;top:20px;right:auto;left:24px}
@media(max-width:767.98px){.a-button--mobile-icon .btn{padding-left:20px !important;padding-right:20px !important}
.a-button--mobile-icon .btn .abt-icon{position:static;left:inherit;right:inherit}
.a-button--mobile-icon .btn span{display:none}
}
.a-button .m-popup .a-link .abt-icon{position:absolute;top:inherit;color:inherit}
.a-product-price{font-weight:bold;text-align:center;padding-bottom:20px;background-color:var(--product-price-bg-color)}
.a-product-price__normal-price{color:var(--product-price-normal-color);font-size:var(--product-price-normal-font-size);line-height:1.2}
.a-product-price__discount-price{color:var(--product-price-discount-color);font-size:var(--product-price-discount-font-size);line-height:var(--product-price-discount-line-height);text-decoration:line-through}
.a-product-price__labels{display:none}
.a-product-price__subscription-label{margin:0;color:var(--product-price-subscription-label-color);font-size:var(--product-price-subscription-label-font-size)}
.a-input-field{margin:var(--input-field-margin)}
.a-input-field--text-error,.a-input-field--text-regex,.a-input-field--text-require,.a-input-field--text-strength{display:none}
.a-input-field--required{display:none}
.a-input-field--required.show{display:inline-block}
.a-input-field--text-help{display:block;margin-top:var(--input-field-help-text-margin-top)}
.a-input-field .form-group .a-input-label,.a-input-field.form-group .a-input-label{font-size:var(--input-field-label-font-size);line-height:var(--input-field-label-line-height);color:var(--input-field-label-color);text-transform:none;font-weight:normal;margin-bottom:var(--input-field-spacing-bottom)}
.a-input-field .form-group .a-input-grp,.a-input-field.form-group .a-input-grp{position:relative}
.a-input-field .form-group .a-input-grp input,.a-input-field .form-group .a-input-grp textarea,.a-input-field.form-group .a-input-grp input,.a-input-field.form-group .a-input-grp textarea{outline:0;color:var(--input-color);-webkit-box-sizing:border-box;box-sizing:border-box;font-family:inherit}
.a-input-field .form-group .a-input-grp textarea,.a-input-field.form-group .a-input-grp textarea{height:auto}
.a-input-field .form-group .a-input-grp input::-webkit-input-placeholder,.a-input-field .form-group .a-input-grp textarea::-webkit-input-placeholder,.a-input-field.form-group .a-input-grp input::-webkit-input-placeholder,.a-input-field.form-group .a-input-grp textarea::-webkit-input-placeholder{color:var(--input-field-placeholder-color)}
.a-input-field .form-group .a-input-grp input::-moz-placeholder,.a-input-field .form-group .a-input-grp textarea::-moz-placeholder,.a-input-field.form-group .a-input-grp input::-moz-placeholder,.a-input-field.form-group .a-input-grp textarea::-moz-placeholder{color:var(--input-field-placeholder-color)}
.a-input-field .form-group .a-input-grp input:-ms-input-placeholder,.a-input-field .form-group .a-input-grp textarea:-ms-input-placeholder,.a-input-field.form-group .a-input-grp input:-ms-input-placeholder,.a-input-field.form-group .a-input-grp textarea:-ms-input-placeholder{color:var(--input-field-placeholder-color)}
.a-input-field .form-group .a-input-grp input::-ms-input-placeholder,.a-input-field .form-group .a-input-grp textarea::-ms-input-placeholder,.a-input-field.form-group .a-input-grp input::-ms-input-placeholder,.a-input-field.form-group .a-input-grp textarea::-ms-input-placeholder{color:var(--input-field-placeholder-color)}
.a-input-field .form-group .a-input-grp input::placeholder,.a-input-field .form-group .a-input-grp textarea::placeholder,.a-input-field.form-group .a-input-grp input::placeholder,.a-input-field.form-group .a-input-grp textarea::placeholder{color:var(--input-field-placeholder-color)}
.a-input-field .form-group .a-input-grp .a-input-control,.a-input-field.form-group .a-input-grp .a-input-control{border-radius:var(--input-field-border-radius);font-size:var(--input-field-label-font-size);line-height:var(--input-field-label-line-height);color:var(--input-color);text-transform:none;font-weight:normal;-webkit-box-shadow:none;box-shadow:none;background-color:var(--input-bg);border:var(--input-field-border)}
.a-input-field .form-group .a-input-grp .a-input-control:focus,.a-input-field.form-group .a-input-grp .a-input-control:focus{border-color:var(--input-field-focus-color);-webkit-box-shadow:var(--input-field-box-shadow-focus);box-shadow:var(--input-field-box-shadow-focus)}
.a-input-field .form-group .a-input-grp .a-input-control:disabled,.a-input-field .form-group .a-input-grp .a-input-control[readonly],.a-input-field.form-group .a-input-grp .a-input-control:disabled,.a-input-field.form-group .a-input-grp .a-input-control[readonly]{background-color:var(--input-field-readonly-color);border-color:var(--input-field-readonly-color)}
.a-input-field .form-group .a-input-grp input.a-input-control,.a-input-field.form-group .a-input-grp input.a-input-control{height:var(--input-field-height);max-height:var(--input-field-max-height);padding:var(--input-field-padding)}
.a-input-field .form-group .a-input-grp .icon,.a-input-field.form-group .a-input-grp .icon{font-size:var(--input-icon-size)}
.a-input-field .form-group .a-input-grp .icon.icon-left,.a-input-field.form-group .a-input-grp .icon.icon-left{position:absolute;z-index:4;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin-left:var(--input-field-icon-spacing-left)}
.a-input-field .form-group .a-input-grp .icon.icon-right,.a-input-field.form-group .a-input-grp .icon.icon-right{position:absolute;z-index:4;top:50%;right:0;left:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin-right:var(--input-field-icon-spacing-right)}
.a-input-field .form-group .a-input-grp.double-icon input.a-input-control,.a-input-field.form-group .a-input-grp.double-icon input.a-input-control{padding:var(--input-field-double-icon-padding)}
.a-input-field .form-group .a-input-grp.left-icon input.a-input-control,.a-input-field.form-group .a-input-grp.left-icon input.a-input-control{padding:var(--input-field-left-icon-padding)}
.a-input-field .form-group .a-input-grp.right-icon input.a-input-control,.a-input-field.form-group .a-input-grp.right-icon input.a-input-control{padding:var(--input-field-right-icon-padding)}
.a-input-field .form-group .a-input-grp.a-input-date-group.right-icon .icon,.a-input-field.form-group .a-input-grp.a-input-date-group.right-icon .icon{pointer-events:none;background-color:var(--input-bg)}
.a-input-field .form-group .a-input-grp.a-input-date-group.right-icon input.a-input-control,.a-input-field.form-group .a-input-grp.a-input-date-group.right-icon input.a-input-control{padding-right:.5rem}
.a-input-field .form-group .form-text,.a-input-field.form-group .form-text{font-size:var(--input-field-form-text-font-size);line-height:var(--input-field-form-text-line-height);color:var(--input-field-form-text-color);text-transform:none;font-weight:normal;margin-top:var(--input-field-help-text-margin-top)}
.a-input-field .form-group.validation-error .form-label,.a-input-field .form-group.validation-regex .form-label,.a-input-field .form-group.validation-require .form-label,.a-input-field.form-group.validation-error .form-label,.a-input-field.form-group.validation-regex .form-label,.a-input-field.form-group.validation-require .form-label{color:var(--input-field-error-color)}
.a-input-field .form-group.validation-error .a-input-field--text-help,.a-input-field .form-group.validation-regex .a-input-field--text-help,.a-input-field .form-group.validation-require .a-input-field--text-help,.a-input-field.form-group.validation-error .a-input-field--text-help,.a-input-field.form-group.validation-regex .a-input-field--text-help,.a-input-field.form-group.validation-require .a-input-field--text-help{display:none}
.a-input-field .form-group.validation-error .input-group .a-input-control,.a-input-field .form-group.validation-regex .input-group .a-input-control,.a-input-field .form-group.validation-require .input-group .a-input-control,.a-input-field.form-group.validation-error .input-group .a-input-control,.a-input-field.form-group.validation-regex .input-group .a-input-control,.a-input-field.form-group.validation-require .input-group .a-input-control{border-color:var(--input-field-error-color)}
.a-input-field .form-group.validation-error .a-input-field--text-error,.a-input-field.form-group.validation-error .a-input-field--text-error{display:block;color:var(--input-field-error-color)}
.a-input-field .form-group.validation-error .a-input-field--text-error .abt-icon,.a-input-field.form-group.validation-error .a-input-field--text-error .abt-icon{font-size:var(--input-field-message-icon);padding-right:var(--input-field-icon-padding-right);position:relative;top:1px}
.a-input-field .form-group.validation-require .a-input-field--text-require,.a-input-field.form-group.validation-require .a-input-field--text-require{display:block;color:var(--input-field-error-color)}
.a-input-field .form-group.validation-require .a-input-field--text-require .abt-icon,.a-input-field.form-group.validation-require .a-input-field--text-require .abt-icon{font-size:var(--input-field-message-icon);padding-right:var(--input-field-icon-padding-right);position:relative;top:1px}
.a-input-field .form-group.validation-regex .a-input-field--text-regex,.a-input-field.form-group.validation-regex .a-input-field--text-regex{display:block;color:var(--input-field-error-color)}
.a-input-field .form-group.validation-regex .a-input-field--text-regex .abt-icon,.a-input-field.form-group.validation-regex .a-input-field--text-regex .abt-icon{font-size:var(--input-field-message-icon);padding-right:var(--input-field-icon-padding-right);position:relative;top:1px}
.a-input-field .form-group.validation-strength .a-input-field--text-strength,.a-input-field.form-group.validation-strength .a-input-field--text-strength{display:block;color:var(--input-field-error-color)}
.a-input-field .form-group.validation-strength .a-input-field--text-strength .abt-icon,.a-input-field.form-group.validation-strength .a-input-field--text-strength .abt-icon{font-size:var(--input-field-message-icon);padding-right:var(--input-field-icon-padding-right);position:relative;top:1px}
.a-input-field .form-group .a-input-password-strength .password-progressbar,.a-input-field.form-group .a-input-password-strength .password-progressbar{margin:var(--input-field-password-progress-margin-y)}
.a-input-field .form-group .a-input-password-strength .progress,.a-input-field.form-group .a-input-password-strength .progress{padding:0;margin:var(--input-field-password-progress-margin-x);height:var(--input-field-password-progress-height);border-radius:var(--input-field-password-progress-border-radius);background-color:var(--input-field-password-progress-color)}
.a-input-field .form-group .a-input-password-strength .progress:first-child,.a-input-field.form-group .a-input-password-strength .progress:first-child{margin-left:0}
.a-input-field .form-group .a-input-password-strength .progress:last-child,.a-input-field.form-group .a-input-password-strength .progress:last-child{margin-right:0}
.a-input-field .form-group .a-input-password-strength.password-weak .progress:first-child .progress-bar,.a-input-field.form-group .a-input-password-strength.password-weak .progress:first-child .progress-bar{background-color:var(--input-filed-password-progress-weak-color);width:100%}
.a-input-field .form-group .a-input-password-strength.password-ok .progress:nth-child(-n + 2) .progress-bar,.a-input-field.form-group .a-input-password-strength.password-ok .progress:nth-child(-n + 2) .progress-bar{background-color:var(--input-filed-password-progress-medium-color);width:100%}
.a-input-field .form-group .a-input-password-strength.password-medium .progress:nth-child(-n + 3) .progress-bar,.a-input-field.form-group .a-input-password-strength.password-medium .progress:nth-child(-n + 3) .progress-bar{background-color:var(--input-filed-password-progress-strong-color);width:100%}
.a-input-field .form-group .a-input-password-strength.password-strong .progress:nth-child(-n + 4) .progress-bar,.a-input-field.form-group .a-input-password-strength.password-strong .progress:nth-child(-n + 4) .progress-bar{background-color:var(--input-filed-password-progress-strong-color);width:100%}
.a-input-field .form-group .a-input-password-strength[data-password-type="complex"].password-medium .progress:nth-child(-n + 3) .progress-bar,.a-input-field.form-group .a-input-password-strength[data-password-type="complex"].password-medium .progress:nth-child(-n + 3) .progress-bar{background-color:var(--input-filed-password-progress-medium-color);width:100%}
.a-input-field .form-group .tooltip-pwd,.a-input-field.form-group .tooltip-pwd{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:var(--input-field-help-text-margin-top)}
.a-input-field .form-group .tooltip-pwd .a-tooltip,.a-input-field.form-group .tooltip-pwd .a-tooltip{position:relative}
.a-input-field .form-group .tooltip-pwd .a-tooltip .tooltip,.a-input-field.form-group .tooltip-pwd .a-tooltip .tooltip{width:var(--input-field-password-tooltip-width)}
.a-input-field .form-group .tooltip-pwd .tooltip-wrapper,.a-input-field.form-group .tooltip-pwd .tooltip-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.a-input-field .form-group .tooltip-pwd .tooltip-pwd-label,.a-input-field.form-group .tooltip-pwd .tooltip-pwd-label{font-family:var(--input-field-password-tooltip-font-family);font-size:var(--input-field-password-tooltip-font-size);line-height:var(--input-field-password-tooltip-line-height);color:var(--input-field-password-tooltip-font-color);text-transform:none;font-weight:normal;letter-spacing:0;margin-bottom:0;margin-right:var(--input-field-password-indicator-margin-right)}
.a-input-field .form-group .tooltip-pwd .tooltip-pwd-title,.a-input-field.form-group .tooltip-pwd .tooltip-pwd-title{font-family:var(--input-field-password-tooltip-font-family);font-size:var(--input-field-password-tooltip-font-size);line-height:var(--input-field-password-tooltip-line-height)}
.a-input-field .form-group .tooltip-pwd .abt-icon,.a-input-field.form-group .tooltip-pwd .abt-icon{color:var(--input-field-password-tooltip-font-color)}
.a-input-field .form-group .tooltip-pwd .tooltip-pwd-table,.a-input-field.form-group .tooltip-pwd .tooltip-pwd-table{font-size:var(--input-field-password-tooltip-font-size);line-height:var(--input-field-password-tooltip-line-height)}
.a-input-field .form-group .tooltip-pwd .tooltip-pwd-table .col-3,.a-input-field.form-group .tooltip-pwd .tooltip-pwd-table .col-3{padding-right:0}
.a-input-field .form-group .tooltip-pwd .tooltip-pwd-table .abt-icon-cross,.a-input-field.form-group .tooltip-pwd .tooltip-pwd-table .abt-icon-cross{color:var(--input-field-password-danger-color);font-size:var(--input-field-password-tooltip-icon-size);padding-right:var(--input-field-password-icon-padding-right)}
.a-input-field .form-group .tooltip-pwd .tooltip-pwd-table .abt-icon-tick,.a-input-field.form-group .tooltip-pwd .tooltip-pwd-table .abt-icon-tick{color:var(--input-field-password-success-color);font-size:var(--input-field-password-tooltip-icon-size);padding-right:var(--input-field-password-icon-padding-right)}
.a-input-field .form-group .tooltip-pwd .tooltip-pwd-table .tooltip-desc,.a-input-field.form-group .tooltip-pwd .tooltip-pwd-table .tooltip-desc{font-size:var(--input-field-password-tooltip-font-size);line-height:var(--input-field-password-tooltip-line-height);margin-bottom:var(--input-field-password-tooltip-desc-margin-bottom)}
.a-input-field__asterik-pos--start .a-input-label{display:-webkit-box;display:-ms-flexbox;display:flex}
.a-input-field__asterik-pos--start .a-input-field--required{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
.a-input-field__asterik-pos--start .a-input-field__label{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
.a-input-field-label--color-alternate .form-group .a-input-label{color:var(--input-field-label-color-black)}
.a-input-field[data-required="true"] .a-input-field--required{display:inline-block}
.visually-hidden{clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}
.a-input-password-success-msg,.a-input-password-failed-msg{display:none}
.checkbox{--checkbox-error-color:var(--danger-color);--checkbox-message-icon:.75rem;--checkbox-icon-padding-right:.5rem;--checkbox-form-text-font-size:.75rem;--checkbox-form-text-line-height:1rem;--checkbox-form-text-color:var(--gray-darker-color);--checkbox-help-text-margin-bottom:.75rem;--checkbox-help-text-margin-top:-0.625rem}
.a-checkbox{display:block;position:relative;padding-left:var(--checkbox-padding-left);padding-right:var(--checkbox-padding-right);margin-bottom:var(--checkbox-margin-bottom);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.a-checkbox-label{display:block;color:#63666a}
.a-checkbox--vertical{display:block}
.a-checkbox--horizontal{display:inline-block}
.a-checkbox__text{cursor:pointer;font-size:var(--checkbox-font-size);line-height:var(--checkbox-line-height);color:var(--checkbox-color)}
.a-checkbox__title-text:empty,.a-checkbox__title-text:empty + .a-dropdown__title--required{display:none}
.a-checkbox--label-none{margin-bottom:var(--checkbox-label-none-margin-bottom)}
.a-checkbox--label-none .a-checkbox__text{display:none}
.a-checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}
.a-checkbox__custom{position:absolute;top:0;left:0;height:1.25rem;width:1.25rem;border-radius:.25rem;-webkit-box-sizing:border-box;box-sizing:border-box;border:var(--checkbox-custom-border);background-color:var(--checkbox-custom-bg)}
input:checked ~ .a-checkbox__custom{background-color:var(--checkbox-checked-bg);-webkit-box-shadow:var(--checkbox-field-box-shadow-focus);box-shadow:var(--checkbox-field-box-shadow-focus)}
input:checked ~ .a-checkbox__custom:after{display:block}
.a-checkbox__custom:after{content:"";position:absolute;display:none;left:.375rem;top:.125rem;width:.375rem;height:.625rem;border:solid var(--checkbox-tick-color);border-width:0 .125rem .125rem 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
.a-checkbox--error label.a-checkbox__label .a-checkbox__text{color:var(--checkbox-error-color)}
.a-checkbox--error label.a-checkbox__label .a-checkbox__custom{border:1px solid var(--checkbox-error-color)}
.a-checkbox--error label.a-checkbox__label input:checked ~ .a-checkbox__custom{background-color:var(--checkbox-custom-bg)}
.a-checkbox--checked-disabled label.a-checkbox__label .a-checkbox__text{color:var(--checkbox-disabled-color)}
.a-checkbox--checked-disabled label.a-checkbox__label .a-checkbox__custom{border:1px solid var(--checkbox-disabled-color);background-color:var(--checkbox-disabled-color)}
.a-checkbox--checked-disabled label.a-checkbox__label .a-checkbox__custom:after{display:block}
.a-checkbox--disabled label.a-checkbox__label .a-checkbox__text{color:var(--checkbox-disabled-color)}
.a-checkbox--disabled label.a-checkbox__label .a-checkbox__custom{border:1px solid var(--checkbox-disabled-color);background-color:var(--checkbox-disabled-bg-color)}
.a-checkbox--indeterminate .a-checkbox__custom:after{content:"\2212";left:.3125rem;top:0;color:var(--checkbox-indeterminate-tick-color);background-color:var(--checkbox-indeterminate-checked-bg);text-align:center;height:0;width:0;border:0;border-width:0;-webkit-transform:rotate(0);transform:rotate(0)}
.a-checkbox--indeterminate .a-checkbox__custom{border:1px solid var(--checkbox-indeterminate-tick-color);background-color:var(--checkbox-indeterminate-checked-bg)}
.a-checkbox--indeterminate .a-checkbox__custom::after{display:block}
.a-checkbox--indeterminate input:checked ~ .a-checkbox__custom:after{content:" ";background-color:transparent;left:.375rem;top:.125rem;width:.375rem;height:.625rem;border:solid var(--checkbox-tick-color);border-width:0 .125rem .125rem 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);color:var(--checkbox-tick-color)}
.checkbox--text-require{display:none;font-size:var(--checkbox-form-text-font-size);line-height:var(--checkbox-form-text-line-height);color:var(--checkbox-form-text-color);text-transform:none;font-weight:normal;margin-bottom:var(--checkbox-help-text-margin-bottom);margin-top:var(--checkbox-help-text-margin-top)}
.checkbox.validation-require .checkbox--text-require{display:block;font-size:var(--checkbox-form-text-font-size);color:var(--checkbox-error-color)}
.checkbox.validation-require .checkbox--text-require .abt-icon{font-size:var(--checkbox-message-icon);padding-right:var(--checkbox-icon-padding-right);position:relative;top:1px}
.checkbox.validation-require .a-checkbox-label{color:var(--checkbox-error-color)}
.checkbox.validation-require .a-checkbox__custom{outline:1px solid var(--checkbox-error-color)}
.options__asterik-pos--start .a-checkbox-label{display:-webkit-box;display:-ms-flexbox;display:flex}
.options__asterik-pos--start .a-checkbox__title-text{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
.a-options-label--color-alternate .a-checkbox-label{color:var(--checkbox-label-color)}
.a-bg-img{position:absolute;height:100%;width:100%;top:0;left:0;right:0;bottom:0}
@media(max-width:767.98px){.a-bg-img{display:none}
}
.a-bg-img__image,.a-bg-img img{max-width:100%;position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}
.m-payon-form{font-family:var(--payon-group-font-family)}
.m-payon-form__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.m-payon-form__container>.a-button{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-top:var(--payon-group-pay-btn-margin-top)}
.m-payon-form .wpwl-form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:none;margin:0}
.m-payon-form .wpwl-form .wpwl-group{margin-bottom:0}
.m-payon-form .wpwl-form .wpwl-group:not(.wpwl-group-brand):not(.wpwl-group-submit){min-height:var(--payon-group-group-min-height)}
.m-payon-form .wpwl-form .wpwl-label{color:var(--payon-group-label-color);font-size:var(--payon-group-label-font-size);line-height:var(--payon-group-label-line-heigh);width:100%}
.m-payon-form .wpwl-form .wpwl-control{color:var(--payon-group-input-color);font-size:var(--payon-group-input-font-size);line-height:var(--payon-group-input-line-height);border:var(--payon-group-input-border);border-radius:var(--payon-group-input-radius);padding:var(--payon-group-input-padding);height:var(--payon-group-input-height)}
.m-payon-form .wpwl-form .wpwl-control::-webkit-input-placeholder{color:var(--payon-group-input-placeholder-color)}
.m-payon-form .wpwl-form .wpwl-control::-moz-placeholder{color:var(--payon-group-input-placeholder-color)}
.m-payon-form .wpwl-form .wpwl-control:-ms-input-placeholder{color:var(--payon-group-input-placeholder-color)}
.m-payon-form .wpwl-form .wpwl-control::-ms-input-placeholder{color:var(--payon-group-input-placeholder-color)}
.m-payon-form .wpwl-form .wpwl-control::placeholder{color:var(--payon-group-input-placeholder-color)}
.m-payon-form .wpwl-form .wpwl-control.wpwl-has-error + .wpwl-hint{color:var(--payon-group-input-error-color)}
.m-payon-form .wpwl-form .wpwl-hint{font-size:var(--payon-group-hint-font-size);line-height:var(--payon-group-hint-line-height)}
.m-payon-form .wpwl-form .wpwl-group-cardNumber,.m-payon-form .wpwl-form .wpwl-group-cardHolder{width:var(--payon-group-input-larger-width)}
@media(min-width:768px){.m-payon-form .wpwl-form .wpwl-group-cardNumber,.m-payon-form .wpwl-form .wpwl-group-cardHolder{width:var(--payon-group-input-larger-width-lg)}
}
.m-payon-form .wpwl-form .wpwl-group-expiry,.m-payon-form .wpwl-form .wpwl-group-cvv{margin-left:auto;width:var(--payon-group-input-shorter-width)}
@media(min-width:768px){.m-payon-form .wpwl-form .wpwl-group-expiry,.m-payon-form .wpwl-form .wpwl-group-cvv{width:var(--payon-group-input-shorter-width-lg)}
}
.m-payon-form .wpwl-form .wpwl-group-brand{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:var(--payon-group-group-brand-margin-bottom)}
@media(min-width:768px){.m-payon-form .wpwl-form .wpwl-group-brand .wpwl-title{display:inline-block;margin-right:var(--payon-group-title-margin-right);margin-bottom:0}
}
.m-payon-form .wpwl-form .wpwl-group-brand .wpwl-brand-custom{display:inline-block;float:none}
@media(max-width:991.98px){.m-payon-form .wpwl-form .wpwl-group-cardHolder{width:100%}
}
.m-payon-form .wpwl-form .wpwl-wrapper-cvv{min-height:var(--payon-group-ccv-min-height)}
.m-payon-form .wpwl-form .wpwl-wrapper-cvv .wpwl-popover{display:block;font-size:var(--payon-group-ccv-popover-font-size);line-height:var(--payon-group-ccv-popover-line-height);background:transparent;position:static;border:0;-webkit-box-shadow:none;box-shadow:none;padding:0}
.m-payon-form .wpwl-form .wpwl-wrapper-cvv .wpwl-popover .wpwl-img,.m-payon-form .wpwl-form .wpwl-wrapper-cvv .wpwl-popover .wpwl-arrow{display:none}
.m-payon-form .wpwl-form .wpwl-wrapper-cvv .wpwl-icon{display:none}
@media(max-width:991.98px){.m-payon-form .wpwl-form .wpwl-group-cvv{margin-left:0}
}
.m-payon-form .wpwl-form .wpwl-button-pay{font-size:var(--payon-group-button-font-size);font-weight:bold;line-height:var(--payon-group-button-line-height);text-transform:uppercase;background-color:var(--payon-group-button-bg);padding:var(--payon-group-button-padding);border:0;border-radius:999px;float:none}
.m-payon-form .wpwl-brand-card{width:var(--payon-group-group-brand-width)}
.m-payon-form .wpwl-brand-custom{margin:var(--payon-group-custom-brand-margin);background-image:url("https://oppwa.com/v1/paymentWidgets/img/brand.png")}
.m-payon-form--my-cards .wpwl-group-brand,.m-payon-form--my-cards .wpwl-wrapper-submit{display:none}
.m-payon-form .wpwl-wrapper{width:100%}
.m-payon-form__cvv-icon{position:absolute;top:var(--payon-group-ccv-icon-top);right:var(--payon-group-ccv-icon-right)}
.m-payon-form__cvv-icon .abt-icon{color:var(--payon-group-ccv-icon-color);margin:0}
.m-payon-form .wpwl-container-card--with-radio{border:var(--payon-group-border);border-radius:var(--payon-group-border-radius);padding:var(--payon-group-form-padding);cursor:pointer}
.m-payon-form .wpwl-container-card--with-radio .wpwl-title{margin-left:var(--payon-group-title-margin-left)}
.m-payon-form .wpwl-group.wpwl-group-registration{border:var(--payon-group-border);border-radius:var(--payon-group-border-radius);margin-bottom:var(--payon-group-cc-list-margin-bottom);min-height:auto !important;padding-left:var(--payon-group-cc-list-padding-left)}
.m-payon-form .wpwl-registration{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin-bottom:0}
.m-payon-form .wpwl-registration>div{width:auto}
.m-payon-form .a-radio{padding:var(--payon-group-radio-padding)}
.m-payon-form .wpwl-form-card .a-radio{margin-top:var(--payon-group-form-radio-margin-top)}
.m-payon-form .wpwl-wrapper-registration.a-radio{margin-top:var(--payon-group-cc-list-radio-margin-top)}
.m-payon-form .wpwl-group-saveCard{min-height:0 !important}
.m-payon-form .wpwl-form.wpwl-form-registrations{margin:0}
.m-payon-form.with-error .wpwl-group-submit,.m-payon-form.with-error .wpwl-container-card{display:block !important}
.m-payon-form__form-radio{position:absolute;top:var(--payon-group-custom-radio-form-top);z-index:-1}
.m-payon-form .a-spinner{display:block !important;position:relative !important;-webkit-transform:none !important;transform:none !important}
.a-dropdown__container .a-dropdown__title-text:empty{display:none}
.a-dropdown__container .a-dropdown__title-text:empty + .a-dropdown__title--required{display:none}
.a-dropdown__container .a-dropdown__field{background:var(--dropdown-field-bg-color);padding:var(--dropdown-field-padding);border:var(--dropdown-field-border);border-radius:var(--dropdown-field-border-radius);position:relative;width:100%;line-height:var(--dropdown-field-line-height);min-height:var(--dropdown-field-height)}
.a-dropdown__container .a-dropdown__field .a-dropdown__placeholder{font-size:var(--dropdown-field-font-size);line-height:var(--dropdown-field-line-height);color:var(--dropdown-placeholder-color);text-transform:none;font-weight:normal;word-break:break-all}
.a-dropdown__container .a-dropdown__field .a-dropdown-selected{font-size:var(--dropdown-field-font-size);line-height:var(--dropdown-field-line-height);color:var(--dropdown-selected-color);text-transform:none;font-weight:normal;word-break:break-all}
.a-dropdown__container .a-dropdown__field .a-dropdown__menu{background:var(--dropdown-menu-bg-color);border-radius:var(--dropdown-menu-border-radius);-webkit-box-shadow:var(--dropdown-menu-box-shadow);box-shadow:var(--dropdown-menu-box-shadow);margin-top:var(--dropdown-menu-margin-top);max-height:var(--dropdown-menu-max-height);display:none;list-style:none;padding-left:0;pointer-events:none;position:absolute;z-index:999;top:100%;right:0;left:0;overflow-y:auto}
.a-dropdown__container .a-dropdown__field .a-dropdown__menu li{border-bottom:var(--dropdown-menu-list-border-bottom)}
.a-dropdown__container .a-dropdown__field .a-dropdown__menu li:last-child{border-bottom-color:transparent}
.a-dropdown__container .a-dropdown__field .a-dropdown__menu li.disabled{pointer-events:none}
.a-dropdown__container .a-dropdown__field .a-dropdown__menu li.disabled span{color:var(--dropdown-placeholder-color)}
.a-dropdown__container .a-dropdown__field .a-dropdown__menu li span{font-size:var(--dropdown-field-font-size);line-height:var(--dropdown-field-line-height);color:var(--dropdown-selected-color);text-transform:none;font-weight:normal;padding:var(--dropdown-menu-option-padding);display:inline-block;word-break:break-all}
.a-dropdown__container .a-dropdown__field .a-dropdown__menu li:focus{outline:0;-webkit-box-shadow:var(--dropdown-field-box-shadow-focus);box-shadow:var(--dropdown-field-box-shadow-focus)}
.a-dropdown__container .a-dropdown__field::after{content:"\e907";-webkit-transform:translateY(-50%);transform:translateY(-50%);position:absolute;top:50%;right:1rem;left:auto;font-family:var(--dropdown-icon-font-family)}
.a-dropdown__container .a-dropdown__field.active{border-color:var(--dropdown-active-border-color);-webkit-box-shadow:var(--dropdown-field-box-shadow-focus);box-shadow:var(--dropdown-field-box-shadow-focus)}
.a-dropdown__container .a-dropdown__field.active .a-dropdown__menu{display:block;pointer-events:auto}
.a-dropdown__container .a-dropdown__field.active::after{content:"\e917"}
.a-dropdown__container .a-dropdown__field.disabled{background-color:var(--dropdown-disabled-bg-color);border:var(--dropdown-disabled-border);pointer-events:none}
.a-dropdown__container .a-dropdown__field.disabled .a-dropdown-selected{color:var(--dropdown-disabled-selected-color)}
.a-dropdown__container.validation-require .dropdown-field,.a-dropdown__container.validation-error .dropdown-field{border-color:var(--dropdown-error-border-color)}
.a-dropdown__container ::-webkit-scrollbar{width:8px;max-height:var(--dropdown-scroll-max-height)}
.a-dropdown__container ::-webkit-scrollbar-track{border:var(--dropdown-scroll-border);border-radius:var(--dropdown-scroll-border-radius)}
.a-dropdown__container ::-webkit-scrollbar-thumb{background:var(--dropdown-scroll-bg-color);border-radius:var(--dropdown-scroll-thumb-border-radius)}
.a-dropdown__container .hidden{display:none}
.a-dropdown.validation-require .a-dropdown__field{border-color:var(--dropdown-error-border-color)}
.a-dropdown.validation-require .form-group .form-label{color:var(--dropdown-error-border-color)}
.options--hide-border .a-dropdown .a-dropdown__container .a-dropdown__field .a-dropdown__menu li{border-bottom:0}
.a-dropdown[data-required="true"] .a-dropdown__title--required{display:inline-block}
.selectedColor{border-bottom-color:transparent;background-color:var(--dropdown-menu-option-hover-bg-color)}
.options__asterik-pos--start .a-dropdown__title{display:-webkit-box;display:-ms-flexbox;display:flex}
.options__asterik-pos--start .a-dropdown__title-text{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
.options__asterik-pos--start .a-dropdown__title--required{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
.a-options-label--color-alternate .form-group .a-input-label{color:var(--dropdown-label-color)}
.a-video__player{position:relative;border:0;height:0;width:100%;padding-bottom:56.25%}
.a-video__player-source{position:absolute;width:100%;height:100%;border:0;top:0;left:0;background-color:var(--video-bg);background-size:cover}
.a-video__player .limelight-player .vjs-limelight-big-play{z-index:99 !important}
.a-video__thumbnail--img{position:absolute;width:100%;height:100%;z-index:99;left:0;top:0;-o-object-fit:cover;object-fit:cover;pointer-events:none}
.a-video__play-btn{margin:0;position:absolute;border:0;z-index:100;background-color:transparent;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);outline:0}
.a-video__play-btn .abt-icon-play{font-size:var(--video-play-icon-size);border-radius:50%;color:var(--video-play-icon-color)}
.a-video__play-btn:hover,.a-video__play-btn:focus{outline:0;cursor:pointer}
.a-video__caption{display:block}
.m-search-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.m-search-bar__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center}
.m-search-bar__input{position:relative;width:var(--searchbar-input-width);margin-right:var(--searchbar-input-margin-right)}
@media(min-width:768px){.m-search-bar__input{width:var(--searchbar-md-input-width)}
}
@media(min-width:992px){.m-search-bar__input{width:var(--searchbar-lg-input-width)}
}
.m-search-bar__input-field{border-radius:4px;height:var(--searchbar-input-height);font-size:var(--searchbar-input-font-size);line-height:var(--searchbar-input-line-height);color:var(--searchbar-input-color);text-transform:none;font-weight:normal;-webkit-box-shadow:none;box-shadow:none;background-color:var(--searchbar-input-bg-color);border:var(--searchbar-input-border);width:100%;padding:var(--searchbar-input-padding);-webkit-appearance:textfield;-webkit-box-sizing:border-box;box-sizing:border-box}
.m-search-bar__input-field:focus{outline-offset:0;border-color:var(--searchbar-input-focus-border-color)}
.m-search-bar__input-field::-webkit-search-decoration,.m-search-bar__input-field::-webkit-search-cancel-button,.m-search-bar__input-field::-webkit-search-results-button,.m-search-bar__input-field::-webkit-search-results-decoration{display:none}
.m-search-bar__input-field::-ms-clear,.m-search-bar__input-field::-ms-reveal{display:none;width:0;height:0}
.m-search-bar__container-reset .m-search-bar__input{width:var(--searchbar-input-with-resetbtn-width)}
@media(min-width:768px){.m-search-bar__container-reset .m-search-bar__input{width:var(--searchbar-md-input-with-resetbtn-width)}
}
@media(min-width:992px){.m-search-bar__container-reset .m-search-bar__input{width:var(--searchbar-lg-input-with-resetbtn-width)}
}
@media(min-width:1200px){.m-search-bar__container-reset .m-search-bar__input{width:var(--searchbar-lg-input-width);margin-right:var(--searchbar-xl-input-margin-24)}
}
.m-search-bar__close{display:none;cursor:pointer;position:absolute;z-index:3;top:50%;right:20px;left:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
.m-search-bar__close .abt-icon{color:var(--searchbar-close-icon-color)}
.m-search-bar__close .abt-icon::before{width:var(--searchbar-close-icon-width);height:var(--searchbar-close-icon-height)}
.m-search-bar__close.show{display:block}
.m-search-bar__close:hover{text-decoration:none}
@media(min-width:992px){.m-search-bar__button .abt-icon{display:none}
.m-search-bar__button .btn span{padding:0}
}
@media(max-width:767.98px){.m-search-bar__button .abt-icon{display:block;position:static;left:inherit;right:inherit}
.m-search-bar__button .btn{padding-left:20px !important;padding-right:20px !important}
.m-search-bar__button .btn span{padding:0;display:none}
}
@media(max-width:767.98px){.m-search-bar__button .search-button,.m-search-bar__button .search-resetbutton{height:var(--searchbar-input-height)}
}
.m-search-bar__button:not(:last-child){margin-right:8px}
@media(min-width:768px){.m-search-bar__button:not(:last-child){margin-right:var(--searchbar-input-margin-right)}
}
.m-search-bar__autocomplete{border-radius:var(--searchbar-autocomplete-border-radius);-webkit-box-shadow:var(--searchbar-autocomplete-box-shadow);box-shadow:var(--searchbar-autocomplete-box-shadow);max-height:var(--searchbar-autocomplete-max-height);background:var(--searchbar-autocomplete-background);position:absolute;width:100%;z-index:100;overflow-y:auto}
.m-search-bar__autocomplete::-webkit-scrollbar{width:var(--searchbar-autocomplete-scrollbar-width)}
.m-search-bar__autocomplete::-webkit-scrollbar-track{border:var(--searchbar-autocomplete-scrollbar-track-border);border-radius:var(--searchbar-autocomplete-scrollbar-track-border-radius)}
.m-search-bar__autocomplete::-webkit-scrollbar-thumb{background:var(--searchbar-autocomplete-scrollbar-thumb-bg);border-radius:var(--searchbar-autocomplete-scrollbar-thumb-border-radius)}
.m-search-bar__autocomplete-item{padding:var(--searchbar-autocomplete-item-padding);border-bottom:var(--searchbar-autocomplete-item-border-bottom);cursor:pointer;white-space:nowrap;text-overflow:ellipsis}
.m-search-bar__autocomplete-item:last-child{border-bottom:0}
.m-search-bar__autocomplete-item[aria-selected="true"]{background-color:var(--searchbar-autocomplete-item-selected-bg)}
.m-search-bar__autocomplete-item:hover{background-color:var(--searchbar-autocomplete-item-hover-bg)}
.o-header__search .a-search__input:focus{outline:1px solid #0081b8}
.a-pagination .u-ltr{display:inline-block}
.a-pagination .u-rtl{display:none}
.a-pagination__pages{margin:0;padding:0;border:var(--pagination-border);border-radius:var(--pagination-border-radius);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;list-style:none}
.a-pagination__link{display:block;color:var(--pagination-link-color);-webkit-text-decoration:var(--pagination-text-decoration);text-decoration:var(--pagination-text-decoration);font-size:var(--pagination-link-font-size);line-height:var(--pagination-link-line-height);padding:var(--pagination-link-padding);border-left:var(--pagination-border-width) solid var(--pagination-border-color);border-right:var(--pagination-border-width) solid var(--pagination-border-color)}
.a-pagination__link:hover{font-weight:bold;-webkit-text-decoration:var(--pagination-text-decoration);text-decoration:var(--pagination-text-decoration);color:var(--pagination-hover-link-color);background-color:var(--pagination-active-bg-color)}
.a-pagination__link:active,.a-pagination__link:focus{background-color:var(--pagination-active-bg-color);border-color:var(--pagination-active-border-color);border-left:1px solid #222731;border-right:1px solid #222731;font-weight:bold}
.a-pagination--hide{display:none}
.a-pagination--previous,.a-pagination--next{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}
.a-pagination--previous .a-pagination__link,.a-pagination--next .a-pagination__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.a-pagination--previous [class*="icon"],.a-pagination--next [class*="icon"]{height:var(--pagination-link-icon-size)}
.a-pagination--previous [class*="icon"]:before,.a-pagination--next [class*="icon"]:before{width:var(--pagination-link-icon-size);height:var(--pagination-link-icon-size)}
.a-pagination--previous .a-pagination__link{border-top-left-radius:--pagination-border-radius;border-bottom-left-radius:--pagination-border-radius}
.a-pagination--previous .a-pagination__link:hover{border-left-color:var(--pagination-border-color);background-color:var(--pagination-active-bg-color)}
.a-pagination--next .a-pagination__link{border-top-right-radius:--pagination-border-radius;border-bottom-right-radius:--pagination-border-radius}
.a-pagination--next .a-pagination__link:hover{border-right-color:var(--pagination-border-color);background-color:var(--pagination-active-bg-color)}
.a-pagination--active{position:relative}
.a-pagination--active:after{content:"";position:absolute;height:var(--pagination-active-link-width);bottom:0;left:0;right:0;background-color:var(--pagination-link-color)}
.a-container{position:relative;z-index:0}
.a-container.container{padding-top:var(--container-padding-top);padding-bottom:var(--container-padding-bottom)}
@media(max-width:767.98px){.a-container.container{padding-top:var(--container-padding-top-mobile);padding-bottom:var(--container-padding-bottom-mobile)}
}
.a-container__layout-section{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.a-container__column{padding-top:var(--container-padding-top);padding-bottom:var(--container-padding-bottom)}
.a-container__borderStyle{border-style:solid;top:0;width:100%;height:auto;bottom:0;position:absolute;left:0;right:0;z-index:1}
.a-container--rounded-corners{border-radius:var(--container-rounded-corners)}
.a-container--dark{background-color:var(--container-dark-bg);color:var(--container-dark-color)}
.a-container--light{background-color:var(--container-light-bg)}
.a-container--secondary{background-color:var(--container-secondary-bg)}
.a-container.container-full-width{max-width:var(--container-max-width)}
.a-container.container-full-width .cmp-container{margin:0 auto}
@media(min-width:576px){.a-container.container-full-width .cmp-container{max-width:var(--container-sm-width);padding-left:var(--container-padding-left);padding-right:var(--container-padding-right)}
}
@media(max-width:991.98px){.a-container.container-full-width .cmp-container{background-size:0 !important}
}
@media(min-width:768px){.a-container.container-full-width .cmp-container{max-width:var(--container-md-width)}
}
@media(min-width:992px){.a-container.container-full-width .cmp-container{max-width:var(--container-lg-width)}
}
@media(min-width:1200px){.a-container.container-full-width .cmp-container{max-width:var(--container-xl-width)}
}
.a-container__content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;position:relative}
.a-container__content .cmp-container{background-size:0 !important}
.a-container__media{width:100%;height:100%;left:0;top:0;position:absolute;z-index:-1;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
.a-container__media:after{z-index:-1;content:"";width:100%;height:100%;position:absolute;left:0;top:0;background:-webkit-gradient(linear,left top,right top,from(var(--container-start-color)),to(var(--container-end-color)));background:linear-gradient(90deg,var(--container-start-color) var(--container-start-position),var(--container-end-color) var(--container-end-position))}
.a-container__media .a-container__image,.a-container__media .a-container__image img{width:100%;height:100%;position:absolute;left:0;top:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}
@media(min-width:992px){.a-container__media__mobile{display:none}
}
@media(min-width:768px) and (max-width:991.98px){.a-container__media__mobile{display:none}
}
@media(max-width:767.98px){.a-container__media .a-container__image{display:none}
.a-container__media:after{background:-webkit-gradient(linear,left top,right top,from(var(--container-start-color)),to(var(--container-end-color)));background:linear-gradient(90deg,var(--container-start-color) var(--container-start-position),var(--container-end-color) var(--container-end-position))}
.a-container__row{position:relative}
.a-container__row .a-container__media__mobile img{width:100%}
}
.a-container--gradient-start .a-container__media:after{background:-webkit-gradient(linear,left top,right top,from(var(--container-start-color)),to(var(--container-end-color)));background:linear-gradient(90deg,var(--container-start-color) var(--container-start-position),var(--container-end-color) var(--container-end-position))}
.a-container--gradient-end .a-container__media:after{background:-webkit-gradient(linear,right top,left top,from(var(--container-start-color)),to(var(--container-end-color)));background:linear-gradient(-90deg,var(--container-start-color) var(--container-start-position),var(--container-end-color) var(--container-end-position))}
.a-container--gradient-center .a-container__media:after{background:radial-gradient(circle,var(--container-start-color) var(--container-start-position),var(--container-end-color) var(--container-end-position))}
.a-container--shadow-box{border:1px solid rgba(217,217,214,0.4);border-radius:5px;-webkit-box-shadow:0 0 2px 0 #d4d4d4;box-shadow:0 0 2px 0 #d4d4d4}
.a-container--border-box{border:1px solid #d4d4d4;border-radius:4px}
.responsivegrid .aem-Grid .a-container.a-container--shadow-box,.responsivegrid .aem-Grid .a-container.a-container--border-box{padding:1.5rem 1rem;margin-top:2.5rem !important;margin-bottom:2.5rem !important}
@media(min-width:768px){.responsivegrid .aem-Grid .a-container.a-container--shadow-box,.responsivegrid .aem-Grid .a-container.a-container--border-box{padding:1.5rem}
}
@media(min-width:992px){.responsivegrid .aem-Grid .a-container.a-container--shadow-box,.responsivegrid .aem-Grid .a-container.a-container--border-box{padding:2rem 2.5rem}
}
@media(max-width:767.98px){.responsivegrid .aem-Grid .a-container.a-container--shadow-box,.responsivegrid .aem-Grid .a-container.a-container--border-box{width:calc(100% - 30px)}
}
.responsivegrid .aem-Grid .columncontrol__column .a-container.a-container--shadow-box:only-child,.responsivegrid .aem-Grid .columncontrol__column .a-container.a-container--border-box:only-child{margin-bottom:0 !important}
@media(max-width:767.98px){.a-container.a-container--image-position .a-container__media{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;position:relative;min-width:100vw;margin-left:calc(-1 * (100vw - 100%) / 2);z-index:-1;min-height:400px}
.a-container.a-container--image-position .a-container__content{position:relative;width:100% !important;padding:30px 15px 8px 20px !important;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
.a-container.a-container--image-position .a-container__content .text{margin:0 !important;padding:0 !important}
.a-container.a-container--image-position .a-container__row{position:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}
}
@media(min-width:992px){.a-container .a-container__media .a-container__image .cmp-image{display:block}
}
@media(min-width:992px){.a-container .a-container__media .a-container__image .cmp-image__tablet{display:none}
}
@media(max-width:991.98px){.a-container .a-container__media .a-container__image .cmp-image__tablet{display:block}
}
@media(max-width:767.98px){.a-container .a-container__media .a-container__image .cmp-image__tablet{display:none}
}
@media(min-width:992px){.a-container .a-container__media .a-container__image .cmp-image__mobile{display:none}
}
@media(max-width:991.98px){.a-container .a-container__media .a-container__image .cmp-image__mobile{display:none}
}
@media(max-width:767.98px){.a-container .a-container__media .a-container__image .cmp-image__mobile{display:block}
}
@media(max-width:991.98px){.a-container .a-container__media .a-container__image{display:block !important;z-index:1}
}
@media(min-width:992px){.a-container .a-container__media__mobile{display:none !important}
}
.a-container .a-container__media__mobile img{width:100%}
@media(max-width:767.98px){.a-container .a-container__row{position:inherit}
}
@media(max-width:767.98px){#pageContent .responsivegrid .aem-Grid>.container.a-container.a-container--image-position{padding-top:0 !important;padding-bottom:0 !important;overflow:hidden}
.a-container.a-container--image-position .a-container__media__mobile,.a-container.a-container--image-position .a-container__media__mobile img,.a-container .a-container__media__mobile,.a-container .a-container__media__mobile img{width:100%;height:100%;left:0;top:0;position:absolute;z-index:-1;-webkit-box-ordinal-group:2;-ms-flex-order:1;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;display:block}
.a-container.a-container--image-position .a-container__media__mobile,.a-container.a-container--image-position .a-container__media__mobile img{min-height:400px;height:unset;z-index:1}
.a-container.a-container--gradient-start.a-container--image-position .a-container__content{padding-left:30px !important;padding-right:30px !important}
.a-container.a-container--image-position.a-container--gradient-start .a-container__content,.a-container.a-container--image-position.a-container--gradient-end .a-container__content,.a-container.a-container--image-position.a-container--gradient-center .a-container__content{background:-webkit-gradient(linear,left top,right top,from(var(--container-start-color)),to(var(--container-end-color)));background:linear-gradient(90deg,var(--container-start-color) var(--container-start-position),var(--container-end-color) var(--container-end-position))}
}
.m-custom-list h1,.m-custom-list h2,.m-custom-list h3,.m-custom-list h4,.m-custom-list h5,.m-custom-list h6{margin-bottom:var(--custom-list-heading-margin)}
.m-custom-list p:not(.h3):not(.h4):not(.m-custom-list__title){margin-bottom:var(--custom-list-para-margin);font-size:var(--custom-list-para-font-size);line-height:var(--custom-list-para-line-height)}
.m-custom-list__wrapper{counter-reset:my-list-counter;padding-left:0}
.m-custom-list__content{position:relative;list-style:none}
.m-custom-list__heading{padding:var(--custom-list-padding-y) 0 var(--custom-list-padding-y) var(--custom-list-padding-x)}
.m-custom-list__heading:before{counter-increment:my-list-counter;font-size:var(--custom-list-font-size) / var(--custom-list-line-height)}
.m-custom-list__heading h1,.m-custom-list__heading h2,.m-custom-list__heading h3,.m-custom-list__heading h4,.m-custom-list__heading h5,.m-custom-list__heading h6,.m-custom-list__heading .h3,.m-custom-list__heading .h4{margin-bottom:var(--custom-list-heading-bottom-margin)}
.m-custom-list__heading a{color:var(--custom-list-title-link)}
.m-custom-list__heading a:hover{text-decoration:underline;color:var(--custom-list-title-link-hover)}
.m-custom-list__heading .m-custom-list__title{font-size:var(--custom-list-title-font-size);line-height:var(--custom-list-title-line-height);margin-bottom:var(--custom-list-heading-margin);font-weight:normal}
.m-custom-list__heading--empty{padding-bottom:2px}
.m-custom-list__para{padding-left:var(--custom-list-padding-x);margin-bottom:var(--custom-list-para-margin)}
.m-custom-list .m-custom-list__heading::before{position:absolute;left:0}
.m-custom-list--bullet .m-custom-list__heading::before{content:counter(my-list-counter,disc);width:1rem;height:1rem;background-color:var(--custom-list-dark);font-size:0;border-radius:50%;top:var(--custom-list-bullet-position-top)}
.m-custom-list--number .m-custom-list__heading::before,.m-custom-list--icon .m-custom-list__heading::before{content:counter(my-list-counter,decimal-leading-zero)}
.m-custom-list--number .m-custom-list__heading,.m-custom-list--number .m-custom-list__para,.m-custom-list--icon .m-custom-list__heading,.m-custom-list--icon .m-custom-list__para{padding-left:var(--custom-list-padding-xl)}
.m-custom-list--number-without-zero .m-custom-list--number .m-custom-list__heading::before{content:counter(my-list-counter,decimal)}
.m-custom-list--alphabet .m-custom-list__heading::before{content:counter(my-list-counter,upper-latin)}
.m-custom-list--non-indented .m-custom-list__heading,.m-custom-list--non-indented .m-custom-list__para{padding-left:0}
.m-custom-list--bullet .m-custom-list__icon-wrapper,.m-custom-list--number .m-custom-list__icon-wrapper,.m-custom-list--number-without-zero .m-custom-list__icon-wrapper,.m-custom-list--alphabet .m-custom-list__icon-wrapper,.m-custom-list--non-indented .m-custom-list__icon-wrapper{display:none}
.m-custom-list__icon-wrapper{position:absolute;top:7px;left:0;display:block}
.m-custom-list--icon .m-custom-list__heading::before{content:" ";color:var(--custom-list-light)}
.m-custom-list__icon--extrasmall .m-custom-list__icon-wrapper .abt-icon{font-size:var(--custom-list-icon-font-size-xs)}
.m-custom-list__icon--extrasmall .m-custom-list__heading,.m-custom-list__icon--extrasmall .m-custom-list__para{padding-left:var(--custom-list-icon-padding-left-xs)}
.m-custom-list__icon--small .m-custom-list__icon-wrapper .abt-icon{font-size:var(--custom-list-icon-font-size-sm)}
.m-custom-list__icon--small .m-custom-list__heading,.m-custom-list__icon--small .m-custom-list__para{padding-left:var(--custom-list-icon-padding-left-sm)}
.m-custom-list__icon--medium .m-custom-list__icon-wrapper .abt-icon{font-size:var(--custom-list-icon-font-size-md)}
.m-custom-list__icon--medium .m-custom-list__heading,.m-custom-list__icon--medium .m-custom-list__para{padding-left:var(--custom-list-icon-padding-left-md)}
.m-custom-list__icon--large .m-custom-list__icon-wrapper .abt-icon{font-size:var(--custom-list-icon-font-size-lg)}
.m-custom-list__icon--large .m-custom-list__heading,.m-custom-list__icon--large .m-custom-list__para{padding-left:var(--custom-list-icon-padding-left-lg)}
.m-custom-list--dark .m-custom-list__heading::before,.m-custom-list__list-icon--default .m-custom-list__heading::before{color:var(--custom-list-dark);font-weight:bold}
.m-custom-list--dark .m-custom-list__icon-wrapper,.m-custom-list__list-icon--default .m-custom-list__icon-wrapper{color:var(--custom-list-dark)}
.m-custom-list--dark .m-custom-list--bullet .m-custom-list__heading::before,.m-custom-list__list-icon--default .m-custom-list--bullet .m-custom-list__heading::before{background-color:var(--custom-list-dark)}
.m-custom-list--primary .m-custom-list__heading::before,.m-custom-list__list-icon--primary .m-custom-list__heading::before{color:var(--custom-list-primary);font-weight:bold}
.m-custom-list--primary .m-custom-list__icon-wrapper,.m-custom-list__list-icon--primary .m-custom-list__icon-wrapper{color:var(--custom-list-primary)}
.m-custom-list--primary .m-custom-list--bullet .m-custom-list__heading::before,.m-custom-list__list-icon--primary .m-custom-list--bullet .m-custom-list__heading::before{background-color:var(--custom-list-primary)}
.m-custom-list--secondary .m-custom-list__heading::before,.m-custom-list__list-icon--secondary .m-custom-list__heading::before{color:var(--custom-list-secondary);font-weight:bold}
.m-custom-list--secondary .m-custom-list__icon-wrapper,.m-custom-list__list-icon--secondary .m-custom-list__icon-wrapper{color:var(--custom-list-secondary)}
.m-custom-list--secondary .m-custom-list--bullet .m-custom-list__heading::before,.m-custom-list__list-icon--secondary .m-custom-list--bullet .m-custom-list__heading::before{background-color:var(--custom-list-secondary)}
.m-custom-list--light .m-custom-list__heading::before,.m-custom-list__list-icon--alternate .m-custom-list__heading::before{color:var(--custom-list-light);font-weight:bold}
.m-custom-list--light .m-custom-list__icon-wrapper,.m-custom-list__list-icon--alternate .m-custom-list__icon-wrapper{color:var(--custom-list-light)}
.m-custom-list--light .m-custom-list--bullet .m-custom-list__heading::before,.m-custom-list__list-icon--alternate .m-custom-list--bullet .m-custom-list__heading::before{background-color:var(--custom-list-light)}
.m-custom-list-title--dark .m-custom-list__heading h1,.m-custom-list-title--dark .m-custom-list__heading h2,.m-custom-list-title--dark .m-custom-list__heading h3,.m-custom-list-title--dark .m-custom-list__heading h4,.m-custom-list-title--dark .m-custom-list__heading h5,.m-custom-list-title--dark .m-custom-list__heading h6,.m-custom-list-title--dark .m-custom-list__heading .h3,.m-custom-list-title--dark .m-custom-list__heading .h4,.m-custom-list-title--dark .m-custom-list__heading .m-custom-list__title,.m-custom-list-title--default .m-custom-list__heading h1,.m-custom-list-title--default .m-custom-list__heading h2,.m-custom-list-title--default .m-custom-list__heading h3,.m-custom-list-title--default .m-custom-list__heading h4,.m-custom-list-title--default .m-custom-list__heading h5,.m-custom-list-title--default .m-custom-list__heading h6,.m-custom-list-title--default .m-custom-list__heading .h3,.m-custom-list-title--default .m-custom-list__heading .h4,.m-custom-list-title--default .m-custom-list__heading .m-custom-list__title,.m-custom-list__title--dark .m-custom-list__heading h1,.m-custom-list__title--dark .m-custom-list__heading h2,.m-custom-list__title--dark .m-custom-list__heading h3,.m-custom-list__title--dark .m-custom-list__heading h4,.m-custom-list__title--dark .m-custom-list__heading h5,.m-custom-list__title--dark .m-custom-list__heading h6,.m-custom-list__title--dark .m-custom-list__heading .h3,.m-custom-list__title--dark .m-custom-list__heading .h4,.m-custom-list__title--dark .m-custom-list__heading .m-custom-list__title,.m-custom-list__title--default .m-custom-list__heading h1,.m-custom-list__title--default .m-custom-list__heading h2,.m-custom-list__title--default .m-custom-list__heading h3,.m-custom-list__title--default .m-custom-list__heading h4,.m-custom-list__title--default .m-custom-list__heading h5,.m-custom-list__title--default .m-custom-list__heading h6,.m-custom-list__title--default .m-custom-list__heading .h3,.m-custom-list__title--default .m-custom-list__heading .h4,.m-custom-list__title--default .m-custom-list__heading .m-custom-list__title{color:var(--custom-list-title-dark)}
.m-custom-list-title--light .m-custom-list__heading h1,.m-custom-list-title--light .m-custom-list__heading h2,.m-custom-list-title--light .m-custom-list__heading h3,.m-custom-list-title--light .m-custom-list__heading h4,.m-custom-list-title--light .m-custom-list__heading h5,.m-custom-list-title--light .m-custom-list__heading h6,.m-custom-list-title--light .m-custom-list__heading .h3,.m-custom-list-title--light .m-custom-list__heading .h4,.m-custom-list-title--light .m-custom-list__heading .m-custom-list__title,.m-custom-list-title--alternate .m-custom-list__heading h1,.m-custom-list-title--alternate .m-custom-list__heading h2,.m-custom-list-title--alternate .m-custom-list__heading h3,.m-custom-list-title--alternate .m-custom-list__heading h4,.m-custom-list-title--alternate .m-custom-list__heading h5,.m-custom-list-title--alternate .m-custom-list__heading h6,.m-custom-list-title--alternate .m-custom-list__heading .h3,.m-custom-list-title--alternate .m-custom-list__heading .h4,.m-custom-list-title--alternate .m-custom-list__heading .m-custom-list__title,.m-custom-list__title--light .m-custom-list__heading h1,.m-custom-list__title--light .m-custom-list__heading h2,.m-custom-list__title--light .m-custom-list__heading h3,.m-custom-list__title--light .m-custom-list__heading h4,.m-custom-list__title--light .m-custom-list__heading h5,.m-custom-list__title--light .m-custom-list__heading h6,.m-custom-list__title--light .m-custom-list__heading .h3,.m-custom-list__title--light .m-custom-list__heading .h4,.m-custom-list__title--light .m-custom-list__heading .m-custom-list__title,.m-custom-list__title--alternate .m-custom-list__heading h1,.m-custom-list__title--alternate .m-custom-list__heading h2,.m-custom-list__title--alternate .m-custom-list__heading h3,.m-custom-list__title--alternate .m-custom-list__heading h4,.m-custom-list__title--alternate .m-custom-list__heading h5,.m-custom-list__title--alternate .m-custom-list__heading h6,.m-custom-list__title--alternate .m-custom-list__heading .h3,.m-custom-list__title--alternate .m-custom-list__heading .h4,.m-custom-list__title--alternate .m-custom-list__heading .m-custom-list__title{color:var(--custom-list-title-light)}
.m-custom-list-title--primary .m-custom-list__heading h1,.m-custom-list-title--primary .m-custom-list__heading h2,.m-custom-list-title--primary .m-custom-list__heading h3,.m-custom-list-title--primary .m-custom-list__heading h4,.m-custom-list-title--primary .m-custom-list__heading h5,.m-custom-list-title--primary .m-custom-list__heading h6,.m-custom-list-title--primary .m-custom-list__heading .h3,.m-custom-list-title--primary .m-custom-list__heading .h4,.m-custom-list-title--primary .m-custom-list__heading .m-custom-list__title,.m-custom-list__title--primary .m-custom-list__heading h1,.m-custom-list__title--primary .m-custom-list__heading h2,.m-custom-list__title--primary .m-custom-list__heading h3,.m-custom-list__title--primary .m-custom-list__heading h4,.m-custom-list__title--primary .m-custom-list__heading h5,.m-custom-list__title--primary .m-custom-list__heading h6,.m-custom-list__title--primary .m-custom-list__heading .h3,.m-custom-list__title--primary .m-custom-list__heading .h4,.m-custom-list__title--primary .m-custom-list__heading .m-custom-list__title{color:var(--custom-list-title-primary)}
.m-custom-list-title--secondary .m-custom-list__heading h1,.m-custom-list-title--secondary .m-custom-list__heading h2,.m-custom-list-title--secondary .m-custom-list__heading h3,.m-custom-list-title--secondary .m-custom-list__heading h4,.m-custom-list-title--secondary .m-custom-list__heading h5,.m-custom-list-title--secondary .m-custom-list__heading h6,.m-custom-list-title--secondary .m-custom-list__heading .h3,.m-custom-list-title--secondary .m-custom-list__heading .h4,.m-custom-list-title--secondary .m-custom-list__heading .m-custom-list__title,.m-custom-list__title--secondary .m-custom-list__heading h1,.m-custom-list__title--secondary .m-custom-list__heading h2,.m-custom-list__title--secondary .m-custom-list__heading h3,.m-custom-list__title--secondary .m-custom-list__heading h4,.m-custom-list__title--secondary .m-custom-list__heading h5,.m-custom-list__title--secondary .m-custom-list__heading h6,.m-custom-list__title--secondary .m-custom-list__heading .h3,.m-custom-list__title--secondary .m-custom-list__heading .h4,.m-custom-list__title--secondary .m-custom-list__heading .m-custom-list__title{color:var(--custom-list-title-secondary)}
.m-custom-list-title--dark .m-custom-list__heading h1 a,.m-custom-list-title--dark .m-custom-list__heading h2 a,.m-custom-list-title--dark .m-custom-list__heading h3 a,.m-custom-list-title--dark .m-custom-list__heading h4 a,.m-custom-list-title--dark .m-custom-list__heading h5 a,.m-custom-list-title--dark .m-custom-list__heading h6 a,.m-custom-list-title--dark .m-custom-list__heading .h3 a,.m-custom-list-title--dark .m-custom-list__heading .h4 a,.m-custom-list-title--dark .m-custom-list__heading .m-custom-list__title a,.m-custom-list-title--default .m-custom-list__heading h1 a,.m-custom-list-title--default .m-custom-list__heading h2 a,.m-custom-list-title--default .m-custom-list__heading h3 a,.m-custom-list-title--default .m-custom-list__heading h4 a,.m-custom-list-title--default .m-custom-list__heading h5 a,.m-custom-list-title--default .m-custom-list__heading h6 a,.m-custom-list-title--default .m-custom-list__heading .h3 a,.m-custom-list-title--default .m-custom-list__heading .h4 a,.m-custom-list-title--default .m-custom-list__heading .m-custom-list__title a,.m-custom-list-title--light .m-custom-list__heading h1 a,.m-custom-list-title--light .m-custom-list__heading h2 a,.m-custom-list-title--light .m-custom-list__heading h3 a,.m-custom-list-title--light .m-custom-list__heading h4 a,.m-custom-list-title--light .m-custom-list__heading h5 a,.m-custom-list-title--light .m-custom-list__heading h6 a,.m-custom-list-title--light .m-custom-list__heading .h3 a,.m-custom-list-title--light .m-custom-list__heading .h4 a,.m-custom-list-title--light .m-custom-list__heading .m-custom-list__title a,.m-custom-list-title-alternate .m-custom-list__heading h1 a,.m-custom-list-title-alternate .m-custom-list__heading h2 a,.m-custom-list-title-alternate .m-custom-list__heading h3 a,.m-custom-list-title-alternate .m-custom-list__heading h4 a,.m-custom-list-title-alternate .m-custom-list__heading h5 a,.m-custom-list-title-alternate .m-custom-list__heading h6 a,.m-custom-list-title-alternate .m-custom-list__heading .h3 a,.m-custom-list-title-alternate .m-custom-list__heading .h4 a,.m-custom-list-title-alternate .m-custom-list__heading .m-custom-list__title a,.m-custom-list-title--primary .m-custom-list__heading h1 a,.m-custom-list-title--primary .m-custom-list__heading h2 a,.m-custom-list-title--primary .m-custom-list__heading h3 a,.m-custom-list-title--primary .m-custom-list__heading h4 a,.m-custom-list-title--primary .m-custom-list__heading h5 a,.m-custom-list-title--primary .m-custom-list__heading h6 a,.m-custom-list-title--primary .m-custom-list__heading .h3 a,.m-custom-list-title--primary .m-custom-list__heading .h4 a,.m-custom-list-title--primary .m-custom-list__heading .m-custom-list__title a,.m-custom-list-title--secondary .m-custom-list__heading h1 a,.m-custom-list-title--secondary .m-custom-list__heading h2 a,.m-custom-list-title--secondary .m-custom-list__heading h3 a,.m-custom-list-title--secondary .m-custom-list__heading h4 a,.m-custom-list-title--secondary .m-custom-list__heading h5 a,.m-custom-list-title--secondary .m-custom-list__heading h6 a,.m-custom-list-title--secondary .m-custom-list__heading .h3 a,.m-custom-list-title--secondary .m-custom-list__heading .h4 a,.m-custom-list-title--secondary .m-custom-list__heading .m-custom-list__title a,.m-custom-list__title--dark .m-custom-list__heading h1 a,.m-custom-list__title--dark .m-custom-list__heading h2 a,.m-custom-list__title--dark .m-custom-list__heading h3 a,.m-custom-list__title--dark .m-custom-list__heading h4 a,.m-custom-list__title--dark .m-custom-list__heading h5 a,.m-custom-list__title--dark .m-custom-list__heading h6 a,.m-custom-list__title--dark .m-custom-list__heading .h3 a,.m-custom-list__title--dark .m-custom-list__heading .h4 a,.m-custom-list__title--dark .m-custom-list__heading .m-custom-list__title a,.m-custom-list__title--default .m-custom-list__heading h1 a,.m-custom-list__title--default .m-custom-list__heading h2 a,.m-custom-list__title--default .m-custom-list__heading h3 a,.m-custom-list__title--default .m-custom-list__heading h4 a,.m-custom-list__title--default .m-custom-list__heading h5 a,.m-custom-list__title--default .m-custom-list__heading h6 a,.m-custom-list__title--default .m-custom-list__heading .h3 a,.m-custom-list__title--default .m-custom-list__heading .h4 a,.m-custom-list__title--default .m-custom-list__heading .m-custom-list__title a,.m-custom-list__title--light .m-custom-list__heading h1 a,.m-custom-list__title--light .m-custom-list__heading h2 a,.m-custom-list__title--light .m-custom-list__heading h3 a,.m-custom-list__title--light .m-custom-list__heading h4 a,.m-custom-list__title--light .m-custom-list__heading h5 a,.m-custom-list__title--light .m-custom-list__heading h6 a,.m-custom-list__title--light .m-custom-list__heading .h3 a,.m-custom-list__title--light .m-custom-list__heading .h4 a,.m-custom-list__title--light .m-custom-list__heading .m-custom-list__title a,.m-custom-list__title-alternate .m-custom-list__heading h1 a,.m-custom-list__title-alternate .m-custom-list__heading h2 a,.m-custom-list__title-alternate .m-custom-list__heading h3 a,.m-custom-list__title-alternate .m-custom-list__heading h4 a,.m-custom-list__title-alternate .m-custom-list__heading h5 a,.m-custom-list__title-alternate .m-custom-list__heading h6 a,.m-custom-list__title-alternate .m-custom-list__heading .h3 a,.m-custom-list__title-alternate .m-custom-list__heading .h4 a,.m-custom-list__title-alternate .m-custom-list__heading .m-custom-list__title a,.m-custom-list__title--primary .m-custom-list__heading h1 a,.m-custom-list__title--primary .m-custom-list__heading h2 a,.m-custom-list__title--primary .m-custom-list__heading h3 a,.m-custom-list__title--primary .m-custom-list__heading h4 a,.m-custom-list__title--primary .m-custom-list__heading h5 a,.m-custom-list__title--primary .m-custom-list__heading h6 a,.m-custom-list__title--primary .m-custom-list__heading .h3 a,.m-custom-list__title--primary .m-custom-list__heading .h4 a,.m-custom-list__title--primary .m-custom-list__heading .m-custom-list__title a,.m-custom-list__title--secondary .m-custom-list__heading h1 a,.m-custom-list__title--secondary .m-custom-list__heading h2 a,.m-custom-list__title--secondary .m-custom-list__heading h3 a,.m-custom-list__title--secondary .m-custom-list__heading h4 a,.m-custom-list__title--secondary .m-custom-list__heading h5 a,.m-custom-list__title--secondary .m-custom-list__heading h6 a,.m-custom-list__title--secondary .m-custom-list__heading .h3 a,.m-custom-list__title--secondary .m-custom-list__heading .h4 a,.m-custom-list__title--secondary .m-custom-list__heading .m-custom-list__title a{color:var(--custom-list-title-link)}
.m-custom-list-title--dark .m-custom-list__heading h1 a:hover,.m-custom-list-title--dark .m-custom-list__heading h2 a:hover,.m-custom-list-title--dark .m-custom-list__heading h3 a:hover,.m-custom-list-title--dark .m-custom-list__heading h4 a:hover,.m-custom-list-title--dark .m-custom-list__heading h5 a:hover,.m-custom-list-title--dark .m-custom-list__heading h6 a:hover,.m-custom-list-title--dark .m-custom-list__heading .h3 a:hover,.m-custom-list-title--dark .m-custom-list__heading .h4 a:hover,.m-custom-list-title--dark .m-custom-list__heading .m-custom-list__title a:hover,.m-custom-list-title--default .m-custom-list__heading h1 a:hover,.m-custom-list-title--default .m-custom-list__heading h2 a:hover,.m-custom-list-title--default .m-custom-list__heading h3 a:hover,.m-custom-list-title--default .m-custom-list__heading h4 a:hover,.m-custom-list-title--default .m-custom-list__heading h5 a:hover,.m-custom-list-title--default .m-custom-list__heading h6 a:hover,.m-custom-list-title--default .m-custom-list__heading .h3 a:hover,.m-custom-list-title--default .m-custom-list__heading .h4 a:hover,.m-custom-list-title--default .m-custom-list__heading .m-custom-list__title a:hover,.m-custom-list-title--light .m-custom-list__heading h1 a:hover,.m-custom-list-title--light .m-custom-list__heading h2 a:hover,.m-custom-list-title--light .m-custom-list__heading h3 a:hover,.m-custom-list-title--light .m-custom-list__heading h4 a:hover,.m-custom-list-title--light .m-custom-list__heading h5 a:hover,.m-custom-list-title--light .m-custom-list__heading h6 a:hover,.m-custom-list-title--light .m-custom-list__heading .h3 a:hover,.m-custom-list-title--light .m-custom-list__heading .h4 a:hover,.m-custom-list-title--light .m-custom-list__heading .m-custom-list__title a:hover,.m-custom-list-title-alternate .m-custom-list__heading h1 a:hover,.m-custom-list-title-alternate .m-custom-list__heading h2 a:hover,.m-custom-list-title-alternate .m-custom-list__heading h3 a:hover,.m-custom-list-title-alternate .m-custom-list__heading h4 a:hover,.m-custom-list-title-alternate .m-custom-list__heading h5 a:hover,.m-custom-list-title-alternate .m-custom-list__heading h6 a:hover,.m-custom-list-title-alternate .m-custom-list__heading .h3 a:hover,.m-custom-list-title-alternate .m-custom-list__heading .h4 a:hover,.m-custom-list-title-alternate .m-custom-list__heading .m-custom-list__title a:hover,.m-custom-list-title--primary .m-custom-list__heading h1 a:hover,.m-custom-list-title--primary .m-custom-list__heading h2 a:hover,.m-custom-list-title--primary .m-custom-list__heading h3 a:hover,.m-custom-list-title--primary .m-custom-list__heading h4 a:hover,.m-custom-list-title--primary .m-custom-list__heading h5 a:hover,.m-custom-list-title--primary .m-custom-list__heading h6 a:hover,.m-custom-list-title--primary .m-custom-list__heading .h3 a:hover,.m-custom-list-title--primary .m-custom-list__heading .h4 a:hover,.m-custom-list-title--primary .m-custom-list__heading .m-custom-list__title a:hover,.m-custom-list-title--secondary .m-custom-list__heading h1 a:hover,.m-custom-list-title--secondary .m-custom-list__heading h2 a:hover,.m-custom-list-title--secondary .m-custom-list__heading h3 a:hover,.m-custom-list-title--secondary .m-custom-list__heading h4 a:hover,.m-custom-list-title--secondary .m-custom-list__heading h5 a:hover,.m-custom-list-title--secondary .m-custom-list__heading h6 a:hover,.m-custom-list-title--secondary .m-custom-list__heading .h3 a:hover,.m-custom-list-title--secondary .m-custom-list__heading .h4 a:hover,.m-custom-list-title--secondary .m-custom-list__heading .m-custom-list__title a:hover,.m-custom-list__title--dark .m-custom-list__heading h1 a:hover,.m-custom-list__title--dark .m-custom-list__heading h2 a:hover,.m-custom-list__title--dark .m-custom-list__heading h3 a:hover,.m-custom-list__title--dark .m-custom-list__heading h4 a:hover,.m-custom-list__title--dark .m-custom-list__heading h5 a:hover,.m-custom-list__title--dark .m-custom-list__heading h6 a:hover,.m-custom-list__title--dark .m-custom-list__heading .h3 a:hover,.m-custom-list__title--dark .m-custom-list__heading .h4 a:hover,.m-custom-list__title--dark .m-custom-list__heading .m-custom-list__title a:hover,.m-custom-list__title--default .m-custom-list__heading h1 a:hover,.m-custom-list__title--default .m-custom-list__heading h2 a:hover,.m-custom-list__title--default .m-custom-list__heading h3 a:hover,.m-custom-list__title--default .m-custom-list__heading h4 a:hover,.m-custom-list__title--default .m-custom-list__heading h5 a:hover,.m-custom-list__title--default .m-custom-list__heading h6 a:hover,.m-custom-list__title--default .m-custom-list__heading .h3 a:hover,.m-custom-list__title--default .m-custom-list__heading .h4 a:hover,.m-custom-list__title--default .m-custom-list__heading .m-custom-list__title a:hover,.m-custom-list__title--light .m-custom-list__heading h1 a:hover,.m-custom-list__title--light .m-custom-list__heading h2 a:hover,.m-custom-list__title--light .m-custom-list__heading h3 a:hover,.m-custom-list__title--light .m-custom-list__heading h4 a:hover,.m-custom-list__title--light .m-custom-list__heading h5 a:hover,.m-custom-list__title--light .m-custom-list__heading h6 a:hover,.m-custom-list__title--light .m-custom-list__heading .h3 a:hover,.m-custom-list__title--light .m-custom-list__heading .h4 a:hover,.m-custom-list__title--light .m-custom-list__heading .m-custom-list__title a:hover,.m-custom-list__title-alternate .m-custom-list__heading h1 a:hover,.m-custom-list__title-alternate .m-custom-list__heading h2 a:hover,.m-custom-list__title-alternate .m-custom-list__heading h3 a:hover,.m-custom-list__title-alternate .m-custom-list__heading h4 a:hover,.m-custom-list__title-alternate .m-custom-list__heading h5 a:hover,.m-custom-list__title-alternate .m-custom-list__heading h6 a:hover,.m-custom-list__title-alternate .m-custom-list__heading .h3 a:hover,.m-custom-list__title-alternate .m-custom-list__heading .h4 a:hover,.m-custom-list__title-alternate .m-custom-list__heading .m-custom-list__title a:hover,.m-custom-list__title--primary .m-custom-list__heading h1 a:hover,.m-custom-list__title--primary .m-custom-list__heading h2 a:hover,.m-custom-list__title--primary .m-custom-list__heading h3 a:hover,.m-custom-list__title--primary .m-custom-list__heading h4 a:hover,.m-custom-list__title--primary .m-custom-list__heading h5 a:hover,.m-custom-list__title--primary .m-custom-list__heading h6 a:hover,.m-custom-list__title--primary .m-custom-list__heading .h3 a:hover,.m-custom-list__title--primary .m-custom-list__heading .h4 a:hover,.m-custom-list__title--primary .m-custom-list__heading .m-custom-list__title a:hover,.m-custom-list__title--secondary .m-custom-list__heading h1 a:hover,.m-custom-list__title--secondary .m-custom-list__heading h2 a:hover,.m-custom-list__title--secondary .m-custom-list__heading h3 a:hover,.m-custom-list__title--secondary .m-custom-list__heading h4 a:hover,.m-custom-list__title--secondary .m-custom-list__heading h5 a:hover,.m-custom-list__title--secondary .m-custom-list__heading h6 a:hover,.m-custom-list__title--secondary .m-custom-list__heading .h3 a:hover,.m-custom-list__title--secondary .m-custom-list__heading .h4 a:hover,.m-custom-list__title--secondary .m-custom-list__heading .m-custom-list__title a:hover{text-decoration:underline;color:var(--custom-list-title-link-hover)}
.m-custom-list__header-title--default .m-custom-list__header-title>h1,.m-custom-list__header-title--default .m-custom-list__header-title>h2,.m-custom-list__header-title--default .m-custom-list__header-title>h3,.m-custom-list__header-title--default .m-custom-list__header-title>h4,.m-custom-list__header-title--default .m-custom-list__header-title>h5,.m-custom-list__header-title--default .m-custom-list__header-title>h6,.m-custom-list__header-title--default .m-custom-list__header-title>.h3,.m-custom-list__header-title--default .m-custom-list__header-title>.h4{color:var(--custom-list-header-title-default)}
.m-custom-list__header-title--reversed .m-custom-list__header-title>h1,.m-custom-list__header-title--reversed .m-custom-list__header-title>h2,.m-custom-list__header-title--reversed .m-custom-list__header-title>h3,.m-custom-list__header-title--reversed .m-custom-list__header-title>h4,.m-custom-list__header-title--reversed .m-custom-list__header-title>h5,.m-custom-list__header-title--reversed .m-custom-list__header-title>h6,.m-custom-list__header-title--reversed .m-custom-list__header-title>.h3,.m-custom-list__header-title--reversed .m-custom-list__header-title>.h4{color:var(--custom-list-header-title-reversed)}
.m-custom-list__header-title--primary .m-custom-list__header-title>h1,.m-custom-list__header-title--primary .m-custom-list__header-title>h2,.m-custom-list__header-title--primary .m-custom-list__header-title>h3,.m-custom-list__header-title--primary .m-custom-list__header-title>h4,.m-custom-list__header-title--primary .m-custom-list__header-title>h5,.m-custom-list__header-title--primary .m-custom-list__header-title>h6,.m-custom-list__header-title--primary .m-custom-list__header-title>.h3,.m-custom-list__header-title--primary .m-custom-list__header-title>.h4{color:var(--custom-list-header-title-primary)}
.m-custom-list__header-title--alternate .m-custom-list__header-title>h1,.m-custom-list__header-title--alternate .m-custom-list__header-title>h2,.m-custom-list__header-title--alternate .m-custom-list__header-title>h3,.m-custom-list__header-title--alternate .m-custom-list__header-title>h4,.m-custom-list__header-title--alternate .m-custom-list__header-title>h5,.m-custom-list__header-title--alternate .m-custom-list__header-title>h6,.m-custom-list__header-title--alternate .m-custom-list__header-title>.h3,.m-custom-list__header-title--alternate .m-custom-list__header-title>.h4{color:var(--custom-list-header-title-alternate)}
.m-custom-list__list-size--default .m-custom-list__heading::before{font-size:var(--custom-list-bullet-font-size-default)}
.m-custom-list__list-size--large .m-custom-list__heading::before{font-size:var(--custom-list-bullet-font-size-large)}
.m-custom-list .m-custom-list__header-title>h3:empty{display:none}
.m-custom-list__list-size--gradient-start .m-custom-list{background:-webkit-gradient(linear,left top,right top,from(var(--customList-start-color)),to(var(--customList-end-color)));background:linear-gradient(90deg,var(--customList-start-color) var(--customList-start-position),var(--customList-end-color) var(--customList-end-position))}
.m-custom-list__list-size--gradient-center .m-custom-list{background:-webkit-gradient(linear,right top,left top,from(var(--customList-start-color)),to(var(--customList-end-color)));background:linear-gradient(-90deg,var(--customList-start-color) var(--customList-start-position),var(--customList-end-color) var(--customList-end-position))}
.m-custom-list__list-size--gradient-end .m-custom-list{background:radial-gradient(circle,var(--customList-start-color) var(--customList-start-position),var(--customList-end-color) var(--customList-end-position))}
.a-logo-comp{display:inline-block}
.a-logo-comp--image{max-height:var(--logo-max-height-des)}
@media(min-width:768px){.a-logo-comp--image{max-height:var(--logo-max-height-des)}
}
@media(max-width:991.98px){.a-logo-comp--image{max-height:var(--logo-max-height-tab)}
}
@media(max-width:767.98px){.a-logo-comp--image{max-height:var(--logo-max-height-mob)}
}
.a-logo-comp--link{cursor:pointer;text-decoration:none}
.a-logo-comp--link:focus{outline:var(--logo-focus-outline)}
.m-social-media{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}
.m-social-media--title{color:#000;font-size:var(--social-media-font-size);line-height:var(--social-media-line-height);margin-bottom:0}
@media(min-width:992px){.m-social-media--title{display:inline-block;margin-right:var(--social-media-margin)}
}
@media(max-width:991.98px){.m-social-media--title{display:none}
}
.m-social-media--title-dark{color:var(--social-media-dark-text-color)}
.m-social-media--icons{padding:var(--social-media-icons-padding);display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:0}
.m-social-media--icons li{list-style:none;width:24px;height:24px;margin:0 .75rem 0 0}
.m-social-media--icons li:last-child{margin:0}
.m-social-media--icons .abt-icon{font-size:var(--social-media-icons-font-size)}
.m-social-media--image{max-width:50px;vertical-align:middle;border-radius:50%}
.bg-black .m-social-media--title{color:var(--social-media-light-text-color)}
.m-social-media .a-logo-comp--link{text-decoration:none}
.m-card{position:relative;width:var(--card-width-mobile);margin:0 auto}
@media(min-width:576px){.m-card{width:var(--card-width);max-width:100%}
}
.m-card .m-card__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;-ms-flex-item-align:start;align-self:flex-start}
.m-card a{text-decoration:none}
.m-card:before{content:" ";position:absolute;left:0;top:0;bottom:0;right:0;border:var(--card-border);border-radius:var(--card-border-radius);-webkit-box-shadow:var(--card-box-shadow);box-shadow:var(--card-box-shadow);z-index:0}
.m-card__media{height:var(--card-media-height-mobile);border-radius:var(--card-media-border-radius);overflow:hidden;position:relative}
@media(min-width:576px){.m-card__media{height:var(--card-media-height)}
}
.m-card__media .m-card__wrap .abt-icon{color:var(--card-icon-color);font-size:var(--card-icon-font-size);left:50%;opacity:.6;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:10}
.m-card__media .m-card__wrap .toggle-overlay{display:none}
.m-card__media .m-card__wrap .toggle-overlay .hover-text{color:var(--card-overlay-text-color);left:var(--card-overlay-text-left-spacing);opacity:1;position:absolute;text-transform:uppercase;top:var(--card-overlay-text-top-spacing);z-index:10}
.m-card__media .m-card__wrap .toggle-overlay .story-overlay{background-color:rgba(0,0,0,0.4);height:100%;left:0;opacity:1;position:absolute;top:0;width:100%}
.m-card:hover .m-card__wrap .toggle-overlay{display:block}
.m-card__image,.m-card .cmp-image__image{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}
.m-card__body{padding:var(--card-body-padding);overflow:hidden;position:relative;z-index:2;word-break:break-word}
.m-card__body .a-button:first-of-type{margin-top:var(--card-spacing-sm)}
.m-card__body .a-button + .a-button{margin-top:var(--card-spacing-xs)}
.m-card__body .cta1:not(:last-child){margin-bottom:var(--card-spacing-sm)}
.m-card__body .a-link a,.m-card__body .cmp-download a{font-size:.875rem;font-weight:bold;line-height:1.25rem}
.m-card__body .a-button{padding:0 !important;margin:0 !important}
.m-card__title{line-height:var(--card-title-line-height);color:var(--card-title-color-dark)}
.m-card__pretitle{margin-bottom:var(--card-spacing-xs);line-height:var(--card-pre-title-line-height);color:var(--card-pre-title-color)}
.m-card__pretitle,.m-card__description{font-size:var(--card-pre-title-desc-font-size)}
.m-card__description{color:var(--card-description-color-light);line-height:var(--card-description-line-height);font-weight:normal}
.m-card--fill-height{-ms-flex-item-align:stretch;align-self:stretch}
.m-card.m-card--fill-width{width:100%}
.m-card.m-card--fill-width .m-card__media{width:100%}
@media(min-width:576px){.m-card--large{width:var(--card-large-width)}
}
@media(max-width:767.98px){.m-card--large{width:var(--card-large-width-mobile)}
}
@media(min-width:576px){.m-card--large .m-card__media{height:var(--card-large-media-height)}
}
@media(max-width:767.98px){.m-card--large .m-card__media{height:var(--card-large-media-height-mobile)}
}
.m-card--horizontal .m-card__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
@media(min-width:576px){.m-card--horizontal{width:var(--card-horizontal-width);min-height:var(--card-horizontal-height)}
}
@media(max-width:767.98px){.m-card--horizontal{width:var(--card-horizontal-width-mobile);min-height:var(--card-horizontal-height-mobile)}
}
@media(max-width:767.98px){.m-card--horizontal .m-popup{width:100%}
}
.m-card--horizontal .m-card-link{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}
.m-card--horizontal.m-card--fill-height{-ms-flex-item-align:start;align-self:flex-start}
@media(min-width:576px){.m-card--horizontal.m-card--fill-width .m-card__media{min-width:var(--card-horizontal-media-width);width:var(--card-horizontal-media-width);height:var(--card-horizontal-media-height)}
}
@media(max-width:767.98px){.m-card--horizontal.m-card--fill-width .m-card__media{min-width:var(--card-horizontal-media-width-mobile);width:var(--card-horizontal-media-width-mobile);height:var(--card-horizontal-media-height-mobile)}
}
.m-card--horizontal .m-card__media{border-radius:var(--card-horizontal-media-border-radius);overflow:inherit}
@media(min-width:576px){.m-card--horizontal .m-card__media{min-width:var(--card-horizontal-media-width);width:var(--card-horizontal-media-width);height:var(--card-horizontal-media-height)}
}
@media(max-width:767.98px){.m-card--horizontal .m-card__media{min-width:var(--card-horizontal-media-width-mobile);width:var(--card-horizontal-media-width-mobile);height:var(--card-horizontal-media-height-mobile)}
}
.m-card--horizontal .m-card__body{padding:var(--card-spacing-sm) var(--card-spacing-sm);-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:inherit}
@media(min-width:576px){.m-card--horizontal.m-card--large{width:var(--card-large-horizontal-width);height:var(--card-large-horizontal-height)}
}
@media(max-width:767.98px){.m-card--horizontal.m-card--large{width:var(--card-large-horizontal-width-mobile);height:auto}
}
.m-card--horizontal.m-card--large .m-card__body{padding:var(--card-spacing-lg) var(--card-spacing-lg)}
@media(min-width:576px){.m-card--horizontal.m-card--large .m-card__media{min-width:var(--card-large-horizontal-media-width);width:var(--card-large-horizontal-media-width);height:var(--card-large-horizontal-media-height)}
}
@media(max-width:767.98px){.m-card--horizontal.m-card--large .m-card__media{min-width:var(--card-large-horizontal-media-width-mobile);width:var(--card-large-horizontal-media-width-mobile);height:var(--card-large-horizontal-media-height-mobile)}
}
.m-card--horizontal.m-card--large.m-card--fill-width{width:100%}
@media(min-width:576px){.m-card--horizontal.m-card--large.m-card--fill-width .m-card__media{min-width:var(--card-large-horizontal-media-width);width:var(--card-large-horizontal-media-width);height:var(--card-large-horizontal-media-height)}
}
@media(max-width:767.98px){.m-card--horizontal.m-card--large.m-card--fill-width .m-card__media{min-width:var(--card-large-horizontal-media-width-mobile);width:var(--card-large-horizontal-media-width-mobile);height:var(--card-large-horizontal-media-height-mobile)}
}
.m-card--horizontal.m-card--media-end .m-card__media{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;border-radius:var(--card-horizontal-media-end-border-radius)}
.m-card--light .m-card__media,.m-card__media--bg-white .m-card__media{background-color:var(--card-media-end-light)}
.m-card--dark .m-card__media,.m-card__media--bg-dark .m-card__media{background-color:var(--card-media-end-dark)}
.m-card__body--bg-white{background:var(--card-body-bg-color);border-radius:var(--card-border-radius)}
.m-card--padding .m-card__media{padding:var(--card-spacing-sm)}
.m-card--padding .m-card__media .m-card__wrap{position:relative;height:100%;width:100%}
.m-card--fit .cmp-image{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.m-card--fit .cmp-image__image{-o-object-fit:contain;object-fit:contain;max-width:100%;max-height:100%;width:auto;height:auto}
.m-card__width--fluid{width:auto !important}
.m-card__title-light .m-card__title{color:var(--card-title-color-light)}
.m-card__title-dark .m-card__title{color:var(--card-title-color-dark)}
.m-card__description-light .m-card__description{color:var(--card-description-color-light)}
.m-card__description-dark .m-card__description{color:var(--card-description-color-dark)}
@media(min-width:768px){.m-card--align-left{margin:0 auto 0 0}
}
@media(min-width:768px){.m-card--align-right{margin:0 0 0 auto}
}
.m-card.m-card-default{background-color:var(--card-media-end-light)}
.m-card.m-card-default .m-card__body .m-card__description p,.m-card.m-card-default .m-card__body .m-card__description h1,.m-card.m-card-default .m-card__body .m-card__description h2,.m-card.m-card-default .m-card__body .m-card__description h3,.m-card.m-card-default .m-card__body .m-card__description h4,.m-card.m-card-default .m-card__body .m-card__description h5,.m-card.m-card-default .m-card__body .m-card__description h6{color:var(--card-color-charcoal)}
.m-card.m-card-default:hover{background-color:var(--card-color-snow-gray)}
.m-card.m-card-default:hover .m-card__body .m-card__description p,.m-card.m-card-default:hover .m-card__body .m-card__description h1,.m-card.m-card-default:hover .m-card__body .m-card__description h2,.m-card.m-card-default:hover .m-card__body .m-card__description h3,.m-card.m-card-default:hover .m-card__body .m-card__description h4,.m-card.m-card-default:hover .m-card__body .m-card__description h5,.m-card.m-card-default:hover .m-card__body .m-card__description h6{color:var(--card-color-charcoal)}
.m-card.m-card-default .m-card__title{color:var(--card-color-cerulean-blue)}
.m-card.m-card-default .m-card__body p,.m-card.m-card-default .m-card__body h1,.m-card.m-card-default .m-card__body h2,.m-card.m-card-default .m-card__body h3,.m-card.m-card-default .m-card__body h4,.m-card.m-card-default .m-card__body h5,.m-card.m-card-default .m-card__body h6{color:var(--card-color-cerulean-blue)}
.m-card.m-card-default .a-link{display:block;margin-bottom:6px}
.m-card.m-card-default .a-link a,.m-card.m-card-default .a-link .abt-icon{color:var(--card-color-cerulean-blue);line-height:15px}
.m-card.m-card-default .a-link .abt-icon{margin:0}
.m-card.m-card__media--bg--dark .m-card__media{background-color:var(--card-color-navy-blue)}
.m-card.m-card__media--bg--light .m-card__media{background-color:var(--card-color-ice-blue)}
.m-card.m-card-dark{background-color:var(--card-color-navy-blue);color:var(--card-media-end-light);border-radius:5px}
.m-card.m-card-dark .m-card__title{color:var(--card-color-coral-blue)}
.m-card.m-card-dark .m-card__body p,.m-card.m-card-dark .m-card__body h1,.m-card.m-card-dark .m-card__body h2,.m-card.m-card-dark .m-card__body h3,.m-card.m-card-dark .m-card__body h4,.m-card.m-card-dark .m-card__body h5,.m-card.m-card-dark .m-card__body h6{color:var(--card-color-coral-blue)}
.m-card.m-card-dark .m-card__body .m-card__description p,.m-card.m-card-dark .m-card__body .m-card__description h1,.m-card.m-card-dark .m-card__body .m-card__description h2,.m-card.m-card-dark .m-card__body .m-card__description h3,.m-card.m-card-dark .m-card__body .m-card__description h4,.m-card.m-card-dark .m-card__body .m-card__description h5,.m-card.m-card-dark .m-card__body .m-card__description h6{color:var(--card-media-end-light)}
.m-card.m-card-dark .a-link{display:block;margin-bottom:6px}
.m-card.m-card-dark .a-link a,.m-card.m-card-dark .a-link .abt-icon{line-height:15px;color:var(--card-color-coral-blue)}
.m-card.m-card-dark .a-link .abt-icon{margin:0}
.m-card.m-card-dark:hover{background-color:var(--card-color-snow-gray);color:#000}
.m-card.m-card-dark:hover .m-card__title{color:var(--card-color-cerulean-blue)}
.m-card.m-card-dark:hover .m-card__body p,.m-card.m-card-dark:hover .m-card__body h1,.m-card.m-card-dark:hover .m-card__body h2,.m-card.m-card-dark:hover .m-card__body h3,.m-card.m-card-dark:hover .m-card__body h4,.m-card.m-card-dark:hover .m-card__body h5,.m-card.m-card-dark:hover .m-card__body h6{color:var(--card-color-cerulean-blue)}
.m-card.m-card-dark:hover .m-card__body .m-card__description p,.m-card.m-card-dark:hover .m-card__body .m-card__description h1,.m-card.m-card-dark:hover .m-card__body .m-card__description h2,.m-card.m-card-dark:hover .m-card__body .m-card__description h3,.m-card.m-card-dark:hover .m-card__body .m-card__description h4,.m-card.m-card-dark:hover .m-card__body .m-card__description h5,.m-card.m-card-dark:hover .m-card__body .m-card__description h6{color:var(--card-color-charcoal)}
.m-card.m-card-dark:hover .a-link{display:block;margin-bottom:6px}
.m-card.m-card-dark:hover .a-link a,.m-card.m-card-dark:hover .a-link .abt-icon{line-height:15px;color:var(--card-color-cerulean-blue)}
.m-card.m-card-dark:hover .a-link .abt-icon{margin:0}
.m-card.m-card-light{background-color:var(--card-color-ice-blue)}
.m-card.m-card-light .m-card__body .m-card__description p,.m-card.m-card-light .m-card__body .m-card__description h1,.m-card.m-card-light .m-card__body .m-card__description h2,.m-card.m-card-light .m-card__body .m-card__description h3,.m-card.m-card-light .m-card__body .m-card__description h4,.m-card.m-card-light .m-card__body .m-card__description h5,.m-card.m-card-light .m-card__body .m-card__description h6{color:var(--card-color-charcoal)}
.m-card.m-card-light:hover{background-color:var(--card-color-snow-gray)}
.m-card.m-card-light:hover .m-card__body .m-card__description p,.m-card.m-card-light:hover .m-card__body .m-card__description h1,.m-card.m-card-light:hover .m-card__body .m-card__description h2,.m-card.m-card-light:hover .m-card__body .m-card__description h3,.m-card.m-card-light:hover .m-card__body .m-card__description h4,.m-card.m-card-light:hover .m-card__body .m-card__description h5,.m-card.m-card-light:hover .m-card__body .m-card__description h6{color:var(--card-color-charcoal)}
.m-card.m-card-light .m-card__title{color:var(--card-color-cerulean-blue)}
.m-card.m-card-light .m-card__body p,.m-card.m-card-light .m-card__body h1,.m-card.m-card-light .m-card__body h2,.m-card.m-card-light .m-card__body h3,.m-card.m-card-light .m-card__body h4,.m-card.m-card-light .m-card__body h5,.m-card.m-card-light .m-card__body h6{color:var(--card-color-cerulean-blue)}
.m-card.m-card-light .a-link{display:block;margin-bottom:6px}
.m-card.m-card-light .a-link a,.m-card.m-card-light .a-link .abt-icon{color:var(--card-color-cerulean-blue);line-height:15px}
.m-card.m-card-light .a-link .abt-icon{margin:0}
.m-card-link{text-decoration:none !important}
.columncontrol__column .m-card--large,.a-container__column .m-card--large{width:var(--card-large-width-mobile)}
@media(min-width:1200px){.columncontrol__column .m-card--large,.a-container__column .m-card--large{width:var(--card-large-width)}
}
.a-chips{display:inline-block}
.a-chips--link{font-size:var(--chips-font-size);line-height:var(--chips-line-height);color:var(--chips-color);text-transform:capitalize;font-weight:normal;padding:var(--chips-padding);border-radius:var(--chips-border-radius);background:var(--chips-bg-color);text-decoration:none;cursor:pointer}
.a-chips--link:hover{background:var(--chips-bg-color-hover);color:var(--chips-color-hover);text-decoration:none}
.a-chips--link.active,.a-chips--link:focus{background:var(--chips-bg-color-active);font-weight:bold;text-decoration:none}
.m-chips-list__head{margin:var(--chips-list-head-margin)}
.m-chips-list__body{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
.m-chips-list__body .a-chips{margin:var(--chips-list-chips-margin)}
.a-badges{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:var(--badge-height);width:var(--badge-width);background-color:var(--badge-bg-color);border-radius:var(--badge-border-radius);word-break:break-word}
.a-badges--alarm{background-image:var(--badge-bg-image);background-size:var(--badge-bg-size);background-repeat:no-repeat;background-color:transparent;border-radius:0}
.a-badges--alarm .a-badges--text{text-indent:-9999px}
.a-badges--text{font-size:var(--badge-font-size);line-height:var(--badge-line-height);font-family:var(--badge-font-family);color:var(--badge-font-color);letter-spacing:var(--badge-font-letter-spacing) px;font-weight:bold;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.a-badges .abt-icon.abt-icon-alarm{font-size:3.125rem;color:var(--badge-alarm-icon-color)}
[title="badge"]{z-index:30}
.a-add-to-cart{text-align:center;border-radius:0 0 6px 6px;padding-bottom:var(--add-to-cart-padding-bottom);background-color:var(--add-to-cart-bg-color)}
.a-add-to-cart .a-stepper,.a-add-to-cart .a-button{margin-bottom:var(--add-to-cart-spacing)}
.a-add-to-cart .a-button .btn{margin:0 auto}
.a-add-to-cart__cta .abt-icon-spinner{position:absolute;top:auto}
.a-add-to-cart__max-quantity-error{margin:var(--add-to-cart-max-quantity-error-margin);margin-top:.5rem}
.a-add-to-cart .a-product-options{border-bottom:2px solid var(--add-to-cart-gray-color);margin-bottom:var(--add-to-cart-margin-bottom);font-family:var(--add-to-cart-font-family);font-style:normal}
.a-add-to-cart .a-product-options__subscription-tile{border:1px solid var(--add-to-cart-lightgray-color);border-radius:var(--add-to-cart-border-radius04);margin:var(--add-to-cart-margin24) 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:var(--add-to-cart-padding08) var(--add-to-cart-padding16);font-size:var(--add-to-cart-font-size14);cursor:pointer;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.a-add-to-cart .a-product-options__subscription-tile--hide{display:none}
.a-add-to-cart .a-product-options--subscription-info{font-size:var(--add-to-cart-font-size14);font-weight:var(--add-to-cart-font-weight);line-height:var(--add-to-cart-line-height20)}
.a-add-to-cart .a-product-options--cancel-subscription{font-size:var(--add-to-cart-font-size12);line-height:var(--add-to-cart-line-height16);margin-bottom:var(--add-to-cart-margin-bottom)}
.a-add-to-cart .selected{background-color:var(--add-to-cart-secondary-color);border:1px solid var(--add-to-cart-primary-color)}
.a-add-to-cart .subscription-details--billing-period{font-size:var(--add-to-cart-font-size16);font-weight:var(--add-to-cart-font-weight);line-height:var(--add-to-cart-line-height20);color:var(--add-to-cart-primary-color);text-transform:capitalize}
.a-add-to-cart .subscription-details p{margin:auto}
.a-add-to-cart .subscription-price p{margin:auto}
.a-add-to-cart .subscription-price__price{color:var(--add-to-cart-primary-color);font-size:var(--add-to-cart-font-size24);font-weight:var(--add-to-cart-font-weight);line-height:var(--add-to-cart-line-height32)}
.a-add-to-cart .subscription-price__vat{color:var(--add-to-cart-gray-darker-color);font-size:var(--add-to-cart-font-size12);font-style:normal}
.a-add-to-cart .subscription-price__discount-price{color:var(--add-to-cart-gray-darker-color);font-size:var(--add-to-cart-font-size24);font-weight:var(--add-to-cart-font-weight);line-height:var(--add-to-cart-line-height32);text-decoration:line-through}
.a-link{font-family:var(--link-font-family);font-size:var(--link-font-size);font-weight:bold;line-height:var(--link-line-height);display:inline-block;color:var(--link-color);cursor:pointer}
.a-link .abt-icon{font-size:var(--link-icon-size);color:var(--link-icon-color);position:relative;top:5px}
.a-link__text{display:inline-block}
.a-link__text:hover .abt-icon{text-decoration:none}
.a-link__text:focus{color:var(--link-focus-color)}
.a-link__text:active{color:var(--link-active-color)}
.a-link--icon{font-weight:normal}
.a-link--icon .a-link__text--has-icon{padding-left:var(--link-padding-left);position:relative}
.a-link--icon .a-link__text .abt-icon{margin-left:var(--link-icon-margin-left);position:absolute;left:0;top:0}
.a-link--icon-left .a-link__text{position:relative}
@media(min-width:992px){.a-link--icon-left .a-link__text--has-icon{padding-left:var(--link-padding-left)}
}
.a-link--icon-left .a-link__text .abt-icon{position:absolute;left:0;top:0}
.a-link--icon-right .a-link__text{position:relative;padding-right:var(--link-padding-right)}
.a-link--icon-right .a-link__text .abt-icon{position:absolute;right:0;top:0}
.a-link--text-underline .a-link__text{text-decoration:underline}
.a-link--text-underline .a-link__text .abt-icon{text-decoration:none}
.a-tile{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}
.a-tile__link{padding:var(--tiles-padding);-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;border-radius:var(--tiles-border-radius);position:relative;-webkit-box-shadow:var(--tiles-box-shadow);box-shadow:var(--tiles-box-shadow);overflow:hidden;background-color:var(--tiles-bg);z-index:2}
.a-tile__link:after{border-radius:var(--tiles-border-radius);-webkit-transition:var(--tiles-bg-transition);transition:var(--tiles-bg-transition);background-color:var(--tiles-bg);border-top:var(--tiles-border-top);content:"";position:absolute;z-index:1;width:100%;height:12px;top:0;left:0}
.a-tile__link:hover{color:var(--tiles-bg-hover-color);text-decoration:none}
.a-tile__link:hover:after{height:100%;background-color:var(--tiles-bg-hover);border-top:var(--tiles-border-top-hover)}
.a-tile__link:hover .a-tile__title,.a-tile__link:hover .a-tile__title-text,.a-tile__link:hover .a-tile__para,.a-tile__link:hover p{color:var(--tiles-bg-hover-color);text-decoration:none}
.a-tile__link:hover .a-tile__tile-icon,.a-tile__link:hover i{color:var(--tiles-bg-hover-color) !important}
.a-tile__link:hover .a-tile__icon{color:var(--tiles-bg-hover-color)}
.a-tile__title,.a-tile-text{color:var(--tiles-bg-color);font-weight:bold;position:relative;z-index:5}
.a-tile__icon{display:none;font-size:var(--tiles-icon-size);position:relative;z-index:5}
.a-tile__para{color:var(--tiles-bg-color);margin-top:var(--tiles-para-margin-top);font-family:var(--tiles-font-family);position:relative;z-index:5}
.a-tile__para p{font-family:var(--tiles-para-font-family)}
.a-tile__tile-icon{color:var(--tiles-bg-color);margin-top:1.25rem;position:relative;height:3rem;width:3rem;z-index:5}
.a-tile__tile-icon i{font-size:3rem}
@media(max-width:767.98px){.a-tile{min-width:inherit;max-width:inherit;width:100%}
}
.a-tile--xsmall .a-tile__link{min-height:var(--tiles-xsmall-height);height:auto;width:var(--tiles-xsmall-width)}
@media(max-width:991.98px){.a-tile--xsmall .a-tile__link{width:var(--tiles-xsmall-width-tablet)}
}
@media(max-width:767.98px){.a-tile--xsmall .a-tile__link{min-height:var(--tiles-xsmall-height-mobile)}
}
.a-tile--small .a-tile__link{min-height:var(--tiles-medium-height);height:auto;width:var(--tiles-xsmall-width)}
@media(max-width:991.98px){.a-tile--small .a-tile__link{width:var(--tiles-xsmall-width-tablet)}
}
@media(max-width:767.98px){.a-tile--small .a-tile__link{min-height:var(--tiles-small-height-mobile)}
}
.a-tile--medium .a-tile__link{width:var(--tiles-medium-width);min-height:var(--tiles-medium-height);height:auto}
@media(max-width:991.98px){.a-tile--medium .a-tile__link{width:var(--tiles-medium-width-tablet)}
}
@media(max-width:767.98px){.a-tile--medium .a-tile__link{min-height:var(--tiles-medium-height-mobile)}
}
.a-tile--large .a-tile__link{width:var(--tiles-large-width);min-height:var(--tiles-large-height);height:auto}
@media(max-width:991.98px){.a-tile--large .a-tile__link{width:var(--tiles-large-width-tablet)}
}
@media(max-width:767.98px){.a-tile--large .a-tile__link{min-height:var(--tiles-large-height-mobile)}
}
@media(max-width:767.98px){.a-tile--xsmall .a-tile__link,.a-tile--small .a-tile__link,.a-tile--medium .a-tile__link,.a-tile--large .a-tile__link{width:100%}
.a-tile--xsmall .a-tile__link .a-tile__icon,.a-tile--small .a-tile__link .a-tile__icon,.a-tile--medium .a-tile__link .a-tile__icon,.a-tile--large .a-tile__link .a-tile__icon{position:absolute;top:22px;right:10px;display:block;color:var(--tiles-icon-color)}
}
.a-tile--xsmall .a-tile__link:hover .a-tile__icon,.a-tile--small .a-tile__link:hover .a-tile__icon,.a-tile--medium .a-tile__link:hover .a-tile__icon,.a-tile--large .a-tile__link:hover .a-tile__icon{color:var(--tiles-icon-color-hover)}
.a-tile--dark .a-tile__link{background-color:var(--tiles-bg-dark);border-color:var(--tiles-border-color-dark);color:var(--tiles-color-dark)}
.a-tile--dark .a-tile__link:after{height:0;border-color:var(--tiles-border-color-dark)}
.a-tile--dark .a-tile__link .a-tile__title,.a-tile--dark .a-tile__link .a-tile__title-text,.a-tile--dark .a-tile__link .a-tile__para,.a-tile--dark .a-tile__link p{color:var(--tiles-color-dark)}
.a-tile--dark .a-tile__link .a-tile__tile-icon,.a-tile--dark .a-tile__link i{color:var(--tiles-color-dark)}
.a-tile--dark .a-tile__link:hover{color:var(--tiles-color-dark-hover)}
.a-tile--dark .a-tile__link:hover:after{background-color:var(--tiles-bg-dark-hover) !important;border-color:var(--tiles-border-color-dark-hover);height:100% !important;z-index:1}
.a-tile--dark .a-tile__link:hover .a-tile__title-text:after{display:block;position:relative;bottom:-8px;width:88px;height:4px;content:" ";background-color:var(--tiles-title-border-line-dark-hover)}
.a-tile--dark .a-tile__link:hover .a-tile__title,.a-tile--dark .a-tile__link:hover .a-tile__title-text,.a-tile--dark .a-tile__link:hover .a-tile__para,.a-tile--dark .a-tile__link:hover p{text-decoration:none;color:var(--tiles-color-dark-hover);position:relative;z-index:2}
.a-tile--dark .a-tile__link:hover .a-tile__tile-icon,.a-tile--dark .a-tile__link:hover i{color:var(--tiles-color-dark-hover) !important}
.a-tile--dark .a-tile__link:hover .a-tile__icon{color:var(--tiles-icon-color-hover)}
.m-tile-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap}
.m-tile-list>div{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap}
.m-tile-list .a-tile{margin:10px;-ms-flex-preferred-size:100%;flex-basis:100%}
.m-tile-list--start{-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}
.m-tile-list--center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.m-tile-list--end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
.m-hero{position:relative;z-index:0;padding-top:var(--hero-padding-top);padding-bottom:var(--hero-padding-bottom)}
.m-hero--auto-height{height:auto}
@media(max-width:991.98px){.m-hero--text-center-mobile .m-hero__content{position:absolute;left:10px;width:100%;padding:0 15px}
}
.m-hero .cmp-image__image{width:100%;height:100%;position:absolute;left:0;top:0;-o-object-fit:var(--hero-media-image-object-fit);object-fit:var(--hero-media-image-object-fit);-o-object-position:var(--hero-media-image-object-position);object-position:var(--hero-media-image-object-position)}
@media(min-width:992px){.m-hero{overflow:hidden}
}
.m-hero__title + .m-hero__header{margin-top:var(--hero-title-top-spacing)}
.m-hero__header + .m-hero__body{margin-top:var(--hero-title-top-spacing)}
.m-hero__body{font-weight:300;font-family:var(--hero-para-font-family)}
@media(max-width:991.98px){.m-hero__body{font-size:var(--hero-body-font-size-md-sm);line-height:var(--hero-body-line-height-md-sm);font-weight:400}
}
.m-hero__media{z-index:-1;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
.m-hero__media:after{z-index:0;content:"";width:100%;height:100%;position:absolute;left:0;top:0}
@media(min-width:992px){.m-hero__media{width:100%;height:100%;position:absolute;left:0;top:0}
}
@media(max-width:991.98px){.m-hero__media{position:relative;min-width:100vw;margin-left:calc(-1 * (100vw - 100%) / 2)}
}
.m-hero__content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;position:relative}
@media(min-width:992px){.m-hero__content{width:var(--hero-content-default-width);margin-left:var(--hero-content-default-space)}
}
@media(max-width:991.98px){.m-hero__content{width:100%}
}
.m-hero__content-image{-ms-flex-item-align:start;align-self:flex-start}
@media(max-width:991.98px){.m-hero__content-image{max-width:80%}
}
.m-hero__image,.m-hero__parallax-image,.m-hero .cmp-image__image{width:100%;height:100%;position:absolute;left:0;top:0;-o-object-fit:var(--hero-media-image-object-fit);object-fit:var(--hero-media-image-object-fit);-o-object-position:var(--hero-media-image-object-position);object-position:var(--hero-media-image-object-position)}
.m-hero .m-hero__parallax-image{width:auto}
.m-hero__parallax-wrapper .m-hero__parallax-image{height:var(--hero-parallax-image-height);min-height:var(--hero-parallax-image-min-height);z-index:-1}
@media(min-width:992px){.m-hero__parallax-wrapper .m-hero__parallax-image{min-height:var(--hero-parallax-image-min-height-xl)}
}
@media(min-width:1200px){.m-hero__parallax-wrapper .m-hero__parallax-image{-o-object-fit:fill;object-fit:fill;-o-object-position:50% 50%;object-position:50% 50%}
}
.m-hero__extras{margin-top:var(--hero-desktop-extras-top-spacing);display:-webkit-box;display:-ms-flexbox;display:flex}
.m-hero__extras>.xfpage{width:100%}
@media(max-width:991.98px){.m-hero__extras{margin-top:var(--hero-tablet-extras-top-spacing)}
.m-hero__extras .a-button{margin-top:0}
}
@media(max-width:575.98px){.m-hero__extras{margin-top:var(--hero-mobile-extras-top-spacing);display:block}
.m-hero__extras .a-button{width:100%;display:block}
.m-hero__extras .a-button .a-link{width:100%}
.m-hero__extras .a-button .a-button{width:100%;text-align:center}
.m-hero__extras .a-button + .a-button{margin-top:var(--hero-mobile-extras-top-spacing);margin-left:0 !important}
}
.m-hero__extras .a-button .a-button{margin:0}
.m-hero__extras .a-button + .a-button{margin-left:var(--hero-extras-between-spacing)}
.m-hero--media-start .m-hero__media{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
.m-hero--media-start .m-hero__content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
.m-hero--media-start .m-hero__parallax-image{left:0;right:auto;max-width:87%;margin-left:-20%;padding-left:10%}
@media(min-width:768px) and (max-width:991.98px){.m-hero--media-start .m-hero__content{padding-top:var(--hero-tablet-medium-content-top-space);padding-bottom:var(--hero-tablet-medium-content-top-space-dbl)}
}
@media(max-width:767.98px){.m-hero--media-start .m-hero__content{padding-top:var(--hero-mobile-medium-content-top-space);padding-bottom:var(--hero-mobile-medium-content-top-space-dbl)}
}
.m-hero--media-end .m-hero__media{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
.m-hero--media-end .m-hero__content{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
.m-hero--media-end .m-hero__parallax-image{left:auto;right:0}
@media(min-width:768px) and (max-width:991.98px){.m-hero--media-end .m-hero__content{padding-top:var(--hero-tablet-medium-content-top-space-dbl);padding-bottom:var(--hero-tablet-medium-content-top-space)}
}
@media(max-width:767.98px){.m-hero--media-end .m-hero__content{padding-top:var(--hero-mobile-medium-content-top-space-dbl);padding-bottom:var(--hero-mobile-medium-content-top-space)}
}
.m-hero--rounded-corners{border-radius:var(--hero-rounded-corners)}
.m-hero--dark{background:var(--hero-bg-dark)}
.m-hero--dark .m-hero__title,.m-hero--dark .m-hero__header,.m-hero--dark .m-hero__body,.m-hero--dark .m-hero__subtitle{color:var(--hero-color-dark)}
.m-hero--light{background:var(--hero-bg-light)}
.m-hero--light .m-hero__title,.m-hero--light .m-hero__header,.m-hero--light .m-hero__body,.m-hero--light .m-hero__subtitle{color:var(--hero-color-light)}
.m-hero--body-strong .m-hero__body{font-weight:bold}
.m-hero--tall{height:var(--hero-desktop-tall-height)}
@media(min-width:992px){.m-hero--tall .m-hero__content{padding-top:var(--hero-desktop-tall-top-space)}
.m-hero--tall .m-hero__header{font-size:var(--hero-header-font-size);line-height:var(--hero-header-line-height)}
.m-hero--half-width.m-hero--tall{padding:var(--hero-desktop-tall-content-halfwidth-space)}
.m-hero--half-width.m-hero--tall .m-hero__content{padding-top:0}
.m-hero--half-width.m-hero--tall .m-hero__media{height:var(--hero-desktop-tall-media-height)}
.m-hero--half-width.m-hero--text-vertical-align-center.m-hero--tall .m-hero__content{padding-top:var(--hero-desktop-top-space-vertical-align)}
.m-hero--half-width.m-hero--text-vertical-align-center.m-hero--tall .m-hero__content .m-hero__title{position:unset}
.m-hero--half-width.m-hero--remove-spacing-bottom.m-hero--tall .m-hero__media{height:var(--hero-desktop-tall-height)}
}
@media(min-width:768px) and (max-width:991.98px){.m-hero--tall{height:var(--hero-tablet-tall-height)}
.m-hero--tall .m-hero__content{padding-top:var(--hero-tablet-tall-content-top-space);height:var(--hero-tablet-tall-height)-var(--hero-tablet-tall-media-height)}
.m-hero--tall .m-hero__media{height:var(--hero-tablet-tall-media-height)}
}
@media(max-width:767.98px){.m-hero--tall{height:auto}
.m-hero--tall .m-hero__content{padding-top:var(--hero-mobile-tall-content-top-space);height:var(--hero-mobile-tall-height)-var(--hero-mobile-tall-media-height)}
.m-hero--tall .m-hero__media{height:var(--hero-mobile-tall-media-height)}
}
.m-hero--medium{height:var(--hero-desktop-medium-height)}
@media(min-width:992px){.m-hero--medium .m-hero__content{padding-top:var(--hero-desktop-medium-content-top-space)}
.m-hero--medium .m-hero__title{position:absolute;top:var(--hero-desktop-medium-title-top-space)}
.m-hero--text-align-center.m-hero--medium .m-hero__title{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}
.m-hero--text-align-end.m-hero--medium .m-hero__title{right:15px;left:auto}
.m-hero--medium .m-hero__title + .m-hero__header{margin-top:0}
.m-hero--half-width.m-hero--medium{padding:0}
.m-hero--half-width.m-hero--medium .m-hero__media{height:var(--hero-desktop-medium-media-height)}
}
@media(min-width:768px) and (max-width:991.98px){.m-hero--medium{height:var(--hero-tablet-medium-height)}
.m-hero--medium .m-hero__content{padding-top:var(--hero-tablet-medium-content-top-space);height:var(--hero-tablet-medium-height)-var(--hero-tablet-medium-media-height)}
.m-hero--medium .m-hero__media{height:var(--hero-tablet-medium-media-height)}
}
@media(max-width:767.98px){.m-hero--medium{height:auto}
.m-hero--medium .m-hero__content{padding-top:var(--hero-mobile-medium-content-top-space);height:var(--hero-mobile-medium-height)-var(--hero-mobile-medium-media-height)}
.m-hero--medium .m-hero__media{height:var(--hero-mobile-medium-media-height)}
}
.m-hero--short{min-height:var(--hero-desktop-short-height)}
@media(min-width:992px){.m-hero--short .m-hero__content{padding-top:var(--hero-desktop-short-content-top-space)}
.m-hero--short .m-hero__title{position:absolute;top:var(--hero-desktop-short-title-top-space)}
.m-hero--text-align-center.m-hero--short .m-hero__title{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}
.m-hero--text-align-end.m-hero--short .m-hero__title{right:0;left:auto}
.m-hero--short .m-hero__title + .m-hero__header{margin-top:0}
.m-hero--half-width.m-hero--short{padding:0}
.m-hero--half-width.m-hero--short .m-hero__media{height:var(--hero-desktop-short-media-height)}
}
@media(min-width:768px) and (max-width:991.98px){.m-hero--short{height:var(--hero-tablet-short-height)}
.m-hero--short .m-hero__content{padding-top:var(--hero-tablet-short-content-top-space);height:var(--hero-tablet-short-height)-var(--hero-tablet-short-media-height)}
.m-hero--short .m-hero__media{height:var(--hero-tablet-short-media-height)}
}
@media(max-width:767.98px){.m-hero--short{height:auto}
.m-hero--short .m-hero__content{padding-top:var(--hero-mobile-short-content-top-space);height:var(--hero-mobile-short-height)-var(--hero-mobile-short-media-height)}
.m-hero--short .m-hero__media{height:var(--hero-mobile-short-media-height)}
}
@media(min-width:992px){.m-hero--half-width .m-hero__media{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;height:auto}
.m-hero--half-width .m-hero__content{width:var(--hero-content-default-half-width)}
.m-hero--media-start.m-hero--half-width .m-hero__content{margin-left:92.491px;padding-left:0}
.m-hero--media-start.m-hero--half-width .m-hero__media{margin:0}
.m-hero--media-end.m-hero--half-width .m-hero__content{margin:0;padding:0}
.m-hero--media-end.m-hero--half-width .m-hero__media{margin-right:45px;margin-left:45px}
}
.m-hero--half-width-parallax.m-hero{overflow:hidden}
.m-hero--half-width-parallax.m-hero .m-hero__image .cmp-image__image{-o-object-fit:contain;object-fit:contain}
@media(min-width:992px){.m-hero--half-width-parallax.m-hero section,.m-hero--half-width-parallax.m-hero .container,.m-hero--half-width-parallax.m-hero .row,.m-hero--half-width-parallax.m-hero .m-hero__content,.m-hero--half-width-parallax.m-hero .m-hero__media{height:100% !important}
.m-hero--half-width-parallax.m-hero .m-hero__content{width:var(--hero-parallax-half-width-content-width)}
.m-hero--half-width-parallax.m-hero .m-hero__media{width:var(--hero-parallax-half-width-media-width);margin:0}
.m-hero--half-width-parallax.m-hero .m-hero__image{position:relative}
.m-hero--half-width-parallax.m-hero .m-hero__parallax-wrapper{position:static}
.m-hero--half-width-parallax.m-hero .m-hero__parallax-wrapper .m-hero__image .cmp-image__image{position:absolute;top:auto;bottom:0;height:auto}
}
@media(min-width:992px){.m-hero--content-start.m-hero--full-width .m-hero__content{padding-right:15px}
.m-hero--content-end.m-hero--full-width .m-hero__content{padding-left:15px;margin-right:var(--hero-content-default-space);margin-left:0}
.m-hero--content-end.m-hero--full-width .row{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
.m-hero--content-center.m-hero--full-width .m-hero__content{width:var(--hero-content-center-default-width);margin:0 auto;padding-left:0;padding-right:0}
}
.m-hero--text-align-start{text-align:left}
.m-hero--text-align-center{text-align:center}
.m-hero--text-align-center .m-hero__extras{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.m-hero--text-align-center .m-hero__content-image{margin:0 auto}
.m-hero--text-align-end{text-align:right}
.m-hero--text-align-end .m-hero__extras{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
.m-hero--gradient-start .m-hero__media:after{background:-webkit-gradient(linear,left top,right top,from(var(--hero-start-color)),to(var(--hero-end-color)));background:linear-gradient(90deg,var(--hero-start-color) var(--hero-start-position),var(--hero-end-color) var(--hero-end-position))}
.m-hero--gradient-end .m-hero__media:after{background:-webkit-gradient(linear,right top,left top,from(var(--hero-start-color)),to(var(--hero-end-color)));background:linear-gradient(-90deg,var(--hero-start-color) var(--hero-start-position),var(--hero-end-color) var(--hero-end-position))}
.m-hero--gradient-center .m-hero__media:after{background:radial-gradient(circle,var(--hero-start-color) var(--hero-start-position),var(--hero-end-color) var(--hero-end-position))}
.m-hero--image-contain .cmp-image__image{-o-object-fit:var(--hero-media-image-object-contain);object-fit:var(--hero-media-image-object-contain)}
.m-hero--container{margin:0 auto;max-width:var(--hero-container-width)}
@media(min-width:992px){.m-hero--container{max-width:var(--hero-container-lg-width)}
}
@media(min-width:1200px){.m-hero--container{max-width:var(--hero-container-xl-width)}
}
.m-hero--button-vertical .m-hero__extras{display:inherit}
.m-hero--button-vertical .m-hero__extras .a-button + .a-button{margin-left:0;margin-top:var(--hero-extras-between-spacing-vertical);margin-bottom:var(--hero-extras-between-spacing-vertical)}
@media(min-width:992px){.m-hero--text-vertical-align-top .m-hero__content{padding-top:0}
.m-hero--text-vertical-align-top .m-hero__content .m-hero__title{position:unset}
.m-hero--text-vertical-align-center .m-hero__content{padding-top:var(--hero-desktop-top-space-vertical-align)}
.m-hero--text-vertical-align-center .m-hero__content .m-hero__title{position:unset}
.m-hero--text-vertical-align-center>section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.m-hero--text-vertical-align-bottom .m-hero__content{margin-bottom:0}
.m-hero--text-vertical-align-bottom>section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}
.m-hero--bglight .m-hero__content{background-color:var(--hero-bg-light);padding:20px}
.m-hero--bgdark .m-hero__content{background-color:var(--hero-bg-dark);padding:20px}
.m-hero--tall.m-hero--text-vertical-align-center>section{height:var(--hero-desktop-tall-height)}
.m-hero--medium.m-hero--text-vertical-align-center>section{height:var(--hero-desktop-medium-height)}
.m-hero--short.m-hero--text-vertical-align-center>section{height:var(--hero-desktop-short-height)}
.m-hero--tall.m-hero--text-vertical-align-bottom>section,.m-hero--medium.m-hero--text-vertical-align-bottom>section,.m-hero--short.m-hero--text-vertical-align-bottom>section{height:100%}
}
@media(max-width:991.98px){.m-hero{padding-top:0}
}
@media(max-width:991.98px){.m-hero--image-position .m-hero__media{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
.m-hero--image-position .m-hero__content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
}
@media(max-width:991.98px){.m-hero--mobile-tab--bg-primary{background:var(--hero-mobile-tab-bg-primary)}
.m-hero--mobile-tab--bg-primary .m-hero__title,.m-hero--mobile-tab--bg-primary .m-hero__header,.m-hero--mobile-tab--bg-primary .m-hero__body,.m-hero--mobile-tab--bg-primary .m-hero__subtitle{color:var(--hero-mobile-tab-bg-text-white)}
.m-hero--mobile-tab--bg-primary .a-button.a-button--primary{--button-primary-bg:var(--hero-mobile-tab-button-primary-bg);--button-primary-color:var(--hero-mobile-tab-button-primary-color)}
}
@-webkit-keyframes fade-in{0{opacity:0}
100%{opacity:1}
}
@keyframes fade-in{0{opacity:0}
100%{opacity:1}
}
@-webkit-keyframes text-slide-up{0{-webkit-transform:translateY(100%);transform:translateY(100%)}
100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
@keyframes text-slide-up{0{-webkit-transform:translateY(100%);transform:translateY(100%)}
100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
@media(prefers-reduced-motion:no-preference){.m-hero [data-animated="true"]>*:not(.m-hero__header){opacity:0}
.m-hero [data-animated="true"].animate-fade-in>*:not(.m-hero__header){-webkit-animation:fade-in 1s forwards;animation:fade-in 1s forwards}
.m-hero [data-animated="true"].animate-fade-in>*:not(.m-hero__header):nth-child(1):not(:empty){-webkit-animation-delay:350ms;animation-delay:350ms}
.m-hero [data-animated="true"].animate-fade-in>*:not(.m-hero__header):nth-child(2):not(:empty){-webkit-animation-delay:700ms;animation-delay:700ms}
.m-hero [data-animated="true"].animate-fade-in>*:not(.m-hero__header):nth-child(3):not(:empty){-webkit-animation-delay:1050ms;animation-delay:1050ms}
.m-hero [data-animated="true"].animate-fade-in>*:not(.m-hero__header):nth-child(4):not(:empty){-webkit-animation-delay:1400ms;animation-delay:1400ms}
.m-hero [data-animated="true"].animate-fade-in>*:not(.m-hero__header):nth-child(5):not(:empty){-webkit-animation-delay:1750ms;animation-delay:1750ms}
.m-hero [data-animated="true"].animate-fade-in>*:not(.m-hero__header):nth-child(6):not(:empty){-webkit-animation-delay:2100ms;animation-delay:2100ms}
.m-hero [data-animated="true"].animate-fade-in>*:not(.m-hero__header):nth-child(7):not(:empty){-webkit-animation-delay:2450ms;animation-delay:2450ms}
.m-hero [data-animated="true"].animate-fade-in>*:not(.m-hero__header):nth-child(8):not(:empty){-webkit-animation-delay:2800ms;animation-delay:2800ms}
.m-hero [data-animated="true"].animate-fade-in>*:not(.m-hero__header):nth-child(9):not(:empty){-webkit-animation-delay:3150ms;animation-delay:3150ms}
.m-hero [data-animated="true"].animate-fade-in>*:not(.m-hero__header):nth-child(10):not(:empty){-webkit-animation-delay:3500ms;animation-delay:3500ms}
.m-hero [data-animated="true"].animate-fade-in>*:not(.m-hero__header):nth-child(11):not(:empty){-webkit-animation-delay:3850ms;animation-delay:3850ms}
.m-hero [data-animated="true"].animate-fade-in>*:not(.m-hero__header):nth-child(12):not(:empty){-webkit-animation-delay:4200ms;animation-delay:4200ms}
.m-hero [data-animated="true"].animate-fade-in>*:not(.m-hero__header):nth-child(13):not(:empty){-webkit-animation-delay:4550ms;animation-delay:4550ms}
.m-hero [data-animated="true"].animate-fade-in>*:not(.m-hero__header):nth-child(14):not(:empty){-webkit-animation-delay:4900ms;animation-delay:4900ms}
.m-hero [data-animated="true"].animate-fade-in>*:not(.m-hero__header):nth-child(15):not(:empty){-webkit-animation-delay:5250ms;animation-delay:5250ms}
.m-hero [data-animated="true"].animate-fade-in>*:not(.m-hero__header):nth-child(16):not(:empty){-webkit-animation-delay:5600ms;animation-delay:5600ms}
.m-hero [data-animated="true"].animate-fade-in>*:not(.m-hero__header):nth-child(17):not(:empty){-webkit-animation-delay:5950ms;animation-delay:5950ms}
.m-hero [data-animated="true"].animate-fade-in>*:not(.m-hero__header):nth-child(18):not(:empty){-webkit-animation-delay:6300ms;animation-delay:6300ms}
.m-hero [data-animated="true"].animate-fade-in>*:not(.m-hero__header):nth-child(19):not(:empty){-webkit-animation-delay:6650ms;animation-delay:6650ms}
.m-hero [data-animated="true"].animate-fade-in>*:not(.m-hero__header):nth-child(20):not(:empty){-webkit-animation-delay:7000ms;animation-delay:7000ms}
.m-hero [data-animated="true"] .m-hero__header{opacity:0}
.m-hero [data-animated="true"].animate-slide-up .m-hero__header{opacity:1}
.m-hero [data-animated="true"].animate-slide-up .slide-up-text-container{overflow-y:hidden}
.m-hero [data-animated="true"].animate-slide-up .slide-up-text-container .slide-up-text{display:block;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-animation:text-slide-up 1s forwards;animation:text-slide-up 1s forwards}
.m-hero [data-animated="true"].animate-slide-up .slide-up-text-container:nth-child(1):not(:empty) .slide-up-text{-webkit-animation-delay:350ms;animation-delay:350ms}
.m-hero [data-animated="true"].animate-slide-up .slide-up-text-container:nth-child(2):not(:empty) .slide-up-text{-webkit-animation-delay:700ms;animation-delay:700ms}
.m-hero [data-animated="true"].animate-slide-up .slide-up-text-container:nth-child(3):not(:empty) .slide-up-text{-webkit-animation-delay:1050ms;animation-delay:1050ms}
.m-hero [data-animated="true"].animate-slide-up .slide-up-text-container:nth-child(4):not(:empty) .slide-up-text{-webkit-animation-delay:1400ms;animation-delay:1400ms}
.m-hero [data-animated="true"].animate-slide-up .slide-up-text-container:nth-child(5):not(:empty) .slide-up-text{-webkit-animation-delay:1750ms;animation-delay:1750ms}
.m-hero [data-animated="true"].animate-slide-up .slide-up-text-container:nth-child(6):not(:empty) .slide-up-text{-webkit-animation-delay:2100ms;animation-delay:2100ms}
.m-hero [data-animated="true"].animate-slide-up .slide-up-text-container:nth-child(7):not(:empty) .slide-up-text{-webkit-animation-delay:2450ms;animation-delay:2450ms}
.m-hero [data-animated="true"].animate-slide-up .slide-up-text-container:nth-child(8):not(:empty) .slide-up-text{-webkit-animation-delay:2800ms;animation-delay:2800ms}
.m-hero [data-animated="true"].animate-slide-up .slide-up-text-container:nth-child(9):not(:empty) .slide-up-text{-webkit-animation-delay:3150ms;animation-delay:3150ms}
.m-hero [data-animated="true"].animate-slide-up .slide-up-text-container:nth-child(10):not(:empty) .slide-up-text{-webkit-animation-delay:3500ms;animation-delay:3500ms}
.m-hero [data-animated="true"].animate-slide-up .slide-up-text-container:nth-child(11):not(:empty) .slide-up-text{-webkit-animation-delay:3850ms;animation-delay:3850ms}
.m-hero [data-animated="true"].animate-slide-up .slide-up-text-container:nth-child(12):not(:empty) .slide-up-text{-webkit-animation-delay:4200ms;animation-delay:4200ms}
.m-hero [data-animated="true"].animate-slide-up .slide-up-text-container:nth-child(13):not(:empty) .slide-up-text{-webkit-animation-delay:4550ms;animation-delay:4550ms}
.m-hero [data-animated="true"].animate-slide-up .slide-up-text-container:nth-child(14):not(:empty) .slide-up-text{-webkit-animation-delay:4900ms;animation-delay:4900ms}
.m-hero [data-animated="true"].animate-slide-up .slide-up-text-container:nth-child(15):not(:empty) .slide-up-text{-webkit-animation-delay:5250ms;animation-delay:5250ms}
.m-hero [data-animated="true"].animate-slide-up .slide-up-text-container:nth-child(16):not(:empty) .slide-up-text{-webkit-animation-delay:5600ms;animation-delay:5600ms}
.m-hero [data-animated="true"].animate-slide-up .slide-up-text-container:nth-child(17):not(:empty) .slide-up-text{-webkit-animation-delay:5950ms;animation-delay:5950ms}
.m-hero [data-animated="true"].animate-slide-up .slide-up-text-container:nth-child(18):not(:empty) .slide-up-text{-webkit-animation-delay:6300ms;animation-delay:6300ms}
.m-hero [data-animated="true"].animate-slide-up .slide-up-text-container:nth-child(19):not(:empty) .slide-up-text{-webkit-animation-delay:6650ms;animation-delay:6650ms}
.m-hero [data-animated="true"].animate-slide-up .slide-up-text-container:nth-child(20):not(:empty) .slide-up-text{-webkit-animation-delay:7000ms;animation-delay:7000ms}
}
.a-title__box .a-title__text::before,.a-title__box h1::before,.a-title__box h2::before,.a-title__box h3::before,.a-title__box h4::before,.a-title__box h5::before,.a-title__box h6::before,.a-title__box .a-title__text::after,.a-title__box h1::after,.a-title__box h2::after,.a-title__box h3::after,.a-title__box h4::after,.a-title__box h5::after,.a-title__box h6::after{content:"";position:absolute;top:0;bottom:0;margin:auto;height:0;border-top:var(--title-top-border)}
.a-title__box .a-title__text,.a-title__box h1,.a-title__box h2,.a-title__box h3,.a-title__box h4,.a-title__box h5,.a-title__box h6{color:var(--title-color);border:var(--title-border);padding:var(--title-padding);margin:0 auto;display:block;text-align:center;position:relative;z-index:2;word-break:break-word}
.a-title__box .a-title__text::before,.a-title__box h1::before,.a-title__box h2::before,.a-title__box h3::before,.a-title__box h4::before,.a-title__box h5::before,.a-title__box h6::before{right:100%}
.a-title__box .a-title__text::after,.a-title__box h1::after,.a-title__box h2::after,.a-title__box h3::after,.a-title__box h4::after,.a-title__box h5::after,.a-title__box h6::after{left:100%}
.a-title--rounded .a-title__text,.a-title--rounded h1,.a-title--rounded h2,.a-title--rounded h3,.a-title--rounded h4,.a-title--rounded h5,.a-title--rounded h6{border-radius:var(--title-border-radius-rounded)}
.a-title--dark .a-title__text,.a-title--dark h1,.a-title--dark h2,.a-title--dark h3,.a-title--dark h4,.a-title--dark h5,.a-title--dark h6{background-color:var(--title-dark-bg);color:var(--title-dark-bg-color)}
.a-title--light .a-title__text,.a-title--light h1,.a-title--light h2,.a-title--light h3,.a-title--light h4,.a-title--light h5,.a-title--light h6{background-color:var(--title-light-bg)}
.a-title--secondary .a-title__text,.a-title--secondary h1,.a-title--secondary h2,.a-title--secondary h3,.a-title--secondary h4,.a-title--secondary h5,.a-title--secondary h6{background-color:var(--title-secondary-bg);border-color:var(--title-secondary-bg)}
.a-title--half .a-title__text,.a-title--half h1,.a-title--half h2,.a-title--half h3,.a-title--half h4,.a-title--half h5,.a-title--half h6{width:50%}
.a-title--half .a-title__text::before,.a-title--half .a-title__text::after,.a-title--half h1::before,.a-title--half h1::after,.a-title--half h2::before,.a-title--half h2::after,.a-title--half h3::before,.a-title--half h3::after,.a-title--half h4::before,.a-title--half h4::after,.a-title--half h5::before,.a-title--half h5::after,.a-title--half h6::before,.a-title--half h6::after{width:25%}
.a-title--full .a-title__text,.a-title--full h1,.a-title--full h2,.a-title--full h3,.a-title--full h4,.a-title--full h5,.a-title--full h6{width:75%}
.a-title--full .a-title__text::before,.a-title--full .a-title__text::after,.a-title--full h1::before,.a-title--full h1::after,.a-title--full h2::before,.a-title--full h2::after,.a-title--full h3::before,.a-title--full h3::after,.a-title--full h4::before,.a-title--full h4::after,.a-title--full h5::before,.a-title--full h5::after,.a-title--full h6::before,.a-title--full h6::after{width:15%}
.a-title--full:not(.a-title).text-left .a-title__text,.a-title--full:not(.a-title).text-left h1,.a-title--full:not(.a-title).text-left h2,.a-title--full:not(.a-title).text-left h3,.a-title--full:not(.a-title).text-left h4,.a-title--full:not(.a-title).text-left h5,.a-title--full:not(.a-title).text-left h6,.a-title--full:not(.a-title).text-right .a-title__text,.a-title--full:not(.a-title).text-right h1,.a-title--full:not(.a-title).text-right h2,.a-title--full:not(.a-title).text-right h3,.a-title--full:not(.a-title).text-right h4,.a-title--full:not(.a-title).text-right h5,.a-title--full:not(.a-title).text-right h6,.a-title--full:not(.a-title).text-center .a-title__text,.a-title--full:not(.a-title).text-center h1,.a-title--full:not(.a-title).text-center h2,.a-title--full:not(.a-title).text-center h3,.a-title--full:not(.a-title).text-center h4,.a-title--full:not(.a-title).text-center h5,.a-title--full:not(.a-title).text-center h6{width:100%}
.a-title--mt-small{margin-top:var(--title-spacing-margin-top-small) !important}
.a-title--mt-medium{margin-top:var(--title-spacing-margin-top-medium) !important}
.a-title--mb-small{margin-bottom:var(--title-spacing-margin-bottom-small) !important}
.a-title--mb-medium{margin-bottom:var(--title-spacing-margin-bottom-medium) !important}
.a-title--fg a-title__text,.a-title--fg h1,.a-title--fg h2,.a-title--fg h3,.a-title--fg h4,.a-title--fg h5,.a-title--fg h6{color:var(--title-default-color)}
.a-title--fg-light a-title__text,.a-title--fg-light h1,.a-title--fg-light h2,.a-title--fg-light h3,.a-title--fg-light h4,.a-title--fg-light h5,.a-title--fg-light h6{color:var(--title-light-color)}
.a-title--fg-primary a-title__text,.a-title--fg-primary h1,.a-title--fg-primary h2,.a-title--fg-primary h3,.a-title--fg-primary h4,.a-title--fg-primary h5,.a-title--fg-primary h6{color:var(--title-primary-color)}
.a-title--fg-secondary a-title__text,.a-title--fg-secondary h1,.a-title--fg-secondary h2,.a-title--fg-secondary h3,.a-title--fg-secondary h4,.a-title--fg-secondary h5,.a-title--fg-secondary h6{color:var(--title-secondary-color)}
.a-radio{display:block;position:relative;padding-left:var(--radio-padding-left);padding-right:var(--radio-padding-right);margin-bottom:var(--radio-margin-bottom);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.a-radio-label{display:block;color:#63666a}
.a-radio--vertical{display:block}
.a-radio--horizontal{display:inline-block}
.a-radio__text{cursor:pointer;font-size:var(--radio-text-font-size);line-height:var(--radio-text-line-height);color:var(--radio-text-color)}
.a-radio__title-text:empty,.a-radio__title-text:empty + .a-dropdown__title--required{display:none}
.a-radio--label-none{margin-bottom:var(--radio-label-margin-bottom)}
.a-radio--label-none .a-radio__text{display:none}
.a-radio input{position:absolute;opacity:0;cursor:pointer}
.a-radio__custom{position:absolute;top:0;left:0;height:1.25rem;width:1.25rem;border:var(--radio-custom-border);background-color:var(--radio-custom-bg);border-radius:50%;cursor:pointer}
input:checked ~ .a-radio__custom{background-color:var(--radio-checked-bg);-webkit-box-shadow:var(--radio-field-box-shadow-focus);box-shadow:var(--radio-field-box-shadow-focus)}
.a-radio__custom:after{content:"";position:absolute;display:none;top:.375rem;left:.375rem;width:.375rem;height:.375rem;border-radius:50%;background:var(--radio-dot-color)}
input:checked ~ .a-radio__custom:after{display:block}
.a-radio--error .a-radio__label .a-radio__text{color:var(--radio-error-color)}
.a-radio--error .a-radio__label .a-radio__custom{border:1px solid var(--radio-error-color)}
.a-radio--error .a-radio__label input:checked ~ .a-radio__custom{background-color:var(--radio-custom-bg)}
.a-radio--checked-disabled .a-radio__label .a-radio__text{color:var(--radio-disabled-color)}
.a-radio--checked-disabled .a-radio__label .a-radio__custom{border:1px solid var(--radio-disabled-color);background-color:var(--radio-disabled-color);pointer-events:none}
.a-radio--checked-disabled .a-radio__label .a-radio__custom:after{display:block}
.a-radio--disabled .a-radio__label .a-radio__text{color:var(--radio-disabled-color)}
.a-radio--disabled .a-radio__label .a-radio__custom{border:1px solid var(--radio-disabled-color);background-color:var(--radio-disabled-bg-color);pointer-events:none}
.radio--text-require{display:none;font-size:var(--radio-form-text-font-size);line-height:var(--radio-form-text-line-height);color:var(--radio-form-text-color);text-transform:none;font-weight:normal;margin-bottom:var(--radio-help-text-margin-bottom);margin-top:var(--radio-help-text-margin-top)}
.radio.validation-require .radio--text-require{display:block;font-size:var(--radio-form-text-font-size);color:var(--radio-error-color)}
.radio.validation-require .radio--text-require .abt-icon{font-size:var(--radio-message-icon);padding-right:var(--radio-icon-padding-right);position:relative;top:1px}
.radio.validation-require .a-radio-label{color:var(--radio-error-color)}
.radio.validation-require .a-radio__custom{outline:1px solid var(--radio-error-color)}
.options__asterik-pos--start .a-radio-label{display:-webkit-box;display:-ms-flexbox;display:flex}
.options__asterik-pos--start .a-radio__title-text{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
.a-options-label--color-alternate .a-radio-label{color:var(--radio-label-color)}
.o-features-card__badge{display:none}
.o-features-card__image{margin-bottom:var(--feature-card-margin);clear:both}
.o-features-card__image .cmp-image__image{min-height:var(--feature-card-image-min-height);max-height:var(--feature-card-image-max-height);width:auto}
.o-features-card__image .a-logo-comp--image{min-height:var(--feature-card-image-min-height);max-height:var(--feature-card-image-max-height)}
@media(min-width:768px){.o-features-card__image .a-logo-comp--image{max-height:var(--feature-card-image-max-height)}
}
@media(max-width:991.98px){.o-features-card__image .a-logo-comp--image{max-height:var(--feature-card-image-max-height)}
}
@media(max-width:767.98px){.o-features-card__image .a-logo-comp--image{max-height:var(--feature-card-image-max-height)}
}
.o-features-card__title{margin-bottom:var(--feature-card-margin)}
.o-features-card__number{clear:both;margin-bottom:var(--feature-card-margin);color:var(--feature-card-number-color);font-size:var(--feature-card-title-font-size);line-height:var(--feature-card-title-line-height)}
.o-features-card__number h1,.o-features-card__number h2,.o-features-card__number h3,.o-features-card__number h4,.o-features-card__number h5,.o-features-card__number h6{font-size:var(--feature-card-title-font-size);line-height:var(--feature-card-title-line-height);font-family:var(--feature-card-number-font);color:var(--feature-card-number-color)}
.o-features-card__content{margin-bottom:var(--feature-card-margin)}
.o-features-card__content p{color:var(--feature-card-para-color);font-size:var(--feature-card-para-font-size);line-height:var(--feature-card-para-line-height)}
.o-features-card .a-button{display:inline-block}
@media(max-width:767.98px){.o-features-card .a-button{display:block}
.o-features-card .a-button .a-button{width:100%;display:block}
}
.o-features-card--image .o-features-card__image{display:block}
.o-features-card--image .o-features-card__number{display:none}
.o-features-card--number .o-features-card__image{display:none}
.o-features-card--number .o-features-card__number{display:block}
.o-features-card--badge-top-left .o-features-card__badge{display:block;float:left}
.o-features-card--badge-top-right .o-features-card__badge{display:block;float:right}
.o-features-card--small{background:var(--feature-card-faq-background);-webkit-box-shadow:var(--feature-card-faq-box-shadow);box-shadow:var(--feature-card-faq-box-shadow);height:var(--feature-card-faq-height);padding:var(--feature-card-faq-padding);width:var(--feature-card-faq-sm-width);text-align:center}
@media(min-width:576px){.o-features-card--small{width:var(--feature-card-faq-width)}
}
.o-features-card--active.o-features-card--small,.o-features-card--small:hover{background:var(--feature-card-faq-background-hover);cursor:pointer}
.o-features-card--active.o-features-card--small h4,.o-features-card--small:hover h4{color:var(--feature-card-faq-title-hover-color);cursor:pointer;font-weight:var(--feature-card-faq-title-hover-font)}
.o-features-card--small .cmp-image img{height:var(--feature-card-faq-img-max-height);max-height:var(--feature-card-faq-img-max-height);position:relative;display:inline}
.o-features-card--small h4{color:var(--feature-card-faq-title-color);margin-top:var(--feature-card-faq-title-margin-top);word-break:break-all;font-weight:normal}
@media(max-width:767.98px){.o-features-card .container{padding:0}
}
.o-form-container__success-msg{font-size:var(--form-container-font-size);line-height:var(--form-container-line-height);color:var(--form-container-default-fg-color);text-transform:uppercase;font-weight:bold}
.o-form-container__error-msg{font-size:var(--form-container-font-size);line-height:var(--form-container-line-height);color:var(--form-container-error-color);text-transform:inherit;font-weight:normal}
.o-form-container__error-msg:empty{display:none}
.o-form-container__parent{margin:0}
.o-form-container__element{width:100%}
.o-form-container__buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
@media(min-width:576px){.o-form-container__buttons{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
}
@media(max-width:575.98px){.o-form-container__buttons button{width:100%}
}
.o-form-container__buttons .a-button{margin:0 var(--form-button-spacer)}
.o-form-container__loader{position:absolute;top:0;right:0;left:0;background:var(--form-container-checking-address-loader-bg);width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.o-form-container--inline{width:100% !important}
.o-form-container--inline .container{padding:0 !important}
.o-form-container--inline .o-form-container__element{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}
.o-form-container--inline .o-form-container__main-form{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}
.o-form-container--inline .o-form-container__main-form>div{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}
.o-form-container--inline div[class*="msg"]{-ms-flex-preferred-size:80%;flex-basis:80%;margin-top:var(--form-container-inline-msg-text-top)}
.o-form-container--inline .a-input-field{margin:0 var(--form-container-inline-spacing) 0 0 !important}
.o-form-container--inline .a-button{margin:0 !important}
.o-form-container--inline .form-label{display:none !important}
.o-form-container--no-help-text .a-input-field--text-help{display:none !important}
.formcontainer-start .o-form-container__parent{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
.formcontainer-center .o-form-container__parent{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.formcontainer-end .o-form-container__parent{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
.formcontainer-fullwidth .o-form-container__element{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
.formcontainer-halfwidth .o-form-container__element{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
@media(max-width:767.98px){.formcontainer-halfwidth .o-form-container__element{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
}
.formcontainerbuttons-left .o-form-container__buttons{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
.formcontainerbuttons-center .o-form-container__buttons{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.formcontainerbuttons-right .o-form-container__buttons{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
.a-link{font-family:var(--link-font-family);font-size:var(--link-font-size);font-weight:bold;line-height:var(--link-line-height);display:inline-block;color:var(--link-color);cursor:pointer}
.a-link .abt-icon{font-size:var(--link-icon-size);color:var(--link-icon-color);position:relative;top:5px}
.a-link__text{display:inline-block}
.a-link__text:hover .abt-icon{text-decoration:none}
.a-link__text:focus{color:var(--link-focus-color)}
.a-link__text:active{color:var(--link-active-color)}
.a-link--icon{font-weight:normal}
.a-link--icon .a-link__text--has-icon{padding-left:var(--link-padding-left);position:relative}
.a-link--icon .a-link__text .abt-icon{margin-left:var(--link-icon-margin-left);position:absolute;left:0;top:0}
.a-link--icon-left .a-link__text{position:relative}
@media(min-width:992px){.a-link--icon-left .a-link__text--has-icon{padding-left:var(--link-padding-left)}
}
.a-link--icon-left .a-link__text .abt-icon{position:absolute;left:0;top:0}
.a-link--icon-right .a-link__text{position:relative;padding-right:var(--link-padding-right)}
.a-link--icon-right .a-link__text .abt-icon{position:absolute;right:0;top:0}
.a-link--text-underline .a-link__text{text-decoration:underline}
.a-link--text-underline .a-link__text .abt-icon{text-decoration:none}
.m-link-stack--header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}
.m-link-stack--header .abt-icon-arrow-down{font-size:var(--link-stack-icon-font-size)}
@media(min-width:992px){.m-link-stack--header .abt-icon-arrow-down{display:none}
}
@media(max-width:1199.98px){.m-link-stack--header .js-collapse-icon{-webkit-transition:all ease .5s;transition:all ease .5s}
.m-link-stack--header .js-collapse-icon.rotate-upside{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:all ease .5s;transition:all ease .5s}
}
.m-link-stack .a-link{display:block}
.m-link-stack a{color:var(--link-stack-color);text-decoration:none}
.m-link-stack a:active,.m-link-stack a:focus,.m-link-stack a:hover{color:var(--link-stack-color);text-decoration:none}
.m-link-stack a:focus-visible{outline:var(--link-stack-outline-color)}
.m-link-stack h6{letter-spacing:.6px;font-size:var(--link-stack-h6-font-size);line-height:var(--link-stack-h6-line-height);color:var(--link-stack-h6-color);text-transform:uppercase;font-weight:bold}
.m-link-stack--content{padding:var(--link-stack-content-padding);margin-bottom:0}
@media(min-width:992px){.m-link-stack--content{padding-left:0}
.m-link-stack--content.collapse,.m-link-stack--content.collapse:not(.show){display:block}
}
@media(max-width:991.98px){.m-link-stack--content{padding-top:var(--link-stack-tablet-spacing-top)}
}
.m-link-stack--content .button-modal-header,.m-link-stack--content .button-modal-body{color:var(--link-stack-modal-color)}
.m-link-stack--content .button-modal-body .a-link__text{color:var(--link-stack-modal-link-color)}
.m-link-stack__country-select .m-link-stack__title{padding:var(--country-select-title-padding)}
@media(max-width:991.98px){.m-link-stack__country-select .m-link-stack__title{padding:var(--country-select-title-tablet-padding)}
}
.m-link-stack__country-select .m-link-stack__smart-search{font-size:var(--link-stack-smart-search-font-size);position:relative}
.m-link-stack__country-select .m-link-stack__smart-search .icon{font-size:var(--country-select-icon-font-size);position:absolute;z-index:3;top:var(--country-select-icon-top);right:0;left:var(--country-select-icon-left);width:var(--country-select-icon-width)}
@media(max-width:991.98px){.m-link-stack__country-select .m-link-stack__smart-search .icon{top:var(--country-select-icon-tablet-top)}
}
.m-link-stack__country-select ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.m-link-stack__country-select ul li .a-link__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.m-link-stack__country-select ul .m-link-stack__lang{color:var(--link-stack-lang-color);margin:var(--country-select-language-margin);text-transform:uppercase}
.m-link-stack__countrylang--select .m-link-stack__link{display:-webkit-box;display:-ms-flexbox;display:flex}
.m-link-stack__countrylang--select .m-link-stack__link img{width:31px;height:21px;margin-right:10px}
.m-link-stack__countrylang--select .m-link-stack__link .flag-icon{margin-right:4px;position:relative;top:-1px}
.m-link-stack__countrylang--select .m-link-stack__link .a-link__text--primary-country{margin-right:6px;vertical-align:middle}
.m-link-stack__countrylang--select .m-link-stack__link .a-link__text--primary-lang{text-transform:uppercase;vertical-align:middle;padding-left:5px}
.m-link-stack__countrylang--select .m-link-stack__link .abt-icon.abt-icon-down-arrow{top:3px}
.m-link-stack__countrylang--select .m-link-stack__country-header{padding:24px 24px 16px 24px;display:-webkit-box;display:-ms-flexbox;display:flex}
.m-link-stack__countrylang--select .m-link-stack__country-header__title{width:175px;margin-left:2.5rem}
@media(max-width:991.98px){.m-link-stack__countrylang--select .m-link-stack__country-header__title{width:187px}
}
.m-link-stack__countrylang--select .m-link-stack__country-header__language,.m-link-stack__countrylang--select .m-link-stack__country-header .m-link-stack__country-lang{display:inline-block;margin:0 0 0 16px !important}
@media(max-width:991.98px){.m-link-stack__countrylang--select .m-link-stack__country-header__language,.m-link-stack__countrylang--select .m-link-stack__country-header .m-link-stack__country-lang{margin:0 !important}
}
.m-link-stack__countrylang--select .m-link-stack__country-header__language,.m-link-stack__countrylang--select .m-link-stack__country-header__title{font-weight:bold;font-size:1rem}
.m-link-stack__countrylang--select .m-link-stack__dropdown-wrapper{-webkit-box-shadow:0 2px 4px 0 rgba(34,39,49,0.25);box-shadow:0 2px 4px 0 rgba(34,39,49,0.25);width:243px;max-height:310px}
@media(max-width:991.98px){.m-link-stack__countrylang--select .m-link-stack__dropdown-wrapper{-webkit-box-shadow:none;box-shadow:none;width:100% !important}
}
.m-link-stack__countrylang--select .m-link-stack__dropdown-wrapper ul{margin-top:0}
.m-link-stack__countrylang--select .m-link-stack__dropdown-wrapper ul li{padding:0 !important}
.m-link-stack__countrylang--select .m-link-stack__dropdown-wrapper ul li img{width:31px;height:21px;margin-right:16px}
.m-link-stack__countrylang--select .m-link-stack__dropdown-wrapper ul li img[src=""]{visibility:hidden}
.m-link-stack__countrylang--select .m-link-stack__dropdown-wrapper ul li .a-link__text{padding:10px 24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}
.m-link-stack__countrylang--select .m-link-stack__dropdown-wrapper ul li .a-link__text .m-link-stack__country-name{display:inline-block;width:92px;margin-left:.25rem;vertical-align:middle}
.m-link-stack__countrylang--select .m-link-stack__dropdown-wrapper ul li .a-link__text .m-link-stack__country-lang{margin:0;width:calc(100% - 136px);display:inline-block;vertical-align:middle}
.m-link-stack__countrylang--select .m-link-stack__dropdown-wrapper ul li:hover{background-color:var(--link-stack-link-bg-color-hover)}
.m-link-stack__countrylang--select .m-link-stack__dropdown-wrapper ul li:hover .a-link__text{color:var(--header-dropdown-link-color) !important;font-family:var(--link-stack-heading-font-family)}
@media(min-width:992px){.m-link-stack__countrylang--select .m-link-stack__dropdown-wrapper .m-link-stack__country-lang{text-align:center}
}
.m-link-stack__countrylang--select .m-link-stack__dropdown-wrapper #m-link-stack__search-bar input[type="search"]{max-width:100%}
.m-link-stack__countrylang--select .m-link-stack__dropdown-wrapper .m-link-stack__container{max-height:310px}
.m-link-stack .m-link-stack__search-bar .a-input-label,.m-link-stack .m-link-stack__search-bar .form-text{display:none}
.m-link-stack .m-link-stack__search-bar input[type="search"]{padding:var(--country-select-input-search-padding);width:100%}
@media(min-width:992px){.m-link-stack .m-link-stack__search-bar input[type="search"]{max-width:var(--country-select-input-search-desktop-max-width)}
}
@media(max-width:991.98px){.m-link-stack .m-link-stack__search-bar input[type="search"]{margin:var(--link-stack-tablet-spacing-top) 0 .25rem 0}
}
.m-link-stack .m-link-stack__search-bar input[type="search"]:focus{border-color:inherit;outline:0}
.m-link-stack--dropdown{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}
@media(max-width:991.98px){.m-link-stack--dropdown{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
}
@media(max-width:767.98px){.m-link-stack--border::before{content:"";display:inline-block;width:var(--link-stack-border-width);height:100%;max-height:100%;position:absolute;z-index:2;top:0;left:-1rem;background:var(--link-stack-search-bar-border-background);padding:0}
}
@media(max-width:767.98px){.m-link-stack__link{width:100%}
}
.m-link-stack__link .a-link--icon-right,.m-link-stack__link .a-link__text,.m-link-stack__link .a-link .abt-icon::before{margin:0}
@media(max-width:767.98px){.m-link-stack__link .a-link{width:100%}
.m-link-stack__link .a-link--icon-right,.m-link-stack__link .a-link__text,.m-link-stack__link .a-link .abt-icon::before{margin:0}
}
@media(min-width:768px) and (max-width:991.98px){.m-link-stack__link .a-link__text{width:100%}
}
.m-link-stack__link .a-link a{color:var(--link-stack-link-color);text-decoration:none;font-weight:normal}
@media(max-width:767.98px){.m-link-stack__link .a-link a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.m-link-stack__link .a-link a.active{font-weight:bold}
}
@media(min-width:992px){.m-link-stack__link .a-link a{font-size:var(--link-stack-h6-font-size);line-height:var(--link-stack-h6-line-height);color:var(--link-stack-link-color-lg);-webkit-transition:all ease .5s;transition:all ease .5s}
}
.m-link-stack__link .a-link a .rotate-upside{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:all ease .5s;transition:all ease .5s}
.m-link-stack__link .a-link .abt-icon{font-size:var(--link-stack-icon-font-size-sm);right:-8px;top:2px;-webkit-transition:all ease .5s;transition:all ease .5s}
@media(min-width:992px){.m-link-stack__dropdown-wrapper{-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.34);box-shadow:0 2px 4px 0 rgba(0,0,0,0.34);border:0;border-radius:0;width:var(--link-stack-dropdown-desktop-width);max-height:var(--link-stack-dropdown-desktop-max-height);padding:0;margin:var(--link-stack-dropdown-margin);-webkit-box-sizing:border-box;box-sizing:border-box;background:var(--link-stack-dropdown-bg-color);position:absolute;top:var(--link-stack-dropdown-desktop-top)}
.m-link-stack__dropdown-wrapper::before{content:"";border:7px solid var(--link-stack-dropdown-bg-color);border-color:transparent transparent var(--link-stack-dropdown-bg-color) var(--link-stack-dropdown-bg-color);width:0;height:0;position:absolute;top:-0.3125rem;right:13%;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transform-origin:"0 0";transform-origin:"0 0";-webkit-transform:rotate(135deg);transform:rotate(135deg);-webkit-box-shadow:-2px 2px 3px -2px rgba(0,0,0,0.34);box-shadow:-2px 2px 3px -2px rgba(0,0,0,0.34)}
}
.m-link-stack__container{max-height:var(--link-stack-dropdown-desktop-max-height);overflow-y:auto}
@media(max-width:991.98px){.m-link-stack__container{padding-right:var(--link-stack-container-padding-right)}
}
.m-link-stack__container::-webkit-scrollbar-track{border-radius:var(--link-stack-scrollbar-border-radius);border:1px solid var(--link-stack-container-track-color);-webkit-box-sizing:border-box;box-sizing:border-box;width:var(--link-stack-scrollbar-tablet-width)}
.m-link-stack__container::-webkit-scrollbar{width:var(--link-stack-scrollbar-tablet-width);background-color:var(--link-stack-container-scroll-bar)}
.m-link-stack__container::-webkit-scrollbar-thumb{width:var(--link-stack-scrollbar-border-radius);border-radius:.1875rem;background-color:var(--link-stack-container-track-color)}
@media(min-width:992px){.m-link-stack__container::-webkit-scrollbar-track{width:var(--link-stack-scrollbar-desktop-width)}
.m-link-stack__container::-webkit-scrollbar{width:var(--link-stack-scrollbar-desktop-width)}
.m-link-stack__container::-webkit-scrollbar-thumb{width:var(--link-stack-scrollbar-tablet-width)}
}
.m-link-stack__title h4{padding:var(--link-stack-spacer-l) var(--link-stack-spacer-lg) 0 var(--link-stack-spacer-lg);line-height:var(--link-stack-spacer-lg);border:0}
.m-link-stack__list{padding:0;list-style:none;margin-top:var(--link-stack-spacer-sm)}
.m-link-stack__list li{padding:var(--link-stack-spacer-xs1) var(--link-stack-spacer-lg)}
.m-link-stack__list li .a-link{width:100%}
.m-link-stack__list li .a-link a{font-size:var(--link-stack-list-font-size);line-height:var(--link-stack-list-line-height);color:var(--link-stack-link-color);text-transform:var(--link-stack-base-font-family);font-weight:normal;width:100%}
@media(max-width:991.98px){.m-link-stack__list li .a-link a{font-size:var(--link-stack-smart-search-font-size)}
}
.m-link-stack__list li .a-link a:hover{text-decoration:none}
.m-link-stack__list li:focus,.m-link-stack__list li:hover{background:transparent}
@media(min-width:992px){.m-link-stack__list li:focus,.m-link-stack__list li:hover{color:var(--link-stack-link-color);background-color:var(--link-stack-list-focus-bg-color)}
}
.m-link-stack__list li:active{color:var(--link-stack-link-color);font-weight:bold;background:transparent}
@media(min-width:992px){.m-link-stack__list li:active{font-weight:normal;background-color:var(--link-stack-list-active-bg-color)}
}
.m-link-stack-faq{margin:var(--link-stack-spacer-lg) var(--link-stack-spacer-xxs)}
.m-link-stack-faq h6{font-size:var(--link-stack-h6-font-size);line-height:var(--link-stack-h6-line-height);color:var(--link-stack-link-color);text-transform:initial;font-weight:bold;margin:var(--country-select-icon-width) 0}
.m-link-stack-faq .m-link-stack--content{padding:var(--link-stack-spacer-xs) 0 var(--link-stack-spacer-s)}
@media(max-width:767.98px){.m-link-stack-faq .m-link-stack--content{font-family:var(--link-stack-base-font-family);font-size:var(--link-stack-smart-search-font-size);font-weight:normal;line-height:var(--link-stack-list-line-height);background:var(--link-stack-dropdown-bg-color);border-radius:4px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.24),0 4px 8px -2px rgba(141,141,148,0.28);box-shadow:0 2px 4px 0 rgba(0,0,0,0.24),0 4px 8px -2px rgba(141,141,148,0.28);left:0;max-height:182px;overflow-y:auto;padding:0;position:absolute;top:var(--link-stack-content-top);width:100%;z-index:1}
.m-link-stack-faq .m-link-stack--content::-webkit-scrollbar{width:var(--link-stack-scrollbar-desktop-width)}
.m-link-stack-faq .m-link-stack--content::-webkit-scrollbar-track{border:1px solid var(--link-stack-container-thumb-color);border-radius:var(--link-stack-scrollbar-border-radius)}
.m-link-stack-faq .m-link-stack--content::-webkit-scrollbar-thumb{background:var(--link-stack-container-thumb-color);border-radius:10px}
}
@media(max-width:767.98px){.m-link-stack-faq .m-link-stack--dropdown{background:var(--link-stack-dropdown-bg-color);border:1px solid var(--link-stack-dropdown-border);border-radius:var(--link-stack-dropdown-mobile-border-radius);min-height:var(--link-stack-spacer-xl);padding:var(--link-stack-spacer-sm) var(--link-stack-spacer-xl) var(--link-stack-spacer-md) var(--link-stack-spacer-s);position:relative;width:100%}
.m-link-stack-faq .m-link-stack--dropdown::after{content:"";background-repeat:no-repeat;height:9px;position:absolute;right:var(--link-stack-spacer-s);top:var(--link-stack-spacer-m);width:var(--link-stack-spacer-s)}
}
.m-link-stack-faq .m-link-stack--dropdown-value{display:none}
@media(max-width:767.98px){.m-link-stack-faq .m-link-stack--dropdown-value{display:block}
}
.m-link-stack-faq .m-link-stack--truncate a{margin-bottom:var(--link-stack-spacer-s);font-size:var(--link-stack-list-font-size);line-height:var(--link-stack-list-line-height);color:var(--link-stack-truncate-text-color);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:.25rem;-moz-column-gap:.25rem;column-gap:.25rem;cursor:pointer}
.m-link-stack-faq .m-link-stack--truncate a .abt-icon{font-size:var(--link-stack-icon-font-size-sm)}
.m-link-stack-faq .m-link-stack--truncation .m-link-stack--content{padding-bottom:var(--link-stack-spacer-xxs)}
@media(max-width:767.98px){.m-link-stack-faq .m-link-stack-faq--wrapper .m-link-stack--dropdown::after{font-family:var(--link-stack-truncate-icon-font);content:"\e907";top:inherit}
.m-link-stack-faq .m-link-stack-faq--wrapper .m-link-stack--dropdown-open::after{content:"\e917"}
}
.m-link-stack-faq .a-link{padding:var(--link-stack-spacer-xxs) 0 var(--link-stack-spacer-xxs)}
@media(max-width:767.98px){.m-link-stack-faq .a-link{border-bottom:1px solid var(--link-stack-link-border-bottom-color);padding:var(--link-stack-spacer-sm) var(--link-stack-spacer-s) var(--link-stack-spacer-md)}
}
.m-link-stack-faq .a-link__text{font-size:var(--link-stack-list-font-size);line-height:var(--link-stack-list-line-height);color:var(--link-stack-link-color);text-transform:var(--link-stack-base-font-family);font-weight:normal}
@media(max-width:767.98px){.m-link-stack-faq .a-link__text{font-size:var(--link-stack-smart-search-font-size);line-height:var(--link-stack-list-line-height);color:var(--link-stack-link-color);text-transform:var(--link-stack-base-font-family);font-weight:normal;display:block}
}
.m-link-stack-faq .a-link__text:hover,.m-link-stack-faq .a-link__text:active,.m-link-stack-faq .a-link__text:focus{font-size:var(--link-stack-smart-search-font-size);line-height:var(--link-stack-list-line-height);color:var(--link-stack-link-color);text-transform:var(--link-stack-base-font-family);font-weight:normal}
@media(min-width:768px){.m-link-stack-faq .a-link__text:hover,.m-link-stack-faq .a-link__text:active,.m-link-stack-faq .a-link__text:focus{font-size:var(--link-stack-list-font-size);line-height:var(--link-stack-list-line-height);color:var(--link-stack-link-color-hover);text-transform:var(--link-stack-base-font-family);font-weight:bold;text-decoration:underline}
}
.m-link-stack-faq .a-link__text--active{font-size:var(--link-stack-smart-search-font-size);line-height:var(--link-stack-list-line-height);color:var(--link-stack-link-color);text-transform:var(--link-stack-base-font-family);font-weight:normal}
@media(min-width:768px){.m-link-stack-faq .a-link__text--active{font-size:var(--link-stack-list-font-size);line-height:var(--link-stack-list-line-height);color:var(--link-stack-link-color-hover);text-transform:var(--link-stack-base-font-family);font-weight:bold;text-decoration:none}
}
.m-link-stack-faq .faq-link{list-style:none}
.m-link-stack-sticky{background-color:var(--link-stack-sticky-bg);height:var(--link-stack-sticky-height);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;-ms-flex-pack:distribute;justify-content:space-around}
@media(min-width:992px){.m-link-stack-sticky{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0}
.m-link-stack-sticky .a-button{margin:var(--link-stack-sticky-margin-button)}
.m-link-stack-sticky .a-button .btn{min-width:173px}
}
@media(max-width:991.98px){.m-link-stack-sticky .button{height:var(--link-stack-sticky-height-button-bp)}
.m-link-stack-sticky .button .btn{line-height:var(--link-stack-sticky-line-height)}
}
.m-link-stack-sticky>.container{position:relative}
.m-link-stack-sticky__row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
@media(max-width:991.98px){.m-link-stack-sticky__row{padding:var(--link-stack-sticky-row-padding)}
}
.m-link-stack-sticky__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.m-link-stack-sticky__header .arrow-rotated-up{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
.m-link-stack-sticky__header .dropdown{width:var(--link-stack-sticky-dropdow-width);height:var(--link-stack-sticky-dropdow-height);-webkit-transition:all ease-in-out .5s;transition:all ease-in-out .5s}
.m-link-stack-sticky__header .m-link-stack--title{color:var(--link-stack-sticky-color)}
@media(min-width:992px){.m-link-stack-sticky__header{display:none}
}
.m-link-stack-sticky__header-title{color:var(--link-stack-sticky-color)}
.m-link-stack-sticky__header-icon{color:var(--link-stack-sticky-header-icon-color) !important;margin-left:var(--link-stack-sticky-header-icon-margin-left)}
.m-link-stack-sticky__content{padding:0}
.m-link-stack-sticky__content .m-link-stack-sticky__option{list-style:none;margin-left:auto;margin-right:auto}
@media(max-width:991.98px){.m-link-stack-sticky__content .m-link-stack-sticky__option:hover{background-color:var(--link-stack-sticky-action)}
}
.m-link-stack-sticky__option .a-link__text{display:block;height:auto;color:var(--link-stack-sticky-color);padding:var(--link-stack-sticky-option-padding)}
.m-link-stack-sticky__option .a-link__text:hover,.m-link-stack-sticky__option .a-link__text:focus{color:var(--link-stack-sticky-color-hover)}
@media(min-width:992px){.m-link-stack-sticky__option .a-link__text{text-transform:uppercase;padding:var(--link-stack-sticky-option-padding-bp)}
.m-link-stack-sticky__option .a-link__text:hover,.m-link-stack-sticky__option .a-link__text:focus{color:var(--link-stack-sticky-option-md-hover-color)}
}
.m-link-stack-sticky.sticky{position:static !important;height:var(--link-stack-sticky-sticky-height)}
.m-link-stack-sticky.sticky .button{height:var(--link-stack-sticky-sticky-button-height)}
.m-link-stack-sticky.sticky .button .btn{line-height:var(--link-stack-sticky-sticky-button-line-height)}
.m-link-stack-sticky--sticky .m-link-stack-sticky__content{background-color:var(--link-stack-sticky-option-bg);-webkit-box-shadow:var(--link-stack-sticky-sticky-box-shadow);box-shadow:var(--link-stack-sticky-sticky-box-shadow);-webkit-box-sizing:border-box;box-sizing:border-box;border:var(--link-stack-sticky-border);border-radius:var(--link-stack-sticky-sticky-menu-border-radius);position:absolute;top:var(--link-stack-sticky-sticky-menu-position-top);left:var(--link-stack-sticky-sticky-menu-position-left);z-index:1;min-width:var(--link-stack-sticky-sticky-menu-min-width)}
@media(min-width:992px){.m-link-stack-sticky--sticky .m-link-stack-sticky__content{background-color:var(--link-stack-sticky-bg);border:0;-webkit-box-shadow:none;box-shadow:none;margin:0;position:static}
.m-link-stack-sticky--sticky .m-link-stack-sticky__content.d-none{display:block !important}
}
@media(min-width:992px){.m-link-stack-sticky--sticky .m-link-stack-sticky__option{display:inline-block;vertical-align:middle}
.m-link-stack-sticky--sticky .m-link-stack-sticky__option:first-child .a-link__text{padding-left:0}
}
.m-link-stack-sticky--vertical{display:block;background:transparent;height:auto;margin-bottom:var(--link-stack-sticky-vertical-margin-bottom)}
.m-link-stack-sticky--vertical .m-link-stack-sticky__header{display:none}
.m-link-stack-sticky--vertical .m-link-stack-sticky__content{display:block !important}
@media(min-width:992px){.align-items-lg-center .m-link-stack{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
}
@media(min-width:992px){.align-items-lg-start .m-link-stack{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
}
@media(min-width:992px){.align-items-lg-end .m-link-stack{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}
}
.link-stack-header h6.m-link-stack--title{color:var(--link-stack-link-color);text-transform:none;font-weight:normal;margin:0}
.edit-langnav{min-width:150px}
.edit-search{width:100px}
.edit-search .a-search{left:0 !important}
.m-mega-menu__mobile{position:relative;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.24),0 4px 8px -2px rgba(141,141,148,0.28);box-shadow:0 2px 4px 0 rgba(0,0,0,0.24),0 4px 8px -2px rgba(141,141,148,0.28)}
.m-mega-menu__mobile-item-wrapper{position:static}
@media(min-width:992px){.m-mega-menu__mobile-item-wrapper{padding-top:13px;margin-right:32px;cursor:pointer;border-bottom:5px solid transparent}
}
@media(min-width:992px){.m-mega-menu__mobile-item-wrapper:hover{border-bottom:var(--mega-menu-border-hover)}
}
.m-mega-menu__mobile-item-wrapper:last-child{padding-right:0}
@media(min-width:992px){.m-mega-menu__mobile-item-wrapper--underline{border-color:var(--mega-menu-link-color)}
}
.m-mega-menu__mobile-products{padding-left:16px}
.m-mega-menu__mobile-dropdowns,.m-mega-menu__mobile-item-wrapper .linkstack{border-top:1px solid var(--mega-menu-dropdown-border-color)}
.m-mega-menu__mobile .menu-active{position:relative}
.m-mega-menu__mobile .menu-active::before{content:"";display:inline-block;width:4px;height:100%;max-height:100%;position:absolute;z-index:2;top:0;left:-8px;background-color:var(--mega-menu-mobile-active-bg-color);padding:0}
@media(min-width:992px){.m-mega-menu__mobile .menu-active::before{background-color:transparent}
}
.m-mega-menu__mobile .mega-top-menu__text-none .navbar-nav .nav-link{text-transform:none}
.m-mega-menu__mobile .mega-top-menu__text-none .a-button .btn{text-transform:none}
.m-mega-menu__mobile .mega-top-menu__text-uppercase .m-mega-menu__mobile-header{text-transform:uppercase}
.m-mega-menu__mobile .navbar{background-color:var(--mega-menu-mob-bg);height:48px;padding:var(--mega-menu-navbar-padding)}
@media(min-width:992px){.m-mega-menu__mobile .navbar{height:auto;min-height:44px}
}
@media(max-width:767.98px){.m-mega-menu__mobile .navbar{height:40px}
}
.m-mega-menu__mobile .navbar a{text-decoration:none}
@media(max-width:767.98px){.m-mega-menu__mobile .navbar{background-color:var(--mega-menu-mobile-active-bg-color);padding-left:var(--mega-menu-nav-padding-left)}
}
@media(min-width:768px) and (max-width:991.98px){.m-mega-menu__mobile .navbar{padding-left:var(--mega-menu-nav-padding-tab)}
}
.m-mega-menu__mobile .navbar .navbar-toggler{border:0;outline:0;padding:.125rem .3125rem;height:var(--mega-menu-hamburger)}
.m-mega-menu__mobile .navbar .navbar-toggler.abt-icon-cancel .abt-icon-hamburger{display:none}
.m-mega-menu__mobile .navbar .close-icon .navbar-toggler-icon{width:var(--mega-menu-nav-padding-left);height:var(--mega-menu-nav-padding-left)}
@media(max-width:991.98px){.m-mega-menu__mobile .navbar .navbar-collapse{position:absolute;z-index:999;top:0;left:49px;display:none;width:calc(100% - 49px);height:auto;background:var(--mega-menu-mob-bg);-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.24);box-shadow:0 2px 4px 0 rgba(0,0,0,0.24)}
}
@media(max-width:991.98px){.m-mega-menu__mobile .navbar .navbar-collapse-wrapper{overflow-y:auto;padding-right:var(--mega-menu-navbar-wrapper-md)}
}
@media(max-width:991.98px){.m-mega-menu__mobile .navbar-nav{padding:var(--mega-menu-nav-md)}
}
.m-mega-menu__mobile .navbar-nav .nav-link{font-size:var(--mega-menu-list-font-size);line-height:var(--mega-menu-list-line-height);color:var(--mega-menu-link-color);text-transform:uppercase;font-weight:bold;letter-spacing:var(--mega-menu-link-letter-spacing);padding:0 0 6px 0}
.m-mega-menu__mobile .menu-body{padding-left:var(--mega-menu-nav-padding-left)}
.m-mega-menu__mobile-submenu-body{padding:0 var(--mega-menu-nav-padding-left)}
.m-mega-menu__mobile-item{font-size:var(--mega-menu-list-font-size);line-height:var(--mega-menu-list-line-height)}
@media(max-width:991.98px){.m-mega-menu__mobile-item-link{display:block;padding:var(--mega-menu-mobile-item);font-size:var(--mega-menu-list-font-size);line-height:var(--mega-menu-list-line-height);color:var(--mega-menu-color);text-transform:capitalize;font-weight:normal}
.m-mega-menu__mobile-item-link:hover,.m-mega-menu__mobile-item-link:focus{color:inherit}
.m-mega-menu__mobile-item-link:active{font-weight:bold}
}
.m-mega-menu__mobile-header,.m-mega-menu__mobile-sub-head,.m-mega-menu__mobile-buy-now{padding:var(--mega-menu-mobile-item);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:var(--mega-menu-list-font-size);line-height:var(--mega-menu-list-line-height);color:var(--mega-menu-color);text-transform:capitalize;font-weight:normal;position:relative}
.m-mega-menu__mobile-header:hover,.m-mega-menu__mobile-header:focus,.m-mega-menu__mobile-sub-head:hover,.m-mega-menu__mobile-sub-head:focus,.m-mega-menu__mobile-buy-now:hover,.m-mega-menu__mobile-buy-now:focus{color:inherit}
.m-mega-menu__mobile-header.active,.m-mega-menu__mobile-sub-head.active,.m-mega-menu__mobile-buy-now.active{font-weight:bold}
.m-mega-menu__mobile-header.active::after,.m-mega-menu__mobile-sub-head.active::after,.m-mega-menu__mobile-buy-now.active::after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
.m-mega-menu__mobile-header::after,.m-mega-menu__mobile-sub-head::after,.m-mega-menu__mobile-buy-now::after{content:"\e907";width:var(--mega-menu-nav-padding-left);font-size:var(--mega-menu-nav-padding-left);font-family:var(--mega-menu-icon-font-family) !important;color:var(--mega-menu-icon-color);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transition:all .5s ease;transition:all .5s ease;-webkit-transform:rotate(0);transform:rotate(0);display:inline-block;position:absolute;right:8px}
.m-mega-menu__mobile-buy-now.active{font-weight:bold}
.m-mega-menu__mobile-buy-now::after{content:"";background:0}
.m-mega-menu__mobile-sub-head.active{font-weight:bold}
.m-mega-menu__mobile-sub-head.active::after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
@media(max-width:991.98px){.m-mega-menu__mobile__country-select ul li{padding:var(--mega-menu-padding-half) var(--mega-menu-nav-padding-tab)}
}
@media(max-width:991.98px){.m-mega-menu__mobile__country-select ul li a{font-size:var(--mega-menu-list-font-size)}
}
.m-mega-menu__mobile .m-link-stack{font-size:var(--mega-menu-list-font-size);padding:.9375rem .5rem .8125rem 1rem}
.m-mega-menu__mobile .m-link-stack h4{padding-left:0}
@media(max-width:991.98px){.m-mega-menu__mobile .m-link-stack h4{padding:var(--mega-menu-padding-quarter) 0}
}
@media(max-width:991.98px){.m-mega-menu__mobile .m-link-stack--dropdown .m-link-stack__list li{padding:var(--mega-menu-padding-half) var(--mega-menu-padding-quarter)}
}
.m-mega-menu__mobile .m-mega-menu__default{display:none;position:absolute;z-index:1;top:100%;left:20px}
.m-mega-menu__mobile .m-mega-menu__list-var{display:none;position:absolute;z-index:1;top:100%;left:0}
.m-mega-menu__mobile .m-mega-menu__nested-menu{display:none;position:absolute;z-index:1;top:100%;left:auto}
.m-mega-menu__mobile .link{font-size:var(--mega-menu-list-font-size);line-height:var(--mega-menu-list-line-height);color:var(--mega-menu-link-color);text-transform:uppercase;font-weight:bold;letter-spacing:var(--mega-menu-link-letter-spacing);padding:0 0 6px 0}
@media(max-width:991.98px){.m-mega-menu__mobile .link{padding:var(--mega-menu-mobile-item);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:var(--mega-menu-list-font-size);line-height:var(--mega-menu-list-line-height);color:var(--mega-menu-color);text-transform:capitalize;font-weight:normal}
}
.m-mega-menu__mobile .link .a-link__text{color:var(--mega-menu-link-color)}
@media(max-width:991.98px){.m-mega-menu__mobile .link .a-link__text{color:var(--mega-menu-color)}
}
@media(min-width:992px){.hide-lg-country .m-mega-menu__mobile-item-wrapper .linkstack{display:none}
.hide-lg-language .m-mega-menu__mobile-item-wrapper .languagenavigation{display:none}
}
.m-mega-menu__mobile-item-wrapper .m-link-stack__link .a-link,.m-mega-menu__mobile-item-wrapper .m-link-stack__link .a-link__text{margin:0}
.m-mega-menu__mobile-item-wrapper .m-link-stack__link .a-link .abt-icon,.m-mega-menu__mobile-item-wrapper .m-link-stack__link .a-link__text .abt-icon{right:0}
.m-mega-menu__mobile-item-wrapper .m-link-stack__link .a-link .abt-icon:before,.m-mega-menu__mobile-item-wrapper .m-link-stack__link .a-link__text .abt-icon:before{margin:0}
.m-mega-menu__mobile-item-wrapper .languagenavigation .m-link-stack__container{margin-top:1rem}
.m-mega-menu__mobile-item-wrapper .languagenavigation .a-input-field{margin:0}
.m-mega-menu__mobile-item-wrapper .linkstack .m-link-stack__container{padding-top:24px}
.m-mega-menu__default{left:0 !important}
.m-mega-menu__default-badge{display:inline-block;position:absolute;z-index:1}
.m-mega-menu__default-badge.m-mega-menu--top-left{top:var(--mega-menu-badge-pos);left:var(--mega-menu-badge-pos)}
.m-mega-menu__default-badge.m-mega-menu--top-right{top:var(--mega-menu-badge-pos);right:var(--mega-menu-badge-pos)}
.m-mega-menu__default .m-mega-menu__nested-menu-wrapper{-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.24),0 4px 8px -2px rgba(141,141,148,0.28);box-shadow:0 2px 4px 0 rgba(0,0,0,0.24),0 4px 8px -2px rgba(141,141,148,0.28);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:normal;-ms-flex-pack:normal;justify-content:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;min-width:var(--mega-menu-min-width);width:var(--mega-menu-wrapper-width);max-width:var(--mega-menu-wrapper-width);background-color:var(--mega-menu-mob-bg);padding:var(--mega-menu-variation-1-wrapper);min-height:var(--mega-menu-min-height)}
@media(max-width:991.98px){.m-mega-menu__default .m-mega-menu__nested-menu-wrapper{display:none}
}
.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__side-nav .m-link-stack{min-width:auto;width:16rem;-webkit-box-shadow:none;box-shadow:none;padding-top:0}
.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__side-nav .m-link-stack .a-link{border-top:1px solid var(--mega-menu-dropdown-border-color);color:var(--mega-menu-color);padding:var(--mega-menu-link-padding)}
.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__side-nav .m-link-stack .a-link:active,.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__side-nav .m-link-stack .a-link:hover,.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__side-nav .m-link-stack .a-link:focus{color:var(--mega-menu-color)}
.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__side-nav .m-link-stack .a-link:first-child{border:0}
.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__side-nav .m-link-stack .a-link__text{font-size:var(--mega-menu-list-font-size);line-height:var(--mega-menu-list-line-height);color:var(--mega-menu-color);text-transform:capitalize;font-weight:normal;width:100%}
.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__side-nav .m-link-stack .a-link__text:hover{color:var(--mega-menu-color)}
.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list{min-width:var(--mega-menu-img-list);max-width:var(--mega-menu-img-list-width);-webkit-box-shadow:none;box-shadow:none;padding:var(--mega-menu-nav-padding-left) var(--mega-menu-nav-padding-left) var(--mega-menu-navbar-wrapper-md) var(--mega-menu-variation-1-top);-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:auto}
.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item{position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:var(--mega-menu-nav-item);max-width:var(--mega-menu-nav-item);padding:0}
.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item:hover,.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item:focus,.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item:active{background-color:var(--mega-menu-mob-bg)}
.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item:hover .m-mega-menu__item-info,.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item:focus .m-mega-menu__item-info,.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item:active .m-mega-menu__item-info{background-color:var(--mega-menu-mobile-active-bg-color)}
.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item .m-mega-menu__item-info{font-size:1rem;line-height:var(--mega-menu-list-h4-line-height);color:var(--mega-menu-color);text-transform:capitalize;font-weight:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:var(--mega-menu-padding-half) var(--mega-menu-nav-padding-left) var(--mega-menu-padding-quarter);text-align:center}
.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item .m-mega-menu__item-info .m-mega-menu__subtitle{font-weight:bold}
.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item .m-mega-menu__item-info .m-mega-menu__item-title{font-weight:normal}
.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item .m-mega-menu__item-img{height:var(--mega-menu-item-img);max-height:var(--mega-menu-item-img)}
.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item .m-mega-menu__item-img img{max-height:100%}
.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__show-more{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;min-width:6rem;padding:0}
.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__show-more .m-mega-menu__link{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__show-more .abt-icon-right-arrow{font-size:1rem;top:0}
.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .bg-color{background-color:var(--mega-menu-mobile-active-bg-color)}
.m-mega-menu__list-var{-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.24),0 4px 8px -2px rgba(141,141,148,0.28);box-shadow:0 2px 4px 0 rgba(0,0,0,0.24),0 4px 8px -2px rgba(141,141,148,0.28);width:var(--mega-menu-wrapper-width)}
.m-mega-menu__list-var-wrapper{background-color:var(--mega-menu-mob-bg);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:var(--mega-menu-v2-padding-y) var(--mega-menu-v2-padding-x)}
@media(max-width:991.98px){.m-mega-menu__list-var-wrapper{display:none}
}
.m-mega-menu__list-var-wrapper .m-mega-menu__title{display:inline-block}
.m-mega-menu__list-var-wrapper .m-mega-menu__title:hover{text-decoration:none}
.m-mega-menu__list-var-wrapper .m-mega-menu__title h6{margin-bottom:0;padding-left:var(--mega-menu-v2-title);font-size:var(--mega-menu-list-h6-font-size);line-height:var(--mega-menu-list-h6-line-height);color:var(--mega-menu-link-color);text-transform:uppercase;font-weight:bold;letter-spacing:var(--mega-menu-list-h6-letter-spacing)}
.m-mega-menu__list-var-wrapper .m-mega-menu__content{width:100%}
.m-mega-menu__list-var-wrapper .m-mega-menu__content .m-mega-menu__sub-list:last-child{margin-right:0}
.m-mega-menu__list-var-wrapper .m-mega-menu__sub-list{margin-right:var(--mega-menu-v2-list);min-width:var(--mega-menu-sub-width);-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:var(--mega-menu-variation-2-width);min-height:var(--mega-menu-height)}
.m-mega-menu__list-var-wrapper .a-link{padding:var(--mega-menu-v2-link-y) 0 var(--mega-menu-v2-link-y) var(--mega-menu-v2-title);margin-bottom:var(--mega-menu-v2-link-y);-webkit-transition:font-size,background-color .3s;transition:font-size,background-color .3s;width:100%;font-size:var(--mega-menu-list-h4-font-size);line-height:var(--mega-menu-list-h4-line-height);color:var(--mega-menu-color);text-transform:capitalize;font-weight:normal}
.m-mega-menu__list-var-wrapper .a-link__text{color:var(--mega-menu-color);text-decoration:none;width:100%}
.m-mega-menu__list-var-wrapper .a-link__text:active,.m-mega-menu__list-var-wrapper .a-link__text:focus{color:inherit}
.m-mega-menu__list-var-wrapper .a-link:hover{background-color:var(--mega-menu-mobile-active-bg-color);padding-right:var(--mega-menu-link-hover-padding);font-size:var(--mega-menu-list-font-size);line-height:var(--mega-menu-list-h4-line-height);color:var(--mega-menu-color);text-transform:capitalize;font-weight:bold;letter-spacing:normal}
.m-mega-menu__list-var-wrapper .a-link:hover .a-link__text:hover{color:inherit}
.m-mega-menu__list-var-title{padding-top:var(--mega-menu-title-padding-top)}
.m-mega-menu__nested-menu .m-mega-menu__side-nav{position:relative}
.m-mega-menu__nested-menu .m-mega-menu__side-nav .m-link-stack{background-color:var(--mega-menu-mob-bg);-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.24),0 4px 8px -2px rgba(141,141,148,0.28);box-shadow:0 2px 4px 0 rgba(0,0,0,0.24),0 4px 8px -2px rgba(141,141,148,0.28);height:100%}
.m-mega-menu__nested-menu .m-mega-menu__side-nav-transparent{position:absolute;top:0;right:auto;left:100%;height:100%}
.m-mega-menu__nested-menu-img-list{background-color:var(--mega-menu-mob-bg);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:none;padding:var(--mega-menu-v3-ter-y) 0 var(--mega-menu-v3-ter-x);-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.24),0 4px 8px -2px rgba(141,141,148,0.28);box-shadow:0 2px 4px 0 rgba(0,0,0,0.24),0 4px 8px -2px rgba(141,141,148,0.28);min-width:18.75rem}
.m-mega-menu__nested-menu-img-list a{text-decoration:none}
.m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:initial;-ms-flex-pack:initial;justify-content:initial;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:var(--mega-menu-v3-ter-x) var(--mega-menu-v3-img) var(--mega-menu-v3-ter-y) var(--mega-menu-v3-img);color:var(--mega-menu-color)}
.m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item:hover{background-color:var(--mega-menu-mobile-active-bg-color)}
.m-mega-menu__nested-menu-img-list .m-mega-menu__item-img{height:3.75rem;width:3.75rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:var(--mega-menu-v3-ter-y)}
.m-mega-menu__nested-menu-img-list .m-mega-menu__item-img img{max-height:3.75rem}
.m-mega-menu__nested-menu-img-list .m-mega-menu__item-info{max-width:11rem}
.m-mega-menu__nested-menu-img-list .m-mega-menu__item-info .m-mega-menu__item-title{font-weight:normal}
.m-mega-menu__nested-menu-img-list .m-mega-menu__item-info .m-mega-menu__subtitle{font-weight:bold}
.m-mega-menu__nested-menu .m-mega-menu__show-more{font-size:var(--mega-menu-list-h4-font-size);line-height:var(--mega-menu-list-line-height);color:var(--mega-menu-link-color);text-transform:inherit;font-weight:bold;letter-spacing:normal;position:relative;text-align:center;padding:var(--mega-menu-link-y) 0 var(--mega-menu-link-x) 0}
.m-mega-menu__nested-menu .m-mega-menu__show-more .m-mega-menu__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}
.m-mega-menu__nested-menu .m-mega-menu__show-more .m-mega-menu__link .abt-icon-down-arrow::before{height:var(--mega-menu-list-font-size);width:var(--mega-menu-list-font-size);margin:0 var(--mega-menu-link-x)}
.m-mega-menu__nested-menu-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
@media(max-width:991.98px){.m-mega-menu__nested-menu-wrapper{display:none}
}
.m-mega-menu__nested-menu-wrapper .m-mega-menu__main-menu{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}
.m-mega-menu__nested-menu-wrapper .m-link-stack{padding:var(--mega-menu-padding-top) 0 var(--mega-menu-nav-padding-left) 0;min-width:var(--mega-menu-variation-3-width)}
.m-mega-menu__nested-menu-wrapper .m-link-stack a{color:inherit;width:100%}
.m-mega-menu__nested-menu-wrapper .m-link-stack a:hover{color:inherit}
.m-mega-menu__nested-menu-wrapper .m-link-stack a:focus{outline:0}
.m-mega-menu__nested-menu-wrapper .m-link-stack h6{margin-bottom:0}
.m-mega-menu__nested-menu-wrapper .m-link-stack--content{padding:0}
.m-mega-menu__nested-menu-wrapper .a-link{font-size:var(--mega-menu-list-h4-font-size);line-height:var(--mega-menu-list-line-height);color:inherit;text-transform:capitalize;font-weight:normal;letter-spacing:normal;padding:var(--mega-menu-spacer)}
.m-mega-menu__nested-menu-wrapper .a-link:hover{background-color:var(--mega-menu-mobile-active-bg-color)}
.m-mega-menu__nested-menu-wrapper .a-link:active,.m-mega-menu__nested-menu-wrapper .a-link:focus{color:inherit}
.m-mega-menu__text-none .a-link,.m-mega-menu__text-none .a-link:hover{text-transform:none}
.m-mega-menu__text-none .m-mega-menu__nested-menu-wrapper .m-mega-menu__side-nav .m-link-stack .a-link__text{text-transform:none}
.m-mega-menu__text-none .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item .m-mega-menu__item-info{text-transform:none}
.m-mega-menu__text-none .m-mega-menu__nested-menu-wrapper .m-mega-menu__item-info .a-link,.m-mega-menu__text-none .m-mega-menu__nested-menu-wrapper .m-mega-menu__item-info .a-link:hover,.m-mega-menu__text-none .m-mega-menu__list-var-wrapper .a-link,.m-mega-menu__text-none .m-mega-menu__list-var-wrapper .a-link:hover{text-transform:none}
.m-mega-menu__text-uppercase .a-link,.m-mega-menu__text-uppercase .a-link:hover{text-transform:uppercase}
.m-mega-menu__text-uppercase .m-mega-menu__nested-menu-wrapper .m-mega-menu__side-nav .m-link-stack .a-link__text{text-transform:uppercase}
.m-mega-menu__text-uppercase .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item .m-mega-menu__item-info{text-transform:uppercase}
.m-mega-menu__text-uppercase .m-mega-menu__nested-menu-wrapper .m-mega-menu__item-info .a-link,.m-mega-menu__text-uppercase .m-mega-menu__nested-menu-wrapper .m-mega-menu__item-info .a-link:hover,.m-mega-menu__text-uppercase .m-mega-menu__list-var-wrapper .a-link,.m-mega-menu__text-uppercase .m-mega-menu__list-var-wrapper .a-link:hover{text-transform:uppercase}
.mega-top-menu__text-none .m-mega-menu__mobile-item-wrapper>.link .a-link,.mega-top-menu__text-none .m-mega-menu__mobile-item-wrapper>.link .a-link:hover,.mega-top-menu__text-none .m-mega-menu__mobile-item-wrapper .m-mega-menu__mobile-header{text-transform:none}
.mega-top-menu__text-none .m-mega-menu__mobile .navbar-nav .nav-link{text-transform:none}
.mega-top-menu__text-uppercase .m-mega-menu__mobile-item-wrapper>.link .a-link,.mega-top-menu__text-uppercase .m-mega-menu__mobile-item-wrapper>.link .a-link:hover,.mega-top-menu__text-uppercase .m-mega-menu__mobile-item-wrapper .m-mega-menu__mobile-header{text-transform:uppercase}
.mega-top-menu__text-uppercase .m-mega-menu__mobile .navbar-nav .nav-link{text-transform:uppercase}
.mega-top-submenu__text-none .m-mega-menu__nested-menu .m-mega-menu__nested-menu-wrapper .a-link,.mega-top-submenu__text-none .m-mega-menu__mobile-products .m-mega-menu__mobile-item-link,.mega-top-submenu__text-none .m-mega-menu__mobile-products .m-mega-menu__mobile-sub-head,.mega-top-submenu__text-none .m-mega-menu__list-var-wrapper .a-link,.mega-top-submenu__text-none .m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__side-nav .m-link-stack .a-link__text{text-transform:none}
.mega-top-submenu__text-uppercase .m-mega-menu__nested-menu .m-mega-menu__nested-menu-wrapper .a-link,.mega-top-submenu__text-uppercase .m-mega-menu__mobile-products .m-mega-menu__mobile-item-link,.mega-top-submenu__text-uppercase .m-mega-menu__mobile-products .m-mega-menu__mobile-sub-head,.mega-top-submenu__text-uppercase .m-mega-menu__list-var-wrapper .a-link,.mega-top-submenu__text-uppercase .m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__side-nav .m-link-stack .a-link__text{text-transform:uppercase}
.a-wizard__icon{position:absolute;z-index:1;top:12px;left:calc(50% - 10px);height:24px;max-width:24px;margin:0}
.a-wizard__step--complete .a-wizard__steps--icon:before{background:var(--wizard-steps-icon-bg)}
.a-wizard__step--complete .a-wizard__icon{display:inline-block}
.a-wizard__steps{overflow:hidden;margin:var(--wizard-steps-margin);text-align:center;counter-reset:wizard-step;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-padding-start:0;padding-inline-start:0}
.a-wizard__steps .a-wizard__icon{display:none}
.a-wizard__steps li{width:100%;list-style-type:none;position:relative}
.a-wizard__steps li:after{content:"";width:82%;height:1px;background:var(--wizard-steps-sep-color);position:absolute;z-index:-1;top:24px;left:-41%;border-radius:1.5px}
.a-wizard__steps li:first-child:after{content:none}
.a-wizard__steps li.a-wizard-step--active,.a-wizard__steps li.a-wizard__step--complete{display:block}
.a-wizard__steps li.a-wizard-step--active:after,.a-wizard__steps li.a-wizard__step--complete:after{height:3px}
.a-wizard__steps li.a-wizard-step--active:after{background-color:var(--wizard-step-active-color)}
.a-wizard__steps li.a-wizard__step--complete:after{background-color:var(--wizard-step-complete-color)}
.a-wizard__steps--icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background:var(--wizard-step-icon-complete-bg-color);border-radius:50%;margin:var(--wizard-step-icon-margin);height:3rem;width:3rem;font-size:var(--wizard-step-icon-font-size);line-height:var(--wizard-step-icon-line-height);color:var(--wizard-steps-inactive-color);text-align:center;border:1px solid var(--wizard-steps-inactive-color)}
.a-wizard__steps--icon:before{display:block;color:var(--wizard-steps-inactive-color);content:counter(wizard-step);counter-increment:wizard-step}
.a-wizard__steps .a-wizard__step--complete.a-wizard-step--active .a-wizard__steps--icon{color:var(--wizard-step-active-color);-webkit-transition:border-color .3s ease-in-out,color .3s ease-in-out;transition:border-color .3s ease-in-out,color .3s ease-in-out}
.a-wizard__steps .a-wizard__step--complete.a-wizard-step--active .a-wizard__steps--icon:before{color:var(--wizard-step-active-color)}
.a-wizard__steps .a-wizard__step--incomplete.a-wizard-step--active .a-wizard__steps--icon{border-color:var(--wizard-step-active-color);-webkit-transition-delay:.5s;transition-delay:.5s}
.a-wizard__steps .a-wizard__step--incomplete.a-wizard-step--active .a-wizard__steps--icon:before{color:var(--wizard-step-active-color);-webkit-transition-delay:.5s;transition-delay:.5s}
.a-wizard .a-wizard__step--complete .a-wizard__steps--icon{-webkit-animation:bounce .5s ease-in-out;animation:bounce .5s ease-in-out;-webkit-animation-name:bounce;animation-name:bounce;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;border-color:var(--wizard-step-complete-color);color:var(--wizard-step-complete-color)}
.a-wizard .a-wizard__step--complete .a-wizard__steps--icon:before{display:block;content:"\e921";font-size:var(--wizard-step-icon-complete-font-size);height:2.75rem;color:var(--wizard-step-complete-color);border-color:var(--wizard-step-complete-color);font-family:var(--wizard-step-icon-complete-font-family);background:var(--wizard-step-icon-complete-bg-color) no-repeat center center}
.a-wizard .a-wizard__step--complete .a-wizard__steps--icon.default-fallback-icon:before{content:""}
.a-wizard__custom-icon .a-wizard__icon{position:absolute;z-index:1;top:15px;left:calc(50% - 10px);margin:0}
.a-wizard__custom-icon .a-wizard__step--complete .a-wizard__steps--icon:before{background:var(--wizard-step-icon-complete-bg-color)}
.a-wizard__custom-icon .a-wizard__step--complete .a-wizard__icon{display:inline-block}
.a-wizard__label{font-size:var(--wizard-step-label-font-size);line-height:var(--wizard-step-label-line-height);color:var(--wizard-steps-inactive-color);text-align:center}
.a-wizard .a-wizard__step--incomplete.a-wizard-step--inactive .a-wizard__label{color:var(--wizard-steps-inactive-color)}
.a-wizard .a-wizard__step--incomplete.a-wizard-step--active .a-wizard__label{color:var(--wizard-step-active-color)}
.a-wizard .a-wizard__step--complete .a-wizard__label{color:var(--wizard-step-complete-color)}
.a-wizard .a-wizard-step--active .a-wizard__label{-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out;-webkit-transition-delay:.5s;transition-delay:.5s}
.o-wizard-container__success-msg{font-size:var(--wizard-font-size);line-height:var(--wizard-line-height);color:var(--wizard-color-success);text-transform:uppercase;font-weight:bold;margin:var(--wizard-margin);text-align:center}
.o-wizard-container__error-msg{font-size:var(--wizard-font-size);line-height:var(--wizard-line-height);color:var(--wizard-color-error);text-transform:inherit;font-weight:bold;margin:var(--wizard-margin);text-align:center}
.o-wizard__container{overflow:hidden;position:relative;z-index:1}
.o-wizard__container .o-wizard__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.o-wizard__container .o-wizard__btn button[type="submit"]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
@media(max-width:767.98px){.o-wizard__container .o-wizard__btn button[type="submit"]{display:-webkit-box;display:-ms-flexbox;display:flex}
}
.o-wizard__container .o-wizard__btn--back{margin-right:var(--wizard-btn-back-margin-right)}
.o-wizard__container .o-wizard__content{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}
.o-wizard__container .o-wizard__content:not(:first-of-type){display:none}
.o-wizard__container .o-wizard__content--wrap button[type="submit"]{opacity:0;pointer-events:none}
@media(max-width:991.98px){.o-wizard__container .o-wizard__content .o-form-container__element{width:100%}
}
.formcontainer-halfwidth .o-wizard .o-form-container__element{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
@media(min-width:992px){.formcontainer-halfwidth .o-wizard .o-form-container__element{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
}
.m-video{width:var(--video-large-md-width);text-align:center}
.m-video .a-video__player .wistia_click_to_play{width:100% !important;height:auto !important}
.m-video .a-video__player .wistia-video__has-image{margin-bottom:15px;position:relative;display:inline-block;overflow:hidden;color:inherit}
.m-video .a-video__player .wistia-video__has-image::after{display:inline-block;position:absolute;top:50%;content:url("../../../abbott-platform/clientlibs/clientlib-site/resources/images/play-button-12043.svg");left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.m-video .a-video__player .wistia-video__has-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.m-video .a-video__player.global-video-embedDam.global-video-fallBackImage{background-size:var(--video-background-image-size-contain);background-repeat:var(--video-background-repeat)}
.m-video .video-transcript{white-space:nowrap;font-size:16px}
.m-video .video-transcript h3{display:inline;font-size:16px}
@media(min-width:768px){.m-video--small{width:var(--video-small-md-width)}
.m-video--small .a-video .abt-icon{font-size:var(--video-small-icon-font-size)}
}
@media(min-width:768px){.m-video--medium{width:var(--video-medium-md-width)}
.m-video--medium .a-video .abt-icon{font-size:var(--video-medium-icon-font-size)}
}
@media(min-width:768px){.m-video--large .a-video .abt-icon{font-size:var(--video-large-icon-font-size)}
}
.m-video--start{margin-right:auto}
.m-video--center{margin:0 auto}
.m-video--end{margin-left:auto}
.m-video video{width:var(--video-width);height:var(--video-height)}
.m-video--caption-light .a-video__caption{color:var(--video-light-color)}
.m-video--caption-dark .a-video__caption{color:var(--video-dark-color)}
.video.container .m-video{width:var(--video-large-md-width)}
.video.container .m-video .brightCove-video .video-js{padding-bottom:56.25%}
@media(min-width:768px){.video.container .m-video--small{width:var(--video-small-md-container-width)}
}
@media(min-width:768px){.video.container .m-video--medium{width:var(--video-medium-md-container-width)}
}
.a-video--top{margin-bottom:24px !important;padding:0 !important}
.a-video--bottom{margin-top:24px !important;padding:0 !important}
.a-video--right{padding-bottom:0 !important;padding-top:0 !important}
.a-video--right span{text-align:right}
.a-video--left{padding-bottom:0 !important;padding-top:0 !important}
.a-video--left span{text-align:left}
.a-video--center{padding-bottom:0 !important;padding-top:0 !important}
.a-video--center span{text-align:center}
.a-video .bc-player-default_default{width:100%}
.generic-modal.generic-modal--image .brightCove-video .video-js{padding-bottom:56.25%}
.generic-modal.generic-modal--image .vjs-poster{background-size:cover}
.generic-modal.generic-modal--image .vjs-tech{-o-object-fit:cover;object-fit:cover}
.generic-modal.generic-modal--image .a-video__player-source{-o-object-fit:fill;object-fit:fill}
.generic-modal.generic-modal--image .video-js{width:100%}
.generic-modal.generic-modal--image .a-video__dom-video{width:100%}
.generic-modal.generic-modal--image .limelight-player{width:100% !important;top:0}
.generic-modal.generic-modal--image .a-video__embed-popup{width:100%}
.generic-modal.generic-modal--image .vjs-big-play-button{width:96px !important;height:96px !important;line-height:96px !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate(-50%,-50%) !important;transform:translate(-50%,-50%) !important;margin-left:0;margin-top:0;top:50% !important;left:50% !important;font-size:50px;border:0;border-radius:50%;background:var(--video-hover-gray) !important}
.generic-modal.generic-modal--image .bc-player-default_default:hover .vjs-big-play-button{background:var(--video-light-magenta) !important}
.a-video--thumbnail{width:210px !important;min-height:119px !important}
.a-video--thumbnail .video-js{height:auto !important;padding-bottom:56.25%}
.a-video--thumbnail .limelight-player{min-height:119px !important;width:100% !important;top:0 !important;background:none !important;padding-bottom:56.25%}
.a-video--thumbnail .m-popup{height:100%;position:absolute;width:100%}
.a-video--thumbnail .play-icon{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;position:static;cursor:pointer}
.a-video--thumbnail .play-icon img{width:100% !important;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}
.a-video--thumbnail .play-icon .btn{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);cursor:pointer;text-align:center;width:48px;height:48px;border-radius:30px;font-size:25px;padding:0 0 0 7px}
.a-video--thumbnail .play-icon .btn:hover{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);cursor:pointer;text-align:center;width:48px;height:48px;border-radius:30px;font-size:25px;padding:0 0 0 7px}
.m-video--small .video-js{height:auto !important;padding-bottom:56.25%}
.m-video--small .limelight-player{width:100% !important;top:0 !important;background:none !important;padding-bottom:56.25%}
.m-video--small .m-popup{height:100%;position:absolute;width:100%}
.m-video--small .play-icon{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;position:static}
.m-video--small .play-icon img{width:100% !important;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}
.m-video--small .play-icon .btn{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);cursor:pointer;text-align:center;width:48px;height:48px;border-radius:30px;font-size:25px;padding:0 0 0 7px}
.m-video--small .play-icon .btn:hover{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);cursor:pointer;text-align:center;width:48px;height:48px;border-radius:30px;font-size:25px;padding:0 0 0 7px}
.m-video--medium .video-js{height:auto !important;padding-bottom:56.25%}
.m-video--medium .limelight-player{width:100% !important;top:0 !important;background:none !important;padding-bottom:56.25%}
.m-video--medium .m-popup{height:100%;position:absolute;width:100%}
.m-video--medium .play-icon{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;position:static}
.m-video--medium .play-icon img{width:100% !important;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}
.m-video--medium .play-icon .btn{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);cursor:pointer;text-align:center;width:48px;height:48px;border-radius:30px;font-size:25px;padding:0 0 0 7px}
.m-video--medium .play-icon .btn:hover{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);cursor:pointer;text-align:center;width:48px;height:48px;border-radius:30px;font-size:25px;padding:0 0 0 7px}
.a-video--large .video-js{height:auto !important;padding-bottom:56.25%}
.a-video--large .limelight-player{width:100% !important;top:0 !important;background:none !important;padding-bottom:56.25%}
.a-video--large .m-popup{height:100%;position:absolute;width:100%}
.a-video--large .play-icon{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;position:static}
.a-video--large .play-icon img{width:100% !important;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}
.a-video--large .play-icon .btn{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);cursor:pointer;text-align:center;width:64px;height:64px;border-radius:30px;font-size:25px;padding:0 0 0 7px}
.a-video--large .play-icon .btn:hover{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);cursor:pointer;text-align:center;width:64px;height:64px;border-radius:30px;font-size:25px;padding:0 0 0 7px}
.a-video--extra-large{width:770px;min-height:436px !important}
.a-video--extra-large .video-js{height:auto !important;padding-bottom:56.25%}
.a-video--extra-large .limelight-player{min-height:436px !important;top:0 !important;width:100% !important;background:none !important;padding-bottom:56.25%}
.a-video--extra-large .m-popup{height:100%;position:absolute;width:100%}
.a-video--extra-large .play-icon{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;position:static}
.a-video--extra-large .play-icon img{width:100% !important;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}
.a-video--extra-large .play-icon .btn{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);cursor:pointer;text-align:center;width:64px;height:64px;border-radius:30px;font-size:25px;padding:0 0 0 7px}
.a-video--extra-large .play-icon .btn:hover{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);cursor:pointer;text-align:center;width:64px;height:64px;border-radius:30px;font-size:25px;padding:0 0 0 7px}
.m-video--large{width:100% !important;height:100% !important}
.m-video--large .video-js{height:auto !important;padding-bottom:56.25%}
.m-video--large .limelight-player{height:auto !important;display:contents !important;width:100% !important;top:0 !important;background:none !important;padding-bottom:56.25%}
.m-video--large .m-popup{height:100%;position:absolute;width:100%}
.m-video--large .play-icon{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;position:static}
.m-video--large .play-icon img{width:100% !important;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}
.m-video--large .play-icon .btn{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);cursor:pointer;text-align:center;width:96px;height:96px;border-radius:96px;font-size:25px;padding:0 0 0 7px}
.m-video--large .play-icon .btn:hover{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);cursor:pointer;text-align:center;width:96px;height:96px;border-radius:96px;font-size:25px;padding:0 0 0 7px}
.modal-video-popup .a-video__dom-video{max-width:100% !important;height:auto;border:0 !important;-o-object-fit:cover;object-fit:cover}
@media(max-width:1024px){.generic-modal.generic-modal--image .vjs-poster{background-size:cover}
.generic-modal.generic-modal--image .vjs-tech{-o-object-fit:cover;object-fit:cover}
.generic-modal.generic-modal--image .a-video__player-source{-o-object-fit:fill;object-fit:fill}
.generic-modal.generic-modal--image .video-js{width:100%}
.generic-modal.generic-modal--image .a-video__dom-video{width:100%}
.generic-modal.generic-modal--image .m-video .limelight-player{width:100%;background:none !important}
.generic-modal.generic-modal--image .a-video__embed-popup{width:100%}
.generic-modal.generic-modal--image .vjs-big-play-button{width:96px !important;height:96px !important;line-height:96px !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate(50%,50%);transform:translate(50%,50%);top:40%;left:45%;font-size:50px;border:0;border-radius:50%;background:var(--video-hover-gray) !important}
.generic-modal.generic-modal--image .bc-player-default_default:hover .vjs-big-play-button{background:var(--video-light-magenta) !important}
}
@media(max-width:991px){.a-video--extra-large{width:630px;min-height:436px !important}
.generic-modal .m-video .limelight-player{height:100% !important}
.generic-modal.generic-modal--image .m-video .limelight-player{height:100% !important;width:100%;background:none !important}
.generic-modal.generic-modal--image .vjs-poster{background-size:cover}
.generic-modal.generic-modal--image .vjs-tech{-o-object-fit:cover;object-fit:cover}
.generic-modal.generic-modal--image .a-video__player-source{-o-object-fit:fill;object-fit:fill}
.generic-modal.generic-modal--image .video-js{width:100%}
.generic-modal.generic-modal--image .a-video__dom-video{width:100%}
.generic-modal.generic-modal--image .a-video__embed-popup{width:100%}
.generic-modal.generic-modal--image .vjs-big-play-button{width:96px !important;height:96px !important;line-height:96px !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate(50%,50%);transform:translate(50%,50%);top:40%;left:45%;font-size:50px;border:0;border-radius:50%;background:var(--video-hover-gray) !important}
.generic-modal.generic-modal--image .bc-player-default_default:hover .vjs-big-play-button{background:var(--video-light-magenta) !important}
}
@media(max-width:767px){.video-js.vjs-layout-x-small .vjs-progress-control{display:block !important}
.generic-modal.generic-modal--image .video-js.vjs-layout-x-small .vjs-progress-control{display:block !important}
.generic-modal.generic-modal--image .a-video__player{padding-bottom:0}
.generic-modal.generic-modal--image .generic-modal__content{-webkit-transform:translateY(0) !important;transform:translateY(0) !important}
.generic-modal.generic-modal--image .vjs-poster{background-size:cover}
.generic-modal.generic-modal--image .vjs-tech{-o-object-fit:cover;object-fit:cover}
.generic-modal.generic-modal--image .a-video__player-source{-o-object-fit:fill;object-fit:fill}
.generic-modal.generic-modal--image .video-js{width:100%}
.generic-modal.generic-modal--image .a-video__dom-video{width:100%}
.generic-modal.generic-modal--image .m-video .limelight-player{width:100%;background:none !important;height:100% !important}
.generic-modal.generic-modal--image .a-video__embed-popup{width:100%}
.generic-modal.generic-modal--image .vjs-big-play-button{width:96px !important;height:96px !important;line-height:96px !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate(50%,50%);transform:translate(50%,50%);top:30%;left:35%;font-size:40px;border:0;border-radius:50%;background:var(--video-hover-gray) !important}
.generic-modal.generic-modal--image .bc-player-default_default:hover .vjs-big-play-button{background:var(--video-light-magenta) !important}
.a-video[data-playertype="embed"] .bc-player-default_default{width:100%;height:160px}
.a-video--thumbnail{width:100% !important;min-height:auto !important}
.m-video--small{width:100% !important;min-height:auto !important}
.m-video--medium{width:100% !important;min-height:auto !important}
.a-video--large{width:100% !important;min-height:auto !important}
.a-video--extra-large{width:100% !important;min-height:auto !important}
.m-video--large .a-video[data-playertype="embed"] .limelight-player{width:100% !important;height:205px !important;top:0 !important}
.m-video--large .a-video[data-playertype="embed"] .brightCove-video{width:100% !important;height:190px !important;top:0 !important}
}
.columncontrol .m-video{width:100% !important;min-height:auto !important}
.generic-modal .m-video .limelight-player{height:100% !important;top:0;position:absolute}
.modal.generic-modal.generic-modal--image .limeLight-video-wrapper{height:100% !important}
.generic-modal .a-video__player{padding-bottom:56.25% !important}
.m-video-banner{position:relative;z-index:var(--video-banner-video-z-index);width:var(--video-banner-large-md-width);overflow:hidden;max-width:var(--video-banner-max-width);margin:0 auto;background:transparent}
@media(min-width:768px){.m-video-banner{min-height:var(--video-banner-min-height-md)}
}
@media(min-width:1200px){.m-video-banner{min-height:var(--video-banner-min-height-xl)}
}
.m-video-banner .vjs-seeking .vjs-loading-spinner,.m-video-banner .vjs-waiting .vjs-loading-spinner{display:none !important}
.m-video-banner .vjs-error .vjs-loading-spinner{display:none !important}
.m-video-banner .a-video[data-controls="false"] video::-webkit-media-controls{display:none}
.m-video-banner .a-video[data-controls="false"] video::-webkit-media-controls-enclosure{display:none}
.m-video-banner .a-video[data-controls="false"] video::-webkit-media-controls-panel{display:none}
.m-video-banner .a-video[data-controls="false"] video::-webkit-media-slider-container{display:none}
.m-video-banner .a-video[data-controls="false"] video::-webkit-media-slider{display:none}
.m-video-banner .a-video[data-controls="false"] video::-webkit-media-slider-thumb{display:none}
.m-video-banner .vjs-error-display{display:none !important}
.m-video-banner .vjs-big-play-button{display:none !important;opacity:0 !important}
.m-video-banner .a-video[data-controls="false"] .vjs-control-bar,.m-video-banner .a-video[data-controls="false"] .w-bottom-bar{visibility:hidden !important;opacity:0 !important}
.m-video-banner .a-video[data-controls="false"] .w-big-play-button{opacity:0 !important}
.m-video-banner__title + .m-video-banner__header{margin-top:var(--video-banner-pre-title-top-spacing)}
.m-video-banner__header + .m-video-banner__body{margin-top:var(--video-banner-pre-title-top-spacing)}
.m-video-banner__title{font-size:var(--video-banner-font-size-pre-title);line-height:var(--video-banner-line-height-pre-title);font-weight:var(--video-banner-font-weight-pre-title);letter-spacing:var(--video-banner-font-weight-pre-title-letter-spacing)}
.m-video-banner__header{font-size:var(--video-banner-font-size-header);font-weight:var(--video-banner-font-weight-header);line-height:var(--video-banner-line-height-header)}
.m-video-banner__body{font-size:var(--video-banner-font-size-body);line-height:var(--video-banner-line-height-body);font-weight:var(--video-banner-font-weight-body)}
.m-video-banner .m-video-banner__title,.m-video-banner .m-video-banner__header,.m-video-banner .m-video-banner__body{color:var(--video-banner-font-color-black);font-style:normal}
.m-video-banner .m-video-banner__title *,.m-video-banner .m-video-banner__header *,.m-video-banner .m-video-banner__body *{color:inherit}
.m-video-banner .a-video__player{position:relative;border:0;height:100%;width:100%;padding-bottom:0}
.m-video-banner__media{width:100%;height:100%;position:absolute;left:0;top:0}
.m-video-banner__media:after{content:"";z-index:var(--video-banner-video-z-index);width:100%;height:100%;position:absolute;left:0;top:0}
.m-video-banner__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:var(--video-banner-flex-aline-start);-ms-flex-align:var(--video-banner-flex-aline-start);align-items:var(--video-banner-flex-aline-start);position:relative;z-index:var(--video-banner-ply-content-z-index)}
@media(max-width:991.98px){.m-video-banner__content{padding:var(--video-banner-mobile-content-padding)}
}
@media(min-width:768px) and (max-width:1199.98px){.m-video-banner__content{padding:var(--video-banner-tab-media-padding)}
}
@media(min-width:992px){.m-video-banner__content{padding:var(--video-banner-desktop-media-padding)}
}
.m-video-banner__icon-btn{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;right:0;z-index:var(--video-banner-ply-btn-z-index);-webkit-box-align:var(--video-banner-flex-aline-end);-ms-flex-align:var(--video-banner-flex-aline-end);align-items:var(--video-banner-flex-aline-end);-webkit-box-pack:var(--video-banner-flex-aline-end);-ms-flex-pack:var(--video-banner-flex-aline-end);justify-content:var(--video-banner-flex-aline-end);-webkit-transform:translateY(var(--video-banner-ply-btn-translateY));transform:translateY(var(--video-banner-ply-btn-translateY));margin-bottom:var(--video-banner-ply-btn-translateY)}
.m-video-banner__icon-btn .btn{background-color:var(--video-banner-ply-btn-bg-color);color:var(--video-banner-play-icon-color);outline:0;-webkit-box-shadow:none;box-shadow:none}
.m-video-banner__icon-btn .btn:hover,.m-video-banner__icon-btn .btn:focus{background-color:var(--video-banner-ply-btn-bg-color);color:var(--video-banner-play-icon-color)}
.m-video-banner__icon-btn .btn:hover .abt-icon:before,.m-video-banner__icon-btn .btn:focus .abt-icon:before{color:var(--video-banner-play-icon-color)}
.m-video-banner--icon-default .m-video-banner__media .a-button--tertiary .btn{color:var(--video-banner-font-color-black)}
.m-video-banner--icon-reversed .m-video-banner__media .btn{color:var(--video-banner-play-icon-reversed-color)}
.m-video-banner--icon-reversed .m-video-banner__media .btn span{color:var(--video-banner-play-icon-reversed-color)}
.m-video-banner--icon-reversed .m-video-banner__media .btn:hover,.m-video-banner--icon-reversed .m-video-banner__media .btn:focus{background-color:var(--video-banner-ply-btn-bg-color);color:var(--video-banner-play-icon-reversed-color)}
.m-video-banner--icon-reversed .m-video-banner__media .btn:hover .abt-icon:before,.m-video-banner--icon-reversed .m-video-banner__media .btn:focus .abt-icon:before{color:var(--video-banner-play-icon-reversed-color)}
@media(max-width:991.98px){.m-video-banner--overlay{min-height:var(--video-banner-min-height-overlay-xs)}
}
@media(max-width:991.98px){.m-video-banner--overlay .m-video-banner__media{width:100%;height:100%;position:absolute;left:0;top:0}
}
@media(max-width:767.98px){.m-video-banner--overlay .m-video-banner__extras .button:last-child{padding-bottom:var(--video-banner-extras-btn-mobile-end-padding)}
}
@media(max-width:991.98px){.m-video-banner--overlay .m-video-banner__content{padding:var(--video-banner-mobile-media-overlay-padding)}
}
@media(max-width:991.98px){.m-video-banner--overlay.m-video-banner__content-v-top .m-video-banner__content{padding-top:var(--video-banner-mobile-overlay-padding-top-aline-top)}
}
@media(min-width:768px) and (max-width:1199.98px){.m-video-banner--overlay.m-video-banner__content-v-top .m-video-banner__content{padding-top:var(--video-banner-tab-vertical-top-padding-top);padding-inline:var(--video-banner-tab-media-padding)}
}
@media(min-width:1200px){.m-video-banner--overlay.m-video-banner__content-v-top .m-video-banner__content{padding-top:var(--video-banner-desktop-vertical-top-padding-top)}
}
.m-video-banner--overlay.m-video-banner__content-v-center .m-video-banner__content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
@media(min-width:768px){.m-video-banner--overlay.m-video-banner__content-v-center .m-video-banner__content{padding:var(--video-banner-tab-vertical-center-padding)}
}
@media(min-width:1200px){.m-video-banner--overlay.m-video-banner__content-v-center .m-video-banner__content{padding:var(--video-banner-large-vertical-center-padding)}
}
@media(max-width:991.98px){.m-video-banner--stacked .m-video-banner__media{position:relative}
.m-video-banner--stacked .a-video__player{padding-bottom:var(--video-banner-padding-bottom-video-player)}
}
.m-video-banner--dark{--video-banner-bg:var(--video-banner-bg-dark);background:var(--video-banner-bg-dark)}
.m-video-banner--dark .m-video-banner__title,.m-video-banner--dark .m-video-banner__header,.m-video-banner--dark .m-video-banner__body,.m-video-banner--dark .m-video-banner__subtitle{color:var(--video-banner-font-color-white)}
.m-video-banner--dark .m-video-banner__title *,.m-video-banner--dark .m-video-banner__header *,.m-video-banner--dark .m-video-banner__body *,.m-video-banner--dark .m-video-banner__subtitle *{color:var(--video-banner-font-color-white)}
.m-video-banner .a-video__player-source,.m-video-banner .vjs-tech,.m-video-banner .limelight-player,.m-video-banner .vjs-poster{width:100%;height:100%;position:absolute;left:0;top:0;border:0;background-color:var(--video-banner-bg);background-size:var(--video-banner-media-large-object-fit-cover);-o-object-fit:var(--video-banner-media-large-object-fit-cover);object-fit:var(--video-banner-media-large-object-fit-cover);-o-object-position:var(--video-banner-media-object-position-center);object-position:var(--video-banner-media-object-position-center)}
@media(max-width:991.98px){.m-video-banner .a-video__player-source,.m-video-banner .vjs-tech,.m-video-banner .limelight-player,.m-video-banner .vjs-poster{-o-object-fit:var(--video-banner-media-large-object-fit-cover);object-fit:var(--video-banner-media-large-object-fit-cover)}
}
.m-video-banner .limeLight-video-wrapper .limelight-player{height:auto !important;width:100% !important;top:var(--video-banner-limeLight-media-potion-top) !important;background:none !important;padding-bottom:var(--video-banner-padding-bottom-video-player)}
@media(max-width:767.98px){.m-video-banner .limeLight-video-wrapper .limelight-player{display:contents !important}
}
.m-video-banner .limeLight-video-wrapper .limelight-player.a-video[data-controls="false"]{height:auto !important;padding-bottom:var(--video-banner-padding-bottom-video-player)}
.m-video-banner .limeLight-video-wrapper .vjs-limelight-big-play{opacity:0;visibility:hidden}
@media(min-width:1200px){.m-video-banner-media-xl-top .a-video__player-source,.m-video-banner-media-xl-top .vjs-tech,.m-video-banner-media-xl-top .limelight-player,.m-video-banner-media-xl-top .vjs-poster{-o-object-position:var(--video-banner-media-object-position-top);object-position:var(--video-banner-media-object-position-top)}
}
@media(min-width:1200px){.m-video-banner-media-xl-top .limelight-player,.m-video-banner-media-xl-top .vjs-poster{bottom:var(--video-banner-limeLight-media-potion-top)}
}
@media(min-width:1200px){.m-video-banner-media-xl-right .a-video__player-source,.m-video-banner-media-xl-right .vjs-tech,.m-video-banner-media-xl-right .limelight-player,.m-video-banner-media-xl-right .vjs-poster{-o-object-position:var(--video-banner-media-object-position-right);object-position:var(--video-banner-media-object-position-right)}
}
@media(min-width:1200px){.m-video-banner-media-xl-bottom .a-video__player-source,.m-video-banner-media-xl-bottom .vjs-tech,.m-video-banner-media-xl-bottom .limelight-player,.m-video-banner-media-xl-bottom .vjs-poster{-o-object-position:var(--video-banner-media-object-position-bottom);object-position:var(--video-banner-media-object-position-bottom)}
}
@media(min-width:1200px){.m-video-banner-media-xl-bottom .limelight-player,.m-video-banner-media-xl-bottom .vjs-poster{bottom:var(--video-banner-limeLight-media-potion-bottom)}
}
@media(min-width:1200px){.m-video-banner-media-xl-left .a-video__player-source,.m-video-banner-media-xl-left .vjs-tech,.m-video-banner-media-xl-left .limelight-player,.m-video-banner-media-xl-left .vjs-poster{-o-object-position:var(--video-banner-media-object-position-left);object-position:var(--video-banner-media-object-position-left)}
}
@media(min-width:1200px){.m-video-banner-media-xl-center .a-video__player-source,.m-video-banner-media-xl-center .vjs-tech,.m-video-banner-media-xl-center .limelight-player,.m-video-banner-media-xl-center .vjs-poster{-o-object-position:var(--video-banner-media-object-position-center);object-position:var(--video-banner-media-object-position-center)}
}
@media(max-width:1199.98px){.m-video-banner-media-lg-top .a-video__player-source,.m-video-banner-media-lg-top .vjs-tech,.m-video-banner-media-lg-top .limelight-player,.m-video-banner-media-lg-top .vjs-poster{-o-object-position:var(--video-banner-media-object-position-top);object-position:var(--video-banner-media-object-position-top)}
}
@media(min-width:1200px){.m-video-banner-media-lg-top .limelight-player,.m-video-banner-media-lg-top .vjs-poster{bottom:var(--video-banner-limeLight-media-potion-top)}
}
@media(max-width:1199.98px){.m-video-banner-media-lg-right .a-video__player-source,.m-video-banner-media-lg-right .vjs-tech,.m-video-banner-media-lg-right .limelight-player,.m-video-banner-media-lg-right .vjs-poster{-o-object-position:var(--video-banner-media-object-position-right);object-position:var(--video-banner-media-object-position-right)}
}
@media(max-width:1199.98px){.m-video-banner-media-lg-bottom .a-video__player-source,.m-video-banner-media-lg-bottom .vjs-tech,.m-video-banner-media-lg-bottom .limelight-player,.m-video-banner-media-lg-bottom .vjs-poster{-o-object-position:var(--video-banner-media-object-position-bottom);object-position:var(--video-banner-media-object-position-bottom)}
}
@media(max-width:1199.98px){.m-video-banner-media-lg-bottom .limelight-player,.m-video-banner-media-lg-bottom .vjs-poster{bottom:var(--video-banner-limeLight-media-potion-bottom)}
}
@media(max-width:1199.98px){.m-video-banner-media-lg-left .a-video__player-source,.m-video-banner-media-lg-left .vjs-tech,.m-video-banner-media-lg-left .limelight-player,.m-video-banner-media-lg-left .vjs-poster{-o-object-position:var(--video-banner-media-object-position-left);object-position:var(--video-banner-media-object-position-left)}
}
@media(max-width:1199.98px){.m-video-banner-media-lg-center .a-video__player-source,.m-video-banner-media-lg-center .vjs-tech,.m-video-banner-media-lg-center .limelight-player,.m-video-banner-media-lg-center .vjs-poster{-o-object-position:var(--video-banner-media-object-position-center);object-position:var(--video-banner-media-object-position-center)}
}
@media(max-width:991.98px){.m-video-banner-media-sm-top .a-video__player-source,.m-video-banner-media-sm-top .vjs-tech,.m-video-banner-media-sm-top .limelight-player,.m-video-banner-media-sm-top .vjs-poster{-o-object-position:var(--video-banner-media-object-position-top);object-position:var(--video-banner-media-object-position-top)}
}
@media(max-width:991.98px){.m-video-banner-media-sm-right .a-video__player-source,.m-video-banner-media-sm-right .vjs-tech,.m-video-banner-media-sm-right .limelight-player,.m-video-banner-media-sm-right .vjs-poster{-o-object-position:var(--video-banner-media-object-position-right);object-position:var(--video-banner-media-object-position-right)}
}
@media(max-width:991.98px){.m-video-banner-media-sm-bottom .a-video__player-source,.m-video-banner-media-sm-bottom .vjs-tech,.m-video-banner-media-sm-bottom .limelight-player,.m-video-banner-media-sm-bottom .vjs-poster{-o-object-position:var(--video-banner-media-object-position-bottom);object-position:var(--video-banner-media-object-position-bottom)}
}
@media(max-width:767.98px){.m-video-banner-media-sm-bottom .limelight-player,.m-video-banner-media-sm-bottom .vjs-poster{bottom:var(--video-banner-limeLight-media-potion-bottom)}
}
@media(max-width:991.98px){.m-video-banner-media-sm-left .a-video__player-source,.m-video-banner-media-sm-left .vjs-tech,.m-video-banner-media-sm-left .limelight-player,.m-video-banner-media-sm-left .vjs-poster{-o-object-position:var(--video-banner-media-object-position-left);object-position:var(--video-banner-media-object-position-left)}
}
@media(max-width:991.98px){.m-video-banner-media-sm-center .a-video__player-source,.m-video-banner-media-sm-center .vjs-tech,.m-video-banner-media-sm-center .limelight-player,.m-video-banner-media-sm-center .vjs-poster{-o-object-position:var(--video-banner-media-object-position-center);object-position:var(--video-banner-media-object-position-center)}
}
@media(max-width:767.98px){.m-video-banner-media-xs-top .a-video__player-source,.m-video-banner-media-xs-top .vjs-tech,.m-video-banner-media-xs-top .limelight-player,.m-video-banner-media-xs-top .vjs-poster{-o-object-position:var(--video-banner-media-object-position-top);object-position:var(--video-banner-media-object-position-top)}
}
@media(max-width:767.98px){.m-video-banner-media-xs-right .a-video__player-source,.m-video-banner-media-xs-right .vjs-tech,.m-video-banner-media-xs-right .limelight-player,.m-video-banner-media-xs-right .vjs-poster{-o-object-position:var(--video-banner-media-object-position-right);object-position:var(--video-banner-media-object-position-right)}
}
@media(max-width:767.98px){.m-video-banner-media-xs-bottom .a-video__player-source,.m-video-banner-media-xs-bottom .vjs-tech,.m-video-banner-media-xs-bottom .limelight-player,.m-video-banner-media-xs-bottom .vjs-poster{-o-object-position:var(--video-banner-media-object-position-bottom);object-position:var(--video-banner-media-object-position-bottom)}
}
@media(max-width:767.98px){.m-video-banner-media-xs-bottom .limelight-player,.m-video-banner-media-xs-bottom .vjs-poster{bottom:var(--video-banner-limeLight-media-potion-bottom)}
}
@media(max-width:767.98px){.m-video-banner-media-xs-left .a-video__player-source,.m-video-banner-media-xs-left .vjs-tech,.m-video-banner-media-xs-left .limelight-player,.m-video-banner-media-xs-left .vjs-poster{-o-object-position:var(--video-banner-media-object-position-left);object-position:var(--video-banner-media-object-position-left)}
}
@media(max-width:767.98px){.m-video-banner-media-xs-center .a-video__player-source,.m-video-banner-media-xs-center .vjs-tech,.m-video-banner-media-xs-center .limelight-player,.m-video-banner-media-xs-center .vjs-poster{-o-object-position:var(--video-banner-media-object-position-center);object-position:var(--video-banner-media-object-position-center)}
}
.m-video-banner--full-width .m-video-banner__content__wraper{width:var(--video-banner-md-content-full-width)}
@media(min-width:576px){.m-video-banner--half-width .m-video-banner__content__wraper{width:var(--video-banner-md-content-half-width-sm)}
}
@media(min-width:1200px){.m-video-banner--half-width .m-video-banner__content__wraper{width:var(--video-banner-md-content-half-width-xl)}
}
@media(min-width:768px){.m-video-banner--alignment-right .m-video-banner__content *{text-align:right}
.m-video-banner--alignment-right .m-video-banner__extras{-webkit-box-pack:var(--video-banner-flex-aline-end);-ms-flex-pack:var(--video-banner-flex-aline-end);justify-content:var(--video-banner-flex-aline-end)}
}
@media(min-width:768px){.m-video-banner--alignment-center .m-video-banner__content *{text-align:center}
.m-video-banner--alignment-center .m-video-banner__extras{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
}
@media(min-width:768px){.m-video-banner--alignment-left .m-video-banner__content *{text-align:left}
.m-video-banner--alignment-left .m-video-banner__extras{-webkit-box-pack:var(--video-banner-flex-aline-start);-ms-flex-pack:var(--video-banner-flex-aline-start);justify-content:var(--video-banner-flex-aline-start)}
}
@media(min-width:768px){.m-video-banner__content-h-center .m-video-banner__content{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.m-video-banner__content-h-right .m-video-banner__content{-webkit-box-align:var(--video-banner-flex-aline-end);-ms-flex-align:var(--video-banner-flex-aline-end);align-items:var(--video-banner-flex-aline-end)}
}
@media(min-width:768px){.m-video-banner__content-v-top .m-video-banner__content{padding-top:var(--video-banner-tab-vertical-top-padding-top)}
}
@media(min-width:1200px){.m-video-banner__content-v-top .m-video-banner__content{padding-top:var(--video-banner-desktop-vertical-top-padding-top)}
}
@media(min-width:768px){.m-video-banner__content-v-center .m-video-banner__content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
}
.m-video-banner--gradient-start .m-video-banner__media:after{background:-webkit-gradient(linear,left top,right top,from(var(--video-banner-start-color)),to(var(--video-banner-end-color)));background:linear-gradient(90deg,var(--video-banner-start-color) var(--video-banner-start-position),var(--video-banner-end-color) var(--video-banner-end-position))}
.m-video-banner--gradient-end .m-video-banner__media:after{background:-webkit-gradient(linear,right top,left top,from(var(--video-banner-start-color)),to(var(--video-banner-end-color)));background:linear-gradient(-90deg,var(--video-banner-start-color) var(--video-banner-start-position),var(--video-banner-end-color) var(--video-banner-end-position))}
.m-video-banner--gradient-center .m-video-banner__media:after{background:radial-gradient(circle,var(--video-banner-start-color) var(--video-banner-start-position),var(--video-banner-end-color) var(--video-banner-end-position))}
@media(max-width:991.98px){.m-video-banner--mobile-tab--bg-primary{--video-banner-bg:var(--video-banner-mobile-tab-bg-primary);background:var(--video-banner-mobile-tab-bg-primary)}
.m-video-banner--mobile-tab--bg-primary *{color:var(--video-banner-mobile-tab-bg-text-white)}
.m-video-banner--mobile-tab--bg-primary .m-video-banner__title,.m-video-banner--mobile-tab--bg-primary .m-video-banner__header,.m-video-banner--mobile-tab--bg-primary .m-video-banner__body,.m-video-banner--mobile-tab--bg-primary .m-video-banner__subtitle{color:var(--video-banner-mobile-tab-bg-text-white)}
.m-video-banner--mobile-tab--bg-primary .a-button.a-button--primary{--button-primary-bg:var(--video-banner-mobile-tab-button-primary-bg);--button-primary-color:var(--video-banner-mobile-tab-button-primary-color)}
}
.m-video-banner-ply-lower-left .m-video-banner__icon-btn{left:0;right:auto}
.m-video-banner-ply-lower-right .m-video-banner__icon-btn{right:0}
.m-video-banner__extras{margin-top:var(--video-banner-desktop-extras-top-spacing);display:-webkit-box;display:-ms-flexbox;display:flex}
.m-video-banner__extras .a-button{--button-icon-size:var(--video-banner-play-button-icon-size);--button-icon-size-lg:var(--video-banner-play-button-icon-size-lg);--button-icon-size-sm:var(--video-banner-play-button-icon-size-sm)}
@media(max-width:991.98px){.m-video-banner__extras .a-button{display:inline-block}
}
.m-video-banner__extras>.xfpage{width:100%}
.m-video-banner__extras .btn{font-size:var(--video-banner-extras-btn-font-size);font-weight:var(--video-banner-extras-btn-font-weight);line-height:var(--video-banner-extras-btn-line-height);letter-spacing:var(--video-banner-extras-btn-letter-spacing)}
@media(max-width:991.98px){.m-video-banner__extras{margin-top:var(--video-banner-tablet-extras-top-spacing)}
.m-video-banner__extras .a-button{margin-top:0}
}
@media(max-width:575.98px){.m-video-banner__extras{margin-top:var(--video-banner-mobile-extras-top-spacing);display:block}
.m-video-banner__extras .a-button{width:100%;display:block}
.m-video-banner__extras .a-button .a-link{width:100%}
.m-video-banner__extras .a-button .a-button{width:100%;text-align:center}
.m-video-banner__extras .a-button + .a-button{margin-top:var(--video-banner-mobile-extras-top-spacing);margin-left:0 !important}
}
.m-video-banner__extras .a-button .a-button{margin:0}
.m-video-banner__extras .a-button + .a-button{margin-left:var(--video-banner-extras-between-spacing)}
.m-video-banner__extras .a-button.a-button--primary span{color:inherit}
.m-video-banner__extras .a-button.a-button--primary-v1 span{color:inherit}
.tooltips.inline-tooltip{display:inline-block;margin:0;padding:0;vertical-align:middle;line-height:unset}
.tooltips.inline-tooltip .a-tooltip .abt-icon{font-size:1rem}
.cmp-title__align,.form-label__align{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
.tooltip__inline{margin-left:5px}
.cq-Editable-dom .tooltip__inline{display:block}
.a-tooltip .tooltip{margin:10px}
.a-tooltip .tooltip-inner{padding:var(--tooltip-padding-y) var(--tooltip-padding-x);width:auto;text-align:left;-webkit-box-shadow:var(--tooltip-box-shadow);box-shadow:var(--tooltip-box-shadow)}
.a-tooltip .tooltip-inner h5{font-size:var(--tooltip-h5-font-size);line-height:var(--tooltip-line-height)}
.a-tooltip .tooltip-inner p,.a-tooltip .tooltip-inner span{font-family:var(--tooltip-content-font-family);font-size:var(--tooltip-font-size);line-height:var(--tooltip-line-height)}
.a-tooltip .tooltip-arrow{-webkit-box-shadow:var(--tooltip-box-shadow);box-shadow:var(--tooltip-box-shadow)}
.a-tooltip .tooltip.show{opacity:1}
.a-tooltip--large.a-tooltip--dark .tooltip-inner{max-width:377px;background-color:var(--tooltip-dark-bg);color:var(--tooltip-bg)}
.a-tooltip--large.a-tooltip--light .tooltip-inner{max-width:220px;background-color:var(--tooltip-bg);color:var(--tooltip-dark-bg)}
.a-tooltip--small.a-tooltip--dark .tooltip-inner{max-width:149px;background-color:var(--tooltip-dark-bg);color:var(--tooltip-bg)}
.a-tooltip--small.a-tooltip--light .tooltip-inner{max-width:151px;background-color:var(--tooltip-bg);color:var(--tooltip-dark-bg)}
.a-tooltip--dark .tooltip-inner h5{color:var(--tooltip-bg)}
.a-tooltip--dark .tooltip.bs-tooltip-right .arrow::before{border-right-color:var(--tooltip-dark-bg)}
.a-tooltip--dark .tooltip.bs-tooltip-left .arrow::before{border-left-color:var(--tooltip-dark-bg)}
.a-tooltip--dark .tooltip.bs-tooltip-bottom .arrow::before{border-bottom-color:var(--tooltip-dark-bg)}
.a-tooltip--dark .tooltip.bs-tooltip-top .arrow::before{border-top-color:var(--tooltip-dark-bg)}
.a-tooltip--light .tooltip.bs-tooltip-right .arrow::before{border-right-color:var(--tooltip-bg)}
.a-tooltip--light .tooltip.bs-tooltip-left .arrow::before{border-left-color:var(--tooltip-bg)}
.a-tooltip--light .tooltip.bs-tooltip-bottom .arrow::before{border-bottom-color:var(--tooltip-bg)}
.a-tooltip--light .tooltip.bs-tooltip-top .arrow::before{border-top-color:var(--tooltip-bg)}
.o-tiles{position:relative;padding:var(--o-tiles-bg-padding);height:var(--o-tiles-height);-webkit-box-sizing:border-box;box-sizing:border-box}
@media(max-width:767.98px){.o-tiles{padding:var(--o-tiles-bg-padding-mob);height:auto}
.o-tiles .m-tiles-list__container{padding:0}
.o-tiles .m-tiles-list__column{padding:0;max-width:100%;width:100%}
}
.o-tiles__bg{position:absolute;height:100%;width:100%;top:0;left:0;right:0;bottom:0;z-index:-1}
@media(max-width:767.98px){.o-tiles__bg{display:none}
}
.o-tiles__image{max-width:100%;position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}
.o-tiles__heading .a-title{margin-bottom:var(--o-tiles-heading-margin)}
@media(max-width:767.98px){.o-tiles__heading .a-title{margin-bottom:var(--o-tiles-heading-margin-mob)}
}
.responsivegrid .aem-Grid>.normal-padding.aem-GridColumn:not(.experiencefragment){padding-bottom:200px !important}
.responsivegrid .aem-Grid>.normal-padding.aem-GridColumn:not(.experiencefragment) .o-tiles{padding-bottom:0;height:auto}
.responsivegrid .aem-Grid>.normal-padding.aem-GridColumn:not(.experiencefragment) .o-tiles__bg{height:calc(100% + 200px)}
.responsivegrid .aem-Grid>.normal-padding.aem-GridColumn:not(.experiencefragment) .m-tile-list{padding-bottom:0 !important}
.responsivegrid .aem-Grid>.normal-padding.aem-GridColumn:not(.experiencefragment) .m-tile-list .a-tile{margin-bottom:0 !important}
.responsivegrid .aem-Grid>.extra-padding.aem-GridColumn:not(.experiencefragment){padding-bottom:416px !important}
.responsivegrid .aem-Grid>.extra-padding.aem-GridColumn:not(.experiencefragment) .o-tiles{padding-bottom:0;height:auto}
.responsivegrid .aem-Grid>.extra-padding.aem-GridColumn:not(.experiencefragment) .o-tiles__bg{height:calc(100% + 416px)}
.responsivegrid .aem-Grid>.extra-padding.aem-GridColumn:not(.experiencefragment) .o-tiles .m-tile-list{padding-bottom:0 !important}
.responsivegrid .aem-Grid>.extra-padding.aem-GridColumn:not(.experiencefragment) .o-tiles .m-tile-list .a-tile{margin-bottom:0 !important}
.a-tiles--background--gradient-start .o-tiles{background:-webkit-gradient(linear,left top,right top,from(var(--tiles-start-color)),to(var(--tiles-end-color)));background:linear-gradient(90deg,var(--tiles-start-color) var(--tiles-start-position),var(--tiles-end-color) var(--tiles-end-position))}
.a-tiles--background--gradient-end .o-tiles{background:-webkit-gradient(linear,right top,left top,from(var(--tiles-start-color)),to(var(--tiles-end-color)));background:linear-gradient(-90deg,var(--tiles-start-color) var(--tiles-start-position),var(--tiles-end-color) var(--tiles-end-position))}
.a-tiles--background--gradient-center .o-tiles{background:radial-gradient(circle,var(--tiles-start-color) var(--tiles-start-position),var(--tiles-end-color) var(--tiles-end-position))}
.a-text--fg{--text-color-default:#000;--text-color-reversed:#fff;--text-color-primary:#001489;--text-color-alternate:#979797}
.a-read--more-less{--text-color-read-more:#004f71;--text-bg-color-read-more:none;--text-border-read-more:0;--text-spacer-read-more:0}
.a-text--table-dots-green div p::before{content:"";width:var(--products-compare-dot-size);height:var(--products-compare-dot-size);margin-right:var(--products-compare-dot-size);border-radius:50%;background-color:var(--products-compare-dots-green);vertical-align:middle;display:inline-block}
.a-text--table-dots-yellow div p::before{content:"";width:var(--products-compare-dot-size);height:var(--products-compare-dot-size);margin-right:var(--products-compare-dot-size);border-radius:50%;background-color:var(--products-compare-dots-yellow);vertical-align:middle;display:inline-block}
.a-text--table-dots-red div p::before{content:"";width:var(--products-compare-dot-size);height:var(--products-compare-dot-size);margin-right:var(--products-compare-dot-size);border-radius:50%;background-color:var(--products-compare-dots-red);vertical-align:middle;display:inline-block}
.a-text--gradient-start p,.a-text--gradient-start h1,.a-text--gradient-start h2,.a-text--gradient-start h3,.a-text--gradient-start h4,.a-text--gradient-start h5,.a-text--gradient-start h6,.a-text--gradient-start blockquote,.a-text--gradient-start pre{background:-webkit-gradient(linear,left top,right top,from(var(--text-start-color)),to(var(--text-end-color)));background:linear-gradient(90deg,var(--text-start-color) var(--text-start-position),var(--text-end-color) var(--text-end-position))}
.a-text--gradient-center p,.a-text--gradient-center h1,.a-text--gradient-center h2,.a-text--gradient-center h3,.a-text--gradient-center h4,.a-text--gradient-center h5,.a-text--gradient-center h6,.a-text--gradient-center blockquote,.a-text--gradient-center pre{background:-webkit-gradient(linear,right top,left top,from(var(--text-start-color)),to(var(--text-end-color)));background:linear-gradient(-90deg,var(--text-start-color) var(--text-start-position),var(--text-end-color) var(--text-end-position))}
.a-text--gradient-end p,.a-text--gradient-end h1,.a-text--gradient-end h2,.a-text--gradient-end h3,.a-text--gradient-end h4,.a-text--gradient-end h5,.a-text--gradient-end h6,.a-text--gradient-end blockquote,.a-text--gradient-end pre{background:radial-gradient(circle,var(--text-start-color) var(--text-start-position),var(--text-end-color) var(--text-end-position))}
.a-text--fg-default .a-text--fg__text,.a-text--fg-default h1,.a-text--fg-default h2,.a-text--fg-default h3,.a-text--fg-default h4,.a-text--fg-default h5,.a-text--fg-default h6,.a-text--fg-default blockquote,.a-text--fg-default pre,.a-text--fg-default p{color:var(--text-color-default)}
.a-text--fg-reversed .a-text--fg__text,.a-text--fg-reversed h1,.a-text--fg-reversed h2,.a-text--fg-reversed h3,.a-text--fg-reversed h4,.a-text--fg-reversed h5,.a-text--fg-reversed h6,.a-text--fg-reversed blockquote,.a-text--fg-reversed pre,.a-text--fg-reversed p{color:var(--text-color-reversed)}
.a-text--fg-primary .a-text--fg__text,.a-text--fg-primary h1,.a-text--fg-primary h2,.a-text--fg-primary h3,.a-text--fg-primary h4,.a-text--fg-primary h5,.a-text--fg-primary h6,.a-text--fg-primary blockquote,.a-text--fg-primary pre,.a-text--fg-primary p{color:var(--text-color-primary)}
.a-text--fg-alternate .a-text--fg__text,.a-text--fg-alternate h1,.a-text--fg-alternate h2,.a-text--fg-alternate h3,.a-text--fg-alternate h4,.a-text--fg-alternate h5,.a-text--fg-alternate h6,.a-text--fg-alternate blockquote,.a-text--fg-alternate pre,.a-text--fg-alternate p{color:var(--text-color-alternate)}
.a-short{max-height:none;overflow:hidden}
.a-read--more-less{border:var(--text-border-read-more);background:var(--text-bg-color-read-more);color:var(--text-color-read-more);padding:var(--text-spacer-read-more)}
.a-text-banner{padding:1.5rem .9375rem;margin-bottom:0;background-color:var(--text-banner-bg-color)}
@media(max-width:991.98px){.a-text-banner{text-align:center}
}
@media(min-width:992px){.a-text-banner{padding:2rem 1.875rem 2.5rem}
}
.a-text-banner--title{margin-bottom:0;color:var(--text-banner-title-color)}
.a-text--banner--gradient-start .a-text-banner{background:-webkit-gradient(linear,left top,right top,from(var(--textBanner-start-color)),to(var(--textBanner-end-color)));background:linear-gradient(90deg,var(--textBanner-start-color) var(--textBanner-start-position),var(--textBanner-end-color) var(--textBanner-end-position))}
.a-text--banner--gradient-end .a-text-banner{background:-webkit-gradient(linear,right top,left top,from(var(--textBanner-start-color)),to(var(--textBanner-end-color)));background:linear-gradient(-90deg,var(--textBanner-start-color) var(--textBanner-start-position),var(--textBanner-end-color) var(--textBanner-end-position))}
.a-text--banner--gradient-center .a-text-banner{background:radial-gradient(circle,var(--textBanner-start-color) var(--textBanner-start-position),var(--textBanner-end-color) var(--textBanner-end-position))}
.m-terms-section.a-container{padding:var(--terms-container-padding);margin:var(--terms-container-margin)}
.m-terms-section.a-container span,.m-terms-section.a-container p:first-of-type{display:inline;font-size:var(--terms-font-size);line-height:var(--terms-line-height);color:var(--terms-font-color);text-transform:none;font-weight:normal;letter-spacing:normal}
.m-terms-section.a-container p{font-size:var(--terms-font-size);line-height:var(--terms-line-height);color:var(--terms-font-color);text-transform:none;font-weight:normal;letter-spacing:normal;padding:var(--terms-para-margin)}
.m-terms-section.a-container ol li,.m-terms-section.a-container ul li{font-size:var(--terms-font-size);line-height:var(--terms-line-height);color:var(--terms-font-color);text-transform:none;font-weight:normal;letter-spacing:normal}
@media(max-width:767.98px){.a-tabs{padding:0}
}
.a-tabs__nav{border:0;margin:0;padding-bottom:var(--tabs-nav-padding)}
.a-tabs__nav-link{padding:var(--tabs-nav-link-padding);color:var(--color-medium-gray);font-size:var(--tabs-nav-font-size);letter-spacing:var(--tabs-nav-link-letter-spacing);line-height:var(--tabs-nav-line-height);text-align:center;border-bottom:1px solid;border-color:var(--tabs-nav-link-border-bottom-color);width:auto}
.a-tabs__nav-link:hover{background-color:var(--tabs-nav-link-hover-bg);color:var(--tabs-nav-link-border-bottom-color-active);text-decoration:none}
.a-tabs__nav-link:hover .a-tabs__icon{color:var(--tabs-icon-active-color)}
.a-tabs__nav-text{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%}
@media(max-width:767.98px){.a-tabs__nav-text{display:block}
}
.a-tabs__nav .active{border:0;border-radius:0;color:var(--tabs-nav-link-border-bottom-color-active);font-weight:bold;border-bottom:3px solid var(--tabs-nav-link-color-active)}
.a-tabs__nav .active .a-tabs__icon{color:var(--tabs-icon-active-color)}
.a-tabs__nav .active .a-tabs__icon-active{display:block}
.a-tabs__nav .active .a-tabs__icon-inactive{display:none}
.a-tabs__icon{font-size:var(--tabs-icon-size);margin:0 var(--tabs-icon-margin);display:none;color:var(--tabs-icon-color)}
.a-tabs__icon-inactive{display:block}
@media(max-width:767.98px){.a-tabs__icon{margin-bottom:var(--tabs-icon-margin)}
}
.a-tabs__tab-pane,.a-tabs .cmp-tabs__tabpanel--active{outline:0}
.a-tabs--equal-width .a-tabs__nav-link{width:auto}
.a-tabs--fixed-width .a-tabs__nav-link{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
.a-tabs--two-in-row .a-tabs__nav-link{overflow-wrap:break-word;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;width:auto}
.a-tabs--three-in-row .a-tabs__nav-link{overflow-wrap:break-word;-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
.a-tabs--five-in-row .a-tabs__nav-link{overflow-wrap:break-word;-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}
.a-tabs--five-in-row .a-tabs__nav-link:hover{font-weight:bold}
.a-tabs--five-in-row .a-tabs__nav-text{text-transform:uppercase;word-break:break-word}
@media(max-width:991.98px){.a-tabs--five-in-row .a-tabs__nav-link{-ms-flex:0 0 50%;-webkit-box-flex:0;flex:0 0 50%;max-width:50%}
}
.a-tabs--warning .active .a-tabs__icon,.a-tabs--warning .active:hover .a-tabs__icon,.a-tabs--warning .a-tabs__icon{color:var(--tabs-icon-warning)}
.a-tabs--errorMessage{color:var(--tabs-icon-danger);font-size:var(--tabs-vertical-error-font-size);position:relative;top:-14px;font-weight:normal}
.a-tabs--success .active .a-tabs__icon,.a-tabs--success .active:hover .a-tabs__icon,.a-tabs--success .a-tabs__icon{color:var(--tabs-icon-success)}
.a-tabs--danger .active .a-tabs__icon,.a-tabs--danger .active:hover .a-tabs__icon,.a-tabs--danger .a-tabs__icon{color:var(--tabs-icon-danger)}
.a-tabs--hide .active .a-tabs__icon,.a-tabs--hide .a-tabs__icon{display:none}
.a-tabs-vertical__title{padding:var(--tabs-vertical-spacing-xl) 0;word-break:break-word}
.a-tabs-vertical .a-tabs__nav-link{display:block;font-size:var(--tabs-vertical-nav-font-size);line-height:var(--tabs-vertical-nav-list-line-height);color:var(--tabs-vertical-nav-list-color);text-align:left;border-bottom:0;padding:var(--tabs-vertical-spacing-m) 0;letter-spacing:0}
.a-tabs-vertical .a-tabs__nav-link:hover{background-color:transparent;text-decoration:underline;color:var(--tabs-vertical-nav-color-active);font-weight:bold}
.a-tabs-vertical .a-tabs__nav .active{color:var(--tabs-vertical-nav-color-active);font-weight:bold}
.a-tabs-vertical__nav-mobile_list-item-link{display:block;padding:15px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;color:var(--tabs-vertical-nav-list-color)}
.a-tabs-vertical__nav-mobile_list-item-link.active{font-weight:bold;color:var(--tabs-vertical-nav-color-active)}
.m-table-component tbody tr td{word-break:break-word}
.m-table-component tbody tr th{word-break:break-word}
.m-table-component colgroup col[class*="col-"]{display:table-cell}
.m-table-component .table-legends .table-legend-wrapper{display:inline-block;margin-right:20px;margin-bottom:10px}
.m-table-component .table-legends .table-legend-wrapper .color-box{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:15px;width:15px}
.m-table-component caption{padding-top:8px;padding-bottom:8px;color:var(--table-lightWhite);text-align:left;display:block;font-size:16px;font-weight:400;font-family:var(--table-button-font)}
.m-table-component .new-btn{font-family:var(--table-headings-font-brondon);max-width:200px;min-width:auto;min-height:35px;max-height:unset;text-transform:uppercase;font-size:1rem;border:0;cursor:pointer;line-height:18px;padding:10px 20px 5px 20px;white-space:normal;text-align:center;outline:0;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;word-wrap:break-word;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.m-table-component__table{width:100%;margin-bottom:1rem}
.m-table-component__table td{border-bottom:1px solid var(--table-gray);padding:.75rem;vertical-align:top;border-top:1px solid var(--table-gray)}
.m-table-component__table th{border-bottom:1px solid var(--table-gray);padding:.75rem;vertical-align:top;border-top:1px solid var(--table-gray)}
.m-table-component__table.with-border tbody tr th{border:1px solid var(--table-light-gray);padding:15.5px 15px !important}
.m-table-component__table.with-border tbody tr td{border:1px solid var(--table-light-gray);padding:15.5px 15px !important}
.m-table-component__table.product-specific tbody tr th{border:1px solid var(--table-medium-gray);padding:10px !important}
.m-table-component__table.product-specific tbody tr th *{margin:0}
.m-table-component__table.product-specific tbody tr td{border:1px solid var(--table-medium-gray);padding:10px !important}
.m-table-component__table.product-specific tbody tr td *{margin:0}
.m-table-component .table-border--bottom tbody tr th{padding:15.5px 15px;border-top:0;border-left:0;border-right:0;font-size:1.125rem}
.m-table-component .table-border--bottom tbody tr th p{margin-bottom:0 !important}
.m-table-component .table-border--bottom tbody tr td{padding:15.5px 15px;border-top:0;border-left:0;border-right:0;font-size:1.125rem}
.m-table-component .table-border--bottom tbody tr td p{margin-bottom:0 !important}
.a-table--gradient-start .table-responsive{background:-webkit-gradient(linear,left top,right top,from(var(--table-start-color)),to(var(--table-end-color)));background:linear-gradient(90deg,var(--table-start-color) var(--table-start-position),var(--table-end-color) var(--table-end-position))}
.a-table--gradient-end .table-responsive{background:-webkit-gradient(linear,right top,left top,from(var(--table-start-color)),to(var(--table-end-color)));background:linear-gradient(-90deg,var(--table-start-color) var(--table-start-position),var(--table-end-color) var(--table-end-position))}
.a-table--gradient-center .table-responsive{background:radial-gradient(circle,var(--table-start-color) var(--table-start-position),var(--table-end-color) var(--table-end-position))}
.a-switcher .custom-switch .custom-control-input:checked ~ .custom-control-label::before{border:0;background-color:var(--switcher-on-bg-color)}
.a-switcher .custom-switch .custom-control-input:not(:disabled):active ~ .custom-control-label::before{background-color:var(--switcher-off-bg-color)}
.a-switcher .custom-switch .custom-control-input:checked ~ .custom-control-label::after{background-color:var(--switcher-button-bg-color);-webkit-transform:translateX(18px);transform:translateX(18px)}
.a-switcher .custom-switch .custom-control-input:not(:disabled):active ~ .custom-control-label::before,.a-switcher .custom-switch .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,.a-switcher .custom-switch .custom-control-input:focus ~ .custom-control-label::before{border:0;-webkit-box-shadow:none;box-shadow:none}
.a-switcher .custom-switch .custom-control-label{font-size:var(--switcher-font-size);line-height:var(--switcher-line-height);color:var(--switcher-color);text-transform:none;font-weight:normal;letter-spacing:normal;text-indent:12px}
.a-switcher .custom-switch .custom-control-label::before{border:0;background-color:var(--switcher-off-bg-color);top:0rem;height:1.25rem;width:2.25rem;border-radius:12px}
.a-switcher .custom-switch .custom-control-label::after{background-color:var(--switcher-button-bg-color);left:calc(-2.25rem + 3px);top:calc(0.12rem + 2px);height:.75rem;width:.75rem;border-radius:12px}
.m-subscriptionhistory__table{width:100%}
.m-subscriptionhistory__table tr{border-bottom:var(--subscriptionhistory-tr-border-bottom)}
.m-subscriptionhistory__table tr:last-child{border-bottom:0}
.m-subscriptionhistory__table--titles{font-weight:bold;font-size:var(--subscriptionhistory-titles-size);text-transform:capitalize}
.m-subscriptionhistory__table--total{font-weight:bold}
.m-subscriptionhistory__table--actions{color:var(--subscriptionhistory-action-color);font-weight:bold}
.m-subscriptionhistory__table--subscription-status{display:none;text-transform:capitalize}
.m-subscriptionhistory__table--subscription-status .badge{width:var(--subscriptionhistory-badge-width);height:var(--subscriptionhistory-badge-height);border-radius:50%;margin-right:var(--subscriptionhistory-badge-margin-right)}
.m-subscriptionhistory__table--subscription-status .badge.active{background-color:var(--subscriptionhistory-badge-active-color)}
.m-subscriptionhistory__table--subscription-status .badge.suspended{background-color:var(--subscriptionhistory-badge-suspended-color)}
.m-subscriptionhistory__table--subscription-status .badge.cancelled{background-color:var(--subscriptionhistory-badge-cancelled-color)}
.m-subscriptionhistory__table--subscription-status .badge.expired{background-color:var(--subscriptionhistory-badge-expired-color)}
#m-subscriptionhistory--header__actions{margin-bottom:var(--subscriptionhistory-badge-margin-bottom)}
#m-subscriptionhistory--header__actions .row{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
#m-subscriptionhistory--header__actions .cmp-title__text{margin:0}
#m-subscriptionhistory--header__actions .a-button{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
@media(max-width:768px){#m-subscriptionhistory--header__actions .a-button{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
}
.m-subscriptiondetails-datadisplay{font-size:var(--subscriptiondetails-datadisplay-font-size18);font-style:normal;font-weight:var(--subscriptiondetails-datadisplay-font-weight-bold);line-height:var(--subscriptiondetails-datadisplay-line-height24)}
.m-subscriptiondetails-datadisplay__list{white-space:pre-wrap;font-size:var(--subscriptiondetails-datadisplay-font-size14);line-height:var(--subscriptiondetails-datadisplay-line-height20);font-weight:var(--subscriptiondetails-datadisplay-font-weight-normal)}
.m-subscriptiondetails-datadisplay__list p{margin:0 0 8px}
.stickyMenu{background:#fff;position:sticky;top:-1px;z-index:99;width:100%}
.stickyMenu .cq-placeholder{display:none}
.stickyMenu .m-link-stack__container{padding-right:0;max-width:960px;margin:auto}
.stickyMenu nav{background:#ececea;margin-bottom:0}
.stickyMenu nav a{color:#004f71;display:block;text-decoration:none}
.stickyMenu nav a:hover{color:#009cde !important}
.stickyMenu nav a:focus{color:#009cde !important}
.stickyMenu .m-link-stack__dropdown-wrapper{-webkit-box-shadow:none;box-shadow:none}
.stickyMenu .m-link-stack__dropdown-wrapper .m-link-stack__list li{padding:0;text-align:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}
@media(max-width:767px){.stickyMenu .m-link-stack__dropdown-wrapper .m-link-stack__list li{text-align:left;min-width:100%}
}
.stickyMenu .m-link-stack__dropdown-wrapper .m-link-stack__list li:hover{background-color:transparent}
.stickyMenu .m-link-stack__dropdown-wrapper .m-link-stack__list a{color:#004f71;display:block;text-decoration:none;font-size:16px}
.stickyMenu .m-link-stack__dropdown-wrapper .m-link-stack__list a:hover{color:#009cde !important;background-color:transparent}
.stickyMenu .product-title{padding-top:10px;padding-bottom:10px}
@media(max-width:767px){.stickyMenu .product-title{padding-left:5px;padding-right:5px}
}
.stickyMenu .product-title h1,.stickyMenu .product-title h2{margin-bottom:0;padding-top:9px;text-transform:none}
.stickyMenu.sticky{position:fixed;left:0;right:0;top:0;width:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-box-shadow:0 6px 6px rgba(0,0,0,0.4);box-shadow:0 6px 6px rgba(0,0,0,0.4)}
.stickyMenu.non-sticky{position:static}
.sticky-menu-content .section-title-holder{padding:50px 0 40px 0}
.sticky-menu-content .section-title-holder .section-title-rule{border:1px solid #222731;top:18px;position:relative}
.sticky-menu-content .section-title-holder .sectioncomp-title{text-transform:uppercase;max-width:350px;padding:7px 10px 7px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:0;font-family:"brandon_grotesquebold",Arial,sans-serif;min-height:30px;height:auto;color:#fff;background-color:#222731;text-align:center;position:relative;left:0;right:0;margin:auto;font-size:1rem;line-height:1.25}
.sticky-menu-content .section-title-holder .section-title-desc{padding-top:30px}
.sticky-menu-content.section-title-holder .sectioncomp-title .sectioncomp-txt{font-size:1.125rem}
.stickymenu.linkstack{margin-top:0 !important}
.stickyMenu.jsOpen{position:fixed;left:0;right:0;padding-left:0;padding-right:0;top:0;width:auto;z-index:1;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-box-shadow:0 6px 6px rgba(0,0,0,0.4);box-shadow:0 6px 6px rgba(0,0,0,0.4)}
.android .stickyMenu.jsOpen{position:fixed}
.stickyMenuHolder.jsOpen .stickyMenu{-webkit-box-shadow:1px 8px 8px rgba(0,0,0,0.4);box-shadow:1px 8px 8px rgba(0,0,0,0.4)}
.banner-tab.non-edit .hidden-section{display:none}
.banner-tab.non-edit .hidden-section.active{display:block}
.product-sticky-menu{min-height:30px}
.product-sticky-menu .stickyMenu .stickyEnquiry #product-title{display:none;padding:10px 0}
.product-sticky-menu .stickyMenu .stickyEnquiry #product-title h1{padding:0;margin:0}
.product-sticky-menu .stickyMenu .stickyEnquiry #product-title .icons-section{display:-webkit-box;display:-ms-flexbox;display:flex}
.product-sticky-menu .stickyMenu .stickyEnquiry #product-title .icons-section .product-support-button{-webkit-box-flex:2;-ms-flex:2;flex:2}
.product-sticky-menu .stickyMenu .stickyEnquiry #product-title .icons-section .print-share{display:block;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;margin:0;padding:0}
.product-sticky-menu .stickyMenu .stickyEnquiry #product-title .icons-section .print-share .share{display:block;width:auto}
.product-sticky-menu .stickyMenu .stickyEnquiry #product-title .icons-section .print-share .share ul{right:33%}
.product-sticky-menu .stickyMenu.jsOpen #product-title{display:block}
.product-sticky-menu .sticky-menu-content>section{margin-bottom:30px}
.product-sticky-menu .sticky-menu-content>section:last-child{margin-bottom:0}
@media(min-width:768px){.stickyMenu .m-link-stack__link{display:none}
.stickyMenu .m-link-stack__dropdown-wrapper{display:block !important;width:100%;margin:0 !important;position:static;background:#ececea}
.stickyMenu .m-link-stack__dropdown-wrapper:before{display:none}
.stickyMenu .m-link-stack__dropdown-wrapper .m-link-stack__list{display:-webkit-box;display:-ms-flexbox;display:flex;background:#ececea;margin-bottom:0;padding:12px 0 11px 0;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:11;margin-top:0}
.stickyMenu .m-link-stack__dropdown-wrapper.d-none{display:block !important;width:100%;margin:0 !important;position:static}
}
@media(max-width:991px){.stickyMenu .m-link-stack__dropdown-wrapper .m-link-stack__list{padding-left:20px;padding-right:20px}
.stickyMenu .m-link-stack__dropdown-wrapper .m-link-stack__list li{min-width:100px}
.stickyMenu .m-link-stack__container{padding-right:0}
}
@media(max-width:767px){.stickyMenu .m-link-stack{background:#ececea;padding:5px 15px}
.stickyMenu .m-link-stack__link .a-link a{display:block;font-size:1rem;border:0;padding:0;position:relative;text-align:left;width:100%;margin-bottom:0;text-transform:uppercase;line-height:2rem;font-family:"brandon_grotesquebold",Arial,sans-serif;font-weight:700}
.stickyMenu .m-link-stack__link .a-link .abt-icon{right:0;top:7px}
.stickyMenu .m-link-stack__link .a-link a.active{font-weight:700}
.stickyMenu .m-link-stack__dropdown-wrapper li{font-size:1rem;font-family:"brandon_grotesqueregular",Arial,sans-serif;font-weight:normal;text-transform:uppercase;padding:0 0 10px 0}
.stickyMenu .m-link-stack__dropdown-wrapper li:last-child{padding-bottom:0}
.stickyMenu .m-link-stack__dropdown-wrapper a:hover{color:#009cde !important}
.stickyMenu .m-link-stack__dropdown-wrapper a:focus{color:#009cde !important}
.stickyMenu .m-link-stack__dropdown-wrapper .m-link-stack__list{padding-left:0;padding-right:0}
.stickyMenu .m-link-stack__dropdown-wrapper .m-link-stack__list li{margin-bottom:15px}
.stickyMenu .m-link-stack__dropdown-wrapper .m-link-stack__list li:last-child{margin-bottom:10px}
.stickyMenu .m-link-stack__list{margin-bottom:0;margin-top:5px}
.stickyMenu .m-link-stack__list li .a-link a{color:#004f71;display:block;text-decoration:none}
.stickyMenu .m-link-stack--border::before{display:none}
}
.a-stepper__input-wrapper{border:var(--stepper-border);border-collapse:collapse;display:inline-block;border-radius:4px}
.a-stepper__input-grp-btn{display:inline-block;border-collapse:collapse;width:55px;height:48px;vertical-align:middle;position:relative;cursor:pointer}
.a-stepper__input-grp-btn:first-child{border:1px solid transparent;background-color:var(--stepper-button-primary-color)}
.a-stepper__input-grp-btn:first-child:hover{border-right:var(--stepper-border)}
.a-stepper__input-grp-btn:first-child:active,.a-stepper__input-grp-btn:first-child:focus{background-color:var(--stepper-button-bg-color);border-right:1px solid var(--stepper-button-bg-color);outline:0;border-top-left-radius:4px;border-bottom-left-radius:4px}
.a-stepper__input-grp-btn:last-child{border:1px solid transparent;background-color:var(--stepper-button-primary-color)}
.a-stepper__input-grp-btn:last-child:hover{border-left:var(--stepper-border)}
.a-stepper__input-grp-btn:last-child:active,.a-stepper__input-grp-btn:last-child:focus{background-color:var(--stepper-button-bg-color);border-left:1px solid var(--stepper-button-bg-color);outline:0;border-top-right-radius:4px;border-bottom-right-radius:4px}
.a-stepper--btn{outline:0;position:absolute;left:50%;top:50%;color:var(--stepper-button-color);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.a-stepper--btn:focus{-webkit-box-shadow:none;box-shadow:none}
.a-stepper--btn:hover{text-decoration:none}
.a-stepper__number{border:0;font-size:var(--stepper-font-size);line-height:var(--stepper-line-height);color:var(--stepper-button-color);text-transform:none;font-weight:normal;letter-spacing:normal;display:inline-block;height:47px;vertical-align:middle;width:auto;min-width:55px;text-align:center;padding:0;background-color:var(--stepper-input-bg-color)}
.a-stepper__number:focus{-webkit-box-shadow:none;box-shadow:none}
.a-stepper__min-error{color:var(--stepper-errormessage-color);font-size:var(--stepper-errormessage-font-size);line-height:var(--stepper-errormessage-text-line-height);margin-top:var(--stepper-errormessage-text-margin-top);display:none;text-transform:none;font-weight:normal}
.a-stepper__max-error{color:var(--stepper-errormessage-color);font-size:var(--stepper-errormessage-font-size);line-height:var(--stepper-errormessage-text-line-height);margin-top:var(--stepper-errormessage-text-margin-top);display:none;text-transform:none;font-weight:normal}
.move-stepper{position:relative;top:-110px;height:0}
.a-spinner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;z-index:999;background-color:var(--spinner-bg)}
.a-spinner .spinner-border{height:var(--spinner-width);width:var(--spinner-height);color:var(--spinner-border-color);position:absolute}
.a-spinner--static{position:static}
.a-spinner--static .spinner-border{position:static}
.a-spinner--white .spinner-border{color:#fff}
.m-signup .a-link{font-weight:normal}
.m-shipping-methods{margin:var(--shipping-methods-margin)}
.m-shipping-methods__list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:var(--shipping-methods-list-item-padding);border-bottom:var(--shipping-methods-list-item-border)}
.m-shipping-methods__list-item:first-child{border-top:var(--shipping-methods-list-item-border)}
.m-shipping-methods__radio-btn,.m-shipping-methods__radio-btn .a-radio__label{margin-bottom:0}
.m-shipping-methods__price{font-size:var(--shipping-methods-price-font-size);margin-left:auto}
.m-shipping-methods__delivery{margin:7px 0 0;width:100%;font-style:italic}
.o-section-panel{max-height:var(--section-panel-max-height);-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}
@media(max-width:767.98px){.o-section-panel{max-height:inherit}
.o-section-panel .m-tiles-list__column{max-width:100%}
}
.o-section-panel__wrapper{padding:var(--section-panel-padding)}
@media(max-width:767.98px){.o-section-panel__wrapper{padding:var(--section-panel-padding-mobile)}
}
.o-section-panel__heading .a-title{margin-bottom:var(--section-panel-heading-margin-bottom)}
.o-section-panel__container{position:relative}
@media(max-width:767.98px){.o-section-panel__container{padding:0}
}
.o-section-panel__title h1,.o-section-panel__title h2,.o-section-panel__title h3,.o-section-panel__title h4,.o-section-panel__title h5,.o-section-panel__title h6{margin-bottom:var(--section-panel-title-margin-bottom)}
.o-section-panel__logo .a-logo-comp{margin-bottom:var(--section-panel-logo-margin-bottom)}
.o-section-panel__logo .a-logo-comp--image{max-height:var(--section-panel-logo-height)}
@media(min-width:768px){.o-section-panel__logo .a-logo-comp--image{max-height:var(--section-panel-logo-height)}
}
@media(max-width:991.98px){.o-section-panel__logo .a-logo-comp--image{max-height:var(--section-panel-logo-height)}
}
@media(max-width:767.98px){.o-section-panel__logo .a-logo-comp--image{max-height:var(--section-panel-logo-height)}
}
.o-section-panel__btn-wrap .a-button{display:inline-block}
@media(max-width:767.98px){.o-section-panel__btn-wrap .a-button{display:block;width:100%}
.o-section-panel__btn-wrap .a-button .a-button{display:block;width:100%}
}
.o-section-panel__para{margin-bottom:var(--section-panel-para-margin-bottom)}
.o-section-panel .m-tiles-list__container{max-width:inherit;padding:0}
.o-section-panel .m-tiles-list{margin-top:var(--section-panel-tiles-margin-top)}
.o-section-panel__tiles{margin:0 -10px}
.o-section-panel--start .o-section-panel__tiles .m-tiles-list{-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}
.o-section-panel--start .row{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
.o-section-panel--center .o-section-panel__logo,.o-section-panel--center .o-section-panel__btn-wrap,.o-section-panel--center .o-section-panel__title,.o-section-panel--center .o-section-panel__para{text-align:center}
.o-section-panel--center .o-section-panel__tiles .m-tiles-list{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.o-section-panel--center .row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.o-section-panel--light{background-color:var(--section-panel-light-color)}
.o-section-panel--dark{background-color:var(--section-panel-dark)}
.o-section-panel--dark .a-title__text{color:var(--section-panel-dark-color);border-color:var(--section-panel-dark-border-color)}
.o-section-panel--dark .a-title__text:after,.o-section-panel--dark .a-title__text:before{border-top-color:var(--section-panel-dark-border-color)}
.o-section-panel--dark h1,.o-section-panel--dark h2,.o-section-panel--dark h3,.o-section-panel--dark h4,.o-section-panel--dark h5,.o-section-panel--dark h6,.o-section-panel--dark p{color:var(--section-panel-dark-color)}
.o-section-panel .a-bg-img{z-index:-1}
.o-section-panel--gradient-start .o-section-panel__wrapper{background:-webkit-gradient(linear,left top,right top,from(var(--sectionPanel-start-color)),to(var(--sectionPanel-end-color)));background:linear-gradient(90deg,var(--sectionPanel-start-color) var(--sectionPanel-start-position),var(--sectionPanel-end-color) var(--sectionPanel-end-position))}
.o-section-panel--gradient-center .o-section-panel__wrapper{background:radial-gradient(circle,var(--sectionPanel-start-color) var(--sectionPanel-start-position),var(--sectionPanel-end-color) var(--sectionPanel-end-position))}
.o-section-panel--gradient-end .o-section-panel__wrapper{background:-webkit-gradient(linear,right top,left top,from(var(--sectionPanel-start-color)),to(var(--sectionPanel-end-color)));background:linear-gradient(-90deg,var(--sectionPanel-start-color) var(--sectionPanel-start-position),var(--sectionPanel-end-color) var(--sectionPanel-end-position))}
.a-search{padding:2px 0 0;position:relative;-webkit-transition:all .5s ease;transition:all .5s ease;color:var(--search-input-color)}
.a-search form{-webkit-margin-after:0;margin-block-end:0}
@media(max-width:1199.98px){.a-search{left:0 !important}
}
.a-search__input{background-color:transparent;width:125px;-webkit-appearance:textfield;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:var(--search-input-font-size);line-height:var(--search-input-line-height);padding:var(--search-input-padding);-webkit-transition:all .5s ease;transition:all .5s ease;border:0;border-radius:var(--search-input-border-radius);outline:0;cursor:pointer}
.a-search__input::-webkit-search-decoration,.a-search__input::-webkit-search-cancel-button,.a-search__input::-webkit-search-results-button,.a-search__input::-webkit-search-results-decoration{display:none}
.a-search__input::-ms-clear,.a-search__input::-ms-reveal{display:none;width:0;height:0}
.a-search__input::-webkit-input-placeholder{color:var(--search-input-color);opacity:1}
.a-search__input::-moz-placeholder{color:var(--search-input-color);opacity:1}
.a-search__input:-ms-input-placeholder{color:var(--search-input-color);opacity:1}
.a-search__input::-ms-input-placeholder{color:var(--search-input-color);opacity:1}
.a-search__input::placeholder{color:var(--search-input-color);opacity:1}
@media(max-width:1199.98px){.a-search__input{width:34px !important}
}
.a-search--icon-left{position:absolute;top:12px;left:12px}
.a-search--icon-left .abt-icon{font-size:var(--search-input-icon-font-size)}
.a-search--icon-right{display:none;position:absolute;top:12px;right:10px;cursor:pointer}
.a-search--expand{display:block;z-index:999;left:0 !important}
.a-search--expand .a-search__input{background-color:var(--search-input-bg);width:100%;cursor:text}
.a-search--expand .a-search__input::-webkit-input-placeholder{color:transparent;opacity:1}
.a-search--expand .a-search__input::-moz-placeholder{color:transparent;opacity:1}
.a-search--expand .a-search__input:-ms-input-placeholder{color:transparent;opacity:1}
.a-search--expand .a-search__input::-ms-input-placeholder{color:transparent;opacity:1}
.a-search--expand .a-search__input::placeholder{color:transparent;opacity:1}
.a-search--expand .a-search--icon-left{cursor:text}
.a-search--expand .a-search--icon-right{display:block;top:4px;padding:6px}
.a-search--expand .a-search--icon-right:focus{outline:2px solid}
.a-search--expand .a-search--icon-right em{vertical-align:middle}
.o-search-res{background-color:var(--search-results-background-color)}
.o-search-res .mobile-carousel{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;scroll-padding-left:1px;overflow-x:scroll;overflow-y:hidden}
.o-search-res .mobile-carousel [data-js-component="carousel"]{display:-webkit-box;display:-ms-flexbox;display:flex;padding:2px 4px 2px 2px}
.o-search-res .mobile-carousel .o-features-card{width:100%;scroll-snap-align:start}
.o-search-res[data-results="0"] .o-search-res__no-results{display:block}
.o-search-res[data-results="0"] .o-search-res__header,.o-search-res[data-results="0"] .o-search-res__results,.o-search-res[data-results="0"] .a-pagination{display:none}
.o-search-res:not([data-results-header="true"]) .o-search-res__header{display:none}
.o-search-res__no-results{display:none}
.o-search-res .a-tabs__content{position:absolute;left:-9999px;top:-9999px}
.o-search-res__header{padding-bottom:var(--search-results-header-bottom);border-bottom:var(--search-results-border-bottom)}
@media(max-width:991.98px){.o-search-res__header-title{font-size:var(--search-results-mobile-title-font-size);line-height:var(--search-results-mobile-title-line-height)}
}
@media(min-width:768px){.o-search-res__header-title{line-height:var(--search-results-header-title-line-height)}
}
.o-search-res__result{border-bottom:var(--search-results-border-bottom)}
@media(max-width:991.98px){.o-search-res__result{padding:var(--search-results-mobile-result-padding)}
}
@media(min-width:768px){.o-search-res__result{padding:var(--search-results-result-padding)}
}
.o-search-res__result-title-link{color:var(--search-results-title-color)}
@media(max-width:991.98px){.o-search-res__result-title-link{font-size:var(--search-results-result-mobile-font-size);font-weight:400}
}
@media(max-width:991.98px){.o-search-res__result-desc{margin-top:var(--search-results-mobile-desc-space-top)}
}
@media(min-width:768px){.o-search-res__result-desc{margin-top:var(--search-results-desc-space-top)}
}
.o-search-res .m-search-bar{margin:var(--search-results-search-bar-spacing)}
.o-search-res .a-pagination{margin:var(--search-results-pagination-spacing)}
@media(max-width:767.98px){.o-search-res__container .o-cards-carousel .slick-slide{text-align:center}
}
.o-search-res__container .o-cards-carousel .m-card{width:auto}
.o-search-res__container .o-cards-carousel .m-card:before{-webkit-box-shadow:none;box-shadow:none}
.o-search-res__container .o-cards-carousel .m-card .cmp-image__image{-o-object-fit:contain;object-fit:contain}
.o-search-res .chipslist{position:relative}
.o-search-results-filter div[data-is-primary="true"].primaryActive .a-checkbox__text span{display:none}
.o-search-results-filter div[data-is-primary="true"].primaryActive .a-link__text--active .a-checkbox__text span{display:inline-block}
.o-search-results-filter .filter-text{margin-bottom:0}
.o-search-results-filter .filter-text h4{font-weight:normal}
.o-search-results-filter .o-search-res__no-results{margin-top:30px}
@media(max-width:767.98px){.o-search-results-filter{padding:0}
}
.o-search-results-filter hr{border-width:var(--search-results-with-filter-border-width)}
.o-search-results-filter a{color:inherit;text-decoration:none;font-size:var(--search-results-with-filter-font-size)}
.o-search-results-filter .text-end{font-size:var(--search-results-with-filter-text-end-font-size);z-index:9}
@media(max-width:767.98px){.o-search-results-filter .text-end{text-align:right}
}
.o-search-results-filter .sort-dropdown{position:absolute;right:35px}
.o-search-results-filter .dropdown-toggle{position:relative;left:var(--search-results-with-filter-dropdown-toggle-left);font-size:var(--search-results-with-filter-dropdown-toggle-a-font-size);border-bottom:var(--search-results-with-filter-border-bottom)}
.o-search-results-filter .dropdown-toggle span{border-bottom:var(--search-results-with-filter-dropdown-toggle-border-bottom)}
.o-search-results-filter .dropdown-toggle span .abt-icon{font-size:var(--search-results-with-filter-dropdown-toggle-icon-font-size);vertical-align:middle;padding-left:7px}
@media(max-width:767.98px){.o-search-results-filter .dropdown-toggle span{border-bottom:var(--search-results-with-filter-dropdown-toggle-mobile-border-bottom)}
}
@media(max-width:991.98px){.o-search-results-filter .dropdown-toggle span{border-bottom:var(--search-results-with-filter-dropdown-toggle-mobile-border-bottom)}
}
.o-search-results-filter .dropdown-toggle::after{display:none}
.o-search-results-filter img{cursor:pointer}
.o-search-results-filter .dropdown-item:active,.o-search-results-filter .dropdown-item:hover{background-color:var(--search-results-with-filter-dropdown-hover-font-size)}
.o-search-results-filter .dropdown-menu{border:var(--search-results-with-filter-dropdown-menu-border);border-radius:0;z-index:110}
.o-search-results-filter .dropdown-menu li:hover{background-color:var(--search-results-with-filter-dropdown-menu-li-background-color)}
.o-search-results-filter .dropdown-menu a{border-bottom:0;padding:8px}
.o-search-results-filter .dropdown-menu a .abt-icon{padding-left:5px}
.o-search-results-filter .filter{margin-top:-25px;z-index:10}
@media(max-width:767.98px){.o-search-results-filter .filter{margin-top:0}
}
.o-search-results-filter .filter button{margin-bottom:var(--search-results-with-filter-margin-bottom);background-color:var(--search-results-with-filter-background-color)}
.o-search-results-filter .filter button .abt-icon{padding-left:var(--search-results-with-filter-button-icon-padding-left);font-size:var(--search-results-with-filter-button-icon-font-size);vertical-align:middle}
@media(max-width:767.98px){.o-search-results-filter--row{padding-right:0}
}
@media(max-width:767.98px){.o-search-results-filter .dropdown{display:-webkit-box;display:-ms-flexbox;display:flex}
.o-search-results-filter .mob-filter{padding-left:0}
.o-search-results-filter .mob-filter .abt-icon{vertical-align:middle;margin-right:15px}
.o-search-results-filter .result-counts{margin-bottom:20px}
.o-search-results-filter .filter-text{display:none}
}
.o-search-results-filter .sticky-menu__filter .a-list-result__listview{margin-left:0;margin-right:0}
.o-search-results-filter .sticky-menu__filter .d-flex.search-results-container{display:none !important}
.o-search-results-filter .sticky-menu__filter .row.o-search-res__container>div{width:100%;max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;display:block !important}
.o-search-results-filter .sticky-menu__filter .m-search-category{margin:0}
.o-search-results-filter .sticky-menu__filter .m-search-category__header{display:none}
.o-search-results-filter .sticky-menu__filter .m-search-category__form{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important;padding:0;margin:10px 0}
.o-search-results-filter .sticky-menu__filter .m-search-category__content{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-wrap:wrap;flex-wrap:wrap}
.o-search-results-filter .sticky-menu__filter .m-search-category__content .a-link__text{font-size:15px}
.o-search-results-filter .sticky-menu__filter .m-search-category__content .a-link__text span{display:none}
.o-search-results-filter .sticky-menu__filter .m-search-category__content.category-parent .a-link__text{display:none}
.o-search-results-filter .sticky-menu__filter .m-search-category__content.category-parent .a-link__text--active{display:block}
.o-search-results-filter .sticky-menu__filter .m-search-category__item{margin:0;border:0}
.o-search-results-filter .sticky-menu__filter .faq-link .a-link{padding:0 !important}
.o-search-results-filter .sticky-menu__filter .faq-link .a-link__text{margin-right:10px;color:var(--search-result-with-sticky-link-color) !important;font-weight:normal !important;cursor:pointer}
.o-search-results-filter .sticky-menu__filter .faq-link .a-link__text:hover,.o-search-results-filter .sticky-menu__filter .faq-link .a-link__text:focus{text-decoration:none !important;color:var(--search-result-with-sticky-link-color-active) !important}
.o-search-results-filter .sticky-menu__filter .faq-link .a-link__text--active{color:var(--search-result-with-sticky-facet-link-color-active) !important;display:block}
.o-search-results-filter .sticky-menu__filter .faq-link:last-of-type .a-link__text{margin:0 !important}
.o-search-results-filter .sticky-menu__filter .stickyMenu .faq-link .a-link__text--active{color:var(--search-result-with-sticky-link-color-active) !important}
.o-search-results-filter .sticky-menu__filter .m-link-stack__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.o-search-results-filter .sticky-menu__filter .m-link-stack__title h4{padding-top:0;margin:0;color:var(--search-result-with-sticky-facet-link-color-active);font-weight:normal !important;font-size:16px !important;text-transform:uppercase;font-family:var(--search-result-with-sticky-link-font);line-height:24px !important}
.o-search-results-filter .sticky-menu__filter .m-link-stack__list{-webkit-box-flex:1;-ms-flex:1;flex:1}
.o-search-results-filter .sticky-menu__filter .m-link-stack__list.d-none{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}
.o-search-results-filter .sticky-menu__filter .m-link-stack__list a{font-size:16px;text-transform:uppercase}
.o-search-results-filter .sticky-menu__filter .searchfacet{margin:0}
.o-search-results-filter .sticky-menu__filter .filter{display:none}
.o-search-results-filter .sticky-menu__filter .o-search-res__results--view.d-flex.flex-wrap.pt-3{padding-top:0 !important}
.o-search-results-filter .sticky-menu__filter .a-card-result__cardrow{border:1px solid var(--search-result-with-sticky-card-border-color);padding-bottom:15px}
.o-search-results-filter .sticky-menu__filter .a-card-result__cardrow a{color:var(--search-result-with-sticky-link-color);font-size:1rem;font-family:var(--search-result-with-sticky-text-font);font-weight:normal;text-decoration:none}
.o-search-results-filter .sticky-menu__filter .a-card-result__cardrow:hover{background:var(--search-result-with-sticky-card-border-hover-color);cursor:pointer}
.o-search-results-filter .sticky-menu__filter .a-card-result__cardrow:hover .a-card-result__title,.o-search-results-filter .sticky-menu__filter .a-card-result__cardrow:hover a{color:var(--search-result-with-sticky-link-color-active);text-decoration:none}
@media(min-width:576px){.o-search-results-filter .sticky-menu__filter .a-card-result__cardrow{max-width:calc(33.33% - 30px);margin:15px}
}
@media(max-width:767.98px){.o-search-results-filter .sticky-menu__filter .a-card-result__cardrow{margin:7.5px}
}
.o-search-results-filter .sticky-menu__filter .a-card-result__image{margin:0 -15px}
.o-search-results-filter .sticky-menu__filter .a-card-result__title{font-size:1.125rem !important;line-height:24px !important;color:var(--search-result-with-sticky-link-color);text-transform:uppercase}
@media(max-width:767.98px){.o-search-results-filter .sticky-menu__filter .a-card-result__title{font-size:1rem !important;line-height:22px !important}
}
.o-search-results-filter .sticky-menu__filter .a-card-result__description{color:var(--search-result-with-sticky-facet-link-color-active);font-size:1rem;font-family:var(--search-result-with-sticky-text-font)}
.o-search-results-filter .sticky-menu__filter .container[data-js-component="search-results-with-filters"]{max-width:100% !important;padding:0 !important}
.o-search-results-filter .sticky-menu__filter .container[data-js-component="search-results-with-filters"] .row.o-search-res__container{margin:0}
.o-search-results-filter .sticky-menu__filter + .columncontrol{padding-top:15px}
.o-search-results-filter .sticky-menu__filter + .columncontrol .container{position:relative}
.o-search-results-filter .sticky-menu__filter + .columncontrol .container:before{content:"";position:absolute;width:calc(100% - 30px);height:1px;background:var(--search-result-with-sticky-splitter-color);top:0;left:15px}
.o-search-results-filter .sticky-menu__filter + .columncontrol .container:after{content:"";position:absolute;width:calc(100% - 30px);height:1px;background:var(--search-result-with-sticky-splitter-color);bottom:0;left:15px}
.o-search-results-filter .sticky-menu__filter + .columncontrol .container #stickyFilterCount{margin:10px 0}
.o-search-results-filter .sticky-menu__filter + .columncontrol .container .a-backtotop{position:static;opacity:1;float:right;margin:10px 0}
.o-search-results-filter .sticky-menu__filter + .columncontrol .container .a-backtotop .btn{color:var(--search-result-with-sticky-link-color);padding:0;font-family:var(--search-result-with-sticky-text-font);font-weight:normal;text-transform:capitalize}
.o-search-results-filter .sticky-menu__filter + .columncontrol .container .a-backtotop .btn:hover,.o-search-results-filter .sticky-menu__filter + .columncontrol .container .a-backtotop .btn:focus{-webkit-box-shadow:none;box-shadow:none}
.a-list-result{--list-result-font-family:Helvetica,Arial,sans-serif;--list-result-margin:.9375rem;--list-result-padding:0 .9375rem;--list-result-title-font-size:1.5rem;--list-result-title-line-height:2rem;--list-result-title-margin:1rem 0;--list-result-desc-margin-bottom:1rem;--list-result-desc-font-size:.875rem;--list-result-desc-line-height:1.25rem;--list-result-text-color:#000;--list-result-title-decoration:none}
.a-card-result{color:var(--card-result-text-color);border-bottom:var(--card-result-border-bottom)}
.a-card-result__image{margin-bottom:0}
.a-card-result__image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}
.a-card-result__cardrow{margin:var(--card-result-margin)}
.a-card-result__cardrow .a-checkbox__custom{border-radius:0 !important}
.a-card-result__cardrow.aboveImage{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.a-card-result__cardrow.aboveImage .m-search-results__card-item-detail-category-tag{margin-bottom:16px}
.a-card-result__cardrow.belowImage{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.a-card-result__cardrow.belowImage .m-search-results__card-item-detail-category-tag{margin-bottom:0}
.a-card-result__cardrow .m-search-results__card-item-detail-category-tag{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-family:var(--card-result-font-family);font-weight:500;font-size:14px;line-height:16px;text-align:center;color:var(--white-color);padding:4px 0}
.a-card-result__cardrow .m-search-results__card-item-detail-category-tag[data-category-pin="false"] i{display:none}
.a-card-result__cardrow .m-search-results__card-item-detail-category-tag.none{border-radius:0}
.a-card-result__cardrow .m-search-results__card-item-detail-category-tag.medium{border-radius:6px}
.a-card-result__cardrow .m-search-results__card-item-detail-category-tag.pill{border-radius:500px}
.a-card-result__cardrow .m-search-results__card-item-detail-category-tag .abt-icon{font-size:16px;position:absolute}
.a-card-result__cardrow .m-search-results__card-item-detail-category-tag .abt-icon.none{display:none}
.a-card-result__cardrow .m-search-results__card-item-detail-category-tag .abt-icon.left{padding-left:5px;left:0}
.a-card-result__cardrow .m-search-results__card-item-detail-category-tag .abt-icon.left + span.left{padding-left:25px}
.a-card-result__cardrow .m-search-results__card-item-detail-category-tag .abt-icon.right{padding-right:5px;right:0}
.a-card-result__cardrow .m-search-results__card-item-detail-category-tag .abt-icon.right + span.right{padding-right:25px}
.a-card-result__cardrow .m-search-results__card-item-detail-category-tag span{width:100%;text-align:center}
.a-card-result__cardrow .m-search-results__card-item-detail-category-tag span.left{text-align:left;padding-left:5px}
.a-card-result__cardrow .m-search-results__card-item-detail-category-tag span.right{text-align:right;padding-right:5px}
.a-card-result__cardrow .m-search-results__card-item-detail-category-tag.regal-blue{background-color:var(--card-result-category-bar-medium-blue)}
.a-card-result__cardrow .m-search-results__card-item-detail-category-tag.cv-link-blue{background-color:var(--card-result-category-cv-blue)}
.a-card-result__cardrow .m-search-results__card-item-detail-category-tag.magenta{background-color:var(--card-result-category-magenta)}
.a-card-result__cardrow .m-search-results__card-item-detail-category-tag.gold{background-color:var(--card-result-category-gold);color:var(--card-result-category-charcoal)}
.a-card-result__cardrow .m-search-results__card-item-detail-category-tag.purple{background-color:var(--card-result-category-purple)}
.a-card-result__cardrow .m-search-results__card-item-detail-category-tag.red{background-color:var(--card-result-category-red)}
.a-card-result__cardrow .m-search-results__card-item-detail-category-tag.shuttle-gray{background-color:var(--card-result-category-dark-gray)}
.a-card-result__cardrow .m-search-results__card-item-detail--main-image{margin-bottom:16px}
.a-card-result__cardrow .m-search-results__card-item-detail--main-image.none{display:none}
.a-card-result__cardrow .m-search-results__card-item-detail--main-image.aboveImage{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;margin-bottom:4px}
.a-card-result__cardrow .m-search-results__card-item-detail--main-image.belowImage{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}
.a-card-result__title{font-family:var(--card-result-font-family);font-size:var(--card-result-title-font-size);font-weight:700;line-height:var(--card-result-title-line-height);margin:var(--card-result-title-margin)}
.a-card-result__link{text-decoration:underline;cursor:pointer;font-size:var(--card-result-desc-font-size);line-height:var(--card-result-desc-line-height);letter-spacing:0;font-weight:700}
.a-card-result__description{font-family:var(--card-result-font-family);font-size:var(--card-result-desc-font-size);line-height:var(--card-result-desc-line-height);margin-bottom:var(--card-result-desc-margin-bottom);font-weight:normal}
.a-list-result{color:var(--list-result-text-color)}
.a-list-result__listview{border-bottom:var(--list-result-border-bottom);margin:var(--list-result-margin);padding:var(--list-result-padding);width:100% !important}
.a-list-result__img img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}
.a-list-result__title{font-family:var(--list-result-font-family);font-size:var(--list-result-title-font-size);font-weight:700;line-height:var(--list-result-title-line-height);margin:var(--list-result-title-margin)}
.a-list-result__link{text-decoration:underline;cursor:pointer;font-size:var(--list-result-desc-font-size);line-height:var(--list-result-desc-line-height);letter-spacing:0;font-weight:700}
.a-list-result__description{font-family:var(--list-result-font-family);font-size:var(--list-result-desc-font-size);line-height:var(--list-result-desc-line-height);margin-bottom:var(--list-result-desc-margin-bottom);font-weight:normal}
.searchfacet{--searchfacet-overlay-padding:.75rem;--searchfacet-overlay-background:#fff;--search-facet-m-link-stack-color:#495057}
.m-searchfacet__clear-all{--searchfacet-m-clear-all-font-size:.875rem;--searchfacet-m-clear-all-color:#000;--searchfacet-m-clear-all-letter-spacing:.5px;--searchfacet-m-clear-line-height:1.25rem}
.m-searchfacet__filter-back{--searchfacet-m-filter-back-font-size:.875rem;--searchfacet-m-filter-back-color:#000;--searchfacet-m-filter-back-letter-spacing:.81px;--searchfacet-m-filter-back-line-height:1.25rem;--search-facet-m-back-icon-font-size:1rem;--search-facet-m-back-icon-top:.125rem;--search-facet-m-back-icon-right:.5rem}
.filter-title{--search-facet-with-filter-title-padding:.9375rem;--search-facet-with-filter-title-margin-top:1.5rem;--search-facet-with-filter-title-border-bottom:.625rem solid #eee;--search-facet-with-filter-title-padding-bottom:1rem}
.o-search-results-filter .searchfacet{margin-top:-25px}
@media(max-width:767.98px){.o-search-results-filter .searchfacet{display:none;opacity:1;background:var(--searchfacet-overlay-background);width:100%;height:100%;z-index:9999;top:0;left:0;position:fixed;padding:var(--searchfacet-overlay-padding);overflow-y:scroll;margin-top:0}
}
.o-search-results-filter .searchfacet .m-link-stack a{color:var(--search-facet-m-link-stack-color)}
.o-search-results-filter .searchfacet .m-link-stack a:hover,.o-search-results-filter .searchfacet .m-link-stack a:active,.o-search-results-filter .searchfacet .m-link-stack a:focus{color:var(--search-facet-m-link-stack-color)}
.o-search-results-filter .searchfacet .m-link-stack-faq .faq-link.facet-link:nth-of-type(1n + 4){display:none}
.o-search-results-filter .m-searchfacet__clear-all{display:none}
@media(max-width:767.98px){.o-search-results-filter .m-searchfacet__clear-all{display:block;text-align:right;font-size:var(--searchfacet-m-clear-all-font-size);color:var(--searchfacet-m-clear-all-color);text-decoration:underline;letter-spacing:var(--searchfacet-m-clear-all-letter-spacing);line-height:var(--searchfacet-m-clear-line-height);cursor:pointer}
}
.o-search-results-filter .m-searchfacet__filter-back{display:none}
@media(max-width:767.98px){.o-search-results-filter .m-searchfacet__filter-back{display:block;font-size:var(--searchfacet-m-filter-back-font-size);color:var(--searchfacet-m-filter-back-color);letter-spacing:var(--searchfacet-m-filter-back-letter-spacing);line-height:var(--searchfacet-m-filter-back-line-height);cursor:pointer;text-transform:uppercase}
}
@media(max-width:767.98px){.o-search-results-filter .m-searchfacet__filter-back .m-searchfacet__back-icon{font-size:var(--search-facet-m-back-icon-font-size);position:relative;top:var(--search-facet-m-back-icon-top);right:var(--search-facet-m-back-icon-right)}
}
.o-search-results-filter .filter-title{display:none}
@media(max-width:767.98px){.o-search-results-filter .filter-title{display:block;width:100%;text-align:center;padding:var(--search-facet-with-filter-title-padding);margin-top:var(--search-facet-with-filter-title-margin-top)}
.o-search-results-filter .filter-title h4{font-weight:normal}
}
.o-search-results-filter .m-search-category{margin-bottom:var(--search-category-margin-bottom)}
@media(max-width:767.98px){.o-search-results-filter .m-search-category{margin-top:var(--search-facet-m-search-category-marign-top)}
}
.o-search-results-filter .m-search-category__item{border-bottom:var(--search-category-item-border-bottom);margin-bottom:var(--search-category-item-margin-bottom)}
.o-search-results-filter .m-search-category__item .a-checkbox__custom{border-radius:0 !important}
.o-search-results-filter .m-search-category__item .a-checkbox__custom:after{content:"";position:absolute;display:none;left:var(--search-category-checkbox-left);top:var(--search-category-checkbox-top);width:var(--search-category-checkbox-width);height:var(--search-category-checkbox-height);border:solid var(--checkbox-tick-color);border-width:var(--search-category-checkbox-border-width);transform:rotate(45deg);-webkit-transform:rotate(45deg)}
.o-search-results-filter .m-search-category__item .a-link__text--active .a-checkbox__custom{background-color:var(--checkbox-checked-bg)}
.o-search-results-filter .m-search-category__item .a-link__text--active .a-checkbox__custom:after{display:block}
@media(max-width:767.98px){.o-search-results-filter .m-search-category__item:nth-of-type(1n + 4){display:none}
.o-search-results-filter .m-search-category__item .a-checkbox__custom{height:var(--search-facet-a-checkbox-custom-height);width:var(--search-facet-a-checkbox-custom-width);border-radius:0;left:var(--search-facet-a-checkbox-custom-left)}
}
.o-search-results-filter .m-search-category__data{margin-bottom:0}
@media(max-width:767.98px){.o-search-results-filter .m-search-category__data{padding-left:var(--search-facet-m-search-data)}
}
.o-search-results-filter .m-search-category__section-heading{font-size:var(--section-heading-font);border-bottom:var(--section-heading-border-bottom);margin:var(--section-heading-margin)}
.o-search-results-filter .m-search-category__section-heading h5{font-weight:normal;margin-bottom:var(--section-heading-margin-bottom)}
.o-search-results-filter .m-search-category .search-icon{font-size:var(--search-facet-search-icon-font-size);position:absolute;top:var(--search-facet-search-icon-top);right:var(--search-facet-search-icon-right)}
.o-search-results-filter .m-search-category__form{display:block;padding-bottom:var(--section-heading-padding-bottom);padding-top:var(--section-heading-padding-top);margin-bottom:0}
@media(max-width:767.98px){.o-search-results-filter .m-search-category__form{border:0 !important}
}
.o-search-results-filter .m-search-category__content{width:100%}
.o-search-results-filter .m-search-category__view-all{margin:var(--search-facet-margin);display:none}
.o-search-results-filter .m-search-category__view-all a{font-size:var(--section-facet-font-size);color:var(--section-facet-link-color)}
.o-search-results-filter .m-search-category__view-all a:focus,.o-search-results-filter .m-search-category__view-all a:active,.o-search-results-filter .m-search-category__view-all a:hover{color:var(--section-facet-link-color)}
.o-search-results-filter .m-search-category__search-heading{padding:var(--section-heading-padding)}
@media(max-width:767.98px){.o-search-results-filter .m-search-category__search-heading{display:none}
}
.o-search-results-filter .m-search-category__search-filter{margin:var(--search-filter-margin);position:relative}
.o-search-results-filter .m-search-category__search-filter input{width:100%;padding:var(--search-filter-input-padding);border:var(--search-filter-border);border-radius:var(--search-filter-input-border-radius);padding-right:var(--search-filter-input-padding-right)}
@media(max-width:767.98px){.o-search-results-filter .m-search-category__search-filter input::-webkit-input-placeholder{font-size:var(--searchfacet-filter-input-placeholder-font-size);color:var(--searchfacet-filter-input-placeholder-color)}
.o-search-results-filter .m-search-category__search-filter input::-moz-placeholder{font-size:var(--searchfacet-filter-input-placeholder-font-size);color:var(--searchfacet-filter-input-placeholder-color)}
.o-search-results-filter .m-search-category__search-filter input:-ms-input-placeholder{font-size:var(--searchfacet-filter-input-placeholder-font-size);color:var(--searchfacet-filter-input-placeholder-color)}
.o-search-results-filter .m-search-category__search-filter input::-ms-input-placeholder{font-size:var(--searchfacet-filter-input-placeholder-font-size);color:var(--searchfacet-filter-input-placeholder-color)}
.o-search-results-filter .m-search-category__search-filter input::placeholder{font-size:var(--searchfacet-filter-input-placeholder-font-size);color:var(--searchfacet-filter-input-placeholder-color)}
}
.o-search-results-filter .m-search-category__apply-button{text-align:center}
@media(max-width:767.98px){.o-search-results-filter .m-search-category__apply-button{position:relative;top:var(--searchfacet-apply-button-mobile-top)}
}
.o-search-results-filter .m-search-category__apply-button button{width:90%;text-transform:uppercase;background:var(--search-apply-button-background-color);font-size:var(--search-apply-button-font-size)}
.o-search-results-filter .m-search-category .m-down-icon{position:relative;left:var(--search-facet-m-down-icon-left);top:var(--search-facet-m-down-icon-top);font-size:var(--search-facet-m-down-icon-font-size)}
@media(max-width:767.98px){.o-search-results-filter .m-link-stack-faq .m-link-stack--content{display:block !important;-webkit-box-shadow:none;box-shadow:none !important;max-height:234px;top:.75rem !important;z-index:0 !important;position:static !important}
.o-search-results-filter .m-link-stack-faq .m-link-stack--dropdown-value{display:none !important}
}
.o-search-results-filter a.list-collapsed{position:relative;border:0}
.o-search-results-filter a.list-collapsed::before{content:"";border-bottom:1px solid #212121;position:absolute;width:80%;top:1.125rem}
.o-search-results-filter a.list-expand{position:relative;border:0}
.o-search-results-filter a.list-expand::before{content:"";border-bottom:1px solid #212121;position:absolute;width:80%;top:1.125rem}
.scrollinteractionscontainer{width:100%;max-width:none;position:relative;padding:0;overflow:hidden}
.scrollinteractionscontainer.cq-Editable-dom{background:var(--scroll-interactions-author-color)}
.scrollinteractionscontainer__background{width:100%;height:100%;position:absolute}
.scrollinteractionscontainer__wrapper{position:relative;max-width:1200px;margin:0 auto}
.scrollinteractionscontainer__title{width:100%;text-align:center;margin:0;padding:var(--scroll-interactions-margin-lg) 0;position:relative;z-index:10}
@media(max-width:991.98px){.scrollinteractionscontainer__title{padding:var(--scroll-interactions-margin-sm) 0}
}
.scrollinteractionscontainer__title h3{color:var(--scroll-interactions-text-color);font-size:var(--scroll-interactions-title-size);line-height:var(--scroll-interactions-title-size);margin:0}
.scrollinteractionscontainer__media{position:absolute;width:100%;max-width:1200px;top:0;left:0}
.scrollinteractionscontainer__media .media__wrapper{position:relative;max-width:60%}
@media(max-width:991.98px){.scrollinteractionscontainer__media .media__wrapper{margin:32vh auto 0;max-width:80%}
}
.scrollinteractionscontainer__media .media__layer{position:absolute;top:0;left:0}
.scrollinteractionscontainer__media .media__layer img{width:100%;height:auto}
.scrollinteractionscontainer__media .media__layer--layer-data-point{z-index:10}
@media(max-width:991.98px){.scrollinteractionscontainer__media .media__layer--layer-data-point{display:none}
}
.scrollinteractionscontainer__media .media__layer--layer-zoom{z-index:8}
.scrollinteractionscontainer__media .media__layer--layer-parallax{z-index:5}
@media(min-width:992px){.scrollinteractionscontainer__media .media__layer--layer-parallax img{position:relative;width:auto;left:-33%}
}
.scrollinteractionscontainer__media .media__layer--layer-fade{z-index:1}
.scrollinteractionscontainer__media .media__layer--data-right{top:20%;left:500px;opacity:0}
.scrollinteractionscontainer__media .media__layer--data-right img{width:140px;height:auto}
.scrollinteractionscontainer__media .media__layer--data-bottom{top:55%;left:100px;opacity:0}
.scrollinteractionscontainer__media .media__layer--data-bottom img{width:380px;height:auto}
.scrollinteractionscontainer .m-scroll-interactions{width:100%;color:var(--scroll-interactions-text-color);position:relative;z-index:20}
.scrollinteractionscontainer .m-scroll-interactions.cq-Editable-dom{height:600px}
.scrollinteractionscontainer .m-scroll-interactions .container{height:100%}
.scrollinteractionscontainer .m-scroll-interactions__row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}
@media(max-width:991.98px){.scrollinteractionscontainer .m-scroll-interactions__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap}
}
.scrollinteractionscontainer .m-scroll-interactions__media .media__target{opacity:0;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}
.scrollinteractionscontainer .m-scroll-interactions__media .media__target.visible{opacity:1}
@media(max-width:991.98px){.scrollinteractionscontainer .m-scroll-interactions__text{padding-top:18vh}
}
.scrollinteractionscontainer .m-scroll-interactions__text *{color:var(--scroll-interactions-text-color)}
.scrollinteractionscontainer .m-scroll-interactions__text img{max-width:100%}
.scrollinteractionscontainer .m-scroll-interactions__text .columncontrol__column{padding-left:0;padding-right:0}
.scrollinteractionscontainer .m-scroll-interactions__text .button{margin-bottom:var(--scroll-interactions-margin-sm)}
.font-12{font-size:var(--rte-font-12-size);line-height:var(--rte-font-12-line-height)}
.font-14{font-size:var(--rte-font-14-size);line-height:var(--rte-font-14-line-height)}
.disclaimer-text{font-size:var(--rte-font-14-size);line-height:var(--rte-font-14-line-height);color:var(--rte-color)}
.color-text-gray{color:var(--rte-color)}
.xxxl{font-size:var(--rte-xxxl-font-size);line-height:var(--rte-xxxl-line-height);letter-spacing:var(--rte-text-letter-spacing)}
@media(min-width:768px) and (max-width:991.98px){.xxxl{font-size:var(--rte-xxxl-md-font-size)}
}
@media(max-width:767.98px){.xxxl{font-size:var(--rte-xxxl-sm-font-size)}
}
.xxl{font-size:var(--rte-xxl-font-size);line-height:var(--rte-xxl-line-height);letter-spacing:var(--rte-text-letter-spacing)}
@media(min-width:768px) and (max-width:991.98px){.xxl{font-size:var(--rte-xxl-md-font-size)}
}
@media(max-width:767.98px){.xxl{font-size:var(--rte-xxl-sm-font-size)}
}
.xl{font-size:var(--rte-xl-font-size);line-height:var(--rte-xl-line-height)}
@media(min-width:768px) and (max-width:991.98px){.xl{font-size:var(--rte-xl-md-font-size)}
}
@media(max-width:767.98px){.xl{font-size:var(--rte-xl-sm-font-size)}
}
.large{font-size:var(--rte-large-font-size);line-height:var(--rte-large-line-height)}
@media(min-width:768px) and (max-width:991.98px){.large{font-size:var(--rte-large-md-font-size)}
}
@media(max-width:767.98px){.large{font-size:var(--rte-large-sm-font-size)}
}
.medium{font-size:var(--rte-medium-font-size);line-height:var(--rte-medium-line-height)}
@media(min-width:768px) and (max-width:991.98px){.medium{font-size:var(--rte-medium-md-font-size)}
}
@media(max-width:767.98px){.medium{font-size:var(--rte-medium-sm-font-size)}
}
.small{font-size:var(--rte-small-font-size);line-height:var(--rte-small-line-height)}
@media(min-width:768px) and (max-width:991.98px){.small{font-size:var(--rte-small-md-font-size)}
}
@media(max-width:767.98px){.small{font-size:var(--rte-small-sm-font-size)}
}
.xs{font-size:var(--rte-xs-font-size);line-height:var(--rte-xs-line-height)}
.body-default{font-size:var(--rte-body-default-font-size);line-height:var(--rte-body-default-line-height)}
.body-large{font-size:var(--rte-body-large-font-size);line-height:var(--rte-body-large-line-height)}
.body-small{font-size:var(--rte-body-small-font-size);line-height:var(--rte-body-small-line-height)}
.caption{font-size:var(--rte-caption-font-size);line-height:var(--rte-caption-line-height)}
.caption-Title{font-size:var(--rte-caption-title-font-size);line-height:var(--rte-caption-title-line-height)}
.upper-case{text-transform:var(--rte-text-upper-case)}
.lower-case{text-transform:var(--rte-text-lower-case)}
.capitalize{text-transform:var(--rte-text-capitalize)}
.a-result{color:var(--result-text-color)}
.a-result--border-bottom{border-bottom:var(--result-border-bottom)}
.a-result__title{font-family:var(--result-font-family);font-size:var(--result-title-font-size);font-weight:700;line-height:var(--result-title-line-height);margin:var(--result-title-margin)}
.a-result__title--link{color:var(--result-text-color)}
.a-result__title--link:hover{color:var(--result-text-color);-webkit-text-decoration:var(--result-title-decoration);text-decoration:var(--result-title-decoration)}
.a-result__description{font-family:var(--result-font-family);font-size:var(--result-desc-font-size);line-height:var(--result-desc-line-height);margin-bottom:var(--result-desc-margin-bottom);font-weight:normal}
.a-result-faq .a-result__description{font-size:1rem}
.o-promo{text-align:center}
@media(max-width:767.98px){.o-promo .a-button img{width:100%}
}
.o-promo__badge{display:-webkit-box;display:-ms-flexbox;display:flex}
.o-promo__badge-top-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
.o-promo__badge-top-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
.o-promo__logo{padding:var(--promo-section-logo-padding)}
@media(min-width:768px){.o-promo__logo{padding:var(--promo-section-logo-padding-md)}
}
@media(min-width:1200px){.o-promo__logo{padding:var(--promo-section-logo-padding-xl)}
}
.o-promo__title{padding:var(--promo-section-title-padding)}
@media(min-width:768px){.o-promo__title{padding:var(--promo-section-title-padding-md)}
}
@media(min-width:1200px){.o-promo__title{padding:var(--promo-section-title-padding-xl)}
}
.o-promo__text{padding:var(--promo-section-text-padding)}
.o-promo__wrapper{padding:var(--promo-section-btn-wrapper-padding)}
.o-promo__wrapper .o-promo__btn{padding:var(--promo-section-btn-padding)}
@media(min-width:768px){.o-promo__wrapper .o-promo__btn{display:inline-block;padding:var(--promo-section-btn-padding-lg)}
}
@media(max-width:767.98px){.o-promo__wrapper .o-promo__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
}
.promosection-badge-top-start .o-promo__badge{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
.promosection-badge-top-end .o-promo__badge{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
.a-progressbar{height:var(--progress-height-sm);border-radius:var(--progress-border-radius);border:var(--progress-bar-border);background-color:var(--progress-bar-color);-webkit-box-shadow:none;box-shadow:none}
.a-progressbar>div{width:100%}
.a-progressbar__status{height:var(--progress-height-sm);background-color:var(--progress-bar-bg)}
.a-progressbar--large{height:var(--progress-height)}
.a-progressbar--large .a-progressbar__status{height:var(--progress-height)}
.o-products-compare{background:var(--products-compare-bg-color)}
.o-products-compare__container{position:relative;overflow:hidden}
.o-products-compare__container .o-products-compare__wrapper{width:var(--products-compare-wrapper-width-lg);overflow-x:auto;margin-left:var(--products-compare-wrapper-left-margin-lg);padding-bottom:var(--products-compare-wrapper-padding-bottom)}
@media(max-width:991.98px){.o-products-compare__container .o-products-compare__wrapper{width:var(--products-compare-wrapper-width-sm);margin-left:var(--products-compare-wrapper-left-margin-sm)}
}
.o-products-compare__container ::-webkit-scrollbar{width:10px;max-height:.5rem}
@media(max-width:1199.98px){.o-products-compare__container::-webkit-scrollbar{width:0 !important}
}
@media(min-width:992px){.o-products-compare__container::-webkit-scrollbar-track{border:var(--products-compare-wrapper-scroll-border);border-radius:var(--products-compare-wrapper-scroll-border-radius)}
}
@media(min-width:992px){.o-products-compare__container::-webkit-scrollbar-thumb{background:var(--products-compare-wrapper-scroll-bg-color);border-radius:10px}
}
.o-products-compare__container .o-products-compare__table{width:100%;margin:auto;border-collapse:separate;border-spacing:0}
.o-products-compare__container .o-products-compare__table thead th{vertical-align:bottom;position:relative;background:var(--products-compare-table-bg-color)}
.o-products-compare__container .o-products-compare__table thead th .o-products-compare__badge{display:inline-block}
.o-products-compare__container .o-products-compare__table thead th .o-products-compare__badge--top-start{float:left}
.o-products-compare__container .o-products-compare__table thead th .o-products-compare__badge--top-end{float:right}
.o-products-compare__container .o-products-compare__table th,.o-products-compare__container .o-products-compare__table td{padding:var(--products-compare-td-padding-sm);border:var(--products-compare-td-border);vertical-align:top;min-width:124px;word-wrap:break-word}
@media(min-width:768px){.o-products-compare__container .o-products-compare__table th,.o-products-compare__container .o-products-compare__table td{min-width:139px}
}
@media(min-width:992px){.o-products-compare__container .o-products-compare__table th,.o-products-compare__container .o-products-compare__table td{padding:var(--products-compare-td-padding-lg);min-width:220px}
}
.o-products-compare__container .o-products-compare__table th img,.o-products-compare__container .o-products-compare__table td img{max-height:110px;width:auto}
.o-products-compare__container .o-products-compare__table tbody th,.o-products-compare__container .o-products-compare__table tbody td{background:var(--products-compare-table-bg-color)}
.o-products-compare__container .o-products-compare__table tbody tr:nth-child(even) th,.o-products-compare__container .o-products-compare__table tbody tr:nth-child(even) td{background-color:var(--products-compare-table-even-row-bg-color)}
.o-products-compare__container .o-products-compare__table tbody tr:nth-child(odd) th,.o-products-compare__container .o-products-compare__table tbody tr:nth-child(odd) td{background-color:var(--products-compare-table-odd-row-bg-color)}
.o-products-compare__container .o-products-compare__table td{font-size:var(--products-compare-td-font-size);line-height:var(--products-compare-td-line-height);color:var(--products-compare-td-color);text-transform:none;font-weight:normal;letter-spacing:normal}
.o-products-compare__container .o-products-compare__table tfoot{background:transparent}
.o-products-compare__container .o-products-compare__table tfoot .o-products-compare__fixed-side{-webkit-box-shadow:none !important;box-shadow:none !important}
.o-products-compare__container .o-products-compare__table tfoot td{text-align:center;font-size:var(--products-compare-td-h5-font-size);line-height:var(--products-compare-td-line-height);color:inherit;text-transform:none;font-weight:bold;letter-spacing:normal}
.o-products-compare__container .o-products-compare__table .o-products-compare__fixed-side{-webkit-box-shadow:var(--products-compare-thead-box-shadow);box-shadow:var(--products-compare-thead-box-shadow);position:absolute;width:14rem;min-height:var(--products-compare-table-fixed-col-height);left:0;top:auto}
@media(max-width:767.98px){.o-products-compare__container .o-products-compare__table .o-products-compare__fixed-side{width:10rem;min-height:var(--products-compare-table-fixed-col-mobile-height)}
}
@media(min-width:576px) and (max-width:1199.98px){.o-products-compare__container .o-products-compare__table .o-products-compare__fixed-side{width:9rem;min-height:var(--products-compare-table-fixed-col-mobile-height)}
}
.o-products-compare__container .o-products-compare__table .o-products-compare__fixed-side span{font-size:var(--products-compare-td-h5-font-size);line-height:var(--products-compare-td-line-height);color:var(--products-compare-td-color);text-transform:none;font-weight:normal;letter-spacing:normal;margin-top:0}
@media(min-width:992px){.o-products-compare__container .o-products-compare__table .o-products-compare__fixed-side span{font-size:var(--products-compare-td-h4-font-size);line-height:var(--products-compare-td-h4-line-height);color:var(--products-compare-td-color);text-transform:none;font-weight:bold;letter-spacing:normal}
}
.o-products-compare__container .o-products-compare__table .o-products-compare__blank-col{background:transparent;-webkit-box-shadow:var(--products-compare-thead-blank-col-box-shadow);box-shadow:var(--products-compare-thead-blank-col-box-shadow)}
.o-products-compare__container .o-products-compare__table-link{margin-top:var(--products-compare-table-link-margin-top-sm);text-align:right}
@media(min-width:992px){.o-products-compare__container .o-products-compare__table-link{margin-top:var(--products-compare-table-link-margin-top-lg)}
}
.a-productcomparison--gradient-start .o-products-compare{background:-webkit-gradient(linear,left top,right top,from(var(--product-start-color)),to(var(--product-end-color)));background:linear-gradient(90deg,var(--product-start-color) var(--product-start-position),var(--product-end-color) var(--product-end-position))}
.a-productcomparison--gradient-end .o-products-compare{background:-webkit-gradient(linear,right top,left top,from(var(--product-start-color)),to(var(--product-end-color)));background:linear-gradient(-90deg,var(--product-start-color) var(--product-start-position),var(--product-end-color) var(--product-end-position))}
.a-productcomparison--gradient-center .o-products-compare{background:radial-gradient(circle,var(--product-start-color) var(--product-start-position),var(--product-end-color) var(--product-end-position))}
.productsCompare-badge-top-start .o-products-compare__badge{float:left}
.productsCompare-badge-top-end .o-products-compare__badge{float:right}
.check-green{color:var(--products-compare-icon-success-color)}
.o-product-comparison--border-solid .o-products-compare__container .o-products-compare__table td,.o-product-comparison--border-solid .o-products-compare__container .o-products-compare__table th{border-color:var(--product-border-color);border-width:var(--product-border-width)}
.o-product-comparison--border-none .o-products-compare__container .o-products-compare__table{border-spacing:4px}
.o-product-comparison--border-none .o-products-compare__container .o-products-compare__table .o-products-compare__fixed-side{min-height:auto;-webkit-box-shadow:none !important;box-shadow:none !important}
.o-product-comparison--border-none .o-products-compare__container .o-products-compare__table th,.o-product-comparison--border-none .o-products-compare__container .o-products-compare__table td{border:none !important}
.o-products-compare__blank-col{border:hidden !important}
.product-tile{width:350px;max-width:100%;border-radius:var(--product-tile-border-radius);-webkit-box-shadow:var(--product-tile-box-shadow);box-shadow:var(--product-tile-box-shadow)}
.product-tile__badge{background:var(--product-tile-badge-bg-gradient);border-radius:6px 6px 0 0;min-height:8px;text-align:center;color:var(--product-tile-badge-color);text-transform:uppercase;font-size:var(-product-tile-badge-font-size);line-height:var(--product-tile-badge-line-height)}
.product-tile__badge:not(:empty){padding:14px 30px}
.product-tile__header{background-color:var(--product-tile-name-bg-color)}
.product-tile__name{padding:var(--product-tile-name-padding);text-align:center;color:var(--product-tile-name-color);text-transform:uppercase;background-color:var(--product-tile-name-bg-color);font-size:var(--product-tile-name-font-size);line-height:var(--product-tile-name-line-height)}
.product-tile__name>h3{border-bottom:var(--product-tile-name-border-bottom);padding-bottom:var(--product-tile-name-child-padding-bottom)}
.product-tile__description-title{background-color:var(--product-tile-cta-bg-color);color:var(--product-tile-cta-color);text-align:center;padding-top:52px;margin-bottom:0;font-size:var(--product-tile-cta-title-font-size);line-height:var(--product-tile-cta-title-line-height)}
.product-tile__description{background-color:var(--product-tile-cta-bg-color);color:var(--product-tile-cta-color);padding:0 31px 32px 29px;text-align:center;font-size:var(--product-tile-cta-p-font-size);line-height:var(--product-tile-cta-p-line-height)}
.product-tile .a-product-tile-details{color:var(--product-tile-details-color);list-style-type:none;background-color:var(--product-tile-details-bg-color);padding:var(--product-tile-details-padding);margin-bottom:15px}
.product-tile .a-product-tile-details__title{color:var(--product-tile-details-title-color);text-align:center;margin-bottom:var(--product-tile-details-title-margin-bottom);font-size:var(--product-tile-details-title-font-size);line-height:var(--product-tile-details-title-line-height)}
.product-tile .a-product-tile-details__list{padding:0;margin:0}
.product-tile .a-product-tile-details__list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:var(--product-tile-details-li-align-items);-ms-flex-align:var(--product-tile-details-li-align-items);align-items:var(--product-tile-details-li-align-items);-ms-flex-wrap:wrap;flex-wrap:wrap;color:var(--product-tile-details-li-color);text-align:var(--product-tile-details-li-text-align);margin-bottom:var(--product-tile-details-li-margin-bottom)}
.product-tile .a-product-tile-details__list-item:last-child{margin-bottom:0}
.product-tile .a-product-tile-details__image-container{text-align:center;width:var(--product-tile-details-image-width);height:var(--product-tile-details-image-height);margin-right:var(--product-tile-details-image-margin-right)}
.product-tile .a-product-tile-details__image{max-width:100%;max-height:100%}
.product-tile .a-product-tile-details__text{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:var(--product-tile-details-li-label-font-size);line-height:var(--product-tile-details-li-label-line-height)}
.product-tile--single .product-tile{margin:0 auto}
.commerce-disabled .product-tile{display:none}
.o-product-section__container{position:relative}
@media(max-width:767.98px){.o-product-section__container{max-width:100%}
}
.o-product-section__row{position:relative}
.o-product-section__title{padding-bottom:var(--product-section-title-padding)}
.o-product-section__para{color:var(--product-section-para-color);font-size:var(--product-section-para-font-size);line-height:var(--product-section-para-line-height)}
.o-product-section__image-wrapper{margin-top:var(--product-section-image-margin-top);text-align:center}
@media(max-width:991.98px){.o-product-section__image-wrapper{text-align:center;padding:0;margin:0}
.o-product-section__image-wrapper img{max-width:100%}
}
.o-product-section__image-caption,.o-product-section .cmp-image__title{padding-top:var(--product-section-padding);color:var(--product-section-image-caption-color);font-size:var(--product-section-image-caption-font-size);line-height:var(--product-section-image-caption-line-height);text-align:center;display:block}
.o-product-section__badge{position:absolute;z-index:1;left:0}
.o-product-section__content{padding-left:var(--product-section-content-padding);padding-right:var(--product-section-content-padding)}
@media(max-width:991.98px){.o-product-section__content{padding:var(--product-section-content-padding-top) var(--product-section-content-padding-mobile);margin:0}
}
.o-product-section__button-wrapper{padding-top:var(--product-section-btn-wrapper-padding)}
.o-product-section__button-wrapper .a-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}
.o-product-section__button-wrapper .a-button:not(:only-child){margin-right:var(--product-section-btn-margin-right);margin-bottom:var(--product-section-btn-margin-bottom)}
@media(max-width:767.98px){.o-product-section__button-wrapper .a-button:not(:only-child){margin-right:0}
}
@media(max-width:767.98px){.o-product-section__button-wrapper{padding-top:0}
.o-product-section__button-wrapper .a-button{display:block}
.o-product-section__button-wrapper .a-button .btn{width:100%}
}
.o-product-section__video-wrapper{max-width:none;position:relative;margin-top:var(--product-section-image-margin-top)}
@media(max-width:991.98px){.o-product-section__video-wrapper{padding:0;margin:0;width:var(--product-section-image-wrapper-width)}
}
.o-product-section__video-wrapper .product-section-video,.o-product-section__video-wrapper .video{padding:0 !important}
.o-product-section__video-wrapper .a-video{margin:0 auto}
.o-product-section__video-wrapper .a-video__caption{text-align:center}
.o-product-section--text-right .o-product-section__content{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
@media(max-width:991.98px){.o-product-section--text-right .o-product-section__content{padding-bottom:0}
}
.o-product-section--text-right .o-product-section__image-wrapper{padding-left:0}
.o-product-section--text-left .o-product-section__badge{left:0}
.o-product-section--text-left .o-product-section__content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}
@media(max-width:991.98px){.o-product-section--text-left .o-product-section__content{padding-top:0}
}
.o-product-section--text-left .o-product-section__image-wrapper{padding-right:0}
.o-product-section--top-right .o-product-section__badge{right:0;left:inherit}
@media(max-width:991.98px){.o-product-section--top-right .o-product-section__badge{position:relative;left:inherit;right:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
}
@media(max-width:991.98px){.o-product-section--top-left .o-product-section__badge{position:relative;left:inherit;right:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:start;-ms-flex-align:start;align-items:start}
}
.o-product-section--large .cmp-image__image,.o-product-section--large img{max-width:100%;max-height:var(--product-section-image-max-height);width:auto}
@media(min-width:992px){.o-product-section--large .cmp-image__image,.o-product-section--large img{max-width:100%}
}
.o-product-section--small .cmp-image__image,.o-product-section--small img{max-width:var(--product-section-image-max-width)}
@media(max-width:991.98px){.o-product-section--small .cmp-image__image,.o-product-section--small img{max-width:100%}
}
.o-product-section--remove-imagespace .o-product-section__image-wrapper,.o-product-section--remove-imagespace .o-product-section__video-wrapper{margin-top:0}
.o-product-section--dark-bg{background:var(--product-section-dark-bg)}
.o-product-section--rounded-corners{border-radius:var(--product-section-rounded-corners)}
.o-product-section--title-default .o-product-section__title{color:var(--product-section-title-color-default)}
.o-product-section--title-default .o-product-section__title h1,.o-product-section--title-default .o-product-section__title h2,.o-product-section--title-default .o-product-section__title h3,.o-product-section--title-default .o-product-section__title h4,.o-product-section--title-default .o-product-section__title h5,.o-product-section--title-default .o-product-section__title h6,.o-product-section--title-default .o-product-section__title p{color:var(--product-section-title-color-default)}
.o-product-section--title-reversed .o-product-section__title{color:var(--product-section-title-color-reversed)}
.o-product-section--title-reversed .o-product-section__title h1,.o-product-section--title-reversed .o-product-section__title h2,.o-product-section--title-reversed .o-product-section__title h3,.o-product-section--title-reversed .o-product-section__title h4,.o-product-section--title-reversed .o-product-section__title h5,.o-product-section--title-reversed .o-product-section__title h6,.o-product-section--title-reversed .o-product-section__title p{color:var(--product-section-title-color-reversed)}
.o-product-section--title-primary .o-product-section__title{color:var(--product-section-title-color-primary)}
.o-product-section--title-primary .o-product-section__title h1,.o-product-section--title-primary .o-product-section__title h2,.o-product-section--title-primary .o-product-section__title h3,.o-product-section--title-primary .o-product-section__title h4,.o-product-section--title-primary .o-product-section__title h5,.o-product-section--title-primary .o-product-section__title h6,.o-product-section--title-primary .o-product-section__title p{color:var(--product-section-title-color-primary)}
.o-product-section--title-alternate .o-product-section__title{color:var(--product-section-title-color-alternate)}
.o-product-section--title-alternate .o-product-section__title h1,.o-product-section--title-alternate .o-product-section__title h2,.o-product-section--title-alternate .o-product-section__title h3,.o-product-section--title-alternate .o-product-section__title h4,.o-product-section--title-alternate .o-product-section__title h5,.o-product-section--title-alternate .o-product-section__title h6,.o-product-section--title-alternate .o-product-section__title p{color:var(--product-section-title-color-alternate)}
.o-product-section--description-reversed .o-product-section__para h1,.o-product-section--description-reversed .o-product-section__para h2,.o-product-section--description-reversed .o-product-section__para h3,.o-product-section--description-reversed .o-product-section__para h4,.o-product-section--description-reversed .o-product-section__para h5,.o-product-section--description-reversed .o-product-section__para h6,.o-product-section--description-reversed .o-product-section__para p{color:var(--product-section-description-color-reversed)}
.o-product-section--description-default .o-product-section__para h1,.o-product-section--description-default .o-product-section__para h2,.o-product-section--description-default .o-product-section__para h3,.o-product-section--description-default .o-product-section__para h4,.o-product-section--description-default .o-product-section__para h5,.o-product-section--description-default .o-product-section__para h6,.o-product-section--description-default .o-product-section__para p{color:var(--product-section-description-color-default)}
.o-product-section--description-primary .o-product-section__para h1,.o-product-section--description-primary .o-product-section__para h2,.o-product-section--description-primary .o-product-section__para h3,.o-product-section--description-primary .o-product-section__para h4,.o-product-section--description-primary .o-product-section__para h5,.o-product-section--description-primary .o-product-section__para h6,.o-product-section--description-primary .o-product-section__para p{color:var(--product-section-description-color-primary)}
.o-product-section--description-alternate .o-product-section__para h1,.o-product-section--description-alternate .o-product-section__para h2,.o-product-section--description-alternate .o-product-section__para h3,.o-product-section--description-alternate .o-product-section__para h4,.o-product-section--description-alternate .o-product-section__para h5,.o-product-section--description-alternate .o-product-section__para h6,.o-product-section--description-alternate .o-product-section__para p{color:var(--product-section-description-color-alternate)}
.o-product-section .parallax-wrapper{z-index:0}
.o-product-section .parallax-wrapper .cmp-image__image{z-index:1}
.o-product-section .parallax-wrapper__parallax-image{max-height:unset}
.o-product-section--gradient-start .o-product-section__container{background:-webkit-gradient(linear,left top,right top,from(var(--productSection-start-color)),to(var(--productSection-end-color)));background:linear-gradient(90deg,var(--productSection-start-color) var(--productSection-start-position),var(--productSection-end-color) var(--productSection-end-position))}
.o-product-section--gradient-end .o-product-section__container{background:-webkit-gradient(linear,right top,left top,from(var(--productSection-start-color)),to(var(--productSection-end-color)));background:linear-gradient(-90deg,var(--productSection-start-color) var(--productSection-start-position),var(--productSection-end-color) var(--productSection-end-position))}
.o-product-section--gradient-center .o-product-section__container{background:radial-gradient(circle,var(--productSection-start-color) var(--productSection-start-position),var(--productSection-end-color) var(--productSection-end-position))}
.m-popover{display:inline-block;max-width:var(--popover-edit-max-width)}
.m-popover .popover{border-radius:var(--popover-border-radius);-webkit-box-shadow:var(--popover-box-shadow);box-shadow:var(--popover-box-shadow);display:block !important;border:0}
.m-popover__content{display:none}
.m-popover__image-img{max-width:100%}
.m-popover__heading,.m-popover__text,.m-popover__action{padding:var(--popover-padding-x) var(--popover-padding-y)}
.m-popover .popover-body{border:0;padding:0}
.m-popover .popover-body .a-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.m-popover .popover-body p{font-size:var(--popover-para-font-size);line-height:var(--popover-para-line-height);color:var(--popover-para-color);text-transform:none;font-weight:normal;padding-top:var(--popover-padding-x)}
.m-popover--edit{display:block;max-width:var(--popover-edit-max-width);-webkit-box-shadow:var(--popover-edit-box-shadow);box-shadow:var(--popover-edit-box-shadow)}
.generic-modal{border-radius:var(--modal-border-radius);-webkit-box-shadow:var(--modal-box-shadow);box-shadow:var(--modal-box-shadow)}
.generic-modal__header,.generic-modal__header.modal-header{padding:0;border:0}
.generic-modal--close{position:absolute;top:16px;right:16px;color:var(--modal-close-icon-color);z-index:1;cursor:pointer}
.generic-modal__content{-webkit-box-shadow:var(--modal-box-shadow);box-shadow:var(--modal-box-shadow)}
.generic-modal__content-body,.generic-modal__content-body.modal-body{padding:var(--modal-body-padding-y) var(--modal-body-padding-x) 0 var(--modal-body-padding-x);border:0}
.generic-modal__content-body .abt-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;float:left;margin-right:var(--modal-body-margin-x)}
.generic-modal__content-body .a-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.generic-modal__content-body p{font-size:var(--modal-para-font-size);line-height:var(--modal-para-line-height);color:var(--modal-para-color);text-transform:none;font-weight:normal;padding-top:8px}
.generic-modal__content-body .a-container,.generic-modal__content-body .container,.generic-modal__content-body .xf-content-height,.generic-modal__content-body .m-layout-container{margin:0;padding:0}
.generic-modal__content-body .section-info{padding:0}
.generic-modal__content-footer{padding:var(--modal-footer-padding-y) var(--modal-footer-padding-x)}
.generic-modal__content-footer,.generic-modal__content-footer.modal-footer{border:0}
.generic-modal__content-footer .a-btn--link,.generic-modal__content-footer .a-button{margin:0 0 0 var(--modal-body-margin-xx)}
.generic-modal__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.generic-modal__image-link{width:100%;position:relative;border-radius:var(--modal-border-radius) var(--modal-border-radius) 0 0}
.generic-modal--image .generic-modal__image{position:relative;margin:var(--modal-image-margin)}
.modal-backdrop + .modal-backdrop{opacity:0}
.o-poi-locator__error{text-align:left}
.m-poi-locator-search-bar__wrap{border-bottom:1px solid var(--poi-locator-search-bar-border-bottom-color);margin-bottom:.625rem;padding-bottom:1.875rem}
@media(min-width:992px){.m-poi-locator-search-bar__wrap{margin-bottom:3.125rem;padding-bottom:2.5rem}
}
.m-poi-locator-search-bar__title{font-size:var(--poi-locator-search-bar-title-font-size);line-height:var(--poi-locator-search-bar-title-line-height);margin-bottom:1.875rem}
.m-poi-locator-search-bar__error{color:var(--poi-locator-search-bar-error-color);font-size:var(--poi-locator-search-bar-error-font-size)}
.m-poi-locator-search-bar__input .a-input-field .form-group .a-input-label{font-size:var(--poi-locator-search-bar-input-font-size);margin-bottom:.9375rem;color:var(--poi-locator-search-bar-input-label-color);font-weight:600}
.m-poi-locator-search-bar__input-field{width:380px;height:48px}
.m-poi-locator-search-bar__input-field:focus{outline-offset:0;border-color:var(--poi-locator-search-bar-input-focus-border-color)}
.m-poi-locator-search-bar__button{margin-top:var(--poi-locator-search-bar-btn-margin-top)}
.m-poi-locator-search-bar__button .a-button .btn{padding:.8125rem 1.25rem;width:100%}
.m-poi-locator-search-bar__button .a-button .abt-icon{display:block;position:static}
@media(min-width:992px){.m-poi-locator-search-bar__button .a-button .abt-icon{display:none}
}
.m-poi-locator-search-bar__button .a-button span{display:none}
@media(min-width:992px){.m-poi-locator-search-bar__button .a-button span{display:block}
}
.m-poi-locator-search-bar__use-location{margin-top:0;margin-bottom:1.25rem}
.m-poi-locator-search-bar__use-location .a-button .abt-icon{line-height:1.25rem}
@media(min-width:992px){.m-poi-locator-search-bar__use-location{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:var(--poi-locator-search-bar-btn-margin-top)}
}
.m-poi-locator-search-bar__use-location .or-text{font-size:var(--poi-locator-search-bar-or-text-font-size);line-height:var(--poi-locator-search-bar-or-text-line-height);font-weight:bold;color:var(--poi-locator-search-bar-or-text-color);display:block;margin:0 0 1.25rem}
@media(min-width:992px){.m-poi-locator-search-bar__use-location .or-text{margin:0 1.875rem 0 0}
}
.m-poi-locator-results__no-resultfound{font-size:var(--poi-locator-results-resultfound-font-size);line-height:var(--poi-locator-results-resultfound-line-height);font-weight:bold;margin-bottom:1.875rem;margin-top:1.875rem}
@media(min-width:992px){.m-poi-locator-results__no-resultfound{margin-top:0}
}
.m-poi-locator-results__count{color:var(--poi-locator-results-count-color);font-size:var(--poi-locator-results-count-font-size);font-weight:bold;letter-spacing:0;line-height:var(--poi-locator-results-count-line-height);margin-bottom:1.875rem}
.m-poi-locator-results__list{list-style:none;padding:0;overflow-y:scroll;height:var(--poi-locator-results-list-mobile-height);counter-reset:my-list}
@media(min-width:992px){.m-poi-locator-results__list{height:var(--poi-locator-results-list-desktop-height)}
}
.m-poi-locator-results__list::-webkit-scrollbar{width:8px}
.m-poi-locator-results__list::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px var(--poi-locator-results-list-scrollbar-border-color);box-shadow:inset 0 0 5px var(--poi-locator-results-list-scrollbar-border-color);border-radius:10px}
.m-poi-locator-results__list::-webkit-scrollbar-thumb{background:var(--poi-locator-results-list-scrollbar-tracker-color);border-radius:10px}
.m-poi-locator-results__list-item{padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:1px solid var(--poi-locator-results-list-border-bottom-color);position:relative;padding-left:2.5rem;margin-right:.9375rem}
.m-poi-locator-results__list-item:last-child{border:0}
.m-poi-locator-results__list-item-number{position:absolute;left:0;top:.31rem;background:var(--poi-locator-results-list-item-circle-bg);width:26px;height:26px;text-align:center;line-height:26px;border-radius:50%;border:1px solid transparent;color:var(--poi-locator-results-list-item-circle-text-color)}
.m-poi-locator-results__list-item.active::before{background:var(--poi-locator-results-list-item-circle-text-color);color:var(--poi-locator-results-list-item-circle-bg);border:1px solid var(--poi-locator-results-list-item-circle-bg)}
.m-poi-locator-results__list-item-detail--store-name{font-size:var(--poi-locator-results-list-item-store-font-size);color:var(--poi-locator-results-list-item-store-name-text-color);margin-bottom:0;cursor:pointer}
.m-poi-locator-results__list-item-detail--store-miles{font-size:var(--poi-locator-results-list-item-store-detail-font-size);font-weight:600}
.m-poi-locator-results__list-item-detail--store-address,.m-poi-locator-results__list-item-detail__name{font-size:var(--poi-locator-results-list-item-store-detail-font-size);margin-bottom:1.25rem}
.m-poi-locator-results__list-item-detail__label{font-size:var(--poi-locator-results-list-item-store-detail-font-size);font-weight:bold}
.m-poi-locator-results__list-item-detail--store-contact{font-size:var(--poi-locator-results-list-item-store-detail-font-size);margin-bottom:1.25rem;color:var(--poi-locator-results-list-item-store-name-text-color)}
.m-poi-locator-results__list-item-detail--get-direction,.m-poi-locator-results__list-item-detail--visit-website{font-size:var(--poi-locator-results-list-item-store-detail-font-size);font-weight:600;color:var(--poi-locator-results-list-item-store-name-text-color)}
.m-poi-locator-results__list-item-detail--get-direction a,.m-poi-locator-results__list-item-detail--visit-website a{padding-left:1.5625rem}
.m-poi-locator-results__list-item-detail--get-direction a .abt-icon,.m-poi-locator-results__list-item-detail--visit-website a .abt-icon{color:var(--poi-locator-results-list-item-circle-bg)}
.m-poi-locator-results__list-item-detail--get-direction.a-link,.m-poi-locator-results__list-item-detail--visit-website.a-link{display:block}
.m-poi-locator-results__list-item-detail--store-contact-details{display:-webkit-box;display:-ms-flexbox;display:flex}
.m-poi-locator-results__list.no-pagination{overflow-x:hidden;padding:inherit;height:var(--poi-locator-results-list-desktop-height)}
.m-poi-locator-results__map{margin-bottom:3.75rem;margin-top:1.25rem}
@media(min-width:992px){.m-poi-locator-results__map{margin-top:3.125rem;margin-bottom:0}
}
.m-poi-locator-results__map #map{width:100%;height:300px}
@media(min-width:992px){.m-poi-locator-results__map #map{height:600px}
}
.m-poi-locator-results__map #map .gm-style .gm-style-iw-c{-webkit-box-shadow:none !important;box-shadow:none !important;border-radius:0 !important;padding:1.25rem !important}
.m-poi-locator-results .row-result-map{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}
@media(min-width:992px){.m-poi-locator-results .row-result-map--horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}
}
@media(min-width:992px){.m-poi-locator-results .row-result-map--vertical .m-poi-locator-results__map{margin-bottom:3.75rem}
}
.m-poi-locator-results .row-result-map--vertical .m-poi-locator-results__list{height:auto;overflow:visible}
.videoplaylist .hide{display:none}
.videoplaylist .wistia-playlist{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-right:0;padding-left:0}
.videoplaylist .wistia-playlist .wistia-playlist__main-title{width:100%;-ms-flex-preferred-size:100%;flex-basis:100%;font-family:var(--m-videoplaylist-font-basic);font-style:normal;font-weight:700;font-size:24px;line-height:32px;margin-bottom:8px}
.videoplaylist .wistia-playlist .wistia-playlist__main-container{width:67.118%;-ms-flex-preferred-size:67.118%;flex-basis:67.118%;padding-right:15px}
.videoplaylist .wistia-playlist .wistia-playlist__list-container{width:32.882%;-ms-flex-preferred-size:32.882%;flex-basis:32.882%;padding-left:15px}
.videoplaylist .wistia-playlist .wistia-playlist__list-container .wistia-playlist__video-icon{width:30.65%;margin-bottom:0}
.videoplaylist .wistia-playlist .wistia-playlist__list-container .wistia-playlist__video-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;-webkit-box-align:start;-ms-flex-align:start;align-items:start;padding:8px 0;margin-bottom:8px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}
.videoplaylist .wistia-playlist .wistia-playlist__list-container .wistia-playlist__video-item:focus{border:2px solid #000}
.videoplaylist img{width:100%}
.videoplaylist .wistia-playlist__list-descHide .wistia-playlist__video-copy{display:none}
.videoplaylist .wistia-playlist__video-item{width:45%;-ms-flex-preferred-size:45%;flex-basis:45%;font-family:var(--m-videoplaylist-font-basic);font-weight:700;font-size:16px;line-height:20px}
.videoplaylist .wistia-playlist__video-item:link{text-decoration:none !important}
.videoplaylist .wistia-playlist__video-item:hover .wistia-playlist__video-copy p{color:var(--m-videoplaylist-color-play-black)}
.videoplaylist .wistia-playlist__video-item:hover .wistia-playlist__video-title{color:var(--m-videoplaylist-color-play-black)}
.videoplaylist .wistia-playlist__video-content{width:66%}
.videoplaylist .wistia_responsive_wrapper{position:relative}
.videoplaylist .wistia-playlist__list-items{overflow-y:auto}
.videoplaylist .wistia-playlist__video-copy p{color:var(--m-videoplaylist-color-play-title);margin-bottom:0;font-family:var(--m-videoplaylist-font-basic);font-weight:400;font-size:14px;line-height:20px}
.videoplaylist .wistia-playlist__video-copy p:hover{color:var(--m-videoplaylist-color-play-black)}
.videoplaylist .wistia-playlist__main-video-image{position:absolute;top:0;width:100%;height:100%;z-index:1}
.videoplaylist .wistia-playlist__main-video-image::before{display:inline-block;position:absolute;top:0;right:0;bottom:0;left:0;background:url("../../../abbott-platform/clientlibs/clientlib-site/resources/images/play-button-12043.svg");content:"";width:50px;height:50px;background-position:center;margin:auto}
.videoplaylist .wistia-playlist__video-icon--hasImage{margin-bottom:15px;position:relative;display:inline-block;overflow:hidden;color:var(--m-videoplaylist-color-play-inherit)}
.videoplaylist .wistia-playlist__video-icon--hasImage::after{display:inline-block;position:absolute;top:0;right:0;bottom:0;left:0;background:url("../../../abbott-platform/clientlibs/clientlib-site/resources/images/play-button-v1.svg");content:"";width:32px;height:32px;background-position:center;margin:auto}
.videoplaylist .wistia-playlist__video-icon--hasImage img{width:100%;height:100% !important;-o-object-fit:cover;object-fit:cover}
.videoplaylist .wistia-playlist__main-description p{margin-top:24px !important;font-family:var(--m-videoplaylist-font-basic);font-size:18px;line-height:24px;margin-bottom:24px}
.videoplaylist .w-big-play-button{background-color:var(--m-videoplaylist-bg-color-play-trensparent);height:83%;left:28px;position:absolute;top:7px;-webkit-transition:background-color 150ms ease 0;transition:background-color 150ms ease 0;width:54%;border-radius:50%;border:5px solid}
.videoplaylist .wistia-playlist__video-title{color:var(--m-videoplaylist-color-play-title);font-family:var(--m-videoplaylist-font-basic);font-size:16px}
.videoplaylist .wistia-playlist__video-title:hover{color:var(--m-videoplaylist-color-play-black)}
.videoplaylist .wistia-playlist__button-text{padding:6px 25px;background-color:var(--m-videoplaylist-color-play-black) !important;color:var(--m-videoplaylist-color-play-white)}
.videoplaylist .wistia-playlist__video-item.active{background-color:var(--m-videoplaylist-bg-color-play-blue-active)}
.videoplaylist .wistia-playlist__video-item.active .wistia-playlist__video-copy p{color:var(--m-videoplaylist-color-play-black)}
.videoplaylist .wistia-playlist__video-item.active .wistia-playlist__video-title{color:var(--m-videoplaylist-color-play-black)}
.videoplaylist [data-video-type="html5Videos"] .wistia-playlist__video-content{width:100% !important}
.videoplaylist [data-video-type="html5Videos"] .wistia-playlist__video-item,.videoplaylist [data-video-type="html5Videos"] .wistia-playlist__video-item.active{padding:7px !important}
.videoplaylist [data-video-type="html5Videos"] .wistia-playlist__video-item:hover,.videoplaylist [data-video-type="html5Videos"] .wistia-playlist__video-item.active:hover{text-decoration:none;cursor:pointer}
.videoplaylist [data-video-type="html5Videos"] .wistia-playlist__main-button a{text-transform:uppercase}
@media(max-width:767.98px){.videoplaylist [data-video-type="html5Videos"] .wistia-playlist__list-items{max-height:351px !important;overflow-y:auto}
}
@media(min-width:576px) and (max-width:1199.98px){.videoplaylist .wistia-playlist__main-video-image{position:absolute;width:647px;height:330px !important;z-index:-1;top:0}
.videoplaylist .wistia-playlist__main-video-image img{height:100% !important;width:100%}
.videoplaylist .wistia-playlist__button-text{padding:6px 25px;display:inline-block;margin-bottom:15px;background-color:var(--m-videoplaylist-color-play-black) !important;color:var(--m-videoplaylist-color-play-white)}
.videoplaylist .wistia-playlist{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.videoplaylist .wistia-playlist .wistia-playlist__main-container{width:100%;-ms-flex-preferred-size:100%;flex-basis:100%;padding-right:0}
.videoplaylist .wistia-playlist .wistia-playlist__main-title{width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}
.videoplaylist .wistia-playlist .wistia-playlist__list-container{padding-left:0}
.videoplaylist .wistia-playlist .wistia-playlist__list-container .wistia-playlist__video-icon{width:100px !important;margin-bottom:0}
.videoplaylist .wistia-playlist .wistia-playlist__list-container .wistia-playlist__video-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:6px;min-width:330px}
.videoplaylist .wistia-playlist__list-container{width:100% !important;-ms-flex-preferred-size:100% !important;flex-basis:100% !important;margin-top:24px}
.videoplaylist .wistia-playlist__list-items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;overflow-y:auto}
.videoplaylist img{width:100%}
.videoplaylist .wistia-playlist__video-item{width:45%;-ms-flex-preferred-size:45%;flex-basis:45%}
.videoplaylist .wistia-playlist__video-copy p{margin-bottom:0}
}
@media(max-width:767.98px){.videoplaylist .wistia-playlist__main-video-image{width:100%}
.videoplaylist .wistia-playlist__main-video-image img{width:91%;height:44% !important}
.videoplaylist .wistia-playlist__list-container{width:100% !important;-ms-flex-preferred-size:100% !important;flex-basis:100% !important}
.videoplaylist .wistia-playlist__list-items{overflow-y:hidden}
.videoplaylist .wistia-playlist__video-copy p{margin-bottom:0}
.videoplaylist .wistia-playlist .wistia-playlist__main-container{width:100%;-ms-flex-preferred-size:100%;flex-basis:100%;padding-right:0 !important}
.videoplaylist .wistia-playlist .wistia-playlist__list-container{width:100%;-ms-flex-preferred-size:100%;flex-basis:100%;padding-left:0 !important}
.videoplaylist .wistia-playlist .h3{font-size:21px;line-height:27px}
.videoplaylist .wistia-playlist__main-description{padding:25px 0 27px 0}
.videoplaylist .wistia-playlist__button-text{padding:6px 25px;background-color:var(--m-videoplaylist-color-play-black) !important;color:var(--m-videoplaylist-color-play-white);display:inline-block;margin-bottom:14px}
}
.a-pin-icon-popup__item-box .store-name{font-weight:bold;font-size:var(--a-pin-icon-popup-store-font-size);line-height:var(--a-pin-icon-popup-store-line-height);color:var(--a-pin-icon-popup-store-text-color);margin-bottom:0}
.a-pin-icon-popup__item-box .get-direction{font-weight:bold;color:var(--a-pin-icon-popup-getdirection-text-color);font-size:var(--a-pin-icon-popup-getdirection-font-size);line-height:var(--a-pin-icon-popup-getdirection-line-height);text-decoration:underline}
.a-pin-icon-popup__item-box .miles{font-weight:bold;font-size:var(--a-pin-icon-popup-miles-font-size);line-height:var(--a-pin-icon-popup-miles-line-height);color:var(--a-pin-icon-popup-miles-text-color)}
.a-pin-icon-popup__label{margin-bottom:.31rem;font-weight:bold}
.a-pan-zoom img{width:100%}
.a-pan-zoom .modal-header{min-height:50px}
.a-pan-zoom__image{cursor:pointer}
.a-pan-zoom__pan-container{position:relative}
.a-pan-zoom__pan-container--m-top{margin-top:48px}
.a-pan-zoom__pan-container--m-bottom{margin-bottom:48px}
.a-pan-zoom__pan-container__content{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}
.a-pan-zoom__pan-container__content .caption-content{width:100%}
.a-pan-zoom__pan-container__content .abt-zoom{color:var(--panandzoom-primary-dark-blue)}
.a-pan-zoom__pan-container__content .abt-zoom:hover{color:var(--panandzoom-primary-blue)}
.a-pan-zoom__pan-container__content .abt-zoom:active{color:var(--panandzoom-primary-blue)}
.a-pan-zoom__pan-container__caption-title-top{margin-bottom:16px;min-height:20px}
.a-pan-zoom__pan-container__caption-title-bottom{margin-top:16px;min-height:20px}
.a-pan-zoom__pan-container__caption{margin:4px 0 0 0}
.a-pan-zoom__pan-container__caption p{padding-right:16px}
.a-pan-zoom__pan-container__caption--align-left{text-align:left;padding-right:34px}
.a-pan-zoom__pan-container__caption--align-center{text-align:center;padding-right:34px}
.a-pan-zoom__pan-container__caption--align-right{text-align:right;padding-right:34px}
.a-pan-zoom__pan-container--img-align-right{display:table;margin-left:auto}
.a-pan-zoom__pan-container--img-align-center{display:table;margin-left:auto;margin-right:auto}
.a-pan-zoom__pan-container--img-align-left{display:table;margin-right:auto}
.a-pan-zoom__pan-container--defaultratio{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}
.a-pan-zoom__icon{position:absolute;right:0}
.a-pan-zoom .model-controls{position:absolute;right:20px}
.a-pan-zoom .modal .abt-icon-cancel{cursor:pointer}
.a-pan-zoom .modal-dialog{margin-top:10%}
@media(min-width:992px){.a-pan-zoom .modal-dialog{max-width:960px}
}
.a-pan-zoom .modal-dialog .img-block{height:70vh;overflow:hidden;cursor:grab;cursor:-o-grab;cursor:-webkit-grab}
.a-pan-zoom .modal-dialog .img-block img{height:auto}
.a-pan-zoom .modal-dialog .dragscroll{overflow:auto;max-height:500px}
.a-pan-zoom .modal-dialog .dragscroll .a-pan-zoom__image-popup{cursor:-webkit-grab;cursor:grab}
.a-pan-zoom .modal-heading{width:85%}
.a-pan-zoom .modal-heading p{margin:0}
.a-pan-zoom .modal-body{padding:0}
.a-pan-zoom .modal-controls{display:-webkit-box;display:-ms-flexbox;display:flex}
.a-pan-zoom .modal .pan-zoom-in{margin-right:16px;cursor:pointer;color:var(--panandzoom-primary-dark-blue)}
.a-pan-zoom .modal .pan-zoom-in:hover{margin-right:16px;color:var(--panandzoom-primary-blue)}
.a-pan-zoom .modal .pan-zoom-in:active{margin-right:16px;color:var(--panandzoom-primary-blue)}
.a-pan-zoom .modal .pan-zoom-out{margin-right:16px;cursor:pointer;color:var(--panandzoom-primary-dark-blue)}
.a-pan-zoom .modal .pan-zoom-out:hover{margin-right:16px;color:var(--panandzoom-primary-blue)}
.a-pan-zoom .modal .pan-zoom-out:active{margin-right:16px;color:var(--panandzoom-primary-blue)}
.pan-zoom-popup .modal-backdrop.show{opacity:0;display:none !important}
@media(max-width:1199.98px){.a-pan-zoom .modal-dialog{max-width:690px;margin-top:16%}
}
@media(max-width:767.98px){.a-pan-zoom__pan-container__content .caption-content{width:95%}
.a-pan-zoom .modal-dialog{max-width:345px;margin-top:30%;margin-right:auto;margin-left:auto}
.a-pan-zoom .modal-heading p{margin-top:32px !important;width:100%}
.a-pan-zoom .modal-controls .pan-zoom-in{margin-right:24px;color:var(--panandzoom-primary-dark-blue)}
.a-pan-zoom .modal-controls .pan-zoom-out{margin-right:24px;color:var(--panandzoom-primary-dark-blue)}
.a-pan-zoom .modal .dragscroll{overflow:auto;max-height:300px}
}
.m-pagination-static__links .paginationjs{text-align:center}
.m-pagination-static__links .paginationjs-pages ul{margin:0;padding:0;border:var(--pagination-border);border-radius:var(--pagination-border-radius);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;list-style:none}
.m-pagination-static__links .paginationjs-pages ul li a{display:block;color:var(--pagination-link-color);-webkit-text-decoration:var(--pagination-text-decoration);text-decoration:var(--pagination-text-decoration);font-size:var(--pagination-link-font-size);line-height:var(--pagination-link-line-height);padding:var(--pagination-link-padding);border-left:var(--pagination-border-width) solid var(--pagination-border-color);border-right:var(--pagination-border-width) solid var(--pagination-border-color)}
.m-pagination-static__links .paginationjs-pages ul li a:hover{font-weight:bold;-webkit-text-decoration:var(--pagination-text-decoration);text-decoration:var(--pagination-text-decoration);color:var(--pagination-hover-link-color);background-color:var(--pagination-active-bg-color)}
.m-pagination-static__links .paginationjs-pages ul li a:active,.m-pagination-static__links .paginationjs-pages ul li a:focus{background-color:var(--pagination-active-bg-color);border-color:var(--pagination-active-border-color);border-left:1px solid #222731;border-right:1px solid #222731;font-weight:bold}
.m-pagination-static__links .paginationjs-pages ul li a .abt-icon{display:block;padding-top:3px;padding-bottom:3px}
.m-pagination-static__links .paginationjs-pages ul li .m-pagination-static__links .paginationjs-prev a{border-top-left-radius:var(--pagination-border-radius);border-bottom-left-radius:var(--pagination-border-radius)}
.m-pagination-static__links .paginationjs-pages ul li .m-pagination-static__links .paginationjs-prev a:hover{border-left-color:var(--pagination-border-color);background-color:var(--pagination-active-bg-color)}
.m-pagination-static__links .paginationjs-pages ul li .m-pagination-static__links .paginationjs-next a{border-top-right-radius:var(--pagination-border-radius);border-bottom-right-radius:var(--pagination-border-radius)}
.m-pagination-static__links .paginationjs-pages ul li .m-pagination-static__links .paginationjs-next a:hover{border-right-color:var(--pagination-border-color);background-color:var(--pagination-active-bg-color)}
.m-pagination-static__links .paginationjs-pages ul li.active{position:relative}
.m-pagination-static__links .paginationjs-pages ul li.active:after{content:"";position:absolute;height:var(--pagination-active-link-width);bottom:0;left:0;right:0;background-color:var(--pagination-link-color)}
.return-products_container{display:block}
.return-products_block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:26px}
.return-products_block label{color:#63666a;font-size:14px;letter-spacing:0;line-height:20px;display:block;margin-bottom:4px}
.return-products_block input,.return-products_block select{font-size:14px;letter-spacing:0;line-height:20px;border:1px solid #222731;border-radius:4px;padding:15px 16px;width:100%}
.return-products_name{-webkit-box-flex:0;-ms-flex:0 0 62%;flex:0 0 62%}
@media(max-width:1037px){.return-products_name{-webkit-box-flex:0;-ms-flex:0 0 55%;flex:0 0 55%}
}
.return-products_name input{pointer-events:none;overflow:hidden;text-overflow:ellipsis}
.return-products_qty{-webkit-box-flex:0;-ms-flex:0 0 34%;flex:0 0 34%;position:relative}
@media(max-width:1037px){.return-products_qty{-webkit-box-flex:0;-ms-flex:0 0 41%;flex:0 0 41%}
}
.return-products_qty select{-webkit-appearance:none;-moz-appearance:none}
.return-products_qty .dropdown-arrow:after{content:"\e907";-webkit-transform:translateY(-50%);transform:translateY(-50%);position:absolute;top:67%;right:1rem;left:auto;font-family:"ABBOTT-ICON",sans-serif}
.return-products_comment-block label{color:#63666a;font-size:14px;letter-spacing:0;line-height:20px;display:block;margin-bottom:4px}
.return-products_comment-block textarea{font-size:14px;letter-spacing:0;line-height:20px;border:1px solid #222731;border-radius:4px;padding:15px 16px;width:100%;resize:none}
.m-orderhistory__table{width:100%}
.m-orderhistory__table tr{height:var(--orderhistory-tr-height);border-bottom:var(--orderhistory-tr-border-bottom)}
.m-orderhistory__table tr:last-child{border-bottom:0}
.m-orderhistory__table--titles{font-weight:bold;font-size:var(--orderhistory-titles-size);text-transform:uppercase}
.m-orderhistory__table--total{font-weight:bold}
.m-orderhistory__table--actions{color:var(--orderhistory-action-color);font-weight:bold}
.m-orderhistory__table--actions a:focus-visible{outline:2px solid var(--gray-darkest-color);outline-offset:2px;border-radius:1px}
.m-orderhistory__table--date-formatted{display:none}
#m-orderhistory--header__actions{margin-bottom:20px}
#m-orderhistory--header__actions .row{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
#m-orderhistory--header__actions .cmp-title__text{margin:0}
#m-orderhistory--header__actions .a-button{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
@media(max-width:768px){#m-orderhistory--header__actions .a-button{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
}
.m-orderdetailssummary__group,.m-orderdetailssummary__group-bold{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:var(--orderdetailssummary-group-padding)}
.m-orderdetailssummary__group-bold .m-orderdetailssummary__title{font-weight:bold;font-size:var(--orderdetailssummary-group-bold-title-size)}
.m-orderdetailssummary__group-bold .m-orderdetailssummary__value{font-size:var(--orderdetailssummary-group-bold-value-size)}
.m-orderdetailssummary__title{font-size:var(--orderdetailssummary-title-size)}
.m-orderdetailssummary__value{font-size:var(--orderdetailssummary-value-size)}
.m-order-details-shipment-tracking__container{padding-left:var(--orderdetailsshipmenttracking-padding);padding-bottom:var(--orderdetailsshipmenttracking-margin);width:100%;font-size:var(--orderdetailsshipmenttracking-font-size);border-bottom:1px solid var(--orderdetailsshipmenttracking-border);margin-bottom:var(--orderdetailsshipmenttracking-margin)}
.m-order-details-shipment-tracking__tracking{margin:8px 0 0}
.m-orderdetailsitemlist__list{list-style:none;padding-left:0}
.m-orderdetailsitemlist__item{border-top:1px solid var(--orderdetailsitemlist-item-border-color);padding:var(--orderdetailsitemlist-item-padding);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}
.m-orderdetailsitemlist__item-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:20px}
.m-orderdetailsitemlist__item-title{font-size:var(--orderdetailsitemlist-title-size);font-weight:bold;padding-bottom:8px}
.m-orderdetailsitemlist__item-number{border-radius:50%;background-color:var(--orderdetailsitemlist-number-bg-color);color:white;height:var(--orderdetailsitemlist-number-bg-size);width:var(--orderdetailsitemlist-number-bg-size);text-align:center;font-size:var(--orderdetailsitemlist-number-font-size)}
.m-orderdetails-datadisplay__list{white-space:pre-wrap}
.m-orderdetails-datadisplay__list p{margin:0 0 8px}
.m-orderdetailscontainer__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;border-bottom:1px solid var(--orderdetailscontainer-border);padding-bottom:20px;margin-bottom:var(--orderdetailscontainer-margin)}
@media(max-width:720px){.m-orderdetailscontainer__header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
}
.m-orderdetailscontainer__button--credit-memo.a-button,.m-orderdetailscontainer__button--invoice.a-button{display:inline-block;margin:5px;font-size:var(--orderdetailscontainer-button-font-size);visibility:hidden}
.m-orderdetailscontainer__button--credit-memo.a-button .abt-icon-print,.m-orderdetailscontainer__button--invoice.a-button .abt-icon-print{margin-right:10px;font-size:20px}
.m-subscriptions{margin-top:var(--m-subscriptions-margin-top)}
.m-subscriptions__table{border:var(--m-subscriptions-table-border);border-radius:var(--m-subscriptions-table-border-radius);padding:var(--m-subscriptions-table-padding);margin-bottom:var(--m-subscriptions-table-margin-bottom)}
@media(min-width:768px){.m-subscriptions__table{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
}
.m-subscriptions__table-item{padding:var(--m-subscriptions-table-item-padding);margin-bottom:var(--m-subscriptions-table-item-margin-bottom)}
.m-subscriptions__address-link{font-weight:bold}
.m-subscriptions__address-link:hover{text-decoration:none}
.m-subscriptions__address-link em{vertical-align:middle}
.m-subscriptions__card-logo{max-width:var(--m-subscriptions-card-logo-max-width);max-height:var(--m-subscriptions-card-logo-max-height)}
.m-subscriptions__cancel{border-radius:var(--m-subscriptions-cancel-border-radius);background-color:var(--m-subscriptions-cancel-background);-webkit-box-shadow:var(--m-subscriptions-cancel-box-shadow);box-shadow:var(--m-subscriptions-cancel-box-shadow);padding:var(--m-subscriptions-cancel-padding);margin-bottom:var(--m-subscriptions-cancel-margin-bottom)}
@media(min-width:768px){.m-subscriptions__cancel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
}
@media(min-width:768px){.m-subscriptions__cancel-content{width:50%}
.m-subscriptions__cancel-content p{margin-bottom:0}
}
.m-subscriptions__cancel-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:end}
.m-my-cards--card-logo{background:var(--my-cards-logo-background);border-radius:var(--my-cards-logo-border-radius);max-width:var(--my-cards-logo-max-width);max-height:var(--my-cards-logo-max-height);margin-right:var(--my-cards-logo-margin-right);padding:var(--my-cards-logo-padding)}
.m-minicart{--minicart-btn-color:var(--primary-color);--minicart-btn-count-color:var(--white-color);--minicart-btn-count-bg-color:var(--primary-color);--minicart-btn-count-font-size:.75rem;--minicart-mask-bg-color:var(--white-color);--minicart-content-border-color:var(--black-color);--minicart-header-bg-color:var(--white-color);--minicart-heading-font-size:1.5rem;--minicart-heading-line-height:2rem;--minicart-heading-color:var(--primary-color);--minicart-icon-button-color:var(--primary-color);--minicart-items-bg-color:var(--white-color);--minicart-header-padding:32px 45px 24px 30px;--minicart-header-padding-mb:25px 15px;--minicart-heading-font-size-mb:1.125rem;--minicart-heading-line-height-mb:1.5rem;--minicart-items-padding:0 45px 0 30px;--minicart-items-padding-mb:0 15px;--minicart-items-image-margin:0 1rem 0 .5rem;--minicart-items-image-margin-mb:0 .5rem;--minicart-items-image-width:76px;--minicart-items-image-width-mb:55px;--minicart-items-divider-color:#c9c9cc;--minicart-items-sku-detail-font-size:.875rem;--minicart-items-sku-detail-line-height:1.25rem;--minicart-items-sku-detail-color:#333;--minicart-items-sku-margin-bottom:.5rem;--minicart-items-price-color:var(--primary-color);--minicart-items-price-font-size:1.5rem;--minicart-items-price-line-height:2rem;--minicart-items-original-price-color:#c9c9cc;--minicart-items-original-price-font-size:.875rem;--minicart-items-original-price-line-height:1.25rem;--minicart-items-price-disclaimer-color:var(--primary-color);--minicart-items-price-disclaimer-font-size:.75rem;--minicart-items-price-disclaimer-line-height:1rem;--minicart-totals-bg-color:var(--primary-color);--minicart-totals-padding-mb:33px 15px;--minicart-totals-padding:24px 44px 24px 30px;--minicart-subtotal-label-color:#333;--minicart-subtotal-label-font-size:.875rem;--minicart-subtotal-label-line-height:1.25rem;--minicart-subtotal-value-color:var(--primary-color);--minicart-subtotal-value-font-size:1.125rem;--minicart-subtotal-value-line-height:1.5rem;--minicart-subtotal-value-subtext-color:var(--primary-color);--minicart-subtotal-value-subtext-font-size:.75rem;--minicart-subtotal-value-subtext-line-height:1rem;--minicart-delivery-label-color:#333;--minicart-delivery-label-font-size:.875rem;--minicart-delivery-label-line-height:1.25rem;--minicart-delivery-heading-color:#333;--minicart-delivery-heading-font-size:1.125rem;--minicart-delivery-heading-line-height:1.5rem;--minicart-delivery-subtext-color:#333;--minicart-delivery-subtext-font-size:.875rem;--minicart-delivery-subtext-line-height:1rem;--minicart-vat-label-color:#333;--minicart-vat-label-font-size:.875rem;--minicart-vat-label-line-height:1.25rem;--minicart-vat-value-color:var(--primary-color);--minicart-vat-value-font-size:1.125rem;--minicart-vat-value-line-height:1.5rem;--minicart-discount-label-color:#333;--minicart-discount-label-font-size:.875rem;--minicart-discount-label-line-height:1.25rem;--minicart-discount-value-color:var(--primary-color);--minicart-discount-value-font-size:1.125rem;--minicart-discount-value-line-height:1.5rem;--minicart-total-label-color:var(--primary-color);--minicart-total-label-font-size:1.125rem;--minicart-total-label-line-height:1.5rem;--minicart-total-value-color:var(--primary-color);--minicart-total-value-font-size:1.5rem;--minicart-total-value-line-height:2rem;--minicart-subscription-label-font-size:.875rem;--minicart-button-list-margin-bottom:1.5rem;--minicart-promo-code-font-size:1.5rem;--minicart-promo-code-line-height:2rem;--minicart-promo-code-btn-bg-color:var(--primary-color);--minicart-promo-code-btn-color:var(--white-color);--minicart-promo-code-btn-radius:4px;--minicart-promo-code-btn-width:32px;--minicart-promo-code-btn-height:32px;--minicart-promo-code-label-cont-padding-right:1rem;--minicart-promo-code-input-border:1px solid #a1a1a4;--minicart-promo-code-input-radius:4px;--minicart-promo-code-input-padding:.8125rem 1rem .8125rem 2.5rem;--minicart-promo-code-input-margin-right:1rem;--minicart-promo-code-input-placeholder-color:#888;--minicart-promo-code-btn-container-padding-bottom:.25rem;--minicart-promo-code-btn-container-margin-top:1.25rem;--minicart-promo-code-btn-container-max-width:100px;--minicart-promo-code-tag-font-size:.75rem;--minicart-promo-code-tag-line-height:1rem;--minicart-promo-code-tag-letter-spacing:.81px;--minicart-promo-code-tag-bg-color:var(--white-color);--minicart-promo-code-tag-border:1px solid #a1a1a4;--minicart-promo-code-tag-padding:.5rem 1rem;--minicart-promo-code-tag-margin:0 .31rem .625rem .31rem;--minicart-promo-code-tag-bell-icon-color:var(--black-color);--minicart-promo-code-tag-bell-icon-margin-right:.5rem;--minicart-promo-code-price-tag-icon-top:15px;--minicart-promo-code-price-tag-icon-left:10px;--minicart-promo-code-error-color:var(--danger-color);--minicart-promo-code-error-margin-top:.25rem;--minicart-promo-code-tag-delete-icon-color:var(--primary-color);--minicart-promo-code-tag-delete-icon-margin-left:1rem;--minicart-promo-code-form-margin:1rem 0;--minicart-items-padding:0 1.5rem;--minicart-content-padding-bottom:.625rem;--minicart-header-padding-x:1.5rem;--minicart-item-qty-color:var(--white-color);--minicart-item-qty-font-size:.875rem;--minicart-item-qty-bg-color:var(--primary-color);--minicart-item-qty-height:24px;--minicart-item-qty-width:24px;--minicart-margin-bottom:2rem;--minicart-label-font-size:.875rem;--minicart-label-line-height:1.5rem;--minicart-label-sm-font-size:.875rem;--minicart-label-sm-line-height:1.25rem;--minicart-heading-total-color:var(--white-color);--minicart-heading-total-bg:var(--primary-color);--minicart-heading-total-radius:500px;--minicart-heading-total-margin-left:1rem;--minicart-heading-total-padding:.125rem .5rem;--minicart-heading-toggle-padding-left:.625rem;--minicart-promo-heading-color:var(--primary-color);--minicart-discounts-margin-bottom:.625rem;--minicart-box-shadow:0 2px 4px 0 rgba(0,0,0,0.16);--minicart-bottom-margin-bottom:1.75rem;--minicart-product-section-margin:0 0 .9375rem;--minicart-product-section-image-max-width:40px;--minicart-product-section-para-color:var(--black-color);--minicart-product-section-image-padding-right-mb:.5rem;--minicart-stepper-input-width-mb:40px;--minicart-stepper-input-width-xmb:35px;--minicart-stepper-number-width-xmb:15px}
.minicart{margin:0}
.allow-symbol-space{padding-right:4px}
.m-minicart__mask{background-color:var(--minicart-mask-bg-color);position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;visibility:hidden;-webkit-transition:opacity 2s,visibility 2s;transition:opacity 2s,visibility 2s}
.m-minicart__mask-active{opacity:.8;cursor:pointer;visibility:visible}
.m-minicart__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-left:1px solid var(--minicart-content-border-color);width:520px;max-width:100%;height:100%;min-height:100vh;margin-left:auto;z-index:9999}
.m-minicart__content>div:last-child{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-bottom:20px}
.m-minicart__content:before{content:"";background:var(--minicart-items-bg-color);width:100%;height:100%;position:absolute;z-index:5}
.m-minicart__content-above{position:relative;margin-bottom:0;z-index:10}
.m-minicart__container{display:none}
.m-minicart__container.is-active{display:block;position:fixed;top:0;width:100%;height:100vh;z-index:999;overflow-y:scroll;overflow-x:hidden}
.m-minicart__main{position:relative}
.m-minicart__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--minicart-btn-color);min-height:48px;margin-right:25px;cursor:pointer}
.m-minicart__btn-icon{position:relative}
.m-minicart__btn-icon .abt-icon{margin-right:3px}
.m-minicart__btn-text{display:none}
@media(min-width:768px) and (max-width:991.98px){.m-minicart__btn-text{display:block;margin-left:6px}
}
.m-minicart__btn-count{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--minicart-btn-count-bg-color);font-size:var(--minicart-btn-count-font-size);color:var(--minicart-btn-count-color);width:16px;height:16px;position:absolute;top:-5px;right:-5px;border-radius:50%}
.m-minicart__header{background:var(--minicart-header-bg-color);padding:var(--minicart-header-padding);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.m-minicart__header .m-minicart__discount-label{font-size:var(--minicart-label-font-size);font-weight:bold;line-height:var(--minicart-label-line-height)}
.m-minicart__header .m-minicart__discounts{margin-top:var(--minicart-discounts-margin-bottom);margin-bottom:0}
@media(max-width:767.98px){.m-minicart__header{padding:var(--minicart-header-padding-mb)}
}
.m-minicart__heading{font-size:var(--minicart-heading-font-size);font-weight:bold;line-height:var(--minicart-heading-line-height);text-transform:uppercase}
@media(max-width:767.98px){.m-minicart__heading{font-size:var(--minicart-heading-font-size-mb);line-height:var(--minicart-heading-line-height-mb)}
}
.m-minicart__heading-total{font-size:var(--minicart-label-sm-font-size);font-weight:bold;line-height:var(--minicart-label-sm-line-height);color:var(--minicart-heading-total-color);background-color:var(--minicart-heading-total-bg);border-radius:var(--minicart-heading-total-radius);margin-left:var(--minicart-heading-total-margin-left);padding:var(--minicart-heading-total-padding)}
.m-minicart__heading-toggle{margin-left:inherit;padding-left:var(--minicart-heading-toggle-padding-left);cursor:pointer}
.m-minicart__heading-toggle:before{display:inline-block;-webkit-transition:all ease-in-out .3s;transition:all ease-in-out .3s;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}
@media(min-width:768px){.m-minicart__heading-total,.m-minicart__heading-toggle,.m-minicart__mb-sub-heading{display:none}
}
.m-minicart__promo-heading{color:var(--minicart-promo-heading-color);font-size:var(--minicart-label-sm-font-size);font-weight:bold;line-height:var(--minicart-label-sm-line-height)}
.m-minicart__sub-heading{font-size:var(--minicart-label-font-size);font-weight:bold}
.m-minicart__close.a-button .btn{padding:0}
@media(min-width:576px){.m-minicart__close.a-button .btn{padding:10px}
}
.m-minicart__close.a-button .btn:hover,.m-minicart__close.a-button .btn:focus{text-decoration:none;border-color:transparent}
.m-minicart__items,.m-minicart__bottom{padding:var(--minicart-items-padding)}
@media(max-width:767.98px){.m-minicart__items,.m-minicart__bottom{padding:var(--minicart-items-padding-mb)}
}
.m-minicart__bottom{margin-top:1.5rem}
.m-minicart__bottom>div{margin-bottom:var(--minicart-bottom-margin-bottom)}
.m-minicart__cart-item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;border-top:1px solid rgba(104,57,57,0.41);padding-top:15px;padding-bottom:24px;min-height:116px}
.m-minicart__delete.a-button .btn{padding:0}
.m-minicart__image{margin:var(--minicart-items-image-margin-mb);width:var(--minicart-items-image-width-mb)}
@media(min-width:576px){.m-minicart__image{margin:var(--minicart-items-image-margin);width:var(--minicart-items-image-width)}
}
.m-minicart__item-details{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:auto}
.m-minicart__subscription-renewal-info{padding:10px 0}
.m-minicart__subscription-renewal-info .dynamic-value{font-weight:bold}
.m-minicart__subscription-label{margin:0;font-size:var(--minicart-subscription-label-font-size);font-weight:bold}
.m-minicart__sku{font-size:var(--minicart-label-sm-font-size);font-weight:bold;line-height:var(--minicart-label-sm-line-height)}
@media(min-width:768px){.m-minicart__sku{font-size:var(--minicart-label-font-size)}
}
.m-minicart__price{color:var(--minicart-items-price-color);font-size:var(--minicart-label-font-size);font-weight:bold;line-height:var(--minicart-label-line-height);text-align:right}
@media(min-width:768px){.m-minicart__price{font-size:var(--minicart-items-price-font-size);line-height:var(--minicart-items-price-line-height)}
}
.m-minicart__original-price{color:var(--minicart-items-original-price-color);font-size:var(--minicart-items-original-price-font-size);line-height:var(--minicart-items-original-price-line-height);text-align:right;text-decoration:line-through}
.m-minicart__price-disclaimer{color:var(--minicart-items-price-disclaimer-color);font-size:var(----minicart-items-price-disclaimer-font-size);line-height:var(----minicart-items-price-disclaimer-line-height);text-align:right}
.m-minicart__totals{background-color:var(--minicart-totals-bg-color);padding:var(--minicart-totals-padding-mb)}
@media(min-width:576px){.m-minicart__totals{padding:var(--minicart-totals-padding)}
}
.m-minicart__subtotal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:24px}
.m-minicart__subtotal-label{font-size:var(--minicart-subtotal-label-font-size);line-height:var(--minicart-subtotal-label-line-height);color:var(--minicart-subtotal-label-color)}
.m-minicart__subtotal-value{margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:right}
.m-minicart__subtotal-amount{color:var(--minicart-subtotal-value-color);font-size:var(--minicart-subtotal-value-font-size);line-height:var(--minicart-subtotal-value-line-height);font-weight:bold}
.m-minicart__heading-amount{color:var(--minicart-subtotal-value-color);font-size:var(--minicart-subtotal-value-font-size);line-height:var(--minicart-subtotal-value-line-height);font-weight:bold;margin-left:auto}
.m-minicart__price-vat-label{color:var(--minicart-subtotal-value-subtext-color);font-size:var(--minicart-subtotal-value-subtext-font-size);line-height:var(--minicart-subtotal-value-subtext-line-height);font-weight:bold;text-transform:uppercase}
.m-minicart__delivery{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:24px}
.m-minicart__delivery-label{font-size:var(--minicart-delivery-label-font-size);line-height:var(--minicart-delivery-label-line-height);color:var(--minicart-delivery-color)}
.m-minicart__delivery-value{margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:right}
.m-minicart__delivery-heading{color:var(--minicart-delivery-heading-color);font-size:var(--minicart-delivery-heading-font-size);line-height:var(--minicart-delivery-heading-line-height);font-weight:bold}
.m-minicart__delivery-text{color:var(--minicart-delivery-subtext-value-color);font-size:var(--minicart-delivery-subtext-value-font-size);line-height:var(--minicart-delivery-subtext-value-line-height)}
.m-minicart__vat{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:24px}
.m-minicart__vat-label{font-size:var(--minicart-vat-label-font-size);line-height:var(--minicart-vat-label-line-height);color:var(--minicart-vat-label-color)}
.m-minicart__vat-value{text-align:right;margin-left:auto;font-size:var(--minicart-vat-value-font-size);line-height:var(--minicart-vat-value-line-height);color:var(--minicart-vat-value-color)}
.m-minicart__discounts{margin-bottom:24px}
.m-minicart__discount{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}
.m-minicart__discount-label{font-size:var(--minicart-discount-label-font-size);line-height:var(--minicart-discount-label-line-height);color:var(--minicart-discount-label-color)}
.m-minicart__discount-value{text-align:right;margin-left:auto;font-size:var(--minicart-discount-value-font-size);font-weight:bold;line-height:var(--minicart-discount-value-line-height);color:var(--minicart-discount-value-color)}
.m-minicart__total{display:-webkit-box;display:-ms-flexbox;display:flex}
.m-minicart__total-label{font-size:var(--minicart-total-label-font-size);font-weight:bold;line-height:var(--minicart-total-label-line-height);color:var(--minicart-total-label-color)}
.m-minicart__total-value{text-align:right;margin-left:auto;font-size:var(--minicart-total-value-font-size);line-height:var(--minicart-total-value-line-height);color:var(--minicart-total-value-color);font-weight:bold}
.m-minicart__checkout{background-color:var(--minicart-checkout-background-color);padding:24px 45px 0 30px;margin-bottom:auto}
.m-minicart__checkout .a-button{padding-bottom:24px}
.m-minicart__detail{padding:15px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.m-minicart__detail-icon{padding:8px 8px 8px 8px;background-color:var(--minicart-total-label-color);color:#fff;margin:4px 4px auto 0;font-size:24px;border-radius:6px}
.m-minicart__detail-text{color:black;font-size:var(--minicart-label-font-size);line-height:var(--minicart-label-line-height);margin-left:4px;margin-right:auto}
.m-minicart__on-edit-mode .m-minicart__content{width:100%;height:auto;min-height:0}
.m-minicart__button-list .a-button{margin-bottom:16px}
.m-minicart .a-promo-code{margin-bottom:var(--minicart-button-list-margin-bottom)}
.m-minicart .a-promo-code__heading{cursor:pointer}
.m-minicart .a-promo-code__title{font-size:var(--minicart-label-font-size);font-weight:bold;line-height:var(--minicart-label-line-height)}
@media(min-width:768px){.m-minicart .a-promo-code__title{font-size:var(--minicart-promo-code-font-size);line-height:var(--minicart-promo-code-line-height)}
}
.m-minicart .a-promo-code__btn-expand{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--minicart-promo-code-btn-bg-color);color:var(--minicart-promo-code-btn-color);border-radius:var(--minicart-promo-code-btn-radius);margin-left:auto;height:var(--minicart-promo-code-btn-height);width:var(--minicart-promo-code-btn-width);cursor:pointer}
.m-minicart .a-promo-code__label-container{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:var(--minicart-promo-code-label-cont-padding-right)}
.m-minicart .a-promo-code__label{width:100%;margin:0}
.m-minicart .a-promo-code__input{display:block;border:var(--minicart-promo-code-input-border);border-radius:var(--minicart-promo-code-input-radius);padding:var(--minicart-promo-code-input-padding);margin-right:var(--minicart-promo-code-input-margin-right);width:100%}
.m-minicart .a-promo-code__input::-webkit-input-placeholder{color:var(--minicart-promo-code-input-placeholder-color)}
.m-minicart .a-promo-code__input::-moz-placeholder{color:var(--minicart-promo-code-input-placeholder-color)}
.m-minicart .a-promo-code__input:-ms-input-placeholder{color:var(--minicart-promo-code-input-placeholder-color)}
.m-minicart .a-promo-code__input::-ms-input-placeholder{color:var(--minicart-promo-code-input-placeholder-color)}
.m-minicart .a-promo-code__input::placeholder{color:var(--minicart-promo-code-input-placeholder-color)}
.m-minicart .a-promo-code .remove-tag-adj{padding:.8125rem 1rem .8125rem .5rem}
.m-minicart .a-promo-code__input-container{position:relative}
.m-minicart .a-promo-code__input-icon{color:var(--minicart-promo-code-tag-bell-icon-color);position:absolute;top:var(--minicart-promo-code-price-tag-icon-top);left:var(--minicart-promo-code-price-tag-icon-left)}
.m-minicart .a-promo-code__btn-container{padding-bottom:var(--minicart-promo-code-btn-container-padding-bottom);margin-left:auto;margin-top:var(--minicart-promo-code-btn-container-margin-top);min-width:var(--minicart-promo-code-btn-container-max-width)}
.m-minicart .a-promo-code__btn-container .a-spinner{padding-bottom:0}
.m-minicart .a-promo-code .remove-label-adj{padding-bottom:inherit;margin-top:inherit}
@media(max-width:991.98px){.m-minicart .a-promo-code .m-minicart .a-promo-code .remove-label-adj{margin-top:20px}
}
.m-minicart .a-promo-code__tag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:var(--minicart-promo-code-tag-font-size);letter-spacing:var(--minicart-promo-code-tag-letter-spacing);line-height:var(--minicart-promo-code-tag-line-height);background:var(--minicart-promo-code-tag-bg-color);border:var(--minicart-promo-code-tag-border);border-radius:999px;padding:var(--minicart-promo-code-tag-padding);margin:var(--minicart-promo-code-tag-margin)}
.m-minicart .a-promo-code__tag--disabled{opacity:.5}
.m-minicart .a-promo-code__tag-bell-icon{color:var(--minicart-promo-code-tag-bell-icon-color);margin-right:var(--minicart-promo-code-tag-bell-icon-margin-right)}
.m-minicart .a-promo-code__tag-delete-icon{color:var(--minicart-promo-code-tag-delete-icon-color);margin-left:var(--minicart-promo-code-tag-delete-icon-margin-left);cursor:pointer}
.m-minicart .a-promo-code__form{margin:var(--minicart-promo-code-form-margin)}
.m-minicart .a-promo-code--with-error .a-promo-code__label{color:var(--minicart-promo-code-error-color)}
.m-minicart .a-promo-code--with-error .a-promo-code__input{border-color:var(--minicart-promo-code-error-color)}
.m-minicart .a-promo-code__error-msg{font-size:var(--minicart-promo-code-tag-font-size);line-height:var(--minicart-promo-code-tag-line-height);color:var(--minicart-promo-code-error-color);margin-top:var(--minicart-promo-code-error-margin-top)}
.m-minicart #below-cart-msg .a-button--primary{margin-bottom:1.5rem}
.m-minicart #below-cart-msg .productsection{padding:0;margin:var(--minicart-product-section-margin)}
.m-minicart #below-cart-msg .productsection .o-product-section__container{padding:0}
.m-minicart #below-cart-msg .productsection .o-product-section__image-wrapper{max-width:var(--minicart-product-section-image-max-width);margin:0;-webkit-box-sizing:content-box;box-sizing:content-box}
@media(max-width:991.98px){.m-minicart #below-cart-msg .productsection .o-product-section__image-wrapper{padding-right:var(--minicart-product-section-image-padding-right-mb)}
}
.m-minicart #below-cart-msg .productsection .o-product-section__content{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0;max-width:none}
.m-minicart #below-cart-msg .productsection .o-product-section__para{color:var(--minicart-product-section-para-color);font-size:var(--minicart-label-font-size);line-height:var(--minicart-label-line-height)}
.m-minicart #below-cart-msg .productsection .o-product-section__para>p:last-child{margin-bottom:0}
.m-minicart #below-cart-msg .productsection .o-product-section__custom-list{display:none}
.m-minicart #below-cart-msg .productsection .o-product-section__row{margin:0}
.m-minicart .a-spinner{padding-bottom:var(--minicart-bottom-margin-bottom)}
@media(max-width:767.98px){.m-minicart .a-stepper__input-grp-btn{width:var(--minicart-stepper-input-width-mb)}
}
@media screen and (max-width:369px){.m-minicart .a-stepper__input-grp-btn{width:var(--minicart-stepper-input-width-xmb)}
.m-minicart .a-stepper__number{width:var(--minicart-stepper-number-width-xmb);min-width:0}
}
.m-minicart__request-error{display:none}
.m-minicart__edit-cart{color:var(--primary-color);font-weight:bold;text-decoration:underline;margin-left:auto}
@media(max-width:767.98px){.m-ordersummary.is-collapsed .m-minicart__main-content,.m-ordersummary.is-collapsed #empty-cart-msg,.m-ordersummary.is-collapsed #below-cart-msg{display:none !important}
.m-ordersummary.is-collapsed .m-minicart__heading-toggle:before{-webkit-transform:rotate(-270deg);transform:rotate(-270deg)}
}
.m-ordersummary__container{background:var(--minicart-items-bg-color);-webkit-box-shadow:var(--minicart-box-shadow);box-shadow:var(--minicart-box-shadow);height:100%}
@media(min-width:768px){.m-ordersummary__container>.m-ordersummary__main{position:sticky;top:0}
}
.m-ordersummary__content{padding-bottom:var(--minicart-content-padding-bottom)}
@media(min-width:768px) and (max-width:991.98px){.m-ordersummary__position-sticky .m-ordersummary__container>.m-ordersummary__main{z-index:100}
}
@media(max-width:991.98px){.m-ordersummary__position-sticky .m-ordersummary:not(.is-collapsed) #ordersummary{-webkit-box-shadow:var(--minicart-box-shadow);box-shadow:var(--minicart-box-shadow)}
}
.m-ordersummary__position-sticky #ordersummary{background-color:var(--minicart-header-bg-color)}
@media(max-width:991.98px){.m-ordersummary__position-sticky #ordersummary{position:fixed;top:100px;width:100%;z-index:1;max-width:33.75rem;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-bottom:1px solid rgba(104,57,57,0.41)}
}
@media(max-width:991.98px){.m-ordersummary__position-sticky #ordersummary .m-minicart__header .d-flex.align-items-center{position:relative;padding-bottom:30px}
.m-ordersummary__position-sticky #ordersummary .m-minicart__header .d-flex.align-items-center>:last-child{position:absolute;right:0;bottom:0}
}
.m-ordersummary__lightgrey #ordersummary{background-color:var(--gray-white-color) !important}
.m-ordersummary__lightgrey #ordersummary .m-minicart__header{background:transparent}
.m-ordersummary__lightgrey #ordersummary .m-minicart__totals{background-color:transparent}
.m-ordersummary__lightgrey #ordersummary .a-promo-code__btn-expand{background-color:transparent;color:inherit}
.m-ordersummary__item-qty-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}
.m-ordersummary__item-qty{color:var(--minicart-item-qty-color);text-align:center;font-size:var(--minicart-item-qty-font-size);background-color:var(--minicart-item-qty-bg-color);height:var(--minicart-item-qty-height);width:var(--minicart-item-qty-width);border-radius:50%}
.m-ordersummary .m-minicart__cart-item:last-child:last-child{border-bottom:1px solid rgba(104,57,57,0.41)}
.m-ordersummary .m-minicart__header,.m-ordersummary .m-minicart__totals{padding-left:var(--minicart-header-padding-x);padding-right:var(--minicart-header-padding-x)}
.m-ordersummary .m-minicart__items,.m-ordersummary .m-minicart__bottom{padding:var(--minicart-items-padding)}
@media(max-width:767.98px){.m-ordersummary .m-minicart__heading{font-size:16px;line-height:var(--minicart-label-line-height)}
}
.m-order-confirmation{margin-bottom:var(--minicart-margin-bottom)}
.m-order-confirmation .m-ordersummary__content{padding-bottom:0}
.m-order-confirmation .m-minicart__cart-item:last-child:last-child{border-bottom:0}
.o-header__mini-cart.hide-icon .m-minicart__btn-icon,.o-header__mini-cart.hide-icon .m-minicart__btn-text{display:none}
.minicartbutton.hide-icon{display:none}
.a-indicator__dot,.o-media-pagination .slick-dots li button,.a-indicator__dot-light,.o-media-pagination--dark.o-media-pagination .slick-dots li button{width:var(--indicator-width);height:var(--indicator-height);border-radius:var(--indicator-border-radius);border:var(--indicator-border-width) solid var(--indicator-border-color);background-color:var(--indicator-dot);display:inline-block;margin:var(--indicator-dot-margin);-webkit-box-sizing:content-box;box-sizing:content-box;cursor:pointer}
.a-indicator__dot:hover,.o-media-pagination .slick-dots li button:hover,.a-indicator__dot-light:hover{background-color:var(--indicator-dot-hover-color)}
.a-indicator--dark{background-color:var(--indicator-container-dark-bg)}
.a-indicator__dot--active,.o-media-pagination .slick-dots li.slick-active button{background-color:var(--indicator-dot-active)}
.a-indicator__dot--active:hover,.o-media-pagination .slick-dots li.slick-active button:hover{background-color:var(--indicator-dot-active)}
.a-indicator__dot-light,.o-media-pagination--dark.o-media-pagination .slick-dots li button{border-color:var(--indicator-light-dot)}
.a-indicator__dot-light--active,.o-media-pagination--dark.o-media-pagination .slick-dots li.slick-active button{background-color:var(--indicator-light-dot-active)}
.a-indicator__dot-light--active:hover,.o-media-pagination--dark.o-media-pagination .slick-dots li.slick-active button:hover{background-color:var(--indicator-light-dot-active)}
.o-media-pagination{height:auto}
.o-media-pagination .slick-slide{height:680px}
.o-media-pagination .image{position:relative;width:100%;height:680px}
.o-media-pagination .cmp-image__image{width:100%;height:100%;position:absolute;left:0;top:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}
.o-media-pagination--dark.o-media-pagination .slick-arrow{color:var(--hero-carousel-dark-arrow-color);background-color:var(--hero-carousel-dark-arrow-bg-color)}
@media(max-width:991.98px){.o-media-pagination{height:190px;width:100vw;margin-left:calc(-1 * (100vw - 100%) / 2)}
.o-media-pagination .slick-slide,.o-media-pagination .image{height:190px}
.o-media-pagination .slick-slide .a-video__player{height:190px}
.o-media-pagination .slick-arrow{display:none !important}
.o-media-pagination .slick-dots{top:166px}
}
@media(min-width:768px) and (max-width:991.98px){.o-media-pagination{height:333px}
.o-media-pagination .slick-dots{top:293px}
.o-media-pagination .slick-slide .a-video__player{height:333px}
.o-media-pagination .slick-slide,.o-media-pagination .image{height:333px}
}
@media(min-width:992px){.o-media-pagination .slick-dots{top:616px}
}
.o-media-pagination.slick-slider{margin-bottom:0}
.o-media-pagination .video{padding:0 !important}
.o-media-pagination .a-video__caption{display:none}
.o-media-pagination .a-video__player{padding-bottom:0;height:680px}
.o-media-pagination[data-no-indicators="true"] .slick-dots{display:none !important}
.o-media-pagination .slick-arrow{width:var(--hero-carousel-arrow-width);height:var(--hero-carousel-arrow-height);border-radius:var(--hero-carousel-arrow-border-radius);background-color:var(--hero-carousel-arrow-bg-color);color:var(--hero-carousel-arrow-color);z-index:99;opacity:.3}
.o-media-pagination .slick-arrow:hover{opacity:1}
.o-media-pagination .slick-prev{left:30px}
.o-media-pagination .slick-next{right:30px}
.o-media-pagination .slick-dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;bottom:auto;width:100%;left:0;padding:0}
.o-media-pagination .slick-dots li{list-style-type:none;width:auto;height:auto;margin:0;padding:0}
.o-media-pagination .slick-dots li button{padding:0}
.o-media-pagination .slick-dots li button:before{content:none}
.m-masked-container.masked section{max-height:500px;overflow:hidden;position:relative}
.m-masked-container.masked section:after{content:"";display:block;position:absolute;background:#fff;background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(50%,#fff),to(#fff));background:linear-gradient(180deg,rgba(255,255,255,0) 0,#fff 50%,#fff 100%);width:100%;height:100%;top:0}
.m-masked-container.masked .m-masked-container__login-form{display:-webkit-box;display:-ms-flexbox;display:flex}
.m-masked-container .m-masked-container__login-form{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;top:-250px;width:100%;z-index:1}
.m-masked-container .m-masked-container__login-form>div{-ms-flex-preferred-size:400px;flex-basis:400px}
.aem-AuthorLayer-Edit .m-masked-container.masked section{max-height:initial;overflow:visible}
.aem-AuthorLayer-Edit .m-masked-container.masked section:after{display:none}
.m-layout-container{padding-top:var(--layout-container-padding-top);padding-bottom:var(--layout-container-padding-bottom)}
.m-layout-container .a-container{margin:0;padding:0}
.m-layout-container--subtitle{font-size:var(--layout-container-subtitle-font-size);line-height:var(--layout-container-subtitle-line-height);color:var(--layout-container-subtitle-color);text-transform:none;font-weight:normal}
.o-info-section{position:relative;padding:var(--info-section-padding);height:var(--info-section-height)}
@media(max-width:767.98px){.o-info-section{padding:var(--info-section-padding-mob);height:auto}
}
.o-info-section__container{height:var(--info-section-container-height);overflow:hidden}
@media(max-width:767.98px){.o-info-section__container{padding:0;height:auto}
}
.o-info-section__heading{width:100%;display:block}
.o-info-section__heading .a-title{padding-bottom:var(--info-section-heading-padding-bottom)}
.o-info-section__title{padding-bottom:var(--info-section-title-margin-bottom)}
.o-info-section__link{padding-bottom:var(--info-section-link-margin-bottom)}
.o-info-section__sub-title{padding:var(--info-section-sub-title-padding)}
.o-info-section__para{font-size:var(--info-section-para-font-size);line-height:var(--info-section-para-line-height);color:var(--info-section-para-color)}
.o-info-section__para p{padding-bottom:var(--info-section-para-padding-bottom);font-size:var(--info-section-para-font-size);line-height:var(--info-section-para-line-height);color:var(--info-section-para-color)}
.o-info-section__button-wrapper{padding-top:var(--info-section-btn-padding-bottom)}
@media(max-width:767.98px){.o-info-section__button-wrapper .a-button{display:block;width:100%}
}
.o-info-section--light{background-color:var(--info-section-light)}
.o-info-section--dark{background-color:var(--info-section-dark)}
.o-info-section--dark .a-title__text{color:var(--info-section-dark-color);border-color:var(--info-section-dark-border-color)}
.o-info-section--dark .a-title__text:after,.o-info-section--dark .a-title__text:before{border-top-color:var(--info-section-dark-border-color)}
.o-info-section--dark h1,.o-info-section--dark h2,.o-info-section--dark h3,.o-info-section--dark h4,.o-info-section--dark h5,.o-info-section--dark h6,.o-info-section--dark p{color:var(--info-section-dark-color)}
@media(max-width:767.98px){.o-info-section--show-hide-mobile-image.a-bg-img{display:block}
}
.a-indicator__dot,.a-indicator__dot-light{width:var(--indicator-width);height:var(--indicator-height);border-radius:var(--indicator-border-radius);border:var(--indicator-border-width) solid var(--indicator-border-color);background-color:var(--indicator-dot);display:inline-block;margin:var(--indicator-dot-margin);-webkit-box-sizing:content-box;box-sizing:content-box;cursor:pointer}
.a-indicator__dot:hover,.a-indicator__dot-light:hover{background-color:var(--indicator-dot-hover-color)}
.a-indicator--dark{background-color:var(--indicator-container-dark-bg)}
.a-indicator__dot--active{background-color:var(--indicator-dot-active)}
.a-indicator__dot--active:hover{background-color:var(--indicator-dot-active)}
.a-indicator__dot-light{border-color:var(--indicator-light-dot)}
.a-indicator__dot-light--active{background-color:var(--indicator-light-dot-active)}
.a-indicator__dot-light--active:hover{background-color:var(--indicator-light-dot-active)}
.m-imagewithanimation__container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.m-imagewithanimation__container .image-layer--main-layer{position:relative;z-index:3}
@media(max-width:767.98px){.m-imagewithanimation__container .image-layer--main-layer{width:70%;height:auto}
}
@media(min-width:768px) and (max-width:991.98px){.m-imagewithanimation__container .image-layer--main-layer{width:60%;height:auto}
}
@media(min-width:1200px){.m-imagewithanimation__container .image-layer--main-layer{margin-right:-15%}
}
.m-imagewithanimation__container .image-layer--play-layer{position:absolute;z-index:2}
@media(max-width:991.98px){.m-imagewithanimation__container .image-layer--play-layer{display:none}
}
@media(min-width:992px){.m-imagewithanimation__container .image-layer--play-layer{margin-right:-45%}
}
@media(min-width:1200px){.m-imagewithanimation__container .image-layer--play-layer{margin-right:-30%}
}
.m-imagewithanimation__container .image-layer--pause-layer{position:absolute;z-index:1;display:none}
@media(max-width:991.98px){.m-imagewithanimation__container .image-layer--pause-layer{display:none}
}
.m-imagewithanimation__container .container__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:var(--imagewithanimation-button-circle-size);min-height:var(--imagewithanimation-button-circle-size);background:var(--imagewithanimation-button-bg-color);border-radius:50%;text-decoration:none;-ms-flex-item-align:end;align-self:flex-end;z-index:4}
@media(max-width:991.98px){.m-imagewithanimation__container .container__button{display:none}
}
.m-imagewithanimation__container .container__button:hover,.m-imagewithanimation__container .container__button:focus{text-decoration:none}
.m-imagewithanimation__container .container__button .button__icon{font-size:var(--imagewithanimation-icon-size);color:var(--imagewithanimation-icon-color)}
.mt-100{margin-top:100px !important}
.o-imagemap{position:relative}
.o-imagemap .o-imagemap-image{text-align:center;position:relative}
.o-imagemap .o-imagemap-image .cmp-image{position:relative;text-align:center;display:inline-block}
.o-imagemap .o-imagemap-image .cmp-image a{display:block;width:16px;height:16px;border-radius:100%;padding:var(--imagemapsticky-size-12);background-color:var(--icon-color);position:relative;color:var(--imagemapsticky-color-blue)}
@media(max-width:767.98px){.o-imagemap .o-imagemap-image .cmp-image a{display:none}
}
.o-imagemap .o-imagemap-image .cmp-image a::after{content:"";width:16px;height:16px;border-radius:100%;padding:0;position:absolute;top:4px;left:4px}
.o-imagemap .o-imagemap-image .cmp-image a::before{content:"";-webkit-transition:all .3s ease;transition:all .3s ease;width:24px;height:24px;border-radius:100%;padding:0;position:absolute;top:0;left:0;-webkit-animation:pulsing 2s infinite;animation:pulsing 2s infinite;-webkit-box-shadow:0 0 15px var(--icon-color);box-shadow:0 0 15px var(--icon-color)}
.o-imagemap .o-imagemap-image .cmp-image .active::after{content:"";background:-webkit-linear-gradient(90deg,transparent 0,transparent 46%,#fff 46%,#fff 56%,transparent 56%,transparent 100%)}
.o-imagemap .o-imagemap-image .cmp-image .inactive::after{content:"";background:-webkit-linear-gradient(0,transparent 0,transparent 46%,#fff 46%,#fff 56%,transparent 56%,transparent 100%),-webkit-linear-gradient(90deg,transparent 0,transparent 46%,#fff 46%,#fff 56%,transparent 56%,transparent 100%)}
.o-imagemap .o-imagemap-image .cmp-image .image-map-click .image-map-mousehover{width:320px;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}
@media(max-width:1199.98px){.o-imagemap .o-imagemap-image .cmp-image .image-map-click .image-map-mousehover{width:150px}
}
.o-imagemap .o-imagemap-image .cmp-image .image-map-click .image-map-mousehover p{margin-top:-20px;padding-left:5px;width:80%;color:var(--imagemapsticky-color-white);line-height:1.25em;margin-bottom:var(--imagemapsticky-size-28);font-size:var(--imagemapsticky-size-16)}
.o-imagemap .o-imagemap-image .cmp-image .image-map-click .image-map-mousehover--right{left:0;position:absolute;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}
.o-imagemap .o-imagemap-image .cmp-image .image-map-click .image-map-mousehover--right span{padding:.3px 20px;border-top:2px solid var(--icon-color);margin-top:-1px;margin-left:26px}
.o-imagemap .o-imagemap-image .cmp-image .image-map-click .image-map-mousehover--right p{text-align:left}
.o-imagemap .o-imagemap-image .cmp-image .image-map-click .image-map-mousehover--left{right:0;position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}
.o-imagemap .o-imagemap-image .cmp-image .image-map-click .image-map-mousehover--left span{padding:.3px 20px;border-top:2px solid var(--icon-color);margin-top:-1px;margin-right:26px}
.o-imagemap .o-imagemap-image .cmp-image .image-map-click .image-map-mousehover--left p{text-align:left}
.o-imagemap .o-imagemap-image .cmp-image .image-map-click::before{-webkit-animation:pulsing 2s infinite;animation:pulsing 2s infinite}
@-webkit-keyframes pulsing{0{-webkit-transform:scale(1);transform:scale(1);opacity:1}
50%{-webkit-transform:scale(0.5);transform:scale(0.5);opacity:0}
100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}
}
@keyframes pulsing{0{-webkit-transform:scale(1);transform:scale(1);opacity:1}
50%{-webkit-transform:scale(0.5);transform:scale(0.5);opacity:0}
100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}
}
.o-imagemap .hide{opacity:0;display:none}
.o-imagemap .fade-out{-webkit-transition:1s linear all;transition:1s linear all}
.o-imagemap .sticky-image-menu{position:fixed;top:99px;width:100%;z-index:99;-webkit-box-shadow:0 6px 6px #00000066;box-shadow:0 6px 6px #00000066;left:0}
.o-imagemap .sticky-image-menu .section-1{max-width:1140px;margin:0 auto}
.o-imagemap-sticky-menu{background:var(--imagemapsticky-color-dawn-pink);margin-bottom:0;text-align:center;margin-top:0 !important}
.o-imagemap-sticky-menu .section-1{padding:var(--imagemapsticky-size-15) 0}
@media(max-width:767.98px){.o-imagemap-sticky-menu .section-1{text-align:left;padding-left:15px}
}
.o-imagemap-sticky-menu .section-1 label{padding-right:var(--imagemapsticky-size-10);margin-bottom:0}
@media(max-width:767.98px){.o-imagemap-sticky-menu .section-1 label{padding-bottom:10px}
}
.o-imagemap-sticky-menu .section-1 label h4{margin-bottom:0;font-weight:400;color:var(--imagemapsticky-color-charcoal)}
.o-imagemap-sticky-menu .section-1 select{width:100%;max-width:500px;border-style:solid;padding:4px 0}
@media(max-width:991.98px){.o-imagemap-sticky-menu .section-1 select{max-width:350px}
}
.o-imagemap-sticky-menu .back-to-map{padding-left:10%;text-decoration:none;color:var(--imagemapsticky-color-seablue)}
.o-imagemap-sticky-menu .back-to-map:hover{color:var(--imagemapsticky-color-blue)}
@media(max-width:767.98px){.o-imagemap-sticky-menu .back-to-map{display:none}
}
.o-imagemap-popup--default{background-color:var(--icon-color)}
.o-imagemap-popup--default .o-imagemap-popup--content{background-repeat:no-repeat;background-position:center center;background-size:contain;border:2px solid var(--imagemapsticky-color-white);-webkit-box-shadow:2px 2px 5px var(--imagemapsticky-color-medium-gray);box-shadow:2px 2px 5px var(--imagemapsticky-color-medium-gray);background-clip:padding-box;z-index:5;font-size:1rem;width:400px;height:400px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-moz-background-clip:padding;-webkit-background-clip:padding-box;position:absolute;color:var(--imagemapsticky-color-white);margin-left:-170px;top:20%;left:45%;padding-top:200px;text-align:center}
@media(max-width:991.98px){.o-imagemap-popup--default .o-imagemap-popup--content{top:24%}
}
.o-imagemap-popup--default .o-imagemap-popup--content h1,.o-imagemap-popup--default .o-imagemap-popup--content h2,.o-imagemap-popup--default .o-imagemap-popup--content h3,.o-imagemap-popup--default .o-imagemap-popup--content h4,.o-imagemap-popup--default .o-imagemap-popup--content h5,.o-imagemap-popup--default .o-imagemap-popup--content h6{font-family:"BrandonGrotesqueBold",Arial,Helvetica,sans-serif;font-weight:300;text-transform:uppercase;padding-top:9px;color:var(--imagemapsticky-color-white);margin:0 0 10px 0}
.o-imagemap-popup--default .o-imagemap-popup--content p{line-height:1.25em;margin-bottom:10px;font-size:var(--imagemapsticky-size-16);font-family:"Georgia",Arial,Helvetica,sans-serif}
.o-imagemap-popup--default .o-imagemap-popup--content a{color:var(--imagemapsticky-color-white);margin:0 0 10px 0;padding:0;line-height:1.3}
.o-imagemap-popup--default .o-imagemap-popup--content a:hover{text-decoration:none}
.o-imagemap-popup--default .o-imagemap-popup--content .o-imagemap-popup--content__button{background:0;border:0;position:absolute;bottom:-5%;left:45%}
.o-imagemap-popup--default .o-imagemap-popup--content .o-imagemap-popup--content__button .o-imagemap-popup--content__button--close{display:block;width:20px;height:20px;border:2px solid var(--icon-color);border-radius:100%;padding:12px;background-color:var(--imagemapsticky-color-white);position:relative}
.o-imagemap-popup--default .o-imagemap-popup--content .o-imagemap-popup--content__button .o-imagemap-popup--content__button--close::before{content:"";background:-webkit-linear-gradient(-45deg,transparent 0,transparent 46%,var(--icon-color) 46%,var(--icon-color) 56%,transparent 56%,transparent 100%),-webkit-linear-gradient(45deg,transparent 0,transparent 46%,var(--icon-color) 46%,var(--icon-color) 56%,transparent 56%,transparent 100%);-webkit-transition:all .3s ease;transition:all .3s ease;width:16px;height:16px;border-radius:100%;padding:0;position:absolute;top:4px;left:5px}
.o-imagemap--compact .o-imagemap-title{margin-bottom:40px}
@media(max-width:767.98px){.o-imagemap--compact .o-imagemap-title{padding-top:30px;background-color:#004f71;margin-bottom:0;padding-bottom:20px}
}
.o-imagemap--compact .o-imagemap-title .imagemaptitle .cmp-title h1{color:#fff;font-size:2rem}
@media(max-width:767.98px){.o-imagemap--compact .o-imagemap-title .imagemaptitle .cmp-title h1{margin-bottom:0}
}
@media(max-width:767.98px){.o-imagemap--compact .o-imagemap-image{background-color:#004f71}
}
.o-imagemap--compact .o-imagemap-text{margin-top:30px}
.a-image__default{width:100%}
.a-image__default.a-image__original{width:auto;max-width:100%;margin:0 auto}
.parallax-wrapper{position:relative;height:100%;overflow:hidden}
.parallax-wrapper__parallax-image{position:absolute;top:0;left:0;width:100%;height:100vh;-o-object-fit:cover;object-fit:cover;z-index:-1}
.image--align-left{text-align:left}
.image--align-center{text-align:center}
.image--align-right{text-align:right}
@media only screen and (max-width:991.98px){.cmp-image__tablet--hide{display:none !important}
}
@media only screen and (max-width:767.98px){.cmp-image__mobile--hide{display:none !important}
}
@media only screen and (max-width:767.98px){.cmp-image__mobile--show{display:inline-block !important}
}
@media only screen and (min-width:768.98px) and (max-width:991.98px){.cmp-image__tablet--show{display:inline-block !important}
}
.a-image-list{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:var(--image-list-margin-bottom)}
.a-image-list__image{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:center;align-content:center;margin-right:var(--image-list-icon-margin-right)}
.a-image-list__image img{max-height:var(--image-list-image-max-height);max-width:var(--image-list-image-max-width)}
.video-js{--iconcta-hover-default:rgba(34,39,49,0.4);--iconcta-light-magenta:rgba(170,0,97,0.6)}
.m-iconcta .m-iconcta-title{margin-bottom:48px}
.m-iconcta .m-iconcta-title h1,.m-iconcta .m-iconcta-title h2,.m-iconcta .m-iconcta-title h3,.m-iconcta .m-iconcta-title h4,.m-iconcta .m-iconcta-title h5,.m-iconcta .m-iconcta-title h6,.m-iconcta .m-iconcta-title p{margin:0;padding:0}
.m-iconcta .button-bg--danger{background:var(--iconcta-danger);color:var(--iconcta-white);border:1px solid}
.m-iconcta .button-bg--danger:hover{background:var(--iconcta-white);color:var(--iconcta-danger);border:1px solid var(--iconcta-danger)}
.m-iconcta .button-bg--danger-disabled{background:var(--iconcta-charcoal-disabled);color:var(--iconcta-white)}
.m-iconcta .button-bg--primary{background:var(--iconcta-cerulean-blue);color:var(--iconcta-white);border:1px solid}
.m-iconcta .button-bg--primary:hover{background:var(--iconcta-white);color:var(--iconcta-cerulean-blue);border:1px solid var(--iconcta-cerulean-blue)}
.m-iconcta .button-bg--primary-disabled{background:var(--iconcta-charcoal-disabled);color:var(--iconcta-white)}
.m-iconcta .button-bg--secondary{background:var(--iconcta-secondary);color:var(--icon-white);border:1px solid}
.m-iconcta .button-bg--secondary:hover{background:var(--iconcta-white);color:var(--iconcta-tertiary-v);border:1px solid var(--iconcta-secondary)}
.m-iconcta .button-bg--secondary-disabled{background:var(--iconcta-charcoal-disabled);color:var(--iconcta-white)}
.m-iconcta .button-bg--tertiary{background:var(--iconcta-tertiary-v);color:var(--iconcta-white);border:1px solid}
.m-iconcta .button-bg--tertiary:hover{background:var(--iconcta-white);color:var(--iconcta-tertiary-v);border:1px solid var(--iconcta-tertiary-v)}
.m-iconcta .button-bg--tertiary-disabled{background:var(--iconcta-charcoal-disabled);color:var(--iconcta-white)}
.m-iconcta .button-bg--primary-v1{background-color:var(--iconcta-primary-v1-bg);color:var(--iconcta-primary-v1-color)}
.m-iconcta .button-bg--primary-v1:hover{color:var(--iconcta-primary-v1-color)}
.m-iconcta .button-bg--primary-v1:active{background-color:var(--iconcta-primary-v1-bg-pressed);color:var(--iconcta-primary-v1-color-pressed)}
.m-iconcta .button-bg--primary-v2{background-color:var(--iconcta-primary-v2-bg);color:var(--iconcta-primary-v2-color)}
.m-iconcta .button-bg--primary-v2:hover{color:var(--iconcta-primary-v2-color)}
.m-iconcta .button-bg--primary-v2:active{background-color:var(--iconcta-primary-v2-bg-pressed);color:var(--iconcta-primary-v2-color)}
.m-iconcta .button-bg--secondary-v1{border:var(--iconcta-secondary-v1-border);background-color:var(--iconcta-secondary-v1-bg);color:var(--iconcta-secondary-v1-color)}
.m-iconcta .button-bg--secondary-v1:hover{background-color:var(--iconcta-secondary-v1-bg-hover);color:var(--iconcta-secondary-v1-color);-webkit-box-shadow:none;box-shadow:none}
.m-iconcta .button-bg--secondary-v1:active{background-color:var(--iconcta-secondary-v1-bg-pressed);color:var(--iconcta-secondary-v1-color);-webkit-box-shadow:var(--iconcta-box-shadow);box-shadow:var(--iconcta-box-shadow)}
.m-iconcta .horizontal-ruler{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:24px 16px 24px 16px}
.m-iconcta .horizontal-ruler__icon-cta-image img{width:100px;height:100px}
.m-iconcta .horizontal-ruler--romove-border{border-bottom:none !important}
.m-iconcta .horizontal-ruler--top-dark-blue{border-top:1px solid var(--iconcta-dark-blue)}
.m-iconcta .horizontal-ruler--top-light-blue{border-top:1px solid var(--iconcta-light-blue)}
.m-iconcta .horizontal-ruler--top-medium-blue{border-top:1px solid var(--iconcta-tertiary-v)}
.m-iconcta .horizontal-ruler--top-primary-blue{border-top:1px solid var(--iconcta-primary-blue)}
.m-iconcta .horizontal-ruler--top-charcoal{border-top:1px solid var(--iconcta-charcoal)}
.m-iconcta .horizontal-ruler--top-gold{border-top:1px solid var(--iconcta-yellow-pressed)}
.m-iconcta .horizontal-ruler--top-light-green{border-top:1px solid var(--iconcta-light-green)}
.m-iconcta .horizontal-ruler--top-medium-green{border-top:1px solid var(--iconcta-medium-green)}
.m-iconcta .horizontal-ruler--top-dark-gray{border-top:1px solid var(--iconcta-dark-gray)}
.m-iconcta .horizontal-ruler--top-medium-gray{border-top:1px solid var(--iconcta-medium-gray)}
.m-iconcta .horizontal-ruler--top-light-gray{border-top:1px solid var(--iconcta-light-gray)}
.m-iconcta .horizontal-ruler--top-magenta{border-top:1px solid var(--iconcta-magenta)}
.m-iconcta .horizontal-ruler--top-mint{border-top:1px solid var(--iconcta-secondary)}
.m-iconcta .horizontal-ruler--top-orange{border-top:1px solid var(--iconcta-orange)}
.m-iconcta .horizontal-ruler--top-purple{border-top:1px solid var(--iconcta-purple)}
.m-iconcta .horizontal-ruler--top-red{border-top:1px solid var(--iconcta-danger)}
.m-iconcta .horizontal-ruler--top-yellow{border-top:1px solid var(--iconcta-yellow)}
.m-iconcta .horizontal-ruler--top-black{border-top:1px solid var(--iconcta-black)}
.m-iconcta .horizontal-ruler--top-white{border-top:1px solid var(--iconcta-white)}
.m-iconcta .horizontal-ruler--bottom-dark-blue{border-bottom:1px solid var(--iconcta-dark-blue)}
.m-iconcta .horizontal-ruler--bottom-light-blue{border-bottom:1px solid var(--iconcta-light-blue)}
.m-iconcta .horizontal-ruler--bottom-medium-blue{border-bottom:1px solid var(--iconcta-tertiary-v)}
.m-iconcta .horizontal-ruler--bottom-primary-blue{border-bottom:1px solid var(--iconcta-primary-blue)}
.m-iconcta .horizontal-ruler--bottom-light-green{border-bottom:1px solid var(--iconcta-light-green)}
.m-iconcta .horizontal-ruler--bottom-medium-green{border-bottom:1px solid var(--iconcta-medium-green)}
.m-iconcta .horizontal-ruler--bottom-dark-gray{border-bottom:1px solid var(--iconcta-dark-gray)}
.m-iconcta .horizontal-ruler--bottom-medium-gray{border-bottom:1px solid var(--iconcta-medium-gray)}
.m-iconcta .horizontal-ruler--bottom-light-gray{border-bottom:1px solid var(--iconcta-light-gray)}
.m-iconcta .horizontal-ruler--bottom-magenta{border-bottom:1px solid var(--iconcta-magenta)}
.m-iconcta .horizontal-ruler--bottom-mint{border-bottom:1px solid var(--iconcta-secondary)}
.m-iconcta .horizontal-ruler--bottom-orange{border-bottom:1px solid var(--iconcta-orange)}
.m-iconcta .horizontal-ruler--bottom-purple{border-bottom:1px solid var(--iconcta-purple)}
.m-iconcta .horizontal-ruler--bottom-red{border-bottom:1px solid var(--iconcta-danger)}
.m-iconcta .horizontal-ruler--bottom-yellow{border-top:1px solid var(--iconcta-yellow);border-bottom:1px solid var(--iconcta-yellow)}
.m-iconcta .horizontal-ruler--bottom-black{border-top:1px solid var(--iconcta-black);border-bottom:1px solid var(--iconcta-black)}
.m-iconcta .horizontal-ruler--bottom-white{border-top:1px solid var(--iconcta-white);border-bottom:1px solid var(--iconcta-white)}
.m-iconcta .vertical-ruler{padding:32px 39px 32px 39px;width:290px}
.m-iconcta .vertical-ruler .default-ratio{width:auto;height:auto;max-width:100%}
.m-iconcta .vertical-ruler p{color:var(--iconcta-charcoal);text-align:center;margin:12px 0 16px 0}
.m-iconcta .vertical-ruler:last-child{border:0}
.m-iconcta .vertical-ruler--dark-blue{border-right:1px solid var(--iconcta-dark-blue)}
.m-iconcta .vertical-ruler--light-blue{border-right:1px solid var(--iconcta-light-blue)}
.m-iconcta .vertical-ruler--medium-blue{border-right:1px solid var(--iconcta-tertiary-v)}
.m-iconcta .vertical-ruler--primary-blue{border-right:1px solid var(--iconcta-primary-blue)}
.m-iconcta .vertical-ruler--charcoal{border-right:1px solid var(--iconcta-charcoal)}
.m-iconcta .vertical-ruler--gold{border-right:1px solid var(--iconcta-yellow-pressed)}
.m-iconcta .vertical-ruler--light-green{border-right:1px solid var(--iconcta-light-green)}
.m-iconcta .vertical-ruler--medium-green{border-right:1px solid var(--iconcta-medium-green)}
.m-iconcta .vertical-ruler--dark-gray{border-right:1px solid var(--iconcta-dark-gray)}
.m-iconcta .vertical-ruler--medium-gray{border-right:1px solid var(--iconcta-medium-gray)}
.m-iconcta .vertical-ruler--light-gray{border-right:1px solid var(--iconcta-light-gray)}
.m-iconcta .vertical-ruler--magenta{border-right:1px solid var(--iconcta-magenta)}
.m-iconcta .vertical-ruler--mint{border-right:1px solid var(--iconcta-secondary)}
.m-iconcta .vertical-ruler--orange{border-right:1px solid var(--iconcta-orange)}
.m-iconcta .vertical-ruler--purple{border-right:1px solid var(--iconcta-purple)}
.m-iconcta .vertical-ruler--red{border-right:1px solid var(--iconcta-danger)}
.m-iconcta .vertical-ruler--yellow{border-right:1px solid var(--iconcta-yellow)}
.m-iconcta .vertical-ruler--black{border-right:1px solid var(--iconcta-black)}
.m-iconcta .vertical-ruler--white{border-right:1px solid var(--iconcta-white)}
.m-iconcta .vertical-ruler img{display:block;margin-left:auto;margin-right:auto;max-width:100%;margin-bottom:16px;width:100px;height:100px}
.m-iconcta--m-top{margin-top:48px}
.m-iconcta--m-bottom{margin-bottom:48px}
.m-iconcta--button{border:0;padding:10px 32px 10px 33px;font-size:16px !important;line-height:20px !important;letter-spacing:.8px !important}
.m-iconcta .custom-card.vertical-card{width:auto !important;margin:0 auto}
.m-iconcta .custom-card{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%}
.m-iconcta .custom-card a:hover{text-decoration:none !important}
.m-iconcta .custom-card .vertical-ruler button{display:block;margin-left:auto;margin-right:auto}
.generic-modal.modal-iconcta .m-video .brightcove-video .vjs-big-play-button{width:96px !important;height:96px !important;line-height:96px !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:0;margin:0;border-radius:100%;top:50%;left:50%;padding:4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:var(--iconcta-hover-default) !important}
.generic-modal.modal-iconcta .m-video .brightcove-video .vjs-big-play-button .vjs-icon-placeholder{font-size:3.75rem}
.generic-modal.modal-iconcta .m-video .brightcove-video .video-js:hover .vjs-big-play-button{background-color:var(--iconcta-light-magenta) !important}
.generic-modal.modal-iconcta .modal-dialog{max-width:70%;margin-top:0 !important}
@media(min-width:1200px){.generic-modal.modal-iconcta .video-js{height:auto !important;padding-bottom:56.25%;width:100%}
.generic-modal.modal-iconcta .generic-modal__content-footer{display:none}
.generic-modal.modal-iconcta .generic-modal__content-body{padding-left:0;padding-right:0}
.generic-modal.modal-iconcta .modal-dialog{max-width:70%}
.generic-modal.modal-iconcta .embed-video{width:100%}
.generic-modal.modal-iconcta .m-video .brightcove-video .vjs-big-play-button{width:96px !important;height:96px !important;line-height:96px !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:0;margin:0;border-radius:100%;top:50%;left:50%;padding:4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:var(--iconcta-hover-default) !important}
.generic-modal.modal-iconcta .m-video .brightcove-video .video-js:hover .vjs-big-play-button{background-color:var(--iconcta-light-magenta) !important}
.generic-modal.modal-iconcta .m-video .limelight-player{background:none !important;height:485px !important}
.generic-modal.modal-iconcta .m-video .limelight-player .vjs-limelight-viewport{position:absolute;height:auto !important}
.generic-modal.modal-iconcta .m-video .limelight-player .vjs-limelight-big-play:before{content:"\f101";background-color:var(--iconcta-hover-default) !important;border-radius:100px;font-size:40px;line-height:90px;position:absolute;border:0 solid;top:50%;left:50%;width:96px;height:96px;padding:4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-shadow:none !important}
.generic-modal.modal-iconcta .m-video .limelight-player .vjs-limelight-big-play:hover::before{content:"\f101";background:var(--iconcta-light-magenta) !important;border-radius:100px;font-size:40px;line-height:90px;position:absolute;border:0 solid;top:50%;left:50%;width:96px;height:96px;padding:4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-shadow:none !important}
}
@media(max-width:1024px){.generic-modal.modal-iconcta .video-js{height:auto !important;padding-bottom:56.25%}
.generic-modal.modal-iconcta .generic-modal__content-footer{display:none}
.generic-modal.modal-iconcta .generic-modal__content-body{padding-left:0;padding-right:0}
.generic-modal.modal-iconcta .modal-dialog{max-width:70%}
.generic-modal.modal-iconcta .m-video .limelight-player{background:none !important}
.generic-modal.modal-iconcta .m-video .limelight-player .vjs-limelight-viewport{position:absolute;height:auto !important}
.generic-modal.modal-iconcta .m-video .limelight-player .vjs-limelight-big-play:before{content:"\f101";background-color:var(--iconcta-hover-default) !important;border-radius:100px;font-size:40px;line-height:55px;position:absolute;border:0 solid;top:50%;left:50%;width:64px;height:64px;padding:4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-shadow:none !important}
.generic-modal.modal-iconcta .m-video .limelight-player .vjs-limelight-big-play:hover::before{content:"\f101";background:var(--iconcta-light-magenta);border-radius:100px;font-size:40px;line-height:55px;position:absolute;border:0 solid;top:50%;left:50%;width:64px;height:64px;padding:4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-shadow:none !important}
.generic-modal.modal-iconcta .m-video .embed-video{width:100%}
.generic-modal.modal-iconcta .m-video .video-js{width:100%}
.generic-modal.modal-iconcta .m-video .brightcove-video .vjs-big-play-button{width:64px !important;height:64px !important;line-height:64px !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:0;margin:0;border-radius:100%;top:50%;left:50%;padding:4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:var(--iconcta-hover-default) !important}
.generic-modal.modal-iconcta .m-video .brightcove-video .video-js:hover .vjs-big-play-button{background-color:var(--iconcta-light-magenta) !important}
}
@media(max-width:992px){.generic-modal.modal-iconcta .video-js{height:auto !important;padding-bottom:56.25%}
.generic-modal.modal-iconcta .generic-modal__content-footer{display:none}
.generic-modal.modal-iconcta .generic-modal__content-body{padding-left:0;padding-right:0}
.generic-modal.modal-iconcta .modal-dialog{max-width:70%}
.generic-modal.modal-iconcta .m-video .limelight-player{background:none !important}
.generic-modal.modal-iconcta .m-video .limelight-player .vjs-limelight-viewport{position:absolute;height:auto !important}
.generic-modal.modal-iconcta .m-video .limelight-player .vjs-limelight-big-play:before{content:"\f101";background-color:var(--iconcta-hover-default) !important;border-radius:100px;font-size:40px;line-height:55px;position:absolute;border:0 solid;top:50%;left:50%;width:64px;height:64px;padding:4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-shadow:none !important}
.generic-modal.modal-iconcta .m-video .limelight-player .vjs-limelight-big-play:hover::before{content:"\f101";background:var(--iconcta-light-magenta);border-radius:100px;font-size:40px;line-height:55px;position:absolute;border:0 solid;top:50%;left:50%;width:64px;height:64px;padding:4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-shadow:none !important}
.generic-modal.modal-iconcta .m-video .embed-video{width:100%}
.generic-modal.modal-iconcta .m-video .video-js{width:100%}
.generic-modal.modal-iconcta .m-video .brightcove-video .vjs-big-play-button{width:64px !important;height:64px !important;line-height:64px !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:0;margin:0;border-radius:100%;top:50%;left:50%;padding:4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:var(--iconcta-hover-default) !important}
.generic-modal.modal-iconcta .m-video .brightcove-video .video-js:hover .vjs-big-play-button{background-color:var(--iconcta-light-magenta) !important}
.row .col-md-8 .m-iconcta .horizontal-ruler,.row .col-md-9 .m-iconcta .horizontal-ruler,.row .col-md-10 .m-iconcta .horizontal-ruler,.row .col-md-11 .m-iconcta .horizontal-ruler{display:block;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:32px 24px}
.row .col-md-8 .m-iconcta .horizontal-ruler .cta-description-left,.row .col-md-8 .m-iconcta .horizontal-ruler .cta-description-right,.row .col-md-9 .m-iconcta .horizontal-ruler .cta-description-left,.row .col-md-9 .m-iconcta .horizontal-ruler .cta-description-right,.row .col-md-10 .m-iconcta .horizontal-ruler .cta-description-left,.row .col-md-10 .m-iconcta .horizontal-ruler .cta-description-right,.row .col-md-11 .m-iconcta .horizontal-ruler .cta-description-left,.row .col-md-11 .m-iconcta .horizontal-ruler .cta-description-right{margin:auto;text-align:center;margin-bottom:16px}
.row .col-md-8 .m-iconcta .horizontal-ruler .cta-description-right,.row .col-md-9 .m-iconcta .horizontal-ruler .cta-description-right,.row .col-md-10 .m-iconcta .horizontal-ruler .cta-description-right,.row .col-md-11 .m-iconcta .horizontal-ruler .cta-description-right{margin-right:0}
.row .col-md-8 .m-iconcta .horizontal-ruler .horizontal-ruler__icon-cta-alttext,.row .col-md-9 .m-iconcta .horizontal-ruler .horizontal-ruler__icon-cta-alttext,.row .col-md-10 .m-iconcta .horizontal-ruler .horizontal-ruler__icon-cta-alttext,.row .col-md-11 .m-iconcta .horizontal-ruler .horizontal-ruler__icon-cta-alttext{text-align:center}
.row .col-md-8 .m-iconcta .horizontal-ruler__icon-cta-image,.row .col-md-9 .m-iconcta .horizontal-ruler__icon-cta-image,.row .col-md-10 .m-iconcta .horizontal-ruler__icon-cta-image,.row .col-md-11 .m-iconcta .horizontal-ruler__icon-cta-image{margin:auto;margin-bottom:12px}
.row .col-md-8 .m-iconcta .horizontal-ruler__icon-cta-alttext p,.row .col-md-9 .m-iconcta .horizontal-ruler__icon-cta-alttext p,.row .col-md-10 .m-iconcta .horizontal-ruler__icon-cta-alttext p,.row .col-md-11 .m-iconcta .horizontal-ruler__icon-cta-alttext p{padding-right:0;min-width:auto}
.row .col-md-8 .m-iconcta .horizontal-ruler__icon-cta-button,.row .col-md-9 .m-iconcta .horizontal-ruler__icon-cta-button,.row .col-md-10 .m-iconcta .horizontal-ruler__icon-cta-button,.row .col-md-11 .m-iconcta .horizontal-ruler__icon-cta-button{width:auto}
}
@media(max-width:767px){.vertical-ruler--dark-blue{border-bottom:1px solid var(--iconcta-dark-blue)}
.vertical-ruler--light-blue{border-bottom:1px solid var(--iconcta-light-blue)}
.vertical-ruler--medium-blue{border-bottom:1px solid var(--iconcta-tertiary-v)}
.vertical-ruler--primary-blue{border-bottom:1px solid var(--iconcta-primary-blue)}
.vertical-ruler--charcoal{border-bottom:1px solid var(--iconcta-charcoal)}
.vertical-ruler--gold{border-bottom:1px solid var(--iconcta-yellow-pressed)}
.vertical-ruler--light-green{border-bottom:1px solid var(--iconcta-light-green)}
.vertical-ruler--medium-green{border-bottom:1px solid var(--iconcta-medium-green)}
.vertical-ruler--dark-gray{border-bottom:1px solid var(--iconcta-dark-gray)}
.vertical-ruler--medium-gray{border-bottom:1px solid var(--iconcta-medium-gray)}
.vertical-ruler--light-gray{border-bottom:1px solid var(--iconcta-light-gray)}
.vertical-ruler--magenta{border-bottom:1px solid var(--iconcta-magenta)}
.vertical-ruler--mint{border-bottom:1px solid var(--iconcta-secondary)}
.vertical-ruler--orange{border-bottom:1px solid var(--iconcta-orange)}
.vertical-ruler--purple{border-bottom:1px solid var(--iconcta-purple)}
.vertical-ruler--{border-bottom:1px solid var(--iconcta-danger)}
.vertical-ruler--yellow{border-bottom:1px solid var(--iconcta-yellow)}
.vertical-ruler--black{border-bottom:1px solid var(--iconcta-black)}
.vertical-ruler--white{border-bottom:1px solid var(--iconcta-white)}
.m-iconcta .horizontal-ruler{padding:32px 24px;width:auto;text-align:center}
.m-iconcta .vertical-ruler{border-right:0;text-align:center;width:100%;padding:32px}
.generic-modal.modal-iconcta .video-js{height:auto !important;padding-bottom:56.25%}
.generic-modal.modal-iconcta .generic-modal__content-footer{display:none}
.generic-modal.modal-iconcta .generic-modal__content-body{padding-left:0;padding-right:0}
.generic-modal.modal-iconcta .modal-dialog{max-width:100%}
.generic-modal.modal-iconcta .generic-modal__content{position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
.generic-modal.modal-iconcta .m-video .embed-video{width:100%}
.generic-modal.modal-iconcta .m-video .video-js{width:100%}
.generic-modal.modal-iconcta .m-video .limelight-player{background:none !important}
.generic-modal.modal-iconcta .m-video .limelight-player .vjs-limelight-viewport{position:absolute;height:auto !important}
.generic-modal.modal-iconcta .m-video .limelight-player .vjs-limelight-big-play:before{content:"\f101";background:var(--iconcta-hover-default);border-radius:100px;font-size:40px;line-height:40px;position:absolute;border:0 solid;top:50%;left:50%;width:48px;height:48px;padding:4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-shadow:none !important}
.generic-modal.modal-iconcta .m-video .limelight-player .vjs-limelight-big-play:hover::before{content:"\f101";background:var(--iconcta-light-magenta);border-radius:100px;font-size:40px;line-height:48px;position:absolute;border:0 solid;top:50%;left:50%;width:48px;height:48px;padding:4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-shadow:none !important}
.generic-modal.modal-iconcta .m-video .brightcove-video .vjs-big-play-button{width:64px !important;height:64px !important;line-height:64px !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:0;margin:0;border-radius:100%;top:50%;left:50%;padding:4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.generic-modal.modal-iconcta .m-video .brightcove-video .video-js:hover .vjs-big-play-button{background-color:var(--iconcta-light-magenta) !important}
}
.modal.generic-modal.modal-iconcta .limeLight-video-wrapper{height:100% !important}
.row .col-md-8 .m-iconcta .horizontal-ruler .cta-description-right,.row .col-md-9 .m-iconcta .horizontal-ruler .cta-description-right,.row .col-md-10 .m-iconcta .horizontal-ruler .cta-description-right,.row .col-md-11 .m-iconcta .horizontal-ruler .cta-description-right{margin-right:auto !important}
.a-rule{width:100%;height:auto}
.a-rule .a-horizontal-rule{border-top-style:var(--rule-border-top-style);border-top-width:var(--rule-border-top-width)}
.a-rule--white .a-horizontal-rule{border-color:var(--rule-white-color)}
.a-rule--black .a-horizontal-rule{border-color:var(--rule-black-color)}
.a-indicator__dot,.o-hero-carousel .slick-dots li button,.a-indicator__dot-light,.o-hero-carousel--dark .slick-dots li button,.o-hero-carousel--dots-optimize-contrast .slick-dots li button{width:var(--indicator-width);height:var(--indicator-height);border-radius:var(--indicator-border-radius);border:var(--indicator-border-width) solid var(--indicator-border-color);background-color:var(--indicator-dot);display:inline-block;margin:var(--indicator-dot-margin);-webkit-box-sizing:content-box;box-sizing:content-box;cursor:pointer}
.a-indicator__dot:hover,.o-hero-carousel .slick-dots li button:hover,.a-indicator__dot-light:hover,.o-hero-carousel--dark .slick-dots li button:hover,.o-hero-carousel--dots-optimize-contrast .slick-dots li button:hover{background-color:var(--indicator-dot-hover-color)}
.a-indicator--dark{background-color:var(--indicator-container-dark-bg)}
.a-indicator__dot--active,.o-hero-carousel .slick-dots li.slick-active button{background-color:var(--indicator-dot-active)}
.a-indicator__dot--active:hover,.o-hero-carousel .slick-dots li.slick-active button:hover{background-color:var(--indicator-dot-active)}
.a-indicator__dot-light,.o-hero-carousel--dark .slick-dots li button,.o-hero-carousel--dots-optimize-contrast .slick-dots li button{border-color:var(--indicator-light-dot)}
.a-indicator__dot-light--active,.o-hero-carousel--dark .slick-dots li.slick-active button,.o-hero-carousel--dots-optimize-contrast .slick-dots li.slick-active button{background-color:var(--indicator-light-dot-active)}
.a-indicator__dot-light--active:hover,.o-hero-carousel--dark .slick-dots li.slick-active button:hover,.o-hero-carousel--dots-optimize-contrast .slick-dots li.slick-active button:hover{background-color:var(--indicator-light-dot-active)}
@media(max-width:991.98px){.o-hero-carousel{width:100vw;margin-left:calc(-1 * (100vw - 100%) / 2)}
}
.o-hero-carousel[data-no-indicators="true"] .slick-dots{display:none !important}
.o-hero-carousel.slick-slider{margin-bottom:0}
.o-hero-carousel .slick-slide{height:auto}
@media(max-width:991.98px){.o-hero-carousel .row{margin:0}
}
.o-hero-carousel .slick-arrow{width:var(--hero-carousel-arrow-width);height:var(--hero-carousel-arrow-height);border-radius:var(--hero-carousel-arrow-border-radius);background-color:var(--hero-carousel-arrow-bg-color);color:var(--hero-carousel-arrow-color);z-index:99}
.o-hero-carousel--dark .slick-arrow{color:var(--hero-carousel-dark-arrow-color);background-color:var(--hero-carousel-dark-arrow-bg-color)}
.o-hero-carousel--optimize-contrast .slick-arrow{color:var(--hero-carousel-optimize-contrast-arrow-color);background-color:var(--hero-carousel-optimize-contrast-bg-color);border:var(--hero-carousel-arrow-border-width) solid var(--hero-carousel-optimize-contrast-arrow-border-color);opacity:var(--hero-carousel-optimize-contrast-arrow-bg-opacity)}
.o-hero-carousel--dots-optimize-contrast .slick-dots li button{background-color:var(--hero-carousel-optimize-contrast-dots-bg);border:var(--indicator-border-width) solid var(--hero-carousel-optimize-contrast-dots-border-color)}
.o-hero-carousel--dots-optimize-contrast .slick-dots li.slick-active button{background-color:var(--hero-carousel-optimize-contrast-dots-border-color);border:var(--indicator-border-width) solid var(--hero-carousel-optimize-contrast-dots-bg)}
@media(min-width:992px){.o-hero-carousel--arrow-padding .m-hero.m-hero--half-width{padding:var(--hero-carousel-arrow-padding-inline)}
}
@media(min-width:992px){.o-hero-carousel--media-start.o-hero-carousel .slick-dots{width:calc(50% - 15px);left:0;bottom:36px}
.o-hero-carousel--media-start.o-hero-carousel .slick-next{right:auto;left:calc(49.998% + 48px + var(--hero-carousel-arrow-width));bottom:.5rem;top:auto;-webkit-transform:none;transform:none}
.o-hero-carousel--media-start.o-hero-carousel .slick-prev{left:calc(49.998% + 15px);bottom:.5rem;top:auto;-webkit-transform:none;transform:none}
.o-hero-carousel--media-end.o-hero-carousel .slick-dots{width:calc(50% - 15px);left:auto;right:0;bottom:36px}
.o-hero-carousel--media-end.o-hero-carousel .slick-next{left:calc(8.333% + 32px + var(--hero-carousel-arrow-width));right:auto;bottom:.5rem;top:auto;-webkit-transform:none;transform:none}
.o-hero-carousel--media-end.o-hero-carousel .slick-prev{right:auto;left:8.333%;bottom:.5rem;top:auto;-webkit-transform:none;transform:none}
.o-hero-carousel--tall.o-hero-carousel--media-start.o-hero-carousel .slick-dots{bottom:36px}
.o-hero-carousel--tall.o-hero-carousel--media-start.o-hero-carousel .slick-next,.o-hero-carousel--tall.o-hero-carousel--media-start.o-hero-carousel .slick-prev{bottom:2rem}
.o-hero-carousel--tall.o-hero-carousel--media-end.o-hero-carousel .slick-dots{bottom:36px}
.o-hero-carousel--tall.o-hero-carousel--media-end.o-hero-carousel .slick-next,.o-hero-carousel--tall.o-hero-carousel--media-end.o-hero-carousel .slick-prev{bottom:2rem}
}
@media(max-width:767.98px){.o-hero-carousel .slick-arrow{display:none !important}
}
@media(max-width:991.98px){.o-hero-carousel--tall.o-hero-carousel .slick-dots{top:var(--hero-carousel-mobile-tall-dots-top);bottom:auto}
.o-hero-carousel--tall.o-hero-carousel--media-end.o-hero-carousel .slick-dots{top:var(--hero-carousel-mobile-tall-media-end-dots-top);bottom:var(--hero-carousel-mobile-tall-media-end-dots-bottom)}
.o-hero-carousel--medium.o-hero-carousel .slick-dots{top:var(--hero-carousel-mobile-medium-dots-top);bottom:var(--hero-carousel-mobile-medium-dots-bottom)}
.o-hero-carousel--medium.o-hero-carousel--media-end.o-hero-carousel .slick-dots{top:var(--hero-carousel-mobile-medium-media-end-dots-top);bottom:var(--hero-carousel-mobile-medium-media-end-dots-bottom)}
.o-hero-carousel--short.o-hero-carousel .slick-dots{top:var(--hero-carousel-mobile-short-dots-top);bottom:var(--hero-carousel-mobile-short-dots-bottom)}
.o-hero-carousel--short.o-hero-carousel--media-end.o-hero-carousel .slick-dots{top:var(--hero-carousel-mobile-short-media-end-dots-top);bottom:var(--hero-carousel-mobile-short-media-end-dots-bottom)}
}
@media(min-width:768px) and (max-width:991.98px){.o-hero-carousel .slick-arrow.slick-prev{left:40px}
.o-hero-carousel .slick-arrow.slick-next{right:40px}
.o-hero-carousel--tall.o-hero-carousel .slick-arrow{top:var(--hero-carousel-tablet-tall-arrows-top);bottom:var(--hero-carousel-tablet-tall-arrows-bottom)}
.o-hero-carousel--tall.o-hero-carousel .slick-dots{top:var(--hero-carousel-tablet-tall-dots-top);bottom:var(--hero-carousel-tablet-tall-dots-bottom)}
.o-hero-carousel--tall.o-hero-carousel--media-end.o-hero-carousel .slick-arrow{top:var(--hero-carousel-tablet-tall-media-end-dots-top);bottom:var(--hero-carousel-tablet-tall-media-end-dots-bottom)}
.o-hero-carousel--tall.o-hero-carousel--media-end.o-hero-carousel .slick-dots{top:var(--hero-carousel-tablet-tall-media-end-arrows-top);bottom:var(--hero-carousel-tablet-tall-media-end-arrows-bottom)}
.o-hero-carousel--medium.o-hero-carousel .slick-arrow{top:25%;bottom:var(--hero-carousel-tablet-medium-arrows-bottom)}
.o-hero-carousel--medium.o-hero-carousel .slick-dots{top:var(--hero-carousel-tablet-medium-dots-top);bottom:var(--hero-carousel-tablet-medium-dots-bottom)}
.o-hero-carousel--medium.o-hero-carousel--media-end.o-hero-carousel .slick-arrow{top:var(--hero-carousel-tablet-medium-media-end-arrows-top);bottom:34%}
.o-hero-carousel--medium.o-hero-carousel--media-end.o-hero-carousel .slick-dots{top:var(--hero-carousel-tablet-medium-media-end-dots-top);bottom:var(--hero-carousel-tablet-medium-media-end-dots-bottom)}
.o-hero-carousel--short.o-hero-carousel .slick-arrow{top:20%;bottom:auto}
.o-hero-carousel--short.o-hero-carousel .slick-dots{top:var(--hero-carousel-tablet-short-dots-top);bottom:var(--hero-carousel-tablet-short-dots-bottom)}
.o-hero-carousel--short.o-hero-carousel--media-end.o-hero-carousel .slick-arrow{top:var(--hero-carousel-tablet-short-arrows-top);bottom:var(--hero-carousel-tablet-short-arrows-bottom)}
.o-hero-carousel--short.o-hero-carousel--media-end.o-hero-carousel .slick-dots{top:var(--hero-carousel-tablet-short-media-end-dots-top);bottom:var(--hero-carousel-tablet-short-media-end-dots-bottom)}
}
.o-hero-carousel .slick-prev{left:0}
.o-hero-carousel .slick-next{right:0}
.o-hero-carousel .slick-dots{padding-right:0;padding-left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:var(--hero-carousel-slick-dots-top);bottom:var(--hero-carousel-slick-dots-bottom);width:100%;left:0}
.o-hero-carousel .slick-dots li{list-style-type:none;width:auto;height:auto;margin:0;padding:0}
.o-hero-carousel .slick-dots li button{padding:0}
.o-hero-carousel .slick-dots li button:before{content:none}
.o-header{position:relative;z-index:999;font-size:var(--header-font-size);line-height:var(--header-line-height);color:var(--header-default-fg);text-transform:inherit;font-weight:normal}
.o-header__secondary-top-nav{background-color:var(--header-top-bar-bg)}
.o-header__secondary-top-nav .container{height:var(--header-top-bar-height)}
.o-header__secondary-top-nav .row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}
.o-header__sticky-section{background-color:var(--header-sticky-section);-webkit-box-shadow:var(--header-box-shadow);box-shadow:var(--header-box-shadow)}
.o-header__sticky-section.sticky.show{z-index:1000;background:var(--header-overlay-bg)}
.o-header__sticky-section.sticky.show .o-header__logo-section{border-bottom:var(--header-sticky-logo-border-bottom)}
.o-header__sticky-section.sticky.show .row{margin:0}
.o-header__logo-section{border-bottom:var(--header-border-bottom);padding:var(--header-logo-padding)}
@media(min-width:992px){.o-header__logo-section .col-lg-3{padding-left:.4rem}
}
.o-header__logo-left,.o-header__logo-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;opacity:1;-webkit-transition:all .2s ease;transition:all .2s ease}
.o-header__logo-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-transition:var(--header-logo-trasition);transition:var(--header-logo-trasition);position:relative}
@media(max-width:991.98px){.o-header__logo-left{padding-left:0}
}
.o-header__logo-left img:first-child{opacity:1;position:relative}
.o-header__logo-left img:last-child{opacity:0;position:absolute;bottom:0;left:0;-webkit-transition:var(--header-logo-trasition);transition:var(--header-logo-trasition)}
.o-header.compact-mobile .o-header__secondary-top-nav .row{-ms-flex-wrap:nowrap;flex-wrap:nowrap}
@media(max-width:991.98px){.o-header.compact-mobile .m-mega-menu__mobile{position:static}
.o-header.compact-mobile .m-mega-menu__mobile .navbar{padding:0;position:static;height:auto}
.o-header.compact-mobile .m-mega-menu__mobile .navbar .navbar-collapse{top:0;left:0;right:0;width:auto;position:relative;-webkit-box-shadow:none;box-shadow:none;z-index:998}
.o-header.compact-mobile .m-mega-menu__mobile .navbar .navbar-nav{padding:0}
.o-header.compact-mobile .o-header__col-logo-right{margin-left:auto}
.o-header.compact-mobile .o-header__col-mega-menu-mobile{position:static}
.o-header.compact-mobile .a-link--icon-left .a-link__text--has-icon{padding:var(--mega-menu-mobile-item)}
.o-header.compact-mobile .o-header__mega-menu{display:none}
.o-header.compact-mobile .o-header__mega-menu.open{display:block}
.o-header.compact-mobile .o-header__mega-menu .navbar-toggler{display:none}
.o-header.compact-mobile .o-header__mega-menu .o-header__utility-nav{padding-right:var(--mega-menu-navbar-wrapper-md)}
.o-header.compact-mobile .o-header__mega-menu .o-header__utility-nav .a-link{font-weight:bold}
.o-header.compact-mobile .o-header__mega-menu .o-header__utility-nav .a-link .abt-icon{right:8px;top:var(--link-stack-icon-font-size-sm)}
.o-header.compact-mobile .o-header__mega-menu .o-header__utility-nav .a-link .abt-icon::before{font-size:var(--mega-menu-nav-padding-left);font-family:var(--mega-menu-icon-font-family) !important;font-weight:bold;color:var(--mega-menu-icon-color)}
.o-header.compact-mobile .o-header__mega-menu .o-header__utility-nav .m-link-stack__title{display:none}
.o-header.compact-mobile .o-header__mega-menu .o-header__utility-nav .m-link-stack__link>.a-link a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;font-weight:bold;padding:var(--mega-menu-mobile-item)}
.o-header.compact-mobile .o-header__mega-menu .o-header__utility-nav .m-link-stack__link>.a-link a .m-link-stack__current_lang{margin-left:.25em}
.o-header.compact-mobile .o-header__mega-menu .m-mega-menu__mobile-item-wrapper>div{width:100%}
.o-header.compact-mobile .navbar-toggler.abt-icon-cancel .abt-icon-hamburger{display:none}
.o-header.compact-mobile .o-header__mega-menu .row{display:block;-ms-flex-wrap:nowrap;flex-wrap:nowrap}
.o-header.compact-mobile .o-header__mob-options{position:relative;top:0}
.o-header.compact-mobile .o-header__mob-options .m-signup .a-link__text{font-weight:bold;text-transform:none}
.o-header.compact-mobile .o-header__mob-search{position:relative;right:0}
.o-header.compact-mobile .o-header__search .a-search{left:0 !important}
}
.o-header__user-activity{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:header-user-activity-trasition;transition:header-user-activity-trasition;position:relative}
.o-header__user-activity .o-header__utility-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.o-header__user-activity .o-header__utility-nav .m-link-stack__link{width:auto}
.o-header__user-activity .o-header__utility-nav .m-link-stack__dropdown-wrapper{left:auto;right:0}
.o-header__user-activity .o-header__utility-nav .m-link-stack__dropdown-wrapper .a-link__text{color:var(--header-dropdown-link-color)}
.o-header__user-activity .m-link-stack{z-index:1;padding-right:var(--header-icons-padding-right)}
.o-header__user-activity .m-link-stack .a-link{margin:0}
.o-header__user-activity .m-link-stack .a-link__text{color:var(--header-link-stack-color);margin:0}
.o-header__user-activity .m-link-stack .a-link__text .abt-icon{color:var(--header-link-stack-color);right:0}
.o-header__user-activity .m-link-stack .a-link__text .abt-icon:before{margin:0}
.o-header .m-signup .a-link{margin-right:var(--header-icons-padding-right)}
@media(min-width:992px){.o-header .m-signup .a-link{margin-right:var(--link-icon-size)}
}
.o-header .m-signup .a-link__text{color:var(--header-link-stack-color)}
@media(min-width:992px){.o-header .m-signup .a-link__text{padding-top:.1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.o-header .m-signup .a-link__text .abt-icon{color:var(--header-link-stack-color);font-size:var(--header-signup-icon-font-size);top:4px}
}
.o-header .m-signup:hover{text-decoration:none}
.o-header__mega-menu{position:relative}
.o-header__mega-menu .mega-menu{padding:0}
.o-header__mob-options{letter-spacing:.6;position:absolute;right:72px;left:auto;top:9px;text-transform:uppercase}
.o-header__mob-options .m-signup .a-link__text{color:var(--header-link-stack-color)}
.o-header__mob-options .m-signup .abt-icon{display:none}
.o-header__mob-search{position:absolute;top:0;right:var(--header-search-mobile-right)}
@media(max-width:991.98px){.o-header__mob-search{overflow:hidden}
}
.o-header__mob-search .abt-icon,.o-header__mob-search .abt-icon-search{color:var(--header-link-stack-color)}
.o-header__mob-search.expand{position:absolute;top:-1px;right:0;left:inherit;width:100%;padding:0 var(--header-icons-padding-right)}
.o-header .m-mega-menu__mobile{-webkit-box-shadow:none;box-shadow:none;width:100%}
@media(min-width:992px){.o-header .m-mega-menu__mobile .navbar{padding-left:0}
}
.o-header .m-mega-menu__mobile .navbar.show{z-index:-1;background:transparent}
@media(max-width:991.98px){.o-header .m-mega-menu__mobile .m-link-stack__link{position:relative}
}
.o-header .sticky{position:fixed;left:0;right:0;z-index:1}
.o-header .sticky .navbar{background-color:var(--header-sticky-nav-bar-bg);-webkit-transition:all .3s ease;transition:all .3s ease}
@media screen and (min-width:576px) and (max-width:991px){.o-header .sticky .navbar{background-color:transparent}
}
.o-header .sticky .o-header__logo-section{border-bottom:var(--header-logo-section-border-bottom)}
.o-header .sticky .o-header__logo-section img:first-child{opacity:0;position:absolute}
.o-header .sticky .o-header__logo-section img:last-child{opacity:1;position:relative;max-height:30px}
.o-header .sticky .o-header__logo-right{opacity:0;display:none}
@media(min-width:992px){.o-header .sticky .a-search{max-height:30px}
.o-header .sticky .a-search:not(.a-search--expand) .a-search--icon-left{top:2px}
}
.o-header .m-link-stack__country-select .m-link-stack__link{position:relative}
.o-header__search{-webkit-transition:all .5s ease;transition:all .5s ease;width:var(--header-search-mobile-right);display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}
.o-header__search .a-search,.o-header__search .a-search__input{color:var(--header-search-color)}
.o-header__search .a-search::-webkit-input-placeholder,.o-header__search .a-search__input::-webkit-input-placeholder{color:var(--header-search-color)}
.o-header__search .a-search::-moz-placeholder,.o-header__search .a-search__input::-moz-placeholder{color:var(--header-search-color)}
.o-header__search .a-search:-ms-input-placeholder,.o-header__search .a-search__input:-ms-input-placeholder{color:var(--header-search-color)}
.o-header__search .a-search::-ms-input-placeholder,.o-header__search .a-search__input::-ms-input-placeholder{color:var(--header-search-color)}
.o-header__search .a-search::placeholder,.o-header__search .a-search__input::placeholder{color:var(--header-search-color)}
@media(min-width:992px){.o-header__search .a-search,.o-header__search .a-search__input{padding-right:0}
}
@media screen and (min-width:992px) and (max-width:1199px){.o-header__search .a-search:not(.a-search--expand){left:-78px !important}
}
@media screen and (min-width:992px) and (max-width:1199px){.o-header__search .a-search__input{width:125px !important}
}
@media(max-width:767.98px){.o-header__search{overflow:hidden}
}
.o-header--full-width{width:100%;display:block}
.o-header--full-width .o-header__user-activity{display:none}
.o-header--full-width .o-header__search{width:100%}
.o-header--full-width .o-header__search .a-search,.o-header--full-width .o-header__search .a-search__input{color:var(--header-link-stack-color)}
.o-header--full-width .o-header__search .a-search::-webkit-input-placeholder,.o-header--full-width .o-header__search .a-search__input::-webkit-input-placeholder{color:var(--header-link-stack-color)}
.o-header--full-width .o-header__search .a-search::-moz-placeholder,.o-header--full-width .o-header__search .a-search__input::-moz-placeholder{color:var(--header-link-stack-color)}
.o-header--full-width .o-header__search .a-search:-ms-input-placeholder,.o-header--full-width .o-header__search .a-search__input:-ms-input-placeholder{color:var(--header-link-stack-color)}
.o-header--full-width .o-header__search .a-search::-ms-input-placeholder,.o-header--full-width .o-header__search .a-search__input::-ms-input-placeholder{color:var(--header-link-stack-color)}
.o-header--full-width .o-header__search .a-search::placeholder,.o-header--full-width .o-header__search .a-search__input::placeholder{color:var(--header-link-stack-color)}
.o-header--full-width .o-header__search .abt-icon{color:var(--header-link-stack-color);font-size:var(--header-signup-icon-font-size)}
.o-header--full-width .a-search{width:98%;color:var(--header-search-color)}
.o-header--full-width .a-search.a-search--expand .a-search__input::-webkit-input-placeholder{color:transparent;opacity:1}
.o-header--full-width .a-search.a-search--expand .a-search__input::-moz-placeholder{color:transparent;opacity:1}
.o-header--full-width .a-search.a-search--expand .a-search__input:-ms-input-placeholder{color:transparent;opacity:1}
.o-header--full-width .a-search.a-search--expand .a-search__input::-ms-input-placeholder{color:transparent;opacity:1}
.o-header--full-width .a-search.a-search--expand .a-search__input::placeholder{color:transparent;opacity:1}
.o-header--full-width .a-search__input{width:100% !important}
@media(max-width:1199.98px){.o-header--full-width .navbar{padding-left:1.82rem}
}
.o-header__sticky-search{position:relative;top:6px;display:none;right:-30px}
@media(max-width:991.98px){.o-header__sticky-search{right:0}
}
.o-header__sticky-search.sticky-pos{right:0;left:auto}
.o-header__sticky-search.show{width:var(--header-search-mobile-right);cursor:pointer;display:none}
@media(max-width:1199.98px){.o-header__sticky-search.show{position:relative;right:0}
}
@media(min-width:992px){.o-header__sticky-search.show{display:block}
}
.o-header__sticky-search.show .a-search__input{width:34px !important}
.o-header__sticky--full-width{width:100%;display:block;position:relative}
.o-header__sticky--full-width .o-header__logo-left{display:none}
.o-header__sticky--full-width .o-header__sticky-search{width:100%}
@media(min-width:992px){.o-header__sticky--full-width .o-header__sticky-search{top:0}
}
.o-header__sticky--full-width .o-header__sticky-search.show .a-search__input{width:100% !important}
.o-header__sticky--full-width .a-search{width:100%}
.o-header__sticky--full-width .a-search__input{width:100% !important}
@media(min-width:992px){.o-header__sticky--full-width .a-search__input{padding-top:7px;padding-bottom:7px}
}
.o-header__search-overlay{position:fixed;z-index:998;top:0;right:0;bottom:0;left:0;display:none;background:var(--header-serch-overlay);width:100%;height:100%}
.o-header__sticky-parent{position:absolute;right:0;left:0}
.o-header__skiplink .container{position:relative}
.o-header__skiplink .skip-link{background:transparent;color:var(--header-link-stack-color);cursor:pointer;font-size:.75rem;font-family:inherit;left:0;top:4px;padding:4px;position:absolute;-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;text-transform:uppercase}
.o-header__skiplink .skip-link:focus,.o-header__skiplink .skip-link:focus-within,.o-header__skiplink .skip-link:active{-webkit-transform:translateY(0);transform:translateY(0);outline:5px auto -webkit-focus-ring-color}
.o-header__predictive .o-header__secondary-top-nav .o-header__search{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;width:auto}
.o-header__predictive .o-header__sticky-section .o-header__sticky-search .a-search.predictive-search .predictive-search-bar.m-search-bar input.predictive-search-input{height:44px;color:var(--header-predictive-input-color)}
.o-header__predictive .o-header__sticky-section .o-header__sticky-search .a-search.predictive-search .predictive-search-bar.m-search-bar .abt-icon{color:var(--header-predictive-desktop-sticky-icons-color)}
.o-header__predictive .o-header__sticky-section .o-header__sticky-search .a-search.predictive-search.a-search--expand .predictive-search-bar.m-search-bar .abt-icon{color:var(--header-predictive-desktop-sticky-expand-icons-color)}
@media(max-width:991.98px){.o-header__predictive .o-header__sticky-section .o-header__mega-menu .o-header__mob-search{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}
.o-header__predictive .o-header__sticky-section .o-header__mega-menu .o-header__mob-search .a-search.predictive-search{width:34px}
.o-header__predictive .o-header__sticky-section .o-header__mega-menu .o-header__mob-search .a-search.predictive-search .m-search-bar__input{margin:0}
.o-header__predictive .o-header__sticky-section .o-header__mega-menu .o-header__mob-search .a-search.predictive-search .predictive-search-bar.m-search-bar .abt-icon{color:var(--header-predictive-mobile-icons-color)}
.o-header__predictive .o-header__sticky-section .o-header__mega-menu .o-header__mob-search .a-search.predictive-search.a-search--expand{width:100%}
.o-header__predictive .o-header__sticky-section .o-header__mega-menu .o-header__mob-search.expand{overflow:visible}
}
@media(max-width:991.98px) and (max-width:767.98px){.o-header__predictive .o-header__sticky-section .o-header__mega-menu .o-header__mob-search.expand{padding:0 .9375rem}
}
@media(max-width:991.98px){.o-header__predictive .o-header__sticky-section .o-header__mega-menu .o-header__mob-search.expand .m-search-bar__autocomplete .m-search-bar__autocomplete-item:empty{display:none}
}
.o-header__predictive .o-header__sticky-section.sticky.show .o-header__sticky-search.text-right{text-align:left !important}
.o-header__predictive.o-header--full-width .a-search.predictive-search .predictive-search-bar.m-search-bar .m-search-bar__input{width:100%}
.o-header__predictive.o-header--full-width .a-search.predictive-search .predictive-search-bar.m-search-bar form input.predictive-search-input{max-width:100%;padding:0 34px}
.o-header__predictive.o-header--full-width .o-header__secondary-top-nav .o-header__search{width:100%}
.o-header__predictive .a-search.predictive-search{height:calc(100% - 6px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;left:unset !important;top:unset;padding:0}
.o-header__predictive .a-search.predictive-search .predictive-search-bar.m-search-bar{width:100%;height:100%}
@media(min-width:992px){.o-header__predictive .a-search.predictive-search .predictive-search-bar.m-search-bar .m-search-bar__input{width:100%;margin:0}
}
.o-header__predictive .a-search.predictive-search .predictive-search-bar.m-search-bar form{width:100%;height:100%;overflow:hidden;position:relative}
.o-header__predictive .a-search.predictive-search .predictive-search-bar.m-search-bar form input.predictive-search-input{height:100%;padding:0 0 0 34px;color:var(--header-predictive-input-color);background-color:transparent;border:0;max-width:100px;width:100%}
.o-header__predictive .a-search.predictive-search .predictive-search-bar.m-search-bar form span.a-search--icon-left{top:0;bottom:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}
.o-header__predictive .a-search.predictive-search .predictive-search-bar.m-search-bar form span .abt-icon{color:var(--header-predictive-icons-color)}
.o-header__predictive .a-search.predictive-search .predictive-search-bar.m-search-bar .m-search-bar__autocomplete{display:none}
.o-header__predictive .a-search.predictive-search.a-search--expand{width:100%}
.o-header__predictive .a-search.predictive-search.a-search--expand .predictive-search-bar.m-search-bar{width:100%}
.o-header__predictive .a-search.predictive-search.a-search--expand .predictive-search-bar.m-search-bar .m-search-bar__input{width:100%;margin:0}
.o-header__predictive .a-search.predictive-search.a-search--expand .predictive-search-bar.m-search-bar form{overflow:visible}
.o-header__predictive .a-search.predictive-search.a-search--expand .predictive-search-bar.m-search-bar form input.predictive-search-input{max-width:100%}
.o-header__predictive .a-search.predictive-search.a-search--expand .predictive-search-bar.m-search-bar form span.a-search--icon-right{top:0;bottom:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}
.o-header__predictive .a-search.predictive-search.a-search--expand .predictive-search-bar.m-search-bar .m-search-bar__autocomplete{display:inherit;overflow-x:hidden}
.o-header__predictive .a-search.predictive-search.a-search--expand .predictive-search-bar.m-search-bar .m-search-bar__autocomplete .m-search-bar__autocomplete-item{color:var(--header-predictive-input-color)}
.o-header__predictive .a-search.predictive-search.a-search--expand .predictive-search-bar.m-search-bar .abt-icon{color:var(--header-predictive-expand-icons-color)}
.o-header-v2-global{position:relative;z-index:10;font-size:var(--header-v2-font-size);line-height:var(--header-v2-line-height);color:var(--header-v2-color);text-transform:inherit;font-weight:normal}
.o-header-v2-global__section--utility-top{background-color:var(--header-v2-utility-top-bg)}
@media(min-width:992px){.o-header-v2-global__section--utility-top{background-color:var(--header-v2-utility-top-bg-desktop)}
}
.o-header-v2-global__section--utility-top .o-header-v2-group{min-height:var(--header-v2-utility-top-height)}
.o-header-v2-global__section--utility-top .o-header-v2-group .o-header-v2-group{min-height:unset}
.o-header-v2-global__section--main{padding:var(--header-v2-main-padding);border-bottom:var(--header-v2-main-border-bottom);background-color:var(--header-v2-main-bg)}
@media(min-width:992px){.o-header-v2-global__section--main{background-color:var(--header-v2-main-bg-desktop)}
}
.o-header-v2-global__section--main .o-header-v2-group{min-height:var(--header-v2-main-height)}
.o-header-v2-global__section--main .o-header-v2-group .o-header-v2-group{min-height:unset}
.o-header-v2-global__section--utility-bottom{background-color:var(--header-v2-utility-bottom-bg)}
@media(min-width:992px){.o-header-v2-global__section--utility-bottom{background-color:var(--header-v2-utility-bottom-bg-desktop)}
}
.sticky .o-header-v2-global__section--utility-bottom{background-color:var(--header-v2-utility-bottom-bg-sticky)}
.o-header-v2-global__section--utility-bottom .o-header-v2-group{min-height:var(--header-v2-utility-bottom-height)}
.o-header-v2-global__section--utility-bottom .o-header-v2-group .o-header-v2-group{min-height:unset}
.o-header-v2-global__sticky-section{-webkit-box-shadow:var(--header-v2-box-shadow);box-shadow:var(--header-v2-box-shadow);-webkit-transition:background-color .3s ease,position .3s ease;transition:background-color .3s ease,position .3s ease}
.o-header-v2-global__sticky-section.sticky{position:fixed;top:0;left:0;right:0;z-index:10;-webkit-transition:top .3s;transition:top .3s}
.o-header-v2-global__placeholder{height:0}
.o-header-v2-global .xf-content-height{min-height:unset}
.o-header-v2-global .a-logo-comp{position:relative;-webkit-transition:var(--header-v2-logo-transition);transition:var(--header-v2-logo-transition)}
.o-header-v2-global .a-logo-comp img{position:relative;max-height:var(--logo-max-height-mob);-webkit-transition:var(--header-v2-logo-transition);transition:var(--header-v2-logo-transition)}
@media(min-width:768px){.o-header-v2-global .a-logo-comp img{max-height:var(--logo-max-height-tab)}
}
@media(min-width:992px){.o-header-v2-global .a-logo-comp img{max-height:var(--logo-max-height-des)}
}
.o-header-v2-global .a-logo-comp img:last-child:not(:only-child){position:absolute;bottom:0;left:0;opacity:0}
.o-header-v2-global .abt-icon,.o-header-v2-global [class*="abt-icon-"]{font-size:var(--header-v2-icon-font-size);margin:0}
.o-header-v2-global .image{margin:0}
.o-header-v2-global .cmp-text p:last-child{margin-bottom:0}
.o-header-v2-global .cmp-title__text:last-child{margin:0}
.o-header-v2-global .a-link{display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:normal}
.o-header-v2-global .a-link__text{display:grid;grid-auto-flow:column;-webkit-column-gap:var(--header-v2-icon-spacing);-moz-column-gap:var(--header-v2-icon-spacing);column-gap:var(--header-v2-icon-spacing);-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0}
.o-header-v2-global .a-link__text:hover{text-decoration:none}
.o-header-v2-global .a-link__text:hover .a-link__inner-text{text-decoration:underline}
.o-header-v2-global .a-link__inner-text:empty{display:none}
.o-header-v2-global .a-link .abt-icon{position:unset}
.o-header-v2-global .a-link--icon-right .abt-icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
.o-header-v2-global .m-link-stack__link .a-link__text.active{font-weight:normal}
.o-header-v2-global .m-link-stack__dropdown-wrapper{position:absolute;top:100%;right:0;width:var(--link-stack-dropdown-desktop-width);max-height:var(--link-stack-dropdown-desktop-max-height);background:var(--link-stack-dropdown-bg-color);border-radius:var(--header-v2-dropdown-border-radius);z-index:5;margin:.75rem 0 0;-webkit-box-shadow:var(--header-v2-dropdown-box-shadow);box-shadow:var(--header-v2-dropdown-box-shadow)}
.o-header-v2-global .m-link-stack__dropdown-wrapper:before{position:absolute;top:-0.25rem;right:13%;content:"";border-style:solid;border-width:.4rem;border-color:transparent transparent var(--link-stack-dropdown-bg-color) var(--link-stack-dropdown-bg-color);width:0;height:0;-webkit-box-shadow:-2px 2px 3px -2px rgba(0,0,0,0.34);box-shadow:-2px 2px 3px -2px rgba(0,0,0,0.34);-webkit-transform:rotate(135deg);transform:rotate(135deg)}
.o-header-v2-global .m-link-stack__dropdown-wrapper[data-position="right"]{right:unset;left:0}
.o-header-v2-global .m-link-stack__dropdown-wrapper[data-position="right"]:before{right:unset;left:13%}
.o-header-v2-global .m-link-stack--border:before{display:none}
.o-header-v2-global .m-minicart__btn{display:grid;grid-auto-flow:column;-webkit-column-gap:var(--header-v2-icon-spacing);-moz-column-gap:var(--header-v2-icon-spacing);column-gap:var(--header-v2-icon-spacing);-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;min-height:unset}
.o-header-v2-global .m-minicart__btn-icon{display:-webkit-box;display:-ms-flexbox;display:flex}
.o-header-v2-global .m-minicart__btn-text{display:none}
.o-header-v2-global .megamenu{margin:0}
.o-header-v2-global .megamenu .m-mega-menu__mobile{-webkit-box-shadow:none;box-shadow:none}
@media(min-width:992px){.o-header-v2-global .megamenu .m-mega-menu__mobile-item-wrapper{margin-right:var(--header-v2-component-spacing)}
.o-header-v2-global .megamenu .m-mega-menu__mobile-item-wrapper:last-child{margin-right:0}
.o-header-v2-global .megamenu .m-mega-menu__mobile-item-wrapper>.a-link .a-link__text{font-weight:bold}
}
.o-header-v2-global .megamenu .a-link{margin:0}
.o-header-v2-global .megamenu .a-link__text:hover .a-link__inner-text{text-decoration:none}
.o-header-v2-global .megamenu .navbar{padding:0;background-color:unset}
.o-header-v2-global .megamenu .navbar .navbar-toggler{color:inherit !important}
.o-header-v2-global .megamenu .navbar-collapse{width:auto;left:100%;border-radius:var(--header-v2-dropdown-border-radius);max-width:var(--header-v2-dropdown-max-width)}
@media(min-width:992px){.o-header-v2-global .megamenu .navbar-collapse{border-radius:unset;max-width:unset}
}
.o-header-v2-global .megamenu .navbar-collapse[data-position="left"]{right:100%;left:unset}
.o-header-v2-global .megamenu .languagenavigation .m-link-stack{border-top:.0625rem solid var(--mega-menu-dropdown-border-color)}
@media(min-width:992px){.o-header-v2-global .megamenu .languagenavigation .m-link-stack{display:none}
}
.o-header-v2-global .megamenu .languagenavigation .m-link-stack__link .a-link__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:initial;-ms-flex-pack:initial;justify-content:initial}
.o-header-v2-global .megamenu .languagenavigation .m-link-stack__link .a-link__text .abt-icon{position:absolute}
.o-header-v2-global .megamenu .languagenavigation .m-link-stack__dropdown-wrapper{position:relative;top:unset;margin:0;width:unset;max-height:unset;-webkit-box-shadow:none;box-shadow:none}
.o-header-v2-global .megamenu .languagenavigation .m-link-stack__dropdown-wrapper:before{display:none}
.o-header-v2-global .megamenu .languagenavigation .m-link-stack__search-bar input[type="search"]{padding:var(--country-select-input-search-padding)}
.o-header-v2-global .a-search{padding:0}
.o-header-v2-global .a-search form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-column-gap:var(--header-v2-search-form-horizontal-spacing);-moz-column-gap:var(--header-v2-search-form-horizontal-spacing);column-gap:var(--header-v2-search-form-horizontal-spacing);padding:0;border-radius:var(--search-input-border-radius);cursor:pointer}
.o-header-v2-global .a-search .m-search-bar{display:block}
.o-header-v2-global .a-search .m-search-bar__input{margin:0;width:auto}
.o-header-v2-global .a-search__input,.o-header-v2-global .a-search .m-search-bar__input-field{display:none;height:unset;width:unset;min-width:6ch;-webkit-transition:unset;transition:unset;padding:0;color:var(--header-v2-search-color);font-size:var(--search-input-font-size);line-height:var(--search-input-line-height);cursor:text}
.o-header-v2-global .a-search__input-placeholder{color:var(--header-v2-search-color);font-size:var(--search-input-font-size);line-height:var(--search-input-line-height)}
.o-header-v2-global .a-search--icon-left,.o-header-v2-global .a-search--icon-right{position:unset;top:unset;left:unset;right:unset;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}
.o-header-v2-global .a-search--icon-left{display:-webkit-box;display:-ms-flexbox;display:flex}
.o-header-v2-global .a-search__overlay{position:fixed;z-index:10;top:0;right:0;bottom:0;left:0;display:none;background:var(--header-v2-search-overlay-bg);width:100%;height:100%}
.o-header-v2-global .a-search.open{position:absolute;top:var(--header-v2-search-top-offset);left:0;width:100%;padding:0 15px;color:var(--header-v2-search-color-open)}
.o-header-v2-global .a-search.open form{position:relative;z-index:15;padding:var(--header-v2-search-form-vertical-spacing) var(--header-v2-search-form-horizontal-spacing);background-color:var(--search-input-bg)}
.o-header-v2-global .a-search.open .a-search__input,.o-header-v2-global .a-search.open .a-search .m-search-bar__input-field{display:block;width:100% !important}
.o-header-v2-global .a-search.open .a-search__input-placeholder{display:none}
.o-header-v2-global .a-search.open .a-search--icon-right{display:-webkit-box;display:-ms-flexbox;display:flex}
.o-header-v2-global .sticky .a-logo-comp img:last-child{position:relative;opacity:1}
@media(min-width:768px){.o-header-v2-global .sticky .a-logo-comp img:last-child{max-height:var(--logo-max-height-mob)}
}
@media(min-width:992px){.o-header-v2-global .sticky .a-logo-comp img:last-child{max-height:var(--logo-max-height-tab)}
}
.o-header-v2-global .sticky .a-logo-comp img:first-child:not(:only-child){position:absolute;bottom:0;left:0;opacity:0}
.o-header-v2-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}
.o-header-v2-section>div:last-child>div{margin-right:0}
.o-header-v2-section--alignGroupsEnd .o-header-v2-section{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
.o-header-v2-section--alignGroupsCenter .o-header-v2-section{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.o-header-v2-section--alignGroupsBetween .o-header-v2-section{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.o-header-v2-section--alignGroupsAround .o-header-v2-section{-ms-flex-pack:distribute;justify-content:space-around}
.o-header-v2-section--utility-top--visibility .o-header-v2-section{display:-webkit-box;display:-ms-flexbox;display:flex}
.sticky .o-header-v2-section--utility-top--visibility .o-header-v2-section{display:-webkit-box;display:-ms-flexbox;display:flex}
.sticky .o-header-v2-section--utility-top--visibilityStickyStuck .o-header-v2-section{display:-webkit-box;display:-ms-flexbox;display:flex}
.sticky .o-header-v2-section--utility-top--visibilityStickyUnstuck .o-header-v2-section{display:none}
@media(max-width:991.98px){.o-header-v2-section--visibilityScreenDesktop .o-header-v2-section{display:none}
}
@media(max-width:991.98px){.sticky .o-header-v2-section--visibilityScreenDesktop .o-header-v2-section{display:none}
}
@media(min-width:992px){.o-header-v2-section--visibilityScreenMobile .o-header-v2-section{display:none}
}
@media(min-width:992px){.sticky .o-header-v2-section--visibilityScreenMobile .o-header-v2-section{display:none}
}
.sticky .o-header-v2-global__section--utility-top div:not([class*="utility-top--visibility"]) .o-header-v2-section{display:none}
.o-header-v2-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:var(--header-v2-component-spacing)}
.o-header-v2-group>div>div,.o-header-v2-group>div>section{margin-right:var(--header-v2-component-spacing)}
.o-header-v2-group>div:last-child>div,.o-header-v2-group>div:last-child>section{margin-right:0}
.o-header-v2-group--visibilityStickyStuck:last-child{margin-left:calc(var(--header-v2-component-spacing) * -1)}
.sticky .o-header-v2-group--visibilityStickyStuck:last-child{margin-left:0}
.o-header-v2-group--visibilityStickyStuck .o-header-v2-group{display:none}
.sticky .o-header-v2-group--visibilityStickyStuck .o-header-v2-group{display:-webkit-box;display:-ms-flexbox;display:flex}
.sticky .o-header-v2-group--visibilityStickyUnstuck:last-child{margin-left:calc(var(--header-v2-component-spacing) * -1)}
.sticky .o-header-v2-group--visibilityStickyUnstuck .o-header-v2-group{display:none}
@media(max-width:991.98px){.o-header-v2-group--visibilityScreenDesktop:last-child{margin-left:calc(var(--header-v2-component-spacing) * -1)}
}
@media(max-width:991.98px){.o-header-v2-group--visibilityScreenDesktop .o-header-v2-group{display:none}
}
@media(min-width:992px){.o-header-v2-group--visibilityScreenMobile:last-child{margin-left:calc(var(--header-v2-component-spacing) * -1)}
}
@media(min-width:992px){.o-header-v2-group--visibilityScreenMobile .o-header-v2-group{display:none}
}
.o-header-v2-group--visibilityUserAuthenticated:last-child{margin-left:calc(var(--header-v2-component-spacing) * -1)}
[data-authenticated] .o-header-v2-group--visibilityUserAuthenticated:last-child{margin-left:0}
.o-header-v2-group--visibilityUserAuthenticated .o-header-v2-group{display:none}
.sticky .o-header-v2-group--visibilityUserAuthenticated .o-header-v2-group{display:none}
[data-authenticated] .o-header-v2-group--visibilityUserAuthenticated .o-header-v2-group{display:-webkit-box;display:-ms-flexbox;display:flex}
[data-authenticated] .o-header-v2-group--visibilityUserUnauthenticated:last-child{margin-left:calc(var(--header-v2-component-spacing) * -1)}
[data-authenticated] .o-header-v2-group--visibilityUserUnauthenticated .o-header-v2-group{display:none}
.aem-AuthorLayer-Edit .xf-web-container .o-header-v2-global .newpar{margin:1rem 0 0}
.aem-AuthorLayer-Edit .xf-web-container .o-header-v2-global .cq-Editable-dom{padding:.5rem .5rem 0}
.aem-AuthorLayer-Edit .xf-web-container .o-header-v2-global .cq-Editable-dom--container{padding:1rem .5rem;min-width:100px}
.aem-AuthorLayer-Edit .xf-web-container .o-header-v2-global .cq-Editable-dom .cq-placeholder{min-width:100px}
.aem-AuthorLayer-Edit .xf-web-container .o-header-v2-section{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:unset}
.aem-AuthorLayer-Edit .xf-web-container .o-header-v2-section>div>div{margin:0}
.aem-AuthorLayer-Edit .xf-web-container .o-header-v2-section>.newpar{width:100%}
.aem-AuthorLayer-Edit .xf-web-container .o-header-v2-group{display:grid;height:auto}
.aem-AuthorLayer-Edit .xf-web-container .o-header-v2-group>div>div,.aem-AuthorLayer-Edit .xf-web-container .o-header-v2-group>div>section{margin:0}
.aem-AuthorLayer-Edit .xf-web-container .o-header-v2-group .newpar{grid-row:2;grid-column:1/99}
.m-form-data--link-bottom .m-form-data__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:var(--form-data-link-bottom);flex-direction:var(--form-data-link-bottom)}
.m-form-data--link-bottom .m-form-data__header{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding:0}
.m-form-data--link-bottom .m-form-data__container{-webkit-box-flex:1;-ms-flex:1;flex:1}
.m-form-data--link-bottom .m-form-data_list{padding-bottom:0}
.m-form-data--link-bottom .m-form-data__buttons{padding:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}
.m-form-data--link-top-right .m-form-data__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:var(--form-data-link-top-right);flex-direction:var(--form-data-link-top-right)}
.m-form-data--link-top-right .m-form-data__header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding:0}
.m-form-data--link-top-right .m-form-data__header .m-form-data__buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.m-form-data--link-top-right .m-form-data__container{-webkit-box-flex:1;-ms-flex:1;flex:1}
.m-form-data__main{margin:var(--form-data-margin);border:var(--form-data-border);border-radius:var(--form-data-border-radius)}
.m-form-data__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:var(--form-data-header-padding);border-bottom:var(--form-data-header-border-bottom)}
.m-form-data__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.m-form-data__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:var(--form-data-link-top-right);flex-direction:var(--form-data-link-top-right);border:var(--form-data-container-border)}
.m-form-data__list{padding-top:var(--form-data-list-padding-top);padding-bottom:var(--form-data-list-padding-bottom);padding-left:var(--form-data-list-padding-left);white-space:var(--form-data-list-white-space);font-size:var(--form-data-list-font-size);margin-bottom:0}
.m-form-data__buttons{padding-top:var(--form-data-button-padding-top);padding-bottom:var(--form-data-button-padding-bottom);padding-right:var(--form-data-button-padding-right);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.m-form-data__header .m-form-data__buttons{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}
.m-form-data--with-radio{position:relative;padding-left:30px;cursor:pointer}
.m-form-data--with-radio .a-radio{position:absolute;top:16px;left:16px}
.conditional:not(.cq-Editable-dom){margin:0}
.conditional:not(.cq-Editable-dom) .conditional-container .conditional__case{display:none}
.m-alert.formalert{padding:0;margin-bottom:var(--alert-formalert-margin-bottom)}
.m-alert.formalert .m-alert__para p{margin-bottom:var(--alert-formalert-para-margin-bottom)}
.m-alert.formalert .m-alert__para>p:last-child{margin-bottom:0}
.m-alert.formalert>.m-alert{width:100%}
.o-footer{padding:var(--footer-padding);color:var(--footer-color);background-color:var(--footer-bg-color)}
.o-footer__top{padding-bottom:var(--footer-top-section-padding-bottom);padding-right:0;padding-left:0}
@media(max-width:991.98px){.o-footer__top{max-width:100%}
}
.o-footer__bottom{padding-right:0;padding-left:0}
@media(max-width:991.98px){.o-footer__bottom{max-width:100%}
}
.o-footer__link-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
@media(min-width:992px){.o-footer__link-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:2rem}
}
@media(max-width:991.98px){.o-footer__link-wrapper{padding-bottom:var(--footer-link-wrapper-padding-bottom)}
}
.o-footer__link-wrapper .m-link-stack .a-link{font-weight:normal;margin-bottom:var(--footer-link-wrapper-margin-bottom)}
.o-footer__link-wrapper .m-link-stack--title{margin-bottom:0}
@media(max-width:991.98px){.o-footer__link-wrapper .m-link-stack--content{padding:1rem 0 0 1.5rem}
}
.o-footer__link-wrapper .abt-icon-down-arrow{color:var(--footer-icon-color);display:none}
.o-footer__link-wrapper .abt-icon-down-arrow:focus,.o-footer__link-wrapper .abt-icon-down-arrow:active{color:var(--footer-icon-color)}
@media(max-width:991.98px){.o-footer__link-wrapper .abt-icon-down-arrow{display:block}
}
.o-footer__bottom-section{padding:var(--footer-bootom-section-padding);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.o-footer__social-media .container-fluid{padding:0}
.o-footer__social-media .a-logo-comp{padding:0 var(--footer-spacing-xs);display:inline-block}
.o-footer__social-media .a-logo-comp:last-child{padding-right:0}
.o-footer__social-media .a-logo-comp--link{color:var(--footer-link-text-color);text-decoration:none}
.o-footer__disclaimer-section{padding-top:var(--footer-spacing-xl);color:var(--footer-link-text-color);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0;padding-left:0}
@media(max-width:767.98px){.o-footer__disclaimer-section{padding-top:var(--footer-spacing-l)}
}
@media(min-width:992px){.o-footer__disclaimer-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
}
.o-footer__disclaimer-section li .a-link{margin-bottom:var(--footer-spacing-s)}
.o-footer__disclaimer-section li .a-link__text{font-size:var(--footer-link-text-font-size);line-height:var(--footer-link-text-line-height);color:var(--footer-link-text-color);text-transform:none;font-weight:normal;font-family:var(--footer-link-text-font-family);padding:0;margin-right:var(--footer-spacing-xl)}
@media(min-width:768px){.o-footer__disclaimer-section li .a-link__text{margin-right:var(--footer-spacing-m)}
}
@media(min-width:992px){.o-footer__disclaimer-section li .a-link__text{margin-right:0;margin-left:var(--footer-spacing-xl)}
}
.o-footer__disclaimer-section li .a-link__text:focus{outline:1px solid var(--footer-link-text-color)}
@media(min-width:992px){.o-footer__disclaimer-section li:last-child .a-link__text{margin-right:0}
}
.no-links .o-footer__disclaimer-section{padding-top:0}
.o-footer__copyright{font-family:var(--footer-copyright-font-family);font-size:var(--footer-copyright-font-size);line-height:var(--footer-copyright-line-height);color:var(--footer-copyright-color);text-transform:none;font-weight:normal;margin:var(--footer-spacing-xl) 0 0}
@media(max-width:991.98px){.o-footer__copyright{margin:var(--footer-spacing-l) 0 0}
}
@media(max-width:767.98px){.o-footer{padding:var(--footer-spacing-xl) var(--footer-spacing-m1)}
}
.limelight-player{--floatingbutton-light-gray:rgba(34,39,49,0.4);--floatingbutton-light-magenta:rgba(170,0,97,0.6)}
.a-floatingactionbutton{z-index:999}
.a-floatingactionbutton--sticky-button{bottom:0;position:sticky;width:100%;left:0;margin:0 !important}
.a-floatingactionbutton--sticky-button .container{padding-left:0;padding-right:0}
@media(min-width:1200px){.a-floatingactionbutton--sticky-button .a-floatingactionbutton__floating-button.fab-d-none{display:none}
}
.a-floatingactionbutton__float-full-width{width:100%;padding:12px 0 12px 0}
.a-floatingactionbutton__floating-button a{text-decoration:none !important}
.a-floatingactionbutton__floating-button .full-width-large{width:100%;min-height:48px;font-size:18px;padding:12px 0 12px 0}
.a-floatingactionbutton__floating-button .full-width-medium{width:100%;min-height:40px;font-size:16px;padding:12px 0 12px 0}
.a-floatingactionbutton__floating-button .full-width-small{width:100%;min-height:32px;font-size:14px}
.a-floatingactionbutton__floating-button .right-aligned{top:50%;position:fixed;right:0;z-index:1;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.a-floatingactionbutton__floating-button .right-aligned button{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.a-floatingactionbutton__floating-button .right-aligned button .button-alignment{display:-webkit-box;display:-ms-flexbox;display:flex}
.a-floatingactionbutton__floating-button .right-aligned button .icon-left{padding-right:10px}
.a-floatingactionbutton__floating-button .right-aligned button .icon-right{padding-left:10px}
.a-floatingactionbutton__floating-button .right-aligned .text-right{text-align:right}
.a-floatingactionbutton__floating-button .right-aligned .text-left{text-align:left}
.a-floatingactionbutton__floating-button .right-aligned .text-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.a-floatingactionbutton__floating-button .right-aligned .text-none{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex}
.a-floatingactionbutton__floating-button .right-aligned-large{width:160px;min-height:160px;font-size:18px;padding:12px 8px 12px 8px;word-break:break-word}
.a-floatingactionbutton__floating-button .right-aligned-medium{width:128px;min-height:128px;font-size:16px;padding:12px 8px 12px 8px;word-break:break-word}
.a-floatingactionbutton__floating-button .right-aligned-small{width:96px;min-height:96px;font-size:14px;padding:12px 8px 12px 8px;word-break:break-word}
.a-floatingactionbutton__floating-button .right-aligned-icon-large{width:96px;height:96px;padding:12px 8px 12px 8px}
.a-floatingactionbutton__floating-button .right-aligned-icon-medium{width:64px;height:64px;padding:12px 8px 12px 8px}
.a-floatingactionbutton__floating-button .right-aligned-icon-small{width:48px;height:48px;padding:12px 8px 12px 8px}
.a-floatingactionbutton__floating-button__danger{background:var(--floatingbutton-danger);color:var(--floatingbutton-white);border:0}
@media(min-width:1200px){.a-floatingactionbutton__floating-button__danger:hover{background:var(--floatingbutton-white);color:var(--floatingbutton-danger);border:1px solid var(--floatingbutton-danger)}
}
.a-floatingactionbutton__floating-button__danger-disabled{background:var(--floatingbutton-charcoal-disabled);color:var(--floatingbutton-white)}
.a-floatingactionbutton__floating-button__primary-button{background:var(--floatingbutton-cerulean-blue);color:var(--floatingbutton-white);border:0}
@media(min-width:1200px){.a-floatingactionbutton__floating-button__primary-button:hover{background:var(--floatingbutton-white);color:var(--floatingbutton-cerulean-blue);border:1px solid var(--floatingbutton-cerulean-blue)}
}
.a-floatingactionbutton__floating-button__primary-button-disabled{background:var(--floatingbutton-charcoal-disabled);color:var(--floatingbutton-white)}
.a-floatingactionbutton__floating-button__secondary-button{background:var(--floatingbutton-secondary);color:var(--floatingbutton-tertiary-v);border:0}
@media(min-width:1200px){.a-floatingactionbutton__floating-button__secondary-button:hover{background:var(--floatingbutton-white);color:var(--floatingbutton-tertiary-v);border:1px solid var(--floatingbutton-secondary)}
}
.a-floatingactionbutton__floating-button__secondary-button-disabled{background:var(--floatingbutton-charcoal-disabled);color:var(--floatingbutton-white)}
.a-floatingactionbutton__floating-button__tertiary-button{background:var(--floatingbutton-tertiary-v);color:var(--floatingbutton-white);border:0}
@media(min-width:1200px){.a-floatingactionbutton__floating-button__tertiary-button:hover{background:var(--floatingbutton-white);color:var(--floatingbutton-tertiary-v);border:1px solid var(--floatingbutton-tertiary-v)}
}
.a-floatingactionbutton__floating-button__tertiary-button-disabled{background:var(--floatingbutton-charcoal-disabled);color:var(--floatingbutton-white)}
.a-floatingactionbutton__floating-button__primary-v1{background-color:var(--floatingbutton-primary-v1-bg);color:var(--floatingbutton-primary-v1-color);border:var(--floatingbutton-secondary-v1-bg)}
@media(min-width:1200px){.a-floatingactionbutton__floating-button__primary-v1:hover{color:var(--floatingbutton-primary-v1-color)}
}
.a-floatingactionbutton__floating-button__primary-v1:active{background-color:var(--floatingbutton-primary-v1-bg-pressed);color:var(--floatingbutton-primary-v1-color-pressed)}
.a-floatingactionbutton__floating-button__primary-v2{border:var(--floatingbutton-secondary-v1-bg);background-color:var(--floatingbutton-primary-v2-bg);color:var(--floatingbutton-primary-v2-color)}
@media(min-width:1200px){.a-floatingactionbutton__floating-button__primary-v2:hover{color:var(--floatingbutton-primary-v2-color)}
}
.a-floatingactionbutton__floating-button__primary-v2:active{background-color:var(--floatingbutton-primary-v2-bg-pressed);color:var(--floatingbutton-primary-v2-color)}
.a-floatingactionbutton__floating-button__secondary-v1{border:var(--floatingbutton-secondary-v1-border);background-color:var(--floatingbutton-secondary-v1-bg);color:var(--floatingbutton-secondary-v1-color)}
@media(min-width:1200px){.a-floatingactionbutton__floating-button__secondary-v1:hover{background-color:var(--floatingbutton-secondary-v1-bg-hover);color:var(--floatingbutton-secondary-v1-color);-webkit-box-shadow:none;box-shadow:none}
}
.a-floatingactionbutton__floating-button__secondary-v1:active{background-color:var(--floatingbutton-secondary-v1-bg-pressed);color:var(--floatingbutton-secondary-v1-color);-webkit-box-shadow:var(--floatingbutton-box-shadow);box-shadow:var(--floatingbutton-box-shadow)}
.a-floatingactionbutton__floating-button .icon-text-align{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:left;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.a-floatingactionbutton__floating-button .floating-btn-text{font-family:var(--floatingbutton-brandon-bold);line-height:20px;vertical-align:center;letter-spacing:.8px;text-align:center;border-radius:0}
.generic-modal.modal-float-button .video-js{height:auto !important;padding-bottom:56.25%}
.generic-modal.modal-float-button .embed-video{width:100% !important;height:488px !important;border:none !important}
.generic-modal.modal-float-button .modal-dialog{max-width:70% !important}
.generic-modal.modal-float-button .generic-modal__content-footer{display:none}
.generic-modal.modal-float-button .generic-modal__content-body{padding-left:0;padding-right:0;border:0}
.generic-modal.modal-float-button .m-video .limelight-player{background:none !important;width:100% !important;height:490px !important;top:0}
.generic-modal.modal-float-button .m-video .limelight-player .vjs-limelight-big-play:before{content:"\f101";background:var(--floatingbutton-light-gray);border-radius:100px;font-size:60px;line-height:60px;position:absolute;border:0;top:50%;left:50%;width:96px;height:96px;padding:16px 0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.generic-modal.modal-float-button .m-video .limelight-player .vjs-limelight-big-play:hover::before{content:"\f101";background:var(--floatingbutton-light-magenta);border-radius:100px;font-size:60px;line-height:60px;position:absolute;border:0;top:50%;left:50%;width:96px;height:96px;padding:16px 0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.generic-modal.modal-float-button .m-video .limeLight-video-wrapper{width:100% !important;height:485px !important}
@media(max-width:1199.98px){.generic-modal.modal-float-button .m-video .limeLight-video-wrapper{width:100% !important;height:370px !important}
.generic-modal.modal-float-button .m-video .limelight-player{background:none !important}
.generic-modal.modal-float-button .embed-video{width:100% !important;height:488px !important;border:none !important}
}
@media(max-width:991.98px){.generic-modal.modal-float-button .generic-modal__content-body{height:auto}
.generic-modal.modal-float-button .m-video .limeLight-video-wrapper{width:100% !important;height:285px !important}
.generic-modal.modal-float-button .m-video .limelight-player{background:0}
.generic-modal.modal-float-button .embed-video{width:100%;height:300px !important;border:none !important}
}
@media(max-width:767.98px){.generic-modal.modal-float-button .generic-modal__content{position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin-top:70%;margin-right:20px;margin-left:20px}
.generic-modal.modal-float-button .modal-dialog{max-width:88% !important}
.generic-modal.modal-float-button .m-video .limelight-player{background:none !important}
.generic-modal.modal-float-button .m-video .limelight-player .vjs-limelight-big-play:before{content:"\f101";background:var(--floatingbutton-light-gray);border-radius:100px;font-size:40px;line-height:40px;position:absolute;border:0;top:50%;left:50%;width:48px;height:48px;padding:4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.generic-modal.modal-float-button .m-video .limelight-player .vjs-limelight-big-play:hover::before{content:"\f101";background:var(--floatingbutton-light-magenta);border-radius:100px;font-size:40px;line-height:40px;position:absolute;border:0;top:50%;left:50%;width:48px;height:48px;padding:4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.generic-modal.modal-float-button .embed-video{width:100%;height:210px !important}
}
@media(max-width:767.98px){.a-floatingactionbutton__floating-button .right-aligned-large,.a-floatingactionbutton__floating-button .right-aligned-medium,.a-floatingactionbutton__floating-button .right-aligned-small{width:96px;min-height:48px;font-size:14px;line-height:16px;padding:12px 8px 12px 8px;word-break:break-word}
.a-floatingactionbutton__floating-button .right-aligned button .icon-left{padding-right:0}
.a-floatingactionbutton__floating-button .right-aligned button .icon-right{padding-left:0}
}
/*!
 * FilePond 4.30.3
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */.filepond--assistant{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}
.filepond--browser.filepond--browser{position:absolute;margin:0;padding:0;left:1em;top:1.75em;width:calc(100% - 2em);opacity:0;font-size:0}
.filepond--data{position:absolute;width:0;height:0;padding:0;margin:0;border:0;visibility:hidden;pointer-events:none;contain:strict}
.filepond--drip{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;opacity:1;pointer-events:none;border-radius:.5em;background:0;border:dashed 1px #888b8d;z-index:3}
.filepond--drip-blob{position:absolute;-webkit-transform-origin:center center;transform-origin:center center;top:0;left:0;width:8em;height:8em;margin-left:-4em;margin-top:-4em;background:#292625;border-radius:50%;will-change:transform,opacity}
.filepond--drop-label{position:absolute;left:0;right:0;top:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;will-change:transform,opacity;z-index:5}
.filepond--drop-label.filepond--drop-label label{display:block;margin:0;padding:.5em}
.filepond--drop-label label{cursor:default;font-size:.875em;font-weight:normal;text-align:center;line-height:1.5}
.filepond--label-action{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;-webkit-text-decoration-color:#a7a4a4;text-decoration-color:#a7a4a4;cursor:pointer}
.filepond--root[data-disabled] .filepond--drop-label label{opacity:.5}
.filepond--file-action-button.filepond--file-action-button{font-size:1em;width:1.625em;height:1.625em;font-family:inherit;line-height:inherit;margin:0;padding:0;border:0;outline:0;will-change:transform,opacity}
.filepond--file-action-button.filepond--file-action-button span{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}
.filepond--file-action-button.filepond--file-action-button svg{width:100%;height:100%}
.filepond--file-action-button.filepond--file-action-button::after{position:absolute;left:-0.75em;right:-0.75em;top:-0.75em;bottom:-0.75em;content:""}
.filepond--file-action-button{cursor:auto;color:#fff;border-radius:50%;background-color:rgba(0,0,0,0.5);background-image:none;-webkit-box-shadow:0 0 0 0 rgba(255,255,255,0);box-shadow:0 0 0 0 rgba(255,255,255,0);-webkit-transition:-webkit-box-shadow .25s ease-in;transition:-webkit-box-shadow .25s ease-in;transition:box-shadow .25s ease-in;transition:box-shadow .25s ease-in,-webkit-box-shadow .25s ease-in;z-index:102}
.filepond--file-action-button:hover,.filepond--file-action-button:focus{-webkit-box-shadow:0 0 0 .125em rgba(255,255,255,0.9);box-shadow:0 0 0 .125em rgba(255,255,255,0.9)}
.filepond--file-action-button[disabled]{color:rgba(255,255,255,0.5);background-color:rgba(0,0,0,0.25)}
.filepond--file-action-button[hidden]{display:none}
.filepond--action-edit-item.filepond--action-edit-item{width:2em;height:2em;padding:.1875em}
.filepond--action-edit-item.filepond--action-edit-item[data-align*="center"]{margin-left:-0.1875em}
.filepond--action-edit-item.filepond--action-edit-item[data-align*="bottom"]{margin-bottom:-0.1875em}
.filepond--action-edit-item-alt{border:0;line-height:inherit;background:transparent;font-family:inherit;color:inherit;outline:0;padding:0;margin:0 0 0 .25em;pointer-events:all;position:absolute}
.filepond--action-edit-item-alt svg{width:1.3125em;height:1.3125em}
.filepond--action-edit-item-alt span{font-size:0;opacity:0}
.filepond--file-info{position:static;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 .5em 0 0;min-width:0;will-change:transform,opacity;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:100}
.filepond--file-info *{margin:0}
.filepond--file-info .filepond--file-info-main{font-size:.75em;line-height:1.2;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%}
.filepond--file-info .filepond--file-info-sub{font-size:.625em;opacity:.5;-webkit-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out;white-space:nowrap}
.filepond--file-info .filepond--file-info-sub:empty{display:none}
.filepond--file-status{position:static;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;margin:0;min-width:2.25em;text-align:right;will-change:transform,opacity;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:101}
.filepond--file-status *{margin:0;white-space:nowrap}
.filepond--file-status .filepond--file-status-main{font-size:.75em;line-height:1.2}
.filepond--file-status .filepond--file-status-sub{font-size:.625em;opacity:.5;-webkit-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}
.filepond--file-wrapper.filepond--file-wrapper{border:0;margin:0;padding:0;min-width:0;height:100%}
.filepond--file-wrapper.filepond--file-wrapper>legend{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}
.filepond--file{position:static;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:.5625em .5625em;color:#fff;border-radius:.5em}
.filepond--file .filepond--file-status{margin-left:auto;margin-right:2.25em}
.filepond--file .filepond--processing-complete-indicator{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:3}
.filepond--file .filepond--processing-complete-indicator,.filepond--file .filepond--progress-indicator,.filepond--file .filepond--file-action-button{position:absolute}
.filepond--file [data-align*="left"]{left:.5625em}
.filepond--file [data-align*="right"]{right:.5625em}
.filepond--file [data-align*="center"]{left:calc(50% - 0.8125em)}
.filepond--file [data-align*="bottom"]{bottom:1.125em}
.filepond--file [data-align="center"]{top:calc(50% - 0.8125em)}
.filepond--file .filepond--progress-indicator{margin-top:.1875em}
.filepond--file .filepond--progress-indicator[data-align*="right"]{margin-right:.1875em}
.filepond--file .filepond--progress-indicator[data-align*="left"]{margin-left:.1875em}
[data-filepond-item-state="cancelled"] .filepond--file-info,[data-filepond-item-state*="invalid"] .filepond--file-info,[data-filepond-item-state*="error"] .filepond--file-info{margin-right:2.25em}
[data-filepond-item-state~="processing"] .filepond--file-status-sub{opacity:0}
[data-filepond-item-state~="processing"] .filepond--action-abort-item-processing ~ .filepond--file-status .filepond--file-status-sub{opacity:.5}
[data-filepond-item-state="processing-error"] .filepond--file-status-sub{opacity:0}
[data-filepond-item-state="processing-error"] .filepond--action-retry-item-processing ~ .filepond--file-status .filepond--file-status-sub{opacity:.5}
[data-filepond-item-state="processing-complete"] .filepond--action-revert-item-processing svg{-webkit-animation:fall .5s .125s linear both;animation:fall .5s .125s linear both}
[data-filepond-item-state="processing-complete"] .filepond--file-status-sub{opacity:.5}
[data-filepond-item-state="processing-complete"] .filepond--processing-complete-indicator:not([style*="hidden"]) ~ .filepond--file-status .filepond--file-status-sub{opacity:0}
[data-filepond-item-state="processing-complete"] .filepond--file-info-sub{opacity:0}
[data-filepond-item-state="processing-complete"] .filepond--action-revert-item-processing ~ .filepond--file-info .filepond--file-info-sub{opacity:.5}
[data-filepond-item-state*="invalid"] .filepond--panel,[data-filepond-item-state*="invalid"] .filepond--file-wrapper,[data-filepond-item-state*="error"] .filepond--panel,[data-filepond-item-state*="error"] .filepond--file-wrapper{-webkit-animation:shake .65s linear both;animation:shake .65s linear both}
[data-filepond-item-state*="busy"] .filepond--progress-indicator svg{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}
@-webkit-keyframes spin{0{-webkit-transform:rotateZ(0);transform:rotateZ(0)}
100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}
}
@keyframes spin{0{-webkit-transform:rotateZ(0);transform:rotateZ(0)}
100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}
}
@-webkit-keyframes shake{10%,90%{-webkit-transform:translateX(-0.0625em);transform:translateX(-0.0625em)}
20%,80%{-webkit-transform:translateX(0.125em);transform:translateX(0.125em)}
30%,50%,70%{-webkit-transform:translateX(-0.25em);transform:translateX(-0.25em)}
40%,60%{-webkit-transform:translateX(0.25em);transform:translateX(0.25em)}
}
@keyframes shake{10%,90%{-webkit-transform:translateX(-0.0625em);transform:translateX(-0.0625em)}
20%,80%{-webkit-transform:translateX(0.125em);transform:translateX(0.125em)}
30%,50%,70%{-webkit-transform:translateX(-0.25em);transform:translateX(-0.25em)}
40%,60%{-webkit-transform:translateX(0.25em);transform:translateX(0.25em)}
}
@-webkit-keyframes fall{0{opacity:0;-webkit-transform:scale(0.5);transform:scale(0.5);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
70%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
100%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
}
@keyframes fall{0{opacity:0;-webkit-transform:scale(0.5);transform:scale(0.5);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
70%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
100%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
}
.filepond--hopper[data-hopper-state="drag-over"]>*{pointer-events:none}
.filepond--hopper[data-hopper-state="drag-over"]::after{content:"";position:absolute;left:0;top:0;right:0;bottom:0;z-index:100}
.filepond--hopper[data-hopper-state="drag-over"] .filepond--drip{background-color:rgba(224,224,224,0.5);border:dashed 2px Black}
.filepond--item{position:absolute;top:0;left:0;right:0;z-index:1;padding:0;margin:.25em;will-change:transform,opacity}
.filepond--item>.filepond--panel{z-index:-1}
.filepond--item>.filepond--panel .filepond--panel-bottom{-webkit-box-shadow:0 .0625em .125em -0.0625em rgba(0,0,0,0.25);box-shadow:0 .0625em .125em -0.0625em rgba(0,0,0,0.25)}
.filepond--item>.filepond--file-wrapper,.filepond--item>.filepond--panel{-webkit-transition:opacity .15s ease-out;transition:opacity .15s ease-out}
.filepond--item[data-drag-state]{cursor:-webkit-grab;cursor:grab}
.filepond--item[data-drag-state]>.filepond--panel{-webkit-transition:-webkit-box-shadow .125s ease-in-out;transition:-webkit-box-shadow .125s ease-in-out;transition:box-shadow .125s ease-in-out;transition:box-shadow .125s ease-in-out,-webkit-box-shadow .125s ease-in-out;-webkit-box-shadow:0 0 0 rgba(0,0,0,0);box-shadow:0 0 0 rgba(0,0,0,0)}
.filepond--item[data-drag-state="drag"]{cursor:-webkit-grabbing;cursor:grabbing}
.filepond--item[data-drag-state="drag"]>.filepond--panel{-webkit-box-shadow:0 .125em .3125em rgba(0,0,0,0.325);box-shadow:0 .125em .3125em rgba(0,0,0,0.325)}
.filepond--item[data-drag-state]:not([data-drag-state="idle"]){z-index:2}
.filepond--item-panel{background-color:#64605e;border-radius:.5em;-webkit-transition:background-color .25s;transition:background-color .25s}
[data-filepond-item-state="processing-complete"] .filepond--item-panel{background-color:#369763}
[data-filepond-item-state*="invalid"] .filepond--item-panel,[data-filepond-item-state*="error"] .filepond--item-panel{background-color:#c44e47}
.filepond--list-scroller{position:absolute;top:0;left:0;right:0;margin:0;will-change:transform;z-index:6}
.filepond--list-scroller[data-state="overflow"] .filepond--list{bottom:0;right:0}
.filepond--list-scroller[data-state="overflow"]{overflow-y:scroll;overflow-x:hidden;-webkit-overflow-scrolling:touch;-webkit-mask:-webkit-gradient(linear,left top,left bottom,from(#000),to(transparent));-webkit-mask:linear-gradient(to bottom,#000 calc(100% - 0.5em),transparent 100%);mask:-webkit-gradient(linear,left top,left bottom,from(#000),to(transparent));mask:linear-gradient(to bottom,#000 calc(100% - 0.5em),transparent 100%)}
.filepond--list-scroller::-webkit-scrollbar{background:transparent}
.filepond--list-scroller::-webkit-scrollbar:vertical{width:1em}
.filepond--list-scroller::-webkit-scrollbar:horizontal{height:0}
.filepond--list-scroller::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.3);border-radius:99999px;border:.3125em solid transparent;background-clip:content-box}
.filepond--list.filepond--list{position:absolute;top:0;margin:0;padding:0;list-style-type:none;will-change:transform}
.filepond--list{left:.75em;right:.75em}
.filepond--root[data-style-panel-layout~="integrated"]{width:100%;height:100%;max-width:none;margin:0}
.filepond--root[data-style-panel-layout~="circle"] .filepond--panel-root,.filepond--root[data-style-panel-layout~="integrated"] .filepond--panel-root{border-radius:0}
.filepond--root[data-style-panel-layout~="circle"] .filepond--panel-root>*,.filepond--root[data-style-panel-layout~="integrated"] .filepond--panel-root>*{display:none}
.filepond--root[data-style-panel-layout~="circle"] .filepond--drop-label,.filepond--root[data-style-panel-layout~="integrated"] .filepond--drop-label{bottom:0;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:7}
.filepond--root[data-style-panel-layout~="circle"] .filepond--item-panel,.filepond--root[data-style-panel-layout~="integrated"] .filepond--item-panel{display:none}
.filepond--root[data-style-panel-layout~="compact"] .filepond--list-scroller,.filepond--root[data-style-panel-layout~="integrated"] .filepond--list-scroller{overflow:hidden;height:100%;margin-top:0;margin-bottom:0}
.filepond--root[data-style-panel-layout~="compact"] .filepond--list,.filepond--root[data-style-panel-layout~="integrated"] .filepond--list{left:0;right:0;height:100%}
.filepond--root[data-style-panel-layout~="compact"] .filepond--item,.filepond--root[data-style-panel-layout~="integrated"] .filepond--item{margin:0}
.filepond--root[data-style-panel-layout~="compact"] .filepond--file-wrapper,.filepond--root[data-style-panel-layout~="integrated"] .filepond--file-wrapper{height:100%}
.filepond--root[data-style-panel-layout~="compact"] .filepond--drop-label,.filepond--root[data-style-panel-layout~="integrated"] .filepond--drop-label{z-index:7}
.filepond--root[data-style-panel-layout~="circle"]{border-radius:99999rem;overflow:hidden}
.filepond--root[data-style-panel-layout~="circle"]>.filepond--panel{border-radius:inherit}
.filepond--root[data-style-panel-layout~="circle"]>.filepond--panel>*{display:none}
.filepond--root[data-style-panel-layout~="circle"] .filepond--file-info{display:none}
.filepond--root[data-style-panel-layout~="circle"] .filepond--file-status{display:none}
.filepond--root[data-style-panel-layout~="circle"] .filepond--action-edit-item{opacity:1 !important;visibility:visible !important}
@media not all and (min-resolution:.001dpcm){@supports(-webkit-appearance:none) and (stroke-color:transparent){.filepond--root[data-style-panel-layout~="circle"]{will-change:transform}
}
}
.filepond--panel-root{border-radius:.5em;background-color:none}
.filepond--panel{position:absolute;left:0;top:0;right:0;margin:0;height:100% !important;pointer-events:none}
.filepond-panel:not([data-scalable="false"]){height:auto !important}
.filepond--panel[data-scalable="false"]>div{display:none}
.filepond--panel[data-scalable="true"]{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;background-color:transparent !important;border:none !important}
.filepond--panel-top,.filepond--panel-bottom,.filepond--panel-center{position:absolute;left:0;top:0;right:0;margin:0;padding:0}
.filepond--panel-top,.filepond--panel-bottom{height:.5em}
.filepond--panel-top{border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important;border-bottom:none !important}
.filepond--panel-top::after{content:"";position:absolute;height:2px;left:0;right:0;bottom:-1px;background-color:inherit}
.filepond--panel-center,.filepond--panel-bottom{will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-origin:left top;transform-origin:left top;-webkit-transform:translate3d(0,0.5em,0);transform:translate3d(0,0.5em,0)}
.filepond--panel-bottom{border-top-left-radius:0 !important;border-top-right-radius:0 !important;border-top:none !important}
.filepond--panel-bottom::before{content:"";position:absolute;height:2px;left:0;right:0;top:-1px;background-color:inherit}
.filepond--panel-center{height:100px !important;border-top:none !important;border-bottom:none !important;border-radius:0 !important}
.filepond--panel-center:not([style]){visibility:hidden}
.filepond--progress-indicator{position:static;width:1.25em;height:1.25em;color:#fff;margin:0;pointer-events:none;will-change:transform,opacity;z-index:103}
.filepond--progress-indicator svg{width:100%;height:100%;vertical-align:top;transform-box:fill-box}
.filepond--progress-indicator path{fill:none;stroke:currentColor}
.filepond--root>.filepond--panel{z-index:2}
.filepond--browser{z-index:1}
.filepond--root{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;margin-bottom:1em;font-size:1rem;line-height:normal;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:450;text-align:left;text-rendering:optimizeLegibility;direction:ltr;contain:layout style size}
.filepond--root *{-webkit-box-sizing:inherit;box-sizing:inherit;line-height:inherit}
.filepond--root *:not(text){font-size:inherit}
.filepond--root[data-disabled]{pointer-events:none}
.filepond--root[data-disabled] .filepond--list-scroller{pointer-events:all}
.filepond--root[data-disabled] .filepond--list{pointer-events:none}
.filepond--root .filepond--drop-label{min-height:122px;-webkit-transform:none !important;transform:none !important;opacity:1 !important;visibility:visible !important}
.filepond--root .filepond--list-scroller{margin-top:1em;margin-bottom:1em;display:none}
.filepond--root .filepond--credits{position:absolute;right:0;opacity:.175;line-height:.85;font-size:11px;color:inherit;text-decoration:none;z-index:3;bottom:-14px;display:none}
.filepond--root .filepond--credits[style]{top:0;bottom:auto;margin-top:14px}
.filepond--image-preview-markup{position:absolute;left:0;top:0}
.filepond--image-preview-overlay{display:block;position:absolute;left:0;top:0;width:100%;min-height:5rem;max-height:7rem;margin:0;opacity:0;z-index:2;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.filepond--image-preview-overlay svg{width:100%;height:auto;color:inherit;max-height:inherit}
.filepond--image-preview-overlay-idle{mix-blend-mode:multiply;color:rgba(40,40,40,0.85)}
.filepond--image-preview-overlay-success{mix-blend-mode:normal;color:#369763}
.filepond--image-preview-overlay-failure{mix-blend-mode:normal;color:#c44e47}
@supports(-webkit-marquee-repetition:infinite) and ((-o-object-fit:fill) or(object-fit:fill)){.filepond--image-preview-overlay-idle{mix-blend-mode:normal}
}
.filepond--image-preview-wrapper{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;left:0;top:0;right:0;height:100%;margin:0;border-radius:.45em;overflow:hidden;background:rgba(0,0,0,0.01);z-index:2}
.filepond--image-preview{position:absolute;left:0;top:0;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;width:100%;pointer-events:none;background:#222;will-change:transform,opacity}
.filepond--image-clip{position:relative;overflow:hidden;margin:0 auto}
.filepond--image-clip[data-transparency-indicator="grid"] img,.filepond--image-clip[data-transparency-indicator="grid"] canvas{background-color:#fff;background-image:url("data:image/svg+xml,%3CsvgviewBox='00100100'xmlns='http://www.w3.org/2000/svg'fill='%23eee'%3E%3Cpathd='M00H50V50H0'/%3E%3Cpathd='M5050H100V100H50'/%3E%3C/svg%3E");background-size:1.25em 1.25em}
.filepond--image-bitmap,.filepond--image-vector{position:absolute;left:0;top:0;will-change:transform}
.filepond--root[data-style-panel-layout~="integrated"] .filepond--image-preview-wrapper{border-radius:0}
.filepond--root[data-style-panel-layout~="integrated"] .filepond--image-preview{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.filepond--root[data-style-panel-layout~="circle"] .filepond--image-preview-wrapper{border-radius:99999rem}
.filepond--root[data-style-panel-layout~="circle"] .filepond--image-preview-overlay{top:auto;bottom:0;-webkit-transform:scaleY(-1);transform:scaleY(-1)}
.filepond--root[data-style-panel-layout~="circle"] .filepond--file .filepond--file-action-button[data-align*="bottom"]:not([data-align*="center"]){margin-bottom:.325em}
.filepond--root[data-style-panel-layout~="circle"] .filepond--file [data-align*="left"]{left:calc(50% - 3em)}
.filepond--root[data-style-panel-layout~="circle"] .filepond--file [data-align*="right"]{right:calc(50% - 3em)}
.filepond--root[data-style-panel-layout~="circle"] .filepond--progress-indicator[data-align*="bottom"][data-align*="left"],.filepond--root[data-style-panel-layout~="circle"] .filepond--progress-indicator[data-align*="bottom"][data-align*="right"]{margin-bottom:calc(0.325em + 0.1875em)}
.filepond--root[data-style-panel-layout~="circle"] .filepond--progress-indicator[data-align*="bottom"][data-align*="center"]{margin-top:0;margin-bottom:.1875em;margin-left:.1875em}
.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.cropper-container img{display:block;height:100%;image-orientation:0;max-height:none !important;max-width:none !important;min-height:0 !important;min-width:0 !important;width:100%}
.cropper-wrap-box,.cropper-canvas,.cropper-drag-box,.cropper-crop-box,.cropper-modal{bottom:0;left:0;position:absolute;right:0;top:0}
.cropper-wrap-box,.cropper-canvas{overflow:hidden}
.cropper-drag-box{background-color:#fff;opacity:0}
.cropper-modal{background-color:#000;opacity:.5}
.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:rgba(51,153,255,0.75);overflow:hidden;width:100%}
.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}
.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:calc(100% / 3);left:0;top:calc(100% / 3);width:100%}
.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:calc(100% / 3);top:0;width:calc(100% / 3)}
.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}
.cropper-center::before,.cropper-center::after{background-color:#eee;content:" ";display:block;position:absolute}
.cropper-center::before{height:1px;left:-3px;top:0;width:7px}
.cropper-center::after{height:7px;left:0;top:-3px;width:1px}
.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}
.cropper-face{background-color:#fff;left:0;top:0}
.cropper-line{background-color:#39f}
.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}
.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}
.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}
.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}
.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}
.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}
.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}
.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}
.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}
.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}
.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}
.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}
.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}
@media(min-width:768px){.cropper-point.point-se{height:15px;width:15px}
}
@media(min-width:992px){.cropper-point.point-se{height:10px;width:10px}
}
@media(min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}
}
.cropper-point.point-se::before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}
.cropper-invisible{opacity:0}
.cropper-hide{display:block;height:0;position:absolute;width:0}
.cropper-hidden{display:none !important}
.cropper-move{cursor:move}
.cropper-crop{cursor:crosshair}
.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}
.m-file-uploader{position:relative;width:432px;overflow:hidden;max-width:100%}
.m-file-uploader__drag-drop{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.m-file-uploader__drag-drop .abt-icon{font-size:28px;margin-right:12px}
.m-file-uploader .filepond--root{height:122px}
.m-file-uploader .filepond--label-action{font-weight:bold}
.m-file-uploader:before{content:"";display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;height:0;width:100%;z-index:9;vertical-align:middle;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0;top:80px;-webkit-transition:all linear .3s .1s;transition:all linear .3s .1s}
.m-file-uploader img{display:block;max-width:100%;width:100%;height:100%}
.m-file-uploader__cropcontainer{overflow:hidden;-webkit-transition:all linear .2s;transition:all linear .2s;-webkit-transform:translateY(0);transform:translateY(0);opacity:1;height:100%;display:none}
.m-file-uploader__cropconfirm{margin-top:16px}
.m-file-uploader__imgcontainer{max-width:100%}
.m-file-uploader__croppedimg{-webkit-transition:all linear .2s 2s;transition:all linear .2s 2s;-webkit-transform:translateY(-10%);transform:translateY(-10%);opacity:0;position:absolute}
.m-file-uploader__croppedimg img{max-width:300px;-webkit-transition:all cubic-bezier(0.22,0.61,0.36,1) .2s 2.3s;transition:all cubic-bezier(0.22,0.61,0.36,1) .2s 2.3s;-webkit-transform:translateY(-10%);transform:translateY(-10%);opacity:0;scroll-behavior:smooth}
.m-file-uploader__filedetails{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}
.m-file-uploader__filedetails-label{width:100%;font-weight:bold}
.m-file-uploader__filename{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:60%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.m-file-uploader__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-left:5px}
.m-file-uploader__size{white-space:nowrap;margin-left:10px}
.m-file-uploader__removefile{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}
.m-file-uploader__removefile em{margin-right:8px}
.m-file-uploader__croplabel{font-weight:bold}
.m-file-uploader.show-loader:before{opacity:1;height:calc(100% - 80px)}
.m-file-uploader .cropper-modal{background-color:rgba(107,107,107,0.59);opacity:1}
.m-file-uploader .cropper-view-box{outline:0}
.m-file-uploader.show-result .m-file-uploader__cropcontainer{-webkit-transform:translateY(10%);transform:translateY(10%);opacity:0;height:0}
.m-file-uploader.show-result .m-file-uploader__croppedimg{-webkit-transform:translateY(0);transform:translateY(0);opacity:1;position:relative}
.m-file-uploader.show-result .m-file-uploader__croppedimg img{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}
/*!
 * FilePond 4.30.3
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */.filepond--assistant{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}
.filepond--browser.filepond--browser{position:absolute;margin:0;padding:0;left:1em;top:1.75em;width:calc(100% - 2em);opacity:0;font-size:0}
.filepond--data{position:absolute;width:0;height:0;padding:0;margin:0;border:0;visibility:hidden;pointer-events:none;contain:strict}
.filepond--drip{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;opacity:1;pointer-events:none;border-radius:.5em;background:0;border:dashed 1px #888b8d;z-index:3}
.filepond--drip-blob{position:absolute;-webkit-transform-origin:center center;transform-origin:center center;top:0;left:0;width:8em;height:8em;margin-left:-4em;margin-top:-4em;background:#292625;border-radius:50%;will-change:transform,opacity}
.filepond--drop-label{position:absolute;left:0;right:0;top:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;will-change:transform,opacity;z-index:5}
.filepond--drop-label.filepond--drop-label label{display:block;margin:0;padding:.5em}
.filepond--drop-label label{cursor:default;font-size:.875em;font-weight:normal;text-align:center;line-height:1.5}
.filepond--label-action{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;-webkit-text-decoration-color:#a7a4a4;text-decoration-color:#a7a4a4;cursor:pointer}
.filepond--root[data-disabled] .filepond--drop-label label{opacity:.5}
.filepond--file-action-button.filepond--file-action-button{font-size:1em;width:1.625em;height:1.625em;font-family:inherit;line-height:inherit;margin:0;padding:0;border:0;outline:0;will-change:transform,opacity}
.filepond--file-action-button.filepond--file-action-button span{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}
.filepond--file-action-button.filepond--file-action-button svg{width:100%;height:100%}
.filepond--file-action-button.filepond--file-action-button::after{position:absolute;left:-0.75em;right:-0.75em;top:-0.75em;bottom:-0.75em;content:""}
.filepond--file-action-button{cursor:auto;color:#fff;border-radius:50%;background-color:rgba(0,0,0,0.5);background-image:none;-webkit-box-shadow:0 0 0 0 rgba(255,255,255,0);box-shadow:0 0 0 0 rgba(255,255,255,0);-webkit-transition:-webkit-box-shadow .25s ease-in;transition:-webkit-box-shadow .25s ease-in;transition:box-shadow .25s ease-in;transition:box-shadow .25s ease-in,-webkit-box-shadow .25s ease-in;z-index:102}
.filepond--file-action-button:hover,.filepond--file-action-button:focus{-webkit-box-shadow:0 0 0 .125em rgba(255,255,255,0.9);box-shadow:0 0 0 .125em rgba(255,255,255,0.9)}
.filepond--file-action-button[disabled]{color:rgba(255,255,255,0.5);background-color:rgba(0,0,0,0.25)}
.filepond--file-action-button[hidden]{display:none}
.filepond--action-edit-item.filepond--action-edit-item{width:2em;height:2em;padding:.1875em}
.filepond--action-edit-item.filepond--action-edit-item[data-align*="center"]{margin-left:-0.1875em}
.filepond--action-edit-item.filepond--action-edit-item[data-align*="bottom"]{margin-bottom:-0.1875em}
.filepond--action-edit-item-alt{border:0;line-height:inherit;background:transparent;font-family:inherit;color:inherit;outline:0;padding:0;margin:0 0 0 .25em;pointer-events:all;position:absolute}
.filepond--action-edit-item-alt svg{width:1.3125em;height:1.3125em}
.filepond--action-edit-item-alt span{font-size:0;opacity:0}
.filepond--file-info{position:static;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 .5em 0 0;min-width:0;will-change:transform,opacity;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:100}
.filepond--file-info *{margin:0}
.filepond--file-info .filepond--file-info-main{font-size:.75em;line-height:1.2;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%}
.filepond--file-info .filepond--file-info-sub{font-size:.625em;opacity:.5;-webkit-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out;white-space:nowrap}
.filepond--file-info .filepond--file-info-sub:empty{display:none}
.filepond--file-status{position:static;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;margin:0;min-width:2.25em;text-align:right;will-change:transform,opacity;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:101}
.filepond--file-status *{margin:0;white-space:nowrap}
.filepond--file-status .filepond--file-status-main{font-size:.75em;line-height:1.2}
.filepond--file-status .filepond--file-status-sub{font-size:.625em;opacity:.5;-webkit-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}
.filepond--file-wrapper.filepond--file-wrapper{border:0;margin:0;padding:0;min-width:0;height:100%}
.filepond--file-wrapper.filepond--file-wrapper>legend{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}
.filepond--file{position:static;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:.5625em .5625em;color:#fff;border-radius:.5em}
.filepond--file .filepond--file-status{margin-left:auto;margin-right:2.25em}
.filepond--file .filepond--processing-complete-indicator{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:3}
.filepond--file .filepond--processing-complete-indicator,.filepond--file .filepond--progress-indicator,.filepond--file .filepond--file-action-button{position:absolute}
.filepond--file [data-align*="left"]{left:.5625em}
.filepond--file [data-align*="right"]{right:.5625em}
.filepond--file [data-align*="center"]{left:calc(50% - 0.8125em)}
.filepond--file [data-align*="bottom"]{bottom:1.125em}
.filepond--file [data-align="center"]{top:calc(50% - 0.8125em)}
.filepond--file .filepond--progress-indicator{margin-top:.1875em}
.filepond--file .filepond--progress-indicator[data-align*="right"]{margin-right:.1875em}
.filepond--file .filepond--progress-indicator[data-align*="left"]{margin-left:.1875em}
[data-filepond-item-state="cancelled"] .filepond--file-info,[data-filepond-item-state*="invalid"] .filepond--file-info,[data-filepond-item-state*="error"] .filepond--file-info{margin-right:2.25em}
[data-filepond-item-state~="processing"] .filepond--file-status-sub{opacity:0}
[data-filepond-item-state~="processing"] .filepond--action-abort-item-processing ~ .filepond--file-status .filepond--file-status-sub{opacity:.5}
[data-filepond-item-state="processing-error"] .filepond--file-status-sub{opacity:0}
[data-filepond-item-state="processing-error"] .filepond--action-retry-item-processing ~ .filepond--file-status .filepond--file-status-sub{opacity:.5}
[data-filepond-item-state="processing-complete"] .filepond--action-revert-item-processing svg{-webkit-animation:fall .5s .125s linear both;animation:fall .5s .125s linear both}
[data-filepond-item-state="processing-complete"] .filepond--file-status-sub{opacity:.5}
[data-filepond-item-state="processing-complete"] .filepond--processing-complete-indicator:not([style*="hidden"]) ~ .filepond--file-status .filepond--file-status-sub{opacity:0}
[data-filepond-item-state="processing-complete"] .filepond--file-info-sub{opacity:0}
[data-filepond-item-state="processing-complete"] .filepond--action-revert-item-processing ~ .filepond--file-info .filepond--file-info-sub{opacity:.5}
[data-filepond-item-state*="invalid"] .filepond--panel,[data-filepond-item-state*="invalid"] .filepond--file-wrapper,[data-filepond-item-state*="error"] .filepond--panel,[data-filepond-item-state*="error"] .filepond--file-wrapper{-webkit-animation:shake .65s linear both;animation:shake .65s linear both}
[data-filepond-item-state*="busy"] .filepond--progress-indicator svg{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}
@-webkit-keyframes spin{0{-webkit-transform:rotateZ(0);transform:rotateZ(0)}
100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}
}
@keyframes spin{0{-webkit-transform:rotateZ(0);transform:rotateZ(0)}
100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}
}
@-webkit-keyframes shake{10%,90%{-webkit-transform:translateX(-0.0625em);transform:translateX(-0.0625em)}
20%,80%{-webkit-transform:translateX(0.125em);transform:translateX(0.125em)}
30%,50%,70%{-webkit-transform:translateX(-0.25em);transform:translateX(-0.25em)}
40%,60%{-webkit-transform:translateX(0.25em);transform:translateX(0.25em)}
}
@keyframes shake{10%,90%{-webkit-transform:translateX(-0.0625em);transform:translateX(-0.0625em)}
20%,80%{-webkit-transform:translateX(0.125em);transform:translateX(0.125em)}
30%,50%,70%{-webkit-transform:translateX(-0.25em);transform:translateX(-0.25em)}
40%,60%{-webkit-transform:translateX(0.25em);transform:translateX(0.25em)}
}
@-webkit-keyframes fall{0{opacity:0;-webkit-transform:scale(0.5);transform:scale(0.5);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
70%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
100%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
}
@keyframes fall{0{opacity:0;-webkit-transform:scale(0.5);transform:scale(0.5);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
70%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
100%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
}
.filepond--hopper[data-hopper-state="drag-over"]>*{pointer-events:none}
.filepond--hopper[data-hopper-state="drag-over"]::after{content:"";position:absolute;left:0;top:0;right:0;bottom:0;z-index:100}
.filepond--hopper[data-hopper-state="drag-over"] .filepond--drip{background-color:rgba(224,224,224,0.5);border:dashed 2px Black}
.filepond--item{position:absolute;top:0;left:0;right:0;z-index:1;padding:0;margin:.25em;will-change:transform,opacity}
.filepond--item>.filepond--panel{z-index:-1}
.filepond--item>.filepond--panel .filepond--panel-bottom{-webkit-box-shadow:0 .0625em .125em -0.0625em rgba(0,0,0,0.25);box-shadow:0 .0625em .125em -0.0625em rgba(0,0,0,0.25)}
.filepond--item>.filepond--file-wrapper,.filepond--item>.filepond--panel{-webkit-transition:opacity .15s ease-out;transition:opacity .15s ease-out}
.filepond--item[data-drag-state]{cursor:-webkit-grab;cursor:grab}
.filepond--item[data-drag-state]>.filepond--panel{-webkit-transition:-webkit-box-shadow .125s ease-in-out;transition:-webkit-box-shadow .125s ease-in-out;transition:box-shadow .125s ease-in-out;transition:box-shadow .125s ease-in-out,-webkit-box-shadow .125s ease-in-out;-webkit-box-shadow:0 0 0 rgba(0,0,0,0);box-shadow:0 0 0 rgba(0,0,0,0)}
.filepond--item[data-drag-state="drag"]{cursor:-webkit-grabbing;cursor:grabbing}
.filepond--item[data-drag-state="drag"]>.filepond--panel{-webkit-box-shadow:0 .125em .3125em rgba(0,0,0,0.325);box-shadow:0 .125em .3125em rgba(0,0,0,0.325)}
.filepond--item[data-drag-state]:not([data-drag-state="idle"]){z-index:2}
.filepond--item-panel{background-color:#64605e;border-radius:.5em;-webkit-transition:background-color .25s;transition:background-color .25s}
[data-filepond-item-state="processing-complete"] .filepond--item-panel{background-color:#369763}
[data-filepond-item-state*="invalid"] .filepond--item-panel,[data-filepond-item-state*="error"] .filepond--item-panel{background-color:#c44e47}
.filepond--list-scroller{position:absolute;top:0;left:0;right:0;margin:0;will-change:transform;z-index:6}
.filepond--list-scroller[data-state="overflow"] .filepond--list{bottom:0;right:0}
.filepond--list-scroller[data-state="overflow"]{overflow-y:scroll;overflow-x:hidden;-webkit-overflow-scrolling:touch;-webkit-mask:-webkit-gradient(linear,left top,left bottom,from(#000),to(transparent));-webkit-mask:linear-gradient(to bottom,#000 calc(100% - 0.5em),transparent 100%);mask:-webkit-gradient(linear,left top,left bottom,from(#000),to(transparent));mask:linear-gradient(to bottom,#000 calc(100% - 0.5em),transparent 100%)}
.filepond--list-scroller::-webkit-scrollbar{background:transparent}
.filepond--list-scroller::-webkit-scrollbar:vertical{width:1em}
.filepond--list-scroller::-webkit-scrollbar:horizontal{height:0}
.filepond--list-scroller::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.3);border-radius:99999px;border:.3125em solid transparent;background-clip:content-box}
.filepond--list.filepond--list{position:absolute;top:0;margin:0;padding:0;list-style-type:none;will-change:transform}
.filepond--list{left:.75em;right:.75em}
.filepond--root[data-style-panel-layout~="integrated"]{width:100%;height:100%;max-width:none;margin:0}
.filepond--root[data-style-panel-layout~="circle"] .filepond--panel-root,.filepond--root[data-style-panel-layout~="integrated"] .filepond--panel-root{border-radius:0}
.filepond--root[data-style-panel-layout~="circle"] .filepond--panel-root>*,.filepond--root[data-style-panel-layout~="integrated"] .filepond--panel-root>*{display:none}
.filepond--root[data-style-panel-layout~="circle"] .filepond--drop-label,.filepond--root[data-style-panel-layout~="integrated"] .filepond--drop-label{bottom:0;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:7}
.filepond--root[data-style-panel-layout~="circle"] .filepond--item-panel,.filepond--root[data-style-panel-layout~="integrated"] .filepond--item-panel{display:none}
.filepond--root[data-style-panel-layout~="compact"] .filepond--list-scroller,.filepond--root[data-style-panel-layout~="integrated"] .filepond--list-scroller{overflow:hidden;height:100%;margin-top:0;margin-bottom:0}
.filepond--root[data-style-panel-layout~="compact"] .filepond--list,.filepond--root[data-style-panel-layout~="integrated"] .filepond--list{left:0;right:0;height:100%}
.filepond--root[data-style-panel-layout~="compact"] .filepond--item,.filepond--root[data-style-panel-layout~="integrated"] .filepond--item{margin:0}
.filepond--root[data-style-panel-layout~="compact"] .filepond--file-wrapper,.filepond--root[data-style-panel-layout~="integrated"] .filepond--file-wrapper{height:100%}
.filepond--root[data-style-panel-layout~="compact"] .filepond--drop-label,.filepond--root[data-style-panel-layout~="integrated"] .filepond--drop-label{z-index:7}
.filepond--root[data-style-panel-layout~="circle"]{border-radius:99999rem;overflow:hidden}
.filepond--root[data-style-panel-layout~="circle"]>.filepond--panel{border-radius:inherit}
.filepond--root[data-style-panel-layout~="circle"]>.filepond--panel>*{display:none}
.filepond--root[data-style-panel-layout~="circle"] .filepond--file-info{display:none}
.filepond--root[data-style-panel-layout~="circle"] .filepond--file-status{display:none}
.filepond--root[data-style-panel-layout~="circle"] .filepond--action-edit-item{opacity:1 !important;visibility:visible !important}
@media not all and (min-resolution:.001dpcm){@supports(-webkit-appearance:none) and (stroke-color:transparent){.filepond--root[data-style-panel-layout~="circle"]{will-change:transform}
}
}
.filepond--panel-root{border-radius:.5em;background-color:none}
.filepond--panel{position:absolute;left:0;top:0;right:0;margin:0;height:100% !important;pointer-events:none}
.filepond-panel:not([data-scalable="false"]){height:auto !important}
.filepond--panel[data-scalable="false"]>div{display:none}
.filepond--panel[data-scalable="true"]{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;background-color:transparent !important;border:none !important}
.filepond--panel-top,.filepond--panel-bottom,.filepond--panel-center{position:absolute;left:0;top:0;right:0;margin:0;padding:0}
.filepond--panel-top,.filepond--panel-bottom{height:.5em}
.filepond--panel-top{border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important;border-bottom:none !important}
.filepond--panel-top::after{content:"";position:absolute;height:2px;left:0;right:0;bottom:-1px;background-color:inherit}
.filepond--panel-center,.filepond--panel-bottom{will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-origin:left top;transform-origin:left top;-webkit-transform:translate3d(0,0.5em,0);transform:translate3d(0,0.5em,0)}
.filepond--panel-bottom{border-top-left-radius:0 !important;border-top-right-radius:0 !important;border-top:none !important}
.filepond--panel-bottom::before{content:"";position:absolute;height:2px;left:0;right:0;top:-1px;background-color:inherit}
.filepond--panel-center{height:100px !important;border-top:none !important;border-bottom:none !important;border-radius:0 !important}
.filepond--panel-center:not([style]){visibility:hidden}
.filepond--progress-indicator{position:static;width:1.25em;height:1.25em;color:#fff;margin:0;pointer-events:none;will-change:transform,opacity;z-index:103}
.filepond--progress-indicator svg{width:100%;height:100%;vertical-align:top;transform-box:fill-box}
.filepond--progress-indicator path{fill:none;stroke:currentColor}
.filepond--root>.filepond--panel{z-index:2}
.filepond--browser{z-index:1}
.filepond--root{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;margin-bottom:1em;font-size:1rem;line-height:normal;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:450;text-align:left;text-rendering:optimizeLegibility;direction:ltr;contain:layout style size}
.filepond--root *{-webkit-box-sizing:inherit;box-sizing:inherit;line-height:inherit}
.filepond--root *:not(text){font-size:inherit}
.filepond--root[data-disabled]{pointer-events:none}
.filepond--root[data-disabled] .filepond--list-scroller{pointer-events:all}
.filepond--root[data-disabled] .filepond--list{pointer-events:none}
.filepond--root .filepond--drop-label{min-height:122px;-webkit-transform:none !important;transform:none !important;opacity:1 !important;visibility:visible !important}
.filepond--root .filepond--list-scroller{margin-top:1em;margin-bottom:1em;display:none}
.filepond--root .filepond--credits{position:absolute;right:0;opacity:.175;line-height:.85;font-size:11px;color:inherit;text-decoration:none;z-index:3;bottom:-14px;display:none}
.filepond--root .filepond--credits[style]{top:0;bottom:auto;margin-top:14px}
.filepond--image-preview-markup{position:absolute;left:0;top:0}
.filepond--image-preview-overlay{display:block;position:absolute;left:0;top:0;width:100%;min-height:5rem;max-height:7rem;margin:0;opacity:0;z-index:2;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.filepond--image-preview-overlay svg{width:100%;height:auto;color:inherit;max-height:inherit}
.filepond--image-preview-overlay-idle{mix-blend-mode:multiply;color:rgba(40,40,40,0.85)}
.filepond--image-preview-overlay-success{mix-blend-mode:normal;color:#369763}
.filepond--image-preview-overlay-failure{mix-blend-mode:normal;color:#c44e47}
@supports(-webkit-marquee-repetition:infinite) and ((-o-object-fit:fill) or(object-fit:fill)){.filepond--image-preview-overlay-idle{mix-blend-mode:normal}
}
.filepond--image-preview-wrapper{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;left:0;top:0;right:0;height:100%;margin:0;border-radius:.45em;overflow:hidden;background:rgba(0,0,0,0.01);z-index:2}
.filepond--image-preview{position:absolute;left:0;top:0;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;width:100%;pointer-events:none;background:#222;will-change:transform,opacity}
.filepond--image-clip{position:relative;overflow:hidden;margin:0 auto}
.filepond--image-clip[data-transparency-indicator="grid"] img,.filepond--image-clip[data-transparency-indicator="grid"] canvas{background-color:#fff;background-image:url("data:image/svg+xml,%3CsvgviewBox='00100100'xmlns='http://www.w3.org/2000/svg'fill='%23eee'%3E%3Cpathd='M00H50V50H0'/%3E%3Cpathd='M5050H100V100H50'/%3E%3C/svg%3E");background-size:1.25em 1.25em}
.filepond--image-bitmap,.filepond--image-vector{position:absolute;left:0;top:0;will-change:transform}
.filepond--root[data-style-panel-layout~="integrated"] .filepond--image-preview-wrapper{border-radius:0}
.filepond--root[data-style-panel-layout~="integrated"] .filepond--image-preview{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.filepond--root[data-style-panel-layout~="circle"] .filepond--image-preview-wrapper{border-radius:99999rem}
.filepond--root[data-style-panel-layout~="circle"] .filepond--image-preview-overlay{top:auto;bottom:0;-webkit-transform:scaleY(-1);transform:scaleY(-1)}
.filepond--root[data-style-panel-layout~="circle"] .filepond--file .filepond--file-action-button[data-align*="bottom"]:not([data-align*="center"]){margin-bottom:.325em}
.filepond--root[data-style-panel-layout~="circle"] .filepond--file [data-align*="left"]{left:calc(50% - 3em)}
.filepond--root[data-style-panel-layout~="circle"] .filepond--file [data-align*="right"]{right:calc(50% - 3em)}
.filepond--root[data-style-panel-layout~="circle"] .filepond--progress-indicator[data-align*="bottom"][data-align*="left"],.filepond--root[data-style-panel-layout~="circle"] .filepond--progress-indicator[data-align*="bottom"][data-align*="right"]{margin-bottom:calc(0.325em + 0.1875em)}
.filepond--root[data-style-panel-layout~="circle"] .filepond--progress-indicator[data-align*="bottom"][data-align*="center"]{margin-top:0;margin-bottom:.1875em;margin-left:.1875em}
.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.cropper-container img{display:block;height:100%;image-orientation:0;max-height:none !important;max-width:none !important;min-height:0 !important;min-width:0 !important;width:100%}
.cropper-wrap-box,.cropper-canvas,.cropper-drag-box,.cropper-crop-box,.cropper-modal{bottom:0;left:0;position:absolute;right:0;top:0}
.cropper-wrap-box,.cropper-canvas{overflow:hidden}
.cropper-drag-box{background-color:#fff;opacity:0}
.cropper-modal{background-color:#000;opacity:.5}
.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:rgba(51,153,255,0.75);overflow:hidden;width:100%}
.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}
.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:calc(100% / 3);left:0;top:calc(100% / 3);width:100%}
.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:calc(100% / 3);top:0;width:calc(100% / 3)}
.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}
.cropper-center::before,.cropper-center::after{background-color:#eee;content:" ";display:block;position:absolute}
.cropper-center::before{height:1px;left:-3px;top:0;width:7px}
.cropper-center::after{height:7px;left:0;top:-3px;width:1px}
.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}
.cropper-face{background-color:#fff;left:0;top:0}
.cropper-line{background-color:#39f}
.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}
.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}
.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}
.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}
.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}
.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}
.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}
.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}
.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}
.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}
.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}
.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}
.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}
@media(min-width:768px){.cropper-point.point-se{height:15px;width:15px}
}
@media(min-width:992px){.cropper-point.point-se{height:10px;width:10px}
}
@media(min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}
}
.cropper-point.point-se::before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}
.cropper-invisible{opacity:0}
.cropper-hide{display:block;height:0;position:absolute;width:0}
.cropper-hidden{display:none !important}
.cropper-move{cursor:move}
.cropper-crop{cursor:crosshair}
.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}
.o-featured-pages__item-count--1 .row{border-bottom:1px solid var(--o-featured-pages-color-light-gray)}
.o-featured-pages__item-count--1 .row .o-featured-pages__card-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.o-featured-pages__item-count--1 .row .o-featured-pages__card-img .o-featured-pages__card-img-ele{width:55%;text-align:center;margin:5px auto;float:none;max-width:100%}
.o-featured-pages__item-count--1 .row .o-featured-pages__card-body{margin-top:15px;margin-bottom:15px}
.o-featured-pages__item-count--1 .row .o-featured-pages__card-body .o-featured-pages__heading{padding-top:9px}
.o-featured-pages__item-count--1 .row .o-featured-pages__card-body .o-featured-pages__heading h1,.o-featured-pages__item-count--1 .row .o-featured-pages__card-body .o-featured-pages__heading h2,.o-featured-pages__item-count--1 .row .o-featured-pages__card-body .o-featured-pages__heading h3,.o-featured-pages__item-count--1 .row .o-featured-pages__card-body .o-featured-pages__heading h4,.o-featured-pages__item-count--1 .row .o-featured-pages__card-body .o-featured-pages__heading h5,.o-featured-pages__item-count--1 .row .o-featured-pages__card-body .o-featured-pages__heading h6,.o-featured-pages__item-count--1 .row .o-featured-pages__card-body .o-featured-pages__heading span,.o-featured-pages__item-count--1 .row .o-featured-pages__card-body .o-featured-pages__heading a{color:var(--o-featured-pages-color-primary-color);font-size:18px;line-height:24px}
.o-featured-pages__item-count--1 .row .o-featured-pages__card-body p{color:var(--o-featured-pages-charcol-color);font-size:16px;line-height:20px;margin-bottom:28px}
.o-featured-pages__item-count--1 .row .o-featured-pages__card-body .new-btn-parent{display:inline-block;margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
.o-featured-pages__item-count--1 .row .o-featured-pages__card-body .new-btn-parent .find-out-more-button{max-height:75px;-webkit-transition:all .8s;transition:all .8s;-webkit-transform:translateZ(0);transform:translateZ(0);position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-backface-visibility:hidden;backface-visibility:hidden;color:var(--o-featured-pages-white-color) !important;background:var(--o-featured-pages-primay-blue-color) !important;min-width:auto;min-height:35px;text-transform:uppercase;font-size:1rem;border:0;cursor:pointer;line-height:18px;padding:10px 20px 5px 20px;white-space:normal;text-align:center;outline:0;display:-webkit-box;display:-ms-flexbox;display:flex}
.o-featured-pages__item-count--1 .row .o-featured-pages__card-body .new-btn-parent .find-out-more-button:hover{background:var(--o-featured-pages-color-light-gray) !important;color:var(--o-featured-pages-primay-blue-color) !important}
.o-featured-pages__item-count--1 .row .o-featured-pages__card-body .new-btn-parent .find-out-more-button:after{-webkit-transform:scaleY(1);transform:scaleY(1);text-decoration:none}
.o-featured-pages__item .o-featured-pages__card{text-align:center;margin-bottom:15px}
.o-featured-pages__item .o-featured-pages__card:hover{border:1px solid var(--o-featured-pages-border-color);background:var(--o-featured-pages-grey-color)}
.o-featured-pages__item .o-featured-pages__card:hover h1,.o-featured-pages__item .o-featured-pages__card:hover h2,.o-featured-pages__item .o-featured-pages__card:hover h3,.o-featured-pages__item .o-featured-pages__card:hover h4,.o-featured-pages__item .o-featured-pages__card:hover h5,.o-featured-pages__item .o-featured-pages__card:hover h6,.o-featured-pages__item .o-featured-pages__card:hover span,.o-featured-pages__item .o-featured-pages__card:hover a{text-decoration:none;color:var(--o-featured-pages-primay-blue-color) !important}
.o-featured-pages__item .o-featured-pages__card:hover p{text-decoration:none;color:var(--o-featured-pages-primay-blue-color) !important}
.o-featured-pages__item .o-featured-pages__card .o-featured-pages__card-img{background-color:var(--o-featured-pages-white-color);display:block;overflow:hidden}
.o-featured-pages__item .o-featured-pages__card .o-featured-pages__card-img img{text-align:center;margin:0 auto;max-width:100%;max-height:200px}
.o-featured-pages__item .o-featured-pages__card .o-featured-pages__card-body{padding:15px 15px 0 15px;text-align:left}
.o-featured-pages__item .o-featured-pages__card .o-featured-pages__card-body .o-featured-pages__heading{color:var(--o-featured-pages-color-primary-color);font-size:18px;line-height:24px;font-weight:300}
.o-featured-pages__item .o-featured-pages__card .o-featured-pages__card-body p{color:var(--o-featured-pages-color-primary-color);font-size:16px;line-height:20px}
.o-featured-pages__item-count--2 .o-featured-pages__card{border:1px solid transparent}
@media(max-width:767.98px){.o-featured-pages__item-count--2 .o-featured-pages__card{width:100%}
}
.o-featured-pages__item-count--3{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
.o-featured-pages__item-count--3 .o-featured-pages__card{border:1px solid transparent}
@media(max-width:767.98px){.o-featured-pages__item-count--3 .o-featured-pages__card{width:100%}
}
.o-featured-pages__item-count--3 .o-featured-pages__card .o-featured-pages__card-img{text-align:center;margin:0 auto;max-width:100%;max-height:200px}
.o-featured-pages__border .o-featured-pages__card{border:1px solid var(--o-featured-pages-border-color)}
.m-error-page{position:relative;display:block}
.m-error-page__bg-img{position:relative;width:100%;height:auto;min-height:var(--error-page-min-height)}
.m-error-page__content{position:absolute;top:var(--error-page-sm-top)}
@media(min-width:576px){.m-error-page__content{top:var(--error-page-md-top)}
}
@media(min-width:992px){.m-error-page__content{top:var(--error-page-lg-top)}
}
.error-editor{height:auto;min-height:var(--error-page-min-height)}
.content-editor{width:100%;left:0}
.a-indicator__dot,.a-indicator__dot-light{width:var(--indicator-width);height:var(--indicator-height);border-radius:var(--indicator-border-radius);border:var(--indicator-border-width) solid var(--indicator-border-color);background-color:var(--indicator-dot);display:inline-block;margin:var(--indicator-dot-margin);-webkit-box-sizing:content-box;box-sizing:content-box;cursor:pointer}
.a-indicator__dot:hover,.a-indicator__dot-light:hover{background-color:var(--indicator-dot-hover-color)}
.a-indicator--dark{background-color:var(--indicator-container-dark-bg)}
.a-indicator__dot--active{background-color:var(--indicator-dot-active)}
.a-indicator__dot--active:hover{background-color:var(--indicator-dot-active)}
.a-indicator__dot-light{border-color:var(--indicator-light-dot)}
.a-indicator__dot-light--active{background-color:var(--indicator-light-dot-active)}
.a-indicator__dot-light--active:hover{background-color:var(--indicator-light-dot-active)}
.o-dynamic-card-list{height:auto}
.o-dynamic-card-list:before{background:0}
@media(max-width:767.98px){.o-dynamic-card-list .dynamic-card-list-title h4{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1}
}
.o-dynamic-card-list .viewAll{width:--dynamic-card-list-viewAll-button-width}
@media(min-width:576px){.o-dynamic-card-list .viewAll{max-width:var(--dynamic-card-list-viewAll-button-max-width-sm-up)}
}
.o-dynamic-card-list .slick-initialized .slick-slide{width:var(--dynamic-card-list-slick-slide-max-width);margin-right:var(--dynamic-card-list-slick-slide-margin-right)}
@media(max-width:767.98px){.o-dynamic-card-list .slick-initialized .slick-slide{max-width:var(--dynamic-card-list-slick-slide-max-width-sm-down);margin-right:var(--dynamic-card-list-slick-slide-margin-right-sm-down)}
}
.o-dynamic-card-list .slick-initialized .pickUp{max-width:var(--dynamic-card-list-pickUp-max-width);cursor:pointer}
.o-dynamic-card-list .slick-initialized .pickUp .m-card__body{height:var(--dynamic-card-list-pickUp-card-body-height)}
.o-dynamic-card-list .slick-dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:auto;bottom:10px;width:100%;left:0;padding:0}
.o-dynamic-card-list .slick-dots li{list-style-type:none;width:auto;height:auto;margin:0;padding:0}
.o-dynamic-card-list .slick-dots li button{width:var(--indicator-width);height:var(--indicator-height);border-radius:var(--indicator-border-radius);border:var(--indicator-border-width) solid var(--indicator-border-color);background-color:var(--indicator-dot);display:inline-block;margin:var(--indicator-dot-margin);-webkit-box-sizing:content-box;box-sizing:content-box;cursor:pointer;padding:0}
.o-dynamic-card-list .slick-dots li button:hover{background-color:var(--indicator-dot-hover-color)}
.o-dynamic-card-list .slick-dots li button:before{content:none}
.o-dynamic-card-list .slick-dots li.slick-active button{background-color:var(--indicator-dot-active)}
.o-dynamic-card-list .slick-dots li.slick-active button:hover{background-color:var(--indicator-dot-active)}
@media(min-width:576px){.o-dynamic-card-list .slick-dots{display:none !important}
}
@media(max-width:767.98px){.o-dynamic-card-list .slick-dots{padding-bottom:2rem !important}
}
.o-dynamic-card-list .slick-slider{margin:0 20px;padding-bottom:30px}
@media(max-width:1199.98px){.o-dynamic-card-list .slick-slider{margin:0}
}
.o-dynamic-card-list .slick-slide{height:auto;padding:10px}
.o-dynamic-card-list .slick-arrow{display:none !important}
@media(max-width:767.98px){.o-dynamic-card-list .slick-list{padding-bottom:4rem}
}
.o-dynamic-card-list .m-card{--card-border-radius:30px}
.o-dynamic-card-list .m-card .logoOnImage{position:absolute;top:0;right:0;padding:1rem}
.o-dynamic-card-list .m-card .cmp-image__image{border-bottom:1px solid var(--dynamic-card-list-card-border-color)}
@media(max-width:767.98px){.o-dynamic-card-list .slick-list{padding-bottom:4rem}
.o-dynamic-card-list .slick-dots{padding-bottom:2rem !important}
}
.o-dynamic-card-list--dark .slick-dots button{width:var(--indicator-width);height:var(--indicator-height);border-radius:var(--indicator-border-radius);border:var(--indicator-border-width) solid var(--indicator-border-color);background-color:var(--indicator-dot);display:inline-block;margin:var(--indicator-dot-margin);-webkit-box-sizing:content-box;box-sizing:content-box;cursor:pointer;border-color:var(--indicator-light-dot)}
.o-dynamic-card-list--dark .slick-dots button:hover{background-color:var(--indicator-dot-hover-color)}
.o-dynamic-card-list--dark .slick-dots .slick-active button{background-color:var(--indicator-light-dot-active)}
.o-dynamic-card-list--dark .slick-dots .slick-active button:hover{background-color:var(--indicator-light-dot-active)}
.o-dynamic-card-list--dark .slick-arrow:before{color:#fff}
.o-dynamic-card-list[data-no-indicators="true"]{padding-bottom:0}
.o-dynamic-card-list--dots-start.o-dynamic-card-list .slick-dots{width:50%;left:0}
.o-dynamic-card-list--dots-end.o-dynamic-card-list .slick-dots{width:50%;left:50%}
.a-date-picker{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}
.a-date-picker__input-hidden{visibility:hidden;position:absolute;top:var(--date-picker-position-spacer)}
.a-date-picker .a-input-field{max-width:var(--date-input-field-width);position:relative}
.a-date-picker .a-input-field--text-error{display:none}
.a-date-picker .a-input-field--help-msg{width:100%;max-width:100%;margin-top:var(--date-input-help-msg-margin-t)}
.a-date-picker .a-input-field .form-group.validation-error-msg .form-label{color:var(--date-input-field-error)}
.a-date-picker .a-input-field .form-group.validation-error-msg .a-input-field--text-help{display:none}
.a-date-picker .a-input-field .form-group.validation-error-msg .input-group .a-input-control{border-color:var(--date-input-field-error);color:var(--date-picker-date-text-color)}
.a-date-picker .a-input-field .input-group .a-input-control ~ .default-icon{display:block;cursor:pointer}
.a-date-picker .a-input-field .input-group .a-input-control ~ .focused-icon{display:none;cursor:pointer}
.a-date-picker .a-input-field .input-group.active .a-input-control ~ .default-icon{display:none}
.a-date-picker .a-input-field .input-group.active .a-input-control ~ .focused-icon{color:var(--date-picker-icon-selected-color);display:block}
.a-date-picker .a-input-field .input-group.selected .default-icon{display:none}
.a-date-picker .a-input-field .input-group.selected .focused-icon{display:block}
.a-date-picker--error-format,.a-date-picker--error-date,.a-date-picker--error-range,.a-date-picker--error-require{display:none}
.a-date-picker--error{width:100%}
.a-date-picker--error.validation-error-msg .a-date-picker--error-format.show,.a-date-picker--error.validation-error-msg .a-date-picker--error-date.show,.a-date-picker--error.validation-error-msg .a-date-picker--error-range.show,.a-date-picker--error.validation-error-msg .a-date-picker--error-required.show{display:block;font-size:var(--date-input-field-error-font-size);line-height:var(--date-input-field-error-line-height);color:var(--date-input-field-error);margin-top:var(--date-input-field-error-margin-t)}
.a-date-picker .icon-right{font-size:var(--date-picker-icon-size)}
.a-date-picker[data-type="range"] .a-input-field{margin-right:var(--date-input-field-margin-r);margin-bottom:0}
.a-date-picker[data-type="range"] .a-input-field--help-msg{margin-right:0}
.a-date-picker[data-type="range"] .a-date-picker--error{margin-bottom:var(--date-input-field-error-margin-b)}
.litepicker .container__main{width:var(--date-picker-wrap-width);height:var(--date-picker-wrap-height)}
.litepicker .container__days{overflow:hidden}
.litepicker .container__days>div,.litepicker .container__days>a{width:2rem;height:2rem;margin:var(--date-picker-days-margin)}
.litepicker .container__days .day-item{border-radius:50%}
.litepicker .container__days .day-item:hover{-webkit-box-shadow:var(--date-picker-box-shadow);box-shadow:var(--date-picker-box-shadow);color:var(--date-picker-date-text-color)}
.litepicker .container__days .day-item.is-today{background-color:var(--date-picker-current-date);border-radius:50%;color:var(--date-picker-date-text-color)}
.litepicker .container__days .day-item.is-start-date{background-color:var(--date-picker-select-color);border-top-left-radius:50%;border-bottom-left-radius:50%;border-top-right-radius:0;border-bottom-right-radius:0;color:var(--date-picker-date-text-color)}
.litepicker .container__days .day-item.is-start-date + .is-end-date{position:relative}
.litepicker .container__days .day-item.is-start-date + .is-end-date:before{content:"";position:absolute;height:100%;top:0;right:100%;width:var(--date-picker-default-width);background-color:var(--date-picker-select-color)}
.litepicker .container__days .day-item.is-end-date{background-color:var(--date-picker-select-color);border-top-right-radius:50%;border-bottom-right-radius:50%;border-top-left-radius:0;border-bottom-left-radius:0;color:var(--date-picker-date-text-color)}
.litepicker .container__days .day-item.is-end-date.is-flipped + .is-start-date{position:relative}
.litepicker .container__days .day-item.is-end-date.is-flipped + .is-start-date:before{content:"";position:absolute;height:100%;top:0;right:100%;width:var(--date-picker-default-width);background-color:var(--date-picker-select-color)}
.litepicker .container__days .day-item.is-in-range{background-color:var(--date-picker-select-color);border-radius:0;position:relative}
.litepicker .container__days .day-item.is-in-range:before{content:"";position:absolute;height:100%;top:0;right:100%;width:var(--date-picker-default-width);background-color:var(--date-picker-select-color)}
.litepicker .container__days .day-item.is-in-range:after{content:"";position:absolute;height:100%;top:0;left:100%;width:var(--date-picker-default-width);background-color:var(--date-picker-select-color)}
.litepicker .container__days .day-item.is-start-date.is-end-date{background-color:var(--date-picker-select-color);border-radius:50%;color:var(--date-picker-date-text-color)}
.litepicker .container__months{width:var(--date-picker-wrap-width);height:var(--date-picker-wrap-height)}
.litepicker .container__months .month-item{width:var(--date-picker-wrap-width);height:var(--date-picker-wrap-height)}
.litepicker .container__months .month-item-weekdays-row>div{min-width:.9375rem;max-width:3.25rem;font-size:var(--date-picker-weekday-font-size);line-height:var(--date-picker-weekday-line-height);color:var(--date-picker-weekday-font-color);text-transform:none;font-weight:normal}
.litepicker .container__months .month-item-header>div{-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit}
.litepicker .container__months .month-item-header .month-item-name,.litepicker .container__months .month-item-header .month-item-year{border:0;font-size:var(--date-picker-month-font-size);font-weight:bold;letter-spacing:0;line-height:var(--date-picker-month-line-height)}
.litepicker .container__months .month-item-header .button-previous-month svg,.litepicker .container__months .month-item-header .button-next-month svg{fill:var(--date-picker-date-text-color) !important}
.litepicker .container__months .month-item-header .button-previous-month{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;cursor:pointer;position:relative;left:var(--date-picker-position-spacer)}
.litepicker .container__months .month-item-header .button-next-month{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;cursor:pointer}
.datepicker-fullwidth .a-date-picker.a-date-picker--single .a-date-picker__input-start{width:var(--date-picker-field-full-width)}
.datepicker-fullwidth .a-date-picker.a-date-picker--single .a-date-picker__input-start .a-input-field{width:var(--date-picker-field-full-width);max-width:var(--date-picker-field-full-width)}
.datepicker-fullwidth .a-date-picker.a-date-picker--range .a-date-picker__input-start,.datepicker-fullwidth .a-date-picker.a-date-picker--range .a-date-picker__input-end{width:100%}
@media(min-width:576px){.datepicker-fullwidth .a-date-picker.a-date-picker--range .a-date-picker__input-start,.datepicker-fullwidth .a-date-picker.a-date-picker--range .a-date-picker__input-end{width:50%}
}
.datepicker-fullwidth .a-date-picker.a-date-picker--range .a-date-picker__input-start .a-input-field,.datepicker-fullwidth .a-date-picker.a-date-picker--range .a-date-picker__input-end .a-input-field{max-width:var(--date-picker-field-full-width);margin-right:0}
@media(min-width:576px){.datepicker-fullwidth .a-date-picker.a-date-picker--range .a-date-picker__input-start .a-input-field,.datepicker-fullwidth .a-date-picker.a-date-picker--range .a-date-picker__input-end .a-input-field{margin-right:var(--date-input-field-margin-r)}
}
.datepicker-fullwidth .a-date-picker.a-date-picker--range .a-date-picker__input-end .a-input-field{margin-right:0}
.m-custom-table{width:var(--customtable-width);background-color:var(--customtable-bg-color);font-size:var(--customtable-font-size);color:var(--customtable-font-color)}
.m-custom-table .table{color:var(--customtable-font-color)}
.m-custom-table__header:has(.m-custom-table__search-bar,.m-custom-table__header-btn-download,.m-custom-table__header-btn-addnew,.m-custom-table__header-usergroup,.m-custom-table_drop-down__filter,.m-custom-table_drop-down__range,.m-custom-table__header-btn-reset){background-color:var(--customtable-header-bg-color);padding:var(--customtable-header-padding-top) var(--customtable-header-padding-right) var(--customtable-header-padding-bottom) var(--customtable-header-padding-left);margin-bottom:var(--customtable-header-spacing-bottom)}
.m-custom-table__header .row{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.m-custom-table__header>.row{-webkit-box-align:normal;-ms-flex-align:normal;align-items:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
@media(min-width:992px){.m-custom-table__header>.row{-ms-flex-wrap:nowrap;flex-wrap:nowrap}
}
.m-custom-table__header>.row .m-custom-table__search,.m-custom-table__header>.row .m-custom-table__additional_headers>div{padding-top:.5rem;padding-bottom:.5rem}
.m-custom-table__header>.row .m-custom-table__additional_headers{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;padding:0 .5rem}
.m-custom-table__header>.row .m-custom-table__additional_headers>div{margin:0 .5rem 0 1.5rem}
@media(min-width:992px){.m-custom-table__header>.row .m-custom-table__additional_headers>div:first-child{margin-left:0}
}
@media(max-width:767.98px){.m-custom-table__header>.row .m-custom-table__additional_headers>div{width:100%;margin:var(--customtable-header-mobile-spacing)}
}
.m-custom-table__header>.row .m-custom-table__additional_headers .m-custom-table_drop-down__filter{min-width:var(--customtable-filter-dropdown-min-width)}
.m-custom-table__header>.row .m-custom-table__additional_headers .m-custom-table_drop-down__filter .options .a-dropdown__title:has(.a-dropdown__title-text:empty){display:none}
.m-custom-table__header>.row .m-custom-table__additional_headers .m-custom-table_drop-down__range{position:relative;min-width:180px}
.m-custom-table__header>.row .m-custom-table__additional_headers .m-custom-table_drop-down__range--label{background:var(--dropdown-field-bg-color);border:var(--dropdown-field-border);border-radius:var(--dropdown-field-border-radius);cursor:pointer;line-height:var(--dropdown-field-line-height);min-height:var(--dropdown-field-height);padding:var(--dropdown-field-padding);position:relative;width:100%}
.m-custom-table__header>.row .m-custom-table__additional_headers .m-custom-table_drop-down__range--label::after{content:"\e917";font-family:var(--dropdown-icon-font-family);left:auto;position:absolute;right:1rem;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%)}
.m-custom-table__header>.row .m-custom-table__additional_headers .m-custom-table_drop-down__range:has(.m-custom-table_drop-down__range--modal.d-none) .m-custom-table_drop-down__range--label::after{content:"\e907"}
.m-custom-table__header>.row .m-custom-table__additional_headers .m-custom-table_drop-down__range--modal{background-color:var(--dropdown-field-bg-color);border-radius:var(--dropdown-menu-border-radius);-webkit-box-shadow:0 5px 10px -5px rgba(0,0,0,0.5);box-shadow:0 5px 10px -5px rgba(0,0,0,0.5);padding:16px;position:absolute;z-index:9}
.m-custom-table__header>.row .m-custom-table__additional_headers .m-custom-table_drop-down__range--modal .a-input-field{margin-right:0}
.m-custom-table__header>.row .m-custom-table__additional_headers .m-custom-table_drop-down__range--modal .datepicker .a-input-field .form-group .a-input-grp.right-icon input.a-input-control{--input-field-right-icon-padding:.9375rem 3rem .8125rem .55rem}
.m-custom-table__header>.row .m-custom-table__additional_headers .m-custom-table_drop-down__range--modal .datepicker .a-date-picker__input-start .a-input-field,.m-custom-table__header>.row .m-custom-table__additional_headers .m-custom-table_drop-down__range--modal .a-date-picker .a-input-field--help-msg{margin-top:0}
.m-custom-table__header>.row .m-custom-table__additional_headers .m-custom-table__header-btn-reset .a-link:has(a.disabled){cursor:auto}
.m-custom-table__header-usergroup-text{color:var(--customtable-group-text-color);font-size:14px;font-weight:bold;letter-spacing:.6px;line-height:20px;text-transform:uppercase}
@media(max-width:767.98px){.m-custom-table__header-usergroup-text{text-align:center}
}
.m-custom-table__header .form-group{margin-bottom:0}
.m-custom-table__header-btn-addnew .abt-icon,.m-custom-table__header-btn-download .abt-icon{width:var(--customtable-btn-abt-icon-width);height:var(--customtable-btn-abt-icon-height)}
.m-custom-table__header--select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:12px 0}
.m-custom-table__header--select .a-checkbox{padding-left:0;margin-bottom:0;line-height:1.3}
.m-custom-table__header--select input:checked ~ .a-checkbox__custom{background-color:#2e3546;-webkit-box-shadow:none;box-shadow:none;border:1px solid #2e3546}
.m-custom-table__header--select .a-checkbox--indeterminate input:checked ~ .a-checkbox__custom:after{height:15px;top:1px}
.m-custom-table__header--select .a-checkbox--indeterminate-few input:checked ~ .a-checkbox__custom{background-color:var(--checkbox-indeterminate-checked-bg)}
.m-custom-table__header--select .a-checkbox--indeterminate-few input:checked ~ .a-checkbox__custom:after{content:"\2212";background-color:var(--checkbox-indeterminate-checked-bg);-webkit-transform:initial;transform:initial;color:#2e3546;left:5px;top:0}
.m-custom-table__header--select-btn{margin-left:16px;cursor:pointer;color:#979aa3}
.m-custom-table__header--select-btn.active{color:var(--primary-color)}
.m-custom-table__search-bar{position:relative}
@media(max-width:767.98px){.m-custom-table__search-bar{margin-bottom:var(--customtable-header-mobile-spacing-bottom)}
}
.m-custom-table__search-bar__input{position:relative;width:100%;margin-right:var(--customtable-searchbar-input-margin-right)}
.m-custom-table__search-bar__input-field{border-radius:var(--customtable-searchbar-input-border-radius);height:var(--customtable-searchbar-input-height);font-size:var(--customtable-searchbar-input-font-size);line-height:var(--customtable-searchbar-input-line-height);color:var(--customtable-searchbar-input-color);text-transform:none;font-weight:normal;-webkit-box-shadow:var(--customtable-searchbar-box-shadow);box-shadow:var(--customtable-searchbar-box-shadow);background-color:var(--customtable-searchbar-input-bg-color);border:var(--customtable-searchbar-input-border);width:100%;padding:var(--customtable-searchbar-input-padding);-webkit-appearance:textfield;-webkit-box-sizing:border-box;box-sizing:border-box}
.m-custom-table__search-bar__input-field:focus{outline-offset:0;border-color:var(--customtable-searchbar-input-focus-border-color);-webkit-box-shadow:none;box-shadow:none}
.m-custom-table__search-bar__input-field::-webkit-search-decoration,.m-custom-table__search-bar__input-field::-webkit-search-cancel-button,.m-custom-table__search-bar__input-field::-webkit-search-results-button,.m-custom-table__search-bar__input-field::-webkit-search-results-decoration{display:none}
.m-custom-table__search-bar__input-field::-ms-clear,.m-custom-table__search-bar__input-field::-ms-reveal{display:none;width:0;height:0}
.m-custom-table__search-bar__close{display:none;cursor:pointer;position:absolute;z-index:3;top:50%;right:11px;left:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
@media(max-width:767.98px){.m-custom-table__search-bar__close{display:none !important}
}
.m-custom-table__search-bar__close .abt-icon{color:var(--customtable-searchbar-close-icon-color);font-size:var(--customtable-searchbar-close-icon-font-size)}
.m-custom-table__search-bar__close .abt-icon::before{width:var(--customtable-searchbar-close-icon-width);height:var(--customtable-searchbar-close-icon-height)}
.m-custom-table__search-bar__close.show{display:block}
.m-custom-table__search-bar__close:hover{text-decoration:none}
.m-custom-table__search-bar__icon{position:absolute;z-index:3;top:50%;right:auto;left:10px;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:var(--customtable-searchbar-close-icon-width);height:var(--customtable-searchbar-close-icon-height)}
.m-custom-table__search-bar__icon .abt-icon{font-size:var(--customtable-searchbar-search-icon-font-size)}
.m-custom-table__search-bar__icon span{font-size:0}
.m-custom-table thead th{border:0;padding-right:2rem}
.m-custom-table thead .sorting_asc,.m-custom-table thead .sorting_desc{position:relative}
.m-custom-table thead .sorting_asc::after,.m-custom-table thead .sorting_desc::after{font-family:"Abbott-icon",sans-serif !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;position:absolute;right:.75rem;left:auto}
.m-custom-table thead .sorting_desc::after{content:"\e907"}
.m-custom-table thead .sorting_asc::after{content:"\e917"}
.m-custom-table th{background-color:var(--customtable-th-bg-color);font-size:var(--customtable-heading-font-size)}
.m-custom-table td{font-size:var(--customtable-font-size);border-color:var(--customtable-th-bg-color);padding-top:var(--customtable-padding-top);padding-bottom:var(--customtable-padding-bottom)}
.m-custom-table td a[data-target]:hover,.m-custom-table td a[data-target]:focus{text-decoration:none}
.m-custom-table td a[data-target] span{display:none}
.m-custom-table td:last-child{display:-webkit-box;display:-ms-flexbox;display:flex}
.m-custom-table td:last-child .link{margin:0 8px}
.m-custom-table__table--action .a-link{font-size:0}
.m-custom-table__table--action .a-link__text{padding-left:0}
.m-custom-table__table--action .a-link__text .abt-icon{color:inherit;font-size:var(--customtable-icon-font-size)}
.m-custom-table__table--action .a-link__text .abt-icon-edit{color:var(--customtable-edit-icon-color)}
.m-custom-table__table--action .a-link__text .abt-icon-delete{color:var(--customtable-delete-icon-color)}
.m-custom-table__table--action .a-link:hover{text-decoration:none}
.m-custom-table tbody tr.selected>.select-checkbox::after{content:"";width:16px;height:16px;display:block;position:absolute;right:0;left:0;top:0;bottom:0;margin:auto;-webkit-clip-path:polygon(51.09% 70.71%,66.5% 50.84%,92.79% 16.92%,80.99% 7.6%,53.54% 42.33%,26.08% 77.08%,33.06% 70.71%,13.14% 55.19%,2.42% 67.85%,20.96% 83.55%,33.06% 93.96%);clip-path:polygon(51.09% 70.71%,66.5% 50.84%,92.79% 16.92%,80.99% 7.6%,53.54% 42.33%,26.08% 77.08%,33.06% 70.71%,13.14% 55.19%,2.42% 67.85%,20.96% 83.55%,33.06% 93.96%);background-color:#fff}
.m-custom-table tbody tr.selected>.select-checkbox::before{background-color:#2e3546}
.m-custom-table tbody td.select-checkbox{position:relative}
.m-custom-table tbody td.select-checkbox::before{content:"";border:1px solid #2e3546;display:block;width:20px;height:20px;border-radius:4px;position:absolute;right:0;left:0;top:0;bottom:0;margin:auto}
.dataTables_wrapper .bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}
@media(max-width:767.98px){.dataTables_wrapper .bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
}
.dataTables_wrapper .bottom .dataTables_length label{color:var(--customtable-label-color)}
.dataTables_wrapper .bottom .dataTables_length label select{margin:0 5px;border-radius:4px;border:0;outline:0;background-color:var(--customtable-bg-color);-webkit-box-shadow:0 1px 2px 1px #0000001f;box-shadow:0 1px 2px 1px #0000001f;color:var(--customtable-pagination-link-color);font-size:1rem;line-height:17px;padding:10px;width:75px}
.dataTables_wrapper .dataTables_paginate{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto;margin-right:0 !important;border:1px solid var(--customtable-pagination-border-color);border-radius:5px}
@media(max-width:767.98px){.dataTables_wrapper .dataTables_paginate{margin-right:auto !important}
}
.dataTables_wrapper .dataTables_paginate ul.pagination{list-style-type:none;margin:0;padding:0}
.dataTables_wrapper .dataTables_paginate ul.pagination li{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border-bottom:2px solid transparent}
.dataTables_wrapper .dataTables_paginate ul.pagination li a{display:block;padding:8px 12px;color:var(--customtable-pagination-link-color)}
.dataTables_wrapper .dataTables_paginate ul.pagination li a:active,.dataTables_wrapper .dataTables_paginate ul.pagination li a:focus,.dataTables_wrapper .dataTables_paginate ul.pagination li a:hover{text-decoration:none}
.dataTables_wrapper .dataTables_paginate ul.pagination li a .abt-icon{font-size:12px;font-weight:bold}
.dataTables_wrapper .dataTables_paginate ul.pagination li:hover{background-color:var(--customtable-yellow-color);font-weight:bold;border-color:var(--customtable-yellow-color)}
.dataTables_wrapper .dataTables_paginate ul.pagination li.active{background:transparent;border-color:var(--customtable-pagination-link-color);font-weight:normal;border-top:0}
.container .ctasection{margin-left:0;margin-right:0;padding-top:0;padding-bottom:0}
.container-full-width .ctasection{max-width:960px;margin:0 auto}
.ctasection .o-cta-section__content p{color:var(--cta-section--description-default);margin-bottom:24px}
.ctasection .o-cta-section__title h3{color:var(--cta-section--description-default)}
.ctasection .o-cta-section__sub-title h4{color:var(--cta-section--description-default)}
.ctasection .o-cta-section__button-wrap .a-button{margin:0 8px 0 0}
.ctasection .o-cta-section__button-wrap .a-button a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;margin-top:0;margin-bottom:0}
@media(max-width:767.98px){.ctasection .o-cta-section__content p{color:var(--cta-section--description-default);margin-bottom:33px}
.ctasection .o-cta-section__button-wrap .a-button{margin:8px 0 0 0}
.ctasection .o-cta-section__button-wrap .a-button a{margin-top:0;margin-bottom:0}
}
.o-cta-section__content{font-size:var(--cta-section-para-font-size);line-height:var(--cta-section-para-line-height);color:var(--cta-section-para-color)}
.o-cta-section__title,.o-cta-section__sub-title{margin-bottom:var(--cta-section-title-margin-bottom)}
.o-cta-section__title h4,.o-cta-section__sub-title h4{color:var(--cta-section--description-default)}
.o-cta-section__button-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}
.o-cta-section__button-wrap .a-button{margin:var(--cta-section-button-margin-r)}
@media(max-width:991.98px){.o-cta-section__button-wrap{padding-top:var(--cta-section-button-wrap-padding-t)}
}
@media(max-width:767.98px){.o-cta-section__button-wrap{display:block}
.o-cta-section__button-wrap .a-button{margin:var(--cta-section-button-margin-mob);display:block}
.o-cta-section__button-wrap .a-button .a-button{display:block}
}
.o-cta-section--top-space{margin-top:48px}
.o-cta-section--bottom-space{margin-bottom:48px}
.o-cta-section--m-none{margin-top:0;margin-bottom:0}
@media(max-width:767.98px){.o-cta-section .container{padding:0}
}
.o-cta-section--button-bottom .o-cta-section__button-wrap{padding-top:var(--cta-section-button-wrap-padding-t)}
.o-cta-section--button-bottom .o-cta-section__column{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
.o-cta-section--button-right .o-cta-section__button-wrap{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
.o-cta-section--titlecolor-default .o-cta-section__title p,.o-cta-section--titlecolor-default .o-cta-section__title h3{color:var(--cta-section--titlecolor-default)}
.o-cta-section--titlecolor-reversed .o-cta-section__title p,.o-cta-section--titlecolor-reversed .o-cta-section__title h3{color:var(--cta-section--titlecolor-reversed)}
.o-cta-section--titlecolor-primary .o-cta-section__title p,.o-cta-section--titlecolor-primary .o-cta-section__title h3{color:var(--cta-section--titlecolor-primary)}
.o-cta-section--titlecolor-alternate .o-cta-section__title p,.o-cta-section--titlecolor-alternate .o-cta-section__title h3{color:var(--cta-section--titlecolor-alternate)}
.o-cta-section--subtitle-default .o-cta-section__sub-title p,.o-cta-section--subtitle-default .o-cta-section__sub-title h4{color:var(--cta-section--subtitle-default)}
.o-cta-section--subtitle-reversed .o-cta-section__sub-title p,.o-cta-section--subtitle-reversed .o-cta-section__sub-title h4{color:var(--cta-section--subtitle-reversed)}
.o-cta-section--subtitle-primary .o-cta-section__sub-title p,.o-cta-section--subtitle-primary .o-cta-section__sub-title h4{color:var(--cta-section--subtitle-primary)}
.o-cta-section--subtitle-alternate .o-cta-section__sub-title p,.o-cta-section--subtitle-alternate .o-cta-section__sub-title h4{color:var(--cta-section--subtitle-alternate)}
.o-cta-section--description-default .o-cta-section__description p,.o-cta-section--description-default .o-cta-section__description h1,.o-cta-section--description-default .o-cta-section__description h2,.o-cta-section--description-default .o-cta-section__description h3,.o-cta-section--description-default .o-cta-section__description h4,.o-cta-section--description-default .o-cta-section__description h5,.o-cta-section--description-default .o-cta-section__description h6,.o-cta-section--description-default .o-cta-section__description pre,.o-cta-section--description-default .o-cta-section__description blockquote{color:var(--cta-section--description-default)}
.o-cta-section--description-reversed .o-cta-section__description p,.o-cta-section--description-reversed .o-cta-section__description h1,.o-cta-section--description-reversed .o-cta-section__description h2,.o-cta-section--description-reversed .o-cta-section__description h3,.o-cta-section--description-reversed .o-cta-section__description h4,.o-cta-section--description-reversed .o-cta-section__description h5,.o-cta-section--description-reversed .o-cta-section__description h6,.o-cta-section--description-reversed .o-cta-section__description pre,.o-cta-section--description-reversed .o-cta-section__description blockquote{color:var(--cta-section--description-reversed)}
.o-cta-section--description-primary .o-cta-section__description p,.o-cta-section--description-primary .o-cta-section__description h1,.o-cta-section--description-primary .o-cta-section__description h2,.o-cta-section--description-primary .o-cta-section__description h3,.o-cta-section--description-primary .o-cta-section__description h4,.o-cta-section--description-primary .o-cta-section__description h5,.o-cta-section--description-primary .o-cta-section__description h6,.o-cta-section--description-primary .o-cta-section__description pre,.o-cta-section--description-primary .o-cta-section__description blockquote{color:var(--cta-section--description-primary)}
.o-cta-section--description-alternate .o-cta-section__description p,.o-cta-section--description-alternate .o-cta-section__description h1,.o-cta-section--description-alternate .o-cta-section__description h2,.o-cta-section--description-alternate .o-cta-section__description h3,.o-cta-section--description-alternate .o-cta-section__description h4,.o-cta-section--description-alternate .o-cta-section__description h5,.o-cta-section--description-alternate .o-cta-section__description h6,.o-cta-section--description-alternate .o-cta-section__description pre,.o-cta-section--description-alternate .o-cta-section__description blockquote{color:var(--cta-section--description-alternate)}
@media(min-width:992px){.o-cta-section--button-bottom.cta-large .o-cta-section--alertbanner-large{width:50%;margin-left:0;margin-right:0}
.o-cta-section--button-bottom.cta-medium .o-cta-section--alertbanner-medium{width:66%;margin-left:0;margin-right:0}
.o-cta-section--button-bottom.cta-small .o-cta-section--alertbanner-small{width:75%;margin-left:0;margin-right:0}
}
.ctasection.responsivegrid.container.o-cta-section--padding-none{padding-top:0;padding-bottom:0}
@media(max-width:767.98px){.container .ctasection{padding-left:15px;margin-left:0;margin-right:0}
}
.a-counter{background:var(--counter-bg);display:inline-block;border-radius:var(--counter-border-radius);padding:var(--counter-padding);text-align:center}
.a-counter--number{font-size:var(--counter-font-size);line-height:var(--counter-line-height);color:var(--counter-color);text-transform:none;font-weight:normal;letter-spacing:normal;padding:var(--counter-number-padding);display:inline-block}
.m-cookiebar{border-radius:var(--cookie-bar-border-radius);padding:var(--cookie-bar-padding);background-color:var(--cookie-bar-bg);-webkit-transition:var(--cookie-bar-transition);transition:var(--cookie-bar-transition);position:fixed;left:0;bottom:0;width:100%;z-index:999}
.m-cookiebar.hide{bottom:-100%}
@media(max-width:767.98px){.m-cookiebar .a-button>.btn{padding-left:0;padding-right:0}
}
.m-cookiebar__text p{font-size:var(--cookies-para-font-size);line-height:var(--cookies-para-line-height);color:var(--cookies-para-color);text-transform:none;font-weight:normal;margin-right:var(--cookie-bar-text-margin-right);margin-bottom:0}
.m-cookiebar__text .a-link__text{font-size:var(--cookie-link-font-size);line-height:inherit;color:inherit;text-transform:inherit;font-weight:bold}
@media(max-width:767.98px){.m-cookiebar__text{padding-left:0}
}
@media(max-width:767.98px){.m-cookiebar__btn{padding-right:0}
}
.m-cookiebar__divider{border-left:1px solid var(--cookie-divider);height:100%;margin-left:0}
@media(min-width:992px){.m-cookiebar__divider{margin-left:var(--cookie-divider-margin-left-lg);margin-right:var(--cookie-divider-margin-right-lg)}
}
.m-cookiebar__country-select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around}
@media(max-width:767.98px){.m-cookiebar__country-select span{margin-right:var(--cookie-bar-text-margin-right)}
}
.m-cookiebar__country-select .m-link-stack__link{width:auto}
.m-cookiebar__country-select .m-link-stack__link .a-link{margin-left:0}
.m-cookiebar__country-select .m-link-stack__link .a-link__text,.m-cookiebar__country-select .m-link-stack__link .a-link a{font-size:var(--cookie-bar-link-font-size);-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-left:0}
.m-cookiebar__country-select .m-link-stack__container .a-link__text,.m-cookiebar__country-select .m-link-stack__container span{font-size:var(--cookie-bar-link-font-size)}
.m-cookiebar__country-select .m-link-stack__dropdown-wrapper{background-color:var(--cookie-bar-dropdown-bg-color);position:absolute;top:auto;left:-6.9rem;bottom:2rem}
@media(max-width:991.98px){.m-cookiebar__country-select .m-link-stack__dropdown-wrapper{left:-5rem}
}
@media(max-width:767.98px){.m-cookiebar__country-select .m-link-stack__dropdown-wrapper{left:-2rem}
}
.m-cookiebar__country-select .m-link-stack__dropdown-wrapper:before{border-color:var(--cookie-bar-dropdown-border-color) var(--cookie-bar-dropdown-border-color) transparent transparent;-webkit-box-shadow:none;box-shadow:none;top:97%}
@media(max-width:767.98px){.m-cookiebar__country-select{margin-top:var(--cookie-bar-text-margin-top);-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:0}
}
.m-cookiebar__country-select-label{font-size:var(--cookies-para-font-size);line-height:var(--cookies-para-line-height);color:var(--cookies-para-color);text-transform:none;font-weight:normal}
@media(max-width:575.98px){.o-content-section__container{margin:0}
}
.o-content-section__title{padding:var(--content-spacing-xl) 0;word-break:break-word}
.o-content-section__tab-content p,.o-content-section__tab-content ul,.o-content-section__tab-content ol{color:var(--content-para-color);font-weight:normal;margin-bottom:var(--content-spacing-xl)}
.o-content-section__tab-content img{max-width:100%;margin-bottom:var(--content-spacing-xl)}
.o-content-section__tab-pane{color:var(--content-para-color);font-weight:normal}
.o-content-section__tab-pane--edit{border:2px solid rgba(128,128,128,0.5);margin-bottom:var(--content-spacing-l)}
.o-content-section__heading{margin-bottom:var(--content-spacing-xl)}
.o-content-section__list{list-style:none;padding:0;margin:0;border:0;display:block}
.o-content-section__list-item{font-size:var(--content-list-font-size);line-height:var(--content-list-line-height);padding:var(--content-spacing-m) 0;margin:0}
.o-content-section__list-item-link{color:var(--content-list-color)}
.o-content-section__list-item-link:hover{text-decoration:underline;font-weight:bold;color:var(--content-list-color-active)}
.o-content-section__list-item-link--active{font-weight:bold;color:var(--content-list-color-active)}
.o-content-section__list .active{font-weight:bold;color:var(--content-list-color-active)}
.o-content-section__nav-mobile{display:none;margin-bottom:var(--content-spacing-xl)}
.o-content-section__nav-mobile .o-content-section__list-item{padding:0}
.o-content-section__nav-mobile .o-content-section__list-item-link{padding:15px;display:block}
.o-content-section__nav-mobile .o-content-section__list-item-link:hover{text-decoration:none}
.compliancenumber .cmp-text p{color:var(--compliancenumber-text-color);font-family:var(--compliancenumber-text-font);letter-spacing:normal;font-size:13px;line-height:16px;margin:0;text-align:right;padding:25px 0}
.columncontrol .column-divider{margin-bottom:10px}
.columncontrol .column-divider::after{content:"";width:100px;height:0;border-bottom:var(--column-border-normal);left:50%;right:50%;position:absolute;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);margin-top:2.5rem;margin-bottom:2.5rem}
.columncontrol .column-divider:last-child::after{display:none}
@media(min-width:768px){.columncontrol .column-divider{margin-bottom:0}
.columncontrol .column-divider::after{width:0;height:80px;border-right:var(--column-border-light);left:auto;top:50%;bottom:50%;right:0;margin-top:0;margin-bottom:0}
.columncontrol .column-divider:nth-child(2n + 2)::after{display:none}
.columncontrol .column-divider:last-child::after{display:none}
}
@media(min-width:992px){.columncontrol .column-divider:nth-child(2n + 2)::after{display:block}
.columncontrol .column-divider:last-child::after{display:none}
}
.columncontrol-full-width.container,.columncontrol-full-width .container{max-width:100%}
.columncontrol.column-align--left .row{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
.columncontrol.column-align--right .row{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
.columncontrol.column-align--center .row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.columncontrol.column-align--space-around .row{-ms-flex-pack:distribute;justify-content:space-around}
.columncontrol.column-align--space-between .row{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.columncontrol.column-align--space-evenly .row{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}
.m-cards-tab__nav{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}
.m-cards-tab__nav-item{-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid var(--cards-tab-border-color);-webkit-box-shadow:0 0 4px 0 #d4d4d4;box-shadow:0 0 4px 0 #d4d4d4;border-radius:8px;background:#fff;margin:0 .9375rem;padding:1rem;width:150px !important;max-width:150px;min-height:150px}
@media only screen and (max-width:374px){.m-cards-tab__nav-item{width:125px !important}
}
.m-cards-tab__nav-text{font-size:1rem;line-height:1.5rem;display:block;color:var(--cards-tab-text-color);text-align:center}
.m-cards-tab__nav-item:hover,.m-cards-tab__nav-item:active{text-decoration:none}
.m-cards-tab__nav-item:hover .m-cards-tab__nav-text,.m-cards-tab__nav-item:active .m-cards-tab__nav-text{font-weight:bold;color:var(--cards-tab-nav-item-text-color)}
.m-cards-tab__nav .active.m-cards-tab__nav-item{border-color:var(--cards-tab-border-color-active)}
.m-cards-tab__nav .active .m-cards-tab__nav-text{font-weight:bold;color:var(--cards-tab-text-color-active)}
.m-cards-tab__nav .active .m-cards-tab__icon{color:var(--cards-tab-icon-color-active)}
.m-cards-tab__nav .active .m-cards-tab__icon-active{display:block}
.m-cards-tab__nav .active .m-cards-tab__icon-inactive{display:none}
.m-cards-tab__nav .active .m-cards-tab__image img{-webkit-filter:grayscale(0);filter:grayscale(0);opacity:1}
.m-cards-tab__icon{display:none;color:var(--cards-tab-icon-color);margin:.5rem auto 1rem}
.m-cards-tab__icon .abt-icon{font-size:var(--cards-tab-icon-size-sm)}
.m-cards-tab__icon-inactive{display:block}
.m-cards-tab__image img{margin:.5rem auto 1rem;height:60px;-webkit-filter:grayscale(1);filter:grayscale(1);opacity:.7}
.m-cards-tab [data-js-component="cards-tab"] .slick-list{padding-top:1.25rem !important;padding-bottom:1.25rem !important}
.m-cards-tab [data-js-component="cards-tab"] .slick-arrow{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:transparent;border:0;height:20px;width:20px;padding:0}
@media(max-width:1199.98px){.m-cards-tab [data-js-component="cards-tab"] .slick-arrow{display:none !important}
}
.m-cards-tab [data-js-component="cards-tab"] .slick-arrow.slick-disabled{opacity:.2}
.m-cards-tab [data-js-component="cards-tab"] .slick-prev{left:-25px}
.m-cards-tab [data-js-component="cards-tab"] .slick-next{right:-25px}
.m-cards-tab [data-js-component="cards-tab"] .slick-dots{font-size:0;line-height:0;margin:0}
@media(min-width:1200px){.m-cards-tab--large .m-cards-tab__nav-item{width:256px !important;max-width:256px;min-height:256px}
}
@media(min-width:992px){.m-cards-tab--large .m-cards-tab__nav-text{font-size:1.5rem;line-height:2rem}
}
@media(min-width:1200px){.m-cards-tab--large .m-cards-tab__icon,.m-cards-tab--large .m-cards-tab__image img{height:var(--cards-tab-icon-size-xl);margin:1.5rem auto}
.m-cards-tab--large .m-cards-tab__icon .abt-icon,.m-cards-tab--large .m-cards-tab__image img .abt-icon{font-size:var(--cards-tab-icon-size-xl)}
}
@media(min-width:1200px){.m-cards-tab--small .m-cards-tab__nav-item{width:160px !important;max-width:160px;min-height:210px}
}
@media(min-width:992px){.m-cards-tab--small .m-cards-tab__nav-text{font-size:1.125rem}
}
@media(min-width:1200px){.m-cards-tab--small .m-cards-tab__icon,.m-cards-tab--small .m-cards-tab__image img{height:var(--cards-tab-icon-size-md);margin:.5rem auto 1.5rem}
.m-cards-tab--small .m-cards-tab__icon .abt-icon,.m-cards-tab--small .m-cards-tab__image img .abt-icon{font-size:var(--cards-tab-icon-size-md)}
}
.m-cards-tab--full-width{max-width:100%}
.m-cards-tab--full-width .slick-slider{padding-bottom:1.25rem}
@media(min-width:1200px){.m-cards-tab--full-width .slick-slider{margin:0 1.25rem}
}
.m-cards-tab--full-width .slick-prev{left:-20px}
.m-cards-tab--full-width .slick-next{right:-20px}
.a-indicator__dot,.o-cards-carousel .slick-dots li button,.a-indicator__dot-light,.o-cards-carousel--dark .slick-dots button{width:var(--indicator-width);height:var(--indicator-height);border-radius:var(--indicator-border-radius);border:var(--indicator-border-width) solid var(--indicator-border-color);background-color:var(--indicator-dot);display:inline-block;margin:var(--indicator-dot-margin);-webkit-box-sizing:content-box;box-sizing:content-box;cursor:pointer}
.a-indicator__dot:hover,.o-cards-carousel .slick-dots li button:hover,.a-indicator__dot-light:hover,.o-cards-carousel--dark .slick-dots button:hover{background-color:var(--indicator-dot-hover-color)}
.a-indicator--dark{background-color:var(--indicator-container-dark-bg)}
.a-indicator__dot--active,.o-cards-carousel .slick-dots li.slick-active button{background-color:var(--indicator-dot-active)}
.a-indicator__dot--active:hover,.o-cards-carousel .slick-dots li.slick-active button:hover{background-color:var(--indicator-dot-active)}
.a-indicator__dot-light,.o-cards-carousel--dark .slick-dots button{border-color:var(--indicator-light-dot)}
.a-indicator__dot-light--active,.o-cards-carousel--dark .slick-dots .slick-active button{background-color:var(--indicator-light-dot-active)}
.a-indicator__dot-light--active:hover,.o-cards-carousel--dark .slick-dots .slick-active button:hover{background-color:var(--indicator-light-dot-active)}
.o-cards-carousel{height:auto}
.o-cards-carousel .slick-slider{margin:0 20px;padding-bottom:30px}
.o-cards-carousel .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}
.o-cards-carousel .slick-slide>div{height:100%}
.o-cards-carousel[data-no-indicators="true"]{padding-bottom:0}
.o-cards-carousel--dots-start.o-cards-carousel .slick-dots{width:50%;left:0}
.o-cards-carousel--dots-end.o-cards-carousel .slick-dots{width:50%;left:50%}
.o-cards-carousel--arrows-start .slick-prev{left:10px;bottom:-5px;top:auto;right:auto}
.o-cards-carousel--arrows-start .slick-next{left:40px;bottom:-5px;top:auto;right:auto}
.o-cards-carousel--arrows-end .slick-prev{left:auto;bottom:-5px;top:auto;right:40px}
.o-cards-carousel--arrows-end .slick-next{left:auto;bottom:-5px;top:auto;right:10px}
.o-cards-carousel--dark .slick-arrow:before{color:#fff}
.o-cards-carousel .slick-arrow{z-index:98}
.o-cards-carousel .m-card{width:100% !important}
@media(max-width:991.98px){.o-cards-carousel .slick-arrow{display:none !important}
.o-cards-carousel .slick-slider{margin:0}
}
.o-cards-carousel .slick-slide{height:auto;padding:10px}
.o-cards-carousel .slick-dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:auto;bottom:10px;width:100%;left:0;padding:0}
.o-cards-carousel .slick-dots li{list-style-type:none;width:auto;height:auto;margin:0;padding:0}
.o-cards-carousel .slick-dots li button{padding:0}
.o-cards-carousel .slick-dots li button:before{content:none}
@media(min-width:992px){.a-breadcrumb{margin-left:-15px}
}
@media(max-width:991.98px){.a-breadcrumb{margin-left:7px}
}
.a-breadcrumb__list{font-size:var(--breadcrumb-font-size);font-family:var(--breadcrumb-font-family);line-height:var(--breadcrumb-line-height);font-weight:bold;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0;list-style:none;padding:0}
.a-breadcrumb--active{color:var(--breadcrumb-color);font-weight:normal}
.a-breadcrumb__item + .a-breadcrumb__item{padding-left:var(--breadcrumb-padding-left)}
.a-breadcrumb__item + .a-breadcrumb__item::before{font-size:var(--breadcrumb-font-size);font-family:var(--breadcrumb-font-family);line-height:var(--breadcrumb-line-height);font-weight:normal;padding:var(--breadcrumb-padding);color:var(--breadcrumb-color);content:"/"}
.a-backtotop{opacity:0;position:fixed;bottom:var(--backtotop-button-bottom);right:var(--backtotop-button-horizontal-position);z-index:var(--backtotop-zindex)}
.a-backtotop.show{opacity:1;visibility:visible;cursor:pointer}
.a-backtotop-wrapper{padding:var(--backtotop-padding-sm);text-transform:uppercase}
.a-backtotop-wrapper .abt-icon{display:contents !important;font-weight:600}
.a-backtotop-wrapper span{padding-left:5px}
@media(max-width:767.98px){.a-backtotop-wrapper span.hide-till-sm{display:none}
}
@media(min-width:768px){.a-backtotop-wrapper .abt-icon.hide-from-sm{display:none !important}
}
.a-backtotop[data-btn-position="left"]{right:auto;left:var(--backtotop-button-horizontal-position)}
@media(max-width:767.98px){.a-backtotop[data-only-icon-mobile="true"] .abt-icon{font-size:var(--backtotop-icon-size-lg) !important}
.a-backtotop[data-only-icon-mobile="true"] .btn{min-width:var(--backtotop-icon--min-width);min-height:var(--backtotop-icon--min-height);padding:var(--backtotop-icon-only-padding)}
}
.a-backtotop[data-btn-type="iconOnly"] .abt-icon{font-size:var(--backtotop-icon-size-lg) !important}
.a-backtotop[data-btn-type="iconOnly"] .btn{min-width:var(--backtotop-icon--min-width);min-height:var(--backtotop-icon--min-height);padding:var(--backtotop-icon-only-padding)}
.a-backtotop--secondary .btn,.a-backtotop--secondary .btn:hover,.a-backtotop--secondary .btn:focus,.a-backtotop--secondary .btn:active{background-color:var(--backtotop-secondary-bg);color:var(--backtotop-secondary-color);border:0}
.a-backtotop--secondary .btn:hover,.a-backtotop--secondary .btn:focus,.a-backtotop--secondary .btn:active{-webkit-box-shadow:none;box-shadow:none}
.a-backtotop--secondary .btn:hover .abt-icon:before,.a-backtotop--secondary .btn:focus .abt-icon:before,.a-backtotop--secondary .btn:active .abt-icon:before{color:var(--backtotop-secondary-color)}
.a-backtotop--primary .btn,.a-backtotop--primary .btn:hover,.a-backtotop--primary .btn:focus,.a-backtotop--primary .btn:active{background-color:var(--backtotop-primary-bg);color:var(--backtotop-primary-color);border:0}
.a-backtotop--primary .btn:hover,.a-backtotop--primary .btn:focus,.a-backtotop--primary .btn:active{-webkit-box-shadow:none;box-shadow:none}
.a-backtotop--primary .btn:hover .abt-icon:before,.a-backtotop--primary .btn:focus .abt-icon:before,.a-backtotop--primary .btn:active .abt-icon:before{color:var(--backtotop-primary-color)}
.assetsgallery .carousel img{width:100%}
.assetsgallery .slick-arrow{position:absolute;top:0;bottom:0;height:44px;z-index:11;margin:auto;background:rgba(255,255,255,0.33);border:0;outline:0;border-radius:50%;width:44px}
.assetsgallery .slick-arrow:focus{outline:2px solid #000}
.assetsgallery .slick-prev.slick-arrow{left:30px;right:auto}
.assetsgallery .slick-next.slick-arrow{right:30px;left:auto}
.assetsgallery .product-thumbnail-wrapper{display:none}
.assetsgallery .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}
.assetsgallery .slick-slide{height:auto}
.assetsgallery .slick-slide div{height:100% !important;-o-object-fit:contain;object-fit:contain;max-height:600px}
.assetsgallery .slick-slide div img{height:100% !important;-o-object-fit:contain;object-fit:contain}
.assetsgallery .slick-dots{list-style:none;padding-left:0;display:-webkit-box;display:-ms-flexbox;display:flex}
.assetsgallery .slick-dots li{margin-right:8px;width:65px;height:55px;background-size:cover;background-position:center;cursor:pointer}
.assetsgallery .slick-dots li:focus{border:2px solid #000}
.assetsgallery .slick-dots li:last-child{margin-right:0}
.assetsgallery .slick-dots li.wistia-video__has-image:after{width:25px;height:25px;background-size:120px}
.assetsgallery .slick-dots li button{display:none}
.assetsgallery .slick-dots li.slick-active{border:1px solid #63666a}
.assetsgallery-left-thumb .slick-dots{position:absolute;left:0;top:0;display:block;overflow-y:auto}
.assetsgallery-left-thumb .slick-dots li{margin-bottom:8px}
.assetsgallery-left-thumb .slick-dots li:last-child{margin-bottom:0}
.assetsgallery-left-thumb .slick-list{margin-left:70px}
.assetsgallery-left-thumb .slick-prev.slick-arrow{left:100px}
.assetsgallery-right-thumb .slick-dots{position:absolute;right:0;top:0;display:block;overflow-y:auto}
.assetsgallery-right-thumb .slick-dots li{margin-right:0;margin-bottom:8px}
.assetsgallery-right-thumb .slick-dots li:last-child{margin-bottom:0}
.assetsgallery-right-thumb .slick-list{margin-right:70px}
.assetsgallery-right-thumb .slick-next.slick-arrow{right:100px}
.assetsgallery .wistia-video__has-image{position:relative}
.assetsgallery .wistia-video__has-image:after{display:inline-block;position:absolute;top:0;right:0;bottom:0;left:0;background:url(../../../abbott-platform/clientlibs/clientlib-site/resources/images/play-button-12043.svg);content:"";width:56px;height:56px;background-position:center;margin:auto;background-size:285px}
.assetsgallery-bottom-thumb .slick-dots{display:block;overflow-x:auto;overflow-y:hidden;white-space:nowrap;margin-top:8px}
.assetsgallery-bottom-thumb .slick-dots li{display:inline-block}
.assetsgallery-bottom-thumb .slick-arrow{-webkit-transform:translateY(-75%);transform:translateY(-75%)}
.assetsgallery-bottom-thumb .slick-arrow.abt-icon-left-arrow:before{font-size:22px;width:12.5px;height:24px;-webkit-transform:translateX(9px);transform:translateX(9px);float:left}
.assetsgallery-bottom-thumb .slick-arrow.abt-icon-right-arrow:before{font-size:22px;width:12.5px;height:24px;-webkit-transform:translateX(-18px);transform:translateX(-18px);float:right}
.m-article-list{--article-list-background:#fff;--article-list-text-color:#000;--article-list-nav-color:#888;--article-list-nav-active-color:#001489;--article-list-nav-margin-right-mb:-0.9375rem;--article-list-nav-top-mb:70px;--article-list-nav-top-tablet:78px;--article-list-nav-top:92px;--article-list-nav-padding-right-mb:.9375rem;--article-list-nav-list-padding-bottom:3px;--article-list-nav-item-font-size:.875rem;--article-list-nav-item-line-height:1.25rem;--article-list-nav-item-border-bottom:1px solid #e6e1d7;--article-list-nav-item-padding:1rem;--article-list-nav-item-active-border-height:3px;--article-list-nav-item-active-bottom:-3px;--article-list-container-padding-bottom:.31rem;--article-list-content-list-margin-top:2rem;--article-list-article-border-radius:4px;--article-list-article-margin-bottom:1.5rem;--article-list-article-height-mb:160px;--article-list-article-img-margin-right:.75rem;--article-list-article-img-width-mb:160px;--article-list-article-img-height-mb:160px;--article-list-article-content-padding-mb:.5rem .5rem .5rem 0;--article-list-article-content-padding:0 1rem;--article-list-article-title-font-size:1.5rem;--article-list-article-title-line-height:2rem;--article-list-skeleton-bg-1:#eee;--article-list-skeleton-bg-2:#ececeb;--article-list-item-background:transparent;--article-list-load-more-btn-margin-top-mb:2rem;--article-list-load-more-btn-margin-top:3rem;--article-list-app-background:#000;--article-list-app-text-color:#fff;--article-list-app-backbtn-padding:.31rem 0;--article-list-app-backbtn-width:100%;--article-list-app-backbtn-height:2.1875rem;--article-list-app-nav-color:#888;--article-list-app-nav-active-color:#fff;--article-list-app-nav-item-border-bottom:1px solid #888;--article-list-app-item-background:#000;--article-list-app-content-list-margin-top:1.5rem}
.m-article-list__container{background:var(--article-list-background);padding-bottom:var(--article-list-container-padding-bottom)}
.m-article-list__nav{margin-right:var(--article-list-nav-margin-right-mb);position:sticky;top:var(--article-list-nav-top-mb);z-index:1}
@media(min-width:768px){.m-article-list__nav{margin-right:0;top:var(--article-list-nav-top-tablet)}
}
@media(min-width:992px){.m-article-list__nav{top:var(--article-list-nav-top)}
}
.m-article-list__nav-list{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:0;padding-bottom:var(--article-list-nav-list-padding-bottom);padding-right:var(--article-list-nav-padding-right-mb);list-style:none;white-space:nowrap;overflow-x:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}
.m-article-list__nav-list::-webkit-scrollbar{display:none}
@media(min-width:768px){.m-article-list__nav-list{padding-right:0}
}
.m-article-list__nav-list li{display:-webkit-box;display:-ms-flexbox;display:flex}
.m-article-list__nav-list li:last-child{-webkit-box-flex:1;-ms-flex:1;flex:1;background:var(--article-list-background)}
.m-article-list__nav-item{color:var(--article-list-nav-color);font-size:var(--article-list-nav-item-font-size);line-height:var(--article-list-nav-item-line-height);font-weight:bold;text-transform:uppercase;background:var(--article-list-background);border-bottom:var(--article-list-nav-item-border-bottom);padding:var(--article-list-nav-item-padding);cursor:pointer}
.m-article-list__nav-item--active{color:var(--article-list-nav-active-color);position:relative}
.m-article-list__nav-item--active:after{content:"";display:block;background:var(--article-list-nav-active-color);width:100%;height:var(--article-list-nav-item-active-border-height);position:absolute;bottom:var(--article-list-nav-item-active-bottom);left:0}
.m-article-list__content-list{margin:0;margin-top:var(--article-list-content-list-margin-top);padding:0;list-style:none}
@media(min-width:768px){.m-article-list__content-list{display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px}
.m-article-list__content-list--grid{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:34px;grid-row-gap:34px;gap:34px}
.m-article-list__content-list--grid .m-article-list__article{width:auto}
.m-article-list__content-list--grid .m-article-list__article:first-child{grid-area:1 / 1 / 3 / 3}
.m-article-list__content-list--grid .m-article-list__article:first-child .m-article-list__article-img{aspect-ratio:1}
.m-article-list__content-list--grid .m-article-list__article:nth-child(2){grid-area:1 / 3 / 2 / 4}
.m-article-list__content-list--grid .m-article-list__article:nth-child(3){grid-area:1 / 4 / 2 / 5}
.m-article-list__content-list--grid .m-article-list__article:nth-child(4){grid-area:2 / 3 / 3 / 4}
.m-article-list__content-list--grid .m-article-list__article:nth-child(5){grid-area:2 / 4 / 3 / 5}
}
@media(min-width:992px){.m-article-list__content-list--grid .m-article-list__article:first-child .m-article-list__article-img{aspect-ratio:2/1.5}
}
.m-article-list__article{background:var(--article-list-item-background);border-radius:var(--article-list-article-border-radius);margin-bottom:var(--article-list-article-margin-bottom);height:var(--article-list-article-height-mb);overflow:hidden}
@media(min-width:768px){.m-article-list__article{height:auto;margin:0;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.16);box-shadow:0 2px 4px 0 rgba(0,0,0,0.16)}
}
.m-article-list__article-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%}
@media(min-width:768px){.m-article-list__article-link{display:block}
}
.m-article-list__article-link:hover,.m-article-list__article-link:focus{text-decoration:none}
.m-article-list__article-img{background:var(--article-list-skeleton-bg-1);border-radius:var(--article-list-article-border-radius);margin-right:var(--article-list-article-img-margin-right);width:var(--article-list-article-img-width-mb);height:var(--article-list-article-img-height-mb);overflow:hidden}
.m-article-list__article-img img{max-width:100%;min-width:100%;min-height:100%}
@media(min-width:768px){.m-article-list__article-img img{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);left:50%;top:50%;position:absolute}
}
@media(min-width:768px){.m-article-list__article-img{border-radius:0;width:auto;height:auto;margin:0 0 24px 0;position:relative;aspect-ratio:2.15/1}
}
.m-article-list__article-content{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:var(--article-list-article-content-padding-mb);height:100%}
@media(min-width:768px){.m-article-list__article-content{padding:var(--article-list-article-content-padding)}
}
.m-article-list__article-title{color:var(--article-list-text-color)}
@media(min-width:768px){.m-article-list__article-title{font-size:var(--article-list-article-title-font-size);line-height:var(--article-list-article-title-line-height)}
}
.m-article-list__article-para{color:var(--article-list-text-color);font-size:var(--article-list-nav-item-font-size);letter-spacing:0;line-height:var(--article-list-nav-item-line-height);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}
@media(min-width:768px){.m-article-list__article-para{-webkit-line-clamp:3}
}
.m-article-list__load-more-btn{text-align:center;margin-top:var(--article-list-load-more-btn-margin-top-mb);margin-bottom:var(--article-list-article-margin-bottom)}
.m-article-list__load-more-btn .a-button{display:inline-block}
@media(min-width:768px){.m-article-list__load-more-btn{margin-top:var(--article-list-load-more-btn-margin-top)}
}
.m-article-list .is-loading .m-article-list__article-img,.m-article-list .is-loading .m-article-list__article-para,.m-article-list .is-loading .m-article-list__article-title{background:var(--article-list-skeleton-bg-1);background:linear-gradient(110deg,var(--article-list-skeleton-bg-1) 8%,var(--article-list-skeleton-bg-2) 18%,var(--article-list-skeleton-bg-1) 33%);background-size:200% 100%;text-indent:-9999px;border-radius:var(--article-list-article-border-radius);-webkit-animation:1s shine linear infinite;animation:1s shine linear infinite}
.m-article-list .is-loading .m-article-list__article-title{min-height:18%}
@media(min-width:768px){.m-article-list .is-loading .m-article-list__article-title{min-height:32px}
}
.m-article-list .is-loading .m-article-list__article-para{min-height:50%}
@media(min-width:768px){.m-article-list .is-loading .m-article-list__article-para{min-height:60px}
}
@-webkit-keyframes shine{to{background-position-x:-200%}
}
@keyframes shine{to{background-position-x:-200%}
}
.ab-mobile-app .m-article-list__container{background:var(--article-list-app-background)}
.ab-mobile-app .m-article-list__back-btn{background:var(--article-list-app-background);position:fixed;top:0;left:0;padding:var(--article-list-app-backbtn-padding);width:var(--article-list-app-backbtn-width);height:var(--article-list-app-backbtn-height)}
.ab-mobile-app .m-article-list__nav{top:0}
.ab-mobile-app .m-article-list__nav-list li:last-child{background:var(--article-list-app-background)}
.ab-mobile-app .m-article-list__nav-item{color:var(--article-list-app-nav-color);background:var(--article-list-app-background);border-bottom:var(--article-list-app-nav-item-border-bottom)}
.ab-mobile-app .m-article-list__nav-item--active{color:var(--article-list-app-nav-active-color)}
.ab-mobile-app .m-article-list__content-list{margin-top:var(--article-list-app-content-list-margin-top)}
.ab-mobile-app .m-article-list__article{background:var(--article-list-app-item-background)}
.ab-mobile-app .m-article-list__article-title{color:var(--article-list-app-text-color)}
.ab-mobile-app .m-article-list__article-para{color:var(--article-list-app-text-color)}
.ab-mobile-app .m-article-list__load-more-btn .btn{color:var(--article-list-app-text-color);border-color:var(--article-list-app-text-color)}
.m-alert-banner{background-color:var(--alert-banner-bg-color-snow-gray);width:100%;height:auto;position:fixed;bottom:0;left:0;z-index:999}
.m-alert-banner__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:var(--alert-banner-padding);width:100%;max-width:var(--alert-banner-container-max-width);position:relative;font-family:var(--alert-banner-font-family);margin:0 auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
@media(max-width:991.98px){.m-alert-banner__container{padding:var(--alert-banner-container-md-padding)}
}
@media(max-width:767.98px){.m-alert-banner__container{padding:var(--alert-banner-container-sm-padding);position:relative}
}
.m-alert-banner__icon{color:var(--alert-banner-icon-color);display:-webkit-box;display:-ms-flexbox;display:flex}
.m-alert-banner__icon p{margin-right:var(--alert-banner-icon-right-space);margin-top:var(--alert-banner-button-top-space)}
.m-alert-banner__icon .abt-icon-alert::before{font-size:var(--alert-banner-icon-font-size)}
.m-alert-banner__content{display:block;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}
@media(max-width:767.98px){.m-alert-banner__content{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
}
.m-alert-banner__content__title{display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:var(--alert-banner-font-weight-bold);color:var(--alert-banner-dark-blue-color);font-size:var(--alert-banner-title-font-size);line-height:var(--alert-banner-line-height-15);margin:var(--alert-banner-title-margin) 0}
.m-alert-banner__content__title p{margin-bottom:0}
@media(max-width:767.98px){.m-alert-banner__content__title.content-collapsed p{margin-bottom:var(--alert-banner-title-collapsed-margin)}
}
.m-alert-banner__content__para{font-weight:var(--alert-banner-font-weight-light);color:var(--alert-banner-para-dark-gray-color);font-size:var(--alert-banner-para-font-size);line-height:var(--alert-banner-line-height-1)}
.m-alert-banner__content__para p:last-child{color:var(--alert-banner-dark-blue-color);font-weight:var(--alert-banner-font-weight-bold);padding-bottom:0}
@media(max-width:767.98px){.m-alert-banner__content__para p:last-child{padding-bottom:var(--alert-banner-bottom-padding-mobile);margin-bottom:var(--alert-banner-bottom-margin-mobile)}
}
.m-alert-banner__content__para a{text-decoration:underline}
.m-alert-banner--button{position:static;width:auto;margin-left:var(--alert-banner-button-left-pc)}
@media(max-width:991.98px){.m-alert-banner--button{margin-left:var(--alert-banner-button-left-tab)}
}
@media(max-width:767.98px){.m-alert-banner--button{position:absolute;width:92%;bottom:var(--alert-banner-bottom-position-mobile);margin-left:0;left:var(--alert-banner-left-position-mobile)}
}
.m-alert-banner--button button{background-color:var(--alert-banner-icon-color);color:var(--alert-banner-color-white);border-radius:var(--alert-banner-button-border-radius-04);border:var(--alert-banner-button-border-color);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0;font-family:var(--alert-banner-font-family);font-size:var(--alert-banner-button-font-size);font-style:normal;font-weight:var(--alert-banner-font-weight-bold);line-height:var(--alert-banner-line-height-1);text-transform:uppercase;padding:var(--alert-banner-padding);cursor:pointer}
.m-alert-banner--button button:hover{color:var(--alert-banner-color-white)}
@media(max-width:767.98px){.m-alert-banner--button button{width:100%}
}
.m-alert-banner--button button span{letter-spacing:var(--alert-banner-button-lt-space);white-space:nowrap}
@media(max-width:767.98px){.m-alert-banner--button button span{text-align:center;width:100%}
}
.m-alert-banner__collapse--icon{display:block;position:absolute;top:var(--alert-banner-position-top-037);right:var(--alert-banner-position-right-1)}
.m-alert-banner__collapse--icon span{margin-right:0;font-size:var(--alert-banner-para-font-size);color:var(--alert-banner-dark-blue-color);cursor:pointer}
.m-alert-banner__collapse--icon .abt-icon{font-size:var(--alert-banner-para-font-size)}
.m-alert-banner .d-none{display:none !important}
.m-alert{border-radius:var(--alert-border-radius);padding:var(--alert-padding);position:relative;display:none}
.m-alert--hide{display:none}
.m-alert--show{display:-webkit-box;display:-ms-flexbox;display:flex}
.m-alert--wrapper .xf-content-height,.m-alert--wrapper ~ .xf-content-height{min-height:auto;margin:0}
.m-alert__close-icon{position:absolute;top:12px;right:16px;cursor:pointer;color:var(--alert-close-icon-color)}
.m-alert__icon{font-size:1.5rem;margin-right:var(--alert-icon-margin-right)}
.m-alert__content{padding-right:var(--alert-content-padding-right);width:100%}
.m-alert__title{color:var(--alert-title-color);font-size:var(--alert-title-font-size);font-weight:bold;line-height:var(--alert-title-line-height);padding-bottom:var(--alert-title-padding-bottom)}
.m-alert__para{color:var(--alert-para-color);font-size:var(--alert-para-font-size);line-height:var(--alert-para-line-height)}
.m-alert--success .m-alert{background-color:var(--alert-success-color)}
.m-alert--success .m-alert__icon{color:var(--alert-success-icon-color)}
.m-alert--danger .m-alert{background-color:var(--alert-danger-color)}
.m-alert--danger .m-alert__icon{color:var(--alert-danger-icon-color)}
.m-alert--warning .m-alert{background-color:var(--alert-warning-color)}
.m-alert--warning .m-alert__icon{color:var(--alert-warning-icon-color)}
.m-alert--info .m-alert,.m-alert--info-deemphasized .m-alert{background-color:var(--alert-information-deemphasized-color)}
.m-alert--info .m-alert__icon,.m-alert--info-deemphasized .m-alert__icon{color:var(--alert-info-icon-color)}
.m-alert--info-default .m-alert{background-color:var(--alert-information-default-color)}
.m-alert--info-default .m-alert__icon{color:var(--alert-info-icon-color)}
.m-alert--sticky{position:fixed;top:0;right:0;left:0;z-index:2}
.m-alert__container{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}
.m-alert--containerwidth .m-alert__container{margin:0 auto;padding-right:var(--alert-padding-right)}
.m-alert--containerwidth .m-alert__container .m-alert__close-icon{position:relative;top:0;right:0}
@media(min-width:576px){.m-alert--containerwidth .m-alert__container{max-width:540px}
}
@media(min-width:768px){.m-alert--containerwidth .m-alert__container{max-width:720px}
}
@media(min-width:992px){.m-alert--containerwidth .m-alert__container{max-width:960px}
}
@media(min-width:1200px){.m-alert--containerwidth .m-alert__container{max-width:1140px}
}
.m-address-suggestions--address{display:-webkit-box;display:-ms-flexbox;display:flex;margin:15px 0;padding:15px;border:var(--address-suggestion__border);border-radius:var(--address-suggestion__border-radius);cursor:pointer}
.m-address-suggestions--address.selected{border:var(--address-suggestion__border--selected)}
.m-address-suggestions--address .a-radio{margin:0;padding-right:0}
.m-address-suggestions--address__info p{margin:0;padding:0}
.m-account-navigation{width:160px}
.m-account-navigation__accordion-toggle{display:none;padding:15px 0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}
.m-account-navigation__container{list-style:none;text-align:center;background-color:var(--account-navigation-bg);color:var(--account-navigation-content-color);font-weight:bold;max-width:100%;text-transform:uppercase}
.m-account-navigation__header{padding:var(--account-navigation-header-padding);margin:0;border-bottom:var(--account-navigation-border-bottom);color:var(--account-navigation-title-color)}
.m-account-navigation__text{text-align:center;text-decoration:none !important}
.m-account-navigation__text[role="menuitem"]:focus-visible{outline:2px solid var(--gray-darkest-color);outline-offset:2px;border-radius:1px}
.m-account-navigation__icon{display:block}
.m-account-navigation__icon em{font-size:24px;color:var(--account-navigation-content-color)}
.m-account-navigation ul{padding:0}
.m-account-navigation li{border-bottom:var(--account-navigation-border-bottom);height:var(--account-navigation-option-height);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.m-account-navigation li:last-child{border-bottom:0}
.m-account-navigation__item--active{border-left:var(--account-navigation-border-left)}
@media(max-width:767.98px){.m-account-navigation{margin-bottom:30px;width:100%}
.m-account-navigation__header{display:none}
.m-account-navigation__accordion-icon{margin-right:10px}
.m-account-navigation__accordion-toggle{display:-webkit-box;display:-ms-flexbox;display:flex}
.m-account-navigation__accordion-toggle .abt-icon-down-arrow{height:16px;width:16px;-webkit-transition:200ms;transition:200ms}
.m-account-navigation__accordion-toggle.open .abt-icon-down-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
.m-account-navigation__accordion-toggle.open + .m-account-navigation__accordion-content{display:block}
.m-account-navigation__accordion-content{display:none}
.m-account-navigation__accordion-content .m-account-navigation__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}
.m-account-navigation__accordion-content li{padding:0 10px;height:var(--account-navigation-option-height--mobile)}
.m-account-navigation__accordion-content .m-account-navigation__icon{margin-right:10px}
}
.m-accordion{width:100%;margin:var(--accordion-margin);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
@media(min-width:992px){.m-accordion{max-width:var(--accordion-lg-max-width)}
}
.m-accordion__options{margin-bottom:var(--accordion-options-margin-bottom);padding-right:var(--accordion-options-padding-right)}
.m-accordion__options button,.m-accordion__options span{float:right;cursor:pointer;border:0;background:0}
.m-accordion__options .m-accordion__collapse-title{display:none}
.m-accordion__options .m-accordion__collapse-title.show{display:block}
.m-accordion__options .m-accordion__expand-title{display:none}
.m-accordion__options .m-accordion__expand-title.show{display:block}
.m-accordion__content-items{border-top:var(--accordion-content-border);border-collapse:collapse}
.m-accordion__content-items:nth-last-child(1){border-bottom:var(--accordion-content-border)}
.m-accordion__content-items .m-accordion__header{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}
.m-accordion__content-items .m-accordion__header .m-accordion__title-wrapper{width:90%;padding:var(--accordion-title-padding-sm)}
@media(min-width:576px){.m-accordion__content-items .m-accordion__header .m-accordion__title-wrapper{padding:var(--accordion-title-padding-lg)}
}
.m-accordion__content-items .m-accordion__header .m-accordion__title-wrapper h1,.m-accordion__content-items .m-accordion__header .m-accordion__title-wrapper h2,.m-accordion__content-items .m-accordion__header .m-accordion__title-wrapper h3,.m-accordion__content-items .m-accordion__header .m-accordion__title-wrapper h4,.m-accordion__content-items .m-accordion__header .m-accordion__title-wrapper h5,.m-accordion__content-items .m-accordion__header .m-accordion__title-wrapper h6{font-size:var(--accordion-title-font-size);line-height:var(--accordion-title-line-height);color:var(--accordion-title-color);font-weight:normal;margin-bottom:0}
@media(min-width:576px){.m-accordion__content-items .m-accordion__header .m-accordion__title-wrapper h1,.m-accordion__content-items .m-accordion__header .m-accordion__title-wrapper h2,.m-accordion__content-items .m-accordion__header .m-accordion__title-wrapper h3,.m-accordion__content-items .m-accordion__header .m-accordion__title-wrapper h4,.m-accordion__content-items .m-accordion__header .m-accordion__title-wrapper h5,.m-accordion__content-items .m-accordion__header .m-accordion__title-wrapper h6{font-size:var(--accordion-title-font-size-sm);line-height:var(--accordion-title-line-height-sm);color:var(--accordion-title-color-sm);font-weight:normal}
}
.m-accordion__content-items .m-accordion__header .m-accordion__icon-wrapper{border:0;background:transparent;width:10%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}
@media(min-width:576px){.m-accordion__content-items .m-accordion__header .m-accordion__icon-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
}
.m-accordion__content-items .m-accordion__header .m-accordion__icon-wrapper .m-accordion-icon{display:none}
.m-accordion__content-items .m-accordion__header .m-accordion__icon-wrapper .m-accordion-icon.icon-visible{display:inline-block}
.m-accordion__content-items .m-accordion__body{padding:var(--accordion-body-padding-sm)}
@media(min-width:576px){.m-accordion__content-items .m-accordion__body{padding:var(--accordion-body-padding-md)}
}
@media(min-width:992px){.m-accordion__content-items .m-accordion__body{padding:var(--accordion-body-padding-lg)}
}
.abstractlist-horizontal .abstractlist-container{--abstractlist-item-padding:0;--abstractlist-item-spacing:16px;--abtractlist-item-width:160px}
.abstractlist-container{padding:var(--abstractlist-body-padding)}
.abstractlist-title-wrapper{padding:var(--abstractlist-title-padding);font-size:var(--abstractlist-font);line-height:var(--abstractlist-line-height);color:var(--abstractlist-title-color)}
.abstractlist-item-list{list-style-type:none;padding-left:0}
.abstractlist-horizontal .abstractlist-item-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:var(--abstractlist-item-spacing)}
.abstractlist-item{padding:var(--abstractlist-item-padding);max-width:var(--abtractlist-item-width);overflow-wrap:break-word;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}
.abstractlist-item-link{font-size:var(--abstractlist-font);line-height:var(--abstractlist-line-height);color:var(--abstractlist-color)}
.abstractlist-item-link.active{color:var(--abstractlist-item-active-color)}
@media only screen and (min-width:992px){.a-container--header-ensure .m-mega-menu__mobile-item-wrapper:hover{--mega-menu-border-hover:none}
.o-header__mega-menu .m-mega-menu__mobile .navbar{height:55px}
.o-header__mega-menu .m-mega-menu__mobile .navbar .navbar-nav{height:55px}
.o-header__mega-menu .m-mega-menu__mobile .navbar .navbar-nav .m-mega-menu__mobile-item-wrapper{padding-right:32px;padding-left:20px;font-size:14px !important;padding-top:20px;margin-right:0;text-align:center}
.o-header__mega-menu .m-mega-menu__mobile .navbar .navbar-nav .m-mega-menu__mobile-item-wrapper .m-mega-menu__side-nav .m-link-stack .a-link__text{text-align:left !important}
.o-header__logo-section{height:75px}
}
@media only screen and (max-width:991.98px){.a-container--header{padding:0 !important;margin-top:125px !important}
.a-container--header-pediasure .a-link--base.a-link--register{order:2}
.a-container--header-pediasure .a-link--base.a-link--login{order:1}
.a-container--header-pediasure .m-socialmedia--base.m-socialmedia--header{order:3}
}
.a-container--header-ensure .o-header__logo-section{background-color:#06305e;border-bottom:none !important}
.a-container--header-pediasure .o-header__logo-section{background-color:#4b3661;border-bottom:none !important}
.navbar-toggler{border-radius:0}
.o-header__logo-left img:last-child{opacity:1 !important;position:relative}
.o-header__secondary-top-nav{background-color:#e8e8e8 !important;height:75px}
.a-container--header-pediasure .o-header__secondary-top-nav{background-color:white !important}
.o-header__mega-menu .navbar-nav{align-items:center;overflow:hidden !important}
.o-header__mega-menu .navbar-nav .m-mega-menu__mobile-item-wrapper:hover{background-color:#013974}
.o-header__mega-menu .navbar-nav .m-mega-menu__mobile-item-wrapper:hover .nav-link{color:#fff}
.m-mega-menu__mobile .navbar-nav .nav-link{padding:0;font-weight:400;font-size:14px;border-bottom:0;color:#004084;font-family:'BaseFontLight',sans-serif;line-height:normal}
@media only screen and (min-width:1200px){.m-mega-menu__mobile-item-wrapper .link{padding-bottom:0}
}
.m-mega-menu__mobile-item-wrapper .a-link__inner-text{padding:0;font-weight:400;font-size:14px;border-bottom:0}
.m-mega-menu__mobile-item-wrapper:last-child{padding-right:32px}
.navbar-nav .m-mega-menu__mobile-item-wrapper{padding-top:17.5px;padding-bottom:17.5px}
.header{margin-top:0 !important}
.m-mega-menu__default .m-mega-menu__nested-menu-wrapper{padding:0;min-width:auto !important;max-width:240px !important}
.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__side-nav .m-link-stack{width:240px;padding-bottom:0}
.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__side-nav .m-link-stack .a-link{min-height:53px;padding:5px 10px 0 10px;display:flex;border-top:0;border-left:none !important}
.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__side-nav .m-link-stack .a-link:hover .a-link__text{font-weight:bold}
.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__side-nav .m-link-stack .a-link .m-mega-menu__item{border-bottom:1px solid #fff;padding-bottom:5px}
.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__side-nav .m-link-stack .a-link__text{font-size:13px;color:#fff;font-weight:normal;width:100%;line-height:normal;font-family:BaseFontLight,sans-serif;padding-right:32px}
.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__side-nav .m-link-stack .a-link__text:hover{line-height:normal;font-family:BaseFontLight,sans-serif;color:#fff;font-size:13px}
.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list{border:0;flex-direction:column;background-color:#ffb420;width:100% !important;min-width:100% !important;max-width:100% !important;padding:0}
.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item{height:53px;min-width:100%;padding:0 10px;z-index:1}
.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item .m-mega-menu__item-info{min-width:100%;min-height:100%;padding:0;border-bottom:1px solid #064181;text-align:left}
.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item .m-mega-menu__item-info:hover .m-mega-menu__item-title{color:#fff}
.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item:hover{background-color:#064181}
.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item:hover .m-mega-menu__item-info{background-color:#064181;text-align:left;border-color:#fff}
.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item:hover .m-mega-menu__item-title{border-color:#fff;font-weight:700;color:#fff}
.m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item .m-mega-menu__item-title{font-size:13px;font-weight:normal;width:100%;line-height:normal;font-family:BaseFontLight,sans-serif;padding-right:0;color:#064181;border:0}
.a-container--header-pediasure .o-header .m-mega-menu__mobile .m-mega-menu__nested-menu{margin-left:-15px}
.m-mega-menu__nested-menu-wrapper .m-link-stack--content{background-color:#06305e}
.m-mega-menu__nested-menu-wrapper .a-link:hover{background-color:#064181}
.m-mega-menu__nested-menu .m-mega-menu__side-nav-transparent{width:240px;margin-top:-5px;top:auto !important}
.a-container--base.a-container--header{position:absolute;z-index:9999;margin-bottom:0 !important;padding:0;height:75px}
.a-link--register{margin-top:0 !important;margin-bottom:0 !important}
.a-link--medico{margin-top:0 !important;margin-bottom:0 !important}
@media only screen and (max-width:991.98px){.a-link--medico{display:none}
}
.a-link--base.a-link--login{margin-top:0 !important;margin-bottom:0 !important}
.a-link--base.a-link--login a:hover{text-decoration:none}
.a-link--base.a-link--login .a-link__inner-text{font-size:14px;font-weight:400;line-height:30px;font-family:'BaseFontLight',sans-serif;color:#004084;border-left:1px solid #004084;padding:0 10px}
.m-socialmedia--base.m-socialmedia--header{margin-top:0 !important;margin-bottom:0 !important}
.m-socialmedia--base.m-socialmedia--header a:hover{text-decoration:none}
.m-socialmedia--base.m-socialmedia--header .m-social-media--icons li{list-style:none;margin-left:12px;top:5px;position:relative}
.a-link--base.a-link--register a:hover,.a-link--base.a-link--medico a:hover{text-decoration:none}
.a-link--base.a-link--register .a-link__inner-text,.a-link--base.a-link--medico .a-link__inner-text{font-size:14px;font-weight:400;line-height:30px;font-family:'BaseFontLight',sans-serif;color:#004084;border-left:1px solid #004084;padding:0 10px}
@media only screen and (min-width:300px) and (max-width:711px){#a-container-ensure-header{top:60px;position:absolute;left:5vw}
.m-socialmedia--base.m-socialmedia--header{visibility:hidden}
.abt-icon-shoppingcart:before{left:37vw}
.a-link--base.a-link--register,.a-link--base.a-link--medico{flex:0 0 50%;text-align:center;padding:6px 0}
.a-link--base.a-link--login{flex:0 0 50%;background-color:#1d63af;text-align:center;padding:6px 0}
.o-header__mega-menu .navbar{height:64px}
.o-header__mega-menu .abt-icon-shoppingcart:before{top:3px !important;padding:12px 5px;margin-left:-1.5vw}
.o-header__mega-menu .navbar-toggler{height:64px !important;position:absolute;left:0;width:50px}
.o-header__mega-menu .navbar-toggler .abt-icon-hamburger:before{font-size:30px;color:#06305e;font-weight:bold}
.o-header__search{overflow:visible}
.o-header__search .a-search.a-search--expand .a-search--icon-left{top:12px;left:12px}
.o-header__search .a-search .a-search--icon-left{position:absolute;left:25px;top:23px}
}
@media only screen and (max-width:399px){.o-header .m-signup .a-link{margin-right:20px}
.a-link--base.a-link--register .a-link__inner-text,.a-link--base.a-link--login .a-link__inner-text,.a-link--base.a-link--medico .a-link__inner-text{font-size:12px !important}
.a-search__input{padding-right:0}
.o-header .sticky{width:100vw}
}
@media(max-width:360px){.a-link--icon-left .a-link__text .abt-icon.abt-icon-shoppingcart{left:4vw}
.o-header .m-signup .a-link{margin-right:25px}
}
@media only screen and (min-width:712px) and (max-width:991.98px){#a-container-ensure-header{margin-left:10vw;top:60px;position:absolute;left:10vw;width:50vw}
.m-socialmedia--base.m-socialmedia--header{visibility:hidden}
.o-header__mega-menu{background-color:#013974 !important;height:64px}
.navbar-toggler{height:64px !important;width:128px;position:absolute;left:-16px}
.navbar-toggler.abt-icon-cancel{left:-4vw}
.navbar-toggler .abt-icon-hamburger:before{font-size:30px;color:#06305e;font-weight:bold}
.a-link--base.a-link--register{flex:0 0 50%;text-align:center;padding:10px 0}
.a-link--base.a-link--medico{flex:0 0 50%;text-align:center;padding:10px 0}
.a-link--base.a-link--login{flex:0 0 50%;background-color:#1d63af;text-align:center;padding:10px 0}
.abt-icon-shoppingcart:before{font-size:47px !important}
.o-header .m-signup .a-link{margin-right:0}
.m-mega-menu__mobile .navbar{height:64px !important}
.m-mega-menu__mobile .navbar .navbar-collapse{width:100%}
.o-header__logo-section .container{max-width:100%}
.o-header__search .a-search.a-search--expand .a-search--icon-left{position:absolute;top:12px;left:12px}
.o-header__search .a-search .a-search--icon-left{left:0;top:18px}
}
@media only screen and (max-width:991.98px){.o-header .a-search__input{padding-right:0}
.o-header .o-header__sticky-section.sticky.show .o-header__mega-menu .container{padding-left:0;padding-right:0}
.o-header .o-header__sticky-section.sticky.show .o-header__logo-section{padding-left:0;padding-right:0}
.o-header .o-header__sticky-section.sticky.show .o-header__logo-section .col-lg-3{padding-right:7px;padding-left:7px}
.o-header .o-header__logo-section .container{padding-left:0;padding-right:0}
.o-header .o-header__mega-menu{background-color:#013974 !important}
.o-header .o-header__sticky-section .o-header__logo-section{padding:5px 11px;height:61px}
.o-header .o-header__sticky-section .o-header__logo-section .col-lg-3{padding-right:11px;padding-left:11px}
.o-header .o-header__sticky-section .o-header__logo-section .o-header__logo-left img:last-child{max-height:51px}
.o-header .sticky .o-header__logo-right{opacity:1;display:flex}
.m-mega-menu__mobile .navbar{background-color:#013974 !important}
.m-mega-menu__mobile .navbar .navbar-collapse{background-color:#064181}
.m-mega-menu__mobile .navbar .navbar-collapse .m-mega-menu__mobile-item-wrapper{width:100%;border-bottom:1px solid #fff;padding:0}
.m-mega-menu__mobile .navbar .navbar-collapse-wrapper{padding:0 !important}
.m-mega-menu__mobile .menu-active::before{display:none}
.navbar-toggler{background-color:#f6b336}
.a-link--base.a-link--register .a-link__inner-text{color:#fff;border-left:0;font-size:14px;font-family:BaseFontLight,sans-serif;font-weight:400}
.a-link--base.a-link--medico .a-link__inner-text{color:#fff;border-left:0;font-size:14px;font-family:BaseFontLight,sans-serif;font-weight:400}
.a-link--base.a-link--login .a-link__inner-text{color:#fff;border-left:0;font-size:14px;font-family:BaseFontLight,sans-serif;font-weight:400}
.abt-icon-shoppingcart:before{background-color:#064181;color:#f6b336;top:-1px !important;padding:9px 0}
.o-header__mega-menu .abt-icon-search:before{color:#fff}
.o-header__mega-menu .a-search.a-search--expand .abt-icon-search:before{color:#000}
.o-header__mega-menu .navbar-nav{padding:0;max-height:90vh;overflow-y:auto !important}
.o-header__mob-options .m-signup .abt-icon{display:block}
.o-header__mob-options .a-link__inner-text{visibility:hidden}
.navbar-collapse .m-mega-menu__mobile-item-wrapper .m-mega-menu__mobile-header{color:#cbcbcb !important;font-size:15px !important;font-family:BaseFontLight,sans-serif;font-weight:400 !important}
.navbar-collapse .m-mega-menu__mobile-item-wrapper .m-mega-menu__mobile-header::after{display:block !important;content:""}
.navbar-collapse .m-mega-menu__mobile-item-wrapper .m-mega-menu__mobile-header.active::after{display:block !important;content:""}
.m-mega-menu__mobile-item-wrapper .a-link__inner-text{color:#cbcbcb !important;font-size:15px !important;font-family:BaseFontLight,sans-serif;font-weight:400 !important}
.m-mega-menu__mobile-sub-head{color:#fff;font-weight:400;font-size:13px;font-family:BaseFontLight,sans-serif}
.m-mega-menu__mobile-sub-head::after{display:block !important;content:""}
.m-mega-menu__mobile-sub-head:hover{color:#fff;font-weight:400;font-size:13px;font-family:BaseFontLight,sans-serif}
.m-mega-menu__mobile-sub-head.active{color:#fff;font-weight:400;font-size:13px;font-family:BaseFontLight,sans-serif}
.m-mega-menu__mobile-sub-head.active::after{display:block !important;content:""}
.m-mega-menu__mobile-item-link{color:#fff;font-weight:400;font-size:13px;font-family:BaseFontLight,sans-serif}
.m-mega-menu__mobile-submenu-body{padding:0}
.m-mega-menu__mobile-submenu-body .m-mega-menu__mobile-item-link{color:#064181;border-bottom:1px solid #064181}
.m-mega-menu__mobile-tertiary{background-color:#ffb420}
.m-mega-menu__mobile-products{padding-left:0}
.m-mega-menu__item.m-mega-menu__mobile-item{display:flex !important;flex-wrap:wrap !important}
.m-mega-menu__item.m-mega-menu__mobile-item .m-mega-menu__mobile-item{border-top:1px solid #fff}
.m-mega-menu__item.m-mega-menu__mobile-item .m-mega-menu__mobile-item .m-mega-menu__mobile-item-link:active{color:#064181;font-weight:400}
.m-mega-menu__item.m-mega-menu__mobile-item .m-mega-menu__mobile-item .m-mega-menu__mobile-item-link:hover{color:#fff}
.m-mega-menu__item.m-mega-menu__mobile-item .dropdown::after{color:#fff;content:"\002B";left:30%;position:absolute;font-weight:800;font-size:20px}
.m-mega-menu__item.m-mega-menu__mobile-item .m-mega-menu__mobile-header{flex:0 0 90%}
.m-mega-menu__item.m-mega-menu__mobile-item .m-mega-menu__mobile-products{background-color:#06305e;flex:0 0 100%}
.m-mega-menu__mobile-item.dropdown-active .dropdown::after{content:"\2212";color:#fff;left:30%;position:absolute;font-weight:800;font-size:20px}
.m-mega-menu__mobile-item.dropdown-active .m-mega-menu__mobile-products.d-none{display:block !important}
.m-mega-menu__item .dropdown{position:relative;flex:0 0 10%;padding:15px 0 13px 0}
.m-link-stack__link .a-link .abt-icon{right:0}
#a-container-ensure-header{height:65px}
#a-container-ensure-header .link{padding:17px 0}
.m-mega-menu__tertiary{display:flex !important;flex-wrap:wrap !important}
.m-mega-menu__tertiary .dropdown2{position:relative;flex:0 0 10%;padding:15px 0 13px 0}
.m-mega-menu__tertiary .dropdown2::after{color:#fff;content:"\002B";left:30%;position:absolute;font-weight:800;font-size:20px}
.m-mega-menu__tertiary .m-mega-menu__mobile-sub-head{flex:0 0 90%}
.m-mega-menu__tertiary .m-mega-menu__mobile-tertiary{flex:0 0 100%}
.m-mega-menu__tertiary.dropdown-active2 .dropdown2::after{content:"\2212";color:#fff;left:30%;position:absolute;font-weight:800;font-size:20px}
.m-mega-menu__tertiary.dropdown-active2 .d-none.m-mega-menu__mobile-tertiary{display:block !important}
}
@media only screen and (min-width:992px){:root{--mega-menu-min-height:auto}
.m-mega-menu-dynamic--base .m-mega-menu__item{display:flex !important;flex-direction:row;align-items:center;width:100%}
.m-mega-menu-dynamic--base .m-mega-menu__item .arrow{flex:0 0 10%;margin-left:10%;color:#004084;display:none;transform:rotate(90deg)}
.m-mega-menu-dynamic--base .m-mega-menu__item .arrow:before{content:"\276F";padding-left:2px;font-size:12px}
.m-mega-menu-dynamic--base .m-mega-menu__item .submenu-arrow{color:#06305e;visibility:hidden}
.m-mega-menu-dynamic--base .m-mega-menu__item .submenu-arrow:before{content:"\276F"}
.m-mega-menu-dynamic--base .m-mega-menu__nested-menu-wrapper .m-mega-menu__side-nav .m-link-stack .a-link:hover .submenu-arrow{color:#fff}
.m-mega-menu-dynamic--base .m-mega-menu__item.m-mega-menu__mobile-item{display:none !important}
.m-mega-menu-dynamic--base .m-mega-menu__mobile .navbar-nav .nav-link{flex:0 0 90%}
.o-header__mega-menu .m-megamenu--base .navbar-nav .m-mega-menu__mobile-item-wrapper:hover .arrow{color:#fff}
.o-header__search .a-search .a-search__input{display:none}
.o-header__search .a-search .a-search--icon-left{top:0}
.o-header__search .a-search.a-search--expand .a-search__input{display:block}
.o-header__search .a-search.a-search--expand .a-search--icon-left{top:12px}
.o-header .sticky .abt-icon.abt-icon-search{color:#fff}
.o-header .sticky .a-search--expand{top:-40px}
.o-header .sticky .a-search--expand .abt-icon.abt-icon-search{color:#000}
.o-header .sticky .o-header__logo-section img:last-child{max-height:51px !important}
.o-header .sticky .o-header__logo-section .o-header__logo-right{opacity:1;display:inline-block;position:relative;left:32vw}
.a-container--base.a-container--header{width:50%}
.a-container--base.a-container--header .a-header-scroll{display:none !important}
}
.a-container--base.container-full-width.a-container-zindex{z-index:999}
.a-container--base.container-full-width.a-container--header{z-index:9999}
@media only screen and (min-width:700px) and (max-width:712px){.o-header__mega-menu .container{max-width:680px}
.m-mega-menu__mobile .navbar .navbar-collapse{width:96% !important}
#a-container-ensure-header{top:60px !important}
.abt-icon-shoppingcart:before{padding-left:20px !important;padding-right:20px !important}
.navbar-toggler.abt-icon-cancel{left:-5vw !important}
}
@media only screen and (min-width:768px) and (max-width:991.98px) and (orientation:portrait){.o-header__mega-menu .container{max-width:100%}
.m-mega-menu__mobile .navbar .navbar-collapse{width:96% !important}
}
@media only screen and (max-width:991.98px) and (orientation:landscape){.m-megamenu--base .navbar-collapse-wrapper{height:70vh}
}
@media only screen and (min-width:711px) and (max-width:991.98px) and (orientation:landscape){.o-header__mega-menu .container{max-width:100% !important}
.abt-icon-shoppingcart:before{padding-left:30px !important;padding-right:30px !important}
.m-mega-menu__mobile .navbar .navbar-collapse{width:96%}
}
@media only screen and (min-width:600px) and (max-width:711px) and (orientation:landscape){.o-header__mega-menu .container{max-width:100% !important}
.abt-icon-shoppingcart:before{left:100px;padding-left:30px !important;padding-right:30px !important}
#a-container-ensure-header{width:68vw}
.m-mega-menu__mobile .navbar .navbar-collapse{width:96%}
}
@media only screen and (min-width:700px) and (max-width:800px) and (orientation:landscape){.o-header__search .a-search .a-search--icon-left{left:10px}
}
.o-header .m-link-stack--header{display:none}
.o-header .justify-content-end{justify-content:flex-start !important}
.o-header .o-header__user-activity{margin-left:auto !important}
.o-header .m-mega-menu__mobile .m-mega-menu__nested-menu{left:auto !important;margin-left:-20px}
.js-collapsable-links.m-link-stack--content{display:flex !important}
.a-linkstack--base.a-linkstack--header .m-link-stack--content .a-link{font-size:14px;cursor:pointer;font-weight:400;padding:0 10px;color:#004084;border-left:1px solid #004084}
.o-header__user-activity .m-link-stack .a-link__text{color:#004084;font-family:'BaseFontLight',sans-serif}
.o-header__user-activity .a-link--icon-left{margin-top:15px}
.o-header__user-activity .a-link__inner-text{margin-left:12px;color:#004084;font-family:'BaseFontLight',sans-serif}
.abt-icon-facebook-black:before{content:"\e90a";font-size:24px;border-radius:50%;color:#e8e8e8;border:1px solid #004084;background:#004084}
.abt-icon-instagram-black:before{content:"\e90d";font-size:24px;border-radius:50%;color:#e8e8e8;border:1px solid #d6249f;background:#d6249f}
.abt-icon-youtube-black:before{content:"\e918";font-size:24px;border-radius:50%;color:#e8e8e8;border:1px solid red;background:red}
.abt-icon-shoppingcart:before{content:"\e94f";font-size:39px;position:relative;top:-10px}
@media only screen and (min-width:992px){.abt-icon-shoppingcart:before{color:#06305e}
}
@media(min-width:700px) and (max-width:800px) and (orientation:landscape){.abt-icon-shoppingcart:before{left:-0.5vw}
}
@media(min-width:800px) and (max-width:900px) and (orientation:landscape){.abt-icon-shoppingcart:before{left:-4.8vw}
}
@media(min-width:820px) and (max-width:991px) and (orientation:portrait){.abt-icon-shoppingcart:before{padding:9px 30px;left:-3.5vw !important}
}
@media(min-width:768px) and (max-width:819px) and (orientation:portrait){.abt-icon-shoppingcart:before{padding:9px 30px;left:-1.5vw !important}
}
@media(min-width:800px) and (max-width:840px) and (orientation:landscape){.abt-icon-shoppingcart:before{left:-2.5vw !important}
}
@media(min-width:600px) and (max-width:700px) and (orientation:landscape){.abt-icon-shoppingcart:before{left:14vw !important;margin-left:-3vw !important}
}
@media only screen and (min-width:1024px) and (max-width:1199px){.navbar-nav .m-mega-menu-dynamic--base .nav-link{font-size:12px}
.o-header__search .a-search.a-search--expand .a-search--icon-left{position:absolute;top:12px;left:12px}
.o-header__search .a-search .a-search--icon-left{position:absolute;top:0;left:75px}
.o-header__logo-section .container{max-width:96% !important}
.o-header__secondary-top-nav .container{max-width:96%}
#a-container-ensure-header{margin-left:20px !important}
}
@media(min-width:1024px) and (max-width:1366px) and (orientation:landscape){#a-container-ensure-header{margin-left:60px}
.o-header__logo-section .container{max-width:86%}
}
@media(max-width:991px) and (orientation:landscape){.navbar-toggler{width:15vw !important}
.navbar-toggler.abt-icon-cancel{left:-4vw}
#a-container-ensure-header{width:61vw !important;margin-left:13vw !important;left:0 !important}
.o-header__logo-section .container{max-width:100%}
.o-header__logo-section .container .col-lg-3{padding-right:11px;padding-left:11px}
.o-header .o-header__logo-section img:last-child{max-height:30px}
}
@media only screen and (min-width:768px) and (max-width:991.98px) and (orientation:portrait){.navbar-toggler{width:15vw !important}
.navbar-toggler.abt-icon-cancel{left:-4vw}
#a-container-ensure-header{width:61vw !important;margin-left:13vw !important;left:0 !important}
.o-header .o-header__logo-section img:last-child{max-height:30px}
}
@media(max-width:712px) and (orientation:portrait){.navbar-toggler{width:15vw !important}
.navbar-toggler.abt-icon-cancel{left:-1vw}
#a-container-ensure-header{width:60vw !important;margin-left:14vw !important;left:0 !important}
}
#a-container-ensure-header{position:relative;display:flex;align-items:center;margin-left:31.5px}
@media(max-width:991.98px){.a-scroll{position:fixed}
#a-container-ensure-header{position:fixed}
.m-mega-menu__mobile-submenu-body .m-mega-menu__mobile-item-link:hover{color:#064181 !important}
}
@media(min-width:1900px){#a-container-ensure-header{margin-left:20vw !important}
.o-header .sticky .o-header__logo-section .o-header__logo-right{left:18vw !important}
.o-header__sticky-search{right:65px}
.o-header__sticky--full-width .o-header__logo-right{opacity:0 !important}
}
@media only screen and (min-width:992px){.a-container--header-pediasure .m-mega-menu__mobile-item-wrapper:hover{--mega-menu-border-hover:none}
.a-container--header-ensure .m-mega-menu__mobile-item-wrapper:hover{--mega-menu-border-hover:none}
}
.a-container--header-pediasure .m-mega-menu__mobile .navbar-nav .nav-link{color:#4b3661}
.a-container--header-pediasure .o-header__mega-menu .navbar-nav .m-mega-menu__mobile-item-wrapper:hover{background-color:#6f5787 !important}
@media only screen and (max-width:991.98px){.a-container--header-pediasure .o-header__mega-menu .navbar-nav .m-mega-menu__mobile-item-wrapper:hover .m-mega-menu__mobile-header,.a-container--header-pediasure .o-header__mega-menu .navbar-nav .m-mega-menu__mobile-item-wrapper:hover .dropdown{background-color:#4b3661}
}
.a-container--header-pediasure .o-header__mega-menu .navbar-nav .m-mega-menu__mobile-item-wrapper:hover .nav-link,.a-container--header-pediasure .o-header__mega-menu .navbar-nav .m-mega-menu__mobile-item-wrapper:hover .m-mega-menu-dynamic--base .m-mega-menu__item .arrow{color:#fef12c !important}
@media only screen and (min-width:1200px){.a-container--header-pediasure .o-header .o-header__logo-section .o-header__logo-right{left:25vw}
.a-container--header-pediasure .o-header .o-header__logo-section .o-header__sticky--full-width .o-header__logo-right{left:30vw}
}
.a-container--header-pediasure .m-mega-menu-dynamic--base .m-mega-menu__item .arrow{color:#4b3661}
.a-container--header-pediasure .m-mega-menu__nested-menu-wrapper .m-link-stack--content{background-color:#fff}
.a-container--header-pediasure .m-mega-menu__nested-menu-wrapper .a-link:hover{background-color:#4b3661}
.a-container--header-pediasure .m-mega-menu__nested-menu-wrapper .a-link:hover .a-link__text{color:#fff !important}
.a-container--header-pediasure .m-mega-menu__nested-menu-wrapper .a-link:hover .submenu-arrow{color:#fff !important}
.a-container--header-pediasure .m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__side-nav .m-link-stack .m-mega-menu__item{border-color:#4b3661}
.a-container--header-pediasure .m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__side-nav .m-link-stack .m-mega-menu__item .submenu-arrow{color:#4b3661}
.a-container--header-pediasure .m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__side-nav .m-link-stack .a-link__text{color:#4b3661}
.a-container--header-pediasure .m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__side-nav .m-link-stack .a-link__text:hover{color:#fff}
.a-container--header-pediasure .m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list{background-color:#f4f4f4}
.a-container--header-pediasure .m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item .m-mega-menu__item-info{border-color:#4b3661}
.a-container--header-pediasure .m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item .m-mega-menu__item-title{color:#4b3661}
.a-container--header-pediasure .m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item:hover{background-color:#4b3661}
.a-container--header-pediasure .m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item:hover .m-mega-menu__item-info{background-color:#4b3661}
.a-container--header-pediasure .m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item:hover .m-mega-menu__item-title{color:#fff}
@media only screen and (max-width:991.98px){.a-container--header-pediasure .a-link--base.a-link--register .a-link__inner-text,.a-container--header-pediasure .a-link--base.a-link--login .a-link__inner-text,.a-container--header-pediasure .a-link--base.a-link--medico .a-link__inner-text,.a-container--header-pediasure .o-header__mega-menu .abt-icon-search:before{color:#4b3661}
.a-container--header-pediasure .m-mega-menu__mobile .navbar,.a-container--header-pediasure .o-header__mega-menu,.a-container--header-pediasure .a-link--base.a-link--login{background-color:#efefef !important}
.a-container--header-pediasure .abt-icon-shoppingcart:before{background-color:#6f5787;color:#e6b203}
.a-container--header-pediasure .navbar-toggler{background-color:#e6b203}
.a-container--header-pediasure .navbar-toggler .abt-icon-hamburger:before{color:#fff}
.a-container--header-pediasure .m-mega-menu__mobile .navbar .navbar-collapse{background-color:#4b3661;top:-1px}
.a-container--header-pediasure .m-mega-menu__mobile .navbar .navbar-collapse .m-mega-menu__mobile-item-wrapper{border-color:#e6b203}
.a-container--header-pediasure .m-mega-menu__mobile .navbar .navbar-collapse .m-mega-menu__mobile-item-wrapper:first-child{border-top:1px solid #e6b203}
.a-container--header-pediasure .m-mega-menu__item.m-mega-menu__mobile-item .dropdown::after,.a-container--header-pediasure .m-mega-menu__tertiary .dropdown2::after{color:#fef12c}
.a-container--header-pediasure .m-mega-menu__item.m-mega-menu__mobile-item .m-mega-menu__mobile-products{background-color:#6f5787}
.a-container--header-pediasure .m-mega-menu__item.m-mega-menu__mobile-item .m-mega-menu__mobile-products .m-mega-menu__mobile-item{border-color:#e6b203}
.a-container--header-pediasure .m-mega-menu__item.m-mega-menu__mobile-item .m-mega-menu__mobile-products .m-mega-menu__mobile-tertiary{background-color:#8d75a5}
.a-container--header-pediasure .m-mega-menu__item.m-mega-menu__mobile-item .m-mega-menu__mobile-products .m-mega-menu__mobile-tertiary .m-mega-menu__mobile-submenu-body .m-mega-menu__mobile-item-link{color:#fff;border-color:#e6b203}
.a-container--header-pediasure .m-mega-menu__item.m-mega-menu__mobile-item .m-mega-menu__mobile-products .m-mega-menu__mobile-tertiary .m-mega-menu__mobile-submenu-body .m-mega-menu__mobile-item-link:hover{color:#fff !important}
}
@media only screen and (min-width:992px){.a-container--header-pediasure .a-link--base.a-link--register .a-link__inner-text,.a-container--header-pediasure .a-link--base.a-link--login .a-link__inner-text,.a-container--header-pediasure .a-linkstack--base.a-linkstack--header .m-link-stack--content .a-link{border-left:1px solid #06305e;color:#06305e}
.a-container--header-pediasure .a-linkstack--base.a-linkstack--header .m-link-stack--content .a-link__text{color:#06305e}
}
.a-container--header-pediasure .o-header__mega-menu .m-mega-menu__mobile .navbar .navbar-nav .m-mega-menu__mobile-item-wrapper .nav-link{letter-spacing:normal !important}
@media only screen and (min-width:992px){.a-container--header-pediasure .o-header__mega-menu .m-mega-menu__mobile .navbar .navbar-nav .m-mega-menu__mobile-item-wrapper{padding-right:10px;padding-left:10px;text-align:center !important}
.a-container--header-pediasure .o-header__mega-menu .m-mega-menu__mobile .navbar .navbar-nav .m-mega-menu__mobile-item-wrapper:first-child{background-color:#e6b203;padding-right:10px !important}
.a-container--header-pediasure .o-header__mega-menu .m-mega-menu__mobile .navbar .navbar-nav .m-mega-menu__mobile-item-wrapper:first-child .nav-link{color:#fff !important;display:flex;align-items:center;text-align:left !important}
.a-container--header-pediasure .o-header__mega-menu .m-mega-menu__mobile .navbar .navbar-nav .m-mega-menu__mobile-item-wrapper:first-child .nav-link:before{content:"\002630";font-size:23px;font-weight:bold;margin-right:5px}
.a-container--header-pediasure .o-header__mega-menu .m-mega-menu__mobile .navbar .navbar-nav .m-mega-menu__mobile-item-wrapper:first-child .arrow{display:none !important}
.a-container--header-pediasure .o-header__mega-menu .m-mega-menu__mobile .navbar .navbar-nav .m-mega-menu__mobile-item-wrapper .nav-link{font-size:12px}
.a-container--header-pediasure .o-header__mega-menu .m-mega-menu__mobile .navbar .navbar-nav .m-mega-menu__mobile-item-wrapper .m-mega-menu__side-nav .m-link-stack .a-link__text{text-align:left !important}
}
@media only screen and (min-width:1200px){.a-container--header-pediasure .o-header__mega-menu .m-mega-menu__mobile .navbar .navbar-nav .m-mega-menu__mobile-item-wrapper{padding-right:15px !important;padding-left:15px !important;text-align:center}
.a-container--header-pediasure .o-header__mega-menu .m-mega-menu__mobile .navbar .navbar-nav .m-mega-menu__mobile-item-wrapper .nav-link{font-size:14px !important}
}
.a-container--header-glucerna .o-header__logo-section{background-color:#fff;border-bottom:none !important}
.a-container--header-glucerna .m-mega-menu__mobile .navbar-nav .nav-link{color:#00529b}
.a-container--header-glucerna .o-header__mega-menu .navbar-nav .m-mega-menu__mobile-item-wrapper:hover{background-color:#00529b !important}
@media only screen and (max-width:991.98px){.a-container--header-glucerna .o-header__mega-menu .navbar-nav .m-mega-menu__mobile-item-wrapper:hover .m-mega-menu__mobile-header,.a-container--header-glucerna .o-header__mega-menu .navbar-nav .m-mega-menu__mobile-item-wrapper:hover .dropdown{background-color:#00529b}
}
.a-container--header-glucerna .o-header__mega-menu .navbar-nav .m-mega-menu__mobile-item-wrapper:hover .nav-link,.a-container--header-glucerna .o-header__mega-menu .navbar-nav .m-mega-menu__mobile-item-wrapper:hover .m-mega-menu-dynamic--base .m-mega-menu__item .arrow{color:#fff !important}
.a-container--header-glucerna .o-header .o-header__sticky-section .o-header__logo-section .o-header__logo-left img:last-child{max-height:57px !important}
@media only screen and (min-width:1200px){.a-container--header-glucerna .o-header__mega-menu .m-mega-menu__mobile .navbar .navbar-nav .m-mega-menu__mobile-item-wrapper .nav-link{flex:0 0 90% !important}
}
@media only screen and (min-width:992px){.a-container--header-glucerna .a-container--header-glucerna .m-mega-menu__mobile-item-wrapper:hover{--mega-menu-border-hover:none}
.a-container--header-glucerna .a-link--base.a-link--register .a-link__inner-text,.a-container--header-glucerna .a-link--base.a-link--login .a-link__inner-text,.a-container--header-glucerna .m-link-stack--content .a-link{border-left:1px solid #5c5c5c !important;color:#5c5c5c !important}
.a-container--header-glucerna .o-header__mega-menu .m-mega-menu__mobile .navbar .navbar-nav .m-mega-menu__mobile-item-wrapper{padding-right:15px;padding-left:10px}
.a-container--header-glucerna .o-header__mega-menu .m-mega-menu__mobile .navbar .navbar-nav .m-mega-menu__mobile-item-wrapper .nav-link{flex:0 0 95%}
.a-container--header-glucerna .o-header__mega-menu .m-mega-menu__mobile .navbar .navbar-nav .m-mega-menu__mobile-item-wrapper .m-mega-menu-dynamic--base .m-mega-menu__item .arrow{margin-left:7%}
.a-container--header-glucerna .o-header__user-activity .m-link-stack .a-link__text,.a-container--header-glucerna .o-header__user-activity .a-link__inner-text{color:#5c5c5c}
.a-container--header-glucerna .o-header__mega-menu{background-color:#fffce5;-webkit-box-shadow:1px 0 4px #454545}
.a-container--header-glucerna .o-header__mega-menu .navbar{background-color:#fffce5}
.a-container--header-glucerna .m-mega-menu-dynamic--base .m-mega-menu__item .arrow{color:#00529b}
.a-container--header-glucerna .m-mega-menu__nested-menu-wrapper .m-link-stack--content{background-color:#f5f5f5}
.a-container--header-glucerna .m-mega-menu__nested-menu-wrapper .a-link:hover{background-color:#00529b}
.a-container--header-glucerna .m-mega-menu__nested-menu-wrapper .a-link:hover .a-link__text{color:#fff !important}
.a-container--header-glucerna .m-mega-menu__nested-menu-wrapper .a-link:hover .submenu-arrow{color:#fff !important}
.a-container--header-glucerna .m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__side-nav .m-link-stack .m-mega-menu__item{border-color:#00529b}
.a-container--header-glucerna .m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__side-nav .m-link-stack .m-mega-menu__item .submenu-arrow{color:#00529b}
.a-container--header-glucerna .m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__side-nav .m-link-stack .a-link__text{color:#00529b}
.a-container--header-glucerna .m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__side-nav .m-link-stack .a-link__text:hover{color:#fff}
.a-container--header-glucerna .m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list{background-color:#f5f5f5}
.a-container--header-glucerna .m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item .m-mega-menu__item-info{border-color:#00529b}
.a-container--header-glucerna .m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item .m-mega-menu__item-title{color:#00529b}
.a-container--header-glucerna .m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item:hover{background-color:#00529b}
.a-container--header-glucerna .m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item:hover .m-mega-menu__item-info{background-color:#00529b}
.a-container--header-glucerna .m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item:hover .m-mega-menu__item-title{color:#fff}
.a-container--header-glucerna .o-header .m-mega-menu__mobile .m-mega-menu__nested-menu{margin-left:-10px}
.a-container--header-glucerna .o-header__sticky--full-width .o-header__sticky-search.show .a-search__input{border:1px solid #ced4da}
.a-container--header-glucerna .o-header .m-mega-menu__mobile .navbar.show{z-index:auto}
.a-container--header-glucerna .o-header__secondary-top-nav{background-color:#f5f5f5 !important}
.a-container--header-glucerna .o-header .sticky .a-search{left:auto !important}
.a-container--header-glucerna .o-header .sticky .a-search .abt-icon-search{color:#000}
}
@media only screen and (max-width:991.98px){.a-container--header-glucerna .a-link--base.a-link--register .a-link__inner-text,.a-container--header-glucerna .a-link--base.a-link--login .a-link__inner-text,.a-container--header-glucerna .a-link--base.a-link--medico .a-link__inner-text,.a-container--header-glucerna .o-header__mega-menu .abt-icon-search:before{color:#00529b}
.a-container--header-glucerna .m-mega-menu__mobile .navbar,.a-container--header-glucerna .o-header__mega-menu{background-color:#fefbf6 !important}
.a-container--header-glucerna .a-link--base.a-link--register{background-color:#fff9bf}
.a-container--header-glucerna .a-link--base.a-link--medico{background-color:#fff9bf}
.a-container--header-glucerna .a-link--base.a-link--login{background-color:#fefbf6 !important}
.a-container--header-glucerna .abt-icon-shoppingcart:before{background-color:#00529b;color:#e6b203}
.a-container--header-glucerna .navbar-toggler{background-color:#e6b203}
.a-container--header-glucerna .navbar-toggler.abt-icon-cancel:before{color:#00529b}
.a-container--header-glucerna .navbar-toggler .abt-icon-hamburger:before{color:#00529b}
.a-container--header-glucerna .m-mega-menu__mobile .navbar .navbar-collapse{background-color:#00529b;top:-1px}
.a-container--header-glucerna .m-mega-menu__mobile .navbar .navbar-collapse .m-mega-menu__mobile-item-wrapper{border-color:#fff}
.a-container--header-glucerna .m-mega-menu__mobile .navbar .navbar-collapse .m-mega-menu__mobile-item-wrapper:first-child{border-top:1px solid #fff}
.a-container--header-glucerna .m-mega-menu__item.m-mega-menu__mobile-item .dropdown::after{color:#fff}
.a-container--header-glucerna .m-mega-menu__tertiary .dropdown2{display:block !important}
.a-container--header-glucerna .m-mega-menu__tertiary .dropdown2::after{color:#00529b}
.a-container--header-glucerna .m-mega-menu__tertiary.dropdown-active2 .m-mega-menu__mobile-sub-head,.a-container--header-glucerna .m-mega-menu__tertiary.dropdown-active2 .dropdown2{background-color:#fff}
.a-container--header-glucerna .m-mega-menu__tertiary .m-mega-menu__mobile-sub-head{color:#00529b}
.a-container--header-glucerna .m-mega-menu__item.m-mega-menu__mobile-item .m-mega-menu__mobile-products{background-color:#f5f5f5}
.a-container--header-glucerna .m-mega-menu__item.m-mega-menu__mobile-item .m-mega-menu__mobile-products .m-mega-menu__mobile-item{border-color:#00529b}
.a-container--header-glucerna .m-mega-menu__item.m-mega-menu__mobile-item .m-mega-menu__mobile-products .m-mega-menu__mobile-item .m-mega-menu__mobile-item-link{color:#00529b}
.a-container--header-glucerna .m-mega-menu__item.m-mega-menu__mobile-item .m-mega-menu__mobile-products .m-mega-menu__mobile-tertiary{background-color:#f5f5f5}
.a-container--header-glucerna .m-mega-menu__item.m-mega-menu__mobile-item .m-mega-menu__mobile-products .m-mega-menu__mobile-tertiary .m-mega-menu__mobile-submenu-body .m-mega-menu__mobile-item-link{color:#00529b;border-color:#00529b}
.a-container--header-glucerna .m-mega-menu__item.m-mega-menu__mobile-item .m-mega-menu__mobile-products .m-mega-menu__mobile-tertiary .m-mega-menu__mobile-submenu-body .m-mega-menu__mobile-item-link:hover{color:#00529b !important}
.a-container--header-glucerna .o-header .o-header__logo-section img:last-child{max-height:19px}
}
.a-container--header-mastermama .o-header__logo-section{background-color:#d1eef8;border-bottom:none !important}
.a-container--header-mastermama .m-mega-menu__mobile .navbar-nav .nav-link{color:#08b4ef !important;font-family:BaseFontMedium,sans-serif}
@media only screen and (min-width:1200px){.a-container--header-mastermama .o-header__mega-menu .m-mega-menu__mobile .navbar .navbar-nav .m-mega-menu__mobile-item-wrapper .nav-link{flex:0 0 90% !important}
}
@media only screen and (min-width:992px){.a-container--header-mastermama .a-container--header-mastermama .m-mega-menu__mobile-item-wrapper:hover{--mega-menu-border-hover:none}
.a-container--header-mastermama .o-header .sticky .abt-icon.abt-icon-search{color:#000}
.a-container--header-mastermama .a-link--base.a-link--register .a-link__inner-text,.a-container--header-mastermama .a-link--base.a-link--login .a-link__inner-text,.a-container--header-mastermama .a-link--base.a-link--medico .a-link__inner-text,.a-container--header-mastermama .m-link-stack--content .a-link{border-left:1px solid #0262ac !important;color:#0262ac !important}
.a-container--header-mastermama .o-header__mega-menu .navbar-nav .m-mega-menu__mobile-item-wrapper:hover{background-color:#0262ac !important;--mega-menu-border-hover:none}
.a-container--header-mastermama .o-header__mega-menu .navbar-nav .m-mega-menu__mobile-item-wrapper:hover .nav-link,.a-container--header-mastermama .o-header__mega-menu .navbar-nav .m-mega-menu__mobile-item-wrapper:hover .m-mega-menu-dynamic--base .m-mega-menu__item .arrow{color:#fff !important}
.a-container--header-mastermama .o-header__mega-menu .m-mega-menu__mobile .navbar .navbar-nav .m-mega-menu__mobile-item-wrapper{padding-right:10px;padding-left:10px}
.a-container--header-mastermama .o-header__mega-menu .m-mega-menu__mobile .navbar .navbar-nav .m-mega-menu__mobile-item-wrapper .nav-link{flex:0 0 95%}
.a-container--header-mastermama .o-header__mega-menu .m-mega-menu__mobile .navbar .navbar-nav .m-mega-menu__mobile-item-wrapper .m-mega-menu-dynamic--base .m-mega-menu__item .arrow{margin-left:7%}
.a-container--header-mastermama .o-header__user-activity .m-link-stack .a-link__text,.a-container--header-mastermama .o-header__user-activity .a-link__inner-text{color:#0262ac}
.a-container--header-mastermama .o-header__mega-menu{background-color:#FFF}
.a-container--header-mastermama .o-header__mega-menu .navbar{background-color:#FFF}
.a-container--header-mastermama .m-mega-menu-dynamic--base .m-mega-menu__item .arrow{color:#08b4ef}
.a-container--header-mastermama .m-mega-menu__nested-menu-wrapper .m-link-stack--content{background-color:#e8f9ff}
.a-container--header-mastermama .m-mega-menu__nested-menu-wrapper .a-link .a-link__text{font-family:BaseFontMedium,sans-serif !important}
.a-container--header-mastermama .m-mega-menu__nested-menu-wrapper .a-link .a-link__text:hover{font-family:'BaseFontLight',sans-serif !important}
.a-container--header-mastermama .m-mega-menu__nested-menu-wrapper .a-link .a-link__text:hover .a-link__text{font-family:'BaseFontLight',sans-serif !important}
.a-container--header-mastermama .m-mega-menu__nested-menu-wrapper .a-link:hover{background-color:#21c6ff}
.a-container--header-mastermama .m-mega-menu__nested-menu-wrapper .a-link:hover .a-link__text{color:#fff !important;font-family:'BaseFontLight',sans-serif !important}
.a-container--header-mastermama .m-mega-menu__nested-menu-wrapper .a-link:hover .submenu-arrow{color:#fff !important}
.a-container--header-mastermama .m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__side-nav .m-link-stack .m-mega-menu__item{border-color:#0262ac}
.a-container--header-mastermama .m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__side-nav .m-link-stack .m-mega-menu__item .submenu-arrow{color:#0262ac}
.a-container--header-mastermama .m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__side-nav .m-link-stack .a-link__text{color:#0262ac}
.a-container--header-mastermama .m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__side-nav .m-link-stack .a-link__text:hover{color:#fff}
.a-container--header-mastermama .m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list{background-color:#ffb420}
.a-container--header-mastermama .m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item .m-mega-menu__item-info{border-color:#064181}
.a-container--header-mastermama .m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item .m-mega-menu__item-title{color:#064181}
.a-container--header-mastermama .m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item:hover{background-color:#21c6ff}
.a-container--header-mastermama .m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item:hover .m-mega-menu__item-info{background-color:#21c6ff;border-color:#fff}
.a-container--header-mastermama .m-mega-menu__default .m-mega-menu__nested-menu-wrapper .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item:hover .m-mega-menu__item-title{color:#fff}
.a-container--header-mastermama .o-header .m-mega-menu__mobile .navbar.show{z-index:auto}
.a-container--header-mastermama .o-header__secondary-top-nav{background-color:#fff !important}
.a-container--header-mastermama .o-header .m-mega-menu__mobile .m-mega-menu__nested-menu{margin-left:-10px}
}
@media only screen and (min-width:992px) and only screen and (max-width:991.98px){.a-container--header-mastermama .o-header__mega-menu .navbar-nav .m-mega-menu__mobile-item-wrapper:hover .m-mega-menu__mobile-header,.a-container--header-mastermama .o-header__mega-menu .navbar-nav .m-mega-menu__mobile-item-wrapper:hover .dropdown{background-color:#00529b}
}
@media only screen and (max-width:991.98px){.a-container--header-mastermama .a-link--base.a-link--register .a-link__inner-text,.a-container--header-mastermama .a-link--base.a-link--medico .a-link__inner-text,.a-container--header-mastermama .a-link--base.a-link--login .a-link__inner-text{color:#fff}
.a-container--header-mastermama .o-header__mega-menu .abt-icon-search:before{color:#0262ac}
.a-container--header-mastermama .m-mega-menu__mobile .navbar,.a-container--header-mastermama .o-header__mega-menu{background-color:#eff6fb !important}
.a-container--header-mastermama .a-link--base.a-link--register{background-color:#21c6ff}
.a-container--header-mastermama .a-link--base.a-link--medico{background-color:#21c6ff}
.a-container--header-mastermama .a-link--base.a-link--login{background-color:#08b4ef !important}
.a-container--header-mastermama .abt-icon-shoppingcart:before{background-color:#00529b;color:#e6b203;padding:8px 0 9px 0}
.a-container--header-mastermama .navbar-toggler{background-color:#eff6fb}
.a-container--header-mastermama .navbar-toggler.abt-icon-cancel:before{color:#0262ac}
.a-container--header-mastermama .navbar-toggler .abt-icon-hamburger:before{color:#0262ac}
.a-container--header-mastermama .m-mega-menu__mobile .navbar .navbar-collapse{background-color:#eff6fb;top:-1px}
.a-container--header-mastermama .m-mega-menu__mobile .navbar .navbar-collapse .m-mega-menu__mobile-item-wrapper{border-color:#08b4ef}
.a-container--header-mastermama .m-mega-menu__mobile .navbar .navbar-collapse .m-mega-menu__mobile-item-wrapper:first-child{border-top:1px solid #08b4ef}
.a-container--header-mastermama .m-mega-menu__mobile .navbar .navbar-collapse .m-mega-menu__mobile-item-wrapper:hover{background-color:#eff6fb}
.a-container--header-mastermama .m-mega-menu__mobile .navbar .navbar-collapse .m-mega-menu__mobile-item-wrapper .m-mega-menu__mobile-header{color:#08b4ef !important;font-family:BaseFontMedium,sans-serif !important}
.a-container--header-mastermama .m-mega-menu__item.m-mega-menu__mobile-item .dropdown::after{color:#08b4ef}
.a-container--header-mastermama .m-mega-menu__tertiary .dropdown2{display:block !important}
.a-container--header-mastermama .m-mega-menu__tertiary .dropdown2::after{color:#fff}
.a-container--header-mastermama .m-mega-menu__tertiary .m-mega-menu__mobile-sub-head{color:#fff;font-family:BaseFontMedium,sans-serif !important}
.a-container--header-mastermama .m-mega-menu__item.m-mega-menu__mobile-item .m-mega-menu__mobile-products{background-color:#08b4ef}
.a-container--header-mastermama .m-mega-menu__item.m-mega-menu__mobile-item .m-mega-menu__mobile-products .m-mega-menu__mobile-item{border-color:#fff}
.a-container--header-mastermama .m-mega-menu__item.m-mega-menu__mobile-item .m-mega-menu__mobile-products .m-mega-menu__mobile-item .m-mega-menu__mobile-item-link{color:#fff}
.a-container--header-mastermama .m-mega-menu__item.m-mega-menu__mobile-item .m-mega-menu__mobile-products .m-mega-menu__mobile-tertiary{background-color:#ffb420}
.a-container--header-mastermama .m-mega-menu__item.m-mega-menu__mobile-item .m-mega-menu__mobile-products .m-mega-menu__mobile-tertiary .m-mega-menu__mobile-submenu-body .m-mega-menu__mobile-item-link{color:#064181;border-color:#064181;font-family:BaseFontMedium,sans-serif !important}
.a-container--header-mastermama .m-mega-menu__item.m-mega-menu__mobile-item .m-mega-menu__mobile-products .m-mega-menu__mobile-tertiary .m-mega-menu__mobile-submenu-body .m-mega-menu__mobile-item-link:hover{color:#064181 !important}
.a-container--header-mastermama .o-header .o-header__logo-section img:last-child{max-height:19px}
}
@media(min-width:1200px) and (max-width:1300px){.a-container--header-mastermama .o-header__logo-left img:last-child{left:-42px}
}
@media(min-width:992px) and (max-width:1200px){.a-container--header-mastermama .m-socialmedia--base.m-socialmedia--header{display:none}
.a-container--header-mastermama .a-container--base.a-container--header{padding:0 !important;display:flex;align-items:center}
}
@media(max-width:320px){.o-header__search .a-search .a-search--icon-left{left:35px}
}
@media(max-width:400px){.o-header__mega-menu .abt-icon-shoppingcart:before{padding:12px 5px 13px 5px !important;margin-left:-5vw}
}
@media(max-width:375px){.o-header__mega-menu .abt-icon-shoppingcart:before{margin-left:-1.8vw}
}
@media(max-width:320px){.o-header__mega-menu .abt-icon-shoppingcart:before{margin-left:7.2vw}
}
@media(min-width:400px) and (max-width:711px){.o-header__mega-menu .abt-icon-shoppingcart:before{margin-left:-2vw !important;padding:12px 10px 13px 10px !important}
}
@media(min-width:400px) and (max-width:991px) and (orientation:landscape){.o-header__mega-menu .abt-icon-shoppingcart:before{padding-right:30px !important;padding-left:30px !important}
}
@media only screen and (min-width:768px) and (max-width:991.98px){.o-header__mega-menu .abt-icon-shoppingcart:before{padding-right:30px !important;padding-left:30px !important}
}
@media only screen and (min-width:992px) and (max-width:1199.98px){.a-container--header-mastermama .o-header__mega-menu .container{max-width:96%}
}
@media only screen and (min-width:1200px){.a-container--header-mastermama .o-header__mega-menu .container{max-width:1200px}
}
@media only screen and (min-width:992px){.a-container--header-mastermama .o-header__mega-menu .m-mega-menu__mobile .navbar .navbar-nav .m-mega-menu__mobile-item-wrapper{padding-right:10px;padding-left:10px;text-align:center !important}
.a-container--header-mastermama .o-header__mega-menu .m-mega-menu__mobile .navbar .navbar-nav .m-mega-menu__mobile-item-wrapper:first-child{background-color:#ffbe1c;padding-right:10px !important}
.a-container--header-mastermama .o-header__mega-menu .m-mega-menu__mobile .navbar .navbar-nav .m-mega-menu__mobile-item-wrapper:first-child .nav-link{color:#fff !important;display:flex;align-items:center;text-align:left !important}
.a-container--header-mastermama .o-header__mega-menu .m-mega-menu__mobile .navbar .navbar-nav .m-mega-menu__mobile-item-wrapper:first-child .nav-link:before{content:"\002630";font-size:23px;font-weight:bold;margin-right:5px}
.a-container--header-mastermama .o-header__mega-menu .m-mega-menu__mobile .navbar .navbar-nav .m-mega-menu__mobile-item-wrapper:first-child .arrow{display:none !important}
.a-container--header-mastermama .o-header__mega-menu .m-mega-menu__mobile .navbar .navbar-nav .m-mega-menu__mobile-item-wrapper .nav-link{font-size:11px}
.a-container--header-mastermama .o-header__mega-menu .m-mega-menu__mobile .navbar .navbar-nav .m-mega-menu__mobile-item-wrapper .m-mega-menu__side-nav .m-link-stack .a-link__text{text-align:left !important}
}
@media only screen and (min-width:1200px){.a-container--header-mastermama .o-header__mega-menu .m-mega-menu__mobile .navbar .navbar-nav .m-mega-menu__mobile-item-wrapper{text-align:center}
.a-container--header-mastermama .o-header__mega-menu .m-mega-menu__mobile .navbar .navbar-nav .m-mega-menu__mobile-item-wrapper .nav-link{font-size:14px !important}
}
.o-header .sticky .a-search{left:auto !important}
@media(max-width:991px){.a-container--base.a-container--header-pediasure .formcontainer #form-latam-login-logout .o-form-container__wrapper .o-form-container__outer .o-form-container__element .o-form-container__buttons #header-user-logout span,.a-container--base.a-container--header-pediasure .formcontainer #form-latam-login-logout .o-form-container__wrapper .o-form-container__outer .o-form-container__element a#header-user-name{color:#4b3661 !important;font-size:14px;font-weight:400;font-family:'BaseFontLight',sans-serif}
.a-container--base.a-container--header-glucerna .formcontainer #form-latam-login-logout .o-form-container__wrapper .o-form-container__outer .o-form-container__element .o-form-container__buttons #header-user-logout span,.a-container--base.a-container--header-glucerna .formcontainer #form-latam-login-logout .o-form-container__wrapper .o-form-container__outer .o-form-container__element a#header-user-name{color:#00529b !important;font-size:14px;font-weight:400;font-family:'BaseFontLight',sans-serif}
.a-container--base.a-container--header-ensure .formcontainer #form-latam-login-logout .o-form-container__wrapper .o-form-container__outer .o-form-container__element .o-form-container__buttons #header-user-logout span,.a-container--base.a-container--header-ensure .formcontainer #form-latam-login-logout .o-form-container__wrapper .o-form-container__outer .o-form-container__element a#header-user-name{color:white !important;font-size:14px;font-weight:400;font-family:'BaseFontLight',sans-serif}
.a-container--base.a-container--header-mastermama .formcontainer #form-latam-login-logout .o-form-container__wrapper .o-form-container__outer .o-form-container__element .o-form-container__buttons #header-user-logout span,.a-container--base.a-container--header-mastermama .formcontainer #form-latam-login-logout .o-form-container__wrapper .o-form-container__outer .o-form-container__element a#header-user-name{color:#0262ac !important;font-size:14px;font-weight:400;font-family:'BaseFontLight',sans-serif}
.a-container--base.a-container--header-ensure .formcontainer .o-form-container__wrapper .o-form-container__outer .o-form-container__element,.a-container--base.a-container--header-pediasure .formcontainer .o-form-container__wrapper .o-form-container__outer .o-form-container__element,.a-container--base.a-container--header-glucerna .formcontainer .o-form-container__wrapper .o-form-container__outer .o-form-container__element,.a-container--base.a-container--header-mastermama .formcontainer .o-form-container__wrapper .o-form-container__outer .o-form-container__element{min-width:210px}
}
.a-container--base.a-container--footer.a-container--footer-ensure{background-color:#013974;padding-bottom:0 !important}
.a-container--base.a-container--footer.a-container--footer-ensure .embed{margin-top:0 !important;margin-bottom:0 !important}
.a-container--base.a-container--footer.a-container--footer-ensure .a-container__media{margin-top:0 !important;margin-bottom:0 !important}
.a-container--base.a-container--footer.a-container--footer-pediasure{background-color:#6f5787;padding-bottom:0 !important}
.a-container--base.a-container--footer.a-container--footer-pediasure .a-container--base.o-bg-color--dark-purple{background-color:#412f53}
.a-container--base.a-container--footer.a-container--footer-pediasure .a-container--base .a-container__content .cmp-container .a-text--base .cmp-text{padding:0}
.a-container--base.a-container--footer.a-container--footer-mastermama{background-color:#0262ac;padding-bottom:0 !important}
.a-container--base.a-container--footer.a-container--footer-mastermama .embed{background-color:#01579a;margin-top:0 !important}
.a-container--base.a-container--footer.a-container--footer-mastermama .cmp-container>div:not(.experiencefragment){margin-top:0 !important;margin-bottom:0 !important}
.a-container--base.a-container--footer.a-container--footer-glucerna{background-color:#6fb7ec;padding-bottom:0 !important}
.a-container--footer.a-container--footer-ensure .o-footer .o-footer__bottom-section .o-footer__social-media .m-social-media--icons li,.a-container--footer.a-container--footer-glucerna .o-footer .o-footer__bottom-section .o-footer__social-media .m-social-media--icons li{margin-left:5px !important}
.a-container--footer.a-container--footer-pediasure .o-footer .o-footer__bottom-section .o-footer__social-media .m-social-media--icons li,.a-container--footer.a-container--footer-mastermama .o-footer .o-footer__bottom-section .o-footer__social-media .m-social-media--icons li{margin:0 .75rem 0 5px}
.a-container--footer.a-container--footer-pediasure .o-footer .o-footer__bottom-section .o-footer__social-media .m-social-media--icons li:last-child,.a-container--footer.a-container--footer-mastermama .o-footer .o-footer__bottom-section .o-footer__social-media .m-social-media--icons li:last-child{margin-right:0}
.a-container--footer .o-footer{padding:30px 0 50px 0;margin-left:31.5px;margin-right:31.5px}
.a-container--footer .o-footer .o-footer__bottom-section{display:inherit}
.a-container--footer .o-footer .o-footer__bottom-section .o-footer__social-media .m-social-media--icons li:nth-of-type(1){margin-right:.5rem}
.a-container--footer .o-footer .o-footer__link-wrapper.col-lg-2{flex:0 0 25%;max-width:240px;padding:0;text-align:left;border-right:1px solid #fff}
.a-container--footer .o-footer .o-footer__link-wrapper .a-link{margin-bottom:0 !important;line-height:27px}
.a-container--footer .o-footer .o-footer__link-wrapper .m-link-stack--header{display:none}
.a-container--footer .o-footer .o-footer__bottom{height:0}
.a-container--footer .o-footer .o-footer__top{padding:0}
.a-container--footer.a-container--footer-ensure .o-footer{background-color:#013974}
.a-container--footer.a-container--footer-pediasure .o-footer{background-color:#6f5787}
.a-container--footer.a-container--footer-mastermama .o-footer{background-color:#0262ac;position:relative}
.a-container--footer.a-container--footer-mastermama .o-footer .o-footer__bottom{position:absolute;top:0}
.a-container--footer.a-container--footer-mastermama .o-footer .o-footer__bottom .o-footer__bottom-section{height:2px;top:0;position:absolute;width:96%}
.a-container--footer.a-container--footer-mastermama .o-footer .o-footer__bottom .o-footer__bottom-section .o-footer__social-media{top:50px;width:100px;left:-1%;display:flex;justify-content:center}
.a-container--footer.a-container--footer-glucerna .a-container--copyright .a-container__content>.cmp-container{background-color:white}
.a-container--footer.a-container--footer-glucerna .a-container--copyright .a-container__content>.cmp-container>div:nth-child(2){background-color:white}
.a-container--footer.a-container--footer-glucerna .a-container--copyright .a-container__content>.cmp-container>div:nth-child(2) .cmp-text p{color:#00529b !important}
.a-container--footer.a-container--footer-glucerna .o-footer{background-color:#6fb7ec}
.a-container--footer.a-container--footer-glucerna .o-footer .o-footer__bottom .o-footer__social-media{width:100px;left:-1%;display:flex;justify-content:center}
.a-container--footer.a-container--footer-ensure .o-footer,.a-container--footer.a-container--footer-pediasure .o-footer{display:flex;flex-direction:row-reverse}
.a-container--footer.a-container--footer-ensure .o-footer .o-footer__top,.a-container--footer.a-container--footer-pediasure .o-footer .o-footer__top{flex:1;max-width:none;left:auto}
.a-container--footer.a-container--footer-ensure .o-footer .o-footer__bottom,.a-container--footer.a-container--footer-pediasure .o-footer .o-footer__bottom{flex:0;max-width:240px}
.a-container--footer.a-container--footer-ensure .o-footer .o-footer__bottom .o-footer__bottom-section,.a-container--footer.a-container--footer-pediasure .o-footer .o-footer__bottom .o-footer__bottom-section{padding:0}
.a-container--footer.a-container--footer-ensure .o-footer .o-footer__bottom .o-footer__social-media,.a-container--footer.a-container--footer-pediasure .o-footer .o-footer__bottom .o-footer__social-media{position:static;top:auto;float:none}
.a-container--footer.a-container--footer-ensure .o-footer .o-footer__link-wrapper:last-child,.a-container--footer.a-container--footer-pediasure .o-footer .o-footer__link-wrapper:last-child{position:relative;top:0}
.a-container--footer .o-footer .horizontal-divider{display:none}
.a-container--footer .o-footer .m-link-stack--title{color:#fff !important}
.a-container--footer .o-footer__bottom{margin-left:unset;margin-right:unset}
.a-container--footer .o-footer__top{margin-left:unset;margin-right:unset;position:relative;left:12%;max-width:88%}
.a-container--footer .o-footer__top .m-link-stack--content{display:flex !important;flex-direction:column;min-height:120px}
@media only screen and (max-width:991.98px){.a-container--footer .o-footer__top .abt-icon-down-arrow{display:none !important}
}
.a-container--footer .o-footer__social-media{position:absolute;top:-100px}
.a-container--footer .o-footer__social-media .m-social-media--icons .abt-icon{font-size:1.6rem}
.a-container--footer .o-footer__social-media .m-social-media--icons li:nth-of-type(2){margin-left:15px}
.a-container--footer .footer{margin-bottom:0 !important}
.a-container--footer .o-footer .o-footer__top>div{border-left:1px solid #fff;margin-left:unset;margin-right:unset}
.a-container--footer .o-footer .o-footer__bottom>div{margin-left:unset;margin-right:unset}
.a-container--footer .o-footer .a-link__text{font-family:BaseFontLight,sans-serif;margin-bottom:10px;font-size:16px;font-weight:400 !important;text-transform:none;line-height:24px;color:white;padding:0 20px}
.a-container--footer .text.a-text--base.o-color-bg--deepblue{margin-top:0 !important;margin-bottom:0 !important;background-color:#022e5c}
.a-container--footer .text.a-text--base.o-color-bg--deepblue>div{margin-left:31.5px;margin-right:31.5px;padding:30px 0}
.a-container--footer .text.a-text--base.o-color-bg--deepblue>div>p{font-family:BaseFontLight,sans-serif;font-size:14px;color:white;line-height:23px;margin-bottom:0 !important}
.a-container--footer .text.a-text--base.o-color-bg--deepblue>div>p span{font-size:8.9pt}
.a-container--footer .text.a-text--base.o-color-bg--purple{margin-top:0 !important;margin-bottom:0 !important;background-color:#4b3661 !important}
.a-container--footer .text.a-text--base.o-color-bg--purple>div{margin-left:31.5px;margin-right:31.5px;padding:30px 0}
.a-container--footer .text.a-text--base.o-color-bg--purple>div>p{font-family:BaseFontLight,sans-serif;color:white;line-height:23px;margin-bottom:0 !important}
.a-container--footer .text.a-text--base.o-color-bg--masterblue{margin-top:0 !important;margin-bottom:0 !important;background-color:#01579a}
.a-container--footer .text.a-text--base.o-color-bg--masterblue>div{margin-left:31.5px;margin-right:31.5px;padding-top:30px;padding-bottom:30px}
.a-container--footer .text.a-text--base.o-color-bg--masterblue>div>p{font-family:BaseFontLight,sans-serif;font-size:14px;color:white;line-height:23px;margin-bottom:0 !important}
.a-container--footer .text.a-text--base.o-color-bg--fadesky{margin-top:0 !important;margin-bottom:0 !important;background-color:#f5feff}
.a-container--footer .text.a-text--base.o-color-bg--fadesky>div{min-height:170px;max-width:1200px;margin:auto;padding-top:30px;padding-bottom:30px}
.a-container--footer .text.a-text--base.o-color-bg--fadesky>div>p{font-family:BaseFontLight,sans-serif;font-size:14px !important;color:#00529b !important;line-height:23px;margin-bottom:0 !important}
.a-container--footer .a-container--copyright{padding-bottom:0 !important;text-align:center;height:60px}
.a-container--footer .a-container--copyright.o-bg-color--dark-purple{background-color:#412f53}
.a-container--footer .a-container--copyright.a-container--footer-mastermama{background-color:#003f71;display:flex;flex-direction:column;justify-content:center}
.a-container--footer .a-container--copyright.a-container--footer-glucerna{background-color:#fff}
.a-container--footer .a-container--copyright .a-container__content>.cmp-container>div:nth-child(1){margin-bottom:0 !important;display:inline-block;float:left;padding:3px 15px 0 15px;max-width:25%;margin-left:31.5px}
.a-container--footer .a-container--copyright .a-container__content>.cmp-container>div:nth-child(1) img{max-height:100% !important}
.a-container--footer .a-container--copyright .a-container__content>.cmp-container>div:nth-child(2){display:inline-block;margin-top:0 !important;margin-bottom:0 !important;padding-top:22px;padding-bottom:22px;max-width:50%}
.a-container--footer .a-container--copyright .a-container__content>.cmp-container>div:nth-child(2) #footer-copyright>p{margin-bottom:0 !important;color:white;font-size:12px;font-family:BaseFontLight,sans-serif;font-weight:400;line-height:18px !important}
.a-container--footer .a-container--copyright .a-container__content>.cmp-container>div:nth-child(3){margin-top:0 !important;float:right;padding:15px 15px 0 15px;display:inline-block;max-width:25%;margin-right:31.5px}
.a-container--footer .a-container--copyright .a-container__content>.cmp-container>div:nth-child(3) img{object-fit:cover;width:79px}
@media only screen and (max-width:767.98px),only screen and (min-width:768px) and (max-width:991.98px){.a-container--footer .a-container--copyright{padding-bottom:0 !important;text-align:center;height:max-content}
.a-container--footer .a-container--copyright.o-bg-color--dark-purple .a-container__content>.cmp-container>div:nth-child(2){background-color:#3c2b4c}
.a-container--footer .a-container--copyright.a-container--footer-mastermama .a-container__content>.cmp-container>div:nth-child(2){background-color:#003f71}
.a-container--footer .a-container--copyright.a-container--footer-glucerna .a-container__content>.cmp-container>div:nth-child(2){background-color:#fff}
.a-container--footer .a-container--copyright .a-container__content>.cmp-container>div:nth-child(1){margin-bottom:0 !important;display:block;padding:3px 0 3px 15px;margin-left:unset;max-width:100%}
.a-container--footer .a-container--copyright .a-container__content>.cmp-container>div:nth-child(2){display:inline-block;margin-top:0 !important;margin-bottom:0 !important;padding-top:0;padding-bottom:0;max-width:100%;width:-webkit-fill-available;background-color:#022e5c}
.a-container--footer .a-container--copyright .a-container__content>.cmp-container>div:nth-child(2) #footer-copyright>p{margin-bottom:0 !important;color:white;font-size:14px;line-height:21px;font-family:BaseFontLight,sans-serif;font-weight:400;padding:13px 50px 13px 50px}
.a-container--footer .a-container--copyright .a-container__content>.cmp-container>div:nth-child(3){margin-top:0 !important;padding:15px;display:block;position:absolute;top:0;right:0;max-width:100%;margin-right:unset}
}
@media only screen and (max-width:767.98px),only screen and (min-width:768px) and (max-width:991.98px),(min-width:1024px) and (max-width:1199px){.a-container--footer .text.a-text--base.o-color-bg--deepblue>div,.a-container--footer .text.a-text--base.o-color-bg--purple>div,.a-container--footer .text.a-text--base.o-color-bg--fadesky>div,.a-container--footer .text.a-text--base.o-color-bg--masterblue>div{margin-left:10px;margin-right:10px}
.a-container--footer .text.a-text--base.o-color-bg--deepblue>div>p,.a-container--footer .text.a-text--base.o-color-bg--purple>div>p,.a-container--footer .text.a-text--base.o-color-bg--fadesky>div>p,.a-container--footer .text.a-text--base.o-color-bg--masterblue>div>p{line-height:19px}
.a-container--footer .o-footer{display:flex;flex-direction:column;padding-top:50px !important;margin-left:unset;margin-right:unset;--footer-link-wrapper-padding-bottom:0 !important}
.a-container--footer .o-footer .o-footer__link-wrapper.col-lg-2{flex-direction:column;flex:0 0 100%;flex-wrap:nowrap;max-width:100%;align-items:normal;padding-left:0;padding-right:0;border-right:0}
.a-container--footer .o-footer .o-footer__link-wrapper .a-link{flex-basis:50%;margin-bottom:0 !important}
.a-container--footer .o-footer .o-footer__link-wrapper:last-child{position:relative;top:0}
.a-container--footer .o-footer .o-footer__social-media{margin-top:100px;left:40%}
.a-container--footer .o-footer .o-footer__top{order:2;position:unset;margin-top:45px;margin-left:auto;margin-right:auto;max-width:unset;left:unset}
.a-container--footer .o-footer .o-footer__top>.row{margin-top:20px;position:relative}
.a-container--footer .o-footer .o-footer__top>.row:before{content:"";position:absolute;left:50%;width:1px;height:100%;background-color:#fff}
.a-container--footer .o-footer .o-footer__top .m-link-stack--content{padding-left:10px;min-height:unset;padding-top:0;flex-direction:row;flex-wrap:wrap}
.a-container--footer .o-footer .o-footer__bottom{order:1}
.a-container--footer .o-footer .o-footer__bottom>.row:nth-of-type(2){display:none}
.a-container--footer .o-footer .o-footer__top>div{border-left:0;margin-left:unset;margin-right:unset}
.a-container--footer .o-footer .m-link-stack--header a{font-family:BaseFontLighter,sans-serif;display:inline-block;font-size:16px;line-height:24px}
.a-container--footer.a-container--footer-pediasure .o-footer .o-footer__social-media{margin-top:100px;left:48%}
.a-container--footer.a-container--footer-mastermama .o-footer .o-footer__social-media{margin-top:100px}
.a-container--footer.a-container--footer-glucerna .o-footer .o-footer__social-media{margin-top:100px}
}
@media only screen and (min-width:768px) and (max-width:991.98px),only screen and (min-width:576px) and (max-width:991.98px),(min-width:1024px) and (max-width:1199px){.a-container--footer .o-footer .o-footer__social-media{left:45%}
.a-container--footer .o-footer .o-footer__link-wrapper:last-child{position:relative;top:0}
}
@media(min-width:1024px) and (max-width:1199px){.a-container--footer .o-footer .o-footer__social-media{left:48%;margin-bottom:20px}
.a-container--footer .o-footer .o-footer__link-wrapper:last-child{position:relative;top:0}
}
@media(min-width:1100px) and (max-width:1199px){.a-container--footer .o-footer .o-footer__social-media{left:55%;margin-bottom:20px}
.a-container--footer .o-footer .o-footer__link-wrapper:last-child{position:relative;top:0}
}
@media only screen and (max-width:767.98px),only screen and (min-width:768px) and (max-width:991.98px),(min-width:1024px) and (max-width:1199px){.a-container--footer .text.a-text--base.o-color-bg--deepblue>div{padding-bottom:30px}
}
@media(min-width:1900px){.a-container--footer .footer{margin-left:auto;margin-right:auto;max-width:1140px}
.a-container--footer .o-footer{margin-left:unset;margin-right:unset}
.a-container--footer .o-footer__social-media{top:-150px}
.a-container--footer .o-footer__social-media .m-social-media--icons .abt-icon{font-size:1.125rem}
.a-container--footer .text.a-text--base.o-color-bg--deepblue>div,.a-container--footer .text.a-text--base.o-color-bg--purple>div,.a-container--footer .text.a-text--base.o-color-bg--fadesky>div,.a-container--footer .text.a-text--base.o-color-bg--masterblue>div{margin-left:auto;margin-right:auto;max-width:1140px}
.a-container--footer .a-container--copyright{height:unset;max-width:1200px}
.a-container--footer .a-container--footer-glucerna.a-container--copyright{height:unset;padding:0 350px !important;background-color:white}
.a-container--footer .a-container--footer-mastermama.a-container--copyright{max-width:unset}
.a-container--footer .a-container--footer-mastermama.a-container--copyright .cmp-container{max-width:1200px !important}
}
@media(min-width:992px) and (max-width:1023px){.a-container--footer.a-container--footer-ensure .o-footer,.a-container--footer.a-container--footer-pediasure .o-footer{flex-direction:column-reverse}
}
@media(max-width:1199px){.a-container--footer.a-container--footer-mastermama .o-footer__social-media{top:-60px !important}
.a-container--footer.a-container--footer-ensure .o-footer,.a-container--footer.a-container--footer-pediasure .o-footer{flex-direction:column;padding-top:0 !important}
.a-container--footer.a-container--footer-ensure .o-footer .o-footer__top,.a-container--footer.a-container--footer-pediasure .o-footer .o-footer__top{margin-top:0}
.a-container--footer.a-container--footer-ensure .o-footer .o-footer__bottom,.a-container--footer.a-container--footer-pediasure .o-footer .o-footer__bottom{max-width:none}
.a-container--footer.a-container--footer-ensure .o-footer .o-footer__bottom .o-footer__social-media,.a-container--footer.a-container--footer-pediasure .o-footer .o-footer__bottom .o-footer__social-media{margin:0}
.a-container--footer.a-container--footer-ensure .o-footer .o-footer__bottom .o-footer__social-media .m-social-media,.a-container--footer.a-container--footer-pediasure .o-footer .o-footer__bottom .o-footer__social-media .m-social-media{align-items:center}
.a-container--footer.a-container--footer-ensure .o-footer .o-footer__bottom .o-footer__social-media .m-social-media .m-social-media--icons,.a-container--footer.a-container--footer-pediasure .o-footer .o-footer__bottom .o-footer__social-media .m-social-media .m-social-media--icons{margin:0}
}
@media(max-width:1900px){.a-container--footer.a-container--footer-ensure .o-footer .o-footer__bottom .o-footer__social-media,.a-container--footer.a-container--footer-pediasure .o-footer .o-footer__bottom .o-footer__social-media{top:0}
}
@media(min-width:991.98px){.o-footer__link-wrapper{margin-bottom:0}
}
@media(max-width:991px){.a-container--footer .a-container--copyright .a-container__content>.cmp-container>div:nth-child(1) img{width:108px;padding:3px 0}
}
@media(max-width:1024px){.a-container--footer.a-container--footer-glucerna .a-container--footer .o-footer .o-footer__social-media,.a-container--footer.a-container--footer-mastermama .a-container--footer .o-footer .o-footer__social-media{left:auto !important}
.a-container--footer.a-container--footer-glucerna .o-footer .o-footer__bottom,.a-container--footer.a-container--footer-mastermama .o-footer .o-footer__bottom{max-width:100%}
.a-container--footer.a-container--footer-glucerna .o-footer .o-footer__bottom .o-footer__bottom-section,.a-container--footer.a-container--footer-mastermama .o-footer .o-footer__bottom .o-footer__bottom-section{display:flex;align-items:center;justify-content:center}
.a-container--footer.a-container--footer-glucerna .o-footer .o-footer__bottom .o-footer__social-media,.a-container--footer.a-container--footer-mastermama .o-footer .o-footer__bottom .o-footer__social-media{left:auto !important;top:-100px}
.a-container--footer.a-container--footer-glucerna .o-footer__bottom-section,.a-container--footer.a-container--footer-mastermama .o-footer__bottom-section{display:flex;align-items:center;justify-content:center;width:100%}
}
.m-social-media--title{margin-bottom:.5rem}
@media(min-width:1900px){.a-container--footer.a-container--footer-glucerna .o-footer .o-footer__bottom .o-footer__social-media{top:-100px}
}
@media(min-width:767 PX){.a-container--base.a-container--footer.a-container--footer-mastermama .embed .text.a-text--base{height:auto}
}
.m-card--base.m-card--grey .m-card__title{color:#5c5c5c !important}
.a-container--base.container-full-width .a-column-control--base.a-column-control--fullwidth .container .row .columncontrol__column:last-child{margin-top:0 !important}
.m-card--base.m-card-style1{width:100%;position:relative;height:100% !important}
.m-card--base.m-card-style1 .m-card__media{height:299px;width:385px;margin:0 auto}
.m-card--base.m-card-style1.m-card--img-center{width:100%;margin:0 auto}
@media(min-width:991.98px){.m-card--base.m-card-style1.m-card--img-center{max-width:320px}
.m-card--base.m-card-style1.m-card--img-center .m-card__media{height:250px;width:100%;max-width:320px;margin:0 auto}
}
.m-card--base.m-card-style1 .m-card__media .m-card__wrap .m-card__image .cmp-image__image{object-fit:fill !important}
.m-card--base.m-card-style1 .m-card__body{position:static;overflow:visible;padding:0 6px}
.m-card--base.m-card-style1.m-card__body .m-card__title{text-align:center;padding:0 6px}
.m-card--base.m-card-style1 .m-card__body .m-card__title{width:100%;position:absolute;top:35%;left:50%;transform:translate(-50%,-50%);padding:0 4px;max-height:210px}
.m-card--base.m-card-style1 .m-card__body .m-card__description{margin-top:30px;line-height:23px;color:#262525;font-size:18px;font-family:BaseFontLight,sans-serif}
.m-card--base.m-card-style1 .m-card__body .m-card__description p{letter-spacing:-0.1px !important}
.m-card--base.m-card-style1 .m-card__body .m-card__description strong{font-family:BaseFontRegular,sans-serif}
@media(min-width:992px) and (max-width:1024px){.m-card--base.m-card-style1 .m-card__media{height:248px;width:319px;margin:0 auto}
}
@media(max-width:991.98px){.m-card--base.m-card-style1 .m-card__body{padding:0 6px;width:100%;max-width:385px;margin:auto}
}
@media(max-width:767px){.m-card--base.m-card-style1{padding:0 11px}
.m-card--base.m-card-style1 .m-card__media{margin:0 auto;max-width:385px !important;width:100% !important;height:274px}
}
@media(max-width:360px){.m-card--base.m-card-style1 .m-card__media{margin:0 auto;width:338px;height:263px}
}
@media(max-width:320px){.m-card--base.m-card-style1 .m-card__media{margin:0 auto;width:300px;height:232px}
}
@media only screen and (min-width:700px) and (max-width:712px){.a-column-control--base.o-column-space-between-d-22Px .container .row .columncontrol__column{max-width:385px;margin:0 auto 14px}
}
@media only screen and (min-device-width:1136px) and (orientation:portrait){.m-card--base.m-card-style1 .m-card__media{height:299px;width:385px}
}
@media only screen and (device-width:1138px) and (device-height:712px) and (orientation:landscape){.m-card--base.m-card-style1 .m-card__media{height:277px;width:357px}
}
@media screen and (min-width:1024px) and (min-height:1366px){.m-card--base.m-card-style1 .m-card__media{height:248px;width:319px}
}
@media only screen and (min-width:712px) and (max-width:991.98px){.m-card--base.m-card-style1 .m-card__body{width:385px;margin:auto}
}
.m-card--base.m-card-title--white .m-card__body .m-card__title,.m-card--base.m-card-title--white .m-card__body h1,.m-card--base.m-card-title--white .m-card__body h2,.m-card--base.m-card-title--white .m-card__body h3,.m-card--base.m-card-title--white .m-card__body h4,.m-card--base.m-card-title--white .m-card__body h5,.m-card--base.m-card-title--white .m-card__body h6{color:#fff}
.m-card--base.m-card-title--white .m-card__body .m-card__title h1,.m-card--base.m-card-title--white .m-card__body h1 h1,.m-card--base.m-card-title--white .m-card__body h2 h1,.m-card--base.m-card-title--white .m-card__body h3 h1,.m-card--base.m-card-title--white .m-card__body h4 h1,.m-card--base.m-card-title--white .m-card__body h5 h1,.m-card--base.m-card-title--white .m-card__body h6 h1,.m-card--base.m-card-title--white .m-card__body .m-card__title h2,.m-card--base.m-card-title--white .m-card__body h1 h2,.m-card--base.m-card-title--white .m-card__body h2 h2,.m-card--base.m-card-title--white .m-card__body h3 h2,.m-card--base.m-card-title--white .m-card__body h4 h2,.m-card--base.m-card-title--white .m-card__body h5 h2,.m-card--base.m-card-title--white .m-card__body h6 h2,.m-card--base.m-card-title--white .m-card__body .m-card__title h3,.m-card--base.m-card-title--white .m-card__body h1 h3,.m-card--base.m-card-title--white .m-card__body h2 h3,.m-card--base.m-card-title--white .m-card__body h3 h3,.m-card--base.m-card-title--white .m-card__body h4 h3,.m-card--base.m-card-title--white .m-card__body h5 h3,.m-card--base.m-card-title--white .m-card__body h6 h3,.m-card--base.m-card-title--white .m-card__body .m-card__title h4,.m-card--base.m-card-title--white .m-card__body h1 h4,.m-card--base.m-card-title--white .m-card__body h2 h4,.m-card--base.m-card-title--white .m-card__body h3 h4,.m-card--base.m-card-title--white .m-card__body h4 h4,.m-card--base.m-card-title--white .m-card__body h5 h4,.m-card--base.m-card-title--white .m-card__body h6 h4,.m-card--base.m-card-title--white .m-card__body .m-card__title h5,.m-card--base.m-card-title--white .m-card__body h1 h5,.m-card--base.m-card-title--white .m-card__body h2 h5,.m-card--base.m-card-title--white .m-card__body h3 h5,.m-card--base.m-card-title--white .m-card__body h4 h5,.m-card--base.m-card-title--white .m-card__body h5 h5,.m-card--base.m-card-title--white .m-card__body h6 h5,.m-card--base.m-card-title--white .m-card__body .m-card__title h6,.m-card--base.m-card-title--white .m-card__body h1 h6,.m-card--base.m-card-title--white .m-card__body h2 h6,.m-card--base.m-card-title--white .m-card__body h3 h6,.m-card--base.m-card-title--white .m-card__body h4 h6,.m-card--base.m-card-title--white .m-card__body h5 h6,.m-card--base.m-card-title--white .m-card__body h6 h6{color:#fff}
.m-card--base.m-card-title--fadedblue .m-card__body .m-card__title,.m-card--base.m-card-title--fadedblue .m-card__body h1,.m-card--base.m-card-title--fadedblue .m-card__body h2,.m-card--base.m-card-title--fadedblue .m-card__body h3,.m-card--base.m-card-title--fadedblue .m-card__body h4,.m-card--base.m-card-title--fadedblue .m-card__body h5,.m-card--base.m-card-title--fadedblue .m-card__body h6{color:#0262ac}
.m-card--base.m-card-title--fadedblue .m-card__body .m-card__title h1,.m-card--base.m-card-title--fadedblue .m-card__body h1 h1,.m-card--base.m-card-title--fadedblue .m-card__body h2 h1,.m-card--base.m-card-title--fadedblue .m-card__body h3 h1,.m-card--base.m-card-title--fadedblue .m-card__body h4 h1,.m-card--base.m-card-title--fadedblue .m-card__body h5 h1,.m-card--base.m-card-title--fadedblue .m-card__body h6 h1,.m-card--base.m-card-title--fadedblue .m-card__body .m-card__title h2,.m-card--base.m-card-title--fadedblue .m-card__body h1 h2,.m-card--base.m-card-title--fadedblue .m-card__body h2 h2,.m-card--base.m-card-title--fadedblue .m-card__body h3 h2,.m-card--base.m-card-title--fadedblue .m-card__body h4 h2,.m-card--base.m-card-title--fadedblue .m-card__body h5 h2,.m-card--base.m-card-title--fadedblue .m-card__body h6 h2,.m-card--base.m-card-title--fadedblue .m-card__body .m-card__title h3,.m-card--base.m-card-title--fadedblue .m-card__body h1 h3,.m-card--base.m-card-title--fadedblue .m-card__body h2 h3,.m-card--base.m-card-title--fadedblue .m-card__body h3 h3,.m-card--base.m-card-title--fadedblue .m-card__body h4 h3,.m-card--base.m-card-title--fadedblue .m-card__body h5 h3,.m-card--base.m-card-title--fadedblue .m-card__body h6 h3,.m-card--base.m-card-title--fadedblue .m-card__body .m-card__title h4,.m-card--base.m-card-title--fadedblue .m-card__body h1 h4,.m-card--base.m-card-title--fadedblue .m-card__body h2 h4,.m-card--base.m-card-title--fadedblue .m-card__body h3 h4,.m-card--base.m-card-title--fadedblue .m-card__body h4 h4,.m-card--base.m-card-title--fadedblue .m-card__body h5 h4,.m-card--base.m-card-title--fadedblue .m-card__body h6 h4,.m-card--base.m-card-title--fadedblue .m-card__body .m-card__title h5,.m-card--base.m-card-title--fadedblue .m-card__body h1 h5,.m-card--base.m-card-title--fadedblue .m-card__body h2 h5,.m-card--base.m-card-title--fadedblue .m-card__body h3 h5,.m-card--base.m-card-title--fadedblue .m-card__body h4 h5,.m-card--base.m-card-title--fadedblue .m-card__body h5 h5,.m-card--base.m-card-title--fadedblue .m-card__body h6 h5,.m-card--base.m-card-title--fadedblue .m-card__body .m-card__title h6,.m-card--base.m-card-title--fadedblue .m-card__body h1 h6,.m-card--base.m-card-title--fadedblue .m-card__body h2 h6,.m-card--base.m-card-title--fadedblue .m-card__body h3 h6,.m-card--base.m-card-title--fadedblue .m-card__body h4 h6,.m-card--base.m-card-title--fadedblue .m-card__body h5 h6,.m-card--base.m-card-title--fadedblue .m-card__body h6 h6{color:#0262ac}
.m-card--base.m-card-title--blue .m-card__body .m-card__title,.m-card--base.m-card-title--blue .m-card__body h1,.m-card--base.m-card-title--blue .m-card__body h2,.m-card--base.m-card-title--blue .m-card__body h3,.m-card--base.m-card-title--blue .m-card__body h4,.m-card--base.m-card-title--blue .m-card__body h5,.m-card--base.m-card-title--blue .m-card__body h6{color:#004084}
.m-card--base.m-card-title--blue .m-card__body .m-card__title h1,.m-card--base.m-card-title--blue .m-card__body h1 h1,.m-card--base.m-card-title--blue .m-card__body h2 h1,.m-card--base.m-card-title--blue .m-card__body h3 h1,.m-card--base.m-card-title--blue .m-card__body h4 h1,.m-card--base.m-card-title--blue .m-card__body h5 h1,.m-card--base.m-card-title--blue .m-card__body h6 h1,.m-card--base.m-card-title--blue .m-card__body .m-card__title h2,.m-card--base.m-card-title--blue .m-card__body h1 h2,.m-card--base.m-card-title--blue .m-card__body h2 h2,.m-card--base.m-card-title--blue .m-card__body h3 h2,.m-card--base.m-card-title--blue .m-card__body h4 h2,.m-card--base.m-card-title--blue .m-card__body h5 h2,.m-card--base.m-card-title--blue .m-card__body h6 h2,.m-card--base.m-card-title--blue .m-card__body .m-card__title h3,.m-card--base.m-card-title--blue .m-card__body h1 h3,.m-card--base.m-card-title--blue .m-card__body h2 h3,.m-card--base.m-card-title--blue .m-card__body h3 h3,.m-card--base.m-card-title--blue .m-card__body h4 h3,.m-card--base.m-card-title--blue .m-card__body h5 h3,.m-card--base.m-card-title--blue .m-card__body h6 h3,.m-card--base.m-card-title--blue .m-card__body .m-card__title h4,.m-card--base.m-card-title--blue .m-card__body h1 h4,.m-card--base.m-card-title--blue .m-card__body h2 h4,.m-card--base.m-card-title--blue .m-card__body h3 h4,.m-card--base.m-card-title--blue .m-card__body h4 h4,.m-card--base.m-card-title--blue .m-card__body h5 h4,.m-card--base.m-card-title--blue .m-card__body h6 h4,.m-card--base.m-card-title--blue .m-card__body .m-card__title h5,.m-card--base.m-card-title--blue .m-card__body h1 h5,.m-card--base.m-card-title--blue .m-card__body h2 h5,.m-card--base.m-card-title--blue .m-card__body h3 h5,.m-card--base.m-card-title--blue .m-card__body h4 h5,.m-card--base.m-card-title--blue .m-card__body h5 h5,.m-card--base.m-card-title--blue .m-card__body h6 h5,.m-card--base.m-card-title--blue .m-card__body .m-card__title h6,.m-card--base.m-card-title--blue .m-card__body h1 h6,.m-card--base.m-card-title--blue .m-card__body h2 h6,.m-card--base.m-card-title--blue .m-card__body h3 h6,.m-card--base.m-card-title--blue .m-card__body h4 h6,.m-card--base.m-card-title--blue .m-card__body h5 h6,.m-card--base.m-card-title--blue .m-card__body h6 h6{color:#004084}
.m-card--base.m-card-title--lightgrey .m-card__body .m-card__title,.m-card--base.m-card-title--lightgrey .m-card__body h1,.m-card--base.m-card-title--lightgrey .m-card__body h2,.m-card--base.m-card-title--lightgrey .m-card__body h3,.m-card--base.m-card-title--lightgrey .m-card__body h4,.m-card--base.m-card-title--lightgrey .m-card__body h5,.m-card--base.m-card-title--lightgrey .m-card__body h6{color:#5c5c5c !important}
.m-card--base.m-card-title--lightgrey .m-card__body .m-card__title h1,.m-card--base.m-card-title--lightgrey .m-card__body h1 h1,.m-card--base.m-card-title--lightgrey .m-card__body h2 h1,.m-card--base.m-card-title--lightgrey .m-card__body h3 h1,.m-card--base.m-card-title--lightgrey .m-card__body h4 h1,.m-card--base.m-card-title--lightgrey .m-card__body h5 h1,.m-card--base.m-card-title--lightgrey .m-card__body h6 h1,.m-card--base.m-card-title--lightgrey .m-card__body .m-card__title h2,.m-card--base.m-card-title--lightgrey .m-card__body h1 h2,.m-card--base.m-card-title--lightgrey .m-card__body h2 h2,.m-card--base.m-card-title--lightgrey .m-card__body h3 h2,.m-card--base.m-card-title--lightgrey .m-card__body h4 h2,.m-card--base.m-card-title--lightgrey .m-card__body h5 h2,.m-card--base.m-card-title--lightgrey .m-card__body h6 h2,.m-card--base.m-card-title--lightgrey .m-card__body .m-card__title h3,.m-card--base.m-card-title--lightgrey .m-card__body h1 h3,.m-card--base.m-card-title--lightgrey .m-card__body h2 h3,.m-card--base.m-card-title--lightgrey .m-card__body h3 h3,.m-card--base.m-card-title--lightgrey .m-card__body h4 h3,.m-card--base.m-card-title--lightgrey .m-card__body h5 h3,.m-card--base.m-card-title--lightgrey .m-card__body h6 h3,.m-card--base.m-card-title--lightgrey .m-card__body .m-card__title h4,.m-card--base.m-card-title--lightgrey .m-card__body h1 h4,.m-card--base.m-card-title--lightgrey .m-card__body h2 h4,.m-card--base.m-card-title--lightgrey .m-card__body h3 h4,.m-card--base.m-card-title--lightgrey .m-card__body h4 h4,.m-card--base.m-card-title--lightgrey .m-card__body h5 h4,.m-card--base.m-card-title--lightgrey .m-card__body h6 h4,.m-card--base.m-card-title--lightgrey .m-card__body .m-card__title h5,.m-card--base.m-card-title--lightgrey .m-card__body h1 h5,.m-card--base.m-card-title--lightgrey .m-card__body h2 h5,.m-card--base.m-card-title--lightgrey .m-card__body h3 h5,.m-card--base.m-card-title--lightgrey .m-card__body h4 h5,.m-card--base.m-card-title--lightgrey .m-card__body h5 h5,.m-card--base.m-card-title--lightgrey .m-card__body h6 h5,.m-card--base.m-card-title--lightgrey .m-card__body .m-card__title h6,.m-card--base.m-card-title--lightgrey .m-card__body h1 h6,.m-card--base.m-card-title--lightgrey .m-card__body h2 h6,.m-card--base.m-card-title--lightgrey .m-card__body h3 h6,.m-card--base.m-card-title--lightgrey .m-card__body h4 h6,.m-card--base.m-card-title--lightgrey .m-card__body h5 h6,.m-card--base.m-card-title--lightgrey .m-card__body h6 h6{color:#5c5c5c !important}
.m-card--base.m-card-title--grey .m-card__body .m-card__title,.m-card--base.m-card-title--grey .m-card__body h1,.m-card--base.m-card-title--grey .m-card__body h2,.m-card--base.m-card-title--grey .m-card__body h3,.m-card--base.m-card-title--grey .m-card__body h4,.m-card--base.m-card-title--grey .m-card__body h5,.m-card--base.m-card-title--grey .m-card__body h6{color:#898989 !important}
.m-card--base.m-card-title--grey .m-card__body .m-card__title h1,.m-card--base.m-card-title--grey .m-card__body h1 h1,.m-card--base.m-card-title--grey .m-card__body h2 h1,.m-card--base.m-card-title--grey .m-card__body h3 h1,.m-card--base.m-card-title--grey .m-card__body h4 h1,.m-card--base.m-card-title--grey .m-card__body h5 h1,.m-card--base.m-card-title--grey .m-card__body h6 h1,.m-card--base.m-card-title--grey .m-card__body .m-card__title h2,.m-card--base.m-card-title--grey .m-card__body h1 h2,.m-card--base.m-card-title--grey .m-card__body h2 h2,.m-card--base.m-card-title--grey .m-card__body h3 h2,.m-card--base.m-card-title--grey .m-card__body h4 h2,.m-card--base.m-card-title--grey .m-card__body h5 h2,.m-card--base.m-card-title--grey .m-card__body h6 h2,.m-card--base.m-card-title--grey .m-card__body .m-card__title h3,.m-card--base.m-card-title--grey .m-card__body h1 h3,.m-card--base.m-card-title--grey .m-card__body h2 h3,.m-card--base.m-card-title--grey .m-card__body h3 h3,.m-card--base.m-card-title--grey .m-card__body h4 h3,.m-card--base.m-card-title--grey .m-card__body h5 h3,.m-card--base.m-card-title--grey .m-card__body h6 h3,.m-card--base.m-card-title--grey .m-card__body .m-card__title h4,.m-card--base.m-card-title--grey .m-card__body h1 h4,.m-card--base.m-card-title--grey .m-card__body h2 h4,.m-card--base.m-card-title--grey .m-card__body h3 h4,.m-card--base.m-card-title--grey .m-card__body h4 h4,.m-card--base.m-card-title--grey .m-card__body h5 h4,.m-card--base.m-card-title--grey .m-card__body h6 h4,.m-card--base.m-card-title--grey .m-card__body .m-card__title h5,.m-card--base.m-card-title--grey .m-card__body h1 h5,.m-card--base.m-card-title--grey .m-card__body h2 h5,.m-card--base.m-card-title--grey .m-card__body h3 h5,.m-card--base.m-card-title--grey .m-card__body h4 h5,.m-card--base.m-card-title--grey .m-card__body h5 h5,.m-card--base.m-card-title--grey .m-card__body h6 h5,.m-card--base.m-card-title--grey .m-card__body .m-card__title h6,.m-card--base.m-card-title--grey .m-card__body h1 h6,.m-card--base.m-card-title--grey .m-card__body h2 h6,.m-card--base.m-card-title--grey .m-card__body h3 h6,.m-card--base.m-card-title--grey .m-card__body h4 h6,.m-card--base.m-card-title--grey .m-card__body h5 h6,.m-card--base.m-card-title--grey .m-card__body h6 h6{color:#898989 !important}
.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body .m-card__title,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h1,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h2,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h3,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h4,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h5,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h6{font-family:BaseFontCanoodleRegular,sans-serif}
.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body .m-card__title h1,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h1 h1,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h2 h1,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h3 h1,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h4 h1,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h5 h1,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h6 h1,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body .m-card__title h2,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h1 h2,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h2 h2,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h3 h2,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h4 h2,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h5 h2,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h6 h2,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body .m-card__title h3,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h1 h3,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h2 h3,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h3 h3,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h4 h3,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h5 h3,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h6 h3,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body .m-card__title h4,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h1 h4,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h2 h4,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h3 h4,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h4 h4,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h5 h4,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h6 h4,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body .m-card__title h5,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h1 h5,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h2 h5,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h3 h5,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h4 h5,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h5 h5,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h6 h5,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body .m-card__title h6,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h1 h6,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h2 h6,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h3 h6,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h4 h6,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h5 h6,.m-card--base.m-card-title-a-fontfamily-CanoodleRegular .m-card__body h6 h6{font-family:BaseFontCanoodleRegular,sans-serif}
.m-card--base.m-card-title-a-fontfamily-medium .m-card__body .m-card__title,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h1,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h2,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h3,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h4,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h5,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h6{font-family:BaseFontMedium,sans-serif}
.m-card--base.m-card-title-a-fontfamily-medium .m-card__body .m-card__title h1,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h1 h1,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h2 h1,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h3 h1,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h4 h1,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h5 h1,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h6 h1,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body .m-card__title h2,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h1 h2,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h2 h2,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h3 h2,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h4 h2,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h5 h2,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h6 h2,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body .m-card__title h3,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h1 h3,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h2 h3,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h3 h3,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h4 h3,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h5 h3,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h6 h3,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body .m-card__title h4,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h1 h4,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h2 h4,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h3 h4,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h4 h4,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h5 h4,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h6 h4,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body .m-card__title h5,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h1 h5,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h2 h5,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h3 h5,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h4 h5,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h5 h5,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h6 h5,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body .m-card__title h6,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h1 h6,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h2 h6,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h3 h6,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h4 h6,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h5 h6,.m-card--base.m-card-title-a-fontfamily-medium .m-card__body h6 h6{font-family:BaseFontMedium,sans-serif}
.m-card--base.m-card-title-a-fontfamily-regular .m-card__body .m-card__title,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h1,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h2,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h3,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h4,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h5,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h6{font-family:BaseFontRegular,sans-serif}
.m-card--base.m-card-title-a-fontfamily-regular .m-card__body .m-card__title h1,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h1 h1,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h2 h1,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h3 h1,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h4 h1,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h5 h1,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h6 h1,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body .m-card__title h2,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h1 h2,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h2 h2,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h3 h2,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h4 h2,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h5 h2,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h6 h2,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body .m-card__title h3,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h1 h3,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h2 h3,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h3 h3,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h4 h3,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h5 h3,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h6 h3,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body .m-card__title h4,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h1 h4,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h2 h4,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h3 h4,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h4 h4,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h5 h4,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h6 h4,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body .m-card__title h5,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h1 h5,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h2 h5,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h3 h5,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h4 h5,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h5 h5,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h6 h5,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body .m-card__title h6,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h1 h6,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h2 h6,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h3 h6,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h4 h6,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h5 h6,.m-card--base.m-card-title-a-fontfamily-regular .m-card__body h6 h6{font-family:BaseFontRegular,sans-serif}
.m-card--base.m-card-title-a-fontsize-45px .m-card__body .m-card__title,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h1,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h2,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h3,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h4,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h5,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h6{font-size:45px}
.m-card--base.m-card-title-a-fontsize-45px .m-card__body .m-card__title h1,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h1 h1,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h2 h1,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h3 h1,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h4 h1,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h5 h1,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h6 h1,.m-card--base.m-card-title-a-fontsize-45px .m-card__body .m-card__title h2,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h1 h2,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h2 h2,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h3 h2,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h4 h2,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h5 h2,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h6 h2,.m-card--base.m-card-title-a-fontsize-45px .m-card__body .m-card__title h3,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h1 h3,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h2 h3,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h3 h3,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h4 h3,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h5 h3,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h6 h3,.m-card--base.m-card-title-a-fontsize-45px .m-card__body .m-card__title h4,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h1 h4,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h2 h4,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h3 h4,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h4 h4,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h5 h4,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h6 h4,.m-card--base.m-card-title-a-fontsize-45px .m-card__body .m-card__title h5,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h1 h5,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h2 h5,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h3 h5,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h4 h5,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h5 h5,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h6 h5,.m-card--base.m-card-title-a-fontsize-45px .m-card__body .m-card__title h6,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h1 h6,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h2 h6,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h3 h6,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h4 h6,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h5 h6,.m-card--base.m-card-title-a-fontsize-45px .m-card__body h6 h6{font-size:45px}
.m-card--base.m-card-title-a-fontsize-24px .m-card__body .m-card__title,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h1,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h2,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h3,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h4,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h5,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h6{font-size:24px}
.m-card--base.m-card-title-a-fontsize-24px .m-card__body .m-card__title h1,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h1 h1,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h2 h1,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h3 h1,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h4 h1,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h5 h1,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h6 h1,.m-card--base.m-card-title-a-fontsize-24px .m-card__body .m-card__title h2,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h1 h2,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h2 h2,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h3 h2,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h4 h2,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h5 h2,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h6 h2,.m-card--base.m-card-title-a-fontsize-24px .m-card__body .m-card__title h3,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h1 h3,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h2 h3,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h3 h3,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h4 h3,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h5 h3,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h6 h3,.m-card--base.m-card-title-a-fontsize-24px .m-card__body .m-card__title h4,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h1 h4,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h2 h4,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h3 h4,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h4 h4,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h5 h4,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h6 h4,.m-card--base.m-card-title-a-fontsize-24px .m-card__body .m-card__title h5,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h1 h5,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h2 h5,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h3 h5,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h4 h5,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h5 h5,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h6 h5,.m-card--base.m-card-title-a-fontsize-24px .m-card__body .m-card__title h6,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h1 h6,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h2 h6,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h3 h6,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h4 h6,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h5 h6,.m-card--base.m-card-title-a-fontsize-24px .m-card__body h6 h6{font-size:24px}
.m-card--base.m-card-title-a-fontsize-18px .m-card__body .m-card__title,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h1,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h2,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h3,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h4,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h5,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h6{font-size:18px}
.m-card--base.m-card-title-a-fontsize-18px .m-card__body .m-card__title h1,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h1 h1,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h2 h1,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h3 h1,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h4 h1,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h5 h1,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h6 h1,.m-card--base.m-card-title-a-fontsize-18px .m-card__body .m-card__title h2,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h1 h2,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h2 h2,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h3 h2,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h4 h2,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h5 h2,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h6 h2,.m-card--base.m-card-title-a-fontsize-18px .m-card__body .m-card__title h3,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h1 h3,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h2 h3,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h3 h3,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h4 h3,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h5 h3,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h6 h3,.m-card--base.m-card-title-a-fontsize-18px .m-card__body .m-card__title h4,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h1 h4,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h2 h4,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h3 h4,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h4 h4,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h5 h4,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h6 h4,.m-card--base.m-card-title-a-fontsize-18px .m-card__body .m-card__title h5,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h1 h5,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h2 h5,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h3 h5,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h4 h5,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h5 h5,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h6 h5,.m-card--base.m-card-title-a-fontsize-18px .m-card__body .m-card__title h6,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h1 h6,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h2 h6,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h3 h6,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h4 h6,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h5 h6,.m-card--base.m-card-title-a-fontsize-18px .m-card__body h6 h6{font-size:18px}
@media only screen and (max-width:991.98px){.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body .m-card__title,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h1,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h2,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h3,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h4,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h5,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h6{font-size:16px}
.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body .m-card__title h1,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h1 h1,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h2 h1,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h3 h1,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h4 h1,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h5 h1,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h6 h1,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body .m-card__title h2,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h1 h2,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h2 h2,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h3 h2,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h4 h2,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h5 h2,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h6 h2,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body .m-card__title h3,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h1 h3,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h2 h3,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h3 h3,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h4 h3,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h5 h3,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h6 h3,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body .m-card__title h4,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h1 h4,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h2 h4,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h3 h4,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h4 h4,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h5 h4,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h6 h4,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body .m-card__title h5,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h1 h5,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h2 h5,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h3 h5,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h4 h5,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h5 h5,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h6 h5,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body .m-card__title h6,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h1 h6,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h2 h6,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h3 h6,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h4 h6,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h5 h6,.m-card--base.m-card-title-a-fontsize-m-16px .m-card__body h6 h6{font-size:16px}
.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body .m-card__title,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h1,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h2,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h3,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h4,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h5,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h6{font-size:14px;line-height:19px}
.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body .m-card__title h1,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h1 h1,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h2 h1,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h3 h1,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h4 h1,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h5 h1,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h6 h1,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body .m-card__title h2,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h1 h2,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h2 h2,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h3 h2,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h4 h2,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h5 h2,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h6 h2,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body .m-card__title h3,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h1 h3,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h2 h3,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h3 h3,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h4 h3,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h5 h3,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h6 h3,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body .m-card__title h4,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h1 h4,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h2 h4,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h3 h4,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h4 h4,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h5 h4,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h6 h4,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body .m-card__title h5,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h1 h5,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h2 h5,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h3 h5,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h4 h5,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h5 h5,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h6 h5,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body .m-card__title h6,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h1 h6,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h2 h6,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h3 h6,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h4 h6,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h5 h6,.m-card--base.m-card-title-a-fontsize-m-14px .m-card__body h6 h6{font-size:14px;line-height:19px}
}
.m-card--base.m-card-title-a-lineheight-45 .m-card__body .m-card__title,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h1,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h2,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h3,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h4,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h5,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h6{line-height:45px}
.m-card--base.m-card-title-a-lineheight-45 .m-card__body .m-card__title h1,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h1 h1,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h2 h1,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h3 h1,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h4 h1,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h5 h1,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h6 h1,.m-card--base.m-card-title-a-lineheight-45 .m-card__body .m-card__title h2,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h1 h2,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h2 h2,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h3 h2,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h4 h2,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h5 h2,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h6 h2,.m-card--base.m-card-title-a-lineheight-45 .m-card__body .m-card__title h3,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h1 h3,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h2 h3,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h3 h3,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h4 h3,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h5 h3,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h6 h3,.m-card--base.m-card-title-a-lineheight-45 .m-card__body .m-card__title h4,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h1 h4,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h2 h4,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h3 h4,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h4 h4,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h5 h4,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h6 h4,.m-card--base.m-card-title-a-lineheight-45 .m-card__body .m-card__title h5,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h1 h5,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h2 h5,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h3 h5,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h4 h5,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h5 h5,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h6 h5,.m-card--base.m-card-title-a-lineheight-45 .m-card__body .m-card__title h6,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h1 h6,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h2 h6,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h3 h6,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h4 h6,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h5 h6,.m-card--base.m-card-title-a-lineheight-45 .m-card__body h6 h6{line-height:45px}
.m-card--base.m-card-title-a-lineheight-27 .m-card__body .m-card__title,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h1,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h2,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h3,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h4,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h5,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h6{line-height:27px}
.m-card--base.m-card-title-a-lineheight-27 .m-card__body .m-card__title h1,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h1 h1,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h2 h1,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h3 h1,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h4 h1,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h5 h1,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h6 h1,.m-card--base.m-card-title-a-lineheight-27 .m-card__body .m-card__title h2,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h1 h2,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h2 h2,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h3 h2,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h4 h2,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h5 h2,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h6 h2,.m-card--base.m-card-title-a-lineheight-27 .m-card__body .m-card__title h3,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h1 h3,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h2 h3,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h3 h3,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h4 h3,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h5 h3,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h6 h3,.m-card--base.m-card-title-a-lineheight-27 .m-card__body .m-card__title h4,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h1 h4,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h2 h4,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h3 h4,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h4 h4,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h5 h4,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h6 h4,.m-card--base.m-card-title-a-lineheight-27 .m-card__body .m-card__title h5,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h1 h5,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h2 h5,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h3 h5,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h4 h5,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h5 h5,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h6 h5,.m-card--base.m-card-title-a-lineheight-27 .m-card__body .m-card__title h6,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h1 h6,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h2 h6,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h3 h6,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h4 h6,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h5 h6,.m-card--base.m-card-title-a-lineheight-27 .m-card__body h6 h6{line-height:27px}
.m-card--base.m-card-title-a-lineheight-23 .m-card__body .m-card__title,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h1,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h2,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h3,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h4,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h5,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h6{line-height:23px}
.m-card--base.m-card-title-a-lineheight-23 .m-card__body .m-card__title h1,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h1 h1,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h2 h1,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h3 h1,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h4 h1,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h5 h1,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h6 h1,.m-card--base.m-card-title-a-lineheight-23 .m-card__body .m-card__title h2,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h1 h2,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h2 h2,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h3 h2,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h4 h2,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h5 h2,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h6 h2,.m-card--base.m-card-title-a-lineheight-23 .m-card__body .m-card__title h3,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h1 h3,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h2 h3,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h3 h3,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h4 h3,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h5 h3,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h6 h3,.m-card--base.m-card-title-a-lineheight-23 .m-card__body .m-card__title h4,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h1 h4,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h2 h4,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h3 h4,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h4 h4,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h5 h4,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h6 h4,.m-card--base.m-card-title-a-lineheight-23 .m-card__body .m-card__title h5,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h1 h5,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h2 h5,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h3 h5,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h4 h5,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h5 h5,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h6 h5,.m-card--base.m-card-title-a-lineheight-23 .m-card__body .m-card__title h6,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h1 h6,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h2 h6,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h3 h6,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h4 h6,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h5 h6,.m-card--base.m-card-title-a-lineheight-23 .m-card__body h6 h6{line-height:23px}
.m-card--base.m-card-title-a-fontweight-normal .m-card__body .m-card__title,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h1,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h2,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h3,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h4,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h5,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h6{font-weight:400}
.m-card--base.m-card-title-a-fontweight-normal .m-card__body .m-card__title h1,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h1 h1,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h2 h1,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h3 h1,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h4 h1,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h5 h1,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h6 h1,.m-card--base.m-card-title-a-fontweight-normal .m-card__body .m-card__title h2,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h1 h2,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h2 h2,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h3 h2,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h4 h2,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h5 h2,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h6 h2,.m-card--base.m-card-title-a-fontweight-normal .m-card__body .m-card__title h3,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h1 h3,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h2 h3,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h3 h3,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h4 h3,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h5 h3,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h6 h3,.m-card--base.m-card-title-a-fontweight-normal .m-card__body .m-card__title h4,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h1 h4,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h2 h4,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h3 h4,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h4 h4,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h5 h4,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h6 h4,.m-card--base.m-card-title-a-fontweight-normal .m-card__body .m-card__title h5,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h1 h5,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h2 h5,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h3 h5,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h4 h5,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h5 h5,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h6 h5,.m-card--base.m-card-title-a-fontweight-normal .m-card__body .m-card__title h6,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h1 h6,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h2 h6,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h3 h6,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h4 h6,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h5 h6,.m-card--base.m-card-title-a-fontweight-normal .m-card__body h6 h6{font-weight:400}
.m-card--base.m-card-desc--grey .m-card__description{color:#898989}
.m-card--base.m-card-desc--grey .m-card__description h1,.m-card--base.m-card-desc--grey .m-card__description h2,.m-card--base.m-card-desc--grey .m-card__description h3,.m-card--base.m-card-desc--grey .m-card__description h4,.m-card--base.m-card-desc--grey .m-card__description h5,.m-card--base.m-card-desc--grey .m-card__description h6,.m-card--base.m-card-desc--grey .m-card__description p{color:#898989}
.m-card--base.m-card-desc--fadedgrey .m-card__description{color:#707070}
.m-card--base.m-card-desc--fadedgrey .m-card__description h1,.m-card--base.m-card-desc--fadedgrey .m-card__description h2,.m-card--base.m-card-desc--fadedgrey .m-card__description h3,.m-card--base.m-card-desc--fadedgrey .m-card__description h4,.m-card--base.m-card-desc--fadedgrey .m-card__description h5,.m-card--base.m-card-desc--fadedgrey .m-card__description h6,.m-card--base.m-card-desc--fadedgrey .m-card__description p{color:#707070}
.m-card--base.m-card-desc--darkgrey .m-card__description{color:#555 !important}
.m-card--base.m-card-desc--darkgrey .m-card__description h1,.m-card--base.m-card-desc--darkgrey .m-card__description h2,.m-card--base.m-card-desc--darkgrey .m-card__description h3,.m-card--base.m-card-desc--darkgrey .m-card__description h4,.m-card--base.m-card-desc--darkgrey .m-card__description h5,.m-card--base.m-card-desc--darkgrey .m-card__description h6,.m-card--base.m-card-desc--darkgrey .m-card__description p{color:#555 !important}
.m-card--base.m-card-desc-a-fontfamily-light .m-card__description{font-family:BaseFontLight,sans-serif}
.m-card--base.m-card-desc-a-fontfamily-light .m-card__description h1,.m-card--base.m-card-desc-a-fontfamily-light .m-card__description h2,.m-card--base.m-card-desc-a-fontfamily-light .m-card__description h3,.m-card--base.m-card-desc-a-fontfamily-light .m-card__description h4,.m-card--base.m-card-desc-a-fontfamily-light .m-card__description h5,.m-card--base.m-card-desc-a-fontfamily-light .m-card__description h6,.m-card--base.m-card-desc-a-fontfamily-light .m-card__description p{font-family:BaseFontLight,sans-serif}
.m-card--base.m-card-desc-a-fontfamily-lighter .m-card__description{font-family:BaseFontLighter,sans-serif}
.m-card--base.m-card-desc-a-fontfamily-lighter .m-card__description h1,.m-card--base.m-card-desc-a-fontfamily-lighter .m-card__description h2,.m-card--base.m-card-desc-a-fontfamily-lighter .m-card__description h3,.m-card--base.m-card-desc-a-fontfamily-lighter .m-card__description h4,.m-card--base.m-card-desc-a-fontfamily-lighter .m-card__description h5,.m-card--base.m-card-desc-a-fontfamily-lighter .m-card__description h6,.m-card--base.m-card-desc-a-fontfamily-lighter .m-card__description p{font-family:BaseFontLighter,sans-serif}
.m-card--base.m-card-desc-a-fontfamily-regular .m-card__description{font-family:BaseFontRegular,sans-serif !important}
.m-card--base.m-card-desc-a-fontfamily-regular .m-card__description h1,.m-card--base.m-card-desc-a-fontfamily-regular .m-card__description h2,.m-card--base.m-card-desc-a-fontfamily-regular .m-card__description h3,.m-card--base.m-card-desc-a-fontfamily-regular .m-card__description h4,.m-card--base.m-card-desc-a-fontfamily-regular .m-card__description h5,.m-card--base.m-card-desc-a-fontfamily-regular .m-card__description h6,.m-card--base.m-card-desc-a-fontfamily-regular .m-card__description p,.m-card--base.m-card-desc-a-fontfamily-regular .m-card__description p strong{font-family:BaseFontRegular,sans-serif !important}
.m-card--base.m-card-desc-a-fontsize-18px .m-card__description{font-size:18px}
.m-card--base.m-card-desc-a-fontsize-18px .m-card__description h1,.m-card--base.m-card-desc-a-fontsize-18px .m-card__description h2,.m-card--base.m-card-desc-a-fontsize-18px .m-card__description h3,.m-card--base.m-card-desc-a-fontsize-18px .m-card__description h4,.m-card--base.m-card-desc-a-fontsize-18px .m-card__description h5,.m-card--base.m-card-desc-a-fontsize-18px .m-card__description h6,.m-card--base.m-card-desc-a-fontsize-18px .m-card__description p{font-size:18px}
@media only screen and (max-width:991.98px){.m-card--base.m-card-desc-m-a-fontsize-14px .m-card__description{font-size:14px;line-height:19px !important}
.m-card--base.m-card-desc-m-a-fontsize-14px .m-card__description h1,.m-card--base.m-card-desc-m-a-fontsize-14px .m-card__description h2,.m-card--base.m-card-desc-m-a-fontsize-14px .m-card__description h3,.m-card--base.m-card-desc-m-a-fontsize-14px .m-card__description h4,.m-card--base.m-card-desc-m-a-fontsize-14px .m-card__description h5,.m-card--base.m-card-desc-m-a-fontsize-14px .m-card__description h6,.m-card--base.m-card-desc-m-a-fontsize-14px .m-card__description p{font-size:14px;line-height:19px !important}
}
.m-card--base.m-card-desc-a-lineheight-23 .m-card__description{line-height:23px}
.m-card--base.m-card-desc-a-lineheight-23 .m-card__description h1,.m-card--base.m-card-desc-a-lineheight-23 .m-card__description h2,.m-card--base.m-card-desc-a-lineheight-23 .m-card__description h3,.m-card--base.m-card-desc-a-lineheight-23 .m-card__description h4,.m-card--base.m-card-desc-a-lineheight-23 .m-card__description h5,.m-card--base.m-card-desc-a-lineheight-23 .m-card__description h6,.m-card--base.m-card-desc-a-lineheight-23 .m-card__description p{line-height:23px}
.m-card--base.m-card-desc-a-fontweight-normal .m-card__description{font-weight:400}
.m-card--base.m-card-desc-a-fontweight-normal .m-card__description h1,.m-card--base.m-card-desc-a-fontweight-normal .m-card__description h2,.m-card--base.m-card-desc-a-fontweight-normal .m-card__description h3,.m-card--base.m-card-desc-a-fontweight-normal .m-card__description h4,.m-card--base.m-card-desc-a-fontweight-normal .m-card__description h5,.m-card--base.m-card-desc-a-fontweight-normal .m-card__description h6,.m-card--base.m-card-desc-a-fontweight-normal .m-card__description p{font-weight:400}
.m-card--base.m-card-desc-a-fontweight-bold .m-card__description{font-weight:bold}
.m-card--base.m-card-desc-a-fontweight-bold .m-card__description h1,.m-card--base.m-card-desc-a-fontweight-bold .m-card__description h2,.m-card--base.m-card-desc-a-fontweight-bold .m-card__description h3,.m-card--base.m-card-desc-a-fontweight-bold .m-card__description h4,.m-card--base.m-card-desc-a-fontweight-bold .m-card__description h5,.m-card--base.m-card-desc-a-fontweight-bold .m-card__description h6,.m-card--base.m-card-desc-a-fontweight-bold .m-card__description p{font-weight:bold}
.m-card--base.o-color-bg-lightblue{background-color:#e8f9ff}
.m-card--base.m-card-style2{margin-bottom:50px;height:auto;box-shadow:0 10px 10px 0 #cbcbcb}
@media(min-width:600px) and (max-width:992px){.m-card--base.m-card-style2{width:410px !important}
}
@media only screen and (min-width:992px){.m-card--base.m-card-style2{align-items:center;flex-direction:row}
}
.m-card--base.m-card-style2 .m-card__media{height:auto}
.m-card--base.m-card-style2 .m-card__media .m-card__wrap{position:relative;height:auto}
.m-card--base.m-card-style2 .m-card__media .m-card__wrap .m-card__image{position:relative;height:auto}
.m-card--base.m-card-style2 .m-card__media .m-card__wrap .m-card__image .cmp-image{position:relative;height:auto}
.m-card--base.m-card-style2 .m-card__media .m-card__wrap .m-card__image .cmp-image .cmp-image__image{position:relative;height:auto}
@media(min-width:600px) and (max-width:992px){.m-card--base.m-card-style2 .m-card__media{position:relative;height:auto;width:410px}
}
@media only screen and (min-width:992px){.m-card--base.m-card-style2 .m-card__media{position:relative;height:auto;width:410px;flex:0 0 410px}
}
@media only screen and (min-width:1200px){.m-card--base.m-card-style2 .m-card__body{padding:30px 105px !important}
}
@media only screen and (min-width:992px){.m-card--base.m-card-style2 .m-card__body{padding:30px}
}
@media only screen and (max-width:991.98px){.m-card--base.m-card-style2 .m-card__body{padding:15px 30px}
}
.m-card--base.m-card-style4 .m-card__media{display:none}
.m-card--base.m-card-style4 .m-card__body{padding:0}
.m-card--base.m-card-style4 .m-card__body .m-card__title{margin-bottom:30px}
.m-card--base.m-card-style4 .m-card__body ul{padding-left:20px}
.m-card--base.m-card-style4 .m-card__body ul li{margin-bottom:30px}
.m-card--base.a-bullet--small .m-card__body ul{padding-left:14px}
.m-card--base.a-bullet--small .m-card__body ul li::marker{font-size:12px}
.m-card--base.a-bullet--small .m-card__body ul li strong{margin-left:-5px}
.m-card--base .m-card__description li a{color:#0262ac;font-family:var(--a-fontfamily-regular) !important}
.a-column-control--base.a-column-control--bl-padding .columncontrol__column:first-child .m-card--base.m-card--promo .m-card__body .m-card__description{font-family:"BaseFontRegular",sans-serif;color:#212529}
@media only screen and (min-width:992px){.a-column-control--base.a-column-control--promo.a-column-control--bl-padding .container{padding:0 !important}
}
@media(max-width:767px){.a-column-control--base.a-column-control--promo.a-column-control--bl-padding{padding:0}
.a-column-control--base.a-column-control--promo.a-column-control--bl-padding .m-card--base.m-card--promo{padding:0 !important}
}
@media(min-width:992px) and (max-width:1200px){.a-column-control--base.a-column-control--promo.a-column-control--bl-padding .m-card--base.m-card--promo .m-card__media{width:263px;height:205px}
}
@media(min-width:1200px){.a-column-control--base.a-column-control--promo.a-column-control--bl-padding .m-card--base.m-card--promo .m-card__media{width:325px;height:248px}
}
@media(min-width:1200px){.a-column-control--base.a-column-control--promo.a-column-control--bl-padding .m-card--base.m-card--promo .m-card__body{width:325px;margin:auto}
}
.a-container--base .a-container__content .cmp-container{background-size:cover !important}
.embed.o-remove-margin-top{margin-top:0 !important}
.embed.o-remove-margin-bottom{margin-bottom:0 !important}
.a-container--base.container-full-width{padding-left:0;padding-right:0;padding-top:0 !important}
.a-container--base.container-full-width .cmp-container{max-width:100% !important;padding-left:0 !important;padding-right:0 !important}
.a-container--base.a-container--flex{max-width:1200px;width:100%;margin-left:31.5px;margin-right:31.5px}
.a-container--base.a-container--footer{position:relative;z-index:99}
.a-container--base.a-container--fixed{max-width:83.333333%;padding:50px 100px 30px}
.a-container--base.a-container--questionary{max-width:83.333333%}
.tabs.a-tabs--base.a-tabs--questioners .a-container--questionary{max-width:100% !important}
@media only screen and (max-width:767.98px){.a-container--base.a-container--questionary{max-width:100%;padding-left:0;padding-right:0}
}
.a-container--base.a-container--medium{margin:auto;max-width:83.3%}
@media only screen and (max-width:767.98px){.a-container--base.a-container--medium{max-width:100%;padding:0 11px}
}
@media only screen and (min-width:768px) and (max-width:991.98px){.a-container--base.a-container--medium{max-width:83.3%;margin:auto}
}
.a-container--base.a-container--banner{padding:0}
@media(min-width:992px) and (max-width:1024px){.a-container--base.a-container--banner{max-width:835px}
}
@media(min-width:1025px) and (max-width:1138px){.a-container--base.a-container--banner{max-width:930px}
}
@media only screen and (min-width:1200px){.a-container--base.a-container--banner{max-width:1000px}
}
@media only screen and (min-width:712px) and (max-width:991.98px){.a-container--base.a-container--banner{max-width:57% !important}
}
@media(max-width:711px){.a-container--base.a-container--banner{padding:0 11px}
}
@media(min-width:1900px){.a-container--base.a-container--banner{max-width:1000px}
}
.a-container--base.o-bg-color--white{background-color:#fff}
.a-container--base.o-bg-color--blue{background-color:#013974 !important}
.a-container--base.o-bg-color--nav-blue{background-color:#004084 !important}
.a-container--base.o-bg-color--grey{background-color:#efefef !important}
.a-container--base.o-bg-color--darkblue{background-color:#022e5c !important}
.a-container--base.o-bg-color--pink{background-color:#6f5787 !important}
.a-container--base.o-bg-color--lightpink{background-color:#fcf4ff !important}
.a-container--base.o-bg-color--purple{background-color:#4b3661 !important}
.a-container--base.o-bg-color--lightpurple{background-color:#6f5787 !important}
.a-container--base.o-bg-color--summer-skyblue{background-color:#1cbfe6 !important}
.a-container--base.o-bg-color--lightgrey{background-color:#f7f7f7 !important}
.a-container--base.o-bg-color--fadedblue{background-color:#0262ac}
.a-container--base.o-bg-color--lightyellow{background-color:#fff2db}
.a-container--base.o-bg-color--floral-white-g{background-color:#fefbf6}
.a-container--base.o-bg-color--lightbrown{background-color:#f9e9cc !important}
@media only screen and (max-width:991.98px){.a-container--base.o-bg-color--paleyellow.a-container--form-v1,.a-container--base.o-bg-color--paleyellow{background-color:#fefbf6 !important;background-image:none !important}
}
.a-container--base.a-container--pb{padding-bottom:110px !important}
.a-container--base.a-container--pt{padding-top:25px !important}
.a-container--base.a-container--pl{padding-left:50px !important}
.a-container--base.a-container--pr{padding-right:50px !important}
.a-container--base.a-container--padding-top-100px{padding-top:100px !important}
@media only screen and (min-width:992px){.a-container--base.a-container--d-padding-top-70px{padding-top:70px !important}
}
@media only screen and (min-width:992px){.a-container--base.a-container--d-pl-30{padding-left:30px !important}
}
@media only screen and (min-width:992px){.a-container--base.a-container--d-pr-30{padding-right:30px !important}
}
.a-container--base.a-container--padding-top-30{padding-top:30px !important}
.a-container--base.a-container--padding-bottom-30{padding-bottom:30px !important}
.a-container--base.a-container--padding-left-30{padding-left:30px !important}
.a-container--base.a-container--padding-right-30{padding-right:30px !important}
.a-container--base.a-container--padding-top-50{padding-top:50px !important}
.a-container--base.a-container--padding-bottom-50{padding-bottom:50px !important}
.a-container--base.a-container--margin-top-30{margin-top:30px !important}
.a-container--base.a-container--margin-top-40{margin-top:40px !important}
.a-container--base.a-container--marging-bottom-30{margin-bottom:30px !important}
.a-container--base.a-container--margin-left-30{margin-left:30px !important}
.a-container--base.a-container--margin-right-30{margin-right:30px !important}
.a-container--base.a-container--margin-top-50{margin-top:50px !important}
.a-container--base.a-container--margin-bottom-50{margin-bottom:50px !important}
.a-container--base.a-container--fixed.aem-GridColumn{max-width:1000px}
.a-container--base.a-container--accord-header-max1000px{max-width:1000px}
@media(min-width:992px){.a-column-control--base.a-column-control--allies.a-column-control--paddingbottom{margin-bottom:30px !important;margin-top:0 !important}
.a-container__row .a-container__content .cmp-container .a-container--base.a-container--fixed{padding:50px 100px 30px}
.a-container--base.a-container:not(.a-container-displayimg--m) .cmp-container{background-image:none !important;background-size:0 !important}
.a-container--base:not(.a-container-displayimg--m) .a-container .cmp-container{background-image:none !important;background-size:0 !important}
.a-container--base:not(.a-container-displayimg--m) .cmp-container{background-image:none !important;background-size:0 !important}
}
@media(min-width:992px) and (max-width:1024px){.a-container--base.a-container--pl{padding-left:15px}
.a-container--base.a-container--pr{padding-right:15px}
}
@media(min-width:768px) and (max-width:991.98px){.a-container--base.a-container--fixed{padding-bottom:0;margin-bottom:0 !important}
.a-column-control--base.a-column-control--allies.a-column-control--paddingbottom{margin-bottom:0 !important;margin-top:0 !important}
.a-column-control--base.a-column-control--allies .container{flex-direction:column}
.a-column-control--base.a-column-control--allies .row .columncontrol__column{max-width:50%}
.a-container__content .cmp-container{background-size:cover !important}
.a-container--base.a-container--pl{padding-left:15px}
.a-container--base.a-container--pr{padding-right:15px}
}
@media(min-width:576px) and (max-width:767px){.a-container--base.a-container--width-80 .a-column-control--base.a-column-control--allies .row .columncontrol__column{max-width:50%}
}
@media(max-width:767px){.a-container--base.a-container--fixed{padding:50px 30px 0;margin-bottom:0 !important}
.a-container--fixed.a-container--base .a-container__row .a-container__media__mobile{width:100%;height:100%;left:0;top:0;position:absolute;z-index:-1}
.a-container--fixed.a-container--base .a-container__row .a-container__media__mobile img{width:100%;height:100%;position:absolute;left:0;top:0;object-fit:cover;object-position:center center}
.a-container--base.a-container--width-80 .responsivegrid .aem-Grid .container.a-container{padding-bottom:0;padding-top:0;margin-left:0;margin-right:0;max-width:100%}
.a-container__content .cmp-container{background-size:cover !important}
.a-container--base.a-container--width-80{width:100% !important;max-width:100%;margin-top:0 !important}
.a-column-control--base.a-column-control--allies.a-column-control--paddingbottom{margin-bottom:0 !important;margin-top:0 !important}
.a-column-control--base.a-column-control--allies.a-column-control--paddingbottom .columncontrol__column{margin-bottom:30px !important}
.a-container--base.a-container--pb{padding-bottom:60px !important}
.a-container--base.a-container--pt{padding-top:25px !important}
.a-container--base.a-container--pl{padding-left:2px}
.a-container--base.a-container--pr{padding-right:2px}
.a-container--base.a-container-m-remove-left{padding-left:0 !important;padding-right:0 !important}
}
@media only screen and (max-width:991.98px){.a-container--base.a-container--pl-m{padding-left:11px !important}
.a-container--base.a-container--pr-m{padding-right:11px !important}
}
.a-column-control--base.a-column-control--allies .container{display:flex;justify-content:center}
.a-container--base.o-padding-top{padding-top:10px}
.a-container--base.o-padding-bottom{padding-bottom:10px}
.a-container--base.o-padding-left{padding-left:10px}
.a-container--base.o-padding-right{padding-right:10px}
.a-container--base.o-padding-extra{padding-top:100px !important;padding-bottom:50px !important}
@media(min-width:768px) and (max-width:991.98px){.a-column-control--base.a-column-control--allies .container{flex-direction:column}
.a-column-control--base.a-column-control--allies .container .row{justify-content:center}
}
@media(min-width:700px) and (max-width:712px){.a-column-control--base.a-column-control--allies .container .row{justify-content:center}
.a-container--base.a-container--fixed{padding-bottom:0;margin-bottom:0 !important}
.a-container--base.a-container--width-80 .container.a-container{max-width:100%}
.a-column-control--base.a-column-control--allies.a-column-control--paddingbottom{margin-bottom:0 !important;margin-top:0 !important}
.a-column-control--base.a-column-control--allies .container{flex-direction:column;max-width:100%}
.a-column-control--base.a-column-control--allies .row .columncontrol__column{max-width:50%}
.a-container__content .cmp-container{background-size:cover !important}
}
@media only screen and (min-width:992px){.a-container--base.o-remove-d-space-top{padding-top:0 !important;margin-top:0 !important}
.a-container--base.o-remove-space-d-bottom{padding-bottom:0 !important;margin-bottom:0 !important}
.a-container--base.o-remove-space-d-left{padding-left:0 !important;margin-left:0 !important}
.a-container--base.o-remove-space-d-right{padding-right:0 !important;margin-right:0 !important}
}
.a-container--base.o-remove-space-top{padding-top:0 !important;margin-top:0 !important}
.a-container--base.o-remove-space-bottom{padding-bottom:0 !important;margin-bottom:0 !important}
.a-container--base.o-remove-space-left{padding-left:0 !important;margin-left:0 !important}
.a-container--base.o-remove-space-right{padding-right:0 !important;margin-right:0 !important}
@media(max-width:767px){.a-container--base.o-remove-space-m-left{padding-left:0 !important}
.a-container--base.o-remove-space-m-right{padding-right:0 !important}
.a-container--base.o-remove-space-top-m{padding-top:0 !important;margin-top:0 !important}
.a-container--base.o-remove-space-bottom-m{padding-bottom:0 !important;margin-bottom:0 !important}
}
@media only screen and (min-width:712px) and (max-width:991.98px){.a-container--base.o-remove-tablet-space{margin-left:0 !important;margin-right:0 !important}
}
.a-container--base.a-container--exclusive .a-container__media .a-container__image img{object-fit:cover}
@media only screen and (min-width:992px){.a-container--base.o-height-600px{margin-bottom:0 !important;height:600px !important}
.a-container--base.o-height-600px .cmp-container{height:580px !important}
}
@media only screen and (min-width:712px) and (max-width:991.98px){.a-container--base.o-height-600px{height:910px;margin-bottom:0 !important}
.a-container--base.o-height-600px .cmp-container{height:880px}
}
@media(max-width:711px){.a-container--base.o-height-600px{padding-bottom:50px !important;margin-bottom:0 !important}
}
.a-container--base.o-height-100px{height:100px;max-height:100px}
@media(min-width:1900px){.a-container--base.a-container--questionary{max-width:1140px}
}
@media only screen and (min-width:992px){.a-container--base.a-container--card{padding:50px 30px;width:71.8%;max-width:71.8%;margin:0 auto !important}
}
@media only screen and (min-width:712px) and (max-width:991.98px){.a-container--base.a-container--card{width:67%;max-width:67%}
}
@media only screen and (max-width:991.98px){.a-container--base.a-container--card{margin:0 auto !important;padding:50px 0}
.a-container--base.a-container--card .a-column-control--base .columncontrol__column{flex:0 0 100%;max-width:100%;margin-bottom:30px}
}
@media only screen and (min-width:992px){.a-container--base.a-container--curve{border-radius:50px}
}
@media only screen and (max-width:991.98px){.a-container--base.a-container--curve{border-radius:30px}
}
.a-container--base.a-container--prod-sub-img-width20 .columncontrol.a-column-control--base .row .columncontrol__column{flex:0 0 20%}
.a-container--base.a-container--prod-sub-img-width20 .columncontrol.a-column-control--base .row .columncontrol__column .image.a-image--prod-dec-sub-img{justify-content:flex-end}
.a-container--base.a-container-m-remove-bottom{padding-bottom:0 !important;margin-bottom:0 !important}
@media only screen and (min-width:1200px){.a-container--base.a-container--max-1000px{margin:auto;max-width:1000px !important;width:1000px !important}
}
.a-container--base.a-container--bibilography{padding:50px 75px !important}
@media(max-width:991px){.a-container--base.a-container--bibilography{padding:50px 15px !important}
}
@media(max-width:767px){.a-container--base.a-container--product.o-bg-color--lightbrown{background-color:#f9e9cc !important;padding:50px 0 !important}
}
.a-breadcrumb--base .a-breadcrumb__item + .a-breadcrumb__item::before{content:"\276F" !important;padding:0 5px !important;color:#888b8d}
.a-breadcrumb--base .pb-4{padding-bottom:0 !important;padding-top:0 !important}
.a-breadcrumb--base{padding-bottom:0 !important;padding-top:0 !important;margin-left:-15px !important;margin-top:0 !important;margin-bottom:10px !important}
.a-breadcrumb--base .a-breadcrumb__item{list-style-type:none;font-family:BrandonGrotesque-regular,sans-serif;color:#888b8d;padding:7px 0 4px 0;text-transform:uppercase;line-height:1.5;font-size:12px;font-weight:400}
.a-breadcrumb--base .a-breadcrumb__item a{color:#888b8d}
.a-breadcrumb--base .a-breadcrumb__item a:hover{text-decoration:none}
.a-breadcrumb--base li:first-child{padding-top:10px}
.a-breadcrumb--base .pt-4,.a-breadcrumb--base .pb-4{padding-top:0 !important}
@media(max-width:768px){.a-breadcrumb--base .a-breadcrumb__item{display:none}
.a-breadcrumb--base .a-breadcrumb__item + .a-breadcrumb__item::before{content:"\276E" !important}
}
@media(min-width:992px){.a-breadcrumb--base .a-breadcrumb{margin-left:0 !important}
}
.o-header__logo-left img:last-child{opacity:1 !important}
@media only screen and (min-width:992px){.a-link--base.o-padding-top{padding-top:15px}
.a-link--base.o-padding-bottom{padding-bottom:15px}
#header-user-name{font-size:14px;font-weight:400;line-height:30px;font-family:'BaseFontLight',sans-serif;color:var(--linkColor);border-left:1px solid var(--linkColor);padding:0 10px}
#header-user-logout{color:var(--linkColor);padding:0 10px;border-left:1px solid var(--linkColor);border-radius:unset}
}
#header-user-logout span{font-size:14px;font-weight:400;font-family:'BaseFontLight',sans-serif}
.m-social-media{flex-direction:column}
.m-social-media--base .m-social-media--title{font-family:BrandonGrotesque-Medium,sans-serif;font-size:18px;color:#002a3b;text-align:center;font-weight:400 !important}
.m-social-media--base .m-social-media--icons{margin:auto}
.m-social-media--base .m-social-media--icons li{margin-top:15px}
.m-social-media--base .m-social-media--icons li:nth-child(3){width:72px}
.m-social-media--base .m-social-media--icons .abt-icon{font-size:42px;margin-left:15px}
.m-social-media--base .m-social-media--icons .a-logo-comp--link{color:#63666a}
.m-social-media--base .m-social-media--icons .a-logo-comp--link:hover{text-decoration:none !important}
@media(max-width:991.98px){.m-social-media--base .m-social-media--title{display:block !important}
}
.m-megamenu--base.m-megamenu--sitemap{counter-reset:counter;margin-top:0 !important}
.m-megamenu--base.m-megamenu--sitemap .m-mega-menu__mobile-item-wrapper:hover{border-bottom-color:#fff !important}
.m-megamenu--base.m-megamenu--sitemap .navbar-collapse{width:100% !important}
.m-megamenu--base.m-megamenu--sitemap .navbar-collapse-wrapper{width:100% !important}
.m-megamenu--base.m-megamenu--sitemap .navbar-collapse-wrapper ul li::marker{color:#d3d3d3}
.m-megamenu--base.m-megamenu--sitemap .navbar-collapse-wrapper ul li .m-mega-menu__item::before,.m-megamenu--base.m-megamenu--sitemap .navbar-collapse-wrapper ul li .m-mega-menu__item-title::before{color:#d3d3d3}
@media only screen and (min-width:992px){.m-megamenu--base.m-megamenu--sitemap{margin-left:85px}
}
.m-megamenu--base.m-megamenu--sitemap .navbar-nav{-webkit-box-orient:vertical;display:block;list-style-type:decimal}
.m-megamenu--base.m-megamenu--sitemap .navbar-toggler{display:none}
.m-megamenu--base.m-megamenu--sitemap .m-mega-menu__mobile-item-wrapper{counter-reset:counter 0;padding:0}
.m-megamenu--base.m-megamenu--sitemap .m-mega-menu__mobile-item-wrapper .m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap .arrow{display:none !important}
.m-megamenu--base.m-megamenu--sitemap .m-mega-menu__mobile-item-wrapper .m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap .submenu-arrow{display:none !important}
@media only screen and (max-width:991.98px){.m-megamenu--base.m-megamenu--sitemap .m-mega-menu__mobile-item-wrapper .m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap .m-mega-menu__item.m-mega-menu__mobile-item{display:none !important}
.m-megamenu--base.m-megamenu--sitemap .m-mega-menu__mobile-item-wrapper .m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap .m-mega-menu__item,.m-megamenu--base.m-megamenu--sitemap .m-mega-menu__mobile-item-wrapper .m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap .m-link-stack--content{display:block !important}
.m-megamenu--base.m-megamenu--sitemap .m-mega-menu__mobile-item-wrapper .m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap .m-mega-menu__nested-menu-wrapper{display:initial !important}
}
.m-megamenu--base.m-megamenu--sitemap .m-mega-menu__mobile-item-wrapper .m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap .nav-link{font-size:18px;font-weight:700;padding-left:0 !important;font-family:'BaseFontRegular',sans-serif;text-decoration:underline;border-bottom:0;line-height:23px}
@media only screen and (max-width:767.98px){.m-megamenu--base.m-megamenu--sitemap .m-mega-menu__mobile-item-wrapper .m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap .nav-link{font-size:14px;line-height:19px}
}
.m-megamenu--base.m-megamenu--sitemap .m-mega-menu__mobile-item-wrapper .m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap .nav-link:hover{border-bottom:0}
.m-megamenu--base.m-megamenu--sitemap .m-mega-menu__mobile-item-wrapper .m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap .m-mega-menu__nested-menu{display:block !important}
.m-megamenu--base.m-megamenu--sitemap .m-mega-menu__mobile-item-wrapper .m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap .m-mega-menu__nested-menu .m-mega-menu__nested-menu-wrapper{max-width:100% !important;box-shadow:none}
.m-megamenu--base.m-megamenu--sitemap .m-mega-menu__mobile-item-wrapper .m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap .m-mega-menu__nested-menu .m-mega-menu__nested-menu-wrapper .m-mega-menu__side-nav{width:100%}
.m-megamenu--base.m-megamenu--sitemap .m-mega-menu__mobile-item-wrapper .m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap .m-mega-menu__nested-menu .m-mega-menu__nested-menu-wrapper .m-link-stack{width:100%}
.m-megamenu--base.m-megamenu--sitemap .m-mega-menu__mobile-item-wrapper .m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap .m-mega-menu__nested-menu .m-mega-menu__nested-menu-wrapper .m-link-stack .m-link-stack--content{background-color:#fff}
.m-megamenu--base.m-megamenu--sitemap .m-mega-menu__mobile-item-wrapper .m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap .m-mega-menu__nested-menu .m-mega-menu__nested-menu-wrapper .m-link-stack .m-link-stack--content .a-link{flex-direction:column;padding:0 0 0 20px;margin-bottom:15px;border-left:0 !important;min-height:auto !important}
@media only screen and (min-width:992px){.m-megamenu--base.m-megamenu--sitemap .m-mega-menu__mobile-item-wrapper .m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap .m-mega-menu__nested-menu .m-mega-menu__nested-menu-wrapper .m-link-stack .m-link-stack--content .a-link{padding:0}
}
.m-megamenu--base.m-megamenu--sitemap .m-mega-menu__mobile-item-wrapper .m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap .m-mega-menu__nested-menu .m-mega-menu__nested-menu-wrapper .m-link-stack .m-link-stack--content .a-link .m-mega-menu__item{display:flex !important}
.m-megamenu--base.m-megamenu--sitemap .m-mega-menu__mobile-item-wrapper .m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap .m-mega-menu__nested-menu .m-mega-menu__nested-menu-wrapper .m-link-stack .m-link-stack--content .a-link .m-mega-menu__item:before{counter-increment:counter;content:counter(counter) '.';font-size:19px;margin-right:5px;color:#262525;margin-top:2px}
.m-megamenu--base.m-megamenu--sitemap .m-mega-menu__mobile-item-wrapper .m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap .m-mega-menu__nested-menu .m-mega-menu__nested-menu-wrapper .m-link-stack .m-link-stack--content .a-link:hover{background-color:#fff}
.m-megamenu--base.m-megamenu--sitemap .m-mega-menu__mobile-item-wrapper .m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap .m-mega-menu__nested-menu .m-mega-menu__nested-menu-wrapper .m-link-stack .m-link-stack--content .a-link .m-mega-menu__side-nav-transparent{position:static;width:100%;margin-top:0;padding:0 0 0 40px}
.m-megamenu--base.m-megamenu--sitemap .m-mega-menu__mobile-item-wrapper .m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap .m-mega-menu__nested-menu .m-mega-menu__nested-menu-wrapper .m-link-stack .m-link-stack--content .a-link .m-mega-menu__side-nav-transparent .m-mega-menu__nested-menu-img-list{display:block;background-color:#fff}
.m-megamenu--base.m-megamenu--sitemap .m-mega-menu__mobile-item-wrapper .m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap .m-mega-menu__nested-menu .m-mega-menu__nested-menu-wrapper .m-link-stack .m-link-stack--content .a-link .m-mega-menu__side-nav-transparent .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item{background-color:#fff;padding:0}
.m-megamenu--base.m-megamenu--sitemap .m-mega-menu__mobile-item-wrapper .m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap .m-mega-menu__nested-menu .m-mega-menu__nested-menu-wrapper .m-link-stack .m-link-stack--content .a-link .m-mega-menu__side-nav-transparent .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item .m-mega-menu__item-info{background-color:#fff;border-bottom:0}
.m-megamenu--base.m-megamenu--sitemap .m-mega-menu__mobile-item-wrapper .m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap .m-mega-menu__nested-menu .m-mega-menu__nested-menu-wrapper .m-link-stack .m-link-stack--content .a-link .m-mega-menu__side-nav-transparent .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item .m-mega-menu__item-info .m-mega-menu__item-title{font-family:'BaseFontRegular',sans-serif;font-size:18px;font-weight:700;line-height:23px;text-decoration:underline}
.m-megamenu--base.m-megamenu--sitemap .m-mega-menu__mobile-item-wrapper .m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap .m-mega-menu__nested-menu .m-mega-menu__nested-menu-wrapper .m-link-stack .m-link-stack--content .a-link .m-mega-menu__side-nav-transparent .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item .m-mega-menu__item-info .m-mega-menu__item-title:before{content:"\220E";position:absolute;color:#000;font-size:11px;margin-right:10px;left:-18px}
@media only screen and (max-width:767.98px){.m-megamenu--base.m-megamenu--sitemap .m-mega-menu__mobile-item-wrapper .m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap .m-mega-menu__nested-menu .m-mega-menu__nested-menu-wrapper .m-link-stack .m-link-stack--content .a-link .m-mega-menu__side-nav-transparent .m-mega-menu__nested-menu-img-list .m-mega-menu__side-nav-item .m-mega-menu__item-info .m-mega-menu__item-title{font-size:14px;line-height:19px}
}
.m-megamenu--base.m-megamenu--sitemap .m-mega-menu__mobile-item-wrapper .m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap .m-mega-menu__nested-menu .m-mega-menu__nested-menu-wrapper .m-link-stack .m-link-stack--content .a-link .a-link__text{font-size:18px;font-weight:700;text-decoration:underline;font-family:'BaseFontRegular',sans-serif;line-height:23px}
@media only screen and (max-width:767.98px){.m-megamenu--base.m-megamenu--sitemap .m-mega-menu__mobile-item-wrapper .m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap .m-mega-menu__nested-menu .m-mega-menu__nested-menu-wrapper .m-link-stack .m-link-stack--content .a-link .a-link__text{font-size:14px;line-height:19px}
}
.m-megamenu--base.m-megamenu--sitemap .m-mega-menu__mobile-item-wrapper .m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap:hover .m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap .nav-link{border-bottom:0}
@media(min-width:700px) and (max-width:712px) and (orientation:portrait){.a-container-sitemap{max-width:100%}
}
.m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap.o-color-blue .nav-link{color:#064181 !important}
.m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap.o-color-blue .m-mega-menu__nested-menu .m-mega-menu__nested-menu-wrapper .m-link-stack .m-link-stack--content .a-link .a-link__text{color:#064181 !important}
.m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap.o-color-blue .m-mega-menu__item-info .m-mega-menu__item-title{color:#064181 !important;text-decoration-color:#064181 !important}
.m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap.o-color-purple .nav-link{color:#4b3661 !important}
.m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap.o-color-purple .nav-link:hover{color:#4b3661 !important}
.m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap.o-color-purple .m-mega-menu__nested-menu .m-mega-menu__nested-menu-wrapper .m-link-stack .m-link-stack--content .a-link .a-link__text{color:#4b3661 !important}
.m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap.o-color-purple .m-mega-menu__nested-menu .m-mega-menu__nested-menu-wrapper .m-link-stack .m-link-stack--content .a-link .a-link__text:hover{color:#4b3661 !important}
.m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap.o-color-purple .m-mega-menu__item-info .m-mega-menu__item-title{color:#4b3661 !important;text-decoration-color:#4b3661 !important}
.m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap.o-color-lightblue .nav-link{color:#1cbfe6 !important}
.m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap.o-color-lightblue .nav-link:hover{color:#1cbfe6 !important}
.m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap.o-color-lightblue .m-mega-menu__nested-menu .m-mega-menu__nested-menu-wrapper .m-link-stack .m-link-stack--content .a-link .a-link__text{color:#1cbfe6 !important}
.m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap.o-color-lightblue .m-mega-menu__nested-menu .m-mega-menu__nested-menu-wrapper .m-link-stack .m-link-stack--content .a-link .a-link__text:hover{color:#1cbfe6 !important}
.m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap.o-color-lightblue .m-mega-menu__item-info .m-mega-menu__item-title{color:#1cbfe6 !important;text-decoration-color:#1cbfe6 !important}
.m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap.o-color-fadedblue .nav-link{color:#0262ac !important}
.m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap.o-color-fadedblue .nav-link:hover{color:#0262ac !important}
.m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap.o-color-fadedblue .m-mega-menu__nested-menu .m-mega-menu__nested-menu-wrapper .m-link-stack .m-link-stack--content .a-link .a-link__text{color:#0262ac !important}
.m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap.o-color-fadedblue .m-mega-menu__nested-menu .m-mega-menu__nested-menu-wrapper .m-link-stack .m-link-stack--content .a-link .a-link__text:hover{color:#0262ac !important}
.m-mega-menu-dynamic--base.m-megamenu-dynamic--sitemap.o-color-fadedblue .m-mega-menu__item-info .m-mega-menu__item-title{color:#0262ac !important;text-decoration-color:#0262ac !important}
@media(min-width:992px){.a-container--base.a-container-sitemap{margin-left:9%}
}
@media(min-width:1920px){.a-container--base.a-container-sitemap{margin-left:23%}
}
.m-sitemap--base.m-sitemap--sitemap .cmp-navigation__group{padding-left:15px}
.m-sitemap--base.m-sitemap--sitemap .cmp-navigation__group .cmp-navigation__item--level-0{list-style:auto;margin-bottom:20px}
.m-sitemap--base.m-sitemap--sitemap .cmp-navigation__group .cmp-navigation__item--level-0::marker{font-size:16px;color:#707070}
.m-sitemap--base.m-sitemap--sitemap .cmp-navigation__group .cmp-navigation__item--level-0 .cmp-navigation__item--level-1{list-style:auto;margin-top:10px}
.m-sitemap--base.m-sitemap--sitemap .cmp-navigation__group .cmp-navigation__item--level-0 .cmp-navigation__item--level-1::marker{font-size:16px;color:#707070}
.m-sitemap--base.m-sitemap--sitemap .cmp-navigation__group .cmp-navigation__item--level-0 .cmp-navigation__item--level-2{margin-top:10px}
.m-sitemap--base.m-sitemap--sitemap .cmp-navigation__group .cmp-navigation__item--level-0 .cmp-navigation__item--level-2::marker{font-size:16px;color:#707070}
.m-sitemap--base.m-sitemap--sitemap .cmp-navigation__group .cmp-navigation__item--level-0 .cmp-navigation__item--level-3{margin-top:10px}
.m-sitemap--base.m-sitemap--sitemap .cmp-navigation__group .cmp-navigation__item--level-0 .cmp-navigation__item--level-3::marker{font-size:16px;color:#707070}
.m-sitemap--base.m-sitemap--sitemap .cmp-navigation__group .cmp-navigation__item .cmp-navigation__item-link{font-style:normal;word-break:break-word;font-weight:700;font-family:'BaseFontRegular',sans-serif;text-decoration:underline}
.m-sitemap--base.m-sitemap--sitemap .cmp-navigation__group .cmp-navigation__item .cmp-navigation__item-link::marker{font-size:16px;color:#707070}
@media only screen and (min-width:992px){.m-sitemap--base.m-sitemap--sitemap .cmp-navigation__group .cmp-navigation__item .cmp-navigation__item-link{font-size:18px;line-height:23px}
}
@media only screen and (max-width:991.98px){.m-sitemap--base.m-sitemap--sitemap .cmp-navigation__group .cmp-navigation__item .cmp-navigation__item-link{font-size:14px;line-height:19px}
}
.m-sitemap--base.m-sitemap--sitemap.o-sitemap-color-blue .cmp-navigation__item-link{color:#064181}
.m-sitemap--base.m-sitemap--sitemap.o-sitemap-color-blue .cmp-navigation__item-link:hover{color:#064181}
.m-sitemap--base.m-sitemap--sitemap.o-sitemap-color-purple .cmp-navigation__item-link{color:#4b3661}
.m-sitemap--base.m-sitemap--sitemap.o-sitemap-color-purple .cmp-navigation__item-link:hover{color:#4b3661}
.m-sitemap--base.m-sitemap--sitemap.o-sitemap-color-lightblue .cmp-navigation__item-link{color:#1cbfe6}
.m-sitemap--base.m-sitemap--sitemap.o-sitemap-color-lightblue .cmp-navigation__item-link:hover{color:#1cbfe6}
.m-sitemap--base.m-sitemap--sitemap.o-sitemap-color-fadedblue .cmp-navigation__item-link{color:#0262ac}
.m-sitemap--base.m-sitemap--sitemap.o-sitemap-color-fadedblue .cmp-navigation__item-link:hover{color:#0262ac}
.m-sitemap--base.m-sitemap--sitemap.m-sitemap--uppercase .cmp-navigation__item-link{text-transform:uppercase}
.m-sitemap--base.m-sitemap--sitemap.m-sitemap--lowercase .cmp-navigation__item-link{text-transform:lowercase}
.a-container--product-desc-background-main.a-container--base .a-container__row .cmp-container{max-width:1000px;margin:0 auto}
.a-container--product-desc-background-main.a-container--base .a-container__row .cmp-container .columncontrol{margin-top:0 !important}
.a-container--product-desc-background-main.a-container--base .a-container__row .cmp-container .columncontrol .row{background-color:#efefef;padding:0 30px 50px}
.a-container--product-desc-background-main.a-container--base .a-container__row .cmp-container .columncontrol .row .columncontrol__column .text{text-align:right}
.a-container--product-desc-background-main.a-container--base .a-container__row .cmp-container .columncontrol .row .columncontrol__column .text.a-text--product-blue-sub-heading{text-align:center}
.a-container--product-desc-background-main.a-container--base .a-container__row .cmp-container .columncontrol .row .columncontrol .row{padding:0}
.a-container--product-desc-background-main.a-container--base .a-container__row .cmp-container .columncontrol .row .columncontrol .container{padding:0}
.a-container--product-desc-background-main.a-container--product-desc-background-child .a-container__row{max-width:833px;margin:100px auto 0}
.a-container--product-desc-background-main.a-container--product-desc-background-child .a-container__row .a-rule{background-color:#707070}
.a-container--product-desc-background-main .a-title--product-desc-title{background-color:#efefef;width:100%;text-align:center;padding:50px 30px 70px}
.a-container--product-desc-background-main .a-title--product-desc-title h1{text-align:center;font-size:24px;font-family:'BaseFontMedium',sans-serif;line-height:27px;font-weight:500;color:#004084;margin-bottom:0}
.a-container--product-desc-background-main .a-text--product-blue-heading p{font-size:24px;font-family:'BaseFontMedium',sans-serif;line-height:27px;font-weight:500;color:#004084;text-align:right;padding:0}
.a-container--product-desc-background-main .a-text--base.a-text--prod-desc p{font-size:34px;font-family:'BaseFontMedium',sans-serif;line-height:39px;font-weight:500;color:#064181;margin-bottom:50px}
.a-container--product-desc-background-main .a-text--product-main-heading p{font-size:18px;font-family:'BaseFontLight',sans-serif;line-height:23px;font-weight:400;color:#262525}
.a-container--product-desc-background-main .a-text--prod-sup p{font-size:13.5px;font-family:'BaseFontLight',sans-serif;font-weight:400;color:#262525;line-height:23px}
.a-container--product-desc-background-main .image.a-image--prod-dec-sub-img{margin:30px auto 0;width:70px;height:70px}
.a-container--product-desc-background-main .a-text--product-blue-sub-heading{margin-top:30px !important}
.a-container--product-desc-background-main .a-text--product-blue-sub-heading p{font-size:16px;font-family:'BaseFontRegular',sans-serif;line-height:24px;font-weight:400;color:#004084;width:100%}
.a-container--product-desc-background-main .a-button--product-desc-blue-button{margin:30px 15px 0 !important;text-align:left;background-color:#064181;border-radius:2px;padding:5px}
.a-container--product-desc-background-main .a-button--product-desc-blue-button::after{float:right;margin-right:10px;margin-top:7px;content:"\002B";font-size:30px;font-weight:700;color:#fcbb5f}
.a-container--product-desc-background-main .a-button--product-desc-blue-button a{color:#fff;text-decoration:underline}
.a-container--product-desc-background-main .a-button--product-desc-blue-button a:hover{color:#fff;text-decoration:underline}
.a-container--product-desc-background-main .a-button--product-desc-blue-button span{font-size:18px;font-family:'BaseFontRegular',sans-serif;line-height:21.6px}
.a-container--product-desc-background-main .a-button--product-desc-blue-button.minus-sign::after{content:"\2212";font-size:28px;color:#fcbb5f}
.a-container--product-desc-background-main .a-text--prod-desc-table{display:none;padding:20px 0;margin:0 15px !important}
.a-container--product-desc-background-main .a-text--prod-desc-table .cmp-text table{font-family:'BaseFontRegular',sans-serif;font-size:18px;font-weight:400;line-height:27px;text-align:center;color:#fff;width:100%}
.a-container--product-desc-background-main .a-text--prod-desc-table .cmp-text table p{font-family:'BaseFontRegular',sans-serif}
.a-container--product-desc-background-main .a-text--prod-desc-table .cmp-text tr>td{font-family:'BaseFontLight',sans-serif}
.a-container--product-desc-background-main .a-text--prod-desc-table .cmp-text tr>td:first-child{text-align:left;font-family:'BaseFontRegular',sans-serif}
.a-container--product-desc-background-main .a-text--prod-desc-table .cmp-text tr:nth-child(odd)>td{background-color:#c5c5c5;color:#06305e;padding:6px 30px}
.a-container--product-desc-background-main .a-text--prod-desc-table .cmp-text tr:nth-child(odd)>td:nth-child(1){background-color:#064181;color:#fff}
.a-container--product-desc-background-main .a-text--prod-desc-table .cmp-text tr:nth-child(even)>td{background-color:#e4e4e4;color:#06305e;padding:6px 30px}
.a-container--product-desc-background-main .a-text--prod-desc-table .cmp-text tr:nth-child(even)>td:nth-child(1){background-color:#06305e;color:#fff}
.a-container--product-desc-background-main .a-text--product-italic{margin:20px 0 0 !important}
.a-container--product-desc-background-main .a-text--product-italic ~ .a-text--product-italic{margin:0 !important}
.a-container--product-desc-background-main .a-text--product-italic p{font-family:'BaseFontLight',sans-serif;font-size:18px;line-height:23px;font-weight:400;color:#262525;font-style:italic;padding-left:40px}
.a-container--product-desc-background-main .a-text--product-italic strong{font-style:normal;color:#064181}
@media(max-width:991px){.a-container--product-desc-background-main .a-button--product-desc-blue-button span{font-size:14px;line-height:16.8px}
.a-container--product-desc-background-main .image.a-image--prod-dec-sub-img{margin-right:0}
.a-container--product-desc-background-main.container{max-width:none}
.a-container--product-desc-background-main.a-container--base .a-container__row{margin-top:75px}
.a-container--product-desc-background-main.a-container--base .a-container__row .cmp-container{max-width:none}
.a-container--product-desc-background-main.a-container--base .a-container__row .cmp-container .columncontrol.a-column-control--base .columncontrol__column{max-width:100%}
.a-container--product-desc-background-main.a-container--base .a-container__row .cmp-container .columncontrol.a-column-control--base .columncontrol__column .text{margin:0}
.a-container--product-desc-background-main.a-container--base .a-container__row .cmp-container .columncontrol .container{max-width:none}
.a-container--product-desc-background-main.a-container--base .a-container__row .cmp-container .columncontrol .row{padding:0 0 50px}
.a-container--product-desc-background-main.a-container--base .a-container__row .cmp-container .columncontrol .row .columncontrol .row>[class*="col-"]{margin-bottom:0}
.a-container--product-desc-background-main .a-text--base.a-text--prod-desc p{font-size:24px;line-height:29px}
.a-container--product-desc-background-main .a-text--product-blue-heading p{font-size:16px;line-height:21px;margin-bottom:30px}
.a-container--product-desc-background-main .a-text--product-main-heading p{font-size:14px;font-family:'BaseFontLight',sans-serif;line-height:19px;color:#262525}
.a-container--product-desc-background-main .a-text--prod-sup p{font-size:10.5px;line-height:19px}
.a-container--product-desc-background-main .a-text--product-blue-sub-heading{width:75px;float:right;word-wrap:break-word}
.a-container--product-desc-background-main .a-text--product-blue-sub-heading p{font-size:12px;line-height:18px}
.a-container--product-desc-background-main .a-title--product-desc-title{background-color:#efefef;width:100%;margin-left:0;padding-bottom:30px}
.a-container--product-desc-background-main .a-title--product-desc-title h1{padding-bottom:0;font-size:16px;line-height:21px}
.a-container--product-desc-background-main .a-image--prod-desc-main-img{margin-left:40px}
.a-container--product-desc-background-main .a-image--prod-dec-sub-img .cmp-image__image{margin-top:30px}
.a-container--product-desc-background-main .a-text--prod-desc-table .cmp-text tr:nth-child(odd)>td{font-size:10px;line-height:15px;padding:6px 5px}
.a-container--product-desc-background-main .a-text--prod-desc-table .cmp-text tr:nth-child(even)>td{font-size:10px;line-height:15px;padding:6px 5px}
.a-container--product-desc-background-main .a-text--product-italic p{font-size:14px;line-height:19px;margin-left:0;padding-left:15px}
}
@media(min-width:768px) and (max-width:991px){.a-container--product-desc-background-main .a-text--base.a-text--prod-desc p{font-size:24px;line-height:29px}
.a-container--product-desc-background-main .a-text--product-main-heading p{font-size:14px;line-height:19px}
.a-container--product-desc-background-main .a-text--prod-sup p{font-size:10.5px;line-height:19px}
.a-container--product-desc-background-main.a-container--base .a-container__row .cmp-container{max-width:none}
.a-container--product-desc-background-main.a-container--base .a-container__row .cmp-container .columncontrol.a-column-control--base .columncontrol__column{flex:0 0 100%}
}
.m-hero.m-hero--base{padding-top:0 !important;padding-bottom:0 !important}
.m-hero.m-hero--base.m-hero--medium{width:100%}
@media(min-width:1200px) and (max-width:1300px){.m-hero.m-hero--base.m-hero--medium{max-height:395px}
}
.m-hero.m-hero--base.m-hero--short{width:100%}
@media only screen and (min-width:992px){.m-hero.m-hero--base.m-hero--short{height:328px;max-height:328px}
}
.m-hero.m-hero--base.m-hero--style1{width:100%}
@media(min-width:1200px) and (max-width:1300px){.m-hero.m-hero--base.m-hero--style1{height:217px !important;max-height:217px !important}
}
.m-hero.m-hero--base.m-hero--extrashort{width:100%}
@media(min-width:1200px) and (max-width:1300px){.m-hero.m-hero--base.m-hero--extrashort{height:263px !important;max-height:263px !important}
}
.m-hero.m-hero--base.m-hero--tall.m-hero--content-left .row.no-gutters{flex-direction:column-reverse}
@media only screen and (min-width:992px){.m-hero.m-hero--base.m-hero--tall.m-hero--content-left>section>div.container .m-hero__content{left:18% !important}
}
@media(min-width:1900px){.m-hero.m-hero--base.m-hero--tall.m-hero--content-left>section>div.container .m-hero__content{left:27% !important}
}
.m-hero.m-hero--base.m-hero--tall.m-hero--content-right>section>div.container .row.no-gutters{display:flex;flex-direction:column-reverse}
@media only screen and (min-width:992px){.m-hero.m-hero--base.m-hero--tall.m-hero--content-right>section>div.container .row.no-gutters .m-hero__content{right:15% !important;left:auto !important}
.m-hero.m-hero--base.m-hero--tall.m-hero--content-right>section>div.container .row.no-gutters .m-hero__content .m-hero__header{text-align:right !important}
}
@media(min-width:1900px){.m-hero.m-hero--base.m-hero--tall.m-hero--content-right>section>div.container .row.no-gutters .m-hero__content{right:27% !important}
}
@media(max-width:1024px){.m-hero.m-hero--base.m-hero--tall.m-hero--tall.m-hero--content-extraleft>section>div.container .row.no-gutters .m-hero__content{left:0}
}
@media(max-width:992px){.m-hero.m-hero--base.m-hero--tall.m-hero--tall.m-hero--content-extraleft{position:relative;height:100%;width:100%;max-width:100%}
.m-hero.m-hero--base.m-hero--tall.m-hero--tall.m-hero--content-extraleft>section>div.container .row.no-gutters{flex-direction:column-reverse}
.m-hero.m-hero--base.m-hero--tall.m-hero--tall.m-hero--content-extraleft>section>div.container .row.no-gutters .m-hero__media{position:relative;height:100% !important;max-width:100%;max-height:100% !important;min-height:auto !important}
.m-hero.m-hero--base.m-hero--tall.m-hero--tall.m-hero--content-extraleft>section>div.container .row.no-gutters .m-hero__media .cmp-image__image{object-position:center !important}
}
@media(max-width:768px){.m-hero.m-hero--base.m-hero--tall.m-hero--tall.m-hero--content-extraleft>section>div.container .row.no-gutters .m-hero__media .m-hero__image{position:relative}
}
.m-hero.m-hero--base>section>div.container{padding-left:0 !important;padding-right:0 !important}
.m-hero.m-hero--base>section>div.container .m-hero__media .cmp-image__image{object-position:right}
@media(min-width:680px) and (max-width:712px){.m-hero.m-hero--base>section>div.container .m-hero__media{height:371px}
}
@media(max-width:400px){.m-hero.m-hero--base>section>div.container .m-hero__media{height:auto}
}
@media(min-width:400px) and (max-width:680px) and (orientation:landscape){.m-hero.m-hero--base>section>div.container .m-hero__media{height:348px;max-height:348px}
}
.m-hero.m-hero--base>section>div.container .m-hero__extras{margin-top:0;margin-bottom:30px;display:block}
.m-hero.m-hero--base>section>div.container .m-hero__extras>div>.btn{width:250px;height:65px;border-radius:60px;padding:0 15px}
.m-hero.m-hero--base>section>div.container .m-hero__extras>div>.btn span{line-height:55px}
.m-hero.m-hero--base.o-remove-space-top{margin-top:0 !important;padding-top:0 !important}
.m-hero.m-hero--base.o-remove-space-bottom{margin-bottom:0 !important;padding-bottom:0 !important}
@media only screen and (min-width:992px){.m-hero.m-hero--base.o-remove-space-left{margin-left:0 !important;padding-left:0 !important}
}
@media only screen and (min-width:992px){.m-hero.m-hero--base.o-remove-space-right{margin-right:0 !important;padding-right:0 !important}
}
.m-hero.m-hero--base.o-remove-hide-pretitle .container .m-hero__content .m-hero__title{display:none}
.m-hero.m-hero--base.o-remove-hide-description .container .m-hero__content .m-hero__body{display:none}
@media only screen and (min-width:992px){.m-hero.m-hero--base.o-remove-subtitle-space .m-hero__content .h2-hero{margin-bottom:0 !important}
}
@media only screen and (min-width:992px){.m-hero.m-hero--base.o-remove-title-space .m-hero__content .m-hero__header,.m-hero.m-hero--base.o-remove-title-space .m-hero__content h1,.m-hero.m-hero--base.o-remove-title-space .m-hero__content h2,.m-hero.m-hero--base.o-remove-title-space .m-hero__content h3,.m-hero.m-hero--base.o-remove-title-space .m-hero__content h4,.m-hero.m-hero--base.o-remove-title-space .m-hero__content h5,.m-hero.m-hero--base.o-remove-title-space .m-hero__content h6{margin-bottom:10px !important}
}
@media only screen and (min-width:992px){.m-hero--base.o-remove-btn-space>section>div.container .m-hero__content .btn{margin-top:0 !important}
}
@media only screen and (max-width:991.98px){.m-hero.m-hero--base.o-remove-m-top-space{margin-top:0 !important}
}
@media only screen and (max-width:991.98px){.m-hero.m-hero--base.o-remove-m-subtitle-space .m-hero__content .h2-hero{margin-bottom:0 !important}
}
@media only screen and (max-width:991.98px){.m-hero.m-hero--base.o-remove-m-title-space .m-hero__content .m-hero__header,.m-hero.m-hero--base.o-remove-m-title-space .m-hero__content h1,.m-hero.m-hero--base.o-remove-m-title-space .m-hero__content h2,.m-hero.m-hero--base.o-remove-m-title-space .m-hero__content h3,.m-hero.m-hero--base.o-remove-m-title-space .m-hero__content h4,.m-hero.m-hero--base.o-remove-m-title-space .m-hero__content h5,.m-hero.m-hero--base.o-remove-m-title-space .m-hero__content h6{margin-bottom:10px !important}
}
.m-hero.m-hero--base>section>div.container .m-hero__content{margin-left:0;position:absolute;top:50%;left:60px;transform:translateY(-50%);padding-top:0}
.m-hero.m-hero--base>section>div.container .m-hero__content h1{line-height:69px;font-size:64px;font-family:BaseFontMedium,sans-serif;font-weight:500}
@media only screen and (min-width:992px){.m-hero.m-hero--base>section>div.container .m-hero__content h1{text-align:left !important}
}
@media only screen and (min-width:992px){.m-hero.m-hero--base>section>div.container .m-hero__content{top:50%;transform:translateY(-50%) scale(0.5);padding-top:0}
}
@media only screen and (min-width:1200px){.m-hero.m-hero--base>section>div.container .m-hero__content{transform:translateY(-50%) scale(0.8)}
}
@media(min-width:992px) and (max-width:1024px){.m-hero.m-hero--base>section>div.container .m-hero__content{left:-100px}
}
@media(min-width:1025px) and (max-width:1138px){.m-hero.m-hero--base>section>div.container .m-hero__content{left:-44px}
}
@media(min-width:1139px) and (max-width:1180px){.m-hero.m-hero--base>section>div.container .m-hero__content{left:-21px}
}
@media(min-width:1300px){.m-hero.m-hero--base>section>div.container .m-hero__content{left:60px}
}
@media(min-width:1900px){.m-hero.m-hero--base>section>div.container .m-hero__content{left:20%}
}
@media only screen and (max-width:767.98px){.m-hero.m-hero--base.o-remove-m-bottom-space,.m-hero.m-hero--base.m-hero--style1.o-remove-m-bottom-space,.m-hero.m-hero--base.m-hero--style2.o-remove-m-bottom-space{margin-bottom:0 !important}
.m-hero.m-hero--base.o-mbg-color--blue{background-color:#022e5c}
.m-hero.m-hero--base.o-mbg-color--orange{background-color:#fcbb5f}
.m-hero.m-hero--base.o-mbg-color--white{background-color:#fff}
.m-hero.m-hero--base.o-m-color-title-blue{color:#06305e !important}
.m-hero.m-hero--base.o-m-color-title-lightblue{color:#004084 !important}
.m-hero.m-hero--base.o-m-color-title-orange{color:#fcbb5f !important}
.m-hero.m-hero--base.o-m-color-title-white{color:#fff !important}
.m-hero.m-hero--base.o-m-color-subtitle-blue{color:#06305e !important}
.m-hero.m-hero--base.o-m-color-subtitle-lightblue{color:#004084 !important}
.m-hero.m-hero--base.o-m-color-subtitle-orange{color:#fcbb5f !important}
.m-hero.m-hero--base.o-m-color-subtitle-white{color:#fff !important}
.m-hero.m-hero--base.o-m-color-desc-blue{color:#06305e !important}
.m-hero.m-hero--base.o-m-color-desc-lightblue{color:#004084 !important}
.m-hero.m-hero--base.o-m-color-desc-orange{color:#fcbb5f !important}
.m-hero.m-hero--base.o-m-color-desc-white{color:#fff !important}
.m-hero.m-hero--base.m-hero--content-m-left .m-hero__contenth1>div{text-align:left !important}
.m-hero.m-hero--base.m-hero--content-m-center .m-hero__contenth1>div{text-align:center !important}
.m-hero.m-hero--base.m-hero--content-m-right .m-hero__contenth1>div{text-align:right !important}
.m-hero.m-hero--base.m-hero--medium{width:100%;height:100%}
.m-hero.m-hero--base.m-hero--short{width:100%;height:100%}
.m-hero.m-hero--base.m-hero--style1{width:100%;height:100%}
.m-hero.m-hero--base.m-hero--style2{width:100%;height:100%}
.m-hero.m-hero--base>section>div.container{max-width:100%;margin-left:none;margin-right:none}
.m-hero.m-hero--base>section>div.container .m-hero__content{padding:20px 26px 20px 26px;text-align:center;background-color:#00529b;position:unset;transform:none}
.m-hero.m-hero--base>section>div.container .m-hero__content p{margin-bottom:0}
.m-hero.m-hero--base>section>div.container .m-hero__content h1{font-family:BaseFontMedium,sans-serif;font-size:24px;line-height:29px;margin-bottom:9px;font-weight:500;margin-top:0}
.m-hero.m-hero--base>section>div.container .m-hero__content h2{font-family:BaseFontMedium,sans-serif;font-size:24px;line-height:29px;margin-bottom:9px;font-weight:500;margin-top:0}
.m-hero.m-hero--base>section>div.container .m-hero__media{min-height:200px;width:100%;height:208px;margin-left:0;margin-top:0 !important}
.m-hero.m-hero--base>section>div.container .m-hero__media .cmp-image__image{object-position:right}
.m-hero.m-hero--base>section>div.container .m-hero__media p{font-size:24px;line-height:29px;margin-bottom:9px;font-weight:500}
.m-hero.m-hero--base.m-hero--image-fullsize-m>section>div.container .m-hero__media{position:relative;height:100% !important}
.m-hero.m-hero--base.m-hero--image-fullsize-m>section>div.container .m-hero__media .m-hero__image{position:relative;height:100%}
.m-hero.m-hero--base.m-hero--image-fullsize-m>section>div.container .m-hero__media .m-hero__image .cmp-image__image{position:relative;height:100%}
}
@media(max-width:991px){.m-hero.m-hero--base>section>div.container .m-hero__content,.m-hero.m-hero--base>section>div.container .m-hero__content{background-color:#00529b}
}
@media only screen and (min-width:768px) and (max-width:991.98px){.m-hero.m-hero--base.m-hero--medium{width:100%;height:100%}
.m-hero.m-hero--base.m-hero--short{width:100%;height:100%}
.m-hero.m-hero--base.m-hero--style1{width:100%;height:100%}
.m-hero.m-hero--base.m-hero--style2{width:100%;height:100%}
.m-hero.m-hero--base>section>div.container{max-width:100%;margin-left:none;margin-right:none}
.m-hero.m-hero--base>section>div.container .m-hero__content{position:unset;transform:none;padding:20px 26px 20px 26px;text-align:center}
.m-hero.m-hero--base>section>div.container .m-hero__content h1{font-family:BaseFontBold,sans-serif;font-size:24px;line-height:29px;margin-bottom:9px;font-weight:500;margin-top:0}
.m-hero.m-hero--base>section>div.container .m-hero__content h2{font-size:24px;font-family:BaseFontLight,sans-serif;font-weight:500;line-height:29px;margin-bottom:15.5px}
.m-hero.m-hero--base>section>div.container .m-hero__body p{font-family:BaseFontBold,sans-serif;font-size:30px;line-height:37px;font-weight:500;margin-bottom:30px}
.m-hero.m-hero--base>section>div.container .m-hero__media{min-height:200px;height:427.625px;margin-left:0}
.m-hero.m-hero--base>section>div.container .m-hero__media .cmp-image__image{object-position:right}
.m-hero.m-hero--base.m-hero--image-fullsize-m>section>div.container .m-hero__media .m-hero__image .cmp-image__image{object-fit:contain}
}
@media(min-width:1025px) and (max-width:1138px){.m-hero.m-hero--base.m-hero--style6>section>div.container .m-hero__content{left:50px}
}
@media(max-width:767px){.m-hero.m-hero--base.m-hero--medium.m-hero--style2>section>div.container .m-hero__media{height:auto}
}
@media only screen and (min-width:768px) and (max-width:991.98px){.m-hero.m-hero--base.m-hero--medium.m-hero--style2>section>div.container .m-hero__media{height:327px}
}
.m-hero.m-hero--base.m-hero--medium>section>div.container .m-hero__content{display:flex;flex-direction:column}
.m-hero.m-hero--base.m-hero--medium>section>div.container .m-hero__content .m-hero__body{order:1}
@media(min-width:1200px){.m-hero.m-hero--base.m-hero--medium>section>div.container .m-hero__content .m-hero__body{top:80px !important}
.m-hero.m-hero--base.m-hero--medium>section>div.container .m-hero__content .m-hero__body p{top:0 !important}
}
@media(min-width:992px) and (max-width:1024px){.m-hero.m-hero--base.m-hero--medium>section>div.container .m-hero__content .m-hero__body{top:80px !important}
}
@media(min-width:1025px) and (max-width:1138px){.m-hero.m-hero--base.m-hero--medium>section>div.container .m-hero__content .m-hero__body{top:100px !important}
.m-hero.m-hero--base.m-hero--medium>section>div.container .m-hero__content .m-hero__body p{top:0 !important}
}
@media only screen and (min-width:992px){.m-hero--base.m-hero--extrashort.m-hero--style1>section>div.container .m-hero__content .m-hero__body p{width:780px}
}
.m-hero--base.m-hero--style2>section>div.container .m-hero__content .m-hero__header,h1,h2,h3,h4,h5,h6,p{letter-spacing:normal !important}
.m-hero--base.m-hero--style1>section>div.container .m-hero__content .m-hero__header,h1,h2,h3,h4,h5,h6,p{letter-spacing:normal !important}
@media only screen and (max-width:991.98px){.m-hero.m-hero--base.m-hero--content-m-center.m-hero--style2>section>div.container .m-hero__content .m-hero__body p,.m-hero.m-hero--base.m-hero--content-m-center.m-hero--style1>section>div.container .m-hero__content .m-hero__body p{text-align:center !important}
.m-hero--base.m-hero--content-m-center>section>div.container .m-hero__content .m-hero__header,.m-hero--base.m-hero--content-m-center>section>div.container .m-hero__content h1,.m-hero--base.m-hero--content-m-center>section>div.container .m-hero__content h2,.m-hero--base.m-hero--content-m-center>section>div.container .m-hero__content h3,.m-hero--base.m-hero--content-m-center>section>div.container .m-hero__content h4,.m-hero--base.m-hero--content-m-center>section>div.container .m-hero__content h5,.m-hero--base.m-hero--content-m-center>section>div.container .m-hero__content h6,.m-hero--base.m-hero--content-m-center>section>div.container .m-hero__content p{text-align:center !important}
.m-hero--base.m-hero--content-m-center>section>div.container .m-hero__content .h2-hero,.m-hero--base.m-hero--content-m-center>section>div.container .m-hero__content .m-hero__body p{text-align:center !important}
.m-hero--base.m-hero--content-m-left>section>div.container .m-hero__content .m-hero__header,.m-hero--base.m-hero--content-m-left>section>div.container .m-hero__content h1,.m-hero--base.m-hero--content-m-left>section>div.container .m-hero__content h2,.m-hero--base.m-hero--content-m-left>section>div.container .m-hero__content h3,.m-hero--base.m-hero--content-m-left>section>div.container .m-hero__content h4,.m-hero--base.m-hero--content-m-left>section>div.container .m-hero__content h5,.m-hero--base.m-hero--content-m-left>section>div.container .m-hero__content h6,.m-hero--base.m-hero--content-m-left>section>div.container .m-hero__content p{text-align:left !important}
.m-hero--base.m-hero--content-m-left>section>div.container .m-hero__content .h2-hero,.m-hero--base.m-hero--content-m-left>section>div.container .m-hero__content .m-hero__body p{text-align:left !important}
.m-hero--base.m-hero--content-m-right>section>div.container .m-hero__content .m-hero__header,.m-hero--base.m-hero--content-m-right>section>div.container .m-hero__content h1,.m-hero--base.m-hero--content-m-right>section>div.container .m-hero__content h2,.m-hero--base.m-hero--content-m-right>section>div.container .m-hero__content h3,.m-hero--base.m-hero--content-m-right>section>div.container .m-hero__content h4,.m-hero--base.m-hero--content-m-right>section>div.container .m-hero__content h5,.m-hero--base.m-hero--content-m-right>section>div.container .m-hero__content h6,.m-hero--base.m-hero--content-m-right>section>div.container .m-hero__content p{text-align:right !important}
.m-hero--base.m-hero--content-m-right>section>div.container .m-hero__content .h2-hero,.m-hero--base.m-hero--content-m-right>section>div.container .m-hero__content .m-hero__body p{text-align:right !important}
}
@media only screen and (min-width:992px){.m-hero--base.m-hero--style1>section>div.container .m-hero__content,.m-hero--base.m-hero--style2>section>div.container .m-hero__content{margin-left:0;position:absolute;top:50%;--hero-content-default-width:382px;display:flex;flex-direction:column}
.m-hero--base.m-hero--style1>section>div.container .m-hero__content .btn,.m-hero--base.m-hero--style2>section>div.container .m-hero__content .btn{margin-top:30px}
.m-hero--base.m-hero--style1>section>div.container .m-hero__content .m-hero__header,.m-hero--base.m-hero--style2>section>div.container .m-hero__content .m-hero__header,.m-hero--base.m-hero--style1>section>div.container .m-hero__content h1,.m-hero--base.m-hero--style2>section>div.container .m-hero__content h1,.m-hero--base.m-hero--style1>section>div.container .m-hero__content h2,.m-hero--base.m-hero--style2>section>div.container .m-hero__content h2,.m-hero--base.m-hero--style1>section>div.container .m-hero__content h3,.m-hero--base.m-hero--style2>section>div.container .m-hero__content h3,.m-hero--base.m-hero--style1>section>div.container .m-hero__content h4,.m-hero--base.m-hero--style2>section>div.container .m-hero__content h4,.m-hero--base.m-hero--style1>section>div.container .m-hero__content h5,.m-hero--base.m-hero--style2>section>div.container .m-hero__content h5,.m-hero--base.m-hero--style1>section>div.container .m-hero__content h6,.m-hero--base.m-hero--style2>section>div.container .m-hero__content h6,.m-hero--base.m-hero--style1>section>div.container .m-hero__content p,.m-hero--base.m-hero--style2>section>div.container .m-hero__content p{font-size:34px;line-height:39px;margin-bottom:30px;font-family:'BaseFontMedium',sans-serif;font-weight:500}
.m-hero--base.m-hero--style1>section>div.container .m-hero__content .m-hero__header p,.m-hero--base.m-hero--style2>section>div.container .m-hero__content .m-hero__header p,.m-hero--base.m-hero--style1>section>div.container .m-hero__content h1 p,.m-hero--base.m-hero--style2>section>div.container .m-hero__content h1 p,.m-hero--base.m-hero--style1>section>div.container .m-hero__content h2 p,.m-hero--base.m-hero--style2>section>div.container .m-hero__content h2 p,.m-hero--base.m-hero--style1>section>div.container .m-hero__content h3 p,.m-hero--base.m-hero--style2>section>div.container .m-hero__content h3 p,.m-hero--base.m-hero--style1>section>div.container .m-hero__content h4 p,.m-hero--base.m-hero--style2>section>div.container .m-hero__content h4 p,.m-hero--base.m-hero--style1>section>div.container .m-hero__content h5 p,.m-hero--base.m-hero--style2>section>div.container .m-hero__content h5 p,.m-hero--base.m-hero--style1>section>div.container .m-hero__content h6 p,.m-hero--base.m-hero--style2>section>div.container .m-hero__content h6 p,.m-hero--base.m-hero--style1>section>div.container .m-hero__content p p,.m-hero--base.m-hero--style2>section>div.container .m-hero__content p p{font-family:'BaseFontMedium',sans-serif;font-weight:500}
.m-hero--base.m-hero--style1>section>div.container .m-hero__content .h2-hero,.m-hero--base.m-hero--style2>section>div.container .m-hero__content .h2-hero{font-size:18px;font-weight:400;line-height:23px;font-family:BaseFontLight,sans-serif;color:#262525}
.m-hero--base.m-hero--style1>section>div.container .m-hero__content .m-hero__body,.m-hero--base.m-hero--style2>section>div.container .m-hero__content .m-hero__body{margin-left:57vw;width:780px;position:relative;top:70px;order:1}
.m-hero--base.m-hero--style1>section>div.container .m-hero__content .m-hero__body p,.m-hero--base.m-hero--style2>section>div.container .m-hero__content .m-hero__body p{font-size:11px;text-align:right;line-height:15px;max-width:780px;font-weight:400;font-family:'BaseFontLight',sans-serif;transform:translate(-50%,-50%) scale(1)}
.m-hero--base.m-hero--style1.m-hero--content-right .m-hero__content,.m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content,.m-hero.m-hero--base.m-hero--medium.m-hero--style2.m-hero--content-right>section>div.container .m-hero__content{left:31% !important;transform:translate(50%,-50%) scale(0.7) !important}
.m-hero--base.m-hero--style1.m-hero--content-right .m-hero__content .m-hero__header,.m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content .m-hero__header,.m-hero.m-hero--base.m-hero--medium.m-hero--style2.m-hero--content-right>section>div.container .m-hero__content .m-hero__header,.m-hero--base.m-hero--style1.m-hero--content-right .m-hero__content h1,.m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content h1,.m-hero.m-hero--base.m-hero--medium.m-hero--style2.m-hero--content-right>section>div.container .m-hero__content h1,.m-hero--base.m-hero--style1.m-hero--content-right .m-hero__content h2,.m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content h2,.m-hero.m-hero--base.m-hero--medium.m-hero--style2.m-hero--content-right>section>div.container .m-hero__content h2,.m-hero--base.m-hero--style1.m-hero--content-right .m-hero__content h3,.m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content h3,.m-hero.m-hero--base.m-hero--medium.m-hero--style2.m-hero--content-right>section>div.container .m-hero__content h3,.m-hero--base.m-hero--style1.m-hero--content-right .m-hero__content h4,.m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content h4,.m-hero.m-hero--base.m-hero--medium.m-hero--style2.m-hero--content-right>section>div.container .m-hero__content h4,.m-hero--base.m-hero--style1.m-hero--content-right .m-hero__content h5,.m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content h5,.m-hero.m-hero--base.m-hero--medium.m-hero--style2.m-hero--content-right>section>div.container .m-hero__content h5,.m-hero--base.m-hero--style1.m-hero--content-right .m-hero__content h6,.m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content h6,.m-hero.m-hero--base.m-hero--medium.m-hero--style2.m-hero--content-right>section>div.container .m-hero__content h6,.m-hero--base.m-hero--style1.m-hero--content-right .m-hero__content p,.m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content p,.m-hero.m-hero--base.m-hero--medium.m-hero--style2.m-hero--content-right>section>div.container .m-hero__content p{text-align:right !important}
.m-hero--base.m-hero--style1.m-hero--content-right .m-hero__content .h2-hero,.m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content .h2-hero,.m-hero.m-hero--base.m-hero--medium.m-hero--style2.m-hero--content-right>section>div.container .m-hero__content .h2-hero{text-align:right !important}
.m-hero--base.m-hero--style1.m-hero--content-right .m-hero__content .h2-hero div,.m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content .h2-hero div,.m-hero.m-hero--base.m-hero--medium.m-hero--style2.m-hero--content-right>section>div.container .m-hero__content .h2-hero div{text-align:right !important}
.m-hero--base.m-hero--style1.m-hero--content-left .m-hero__content,.m-hero--base.m-hero--style2.m-hero--content-left .m-hero__content{left:35% !important;transform:translate(-50%,-50%) scale(0.7) !important}
.m-hero--base.m-hero--style1.m-hero--content-extraleft .m-hero__content,.m-hero--base.m-hero--style2.m-hero--content-extraleft .m-hero__content{left:41% !important;transform:translate(-50%,-50%) scale(0.6) !important}
.m-hero--base.m-hero--style1.m-hero--content-extraleft .m-hero__content .m-hero__title,.m-hero--base.m-hero--style2.m-hero--content-extraleft .m-hero__content .m-hero__title{margin-bottom:0 !important}
}
@media(min-width:1300px){.m-hero--base.m-hero--style1.m-hero--content-extraleft .m-hero__content,.m-hero--base.m-hero--style2.m-hero--content-extraleft .m-hero__content{left:37.5% !important;transform:translate(-50%,-50%) scale(0.8) !important}
}
@media only screen and (min-width:1200px){.m-hero--base.m-hero--style1.m-hero--content-extraleft .m-hero__content,.m-hero--base.m-hero--style2.m-hero--content-extraleft .m-hero__content{left:35% !important;transform:translate(-50%,-50%) scale(0.7) !important}
.m-hero--base.m-hero--style2.m-hero--content-left .m-hero__content{left:32% !important;transform:translate(-50%,-50%) scale(0.8) !important}
.m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content{left:38% !important;transform:translate(50%,-50%) scale(0.8) !important}
.m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content .m-hero__header,.m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content h1,.m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content h2,.m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content h3,.m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content h4,.m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content h5,.m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content h6,.m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content p{text-align:right !important}
.m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content .h2-hero{text-align:right !important}
.m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content .h2-hero div{text-align:right !important}
.m-hero.m-hero--base.m-hero--medium.m-hero--style2.m-hero--content-right>section>div.container .m-hero__content{transform:translate(50%,-50%) scale(0.8) !important;left:38% !important}
}
@media(min-width:1920px){.m-hero.m-hero--base.m-hero--medium.m-hero--style2.m-hero--content-right>section>div.container .m-hero__content{left:46% !important;transform:translate(50%,-50%) scale(1) !important}
.m-hero--base.m-hero--style1.m-hero--content-extraleft .m-hero__content,.m-hero--base.m-hero--style2.m-hero--content-extraleft .m-hero__content{transform:translate(-50%,-50%) scale(1) !important}
.m-hero--base.m-hero--style1.m-hero--content-extraleft .m-hero__content .m-hero__extras,.m-hero--base.m-hero--style2.m-hero--content-extraleft .m-hero__content .m-hero__extras{margin-bottom:0}
}
@media only screen and (min-width:992px){.m-hero.m-hero--base.m-hero--medium.m-hero--content-left>section>div.container .m-hero__content .m-hero__extras .a-button--base{justify-content:start !important}
}
@media only screen and (min-width:992px){.m-hero.m-hero--base.m-hero--medium.m-hero--content-right>section>div.container .m-hero__content{transform:translate(50%,-50%) scale(0.8)}
.m-hero.m-hero--base.m-hero--medium.m-hero--content-right>section>div.container .m-hero__content .m-hero__header,.m-hero.m-hero--base.m-hero--medium.m-hero--content-right>section>div.container .m-hero__content h1,.m-hero.m-hero--base.m-hero--medium.m-hero--content-right>section>div.container .m-hero__content h2,.m-hero.m-hero--base.m-hero--medium.m-hero--content-right>section>div.container .m-hero__content h3,.m-hero.m-hero--base.m-hero--medium.m-hero--content-right>section>div.container .m-hero__content h4,.m-hero.m-hero--base.m-hero--medium.m-hero--content-right>section>div.container .m-hero__content h5,.m-hero.m-hero--base.m-hero--medium.m-hero--content-right>section>div.container .m-hero__content h6{text-align:right !important}
.m-hero.m-hero--base.m-hero--medium.m-hero--content-right>section>div.container .m-hero__content .h2-hero{text-align:right !important}
.m-hero.m-hero--base.m-hero--medium.m-hero--content-right>section>div.container .m-hero__content .h2-hero div{text-align:right !important}
.m-hero.m-hero--base.m-hero--medium.m-hero--content-right>section>div.container .m-hero__content .m-hero__extras .a-button--base{justify-content:end !important}
}
@media(min-width:992px) and (max-width:1024px){.m-hero.m-hero--base.m-hero--medium.m-hero--content-right>section>div.container .m-hero__content{left:49% !important}
}
@media(min-width:1025px) and (max-width:1138px){.m-hero.m-hero--base.m-hero--medium.m-hero--content-right>section>div.container .m-hero__content{left:52% !important}
}
@media(min-width:1139px) and (max-width:1180px){.m-hero.m-hero--base.m-hero--medium.m-hero--content-right>section>div.container .m-hero__content{left:49% !important}
}
@media(min-width:1300px) and (max-width:1900px){.m-hero.m-hero--base.m-hero--medium.m-hero--content-right>section>div.container .m-hero__content{left:57% !important}
}
@media(min-width:1200px) and (max-width:1300px){.m-hero.m-hero--base.m-hero--medium.m-hero--content-right>section>div.container .m-hero__content{left:55% !important}
}
@media(min-width:1900px){.m-hero.m-hero--base.m-hero--medium.m-hero--content-right>section>div.container .m-hero__content{left:40% !important}
}
@media(min-width:992px) and (max-width:1024px){.m-hero--base.m-hero--style1.m-hero--content-extraright,.m-hero--base.m-hero--style2.m-hero--content-extraright{height:320px !important;max-height:320px !important}
.m-hero--base.m-hero--style1.m-hero--content-extraright .m-hero__content,.m-hero--base.m-hero--style2.m-hero--content-extraright .m-hero__content{left:22% !important;transform:translate(50%,-50%) scale(0.6) !important}
}
@media(min-width:1025px) and (max-width:1138px){.m-hero--base.m-hero--style1.m-hero--content-extraright,.m-hero--base.m-hero--style2.m-hero--content-extraright{height:356px !important;max-height:356px !important}
.m-hero--base.m-hero--style1.m-hero--content-extraright .m-hero__content,.m-hero--base.m-hero--style2.m-hero--content-extraright .m-hero__content{left:22% !important}
}
@media(min-width:1139px) and (max-width:1180px){.m-hero--base.m-hero--style1.m-hero--content-extraright,.m-hero--base.m-hero--style2.m-hero--content-extraright{height:369px !important;max-height:369px !important}
.m-hero--base.m-hero--style1.m-hero--content-extraright .m-hero__content,.m-hero--base.m-hero--style2.m-hero--content-extraright .m-hero__content{left:23% !important}
}
@media(min-width:1300px){.m-hero--base.m-hero--style1.m-hero--content-extraright,.m-hero--base.m-hero--style2.m-hero--content-extraright{height:426px !important;max-height:426px !important}
.m-hero--base.m-hero--style1.m-hero--content-extraright .m-hero__content,.m-hero--base.m-hero--style2.m-hero--content-extraright .m-hero__content{left:29% !important}
}
@media(min-width:1900px){.m-hero--base.m-hero--style1.m-hero--content-extraright,.m-hero--base.m-hero--style2.m-hero--content-extraright{height:600px !important;max-height:600px !important}
.m-hero--base.m-hero--style1.m-hero--content-extraright .m-hero__content,.m-hero--base.m-hero--style2.m-hero--content-extraright .m-hero__content{left:31.5% !important;transform:translate(50%,-50%) scale(1) !important}
}
.m-hero--base.m-hero--style1.m-hero--content-extraright .m-hero__content .m-hero__header,.m-hero--base.m-hero--style2.m-hero--content-extraright .m-hero__content .m-hero__header,.m-hero--base.m-hero--style1.m-hero--content-extraright .m-hero__content h1,.m-hero--base.m-hero--style2.m-hero--content-extraright .m-hero__content h1,.m-hero--base.m-hero--style1.m-hero--content-extraright .m-hero__content h2,.m-hero--base.m-hero--style2.m-hero--content-extraright .m-hero__content h2,.m-hero--base.m-hero--style1.m-hero--content-extraright .m-hero__content h3,.m-hero--base.m-hero--style2.m-hero--content-extraright .m-hero__content h3,.m-hero--base.m-hero--style1.m-hero--content-extraright .m-hero__content h4,.m-hero--base.m-hero--style2.m-hero--content-extraright .m-hero__content h4,.m-hero--base.m-hero--style1.m-hero--content-extraright .m-hero__content h5,.m-hero--base.m-hero--style2.m-hero--content-extraright .m-hero__content h5,.m-hero--base.m-hero--style1.m-hero--content-extraright .m-hero__content h6,.m-hero--base.m-hero--style2.m-hero--content-extraright .m-hero__content h6,.m-hero--base.m-hero--style1.m-hero--content-extraright .m-hero__content p,.m-hero--base.m-hero--style2.m-hero--content-extraright .m-hero__content p{text-align:right !important}
.m-hero--base.m-hero--style1.m-hero--content-extraright .m-hero__content .h2-hero,.m-hero--base.m-hero--style2.m-hero--content-extraright .m-hero__content .h2-hero{text-align:right !important}
.m-hero--base.m-hero--style1.m-hero--content-extraright .m-hero__content .h2-hero div,.m-hero--base.m-hero--style2.m-hero--content-extraright .m-hero__content .h2-hero div{text-align:right !important}
@media only screen and (min-width:992px){.m-hero--base.m-hero--style1.m-hero--content-extraright .m-hero__content,.m-hero--base.m-hero--style2.m-hero--content-extraright .m-hero__content{transform:translate(50%,-50%) scale(0.7) !important}
}
@media(min-width:1900px){.m-hero--base.m-hero--style1.m-hero--content-extraright .m-hero__content,.m-hero--base.m-hero--style2.m-hero--content-extraright .m-hero__content{transform:translate(50%,-50%) scale(1) !important}
}
@media(min-width:1200px) and (max-width:1300px){.m-hero--base.m-hero--style1.m-hero--content-extraright .m-hero__content,.m-hero--base.m-hero--style2.m-hero--content-extraright .m-hero__content{left:27% !important}
}
@media(min-width:992px) and (max-width:1024px){.m-hero--base.m-hero--style1.m-hero--content-extraright .m-hero__content,.m-hero--base.m-hero--style2.m-hero--content-extraright .m-hero__content{transform:translate(50%,-50%) scale(0.6) !important}
}
.m-hero--base.m-hero--content-start>section>div.container .m-hero__content .h2-hero{font-family:'BaseFontLight',sans-serif;font-weight:500}
@media only screen and (min-width:992px){.m-hero--base.m-hero--content-start>section>div.container .m-hero__content{left:-10px !important}
.m-hero--base.m-hero--content-start>section>div.container .m-hero__content .m-hero__extras{margin-top:30px;margin-bottom:0}
}
.m-hero--base.m-hero--content-start>section>div.container .m-hero__media .cmp-image__image{object-position:center}
@media(min-width:992px) and (max-width:1024px){.m-hero--base.m-hero--content-extraright.m-hero--style2>section>div.container .m-hero__content .m-hero__body{top:20px !important}
}
@media only screen and (min-width:992px){.m-hero--base.m-hero--content-extraright.m-hero--style2>section>div.container .m-hero__content .m-hero__body{margin-left:0;width:100%;top:0}
.m-hero--base.m-hero--content-extraright.m-hero--style2>section>div.container .m-hero__content .m-hero__body p{transform:initial}
}
.m-hero--base.m-hero--content-extraright.m-hero--style2>section>div.container .m-hero__content .m-hero__body p{margin:20px 0 18px 0}
@media only screen and (max-width:767.98px){.m-hero.m-hero--base.m-hero--style1,.m-hero.m-hero--base.m-hero--style2{max-width:385px !important;width:100%;margin:0 auto 50px !important;overflow-x:hidden !important}
.m-hero.m-hero--base.m-hero--style1>section>div.container .m-hero__content,.m-hero.m-hero--base.m-hero--style2>section>div.container .m-hero__content{padding:20px 30px !important;display:flex;flex-direction:column;background-color:transparent}
.m-hero.m-hero--base.m-hero--style1>section>div.container .m-hero__content .m-hero__body,.m-hero.m-hero--base.m-hero--style2>section>div.container .m-hero__content .m-hero__body{order:1}
.m-hero.m-hero--base.m-hero--style1>section>div.container .m-hero__content .m-hero__body p,.m-hero.m-hero--base.m-hero--style2>section>div.container .m-hero__content .m-hero__body p{font-size:10px;line-height:15px;font-weight:400;font-family:'BaseFontLight',sans-serif;margin-top:30px;text-align:left !important}
.m-hero.m-hero--base.m-hero--style1>section>div.container .m-hero__content .m-hero__extras,.m-hero.m-hero--base.m-hero--style2>section>div.container .m-hero__content .m-hero__extras{text-align:center;margin-bottom:0}
.m-hero.m-hero--base.m-hero--style1>section>div.container .m-hero__content .m-hero__extras .btn,.m-hero.m-hero--base.m-hero--style2>section>div.container .m-hero__content .m-hero__extras .btn{margin-top:30px}
.m-hero.m-hero--base.m-hero--style1>section>div.container .m-hero__content .h2-hero,.m-hero.m-hero--base.m-hero--style2>section>div.container .m-hero__content .h2-hero{font-size:14px !important;font-weight:400;line-height:19px;font-family:BaseFontLight,sans-serif !important;color:#898989;margin-top:30px}
.m-hero.m-hero--base.m-hero--style1>section>div.container .m-hero__content h1,.m-hero.m-hero--base.m-hero--style2>section>div.container .m-hero__content h1{font-size:24px;font-family:BaseFontMedium,sans-serif;margin-bottom:0}
.m-hero.m-hero--base.m-hero--style1>section>div.container .m-hero__content h1 p,.m-hero.m-hero--base.m-hero--style2>section>div.container .m-hero__content h1 p{font-family:BaseFontMedium,sans-serif}
.m-hero.m-hero--base.m-hero--style1>section>div.container .m-hero__content h2,.m-hero.m-hero--base.m-hero--style2>section>div.container .m-hero__content h2{font-size:24px;font-family:BaseFontMedium,sans-serif;margin-bottom:0}
.m-hero.m-hero--base.m-hero--style1>section>div.container .m-hero__content h2 p,.m-hero.m-hero--base.m-hero--style2>section>div.container .m-hero__content h2 p{font-family:BaseFontMedium,sans-serif}
.m-hero.m-hero--base.m-hero--style1>section>div.container .m-hero__media,.m-hero.m-hero--base.m-hero--style2>section>div.container .m-hero__media{height:290px;min-width:auto !important}
.m-hero.m-hero--base.m-hero--style1>section>div.container .m-hero__media .cmp-image__image,.m-hero.m-hero--base.m-hero--style2>section>div.container .m-hero__media .cmp-image__image{object-fit:cover;object-position:76%}
}
@media only screen and (min-width:712px) and (max-width:991.98px){.m-hero.m-hero--base.m-hero--style1,.m-hero.m-hero--base.m-hero--style2{margin:0 auto 50px !important;overflow-x:hidden;max-width:70%}
.m-hero.m-hero--base.m-hero--style1>section>div.container .m-hero__content,.m-hero.m-hero--base.m-hero--style2>section>div.container .m-hero__content{display:flex;flex-direction:column;background-color:transparent;padding-bottom:0}
.m-hero.m-hero--base.m-hero--style1>section>div.container .m-hero__content .m-hero__body,.m-hero.m-hero--base.m-hero--style2>section>div.container .m-hero__content .m-hero__body{order:1}
.m-hero.m-hero--base.m-hero--style1>section>div.container .m-hero__content .m-hero__body p,.m-hero.m-hero--base.m-hero--style2>section>div.container .m-hero__content .m-hero__body p{font-size:10px;line-height:15px;font-weight:400;font-family:'BaseFontLight',sans-serif !important;margin-top:30px;text-align:left !important}
.m-hero.m-hero--base.m-hero--style1>section>div.container .m-hero__content .m-hero__extras,.m-hero.m-hero--base.m-hero--style2>section>div.container .m-hero__content .m-hero__extras{text-align:center;margin-bottom:0}
.m-hero.m-hero--base.m-hero--style1>section>div.container .m-hero__content .m-hero__extras .btn,.m-hero.m-hero--base.m-hero--style2>section>div.container .m-hero__content .m-hero__extras .btn{margin-top:30px}
.m-hero.m-hero--base.m-hero--style1>section>div.container .m-hero__content .h2-hero,.m-hero.m-hero--base.m-hero--style2>section>div.container .m-hero__content .h2-hero{font-size:14px !important;font-weight:400;line-height:19px;font-family:BaseFontLight,sans-serif;color:#262525;text-align:left;margin-top:30px;margin-bottom:0}
.m-hero.m-hero--base.m-hero--style1>section>div.container .m-hero__content h1,.m-hero.m-hero--base.m-hero--style2>section>div.container .m-hero__content h1{font-size:24px;font-family:BaseFontMedium,sans-serif;margin-bottom:0}
.m-hero.m-hero--base.m-hero--style1>section>div.container .m-hero__content h2,.m-hero.m-hero--base.m-hero--style2>section>div.container .m-hero__content h2{font-size:24px;font-family:BaseFontMedium,sans-serif;margin-bottom:0}
.m-hero.m-hero--base.m-hero--style1>section>div.container .m-hero__media,.m-hero.m-hero--base.m-hero--style2>section>div.container .m-hero__media{min-width:100% !important}
.m-hero.m-hero--base.m-hero--style1>section>div.container .m-hero__media .cmp-image__image,.m-hero.m-hero--base.m-hero--style2>section>div.container .m-hero__media .cmp-image__image{object-position:76%;object-fit:cover}
}
@media only screen and (min-width:712px) and (max-width:991.98px){.m-hero.m-hero--base.m-hero--style2.m-hero--width-100{max-width:100% !important}
}
@media only screen and (max-width:991.98px){.m-hero--base.m-hero--style1.o-color-bg-blue .m-hero__content,.m-hero--base.m-hero--style2.o-color-bg-blue .m-hero__content{background-color:#022e5c !important}
.m-hero--base.m-hero--style1 .a-button--base,.m-hero--base.m-hero--style2 .a-button--base{justify-content:center !important}
}
.m-hero--base.o-color-title-blue-orange .m-hero__content .m-hero__header,.m-hero--base.o-color-title-blue-orange .m-hero__content h1,.m-hero--base.o-color-title-blue-orange .m-hero__content h2,.m-hero--base.o-color-title-blue-orange .m-hero__content h3,.m-hero--base.o-color-title-blue-orange .m-hero__content h4,.m-hero--base.o-color-title-blue-orange .m-hero__content h5,.m-hero--base.o-color-title-blue-orange .m-hero__content h6{color:#ebb465}
.m-hero--base.o-color-title-blue-orange .m-hero__content .m-hero__header span,.m-hero--base.o-color-title-blue-orange .m-hero__content h1 span,.m-hero--base.o-color-title-blue-orange .m-hero__content h2 span,.m-hero--base.o-color-title-blue-orange .m-hero__content h3 span,.m-hero--base.o-color-title-blue-orange .m-hero__content h4 span,.m-hero--base.o-color-title-blue-orange .m-hero__content h5 span,.m-hero--base.o-color-title-blue-orange .m-hero__content h6 span{color:#365ea3 !important}
.m-hero--base.o-color-title-paleblue .m-hero__content .m-hero__header,.m-hero--base.o-color-title-paleblue .m-hero__content h1,.m-hero--base.o-color-title-paleblue .m-hero__content h2,.m-hero--base.o-color-title-paleblue .m-hero__content h3,.m-hero--base.o-color-title-paleblue .m-hero__content h4,.m-hero--base.o-color-title-paleblue .m-hero__content h5,.m-hero--base.o-color-title-paleblue .m-hero__content h6{color:#0b97d5}
.m-hero--base.o-color-title-brightorange .m-hero__content .m-hero__header,.m-hero--base.o-color-title-brightorange .m-hero__content h1,.m-hero--base.o-color-title-brightorange .m-hero__content h2,.m-hero--base.o-color-title-brightorange .m-hero__content h3,.m-hero--base.o-color-title-brightorange .m-hero__content h4,.m-hero--base.o-color-title-brightorange .m-hero__content h5,.m-hero--base.o-color-title-brightorange .m-hero__content h6{color:orange}
.m-hero--base.o-color-title-brightyellow .m-hero__content .m-hero__header,.m-hero--base.o-color-title-brightyellow .m-hero__content h1,.m-hero--base.o-color-title-brightyellow .m-hero__content h2,.m-hero--base.o-color-title-brightyellow .m-hero__content h3,.m-hero--base.o-color-title-brightyellow .m-hero__content h4,.m-hero--base.o-color-title-brightyellow .m-hero__content h5,.m-hero--base.o-color-title-brightyellow .m-hero__content h6{color:#f2a928}
.m-hero--base.o-color-title-amber .m-hero__content .m-hero__header,.m-hero--base.o-color-title-amber .m-hero__content h1,.m-hero--base.o-color-title-amber .m-hero__content h2,.m-hero--base.o-color-title-amber .m-hero__content h3,.m-hero--base.o-color-title-amber .m-hero__content h4,.m-hero--base.o-color-title-amber .m-hero__content h5,.m-hero--base.o-color-title-amber .m-hero__content h6{color:#f1853a}
.m-hero--base.o-color-title-amber .m-hero__content .m-hero__header span,.m-hero--base.o-color-title-amber .m-hero__content h1 span,.m-hero--base.o-color-title-amber .m-hero__content h2 span,.m-hero--base.o-color-title-amber .m-hero__content h3 span,.m-hero--base.o-color-title-amber .m-hero__content h4 span,.m-hero--base.o-color-title-amber .m-hero__content h5 span,.m-hero--base.o-color-title-amber .m-hero__content h6 span{color:#fff !important}
.m-hero--base.o-color-title-fadedblue .m-hero__content .m-hero__header,.m-hero--base.o-color-title-fadedblue .m-hero__content h1,.m-hero--base.o-color-title-fadedblue .m-hero__content h2,.m-hero--base.o-color-title-fadedblue .m-hero__content h3,.m-hero--base.o-color-title-fadedblue .m-hero__content h4,.m-hero--base.o-color-title-fadedblue .m-hero__content h5,.m-hero--base.o-color-title-fadedblue .m-hero__content h6{color:#0262ac !important}
.m-hero--base.o-color-title-grey .m-hero__content .m-hero__header,.m-hero--base.o-color-title-grey .m-hero__content h1,.m-hero--base.o-color-title-grey .m-hero__content h2,.m-hero--base.o-color-title-grey .m-hero__content h3,.m-hero--base.o-color-title-grey .m-hero__content h4,.m-hero--base.o-color-title-grey .m-hero__content h5,.m-hero--base.o-color-title-grey .m-hero__content h6{color:#212529 !important}
.m-hero--base.o-color-title-summer-skyblue .m-hero__content .m-hero__header,.m-hero--base.o-color-title-summer-skyblue .m-hero__content h1,.m-hero--base.o-color-title-summer-skyblue .m-hero__content h2,.m-hero--base.o-color-title-summer-skyblue .m-hero__content h3,.m-hero--base.o-color-title-summer-skyblue .m-hero__content h4,.m-hero--base.o-color-title-summer-skyblue .m-hero__content h5,.m-hero--base.o-color-title-summer-skyblue .m-hero__content h6,.m-hero--base.o-color-title-summer-skyblue .m-hero__content p{color:#1cbfe6 !important}
.m-hero--base.o-color-title-summer-skyblue .m-hero__content .m-hero__header span,.m-hero--base.o-color-title-summer-skyblue .m-hero__content h1 span,.m-hero--base.o-color-title-summer-skyblue .m-hero__content h2 span,.m-hero--base.o-color-title-summer-skyblue .m-hero__content h3 span,.m-hero--base.o-color-title-summer-skyblue .m-hero__content h4 span,.m-hero--base.o-color-title-summer-skyblue .m-hero__content h5 span,.m-hero--base.o-color-title-summer-skyblue .m-hero__content h6 span,.m-hero--base.o-color-title-summer-skyblue .m-hero__content p span{color:#fff !important}
.m-hero--base.o-color-title-orange .m-hero__content .m-hero__header,.m-hero--base.o-color-title-orange .m-hero__content h1,.m-hero--base.o-color-title-orange .m-hero__content h2,.m-hero--base.o-color-title-orange .m-hero__content h3,.m-hero--base.o-color-title-orange .m-hero__content h4,.m-hero--base.o-color-title-orange .m-hero__content h5,.m-hero--base.o-color-title-orange .m-hero__content h6,.m-hero--base.o-color-title-orange .m-hero__content p{color:#fcbb5f}
.m-hero--base.o-color-title-orange .m-hero__content .m-hero__header span,.m-hero--base.o-color-title-orange .m-hero__content h1 span,.m-hero--base.o-color-title-orange .m-hero__content h2 span,.m-hero--base.o-color-title-orange .m-hero__content h3 span,.m-hero--base.o-color-title-orange .m-hero__content h4 span,.m-hero--base.o-color-title-orange .m-hero__content h5 span,.m-hero--base.o-color-title-orange .m-hero__content h6 span,.m-hero--base.o-color-title-orange .m-hero__content p span{color:#fff !important}
.m-hero--base.o-color-title-blue .m-hero__header,.m-hero--base.o-color-title-blue h1,.m-hero--base.o-color-title-blue h2,.m-hero--base.o-color-title-blue h3,.m-hero--base.o-color-title-blue h4,.m-hero--base.o-color-title-blue h5,.m-hero--base.o-color-title-blue h6,.m-hero--base.o-color-title-blue p{color:#004084 !important}
.m-hero--base.o-color-title-lightblue .m-hero__header,.m-hero--base.o-color-title-lightblue h1,.m-hero--base.o-color-title-lightblue h2,.m-hero--base.o-color-title-lightblue h3,.m-hero--base.o-color-title-lightblue h4,.m-hero--base.o-color-title-lightblue h5,.m-hero--base.o-color-title-lightblue h6,.m-hero--base.o-color-title-lightblue p{color:#06305e !important}
.m-hero--base.o-color-title-white .m-hero__header,.m-hero--base.o-color-title-white h1,.m-hero--base.o-color-title-white h2,.m-hero--base.o-color-title-white h3,.m-hero--base.o-color-title-white h4,.m-hero--base.o-color-title-white h5,.m-hero--base.o-color-title-white h6,.m-hero--base.o-color-title-white p{color:#fff !important}
.m-hero--base.o-color-title-white .m-hero__header span,.m-hero--base.o-color-title-white h1 span,.m-hero--base.o-color-title-white h2 span,.m-hero--base.o-color-title-white h3 span,.m-hero--base.o-color-title-white h4 span,.m-hero--base.o-color-title-white h5 span,.m-hero--base.o-color-title-white h6 span,.m-hero--base.o-color-title-white p span{color:#d89300 !important}
.m-hero--base.o-color-title-white-orange .m-hero__header,.m-hero--base.o-color-title-white-orange h1,.m-hero--base.o-color-title-white-orange h2,.m-hero--base.o-color-title-white-orange h3,.m-hero--base.o-color-title-white-orange h4,.m-hero--base.o-color-title-white-orange h5,.m-hero--base.o-color-title-white-orange h6,.m-hero--base.o-color-title-white-orange p{color:#fff !important}
.m-hero--base.o-color-title-white-orange .m-hero__header span,.m-hero--base.o-color-title-white-orange h1 span,.m-hero--base.o-color-title-white-orange h2 span,.m-hero--base.o-color-title-white-orange h3 span,.m-hero--base.o-color-title-white-orange h4 span,.m-hero--base.o-color-title-white-orange h5 span,.m-hero--base.o-color-title-white-orange h6 span,.m-hero--base.o-color-title-white-orange p span{color:#fcbb5f !important}
.m-hero--base.o-color-title-white-light-orange .m-hero__header,.m-hero--base.o-color-title-white-light-orange h1,.m-hero--base.o-color-title-white-light-orange h2,.m-hero--base.o-color-title-white-light-orange h3,.m-hero--base.o-color-title-white-light-orange h4,.m-hero--base.o-color-title-white-light-orange h5,.m-hero--base.o-color-title-white-light-orange h6,.m-hero--base.o-color-title-white-light-orange p{color:#fff !important}
.m-hero--base.o-color-title-white-light-orange .m-hero__header span,.m-hero--base.o-color-title-white-light-orange h1 span,.m-hero--base.o-color-title-white-light-orange h2 span,.m-hero--base.o-color-title-white-light-orange h3 span,.m-hero--base.o-color-title-white-light-orange h4 span,.m-hero--base.o-color-title-white-light-orange h5 span,.m-hero--base.o-color-title-white-light-orange h6 span,.m-hero--base.o-color-title-white-light-orange p span{color:#f4c47b !important}
.m-hero--base.o-color-title-black .m-hero__header,.m-hero--base.o-color-title-black h1,.m-hero--base.o-color-title-black h2,.m-hero--base.o-color-title-black h3,.m-hero--base.o-color-title-black h4,.m-hero--base.o-color-title-black h5,.m-hero--base.o-color-title-black h6,.m-hero--base.o-color-title-black p{color:#000 !important}
.m-hero--base.o-color-title-darkpink .m-hero__header,.m-hero--base.o-color-title-darkpink h1,.m-hero--base.o-color-title-darkpink h2,.m-hero--base.o-color-title-darkpink h3,.m-hero--base.o-color-title-darkpink h4,.m-hero--base.o-color-title-darkpink h5,.m-hero--base.o-color-title-darkpink h6,.m-hero--base.o-color-title-darkpink p{color:#4b3661 !important}
.m-hero--base.o-color-title-pink .m-hero__header,.m-hero--base.o-color-title-pink h1,.m-hero--base.o-color-title-pink h2,.m-hero--base.o-color-title-pink h3,.m-hero--base.o-color-title-pink h4,.m-hero--base.o-color-title-pink h5,.m-hero--base.o-color-title-pink h6,.m-hero--base.o-color-title-pink p{color:#6f5787 !important}
.m-hero--base.o-color-title-lightyellow .m-hero__header,.m-hero--base.o-color-title-lightyellow h1,.m-hero--base.o-color-title-lightyellow h2,.m-hero--base.o-color-title-lightyellow h3,.m-hero--base.o-color-title-lightyellow h4,.m-hero--base.o-color-title-lightyellow h5,.m-hero--base.o-color-title-lightyellow h6,.m-hero--base.o-color-title-lightyellow p{color:#fef12c !important}
.m-hero--base.o-color-title-lightyellow .m-hero__header span,.m-hero--base.o-color-title-lightyellow h1 span,.m-hero--base.o-color-title-lightyellow h2 span,.m-hero--base.o-color-title-lightyellow h3 span,.m-hero--base.o-color-title-lightyellow h4 span,.m-hero--base.o-color-title-lightyellow h5 span,.m-hero--base.o-color-title-lightyellow h6 span,.m-hero--base.o-color-title-lightyellow p span{color:#fff !important}
.m-hero--base.o-color-title-darkblue .m-hero__header,.m-hero--base.o-color-title-darkblue h1,.m-hero--base.o-color-title-darkblue h2,.m-hero--base.o-color-title-darkblue h3,.m-hero--base.o-color-title-darkblue h4,.m-hero--base.o-color-title-darkblue h5,.m-hero--base.o-color-title-darkblue h6,.m-hero--base.o-color-title-darkblue p{color:#064181 !important}
.m-hero--base.o-color-title-darkblue .m-hero__header span,.m-hero--base.o-color-title-darkblue h1 span,.m-hero--base.o-color-title-darkblue h2 span,.m-hero--base.o-color-title-darkblue h3 span,.m-hero--base.o-color-title-darkblue h4 span,.m-hero--base.o-color-title-darkblue h5 span,.m-hero--base.o-color-title-darkblue h6 span,.m-hero--base.o-color-title-darkblue p span{color:#ffb420 !important}
.m-hero--base.o-color-title-yellow .m-hero__header,.m-hero--base.o-color-title-yellow h1,.m-hero--base.o-color-title-yellow h2,.m-hero--base.o-color-title-yellow h3,.m-hero--base.o-color-title-yellow h4,.m-hero--base.o-color-title-yellow h5,.m-hero--base.o-color-title-yellow h6,.m-hero--base.o-color-title-yellow p{color:#ffbe1c !important}
.m-hero--base.o-color-title-darkorange .m-hero__header,.m-hero--base.o-color-title-darkorange h1,.m-hero--base.o-color-title-darkorange h2,.m-hero--base.o-color-title-darkorange h3,.m-hero--base.o-color-title-darkorange h4,.m-hero--base.o-color-title-darkorange h5,.m-hero--base.o-color-title-darkorange h6,.m-hero--base.o-color-title-darkorange p{color:#d6a966}
.m-hero--base.o-color-title-darkyellow .m-hero__content .m-hero__header,.m-hero--base.o-color-title-darkyellow .m-hero__content h1,.m-hero--base.o-color-title-darkyellow .m-hero__content h2,.m-hero--base.o-color-title-darkyellow .m-hero__content h3,.m-hero--base.o-color-title-darkyellow .m-hero__content h4,.m-hero--base.o-color-title-darkyellow .m-hero__content h5,.m-hero--base.o-color-title-darkyellow .m-hero__content h6{color:#f9b234}
.m-hero--base.o-color-title-violet .m-hero__content .m-hero__header,.m-hero--base.o-color-title-violet .m-hero__content h1,.m-hero--base.o-color-title-violet .m-hero__content h2,.m-hero--base.o-color-title-violet .m-hero__content h3,.m-hero--base.o-color-title-violet .m-hero__content h4,.m-hero--base.o-color-title-violet .m-hero__content h5,.m-hero--base.o-color-title-violet .m-hero__content h6{color:#00529b}
.m-hero--base.o-color-title-green .m-hero__content .m-hero__header,.m-hero--base.o-color-title-green .m-hero__content h1,.m-hero--base.o-color-title-green .m-hero__content h2,.m-hero--base.o-color-title-green .m-hero__content h3,.m-hero--base.o-color-title-green .m-hero__content h4,.m-hero--base.o-color-title-green .m-hero__content h5,.m-hero--base.o-color-title-green .m-hero__content h6{color:#94a639}
.m-hero--base.o-color-title-green .m-hero__content .m-hero__header span,.m-hero--base.o-color-title-green .m-hero__content h1 span,.m-hero--base.o-color-title-green .m-hero__content h2 span,.m-hero--base.o-color-title-green .m-hero__content h3 span,.m-hero--base.o-color-title-green .m-hero__content h4 span,.m-hero--base.o-color-title-green .m-hero__content h5 span,.m-hero--base.o-color-title-green .m-hero__content h6 span{color:#ff0073 !important}
.m-hero--base.o-color-title-blue-amber .m-hero__content .m-hero__header span:first-child,.m-hero--base.o-color-title-blue-amber .m-hero__content h1 span:first-child,.m-hero--base.o-color-title-blue-amber .m-hero__content h2 span:first-child,.m-hero--base.o-color-title-blue-amber .m-hero__content h3 span:first-child,.m-hero--base.o-color-title-blue-amber .m-hero__content h4 span:first-child,.m-hero--base.o-color-title-blue-amber .m-hero__content h5 span:first-child,.m-hero--base.o-color-title-blue-amber .m-hero__content h6 span:first-child{color:#1cbfe6;background-color:#fff}
.m-hero--base.o-color-title-blue-amber .m-hero__content .m-hero__header span:last-child,.m-hero--base.o-color-title-blue-amber .m-hero__content h1 span:last-child,.m-hero--base.o-color-title-blue-amber .m-hero__content h2 span:last-child,.m-hero--base.o-color-title-blue-amber .m-hero__content h3 span:last-child,.m-hero--base.o-color-title-blue-amber .m-hero__content h4 span:last-child,.m-hero--base.o-color-title-blue-amber .m-hero__content h5 span:last-child,.m-hero--base.o-color-title-blue-amber .m-hero__content h6 span:last-child{color:#f1853a;background-color:#fff}
.m-hero--base.o-color-title-blue-yellow .m-hero__content .m-hero__header,.m-hero--base.o-color-title-blue-yellow .m-hero__content h1,.m-hero--base.o-color-title-blue-yellow .m-hero__content h2,.m-hero--base.o-color-title-blue-yellow .m-hero__content h3,.m-hero--base.o-color-title-blue-yellow .m-hero__content h4,.m-hero--base.o-color-title-blue-yellow .m-hero__content h5,.m-hero--base.o-color-title-blue-yellow .m-hero__content h6{color:#1cbfe6}
.m-hero--base.o-color-title-blue-yellow .m-hero__content .m-hero__header span,.m-hero--base.o-color-title-blue-yellow .m-hero__content h1 span,.m-hero--base.o-color-title-blue-yellow .m-hero__content h2 span,.m-hero--base.o-color-title-blue-yellow .m-hero__content h3 span,.m-hero--base.o-color-title-blue-yellow .m-hero__content h4 span,.m-hero--base.o-color-title-blue-yellow .m-hero__content h5 span,.m-hero--base.o-color-title-blue-yellow .m-hero__content h6 span{color:#ffc300}
.m-hero--base.o-color-title-blue-darkorange .m-hero__content .m-hero__header,.m-hero--base.o-color-title-blue-darkorange .m-hero__content h1,.m-hero--base.o-color-title-blue-darkorange .m-hero__content h2,.m-hero--base.o-color-title-blue-darkorange .m-hero__content h3,.m-hero--base.o-color-title-blue-darkorange .m-hero__content h4,.m-hero--base.o-color-title-blue-darkorange .m-hero__content h5,.m-hero--base.o-color-title-blue-darkorange .m-hero__content h6{color:#fcbb5f}
.m-hero--base.o-color-title-blue-darkorange .m-hero__content .m-hero__header span,.m-hero--base.o-color-title-blue-darkorange .m-hero__content h1 span,.m-hero--base.o-color-title-blue-darkorange .m-hero__content h2 span,.m-hero--base.o-color-title-blue-darkorange .m-hero__content h3 span,.m-hero--base.o-color-title-blue-darkorange .m-hero__content h4 span,.m-hero--base.o-color-title-blue-darkorange .m-hero__content h5 span,.m-hero--base.o-color-title-blue-darkorange .m-hero__content h6 span{color:#fff}
.m-hero--base.a-fontfamily-bold>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontfamily-bold>section>div.container .m-hero__content h1,.m-hero--base.a-fontfamily-bold>section>div.container .m-hero__content h2,.m-hero--base.a-fontfamily-bold>section>div.container .m-hero__content h3,.m-hero--base.a-fontfamily-bold>section>div.container .m-hero__content h4,.m-hero--base.a-fontfamily-bold>section>div.container .m-hero__content h5,.m-hero--base.a-fontfamily-bold>section>div.container .m-hero__content h6{font-family:var(--a-fontfamily-bold) !important}
.m-hero--base.a-fontfamily-medium>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontfamily-medium>section>div.container .m-hero__content h1,.m-hero--base.a-fontfamily-medium>section>div.container .m-hero__content h2,.m-hero--base.a-fontfamily-medium>section>div.container .m-hero__content h3,.m-hero--base.a-fontfamily-medium>section>div.container .m-hero__content h4,.m-hero--base.a-fontfamily-medium>section>div.container .m-hero__content h5,.m-hero--base.a-fontfamily-medium>section>div.container .m-hero__content h6{font-family:var(--a-fontfamily-medium)}
.m-hero--base.a-fontfamily-medium>section>div.container .m-hero__content .m-hero__header p:first-child,.m-hero--base.a-fontfamily-medium>section>div.container .m-hero__content h1 p:first-child,.m-hero--base.a-fontfamily-medium>section>div.container .m-hero__content h2 p:first-child,.m-hero--base.a-fontfamily-medium>section>div.container .m-hero__content h3 p:first-child,.m-hero--base.a-fontfamily-medium>section>div.container .m-hero__content h4 p:first-child,.m-hero--base.a-fontfamily-medium>section>div.container .m-hero__content h5 p:first-child,.m-hero--base.a-fontfamily-medium>section>div.container .m-hero__content h6 p:first-child{font-family:var(--a-fontfamily-medium) !important}
.m-hero--base.a-fontfamily-medium>section>div.container .m-hero__content .m-hero__header p:last-child,.m-hero--base.a-fontfamily-medium>section>div.container .m-hero__content h1 p:last-child,.m-hero--base.a-fontfamily-medium>section>div.container .m-hero__content h2 p:last-child,.m-hero--base.a-fontfamily-medium>section>div.container .m-hero__content h3 p:last-child,.m-hero--base.a-fontfamily-medium>section>div.container .m-hero__content h4 p:last-child,.m-hero--base.a-fontfamily-medium>section>div.container .m-hero__content h5 p:last-child,.m-hero--base.a-fontfamily-medium>section>div.container .m-hero__content h6 p:last-child{font-family:BaseFontLight,sans-serif !important}
.m-hero--base.a-fontfamily-regular>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontfamily-regular>section>div.container .m-hero__content h1,.m-hero--base.a-fontfamily-regular>section>div.container .m-hero__content h2,.m-hero--base.a-fontfamily-regular>section>div.container .m-hero__content h3,.m-hero--base.a-fontfamily-regular>section>div.container .m-hero__content h4,.m-hero--base.a-fontfamily-regular>section>div.container .m-hero__content h5,.m-hero--base.a-fontfamily-regular>section>div.container .m-hero__content h6{font-family:var(--a-fontfamily-regular)}
.m-hero--base.a-fontfamily-light>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontfamily-light>section>div.container .m-hero__content h1,.m-hero--base.a-fontfamily-light>section>div.container .m-hero__content h2,.m-hero--base.a-fontfamily-light>section>div.container .m-hero__content h3,.m-hero--base.a-fontfamily-light>section>div.container .m-hero__content h4,.m-hero--base.a-fontfamily-light>section>div.container .m-hero__content h5,.m-hero--base.a-fontfamily-light>section>div.container .m-hero__content h6{font-family:BaseFontLight,sans-serif}
.m-hero--base.a-fontfamily-light>section>div.container .m-hero__content .m-hero__header strong,.m-hero--base.a-fontfamily-light>section>div.container .m-hero__content h1 strong,.m-hero--base.a-fontfamily-light>section>div.container .m-hero__content h2 strong,.m-hero--base.a-fontfamily-light>section>div.container .m-hero__content h3 strong,.m-hero--base.a-fontfamily-light>section>div.container .m-hero__content h4 strong,.m-hero--base.a-fontfamily-light>section>div.container .m-hero__content h5 strong,.m-hero--base.a-fontfamily-light>section>div.container .m-hero__content h6 strong{font-family:var(--a-fontfamily-medium)}
.m-hero--base.a-fontfamily-CanoodleRegular>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontfamily-CanoodleRegular>section>div.container .m-hero__content h1{font-family:BaseFontCanoodleRegular,sans-serif !important}
.m-hero--base.a-fontfamily-sub-light-regular>section>div.container .m-hero__content .h2-hero{font-family:BaseFontLight,sans-serif}
.m-hero--base.a-fontfamily-sub-light-regular>section>div.container .m-hero__content .h2-hero strong{font-family:var(--a-fontfamily-regular)}
.m-hero--base.a-fontfamily-sub-light-regular>section>div.container .m-hero__content .h2-hero span{font-family:var(--a-fontfamily-regular)}
.m-hero--base.a-fontfamily-sub-bold>section>div.container .m-hero__content .h2-hero{font-family:var(--a-fontfamily-bold)}
.m-hero--base.a-fontfamily-sub-medium>section>div.container .m-hero__content .h2-hero{font-family:var(--a-fontfamily-medium)}
.m-hero--base.a-fontfamily-sub-light>section>div.container .m-hero__content .h2-hero{font-family:BaseFontLight,sans-serif}
.m-hero--base.a-fontfamily-sub-lighter>section>div.container .m-hero__content .h2-hero{font-family:BaseFontLighter,sans-serif}
.m-hero--base.a-fontfamily-sub-CanoodleRegular>section>div.container .m-hero__content .h2-hero{font-family:BaseFontCanoodleRegular,sans-serif}
.m-hero--base.a-lineheight-subtitle-110px>section>div.container .m-hero__content .h2-hero{line-height:110px !important}
.m-hero--base.a-lineheight-subtitle-69px>section>div.container .m-hero__content .h2-hero{line-height:69px !important}
.m-hero--base.a-lineheight-subtitle-39px>section>div.container .m-hero__content .h2-hero{line-height:39px !important}
.m-hero--base.a-lineheight-subtitle-23px>section>div.container .m-hero__content .h2-hero{line-height:23px !important}
@media only screen and (max-width:991.98px){.m-hero--base.a-fontfamily-m-bold>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontfamily-m-bold>section>div.container .m-hero__content h1,.m-hero--base.a-fontfamily-m-bold>section>div.container .m-hero__content h2,.m-hero--base.a-fontfamily-m-bold>section>div.container .m-hero__content h3,.m-hero--base.a-fontfamily-m-bold>section>div.container .m-hero__content h4,.m-hero--base.a-fontfamily-m-bold>section>div.container .m-hero__content h5,.m-hero--base.a-fontfamily-m-bold>section>div.container .m-hero__content h6{font-family:var(--a-fontfamily-bold)}
.m-hero--base.a-fontfamily-m-medium>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontfamily-m-medium>section>div.container .m-hero__content h1,.m-hero--base.a-fontfamily-m-medium>section>div.container .m-hero__content h2,.m-hero--base.a-fontfamily-m-medium>section>div.container .m-hero__content h3,.m-hero--base.a-fontfamily-m-medium>section>div.container .m-hero__content h4,.m-hero--base.a-fontfamily-m-medium>section>div.container .m-hero__content h5,.m-hero--base.a-fontfamily-m-medium>section>div.container .m-hero__content h6{font-family:var(--a-fontfamily-medium)}
.m-hero--base.a-fontfamily-m-light>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontfamily-m-light>section>div.container .m-hero__content h1,.m-hero--base.a-fontfamily-m-light>section>div.container .m-hero__content h2,.m-hero--base.a-fontfamily-m-light>section>div.container .m-hero__content h3,.m-hero--base.a-fontfamily-m-light>section>div.container .m-hero__content h4,.m-hero--base.a-fontfamily-m-light>section>div.container .m-hero__content h5,.m-hero--base.a-fontfamily-m-light>section>div.container .m-hero__content h6{font-family:BaseFontLight,sans-serif !important}
.m-hero--base.a-fontfamily-m-CanoodleRegular>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontfamily-m-CanoodleRegular>section>div.container .m-hero__content h1{font-family:BaseFontCanoodleRegular,sans-serif !important}
.m-hero--base.a-fontfamily-m-regular>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontfamily-m-regular>section>div.container .m-hero__content h1,.m-hero--base.a-fontfamily-m-regular>section>div.container .m-hero__content h2,.m-hero--base.a-fontfamily-m-regular>section>div.container .m-hero__content h3,.m-hero--base.a-fontfamily-m-regular>section>div.container .m-hero__content h4,.m-hero--base.a-fontfamily-m-regular>section>div.container .m-hero__content h5,.m-hero--base.a-fontfamily-m-regular>section>div.container .m-hero__content h6{font-family:BaseFontRegular,sans-serif}
.m-hero--base.m-hero--style2.a-fontfamily-sub-m-bold>section>div.container .m-hero__content .h2-hero{font-family:var(--a-fontfamily-bold) !important}
}
@media only screen and (min-width:992px){.m-hero--base.a-line-height-39px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-line-height-39px>section>div.container .m-hero__content h1,.m-hero--base.a-line-height-39px>section>div.container .m-hero__content h2,.m-hero--base.a-line-height-39px>section>div.container .m-hero__content h3,.m-hero--base.a-line-height-39px>section>div.container .m-hero__content h4,.m-hero--base.a-line-height-39px>section>div.container .m-hero__content h5,.m-hero--base.a-line-height-39px>section>div.container .m-hero__content h6{line-height:39px}
.m-hero--base.a-line-height-65px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-line-height-65px>section>div.container .m-hero__content h1,.m-hero--base.a-line-height-65px>section>div.container .m-hero__content h2,.m-hero--base.a-line-height-65px>section>div.container .m-hero__content h3,.m-hero--base.a-line-height-65px>section>div.container .m-hero__content h4,.m-hero--base.a-line-height-65px>section>div.container .m-hero__content h5,.m-hero--base.a-line-height-65px>section>div.container .m-hero__content h6{line-height:65px}
.m-hero--base.a-line-height-60px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-line-height-60px>section>div.container .m-hero__content h1,.m-hero--base.a-line-height-60px>section>div.container .m-hero__content h2,.m-hero--base.a-line-height-60px>section>div.container .m-hero__content h3,.m-hero--base.a-line-height-60px>section>div.container .m-hero__content h4,.m-hero--base.a-line-height-60px>section>div.container .m-hero__content h5,.m-hero--base.a-line-height-60px>section>div.container .m-hero__content h6{line-height:60px}
}
@media only screen and (min-width:1200px){.m-hero--base.a-fontsize-22px>section>div.container .m-hero__content,.m-hero--base.m-hero--style2.m-hero--content-left.a-fontsize-22px .m-hero__content{left:21% !important}
}
@media(min-width:1900px){.m-hero--base.a-fontsize-22px>section>div.container .m-hero__content,.m-hero--base.m-hero--style2.m-hero--content-left.a-fontsize-22px .m-hero__content{transform:translate(-50%,-50%) scale(1) !important}
}
@media only screen and (min-width:992px){.m-hero--base.a-fontsize-22px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.m-hero--style2.m-hero--content-left.a-fontsize-22px .m-hero__content .m-hero__header,.m-hero--base.a-fontsize-22px>section>div.container .m-hero__content h1,.m-hero--base.m-hero--style2.m-hero--content-left.a-fontsize-22px .m-hero__content h1{font-size:22px;line-height:49px;width:70%;margin-left:auto}
}
@media only screen and (max-width:991.98px){.m-hero--base.a-fontsize-22px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.m-hero--style2.m-hero--content-left.a-fontsize-22px .m-hero__content .m-hero__header,.m-hero--base.a-fontsize-22px>section>div.container .m-hero__content h1,.m-hero--base.m-hero--style2.m-hero--content-left.a-fontsize-22px .m-hero__content h1{font-size:15px !important;line-height:37px}
}
@media(max-width:767px){.m-hero--base.a-fontsize-22px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.m-hero--style2.m-hero--content-left.a-fontsize-22px .m-hero__content .m-hero__header,.m-hero--base.a-fontsize-22px>section>div.container .m-hero__content h1,.m-hero--base.m-hero--style2.m-hero--content-left.a-fontsize-22px .m-hero__content h1{font-size:12px !important;line-height:37px !important}
}
@media(min-width:992px) and (max-width:1024px){.m-hero--base.a-fontsize-130px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontsize-130px>section>div.container .m-hero__content h1{font-size:105px !important;line-height:80px !important}
}
@media only screen and (min-width:1200px){.m-hero--base.a-fontsize-130px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontsize-130px>section>div.container .m-hero__content h1{font-size:130px;line-height:110px}
}
@media only screen and (max-width:991.98px){.m-hero--base.a-fontsize-130px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontsize-130px>section>div.container .m-hero__content h1{font-size:64px;line-height:59px}
}
.m-hero--base.a-fontsize-24px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontsize-24px>section>div.container .m-hero__content h1,.m-hero--base.a-fontsize-24px>section>div.container .m-hero__content h2,.m-hero--base.a-fontsize-24px>section>div.container .m-hero__content h3,.m-hero--base.a-fontsize-24px>section>div.container .m-hero__content h4,.m-hero--base.a-fontsize-24px>section>div.container .m-hero__content h5,.m-hero--base.a-fontsize-24px>section>div.container .m-hero__content h6{font-size:24px;line-height:27px}
.m-hero--base.a-fontsize-105px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontsize-105px>section>div.container .m-hero__content h1,.m-hero--base.a-fontsize-105px>section>div.container .m-hero__content h2,.m-hero--base.a-fontsize-105px>section>div.container .m-hero__content h3,.m-hero--base.a-fontsize-105px>section>div.container .m-hero__content h4,.m-hero--base.a-fontsize-105px>section>div.container .m-hero__content h5,.m-hero--base.a-fontsize-105px>section>div.container .m-hero__content h6{font-size:105px;line-height:80px}
.m-hero--base.a-fontsize-20px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontsize-20px>section>div.container .m-hero__content h1,.m-hero--base.a-fontsize-20px>section>div.container .m-hero__content h2,.m-hero--base.a-fontsize-20px>section>div.container .m-hero__content h3,.m-hero--base.a-fontsize-20px>section>div.container .m-hero__content h4,.m-hero--base.a-fontsize-20px>section>div.container .m-hero__content h5,.m-hero--base.a-fontsize-20px>section>div.container .m-hero__content h6{font-size:20px;line-height:65px}
@media only screen and (max-width:991.98px){.m-hero--base.a-fontsize-20px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontsize-20px>section>div.container .m-hero__content h1,.m-hero--base.a-fontsize-20px>section>div.container .m-hero__content h2,.m-hero--base.a-fontsize-20px>section>div.container .m-hero__content h3,.m-hero--base.a-fontsize-20px>section>div.container .m-hero__content h4,.m-hero--base.a-fontsize-20px>section>div.container .m-hero__content h5,.m-hero--base.a-fontsize-20px>section>div.container .m-hero__content h6{line-height:29px}
}
.m-hero--base.a-fontsize-47px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontsize-47px>section>div.container .m-hero__content h1,.m-hero--base.a-fontsize-47px>section>div.container .m-hero__content h2,.m-hero--base.a-fontsize-47px>section>div.container .m-hero__content h3,.m-hero--base.a-fontsize-47px>section>div.container .m-hero__content h4,.m-hero--base.a-fontsize-47px>section>div.container .m-hero__content h5,.m-hero--base.a-fontsize-47px>section>div.container .m-hero__content h6{font-size:47px;line-height:65px}
@media only screen and (max-width:991.98px){.m-hero--base.a-fontsize-47px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontsize-47px>section>div.container .m-hero__content h1,.m-hero--base.a-fontsize-47px>section>div.container .m-hero__content h2,.m-hero--base.a-fontsize-47px>section>div.container .m-hero__content h3,.m-hero--base.a-fontsize-47px>section>div.container .m-hero__content h4,.m-hero--base.a-fontsize-47px>section>div.container .m-hero__content h5,.m-hero--base.a-fontsize-47px>section>div.container .m-hero__content h6{line-height:29px}
}
.m-hero--base.a-fontsize-30px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontsize-30px>section>div.container .m-hero__content h1,.m-hero--base.a-fontsize-30px>section>div.container .m-hero__content h2,.m-hero--base.a-fontsize-30px>section>div.container .m-hero__content h3,.m-hero--base.a-fontsize-30px>section>div.container .m-hero__content h4,.m-hero--base.a-fontsize-30px>section>div.container .m-hero__content h5,.m-hero--base.a-fontsize-30px>section>div.container .m-hero__content h6{font-size:30px !important}
@media only screen and (max-width:991.98px){.m-hero--base.a-fontsize-30px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontsize-30px>section>div.container .m-hero__content h1,.m-hero--base.a-fontsize-30px>section>div.container .m-hero__content h2,.m-hero--base.a-fontsize-30px>section>div.container .m-hero__content h3,.m-hero--base.a-fontsize-30px>section>div.container .m-hero__content h4,.m-hero--base.a-fontsize-30px>section>div.container .m-hero__content h5,.m-hero--base.a-fontsize-30px>section>div.container .m-hero__content h6{line-height:29px}
}
.m-hero--base.a-fontsize-44px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontsize-44px>section>div.container .m-hero__content h1{font-size:44px}
@media only screen and (min-width:992px){.m-hero--base.a-fontsize-44px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontsize-44px>section>div.container .m-hero__content h1{line-height:49px}
}
.m-hero--base.a-fontsize-70px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontsize-70px>section>div.container .m-hero__content h1{font-size:70px}
@media only screen and (min-width:992px){.m-hero--base.a-fontsize-70px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontsize-70px>section>div.container .m-hero__content h1{line-height:50px}
}
.m-hero--base.a-fontsize-70px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontsize-70px>section>div.container .m-hero__content h2,.m-hero--base.a-fontsize-70px>section>div.container .m-hero__content h3,.m-hero--base.a-fontsize-70px>section>div.container .m-hero__content h4,.m-hero--base.a-fontsize-70px>section>div.container .m-hero__content h5,.m-hero--base.a-fontsize-70px>section>div.container .m-hero__content h6{font-size:70px;line-height:70px}
.m-hero--base.a-fontsize-34px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontsize-34px>section>div.container .m-hero__content h1,.m-hero--base.a-fontsize-34px>section>div.container .m-hero__content h2,.m-hero--base.a-fontsize-34px>section>div.container .m-hero__content h3,.m-hero--base.a-fontsize-34px>section>div.container .m-hero__content h4,.m-hero--base.a-fontsize-34px>section>div.container .m-hero__content h5,.m-hero--base.a-fontsize-34px>section>div.container .m-hero__content h6{font-size:34px;line-height:39px}
.m-hero--base.a-fontsize-64px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontsize-64px>section>div.container .m-hero__content h1,.m-hero--base.a-fontsize-64px>section>div.container .m-hero__content h2,.m-hero--base.a-fontsize-64px>section>div.container .m-hero__content h3,.m-hero--base.a-fontsize-64px>section>div.container .m-hero__content h4,.m-hero--base.a-fontsize-64px>section>div.container .m-hero__content h5,.m-hero--base.a-fontsize-64px>section>div.container .m-hero__content h6{font-size:64px;line-height:69px}
.m-hero--base.a-fontsize-50px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontsize-50px>section>div.container .m-hero__content h1,.m-hero--base.a-fontsize-50px>section>div.container .m-hero__content h2,.m-hero--base.a-fontsize-50px>section>div.container .m-hero__content h3,.m-hero--base.a-fontsize-50px>section>div.container .m-hero__content h4,.m-hero--base.a-fontsize-50px>section>div.container .m-hero__content h5,.m-hero--base.a-fontsize-50px>section>div.container .m-hero__content h6{font-size:50px;line-height:55px}
.m-hero--base.a-fontsize-60px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontsize-60px>section>div.container .m-hero__content h1,.m-hero--base.a-fontsize-60px>section>div.container .m-hero__content h2,.m-hero--base.a-fontsize-60px>section>div.container .m-hero__content h3,.m-hero--base.a-fontsize-60px>section>div.container .m-hero__content h4,.m-hero--base.a-fontsize-60px>section>div.container .m-hero__content h5,.m-hero--base.a-fontsize-60px>section>div.container .m-hero__content h6{font-size:60px;line-height:65px}
.m-hero--base.a-fontsize-45px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontsize-45px>section>div.container .m-hero__content h1,.m-hero--base.a-fontsize-45px>section>div.container .m-hero__content h2,.m-hero--base.a-fontsize-45px>section>div.container .m-hero__content h3,.m-hero--base.a-fontsize-45px>section>div.container .m-hero__content h4,.m-hero--base.a-fontsize-45px>section>div.container .m-hero__content h5,.m-hero--base.a-fontsize-45px>section>div.container .m-hero__content h6{font-size:45px;line-height:54px}
.m-hero--base.a-fontsize-subtitle-60px>section>div.container .m-hero__content .h2-hero{font-size:60px !important;line-height:59px !important}
.m-hero--base.a-fontsize-subtitle-40px>section>div.container .m-hero__content .h2-hero{font-size:40px;line-height:29px}
@media only screen and (min-width:992px){.m-hero--base.a-fontsize-subtitle-40px>section>div.container .m-hero__content .h2-hero{line-height:69px}
}
.m-hero--base.a-fontsize-subtitle-34px>section>div.container .m-hero__content .h2-hero{font-size:34px !important;line-height:39px}
@media only screen and (max-width:991.98px){.m-hero--base.a-fontsize-subtitle-34px>section>div.container .m-hero__content .h2-hero{font-size:24px;line-height:29px}
}
@media only screen and (min-width:992px){.m-hero--base.a-fontsize-subtitle-14px>section>div.container .m-hero__content .h2-hero{font-size:14px;line-height:19px}
}
@media only screen and (max-width:991.98px){.m-hero--base.a-fontsize-subtitle-14px>section>div.container .m-hero__content .h2-hero{font-size:10px !important;line-height:12px}
}
.m-hero--base.a-fontsize-subtitle-64px>section>div.container .m-hero__content .h2-hero{font-size:64px !important}
@media only screen and (max-width:991.98px){.m-hero--base.a-fontsize-subtitle-m-18px>section>div.container .m-hero__content .h2-hero{font-size:18px !important;line-height:21px !important}
}
@media only screen and (max-width:767.98px){.m-hero--base.a-fontsize-subtitle-m-24px>section>div.container .m-hero__content .h2-hero{font-size:24px !important;line-height:29px !important}
}
@media only screen and (max-width:991.98px){.m-hero--base.a-fontsize-m-24px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontsize-m-24px>section>div.container .m-hero__content h1,.m-hero--base.a-fontsize-m-24px>section>div.container .m-hero__content h2,.m-hero--base.a-fontsize-m-24px>section>div.container .m-hero__content h3,.m-hero--base.a-fontsize-m-24px>section>div.container .m-hero__content h4,.m-hero--base.a-fontsize-m-24px>section>div.container .m-hero__content h5,.m-hero--base.a-fontsize-m-24px>section>div.container .m-hero__content h6{font-size:24px !important;line-height:29px}
.m-hero--base.a-fontsize-m-44px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontsize-m-44px>section>div.container .m-hero__content h1,.m-hero--base.a-fontsize-m-44px>section>div.container .m-hero__content h2,.m-hero--base.a-fontsize-m-44px>section>div.container .m-hero__content h3,.m-hero--base.a-fontsize-m-44px>section>div.container .m-hero__content h4,.m-hero--base.a-fontsize-m-44px>section>div.container .m-hero__content h5,.m-hero--base.a-fontsize-m-44px>section>div.container .m-hero__content h6{font-size:44px !important;line-height:49px}
.m-hero--base.a-fontsize-m-64px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontsize-m-64px>section>div.container .m-hero__content h1,.m-hero--base.a-fontsize-m-64px>section>div.container .m-hero__content h2,.m-hero--base.a-fontsize-m-64px>section>div.container .m-hero__content h3,.m-hero--base.a-fontsize-m-64px>section>div.container .m-hero__content h4,.m-hero--base.a-fontsize-m-64px>section>div.container .m-hero__content h5,.m-hero--base.a-fontsize-m-64px>section>div.container .m-hero__content h6{font-size:64px !important;line-height:59px}
.m-hero--base.a-fontsize-m-33px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontsize-m-33px>section>div.container .m-hero__content h1,.m-hero--base.a-fontsize-m-33px>section>div.container .m-hero__content h2,.m-hero--base.a-fontsize-m-33px>section>div.container .m-hero__content h3,.m-hero--base.a-fontsize-m-33px>section>div.container .m-hero__content h4,.m-hero--base.a-fontsize-m-33px>section>div.container .m-hero__content h5,.m-hero--base.a-fontsize-m-33px>section>div.container .m-hero__content h6{font-size:33px !important;line-height:33px}
.m-hero--base.a-fontsize-m-16px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontsize-m-16px>section>div.container .m-hero__content h1,.m-hero--base.a-fontsize-m-16px>section>div.container .m-hero__content h2,.m-hero--base.a-fontsize-m-16px>section>div.container .m-hero__content h3,.m-hero--base.a-fontsize-m-16px>section>div.container .m-hero__content h4,.m-hero--base.a-fontsize-m-16px>section>div.container .m-hero__content h5,.m-hero--base.a-fontsize-m-16px>section>div.container .m-hero__content h6{font-size:16px !important;line-height:21px}
.m-hero--base.a-fontsize-m-14px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontsize-m-14px>section>div.container .m-hero__content h1,.m-hero--base.a-fontsize-m-14px>section>div.container .m-hero__content h2,.m-hero--base.a-fontsize-m-14px>section>div.container .m-hero__content h3,.m-hero--base.a-fontsize-m-14px>section>div.container .m-hero__content h4,.m-hero--base.a-fontsize-m-14px>section>div.container .m-hero__content h5,.m-hero--base.a-fontsize-m-14px>section>div.container .m-hero__content h6{font-size:14px !important;line-height:19px}
.m-hero--base.a-line-height-m-75px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-line-height-m-75px>section>div.container .m-hero__content h1,.m-hero--base.a-line-height-m-75px>section>div.container .m-hero__content h2,.m-hero--base.a-line-height-m-75px>section>div.container .m-hero__content h3,.m-hero--base.a-line-height-m-75px>section>div.container .m-hero__content h4,.m-hero--base.a-line-height-m-75px>section>div.container .m-hero__content h5,.m-hero--base.a-line-height-m-75px>section>div.container .m-hero__content h6{line-height:75px !important}
.m-hero--base.a-line-height-m-70px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-line-height-m-70px>section>div.container .m-hero__content h1,.m-hero--base.a-line-height-m-70px>section>div.container .m-hero__content h2,.m-hero--base.a-line-height-m-70px>section>div.container .m-hero__content h3,.m-hero--base.a-line-height-m-70px>section>div.container .m-hero__content h4,.m-hero--base.a-line-height-m-70px>section>div.container .m-hero__content h5,.m-hero--base.a-line-height-m-70px>section>div.container .m-hero__content h6{line-height:70px !important}
.m-hero--base.a-line-height-m-65px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-line-height-m-65px>section>div.container .m-hero__content h1,.m-hero--base.a-line-height-m-65px>section>div.container .m-hero__content h2,.m-hero--base.a-line-height-m-65px>section>div.container .m-hero__content h3,.m-hero--base.a-line-height-m-65px>section>div.container .m-hero__content h4,.m-hero--base.a-line-height-m-65px>section>div.container .m-hero__content h5,.m-hero--base.a-line-height-m-65px>section>div.container .m-hero__content h6{line-height:65px !important}
.m-hero--base.a-line-height-m-59px>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-line-height-m-59px>section>div.container .m-hero__content h1,.m-hero--base.a-line-height-m-59px>section>div.container .m-hero__content h2,.m-hero--base.a-line-height-m-59px>section>div.container .m-hero__content h3,.m-hero--base.a-line-height-m-59px>section>div.container .m-hero__content h4,.m-hero--base.a-line-height-m-59px>section>div.container .m-hero__content h5,.m-hero--base.a-line-height-m-59px>section>div.container .m-hero__content h6{line-height:59px !important}
}
@media only screen and (max-width:991.98px){.m-hero--base.o-color-title-m-summer-skyblue .m-hero__content .m-hero__header,.m-hero--base.o-color-title-m-summer-skyblue .m-hero__content h1,.m-hero--base.o-color-title-m-summer-skyblue .m-hero__content h2,.m-hero--base.o-color-title-m-summer-skyblue .m-hero__content h3,.m-hero--base.o-color-title-m-summer-skyblue .m-hero__content h4,.m-hero--base.o-color-title-m-summer-skyblue .m-hero__content h5,.m-hero--base.o-color-title-m-summer-skyblue .m-hero__content h6,.m-hero--base.o-color-title-m-summer-skyblue .m-hero__content p{color:#1cbfe6 !important}
.m-hero--base.o-color-title-m-summer-skyblue .m-hero__content .m-hero__header span,.m-hero--base.o-color-title-m-summer-skyblue .m-hero__content h1 span,.m-hero--base.o-color-title-m-summer-skyblue .m-hero__content h2 span,.m-hero--base.o-color-title-m-summer-skyblue .m-hero__content h3 span,.m-hero--base.o-color-title-m-summer-skyblue .m-hero__content h4 span,.m-hero--base.o-color-title-m-summer-skyblue .m-hero__content h5 span,.m-hero--base.o-color-title-m-summer-skyblue .m-hero__content h6 span,.m-hero--base.o-color-title-m-summer-skyblue .m-hero__content p span{color:#fff !important}
.m-hero--base.o-color-title-m-white .m-hero__content .m-hero__header,.m-hero--base.o-color-title-m-white .m-hero__content h1,.m-hero--base.o-color-title-m-white .m-hero__content h2,.m-hero--base.o-color-title-m-white .m-hero__content h3,.m-hero--base.o-color-title-m-white .m-hero__content h4,.m-hero--base.o-color-title-m-white .m-hero__content h5,.m-hero--base.o-color-title-m-white .m-hero__content h6{color:#fff !important}
.m-hero--base.o-color-title-m-white .m-hero__content .m-hero__header span,.m-hero--base.o-color-title-m-white .m-hero__content h1 span,.m-hero--base.o-color-title-m-white .m-hero__content h2 span,.m-hero--base.o-color-title-m-white .m-hero__content h3 span,.m-hero--base.o-color-title-m-white .m-hero__content h4 span,.m-hero--base.o-color-title-m-white .m-hero__content h5 span,.m-hero--base.o-color-title-m-white .m-hero__content h6 span{color:#fcbb5f !important}
.m-hero--base.o-color-title-m-blue .m-hero__content .m-hero__header,.m-hero--base.o-color-title-m-blue .m-hero__content h1,.m-hero--base.o-color-title-m-blue .m-hero__content h2,.m-hero--base.o-color-title-m-blue .m-hero__content h3,.m-hero--base.o-color-title-m-blue .m-hero__content h4,.m-hero--base.o-color-title-m-blue .m-hero__content h5,.m-hero--base.o-color-title-m-blue .m-hero__content h6{color:#004084 !important}
.m-hero--base.o-color-title-m-fadedblue .m-hero__content .m-hero__header,.m-hero--base.o-color-title-m-fadedblue .m-hero__content h1,.m-hero--base.o-color-title-m-fadedblue .m-hero__content h2,.m-hero--base.o-color-title-m-fadedblue .m-hero__content h3,.m-hero--base.o-color-title-m-fadedblue .m-hero__content h4,.m-hero--base.o-color-title-m-fadedblue .m-hero__content h5,.m-hero--base.o-color-title-m-fadedblue .m-hero__content h6{color:#0262ac !important}
.m-hero--base.o-color-title-m-grey .m-hero__content .m-hero__header,.m-hero--base.o-color-title-m-grey .m-hero__content h1,.m-hero--base.o-color-title-m-grey .m-hero__content h2,.m-hero--base.o-color-title-m-grey .m-hero__content h3,.m-hero--base.o-color-title-m-grey .m-hero__content h4,.m-hero--base.o-color-title-m-grey .m-hero__content h5,.m-hero--base.o-color-title-m-grey .m-hero__content h6{color:#212529 !important}
.m-hero--base.o-color-title-m-darkblue .m-hero__content .m-hero__header,.m-hero--base.o-color-title-m-darkblue .m-hero__content h1,.m-hero--base.o-color-title-m-darkblue .m-hero__content h2,.m-hero--base.o-color-title-m-darkblue .m-hero__content h3,.m-hero--base.o-color-title-m-darkblue .m-hero__content h4,.m-hero--base.o-color-title-m-darkblue .m-hero__content h5,.m-hero--base.o-color-title-m-darkblue .m-hero__content h6{color:#06305e !important}
.m-hero--base.o-color-title-m-darkpink .m-hero__content .m-hero__header,.m-hero--base.o-color-title-m-darkpink .m-hero__content h1,.m-hero--base.o-color-title-m-darkpink .m-hero__content h2,.m-hero--base.o-color-title-m-darkpink .m-hero__content h3,.m-hero--base.o-color-title-m-darkpink .m-hero__content h4,.m-hero--base.o-color-title-m-darkpink .m-hero__content h5,.m-hero--base.o-color-title-m-darkpink .m-hero__content h6{color:#4b3661 !important}
.m-hero--base.o-color-title-m-darkpink .m-hero__content .m-hero__header span,.m-hero--base.o-color-title-m-darkpink .m-hero__content h1 span,.m-hero--base.o-color-title-m-darkpink .m-hero__content h2 span,.m-hero--base.o-color-title-m-darkpink .m-hero__content h3 span,.m-hero--base.o-color-title-m-darkpink .m-hero__content h4 span,.m-hero--base.o-color-title-m-darkpink .m-hero__content h5 span,.m-hero--base.o-color-title-m-darkpink .m-hero__content h6 span{color:#d89300 !important}
.m-hero--base.o-color-title-m-lightblue .m-hero__header,.m-hero--base.o-color-title-m-lightblue h1,.m-hero--base.o-color-title-m-lightblue h2,.m-hero--base.o-color-title-m-lightblue h3,.m-hero--base.o-color-title-m-lightblue h4,.m-hero--base.o-color-title-m-lightblue h5,.m-hero--base.o-color-title-m-lightblue h6,.m-hero--base.o-color-title-m-lightblue p{color:#06305e !important}
}
.m-hero--base.o-color-subtitle-blue .m-hero__content .h2-hero{color:#004084 !important}
.m-hero--base.o-color-subtitle-darkblue .m-hero__content .h2-hero{color:#064181 !important}
.m-hero--base.o-color-subtitle-white .m-hero__content .h2-hero{color:#fff !important}
.m-hero--base.o-color-subtitle-white .m-hero__content .h2-hero span{color:#c9a242 !important;font-family:BaseFontRegular,sans-serif !important;font-size:20px !important;line-height:19px !important}
.m-hero--base.o-color-subtitle-span-orange .m-hero__content .h2-hero{color:#fff !important}
.m-hero--base.o-color-subtitle-span-orange .m-hero__content .h2-hero span{color:#f8bf00 !important;font-family:BaseFontBold,sans-serif !important;font-size:34px;line-height:39px}
.m-hero--base.o-color-subtitle-orange .m-hero__content .h2-hero{color:#fcbb5f !important}
.m-hero--base.o-color-subtitle-grey .m-hero__content .h2-hero{color:#262525 !important}
.m-hero--base.o-color-subtitle-lightgrey .m-hero__content .h2-hero{color:#898989 !important}
.m-hero--base.o-color-subtitle-darkgrey .m-hero__content .h2-hero{color:#5c5c5c !important}
.m-hero--base.o-color-subtitle-lightblue .m-hero__content .h2-hero{color:#0f668e !important}
.m-hero--base.o-color-subtitle-skyblue .m-hero__content .h2-hero{color:#11afe6 !important}
@media(max-width:767px){.m-hero--base.o-color-subtitle-m-lightgrey .m-hero__content .h2-hero,.m-hero--base.o-color-subtitle-m-lightgrey .m-hero__content .h2-hero div{color:#898989 !important}
}
@media only screen and (max-width:991.98px){.m-hero--base.o-color-subtitle-m-grey .m-hero__content .h2-hero,.m-hero--base.o-color-subtitle-m-grey .m-hero__content .h2-hero div{color:#5c5c5c !important}
.m-hero--base.o-color-subtitle-m-darkgrey .m-hero__content .h2-hero,.m-hero--base.o-color-subtitle-m-darkgrey .m-hero__content .h2-hero div{color:#262525 !important}
.m-hero--base.o-color-subtitle-m-darkgrey .m-hero__content .h2-hero span,.m-hero--base.o-color-subtitle-m-darkgrey .m-hero__content .h2-hero div span{color:#c9a242 !important;font-family:BaseFontRegular,sans-serif !important;font-size:20px !important;line-height:19px !important}
.m-hero--base.o-color-subtitle-m-white .m-hero__content .h2-hero,.m-hero--base.o-color-subtitle-m-white .m-hero__content .h2-hero div{color:#fff !important}
}
.m-hero--base.o-color-desc-orange .m-hero__content .m-hero__body p{color:#fcbb5f}
.m-hero--base.o-color-desc-white .m-hero__content .m-hero__body p{color:#fff !important}
.m-hero--base.o-color-desc-blue .m-hero__content .m-hero__body p{color:#00529b}
.m-hero--base.o-color-desc-grey .m-hero__content .m-hero__body p{color:#919193 !important}
@media only screen and (max-width:991.98px){.m-hero--base.o-color-m-bg-blue .m-hero__content{background-color:#022e5c !important}
.m-hero--base.o-color-m-bg-darkpink .m-hero__content{background-color:#503363 !important}
.m-hero--base.o-color-m-bg-darkpurple .m-hero__content{background-color:#412f53 !important}
.m-hero--base.o-color-m-bg-navblue .m-hero__content{background-color:#00529b !important}
.m-hero--base.o-color-m-bg-fadedblue .m-hero__content{background-color:#0262ac !important}
.m-hero--base.o-color-m-bg-purple .m-hero__content{background-color:#770393 !important}
.m-hero--base.o-color-m-bg-white .m-hero__content{background-color:#fff !important}
.m-hero--base.o-color-m-bg-green .m-hero__content{background-color:#dce2a8 !important}
}
@media(min-width:1900px){.m-hero.m-hero--base.m-hero--style2{height:500px;max-height:500px}
.m-hero--base.m-hero--style1.m-hero--content-left .m-hero__content,.m-hero--base.m-hero--style2.m-hero--content-left .m-hero__content{left:34% !important;transform:translate(-50%,-50%) scale(1) !important}
.m-hero--base.m-hero--style1.m-hero--content-right .m-hero__content,.m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content{left:46% !important;transform:translate(50%,-50%) scale(1) !important}
.m-hero--base.m-hero--style1.m-hero--content-right .m-hero__content .m-hero__header,.m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content .m-hero__header,.m-hero--base.m-hero--style1.m-hero--content-right .m-hero__content h1,.m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content h1,.m-hero--base.m-hero--style1.m-hero--content-right .m-hero__content h2,.m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content h2,.m-hero--base.m-hero--style1.m-hero--content-right .m-hero__content h3,.m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content h3,.m-hero--base.m-hero--style1.m-hero--content-right .m-hero__content h4,.m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content h4,.m-hero--base.m-hero--style1.m-hero--content-right .m-hero__content h5,.m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content h5,.m-hero--base.m-hero--style1.m-hero--content-right .m-hero__content h6,.m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content h6,.m-hero--base.m-hero--style1.m-hero--content-right .m-hero__content p,.m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content p{text-align:right !important}
.m-hero--base.m-hero--style1.m-hero--content-right .m-hero__content .h2-hero,.m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content .h2-hero{text-align:right !important}
}
@media(min-width:992px) and (max-width:1024px) and (orientation:portrait){.m-hero--base.m-hero--short.m-hero--style2 .m-hero__media .cmp-image__image{object-position:initial !important}
}
@media(min-width:992px) and (max-width:1024px){.m-hero--base.m-hero--style2{height:266px !important;max-height:266px !important}
}
@media(min-width:1025px) and (max-width:1138px){.m-hero--base.m-hero--style2{height:296px !important;max-height:296px !important}
}
@media(min-width:1139px) and (max-width:1180px){.m-hero--base.m-hero--style2{height:307px !important;max-height:307px !important}
}
@media only screen and (min-width:992px){.m-hero--base.m-hero--style1{margin-bottom:50px !important}
}
@media only screen and (min-width:992px){.m-hero--base.m-hero--style1 .m-hero__content{margin:10px 0}
}
@media only screen and (max-width:991.98px){.m-hero--base.m-hero--style1 .m-hero__content{padding:30px 26px 30px 26px !important;align-items:center}
.m-hero--base.m-hero--style1 .m-hero__content h1{text-align:center !important}
.m-hero--base.m-hero--style1 .m-hero__content .m-hero__extras{margin-bottom:0}
}
.m-hero--base.m-hero--style1 .m-hero__content .m-hero__header{margin-bottom:0 !important}
@media only screen and (min-width:992px){.m-hero--base.m-hero--style1 .m-hero__content .m-hero__header{min-height:117px}
}
@media only screen and (max-width:991.98px){.m-hero--base.m-hero--style1 .m-hero__content .m-hero__header{min-height:87px;text-align:center !important}
}
.m-hero--base.m-hero--style1 .m-hero__content .m-hero__header p{font-family:BaseFontMedium,sans-serif;margin:0}
@media only screen and (min-width:992px){.m-hero--base.m-hero--style1 .m-hero__content .m-hero__header p{min-height:39px;letter-spacing:normal}
}
@media only screen and (max-width:991.98px){.m-hero--base.m-hero--style1 .m-hero__content .m-hero__header p{min-height:29px}
}
@media only screen and (max-width:991.98px){.m-hero--base.m-hero--style1 .m-hero__content .m-hero__header p{text-align:center !important}
}
@media only screen and (max-width:991.98px){.m-hero--base.m-hero--style1 .m-hero__content .m-hero__extras .a-button--base .btn:hover{background-color:transparent}
}
@media(min-width:992px) and (max-width:1024px){.m-hero--base.m-hero--style1{height:176px !important;max-height:176px !important}
}
@media(min-width:1025px) and (max-width:1138px){.m-hero--base.m-hero--style1{height:195px !important;max-height:195px !important}
}
@media(min-width:1139px) and (max-width:1180px){.m-hero--base.m-hero--style1{height:202px !important;max-height:202px !important}
}
@media only screen and (min-width:1200px){.m-hero--base.m-hero--style1.m-hero--content-left .m-hero__content{left:34% !important;transform:translate(-50%,-50%) scale(0.7) !important}
.m-hero--base.m-hero--style1.m-hero--content-right .m-hero__content{left:39.5% !important;transform:translate(50%,-50%) scale(0.7) !important}
.m-hero--base.m-hero--style1.m-hero--content-right .m-hero__content .m-hero__header,.m-hero--base.m-hero--style1.m-hero--content-right .m-hero__content h1,.m-hero--base.m-hero--style1.m-hero--content-right .m-hero__content h2,.m-hero--base.m-hero--style1.m-hero--content-right .m-hero__content h3,.m-hero--base.m-hero--style1.m-hero--content-right .m-hero__content h4,.m-hero--base.m-hero--style1.m-hero--content-right .m-hero__content h5,.m-hero--base.m-hero--style1.m-hero--content-right .m-hero__content h6,.m-hero--base.m-hero--style1.m-hero--content-right .m-hero__content p{text-align:right !important}
.m-hero--base.m-hero--style1.m-hero--content-right .m-hero__content .h2-hero{text-align:right !important}
}
@media only screen and (min-width:768px) and (max-width:991.98px){.m-hero--base.m-hero--style1 .m-hero__media{height:290px !important}
.m-hero--base.m-hero--style1 .cmp-image__image{object-position:80% !important;object-fit:cover}
}
@media(min-width:992px) and (max-width:1199px){.m-hero--base.m-hero--style1.m-hero--content-left .m-hero__content{transform:translate(-50%,-50%) scale(0.6) !important}
.m-hero--base.m-hero--style1.m-hero--content-left .cmp-image__image{object-position:center !important;object-fit:cover}
}
@media(min-width:1900px){.m-hero--base.m-hero--style1{height:326px !important;max-height:326px !important}
.m-hero--base.m-hero--style1.m-hero--content-left .m-hero__content{left:35% !important;transform:translate(-50%,-50%) scale(1) !important}
}
@media(min-width:1300px) and (max-width:1900px) and (orientation:landscape){.m-hero--base.m-hero--style1{height:234px !important;max-height:234px !important}
.m-hero--base.m-hero--style1.m-hero--content-left .m-hero__content{transform:translate(-50%,-50%) scale(0.8) !important}
}
@media(min-width:992px) and (max-width:1024px){.m-hero--base.m-hero--extrashort,.m-hero--base.m-hero--extrashort.m-hero--style1.m-hero--content-extraright,.m-hero--base.m-hero--extrashort.m-hero--style2.m-hero--content-extraright{height:213px !important;max-height:213px !important}
}
@media(min-width:1025px) and (max-width:1138px){.m-hero--base.m-hero--extrashort,.m-hero--base.m-hero--extrashort.m-hero--style1.m-hero--content-extraright,.m-hero--base.m-hero--extrashort.m-hero--style2.m-hero--content-extraright{height:237px !important;max-height:237px !important}
}
@media(min-width:1139px) and (max-width:1180px){.m-hero--base.m-hero--extrashort,.m-hero--base.m-hero--extrashort.m-hero--style1.m-hero--content-extraright,.m-hero--base.m-hero--extrashort.m-hero--style2.m-hero--content-extraright{height:245px !important;max-height:245px !important}
}
@media(min-width:1300px) and (max-width:1900px) and (orientation:landscape){.m-hero--base.m-hero--extrashort,.m-hero--base.m-hero--extrashort.m-hero--style1.m-hero--content-extraright,.m-hero--base.m-hero--extrashort.m-hero--style2.m-hero--content-extraright{height:284px !important;max-height:284px !important}
}
@media(min-width:1900px){.m-hero--base.m-hero--extrashort,.m-hero--base.m-hero--extrashort.m-hero--style1.m-hero--content-extraright,.m-hero--base.m-hero--extrashort.m-hero--style2.m-hero--content-extraright{height:400px !important;max-height:400px !important}
}
@media(min-width:992px) and (max-width:1024px){.m-hero--base.m-hero--extrashort.m-hero--style2.m-hero--content-extraright .m-hero__content{transform:translate(50%,-50%) scale(0.5) !important}
}
@media(min-width:1900px){.m-hero--base.m-hero--extrashort.m-hero--style2.m-hero--content-extraright .m-hero__content{left:40% !important}
}
@media(max-width:400px){.m-hero--base.m-hero--extrashort.m-hero--style2.m-hero--content-extraright.m-hero--textarea-width-450px .m-hero__content{padding:20px 25px !important}
}
@media(min-width:992px) and (max-width:1024px){.m-hero--base.m-hero--extrashort.m-hero--style2.m-hero--content-extraright.m-hero--textarea-width-450px .m-hero__content{transform:translate(50%,-50%) scale(0.6) !important;left:11% !important}
}
@media(min-width:1336px) and (max-width:1900px){.m-hero--base.m-hero--extrashort.m-hero--style2.m-hero--content-extraright.m-hero--textarea-width-450px .m-hero__content{transform:translate(50%,-50%) scale(0.8) !important}
}
@media(min-width:992px){.m-hero--base.m-hero--style2.m-hero--content-extraleft.m-hero--desc-left>section>div.container .m-hero__content .m-hero__body{margin-left:0;top:30px;left:-100px}
.m-hero--base.m-hero--style2.m-hero--content-extraleft.m-hero--desc-left>section>div.container .m-hero__content .m-hero__body p{text-align:left;transform:none}
.m-hero--base.m-hero--desc-left>section>div.container .m-hero__content .m-hero__body{top:0 !important}
}
@media(min-width:1900px){.m-hero--base.m-hero--medium.m-hero--content-left.m-hero--desc-left>section>div.container .m-hero__content .m-hero__body{top:180px !important}
}
@media(min-width:1900px){.m-hero--base.m-hero--extrashort.m-hero--style1>section>div.container .m-hero__content .m-hero__body{margin-left:-6.5vw}
}
@media only screen and (max-width:991.98px){.m-hero--base.m-hero--extrashort.m-hero--style1>section>div.container .m-hero__content .m-hero__body{width:100%;text-align:left;margin-left:-15px}
}
@media only screen and (min-width:992px){.m-hero--base.m-hero--extrashort.m-hero--style1>section>div.container .m-hero__content .m-hero__body{margin-left:-9vw;width:1200px;position:relative;top:-25px}
.m-hero--base.m-hero--extrashort.m-hero--style1>section>div.container .m-hero__content .m-hero__body p{font-size:14px;text-align:left;line-height:19px;max-width:100%;width:100% !important;font-weight:400;transform:initial;font-family:BaseFontLight,sans-serif}
}
@media(min-width:992px) and (max-width:1024px){.m-hero--base.m-hero--medium>section>div.container .m-hero__body{top:185px}
}
@media(min-width:1025px) and (max-width:1138px){.m-hero--base.m-hero--medium>section>div.container .m-hero__body p{position:relative;top:190px}
}
@media(min-width:1139px) and (max-width:1180px){.m-hero--base.m-hero--medium>section>div.container .m-hero__body p{position:relative;top:220px}
}
@media(min-width:1200px) and (max-width:1300px){.m-hero--base.m-hero--medium>section>div.container .m-hero__body{top:120px}
}
@media(min-width:1300px) and (max-width:1900px){.m-hero--base.m-hero--medium>section>div.container .m-hero__body{top:135px}
}
@media(min-width:1920px){.m-hero--base.m-hero--medium>section>div.container .m-hero__body p{position:relative;top:150px}
}
@media only screen and (min-width:992px){.m-hero--base.m-hero--medium>section>div.container .m-hero__body{text-align:left;color:#fff;position:relative;font-size:14px;width:650px !important;line-height:normal;bottom:10px;padding:0;margin-bottom:0}
.m-hero--base.m-hero--medium>section>div.container .m-hero__body p{font-size:14px;line-height:19px;font-family:BaseFontLight,sans-serif}
}
@media only screen and (max-width:991.98px){.m-hero--base.m-hero--medium>section>div.container .m-hero__body p{font-size:10px;line-height:12px;font-family:BaseFontLight,sans-serif;margin-bottom:0}
}
@media only screen and (max-width:991.98px){.m-hero--base.m-hero--medium>section>div.container .m-hero__extras{margin:0}
}
@media only screen and (min-width:992px){.m-hero--base.m-hero--style2.m-hero--content-right>section>div.container .m-hero__content .m-hero__body{margin-left:-61vw;width:101vw;top:15px;position:relative}
.m-hero--base.m-hero--style2.m-hero--content-right>section>div.container .m-hero__content .m-hero__body p{margin:0;font-size:12px;line-height:15px;max-width:100%}
}
@media only screen and (min-width:1200px){.m-hero--base.m-hero--style2.m-hero--content-right>section>div.container .m-hero__content .m-hero__body p{font-size:14px;line-height:19px}
}
@media only screen and (min-width:992px){.m-hero--base.o-remove-top-space{padding-top:0 !important;margin-top:0 !important}
.m-hero--base.o-remove-bottom-space{padding-bottom:0 !important;margin-bottom:0 !important}
.m-hero--base.o-remove-left-space{padding-left:0 !important;margin-left:0 !important}
.m-hero--base.o-remove-right-space{padding-right:0 !important;margin-right:0 !important}
}
@media only screen and (min-width:992px){.m-hero--base.m-hero--textarea-width-500px .m-hero__content{width:500px !important;--hero-content-default-width:500px !important}
}
@media only screen and (min-width:992px){.m-hero--base.m-hero--textarea-width-525px .m-hero__content{width:525px !important;--hero-content-default-width:525px !important}
}
@media only screen and (min-width:992px){.m-hero--base.m-hero--textarea-width-600px .m-hero__content{width:600px !important;--hero-content-default-width:600px !important}
}
@media only screen and (min-width:992px){.m-hero--base.m-hero--textarea-width-575px .m-hero__content{width:575px !important;--hero-content-default-width:575px !important}
}
@media(min-width:992px) and (max-width:1900px){.m-hero--base.m-hero--textarea-width-450px.a-fontsize-subtitle-34px .m-hero__content{left:70px !important}
}
@media only screen and (min-width:1200px){.m-hero--base.m-hero--textarea-width-450px .m-hero__content{transform:translateY(-50%) scale(0.7) !important;width:450px !important;--hero-content-default-width:450px !important}
}
@media(min-width:992px) and (max-width:1900px){.m-hero--base.m-hero--textarea-width-450px .m-hero__content{transform:translateY(-50%) scale(0.7) !important;left:85px !important;width:500px;--hero-content-default-width:500px !important}
}
@media only screen and (min-width:992px){.m-hero--base.m-hero--textarea-width-430px .m-hero__content{width:430px !important;--hero-content-default-width:430px !important}
}
@media only screen and (min-width:992px){.m-hero--base.m-hero--textarea-width-385px .m-hero__content{width:385px !important;--hero-content-default-width:385px !important}
}
@media only screen and (min-width:992px){.m-hero--base.m-hero--textarea-width-750px .m-hero__content{width:750px !important;--hero-content-default-width:750px !important}
}
@media only screen and (min-width:992px){.m-hero--base.m-hero--textarea-width-unset .m-hero__content{width:unset !important}
}
@media only screen and (min-width:992px){.m-hero--base.o-margin-textarea-top .m-hero__content{margin-top:10px !important}
}
@media only screen and (min-width:992px){.m-hero--base.o-margin-textarea-extratop .m-hero__content{margin-top:40px !important}
}
@media only screen and (min-width:992px){.m-hero--base.o-margin-textarea-bottom .m-hero__content{margin-bottom:10px}
}
@media only screen and (min-width:992px){.m-hero--base.o-margin-textarea-right .m-hero__content{margin-left:-50px !important}
}
@media only screen and (min-width:992px){.m-hero.m-hero--base.o-margin-textarea-left>section>div.container .m-hero__content{margin-left:-5vw}
}
@media(min-width:1900px){.m-hero.m-hero--base.o-margin-textarea-left>section>div.container .m-hero__content{margin-left:16vw}
}
@media(min-width:400) and (max-width:700px) and (orientation:landscape){.m-hero--base.m-hero--medium,.m-hero--base.m-hero--medium.m-hero--style2{height:348px;max-height:348px}
}
@media(min-width:992px) and (max-width:1024px){.m-hero--base.m-hero--medium,.m-hero--base.m-hero--medium.m-hero--style2{height:320px !important;max-height:320px !important}
}
@media(min-width:1025px) and (max-width:1138px){.m-hero--base.m-hero--medium,.m-hero--base.m-hero--medium.m-hero--style2{height:355px !important;max-height:355px !important}
}
@media(min-width:1139px) and (max-width:1180px){.m-hero--base.m-hero--medium,.m-hero--base.m-hero--medium.m-hero--style2{height:368px !important;max-height:368px !important}
}
@media(min-width:1200px) and (max-width:1300px){.m-hero--base.m-hero--medium,.m-hero--base.m-hero--medium.m-hero--style2{height:395px !important;max-height:395px !important}
}
@media(min-width:1300px) and (max-width:1900px){.m-hero--base.m-hero--medium,.m-hero--base.m-hero--medium.m-hero--style2{height:426px !important;max-height:426px !important}
}
@media(min-width:1920px){.m-hero--base.m-hero--medium,.m-hero--base.m-hero--medium.m-hero--style2{height:600px;max-height:600px}
.m-hero--base.m-hero--medium .m-hero__content,.m-hero--base.m-hero--medium.m-hero--style2 .m-hero__content{transform:translateY(-50%) scale(1) !important;max-width:750px}
}
@media(max-width:360px){.m-hero--base.m-hero-m--medium>section>div.container .m-hero__media{min-height:190px;height:190px !important}
}
@media(min-width:370px) and (max-width:767px){.m-hero--base.m-hero-m--medium>section>div.container .m-hero__media{height:210px !important}
}
@media only screen and (min-width:768px) and (max-width:991.98px){.m-hero--base.m-hero-m--medium>section>div.container .m-hero__media{height:327px !important}
}
@media only screen and (max-width:991.98px){.m-hero--base.m-hero-m--medium>section>div.container .m-hero__media .m-hero__image .cmp-image__image{object-position:center}
}
@media(max-width:360px){.m-hero--base.m-hero--short.m-hero--style2.m-hero--content-left.m-hero-m--medium>section>div.container .m-hero__media{height:270px !important}
}
@media(min-width:370px) and (max-width:767px){.m-hero--base.m-hero--short.m-hero--style2.m-hero--content-left.m-hero-m--medium>section>div.container .m-hero__media{height:290px !important}
}
@media only screen and (max-width:767.98px){.m-hero--base.m-hero-m--large>section>div.container .m-hero__media{height:100vw !important;max-height:100vw !important}
}
@media only screen and (min-width:768px) and (max-width:991.98px){.m-hero--base.m-hero-m--large>section>div.container .m-hero__media{height:100vw !important;max-height:100vw !important}
}
@media only screen and (max-width:767.98px){.m-hero--base.m-hero-m--extralarge>section>div.container .m-hero__media{height:130vw;max-height:130vw}
}
@media only screen and (min-width:768px) and (max-width:991.98px){.m-hero--base.m-hero-m--extralarge>section>div.container .m-hero__media{height:130vw;max-height:130vw}
}
@media only screen and (max-width:991.98px){.m-hero--base.m-hero-m--short>section>div.container .m-hero__media{height:75vw;max-height:75vw}
.m-hero--base.m-hero-m--short>section>div.container .m-hero__media .m-hero__image .cmp-image__image{object-position:center}
}
.a-base-carousel.a-carousel--view1 .m-hero-base.m-hero--max .container .row.no-gutters .m-hero__media .m-hero__image .cmp-image__image{position:relative !important}
@media(min-width:992px) and (max-width:1200px){.m-hero.m-hero--base.m-hero-tab--tall{height:400px !important;max-height:400px !important}
}
@media(min-width:600px) and (max-width:712px){.m-hero--base.m-hero-tab--medium>section>div.container .m-hero__media{height:288px !important;max-height:288px}
}
@media(min-width:768px) and (max-width:992px){.m-hero--base.m-hero-tab--medium>section>div.container .m-hero__media{height:400px !important;max-height:400px !important}
.m-hero--base.m-hero-tab--medium>section>div.container .m-hero__media .m-hero__image .cmp-image__image{object-position:right}
}
@media(min-width:992px) and (max-width:1200px){.m-hero--base.m-hero-tab--medium{height:400px !important;max-height:400px !important}
}
@media only screen and (min-width:992px){.m-hero.m-hero--base.m-hero--medium.m-hero--content-extraright>section>div.container .m-hero__content{transform:translate(50%,-50%) scale(0.7)}
.m-hero.m-hero--base.m-hero--medium.m-hero--content-extraright>section>div.container .m-hero__content .m-hero__header{text-align:right !important}
}
@media(min-width:992px) and (max-width:1024px){.m-hero.m-hero--base.m-hero--medium.m-hero--content-extraright>section>div.container .m-hero__content{left:14%}
}
@media(min-width:1025px) and (max-width:1200px){.m-hero.m-hero--base.m-hero--medium.m-hero--content-extraright>section>div.container .m-hero__content{left:22%}
}
@media only screen and (min-width:1200px){.m-hero.m-hero--base.m-hero--medium.m-hero--content-extraright>section>div.container .m-hero__content{left:28%}
}
@media(min-width:1900px){.m-hero.m-hero--base.m-hero--medium.m-hero--content-extraright>section>div.container .m-hero__content{left:52% !important}
}
.m-hero.m-hero--base.m-hero--medium.m-hero--content-end>section>div.container .m-hero__content .m-hero__body{margin:0}
@media only screen and (min-width:992px){.m-hero.m-hero--base.m-hero--medium.m-hero--content-end>section>div.container .m-hero__content{transform:translate(50%,-50%) scale(0.5)}
.m-hero.m-hero--base.m-hero--medium.m-hero--content-end>section>div.container .m-hero__content .m-hero__header{text-align:right !important}
.m-hero.m-hero--base.m-hero--medium.m-hero--content-end>section>div.container .m-hero__content .m-hero__header p{width:85%;margin-left:auto}
}
@media(min-width:992px) and (max-width:1024px){.m-hero.m-hero--base.m-hero--medium.m-hero--content-end>section>div.container .m-hero__content{left:23%}
}
@media(min-width:1025px) and (max-width:1200px){.m-hero.m-hero--base.m-hero--medium.m-hero--content-end>section>div.container .m-hero__content{left:25.5%}
}
@media(min-width:1200px) and (max-width:1300px){.m-hero.m-hero--base.m-hero--medium.m-hero--content-end>section>div.container .m-hero__content{left:28% !important}
}
@media(min-width:1139px) and (max-width:1180px){.m-hero.m-hero--base.m-hero--medium.m-hero--content-end>section>div.container .m-hero__content{left:23%}
}
@media only screen and (min-width:1200px){.m-hero.m-hero--base.m-hero--medium.m-hero--content-end>section>div.container .m-hero__content{transform:translate(50%,-50%) scale(0.8);left:30%}
}
@media(min-width:1900px){.m-hero.m-hero--base.m-hero--medium.m-hero--content-end>section>div.container .m-hero__content{left:56% !important}
}
@media(min-width:992px) and (max-width:1024px){.m-hero.m-hero--base.m-hero--medium.m-hero--content-end.m-hero--textarea-width-600px>section>div.container .m-hero__content{left:20%}
}
@media(min-width:1025px) and (max-width:1200px){.m-hero.m-hero--base.m-hero--medium.m-hero--content-end.m-hero--textarea-width-600px>section>div.container .m-hero__content{left:22.5%}
}
@media(min-width:1200px) and (max-width:1300px){.m-hero.m-hero--base.m-hero--medium.m-hero--content-end.m-hero--textarea-width-600px>section>div.container .m-hero__content{left:25.5% !important}
}
@media(min-width:1139px) and (max-width:1180px){.m-hero.m-hero--base.m-hero--medium.m-hero--content-end.m-hero--textarea-width-600px>section>div.container .m-hero__content{left:24%}
}
@media only screen and (min-width:1200px){.m-hero.m-hero--base.m-hero--medium.m-hero--content-end.m-hero--textarea-width-600px>section>div.container .m-hero__content{transform:translate(50%,-50%) scale(0.8);left:27.5%}
}
@media(min-width:1900px){.m-hero.m-hero--base.m-hero--medium.m-hero--content-end.m-hero--textarea-width-600px>section>div.container .m-hero__content{left:54% !important}
}
@media(max-width:370px){.m-hero.m-hero--base>section>div.container .m-hero__media{min-height:185px}
}
@media only screen and (min-width:992px){.m-hero.m-hero--base.m-hero--medium.m-hero--content-extraleft>section>div.container .m-hero__content{transform:translateY(-50%) scale(0.7)}
}
@media(min-width:1920px){.m-hero.m-hero--base.m-hero--medium.m-hero--content-extraleft>section>div.container .m-hero__content{transform:translateY(-50%) scale(1)}
}
@media(min-width:992px) and (max-width:1200px){.m-hero.m-hero--base.m-hero--medium.m-hero--content-extraleft>section>div.container .m-hero__content{left:20px}
}
@media only screen and (min-width:992px){.m-hero.m-hero--base.m-hero--desc-right>section>div.container .m-hero__content .m-hero__body{width:800px;transform:translateX(-25%);margin-top:0;top:-30px !important}
.m-hero.m-hero--base.m-hero--desc-right>section>div.container .m-hero__content .m-hero__body p{max-width:100% !important}
}
@media only screen and (max-width:991.98px){.m-hero.m-hero--base.m-hero--desc-right>section>div.container .m-hero__content .m-hero__body p{text-align:left !important}
}
@media only screen and (min-width:992px){.m-hero.m-hero--base.m-hero--img-center>section>div.container .m-hero__media .cmp-image__image{object-position:center}
}
@media only screen and (max-width:991.98px){.m-hero.m-hero--base.m-hero--img-left>section>div.container .m-hero__media .cmp-image__image{object-position:20% !important}
}
@media only screen and (max-width:991.98px){.m-hero.m-hero--base.m-hero--img-left>section>div.container .m-hero__content .m-hero__header,.m-hero.m-hero--base.m-hero--img-left>section>div.container .m-hero__content h1,.m-hero.m-hero--base.m-hero--img-left>section>div.container .m-hero__content h2,.m-hero.m-hero--base.m-hero--img-left>section>div.container .m-hero__content h3,.m-hero.m-hero--base.m-hero--img-left>section>div.container .m-hero__content h4,.m-hero.m-hero--base.m-hero--img-left>section>div.container .m-hero__content h5,.m-hero.m-hero--base.m-hero--img-left>section>div.container .m-hero__content h6{max-width:450px;margin:auto}
}
@media only screen and (min-width:992px){.m-hero--base.m-hero--tall{width:100%;height:auto;overflow:initial;padding:0}
.m-hero--base.m-hero--tall .container{max-width:100%}
.m-hero--base.m-hero--tall .m-hero__content{width:380px;transform:translateY(-50%) scale(0.8) !important}
.m-hero--base.m-hero--tall .m-hero__media{position:relative;height:auto}
.m-hero--base.m-hero--tall .m-hero__media .m-hero__image{position:relative;height:auto}
.m-hero--base.m-hero--tall .m-hero__media .m-hero__image .cmp-image__image{position:relative;height:100%}
}
@media(min-width:1900px){.m-hero--base.m-hero--tall .m-hero__content{transform:translateY(-50%) scale(1) !important}
}
@media only screen and (max-width:767.98px){.m-hero--base.m-hero--tall{max-width:385px;width:100%;margin:0 auto 50px;overflow-x:hidden}
.m-hero--base.m-hero--tall .m-hero__content{order:1}
.m-hero--base.m-hero--tall .m-hero__media{max-width:385px;width:100%;min-width:auto !important;min-height:309px !important;height:309px !important}
.m-hero--base.m-hero--tall .m-hero__media .cmp-image__image{object-position:center !important}
}
@media only screen and (min-width:768px) and (max-width:991.98px){.m-hero--base.m-hero--tall{max-width:70%;width:70%;margin:0 auto 50px;overflow-x:hidden}
.m-hero--base.m-hero--tall .m-hero__content{order:1}
.m-hero--base.m-hero--tall .m-hero__media{max-width:100%;width:100%;min-width:auto !important;position:relative;min-height:auto !important;height:auto !important}
.m-hero--base.m-hero--tall .m-hero__media .m-hero__image{position:relative}
.m-hero--base.m-hero--tall .m-hero__media .m-hero__image .cmp-image__image{position:relative;height:100%;object-position:center !important}
}
@media only screen and (min-width:992px){.m-hero.m-hero--base.m-hero--style6.m-hero--content-right.m-hero--tall .m-hero__content{right:10%;top:280px}
}
@media(min-width:1200px){.m-hero.m-hero--base.m-hero--style6.m-hero--content-right.m-hero--tall .m-hero__content{right:10%;top:400px}
}
@media only screen and (min-width:992px){.m-hero.m-hero--base.m-hero--style6.m-hero--content-left.m-hero--tall .m-hero__content{top:280px;left:15% !important}
}
@media(min-width:1200px){.m-hero.m-hero--base.m-hero--style6.m-hero--content-left.m-hero--tall .m-hero__content{top:400px}
}
.m-hero.m-hero--base.o-color-subtitle-m-grey-orange h2 span{color:#262525 !important}
.m-hero.m-hero--base.o-color-subtitle-m-grey-orange h2 strong{color:#c9a242 !important;font-family:BaseFontRegular,sans-serif !important;font-size:20px !important;line-height:19px !important}
.m-hero.m-hero--base.m-hero--medium.m-hero--textarea-width-575px.m-hero--content-extraright>section>div.container .m-hero__content .m-hero__body p{font-size:11px;line-height:12px}
@media only screen and (min-width:992px){.m-hero.m-hero--base.m-hero--medium.m-hero--textarea-width-575px.m-hero--content-extraright>section>div.container .m-hero__content .m-hero__body{width:auto !important;text-align:right}
.m-hero.m-hero--base.m-hero--medium.m-hero--textarea-width-575px.m-hero--content-extraright>section>div.container .m-hero__content .m-hero__body p{text-align:right}
}
@media(min-width:992px) and (max-width:1200px){.m-hero.m-hero--base.m-hero--medium.m-hero--textarea-width-575px.m-hero--content-extraright>section>div.container .m-hero__content .m-hero__body{top:0 !important}
.m-hero.m-hero--base.m-hero--medium.m-hero--textarea-width-575px.m-hero--content-extraright>section>div.container .m-hero__content .m-hero__body p{top:0 !important}
}
@media only screen and (min-width:992px){.m-hero--base.m-hero--extrashort.m-hero--style2.m-hero--content-extraleft>section>div.container .m-hero__content .m-hero__body{top:-5px !important}
}
@media only screen and (max-width:991.98px){.m-hero--base.m-hero--extrashort.m-hero--style2.m-hero--content-extraleft>section>div.container .m-hero__content .m-hero__body p{text-align:right !important}
}
@media(max-width:767px){.m-hero.m-hero--base>section>div.container .m-hero__body{margin-bottom:30px}
}
@media(min-width:992px) and (max-width:1024px){.m-hero.m-hero--base.m-hero--medium.o-margin-textarea-left-50px>section>div.container .m-hero__content,.m-hero.m-hero--base.o-margin-textarea-left-50px>section>div.container .m-hero__content{left:6%}
}
@media(min-width:1025px) and (max-width:1200px){.m-hero.m-hero--base.m-hero--medium.o-margin-textarea-left-50px>section>div.container .m-hero__content,.m-hero.m-hero--base.o-margin-textarea-left-50px>section>div.container .m-hero__content{left:9%}
}
@media(min-width:1200px) and (max-width:1300px){.m-hero.m-hero--base.m-hero--medium.o-margin-textarea-left-50px>section>div.container .m-hero__content,.m-hero.m-hero--base.o-margin-textarea-left-50px>section>div.container .m-hero__content{left:6%}
}
@media(min-width:1300px) and (max-width:1900px){.m-hero.m-hero--base.m-hero--medium.o-margin-textarea-left-50px>section>div.container .m-hero__content,.m-hero.m-hero--base.o-margin-textarea-left-50px>section>div.container .m-hero__content{left:9%}
}
@media(max-width:767px){.m-hero.m-hero--base.m-hero--style2.o-remove-padding-mobile>section>div.container .m-hero__content,.m-hero.m-hero--base.m-hero--style1.o-remove-padding-mobile>section>div.container .m-hero__content{padding:20px 15px 0 !important}
}
@media only screen and (min-width:992px){.m-hero.m-hero--base.m-hero--style2.m-hero--content-right.m-hero-align-text-left>section>div.container .m-hero__content .h2-hero,.m-hero.m-hero--base.m-hero--style2.m-hero--content-right.m-hero-align-text-left>section>div.container .m-hero__content .m-hero__body p{text-align:left !important}
}
@media(max-width:991px){.m-hero.m-hero--base.o-remove-space-mob-m-body .m-hero__content .m-hero__body{margin-bottom:0 !important}
.m-hero.m-hero--base.o-remove-space-mob-m-extra .m-hero__content .m-hero__extras{margin-bottom:0 !important}
}
@media(max-width:767px){.m-hero.m-hero--base.o-margin-m-top-30 .m-hero__content{margin-top:30px !important}
}
@media only screen and (max-width:991.98px){.m-hero--base.m-hero--tall .m-hero__media .m-hero__image .cmp-image__image{position:relative;height:100%}
}
.m-hero.m-hero--base.m-hero--medium.m-hero--content-left.o-color-title-lightyellow>section>div.container .m-hero__content .m-hero__header sup{font-size:20px;vertical-align:super;top:auto}
@media(min-width:992px) and (max-width:1200px){.m-hero.m-hero--base.m-hero--medium.m-hero--content-end,.m-hero--base.m-hero--medium.m-hero--content-extraleft.o-color-title-summer-skyblue.m-hero--textarea-width-450px,.m-hero--base.m-hero--medium.m-hero--content-extraleft.o-color-title-summer-skyblue.m-hero--textarea-width-500px{height:400px !important;max-height:400px !important}
.m-hero.m-hero--base.m-hero--medium.m-hero--content-end .m-hero__media .cmp-image__image,.m-hero--base.m-hero--medium.m-hero--content-extraleft.o-color-title-summer-skyblue.m-hero--textarea-width-450px .m-hero__media .cmp-image__image,.m-hero--base.m-hero--medium.m-hero--content-extraleft.o-color-title-summer-skyblue.m-hero--textarea-width-500px .m-hero__media .cmp-image__image{object-position:center !important}
}
@media only screen and (max-width:991.98px){.m-hero.m-hero--base.m-hero--content-m-center.m-hero--style2.m-hero--extrashort>section>div.container .m-hero__content .m-hero__body p,.m-hero.m-hero--base.m-hero--content-m-center.m-hero--style2.m-hero--short.m-hero--content-extraright>section>div.container .m-hero__content .m-hero__body p{text-align:left !important}
.m-hero.m-hero--base.m-hero--style2>section>div.container .m-hero__media .cmp-image__image{object-position:center}
.m-hero.m-hero--base.m-hero--medium.m-hero--content-end,.m-hero.m-hero.m-hero--base.m-hero--medium.m-hero--style2,.m-hero.m-hero.m-hero--base.m-hero--short.m-hero--style2.m-hero--img-fix-size{position:relative;height:auto !important}
.m-hero.m-hero--base.m-hero--medium.m-hero--content-end .m-hero__media,.m-hero.m-hero.m-hero--base.m-hero--medium.m-hero--style2 .m-hero__media,.m-hero.m-hero.m-hero--base.m-hero--short.m-hero--style2.m-hero--img-fix-size .m-hero__media{max-width:100%;width:100%;min-width:auto !important;position:relative;min-height:auto !important;height:auto !important}
.m-hero.m-hero--base.m-hero--medium.m-hero--content-end .m-hero__media .m-hero__image,.m-hero.m-hero.m-hero--base.m-hero--medium.m-hero--style2 .m-hero__media .m-hero__image,.m-hero.m-hero.m-hero--base.m-hero--short.m-hero--style2.m-hero--img-fix-size .m-hero__media .m-hero__image{position:relative}
.m-hero.m-hero--base.m-hero--medium.m-hero--content-end .m-hero__media .m-hero__image .cmp-image__image,.m-hero.m-hero.m-hero--base.m-hero--medium.m-hero--style2 .m-hero__media .m-hero__image .cmp-image__image,.m-hero.m-hero.m-hero--base.m-hero--short.m-hero--style2.m-hero--img-fix-size .m-hero__media .m-hero__image .cmp-image__image{position:relative;height:100%;object-position:center !important}
}
@media(min-width:500px) and (max-width:992px) and (orientation:landscape){.m-hero.m-hero.m-hero--base.m-hero--short.m-hero--style2,.m-hero.m-hero.m-hero--base.m-hero--medium{position:relative;height:auto !important}
.m-hero.m-hero.m-hero--base.m-hero--short.m-hero--style2 .m-hero__media,.m-hero.m-hero.m-hero--base.m-hero--medium .m-hero__media{position:relative;height:auto !important}
.m-hero.m-hero.m-hero--base.m-hero--short.m-hero--style2 .m-hero__media .m-hero__image,.m-hero.m-hero.m-hero--base.m-hero--medium .m-hero__media .m-hero__image{position:relative}
.m-hero.m-hero.m-hero--base.m-hero--short.m-hero--style2 .m-hero__media .m-hero__image .cmp-image__image,.m-hero.m-hero.m-hero--base.m-hero--medium .m-hero__media .m-hero__image .cmp-image__image{position:relative;height:100%}
}
.m-hero.m-hero--base.m-hero--style2>section>div.container .m-hero__content .h2-hero a{color:#007bff}
.m-hero.m-hero--base.m-hero--style2>section>div.container .m-hero__content .h2-hero a:hover{color:#0056b3}
@media(min-width:1400px) and (max-width:1900px){.m-hero.m-hero--base.m-hero--medium.o-remove-hide-pretitle>section>div.container .m-hero__content{width:39%;margin-left:auto !important}
}
@media(min-width:992px) and (max-width:1200px){.m-hero--base.m-hero--style2.m-hero--content-right.o-color-title-fadedblue.a-fontfamily-CanoodleRegular .m-hero__content{left:28% !important}
}
.m-hero--base.m-hero--style2.m-hero--subtitle-left>section>div.container .m-hero__content .h2-hero{text-align:left !important}
.m-card.m-card--base.m-card--allies{cursor:pointer;border:0;width:170px;height:170px;background-color:#fff}
.m-card.m-card--base.m-card--allies.m-card--border-radius{border-radius:25px}
.m-card:before{border-radius:25px;border:0;box-shadow:none}
.m-card--base.m-card--promo.m-card--overlay:before{content:none}
.m-card.m-card--base.m-card--allies .m-card__body{display:none}
.m-card.m-card--base.m-card--allies .m-card__image,.m-card.m-card--base.m-card--allies .cmp-image__image{object-fit:fill}
.a-container__media .a-container__image img{object-fit:fill}
.m-card.m-card--base.m-card--allies .m-card-link .m-card__image,.m-card.m-card--base.m-card--allies .m-card-link .cmp-image__image{object-fit:contain}
.a-container--base.a-container--width-80 .a-text--base.a-text--lineyellow,.a-container--base.a-container--width-80 .a-text--base.a-text--linepurple,.a-container--base.a-container--width-80 .a-text--base.a-text--lineskyblue{padding:0 160px}
@media screen and (max-width:1199px){.a-container--base.a-container--width-80 .a-text--base.o-color-purple.a-text--linepurple{padding:0}
}
@media screen and (min-width:1200px){.a-container--base.a-container--width-80 .a-text--base.a-text--lineyellow,.a-container--base.a-container--width-80 .a-text--base.a-text--linepurple,.a-container--base.a-container--width-80 .a-text--base.a-text--lineskyblue{padding:0 75px}
}
@media screen and (min-width:1138px) and (min-height:712px) and (orientation:landscape){.a-container--base.a-container--width-80 .a-text--base.a-text--lineyellow,.a-container--base.a-container--width-80 .a-text--base.a-text--linepurple,.a-container--base.a-container--width-80 .a-text--base.a-text--lineskyblue{padding:0}
}
@media(min-width:992px) and (max-width:1024px){.a-container--base.a-container--width-80 .a-text--base.a-text--lineyellow,.a-container--base.a-container--width-80 .a-text--base.a-text--linepurple,.a-container--base.a-container--width-80 .a-text--base.a-text--lineskyblue{padding:0}
}
@media(min-width:768px) and (max-width:991.98px){.a-container--base.a-container--width-80 .a-text--base.a-text--lineyellow,.a-container--base.a-container--width-80 .a-text--base.a-text--linepurple,.a-container--base.a-container--width-80 .a-text--base.a-text--lineskyblue{padding:0}
.a-container__media .a-container__image img{object-fit:cover}
.a-title--base.a-title--product-desc-title h2{font-size:24px !important;font-weight:500;line-height:29px !important}
.a-title--base.a-title--ourallies--title h1,.a-title--base.a-title--ourallies--title h2{font-size:24px !important;font-weight:500;line-height:29px !important;margin-bottom:30px}
}
@media(max-width:767px){.a-container--base.a-container--width-80 .a-text--base.a-text--lineyellow,.a-container--base.a-container--width-80 .a-text--base.a-text--linepurple,.a-container--base.a-container--width-80 .a-text--base.a-text--lineskyblue{padding:0 10px}
.a-container--base.a-container--width-80 .container:nth-of-type(1){padding:0 !important}
.a-title--base.a-title--product-desc-title h2{font-size:24px !important;font-weight:500;line-height:29px !important}
.a-title--base.a-title--ourallies--title{padding-top:10px}
.a-title--base.a-title--ourallies--title .cmp-title h2{font-family:'BaseFontBold',sans-serif !important}
.a-title--base.a-title--ourallies--title h1,.a-title--base.a-title--ourallies--title h2{font-size:24px !important;font-weight:500;line-height:29px !important;margin-bottom:30px}
}
.a-container--base.a-container--allies-g .a-container__row .cmp-container{padding:50px 10px 30px}
@media(min-width:768px) and (max-width:991.98px){.a-container--base.a-container--allies-g .a-column-control--base.a-column-control--allies .container .row{justify-content:space-around}
}
.a-contentfragmentlist--view1 a.article-anchor:nth-of-type(odd){padding-left:0;padding-right:15px}
.a-contentfragmentlist--view1 a.article-anchor:nth-of-type(even){padding-right:0;padding-left:15px}
.a-contentfragmentlist--base dt.cmp-contentfragment__element-title,.a-contentfragmentlist--base .cmp-contentfragment__element.cmp-contentfragment__element--detaildescription p:nth-child(n + 3),.a-contentfragmentlist--base .cmp-contentfragment__title,.a-contentfragmentlist--base .cmp-contentfragmentlist .article-anchor.d-none,.a-contentfragmentlist--base .cmp-contentfragment__element--contentdetailsreference,.a-contentfragmentlist--base .cmp-contentfragment__element--tagsType{display:none}
.a-contentfragmentlist--base .cmp-contentfragment__element.cmp-contentfragment__element--detaildescription p{font-family:"BaseFontRegular",sans-serif;font-size:18px !important;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.25;letter-spacing:normal;color:#212529 !important;margin-bottom:20px;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}
.contentfragmentlist.a-contentfragmentlist--base.a-contentfragmentlist--view1 .cmp-contentfragment__element.cmp-contentfragment__element--duration p{font-style:italic;color:#212529 !important;font-family:"BaseFontLight",sans-serif !important;font-size:12px !important;margin-left:15px;margin-bottom:30px}
.contentfragmentlist.a-contentfragmentlist--base.a-contentfragmentlist--view1.a-contentfragmentlist--loadmore .cmp-contentfragment__element-value p{font-family:"BaseFontRegular",sans-serif;font-size:24px;color:#83268f;text-decoration:none;font-weight:400;line-height:18px}
.contentfragmentlist.a-contentfragmentlist--base.a-contentfragmentlist--view1.a-contentfragmentlist--loadmore .cmp-contentfragment__elements{display:flex;flex-direction:column}
.contentfragmentlist.a-contentfragmentlist--base.a-contentfragmentlist--view1.a-contentfragmentlist--loadmore .cmp-contentfragment__element.cmp-contentfragment__element--heading{order:2}
.contentfragmentlist.a-contentfragmentlist--base.a-contentfragmentlist--view1.a-contentfragmentlist--loadmore .cmp-contentfragment__element.cmp-contentfragment__element--mainimage{order:1}
.contentfragmentlist.a-contentfragmentlist--base.a-contentfragmentlist--view1.a-contentfragmentlist--loadmore .cmp-contentfragment__element.cmp-contentfragment__element--duration{order:3}
.contentfragmentlist.a-contentfragmentlist--base.a-contentfragmentlist--view1.a-contentfragmentlist--loadmore .cmp-contentfragment__element.cmp-contentfragment__element--detaildescription{order:4}
.a-contentfragmentlist--base dd.cmp-contentfragment__element-value,.a-contentfragmentlist--base dl.cmp-contentfragment__elements{margin:0}
.a-contentfragmentlist--base .cmp-contentfragment__element.cmp-contentfragment__element--heading{font-size:20px;font-weight:600;padding-left:15px;padding-right:15px;padding-bottom:25px;padding-top:5px}
.a-contentfragmentlist--base .cmp-contentfragment__element.cmp-contentfragment__element--detaildescription{padding-left:15px;padding-right:15px;padding-bottom:5px;padding-top:5px}
.a-contentfragmentlist--base img{width:100%;height:100%}
.a-contentfragmentlist--base .cmp-contentfragmentlist .article-anchor{float:left;width:50%;margin-bottom:20px}
.a-contentfragmentlist--base .cmp-contentfragmentlist .article-anchor:hover{text-decoration:none}
.a-contentfragmentlist--base .cmp-contentfragment__element.cmp-contentfragment__element--heading p{margin:0 0 10px;font-family:BrandonGrotesque-bold,sans-serif;font-size:20px;margin-top:5px;font-style:normal;font-stretch:normal;line-height:1.2;letter-spacing:normal;color:#002a3b;text-overflow:ellipsis;overflow:hidden;height:50px}
.a-contentfragmentlist--base .paggination{clear:both}
.a-contentfragmentlist--base .pagination-holder{padding-top:10px;padding-bottom:10px;margin-bottom:19.5px;display:flex;justify-content:space-between}
.a-contentfragmentlist--base.a-contentfragmentlist--paggination .pagination-holder{border-bottom:1px solid #979797;border-top:1px solid #979797}
.a-contentfragmentlist--base.a-contentfragmentlist--backtotop .pagination-holder{border-bottom:1px solid #979797;border-top:1px solid #979797}
.a-contentfragmentlist--base .pagination-holder .show-more-alig{font-family:BrandonGrotesque-Medium,sans-serif;font-size:16px;font-weight:500;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#888b8d;display:none}
.a-contentfragmentlist--base.a-contentfragmentlist--paggination .pagination-holder .show-more-alig{display:block}
.a-contentfragmentlist--base .pagination-holder .back-to-top{color:#009cde;font-family:BrandonGrotesque-Regular,sans-serif;font-size:16px;line-height:1.25;display:none}
.a-contentfragmentlist--base.a-contentfragmentlist--backtotop .pagination-holder .back-to-top{display:block}
.a-contentfragmentlist--base .load-more{border:0;cursor:pointer;font-family:"BaseFontRegular",sans-serif;font-size:18px;color:#007bff;background-color:#fff;display:none}
.a-contentfragmentlist--base .load-more:hover{color:#0056b3;text-decoration-color:#0056b3}
.a-contentfragmentlist--base .cmp-contentfragment__element--mainimage .cmp-contentfragment__element-value p{margin-bottom:0;height:146px}
.a-contentfragment--base .cmp-contentfragment__title,.a-contentfragment--base .cmp-contentfragment__element-title{display:none}
.a-contentfragment--base .article-anchor:hover{text-decoration:none}
.a-contentfragment--base .cmp-contentfragment__element-value img{width:100%}
.a-contentfragment--base .cmp-contentfragment__element--subheading p{width:100%;font-family:BrandonGrotesque-regular,sans-serif;font-size:24px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.17;letter-spacing:normal;color:#888b8d;margin-bottom:20px;padding-top:5px}
.columncontrol.column-align--center{margin-top:0 !important}
.a-contentfragment--base .cmp-contentfragment__element--detaildescription p{font-family:Georgia,sans-serif;font-size:18px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.48;letter-spacing:normal;color:#63666a}
.a-contentfragment--base table tr{font-family:BrandonGrotesque-medium,sans-serif;font-size:14px;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#888b8d;border:1px solid #888b8d}
.a-contentfragment--base table tr td{padding:7px;padding-left:17px}
.a-contentfragment--base table tr td:first-child{width:18%;padding-right:15px;padding-left:7px}
.a-contentfragmentlist--base.a-contentfragmentlist--view2 dd.cmp-contentfragment__element-value,.a-contentfragmentlist--base.a-contentfragmentlist--view2 dl.cmp-contentfragment__elements{display:flex}
.a-contentfragmentlist--base.a-contentfragmentlist--view2 .cmp-contentfragment__element.cmp-contentfragment__element--heading p{color:#63666a;font-family:Georgia,sans-serif;font-size:16px;line-height:20px;padding-top:6px}
.a-contentfragmentlist--base.a-contentfragmentlist--view2 .cmp-contentfragmentlist .article-anchor{width:100%}
.a-contentfragmentlist--base.a-contentfragmentlist--view2 .tab-content .tab-pane ul li p{color:#63666a;font-family:Georgia,sans-serif;font-size:16px;line-height:20px;padding-top:6px;font-weight:400 !important}
.a-contentfragmentlist--base.a-contentfragmentlist--view2 .cmp-contentfragment__element--mainimage .cmp-contentfragment__element-value p{height:auto}
.a-contentfragmentlist--base.a-contentfragmentlist--view1 .article-anchor{width:50% !important;height:auto}
.a-contentfragmentlist--base.a-contentfragmentlist--view1 .cmp-contentfragment__element-value p{height:auto}
.a-contentfragmentlist--base.a-contentfragmentlist--view1 .cmp-contentfragment__element--mainimage .cmp-contentfragment__element-value p br{display:none}
.a-contentfragmentlist--base.a-contentfragmentlist--view1 img{height:auto}
.a-contentfragmentlist--base.a-contentfragmentlist--view2 .cmp-contentfragment__element.cmp-contentfragment__element--heading{font-weight:400;order:2}
.columncontrol__column .a-title-base.m-fontsize-18px .cmp-title__text{font-weight:400;position:relative;margin-left:90px}
.contentfragmentlist.a-contentfragmentlist--base.a-contentfragmentlist--view2 .cmp-contentfragment__element-value h4{margin-top:0;line-height:.5px}
.contentfragmentlist.a-contentfragmentlist--base.a-contentfragmentlist--view2 .cmp-contentfragment__element-value h4 a{font-family:"BaseFontMedium",sans-serif;color:#83268f !important;font-size:14px;line-height:14px}
.contentfragmentlist.a-contentfragmentlist--base.a-contentfragmentlist--view2 .cmp-contentfragment__element-value p a{font-family:"BaseFontMedium",sans-serif;color:#83268f !important;font-size:12px;line-height:14px}
.contentfragment.a-cf-base-blog .cmp-contentfragment__element-title{display:none}
.contentfragment.a-cf-base-blog .cmp-contentfragment__title{display:none}
.contentfragment.a-cf-base-blog .cmp-contentfragment__elements .cmp-contentfragment__element-value img{width:100%}
.contentfragment.a-cf-base-blog.a-cf-base-blogChild .cmp-contentfragment__elements .cmp-contentfragment__element-value p{margin-bottom:0}
.contentfragment.a-cf-base-blog .cmp-contentfragment__element-value p a{color:#83268f !important;line-height:1.2;font-family:"BaseFontRegular",sans-serif;font-size:45px;text-decoration:none !important}
.a-contentfragmentlist--base.a-contentfragmentlist--loadmore .load-more{text-decoration:underline;display:block}
.a-cf-base-blog .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element-value p a{text-transform:uppercase}
.a-contentfragmentlist--view1{margin-bottom:0 !important}
.a-contentfragmentlist--view1 .cmp-contentfragmentlist{display:flex;flex-wrap:wrap}
.a-contentfragmentlist--view1 .cmp-contentfragmentlist .article-anchor{margin:0 0 50px}
.a-contentfragmentlist--view1 .cmp-contentfragmentlist .article-anchor .cmp-contentfragment{height:100%}
.a-contentfragmentlist--view1 .cmp-contentfragmentlist .article-anchor .cmp-contentfragment .cmp-contentfragment__elements{background-color:#f8f8f8;height:100%;position:relative}
.a-contentfragmentlist--view1 .cmp-contentfragmentlist .article-anchor .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--detaildescription .cmp-contentfragment__element-value{padding-bottom:30px}
.a-contentfragmentlist--view1 .cmp-contentfragmentlist .article-anchor .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--detaildescription .cmp-contentfragment__element-value p:nth-child(1){font-family:BaseFontLight,sans-serif;color:#898989 !important;line-height:21px;font-size:16px !important;font-weight:400}
.a-contentfragmentlist--view1 .cmp-contentfragmentlist .article-anchor .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--detaildescription .cmp-contentfragment__element-value p:nth-child(2){position:absolute;bottom:0 !important;margin-bottom:30px}
.a-contentfragmentlist--view1 .cmp-contentfragmentlist .article-anchor .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--detaildescription .cmp-contentfragment__element-value p:nth-child(2) a{color:#707070;text-decoration:underline;font-size:14px;font-family:BaseFontLight,sans-serif;font-weight:400;line-height:21px}
.a-contentfragmentlist--view1 .cmp-contentfragmentlist .article-anchor .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--duration .cmp-contentfragment__element-value p:first-child{color:#b0b0b0 !important}
.a-contentfragmentlist--view1 .cmp-contentfragmentlist .article-anchor .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading{height:auto;padding:30px 20px}
.a-contentfragmentlist--view1 .cmp-contentfragmentlist .article-anchor .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h4 a{color:#064181;margin-bottom:0;font-size:24px;line-height:29px;font-family:BaseFontMedium,sans-serif;font-weight:500}
.a-contentfragmentlist--view1 .cmp-contentfragmentlist .article-anchor .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h4 a:hover{text-decoration:none}
.a-contentfragmentlist--view1 .paggination{display:flex;justify-content:end}
.a-contentfragmentlist--view1 .paggination .load-more{color:#064181}
.a-contentfragmentlist--view2{margin-top:0 !important;margin-left:23%}
.a-contentfragmentlist--view2 .cmp-contentfragmentlist{margin-bottom:20px}
.a-contentfragmentlist--view2 .cmp-contentfragmentlist .article-anchor{width:100%;margin-bottom:20px;max-width:300px;background-color:#f8f8f8}
.a-contentfragmentlist--view2 .cmp-contentfragmentlist .article-anchor .cmp-contentfragment{margin:0}
.a-contentfragmentlist--view2 .cmp-contentfragmentlist .article-anchor .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading{padding:0}
.a-contentfragmentlist--view2 .cmp-contentfragmentlist .article-anchor .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value p{display:none}
.a-contentfragmentlist--view2 .cmp-contentfragmentlist .article-anchor .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h4{color:#064181 !important;font-size:12px;line-height:14px;margin-bottom:0;padding:10px 18px}
.a-contentfragmentlist--view2 .cmp-contentfragmentlist .article-anchor .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h4 a{color:#064181 !important;font-size:12px;line-height:14px;margin-bottom:0;font-weight:400}
.a-contentfragmentlist--view2 .cmp-contentfragmentlist .article-anchor .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h4 a:hover{text-decoration:none !important}
.a-contentfragmentlist--view2 .cmp-contentfragmentlist .article-anchor .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--mainimage{display:flex;order:1;align-items:start}
.a-title--base.a-title--blog-load-more{border-top:2px solid #064181;margin:0;margin-top:0 !important}
.a-title--base.a-title--blog-load-more .cmp-title{padding:30px 10px}
.a-title--base.a-title--blog-load-more .cmp-title .cmp-title__text{display:inline-block;margin:0 !important;color:#064181 !important;font-size:18px !important;line-height:27px !important;font-weight:unset !important;text-decoration:underline;font-family:BaseFontRegular,sans-serif}
.a-title--base.a-title--blog-load-more .cmp-title .cmp-title__text:hover{cursor:pointer}
.a-title--base.a-title--blog-load-more.a-titlecolor--sky-blue{border-top:2px solid #1cbfe6 !important}
.a-title--base.a-title--blog-load-more.a-titlecolor--sky-blue .cmp-title .cmp-title__text{color:#1cbfe6 !important}
.a-title--base.a-title--blog-title{margin-bottom:18px !important}
.a-title--base.a-title--blog-title .cmp-title h1.cmp-title__text{font-family:BaseFontRegular,sans-serif;font-size:18px;line-height:23px;margin-left:23%;margin-right:4%;margin-block-end:18px;margin-bottom:18px;text-size-adjust:100%;font-weight:400}
.a-column-control--blog-list-view .a-title--blog-load-more{margin-left:10px;margin-right:10px}
.a-cf-base-blog.a-cf-base-blogChild .cmp-contentfragment:hover{text-decoration:none}
.a-cf-base-blog.a-cf-base-blogChild .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading{padding-top:50px}
.a-cf-base-blog.a-cf-base-blogChild .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h4:hover{text-decoration:none !important;cursor:default}
.a-cf-base-blog.a-cf-base-blogChild .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h4 :hover{text-decoration:none !important}
.a-cf-base-blog.a-cf-base-blogChild .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h4 :active{text-decoration:none !important}
.a-cf-base-blog.a-cf-base-blogChild .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h4 a{font-size:34px;font-family:BaseFontBold,sans-serif;line-height:39px;color:#064181;font-weight:500;width:100%;pointer-events:none}
.a-cf-base-blog.a-cf-base-blogChild .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h4 .a-contentfragmentlist--removeunderline div.cmp-contentfragment__element--heading dd.cmp-contentfragment__element-value h4 a:hover{cursor:default;text-decoration:none}
.a-column-control--base.a-column-control--paddingLR .container{max-width:1200px;width:100%;padding:0}
.a-column-control--base.a-column-control--paddingLR .container .row{margin-left:unset;margin-right:unset}
.a-column-control--base.a-column-control--paddingLR .container .row .columncontrol__column:first-child{flex:0 0 68%;max-width:68%;padding-right:18px;padding-left:0}
.a-column-control--base.a-column-control--paddingLR .container .row .columncontrol__column:last-child{flex:0 0 32%;max-width:32%;padding-right:30px;padding-right:23px}
@media(max-width:1199px){.a-column-control--base.a-column-control--paddingLR .container{margin-left:11px;margin-right:11px}
}
@media(max-width:991px){.a-title--base.a-title--blog-title .cmp-title h1.cmp-title__text{font-size:14px;line-height:19px;margin-left:0}
.a-column-control--base.a-column-control--paddingLR .container{margin-left:11px;margin-right:11px}
.a-column-control--base.a-column-control--paddingLR .container .row .columncontrol__column:first-child{padding-left:0}
.a-column-control--base.a-column-control--paddingLR .container .columncontrol__column{padding-left:0}
.a-column-control--base.a-column-control--paddingLR .container .columncontrol__column .a-contentfragmentlist--base.a-contentfragmentlist--view2{margin-left:0}
.a-cf-base-blog.a-cf-base-blogChild .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h4 a{font-size:24px;line-height:29px}
}
@media(max-width:767px){.a-contentfragmentlist--view1 a.article-anchor:nth-of-type(odd){padding-left:0;padding-right:0}
.a-contentfragmentlist--view1 a.article-anchor:nth-of-type(even){padding-right:0;padding-left:0}
.a-column-control--base.a-column-control--paddingLR .container{margin-left:0;margin-right:0}
.a-column-control--base.a-column-control--paddingLR .container .row{flex-direction:column;padding-left:11px;padding-right:11px}
.a-column-control--base.a-column-control--paddingLR .container .row .columncontrol__column{max-width:385px;margin-left:0;margin-right:0;padding-left:0;padding-right:0}
.a-column-control--base.a-column-control--paddingLR .container .row .columncontrol__column:first-child{flex:0 0 100%;max-width:100%;padding-left:0;padding-right:0}
.a-column-control--base.a-column-control--paddingLR .container .row .columncontrol__column:last-child{flex:0 0 100%;max-width:100%}
.a-column-control--base.a-column-control--paddingLR .container .row .columncontrol__column:last-child .a-title--blog-title .cmp-title .cmp-title__text{margin-left:unset}
.a-contentfragmentlist--view1{margin-bottom:30px}
.a-contentfragmentlist--view1 .cmp-contentfragmentlist{flex-direction:column}
.a-contentfragmentlist--view1 .cmp-contentfragmentlist .article-anchor{width:100% !important;position:relative;max-width:385px;margin:0 auto 50px}
.a-contentfragmentlist--view1 .cmp-contentfragmentlist .article-anchor .cmp-contentfragment{margin:0}
.a-contentfragmentlist--view2{margin-top:0 !important;margin-left:20px;margin-right:0}
.a-contentfragmentlist--view2 .cmp-contentfragmentlist{display:flex;flex-direction:column}
.a-title--base.a-title--blog-margin{margin-left:0}
.a-title--base.a-title--blog-margin .cmp-title .cmp-title__text{margin-left:20px;font-size:14px !important;line-height:19px !important}
.a-title--base.a-title--blog-title{padding-top:30px !important;margin-bottom:20px !important}
.a-title--base.a-title--blog-title .cmp-title .cmp-title__text{margin-left:20px;font-size:14px;line-height:19px}
}
.a-contentfragmentlist--view1.a-contentfragmentlist--view1-p .cmp-contentfragmentlist .article-anchor .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h4 a{color:#4b3661}
.a-contentfragmentlist--view2.a-contentfragmentlist--view2-p.a-contentfragmentlist--view2-p .cmp-contentfragmentlist .article-anchor .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h4 a{color:#4b3661 !important}
.a-title--base.a-title--blog-load-more.a-titlecolor--purple{border-top:2px solid #4b3661}
.a-title--base.a-title--blog-load-more.a-titlecolor--purple .cmp-title .cmp-title__text{color:#4b3661 !important}
.a-title--base.a-title--blog-title.a-titlecolor--purple .cmp-title .cmp-title__text{color:#4b3661 !important;letter-spacing:normal}
.a-cf-base-blog.a-cf-base-blogChild.a-cf--purple .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h4 a{color:#4b3661 !important;font-family:BaseFontMedium,sans-serif}
@media(max-width:991px){.a-cf-base-blog.a-cf-base-blogChild.a-cf--purple .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h4 a{font-family:BaseFontBold,sans-serif}
}
.a-contentfragmentlist--base.a-contentfragmentlist--view1.a-contentfragmentlist--view1-mm .cmp-contentfragmentlist a.article-anchor:nth-of-type(even){padding-right:15px}
.a-contentfragmentlist--base.a-contentfragmentlist--view1.a-contentfragmentlist--view1-mm .cmp-contentfragmentlist a.article-anchor article.cmp-contentfragment dl.cmp-contentfragment__elements{background-color:#fff;box-shadow:0 3px 6px 0 rgba(0,0,0,0.16)}
.a-contentfragmentlist--base.a-contentfragmentlist--view1.a-contentfragmentlist--view1-mm .cmp-contentfragmentlist a.article-anchor article.cmp-contentfragment dl.cmp-contentfragment__elements .cmp-contentfragment__element--heading dd.cmp-contentfragment__element-value h4 a{color:#0262ac}
.a-contentfragmentlist--base.a-contentfragmentlist--view1.a-contentfragmentlist--view1-mm .cmp-contentfragmentlist a.article-anchor article.cmp-contentfragment dl.cmp-contentfragment__elements .cmp-contentfragment__element--detaildescription .cmp-contentfragment__element-value p{font-family:BaseFontLight,sans-serif;color:#868686 !important}
.a-contentfragmentlist--base.a-contentfragmentlist--view1.a-contentfragmentlist--view1-mm .cmp-contentfragmentlist a.article-anchor article.cmp-contentfragment dl.cmp-contentfragment__elements .cmp-contentfragment__element--detaildescription .cmp-contentfragment__element-value p a{color:#c5a12e !important;text-decoration:underline;font-size:14px;font-family:BaseFontLight,sans-serif;font-weight:400;line-height:21px}
.a-contentfragmentlist--base.a-contentfragmentlist--view2.a-contentfragmentlist--view2-mm .cmp-contentfragmentlist .article-anchor{background-color:#fff !important;box-shadow:0 3px 6px 0 rgba(0,0,0,0.16)}
.a-contentfragmentlist--base.a-contentfragmentlist--view2.a-contentfragmentlist--view2-mm .cmp-contentfragmentlist .article-anchor .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h4{padding-right:25px}
.a-contentfragmentlist--base.a-contentfragmentlist--view2.a-contentfragmentlist--view2-mm .cmp-contentfragmentlist .article-anchor .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h4 a{color:#0262ac !important;text-transform:lowercase}
.a-cf-base-blog.a-cf-base-blogChild.a-cf-base-blogChild-g .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h1 a,.a-cf-base-blog.a-cf-base-blogChild.a-cf-base-blogChild-g .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h2 a,.a-cf-base-blog.a-cf-base-blogChild.a-cf-base-blogChild-g .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h3 a,.a-cf-base-blog.a-cf-base-blogChild.a-cf-base-blogChild-g .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h4 a,.a-cf-base-blog.a-cf-base-blogChild.a-cf-base-blogChild-g .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h5 a,.a-cf-base-blog.a-cf-base-blogChild.a-cf-base-blogChild-g .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h6 a,.a-cf-base-blog.a-cf-base-blogChild.a-cf-base-blogChild-g .cmp-contentfragment__element--heading .cmp-contentfragment__element-value p a{color:#1cbfe6 !important}
.a-cf-base-blog.a-cf-base-blogChild.a-cf-base-blogChild-mm .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h4 a{color:#0262ac !important;font-family:BaseFontCanoodleRegular,sans-serif;font-size:44px;line-height:49px}
.a-contentfragmentlist--base.a-contentfragmentlist--view1.a-contentfragmentlist--view1-g .cmp-contentfragmentlist a.article-anchor article.cmp-contentfragment dl.cmp-contentfragment__elements .cmp-contentfragment__element--heading dd.cmp-contentfragment__element-value h4 a{color:#1cbfe6}
.a-contentfragmentlist--base.a-contentfragmentlist--view1.a-contentfragmentlist--view1-g .cmp-contentfragmentlist a.article-anchor article.cmp-contentfragment dl.cmp-contentfragment__elements .cmp-contentfragment__element--detaildescription .cmp-contentfragment__element-value p{font-family:BaseFontLight,sans-serif;color:#5c5c5c !important}
@media(max-width:991px){.a-contentfragmentlist--base.a-contentfragmentlist--view1.a-contentfragmentlist--view1-g .cmp-contentfragmentlist a.article-anchor article.cmp-contentfragment dl.cmp-contentfragment__elements .cmp-contentfragment__element--detaildescription .cmp-contentfragment__element-value p,.a-contentfragmentlist--base.a-contentfragmentlist--view1.a-contentfragmentlist--view1-mm .cmp-contentfragmentlist a.article-anchor article.cmp-contentfragment dl.cmp-contentfragment__elements .cmp-contentfragment__element--detaildescription .cmp-contentfragment__element-value p{font-size:14px !important;line-height:19px}
.a-contentfragmentlist--base.a-contentfragmentlist--view1.a-contentfragmentlist--view1-g .cmp-contentfragmentlist a.article-anchor article.cmp-contentfragment dl.cmp-contentfragment__elements .cmp-contentfragment__element--detaildescription .cmp-contentfragment__element-value p a,.a-contentfragmentlist--base.a-contentfragmentlist--view1.a-contentfragmentlist--view1-mm .cmp-contentfragmentlist a.article-anchor article.cmp-contentfragment dl.cmp-contentfragment__elements .cmp-contentfragment__element--detaildescription .cmp-contentfragment__element-value p a{line-height:21px}
}
@media(max-width:767px){.a-contentfragmentlist--base.a-contentfragmentlist--view1.a-contentfragmentlist--view1-g .cmp-contentfragmentlist a.article-anchor:nth-of-type(even),.a-contentfragmentlist--base.a-contentfragmentlist--view1.a-contentfragmentlist--view1-mm .cmp-contentfragmentlist a.article-anchor:nth-of-type(even){padding-right:0}
}
.a-title--base.a-title--blog-load-more.a-titlecolor--summer-skyblue{border-color:#1cbfe6}
.a-title--base.a-title--blog-load-more.a-titlecolor--summer-skyblue .cmp-title{text-align:right;display:block;padding:30px 10px;margin-bottom:30px}
.a-title--base.a-title--blog-load-more.a-titlecolor--summer-skyblue .cmp-title h1.cmp-title__text{color:#1cbfe6 !important;font-family:BaseFontRegular,sans-serif;font-size:18px;line-height:27px !important}
.a-contentfragmentlist--base.a-contentfragmentlist--view2.a-contentfragmentlist--view2-g .cmp-contentfragmentlist .article-anchor .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h4 a{color:#1cbfe6 !important}
.a-title--base.a-title--blog-title.a-titlecolor--summer-skyblue .cmp-title .cmp-title__text{color:#1cbfe6 !important}
.a-column-control--base.a-column-control--bchild .container{max-width:1200px;padding-left:5px}
.a-column-control--base.a-column-control--bchild .container .row .columncontrol__column:first-child{padding-left:8px;padding-right:0}
.a-column-control--base.a-column-control--bchild .container .row .columncontrol__column:first-child .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h4{font-family:BaseFontBold,sans-serif !important;font-size:34px;font-weight:500;line-height:39px}
.a-column-control--base.a-column-control--bchild .container .row .columncontrol__column:first-child .container.responsivegrid.a-container{padding-top:0;padding-left:75px;padding-right:60px}
.a-column-control--base.a-column-control--bchild .container .row .columncontrol__column:first-child .container.responsivegrid.a-container .a-container__row{background-color:#f7f7f7}
.a-column-control--base.a-column-control--bchild .container .row .columncontrol__column:first-child .container.responsivegrid.a-container .a-container__row .a-container__content .cmp-container{padding:50px !important}
.a-column-control--base.a-column-control--bchild .container .row .columncontrol__column:first-child .container.responsivegrid.a-container .a-container__row .a-container__content .cmp-container .text.a-text--base .cmp-text p a{color:#064181;font-family:BaseFontRegular,sans-serif !important;word-break:break-word}
.a-column-control--base.a-column-control--bchild .container .row .columncontrol__column:first-child .text.a-text--base .cmp-text p{margin-bottom:30px}
.a-column-control--base.a-column-control--bchild .container .row .columncontrol__column:first-child .text.a-text--base .cmp-text ul{padding-left:15px}
.a-column-control--base.a-column-control--bchild .container .row .columncontrol__column:first-child .text.a-text--base .cmp-text ul li{margin-bottom:30px;font-weight:700}
.a-column-control--base.a-column-control--bchild .container .row .columncontrol__column:first-child .contentfragment.a-cf-base-blog .cmp-contentfragment__elements.cmp-contentfragment__element--mainimage{padding-bottom:34px}
.a-column-control--base.a-column-control--bchild .container .row .columncontrol__column:last-child .title.a-title--base.a-title--blog-title{margin-bottom:0 !important;padding-top:100px !important}
.a-column-control--base.a-column-control--bchild .container .row .columncontrol__column:last-child .title.a-title--base.a-title--blog-title .cmp-title .cmp-title__text{margin-left:27%;letter-spacing:normal}
.a-column-control--base.a-column-control--bchild .container .row .columncontrol__column:last-child .contentfragmentlist.a-contentfragmentlist--base.a-contentfragmentlist--view2{margin-left:27%}
@media(max-width:1199px){.a-column-control--base.a-column-control--bchild .container{margin-left:11px}
.a-column-control--base.a-column-control--bchild .container .row .columncontrol__column:first-child{padding-left:0}
.a-column-control--base.a-column-control--bchild .container .row .columncontrol__column:first-child .container.responsivegrid.a-container{padding-left:7%}
}
@media(max-width:991px){.a-column-control--base.a-column-control--bchild .container .row .columncontrol__column:first-child{flex:0 0 66.66667%;max-width:66.66667%}
.a-column-control--base.a-column-control--bchild .container .row .columncontrol__column:first-child .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h4{font-size:24px;line-height:29px}
.a-column-control--base.a-column-control--bchild .container .row .columncontrol__column:last-child{flex:0 0 33.33333%;max-width:33.33333%;padding-left:15px}
.a-column-control--base.a-column-control--bchild .container .row .columncontrol__column:last-child .title.a-title--base.a-title--blog-title{padding-top:0 !important}
.a-column-control--base.a-column-control--bchild .container .row .columncontrol__column:last-child .title.a-title--base.a-title--blog-title .cmp-title .cmp-title__text{margin-left:0}
.a-column-control--base.a-column-control--bchild .container .row .columncontrol__column:last-child .contentfragmentlist.a-contentfragmentlist--base.a-contentfragmentlist--view2{margin-left:0}
}
@media(max-width:767px){.a-column-control--base.a-column-control--bchild .container .row .columncontrol__column:last-child{flex:100%;max-width:100%;padding-left:11px !important;padding-right:11px !important;margin-top:0 !important}
.a-column-control--base.a-column-control--bchild .container .row .columncontrol__column:first-child{flex:100%;max-width:100%;margin-bottom:0}
.a-column-control--base.a-column-control--bchild .container .row .columncontrol__column:first-child .container.responsivegrid.a-container{padding-left:0;margin-left:0;padding-right:0}
}
.a-container--base.a-container.container-full-width.pl-0.pr-0 .a-container__row .a-container__content .cmp-container .a-column-control--base.a-column-control--paddingLR .a-contentfragmentlist--base.a-contentfragmentlist--view1{padding-left:0 11px}
.a-container--base.a-container.container-full-width.pl-0.pr-0 .a-container__row .a-container__content .cmp-container .a-column-control--base.a-column-control--paddingLR .a-contentfragmentlist--base.a-contentfragmentlist--view1 .cmp-contentfragment__element.cmp-contentfragment__element--heading{padding:30px 20px}
.a-container--base.a-container.container-full-width.pl-0.pr-0 .a-container__row .a-container__content .cmp-container .a-column-control--base.a-column-control--paddingLR .a-contentfragmentlist--base.a-contentfragmentlist--view1 .cmp-contentfragment__element.cmp-contentfragment__element--heading .cmp-contentfragment__element-value p{display:none}
.a-container--base.a-container.container-full-width.pl-0.pr-0 .a-container__row .a-container__content .cmp-container .a-column-control--base.a-column-control--paddingLR .a-contentfragmentlist--base.a-contentfragmentlist--view1 .cmp-contentfragment__element.cmp-contentfragment__element--duration{padding-top:8px;padding-bottom:10px;padding-left:5px}
.a-container--base.a-container.container-full-width.pl-0.pr-0 .a-container__row .a-container__content .cmp-container .a-column-control--base.a-column-control--paddingLR .a-contentfragmentlist--base.a-contentfragmentlist--view1 .cmp-contentfragment__element.cmp-contentfragment__element--duration .cmp-contentfragment__element-value p i{line-height:18px}
.a-container--base.a-container.container-full-width.pl-0.pr-0 .a-container__row .a-container__content .cmp-container .a-column-control--base.a-column-control--paddingLR .a-contentfragmentlist--base.a-contentfragmentlist--view1 .cmp-contentfragment__element.cmp-contentfragment__element--detaildescription{padding-left:20px}
.a-container--base.a-container.container-full-width.pl-0.pr-0 .a-container__row .a-container__content .cmp-container .a-column-control--base.a-column-control--paddingLR .a-contentfragmentlist--base.a-contentfragmentlist--view1 .cmp-contentfragment__element.cmp-contentfragment__element--detaildescription .cmp-contentfragment__element-value p:first-child{padding-bottom:20px;color:#262525}
.a-container--base.a-container.container-full-width.pl-0.pr-0 .a-container__row .a-container__content .cmp-container .a-column-control--base.a-column-control--paddingLR .columncontrol__column:last-child{padding-right:15px}
.a-container--base.a-container.container-full-width.pl-0.pr-0 .a-container__row .a-container__content .cmp-container .title.a-title--base .cmp-title{padding-left:0}
@media(max-width:991px){.a-container--base.a-container.container-full-width.pl-0.pr-0 .a-container__row .a-container__content .cmp-container .a-column-control--base .a-contentfragmentlist--base.a-contentfragmentlist--view1 .cmp-contentfragment__element.cmp-contentfragment__element--detaildescription .cmp-contentfragment__element-value p:first-child{font-size:14px !important;line-height:19px}
}
.a-contentfragmentlist--base.a-contentfragmentlist--view2 img{width:100%}
.a-contentfragmentlist--base.a-contentfragmentlist--view2 .cmp-contentfragment__element--mainimage .cmp-contentfragment__element-value img{width:80px;height:70px}
@media(max-width:767px){.a-column-control--base.a-column-control--bchild .container{margin-left:0}
.a-column-control--base.a-column-control--bchild .container .row .columncontrol__column:last-child{padding:0}
}
@media(max-width:414px){.a-column-control--base.a-column-control--bchild{padding-left:0;padding-right:0}
}
.a-contentfragmentlist--base.a-contentfragmentlist--sblock{margin:0 !important}
.a-contentfragmentlist--base.a-contentfragmentlist--sblock .cmp-contentfragmentlist .article-anchor:last-child{margin-bottom:30px}
.a-contentfragmentlist--base.a-contentfragmentlist--sblock .cmp-contentfragmentlist .article-anchor{display:block !important;margin:0;width:100%}
.a-contentfragmentlist--base.a-contentfragmentlist--sblock .cmp-contentfragmentlist .article-anchor .cmp-contentfragment__element-value h4{text-transform:none !important;font-size:13px !important;line-height:30px !important;margin:0 !important}
.a-contentfragmentlist--base.a-contentfragmentlist--sblock .cmp-contentfragmentlist .article-anchor .cmp-contentfragment__element-value a{color:#737373;outline:0;font-size:13px;line-height:30px;text-decoration:none;font-family:"BaseFontLight",sans-serif;font-weight:400}
.a-contentfragmentlist--base.a-contentfragmentlist--sblock .cmp-contentfragmentlist .article-anchor .cmp-contentfragment__element--heading{padding:0;border-bottom:1px solid #737373}
.a-contentfragmentlist--base.a-contentfragmentlist--sblock .cmp-contentfragmentlist .article-anchor .cmp-contentfragment__element--heading p{display:none}
.a-contentfragmentlist--base.a-contentfragmentlist--sblock-m{margin:0 !important}
.a-contentfragmentlist--base.a-contentfragmentlist--sblock-m .cmp-contentfragmentlist .article-anchor:last-child{margin-bottom:30px}
.a-contentfragmentlist--base.a-contentfragmentlist--sblock-m .cmp-contentfragmentlist .article-anchor{display:block !important;margin:0;width:100%}
.a-contentfragmentlist--base.a-contentfragmentlist--sblock-m .cmp-contentfragmentlist .article-anchor .cmp-contentfragment__element-value h4{text-transform:none !important;font-size:13px !important;line-height:30px !important;margin:0 !important}
.a-contentfragmentlist--base.a-contentfragmentlist--sblock-m .cmp-contentfragmentlist .article-anchor .cmp-contentfragment__element-value a{color:#737373;outline:0;font-size:13px;line-height:30px;text-decoration:none;font-family:"BaseFontLight",sans-serif;font-weight:400}
.a-contentfragmentlist--base.a-contentfragmentlist--sblock-m .cmp-contentfragmentlist .article-anchor .cmp-contentfragment__element--heading{padding:0;border-bottom:1px solid #08b4ef}
.a-contentfragmentlist--base.a-contentfragmentlist--sblock-m .cmp-contentfragmentlist .article-anchor .cmp-contentfragment__element--heading p{display:none}
.a-column-control--base.o-bg-color--pink{background-color:#6f5787 !important}
.a-column-control--base.o-bg-color--nav-blue{background-color:#004084 !important}
.a-column-control--base.o-bg-color--light-yellow{background-color:#fffce5 !important;box-shadow:0 10px 10px rgba(0,0,0,0.16)}
.a-column-control--base.o-bg-color--skyblue{background-image:linear-gradient(#08b4ef,#0262ac)}
@media only screen and (max-width:991.98px){.a-column-control--base.a-four-products-m{display:inline-block}
}
@media only screen and (max-width:991.98px){.a-column-control--base.a-align-product-m .row .col-12.col-md-4.col-lg-4.columncontrol__column{display:none}
}
@media only screen and (max-width:991.98px){.a-column-control--base.a-align-product-m .row .col-12.col-md-4.col-lg-4.columncontrol__column:last-child{display:block}
}
.a-column-control--base.a-column-control--exclusive{width:100%;height:150px;display:flex;align-items:center}
.a-column-control--base.a-column-control--exclusive .container{max-width:100%}
.a-column-control--base.a-column-control--exclusive .container .row{align-items:center}
.a-column-control--base.a-column-control--exclusive .container .row .col-lg-5,.a-column-control--base.a-column-control--exclusive .container .row .columncontrol__column{flex:0 0 50%;max-width:50%;margin-bottom:0 !important;padding-right:15px !important}
@media only screen and (min-width:768px) and (max-width:991.98px){.a-column-control--base.a-column-control--exclusive .container .row .col-lg-5,.a-column-control--base.a-column-control--exclusive .container .row .columncontrol__column{padding-left:130px}
}
@media only screen and (max-width:991.98px){.a-column-control--base.a-column-control--exclusive .container .a-title--base .cmp-title h1{font-size:34px}
}
@media only screen and (max-width:991.98px){.a-column-control--base.a-column-control--exclusive .container .a-title--base .cmp-title h1{font-size:22px}
}
.a-column-control--base.a-column-control--exclusive .a-title--base .cmp-title h1,.a-column-control--base.a-column-control--exclusive .a-title--base .cmp-title h2{line-height:27px}
@media only screen and (min-width:992px){.a-column-control--base.a-column-control--exclusive .a-title--base .cmp-title h1,.a-column-control--base.a-column-control--exclusive .a-title--base .cmp-title h2{line-height:39px}
}
@media only screen and (min-width:1200px){.a-column-control--base.a-column-control--exclusive .a-title--base .cmp-title h1,.a-column-control--base.a-column-control--exclusive .a-title--base .cmp-title h2{font-size:42px;line-height:47px}
}
@media(min-width:768px){.a-column-control--base.a-column-control--exclusive .a-title--base.a-title--exclusive .cmp-title h1,.a-column-control--base.a-column-control--exclusive .a-title--base.a-title--exclusive .cmp-title h2{font-size:34px !important;line-height:39px !important}
}
.a-column-control--base.a-column-control--center .row{align-items:center}
@media(min-width:768px) and (max-width:991.98px){.a-column-control--base.a-column-control--allies .container{flex-direction:column}
.a-column-control--base.a-column-control--promo .container .row{flex-direction:column;align-items:center}
.a-column-control--base.a-column-control--promo .container .row .columncontrol__column{max-width:50%}
}
.a-column-control--base.o-remove-top-spacing,.a-column-control--base.o-remove-top-spacing .columncontrol__column{padding-top:0 !important;margin-top:0 !important}
.a-column-control--base.o-remove-bottom-spacing,.a-column-control--base.o-remove-bottom-spacing .columncontrol__column{margin-bottom:0 !important;padding-bottom:0 !important}
.columncontrol.o-remove-top-spacing{padding-top:0 !important;margin-top:0 !important}
.columncontrol.o-remove-bottom-spacing{margin-bottom:0 !important;padding-bottom:0 !important}
.a-column-control--base.o-remove-left-spacing,.a-column-control--base.o-remove-left-spacing>.container{padding-left:0 !important;margin-left:0 !important}
.a-column-control--base.o-remove-left-padding>.container .columncontrol__column{padding-left:0 !important;margin-left:0 !important}
.a-column-control--base.o-remove-right-padding>.container .columncontrol__column{padding-right:0 !important;margin-right:0 !important}
.a-column-control--base.o-remove-right-spacing,.a-column-control--base.o-remove-right-spacing>.container{padding-right:0 !important;margin-right:0 !important}
@media only screen and (min-width:992px){.a-column-control--base.o-column-space-between-d-22Px .container{max-width:100%}
.a-column-control--base.o-column-space-between-d-22Px .columncontrol__column:first-child{padding-left:0;padding-right:15px !important}
.a-column-control--base.o-column-space-between-d-22Px .columncontrol__column{padding:0 7px}
.a-column-control--base.o-column-space-between-d-22Px .columncontrol__column:last-child{padding-right:0;padding-left:15px !important}
}
@media only screen and (device-width:1138px) and (device-height:712px) and (orientation:landscape){.a-column-control--base.o-column-space-between-d-22Px .container{max-width:100vw;margin:0}
}
@media screen and (min-width:1024px) and (min-height:1366px){.a-column-control--base.o-column-space-between-d-22Px .container{max-width:992px;margin:0}
}
@media only screen and (max-width:991.98px){.a-column-control--base.o-column-space-between-d-22Px .columncontrol__column{-webkit-box-flex:0;flex:0 0 100% !important;max-width:100% !important}
.a-column-control--base.o-column-space-between-d-22Px .col-md-6{-webkit-box-flex:0;flex:0 0 100% !important;max-width:100% !important}
.a-column-control--base.a-left-margin-30{margin-left:30px}
}
.title.a-title--base.a-title--blog-heading .cmp-title h1{font-size:34px;font-family:BaseFontMedium,sans-serif;line-height:39px;margin-bottom:50px;font-weight:500}
.title.a-title--base.a-title--blog-heading .cmp-title p{color:#262525;font-size:18px;line-height:23px;font-family:BaseFontLighter,sans-serif;margin-bottom:0}
.a-container.a-container--base .a-container__content .cmp-container .columncontrol .container .columncontrol__column .a-text--base.o-color-blue .cmp-text p{margin-bottom:18px}
@media only screen and (max-width:991.98px){.title.a-title--base.a-title--blog-heading .cmp-title h1{font-size:24px;line-height:29px}
.title.a-title--base.a-title--blog-heading .cmp-title p{font-size:14px;line-height:19px}
}
@media only screen and (max-width:767.98px){.a-container.a-container--base .a-container__content .cmp-container .columncontrol .container .columncontrol__column .a-text--base.o-color-blue .cmp-text p{text-align:left}
.title.a-title--base.a-title--blog-heading{max-width:100%}
.title.a-title--base.a-title--blog-heading .cmp-title h1{font-size:24px;line-height:29px}
.title.a-title--base.a-title--blog-heading .cmp-title p{font-size:14px;line-height:19px}
}
.a-container--base.a-container--product-tags .cmp-container{display:flex;align-items:center;margin:30px 0 60px;flex-wrap:wrap}
.a-container--base.a-container--product-tags .cmp-container .a-button--base{overflow:unset;margin:0 2px 0 2px !important}
.a-container--base.a-container--product-tags .cmp-container .a-button--base .btn{width:max-content;padding:10px 15px;border-radius:4px;text-decoration:none;min-width:auto;margin:10px 10px;height:auto;background-color:#064181 !important;border:0}
.a-container--base.a-container--product-tags .cmp-container .a-button--base .btn span{line-height:27px !important}
.a-container--base.a-container--product-tags .cmp-container .text{margin-bottom:0 !important}
.a-container--base.a-container--product-tags .cmp-container .text .cmp-text P{margin-bottom:0 !important;width:max-content}
@media(max-width:576px){.a-column-control--base.a-column-control--bchild .a-container--base.a-container--product-tags{padding-left:0 !important}
.a-column-control--base.a-column-control--bchild .a-container--base.a-container--product-tags .cmp-container{flex-direction:column;align-items:flex-start}
.a-column-control--base.a-column-control--bchild .a-container--base.a-container--product-tags .cmp-container .a-button--base{width:100%;float:left}
.a-column-control--base.a-column-control--bchild .a-container--base.a-container--product-tags .cmp-container .a-button--base .btn{width:100%;display:flex;justify-content:flex-start}
}
.a-container--base.a-container--blog-tag{padding-left:0 !important;margin-top:30px !important}
.a-container--base.a-container--blog-tag .cmp-container{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center}
@media only screen and (max-width:575.98px){.a-container--base.a-container--blog-tag .cmp-container{flex-direction:column;align-items:flex-start}
}
.a-container--base.a-container--blog-tag .cmp-container .a-button--base{margin:0 10px 10px !important}
@media only screen and (max-width:575.98px){.a-container--base.a-container--blog-tag .cmp-container .a-button--base{width:100%}
}
.a-container--base.a-container--blog-tag .cmp-container .a-button--base .btn{height:auto;max-width:100%;min-width:auto;display:inline-block;width:auto;padding:10px 15px;border-radius:4px;text-decoration:none}
@media only screen and (max-width:575.98px){.a-container--base.a-container--blog-tag .cmp-container .a-button--base .btn{flex:0 0 100%}
}
.a-container--base.a-container--blog-tag .cmp-container .a-text--base{margin-bottom:10px !important}
@media only screen and (max-width:575.98px){.a-container--base.a-container--blog-tag .cmp-container .a-text--base{flex:0 0 100%;width:100%}
}
.a-container--base.a-container--blog-tag .cmp-container .a-text--base p{margin-bottom:0 !important}
.a-container--base.a-container--blog-social-left{margin:0 !important}
.a-container--base.a-container--blog-social-left .cmp-container{display:flex;align-items:center;justify-content:flex-end}
.a-container--base.a-container--blog-social-left .cmp-container .socialmedia .m-social-media--title{margin:0}
.a-container--base.a-container--blog-social-left .cmp-container .socialmedia .m-social-media--icons{margin:34px 0;padding:0 30px 0 0;align-items:center}
.a-container--base.a-container--blog-social-left .cmp-container .socialmedia .m-social-media--icons li{width:25px;margin-left:12px}
.a-container--base.a-container--blog-social-left .cmp-container .socialmedia .m-social-media--icons .a-logo-comp--link .abt-icon-facebook-black:before{content:"\e90a";font-size:24px;border-radius:0;color:inherit;border:0;background:transparent}
.a-container--base.a-container--blog-social-left .cmp-container .socialmedia .m-social-media--icons .a-logo-comp--link .abt-icon-twitter-black{font-size:24px}
@media(max-width:767px){.a-column-control--base.a-column-control--bchild .container{padding:0 !important}
.a-column-control--base.a-column-control--bchild .container .row{margin:0}
.a-column-control--base.a-column-control--bchild .container .row .columncontrol__column:first-child .container.responsivegrid.a-container .a-container__row .a-container__content .cmp-container{padding:50px 13px !important}
}
.video.m-video--ensure-main .m-video.m-video--small{width:83.33%}
@media screen and (max-width:767px){.video.m-video--ensure-main .m-video.m-video--small{width:100%}
}
.a-container--base.a-container--landing-page-header{position:fixed;width:100vw;z-index:99;background-color:#fff;left:0;top:0;padding-bottom:0 !important}
.a-container--base.a-container--landing-page-header .a-container__row{height:76px;background-color:#fffce5}
.a-container--base.a-container--landing-page-header .a-container__row .a-container__content .cmp-container{max-width:1200px !important;margin:0 auto;width:100%;display:flex;flex-wrap:wrap}
.a-container--base.a-container--landing-page-header .a-container__row .a-container__content .cmp-container .logo.link.button:nth-child(1){padding:18px 27px;line-height:0;display:inline-block;text-align:left;width:50%;margin-bottom:0}
.a-container--base.a-container--landing-page-header .a-container__row .a-container__content .cmp-container .logo.link.button:nth-child(1) .a-logo-comp .a-logo-comp--image{height:auto;max-height:58px}
@media(max-width:767px){.a-container--base.a-container--landing-page-header .a-container__row .a-container__content .cmp-container .logo.link.button:nth-child(1) .a-logo-comp .a-logo-comp--image{max-height:41px}
}
.a-container--base.a-container--landing-page-header .a-container__row .a-container__content .cmp-container .logo.link.button:nth-child(2){padding:23px 39px 22px;text-align:right;width:50%;margin:0}
@media(max-width:767px){.a-container--base.a-container--landing-page-header .a-container__row .a-container__content .cmp-container .logo.link.button:nth-child(2){padding:16px 19px 16px 25px;display:flex;justify-content:end;align-items:center}
}
.a-container--base.a-container--landing-page-header .a-container__row .a-container__content .cmp-container .logo.link.button:nth-child(2) .a-logo-comp--image{max-height:inherit}
@media(max-width:991px){.a-container--base.a-container--landing-page-header .a-container__row .a-container__content .cmp-container .logo.link.button:nth-child(2) .a-logo-comp--image{max-height:19px}
}
.a-container--base.a-container--landing-page-center{max-width:1200px;width:100%;padding-top:17px !important;margin:0 auto !important;padding-bottom:14px !important}
.a-container--base.a-container--landing-page-center .a-container__row .a-container__content{padding-right:15px;padding-left:15px;text-align:center !important}
.a-container--base.a-container--landing-page-center .a-container__row .a-container__content .cmp-container{width:76.05%;margin:0 auto;display:table}
@media(max-width:1024px){.a-container--base.a-container--landing-page-center .a-container__row .a-container__content .cmp-container{width:100% !important}
}
.a-container--base.a-container--landing-page-center .a-container__row .a-container__content .cmp-container .columncontrol{padding-bottom:0}
.a-container--base.a-container--landing-page-center .a-container__row .a-container__content .cmp-container .columncontrol .container{max-width:100%}
.a-container--base.a-container--landing-page-center .a-container__row .a-container__content .cmp-container .columncontrol .row .columncontrol__column{padding:0;margin-bottom:0;display:flex;width:100%;flex-wrap:wrap}
.a-container--base.a-container--landing-page-center .a-container__row .a-container__content .cmp-container .columncontrol .row .columncontrol__column article.m-card{height:55px !important;display:flex;flex-direction:row;margin:0;width:33.33% !important;margin-bottom:16px !important}
@media(max-width:767px){.a-container--base.a-container--landing-page-center .a-container__row .a-container__content .cmp-container .columncontrol .row .columncontrol__column article.m-card{width:50% !important}
}
@media(max-width:575px){.a-container--base.a-container--landing-page-center .a-container__row .a-container__content .cmp-container .columncontrol .row .columncontrol__column article.m-card{width:100% !important}
}
.a-container--base.a-container--landing-page-center .a-container__row .a-container__content .cmp-container .columncontrol .row .columncontrol__column article.m-card .m-card__body{width:100%;padding:0;padding-left:26px;display:flex;align-items:center}
.a-container--base.a-container--landing-page-center .a-container__row .a-container__content .cmp-container .columncontrol .row .columncontrol__column article.m-card .m-card__body .m-card__title{margin:0}
.a-container--base.a-container--landing-page-center .a-container__row .a-container__content .cmp-container .columncontrol .row .columncontrol__column article.m-card .m-card__body .m-card__title p,.a-container--base.a-container--landing-page-center .a-container__row .a-container__content .cmp-container .columncontrol .row .columncontrol__column article.m-card .m-card__body .m-card__title a{text-align:left;height:20px;font-family:"BaseFontMedium",sans-serif;color:#1cbfe6;line-height:27px;font-size:18px;font-weight:400}
.a-container--base.a-container--landing-page-center .a-container__row .a-container__content .cmp-container .columncontrol .row .columncontrol__column article.m-card .m-card__media{width:53px;display:inline-block;vertical-align:middle;text-align:left}
.a-container--base.a-container--landing-page-center .a-container__row .a-container__content .cmp-container .columncontrol .row .columncontrol__column article.m-card .m-card__media .m-card__image .cmp-image__image{height:auto}
.a-container--base.a-container--landing-page-footer{padding-bottom:0 !important}
.a-container--base.a-container--landing-page-footer .a-container__row .a-container__content{background-color:#fffce5;padding:25px 0 23px;height:74px;display:flex}
@media(max-width:767px){.a-container--base.a-container--landing-page-footer .a-container__row .a-container__content{height:auto;padding:20px 0}
}
.a-container--base.a-container--landing-page-footer .a-container__row .a-container__content .cmp-container{max-width:1200px !important;margin:0 auto;width:100%;display:flex;flex-direction:row}
@media(max-width:991px){.a-container--base.a-container--landing-page-footer .a-container__row .a-container__content .cmp-container{padding-top:20px}
}
@media(max-width:767px){.a-container--base.a-container--landing-page-footer .a-container__row .a-container__content .cmp-container{display:flex;flex-direction:column;align-items:center}
}
@media(max-width:767px){.a-container--base.a-container--landing-page-footer .a-container__row .a-container__content .cmp-container{padding-top:0}
}
.a-container--base.a-container--landing-page-footer .a-container__row .a-container__content .cmp-container .logo.link.button:nth-child(1){padding-left:35px;padding-right:15px;width:25%;margin:0 !important}
@media(max-width:767px){.a-container--base.a-container--landing-page-footer .a-container__row .a-container__content .cmp-container .logo.link.button:nth-child(1){width:100%;display:flex;justify-content:center;padding-left:15px;padding-right:15px}
}
.a-container--base.a-container--landing-page-footer .a-container__row .a-container__content .cmp-container .logo.link.button:nth-child(1) .a-logo-comp--image{max-height:58px}
@media(max-width:991px){.a-container--base.a-container--landing-page-footer .a-container__row .a-container__content .cmp-container .logo.link.button:nth-child(1) .a-logo-comp--image{max-height:50px}
}
.a-container--base.a-container--landing-page-footer .a-container__row .a-container__content .cmp-container .text{padding:0 15px;width:50%;text-align:center;margin:0 !important}
@media(max-width:767px){.a-container--base.a-container--landing-page-footer .a-container__row .a-container__content .cmp-container .text{padding:20px 0;width:80%;margin:0 auto}
}
.a-container--base.a-container--landing-page-footer .a-container__row .a-container__content .cmp-container .text .cmp-text p{color:#00529b;font-size:14px;font-family:"BaseFontLight",sans-serif;font-weight:400;line-height:21px}
.a-container--base.a-container--landing-page-footer .a-container__row .a-container__content .cmp-container .logo.link.button:nth-child(3){padding-right:48px;padding-left:15px;width:25%;margin:0 !important;text-align:right}
@media(max-width:767px){.a-container--base.a-container--landing-page-footer .a-container__row .a-container__content .cmp-container .logo.link.button:nth-child(3){width:100%;display:flex;justify-content:center;padding-left:15px;padding-right:15px}
}
.a-container--base.a-container--landing-page-footersite{padding-bottom:0 !important}
.a-container--base.a-container--landing-page-footersite .a-container__row .a-container__content{max-width:1200px;margin:0 auto;width:100%;padding-bottom:0}
@media(max-width:1024px){.a-container--base.a-container--landing-page-footersite .a-container__row .a-container__content{background-color:#fffce5}
}
.a-container--base.a-container--landing-page-footersite .a-container__row .a-container__content .cmp-container{text-align:center !important;padding-right:15px !important;padding-left:15px !important}
.a-container--base.a-container--landing-page-footersite .a-container__row .a-container__content .cmp-container .link.button{list-style-type:none;display:inline-block;padding:25px 17px 25px;line-height:1;margin:0}
@media(max-width:767px){.a-container--base.a-container--landing-page-footersite .a-container__row .a-container__content .cmp-container .link.button{padding:15px}
}
.a-container--base.a-container--landing-page-footersite .a-container__row .a-container__content .cmp-container .link.button .a-link a.a-link__text span{color:#00529b;font-size:14px;font-family:"BaseFontLighter",sans-serif;line-height:14px;font-weight:400}
.a-container--base.a-container--color-blue-013974 .a-container__row .a-container__content{background-color:#013974 !important}
.a-container--base.a-container--color-blue-013974 .a-container__row .a-container__content .cmp-container .text .cmp-text p{color:#fff !important}
.a-container--base.a-container--color-blue-06305E .a-container__row{background-color:#06305e !important}
.a-container--base.a-container--color-blue-06305E .a-container__row .a-container__content{background-color:#06305e !important}
.a-container--base.a-container--color-blue-06305E .a-container__row .a-container__content .cmp-container .link.button .a-link a.a-link__text span{color:#fff !important}
.a-container--base.a-container--color-purple-4B3661 .a-container__row{background-color:#4b3661 !important}
.a-container--base.a-container--color-purple-4B3661 .a-container__row .a-container__content{background-color:#4b3661 !important}
.a-container--base.a-container--color-purple-4B3661 .a-container__row .a-container__content .cmp-container .link.button .a-link a.a-link__text span{color:#fff !important}
.a-container--base.a-container--color-purple-412f53 .a-container__row{background-color:#412f53 !important}
.a-container--base.a-container--color-purple-412f53 .a-container__row .a-container__content{background-color:#412f53 !important}
.a-container--base.a-container--color-purple-412f53 .a-container__row .a-container__content .cmp-container .link.button .a-link a.a-link__text span{color:#fff !important}
.a-container--base.a-container--color-purple-412f53 .a-container__row .a-container__content .cmp-container .text .cmp-text p,.a-container--base.a-container--color-purple-412f53 .a-container__row .a-container__content .cmp-container .text .cmp-text span,.a-container--base.a-container--color-purple-412f53 .a-container__row .a-container__content .cmp-container .text .cmp-text div{color:#fff !important}
.o-cards-carousel.o-card-carousel--partnershops .cmp-carousel .slick-slider{margin:0}
.o-cards-carousel.o-card-carousel--partnershops .cmp-carousel .slick-slider button.left-arrow{top:40px;left:15px;right:auto;margin-right:-6%}
.o-cards-carousel.o-card-carousel--partnershops .cmp-carousel .slick-slider button.left-arrow>span:before{content:"\276E";color:#000;font-size:30px;font-weight:600}
.o-cards-carousel.o-card-carousel--partnershops .cmp-carousel .slick-slider button.left-arrow.reposition-arrow{top:100px}
.o-cards-carousel.o-card-carousel--partnershops .cmp-carousel .slick-slider button.right-arrow.reposition-arrow{top:100px}
.o-cards-carousel.o-card-carousel--partnershops .cmp-carousel .slick-slider button.right-arrow{top:40px;right:15px;left:auto;margin-left:-6%}
.o-cards-carousel.o-card-carousel--partnershops .cmp-carousel .slick-slider button.right-arrow>span:before{content:"\276F";color:#000;font-size:30px;font-weight:600}
.o-cards-carousel.o-card-carousel--partnershops .cmp-carousel .slick-slider .slick-list .slick-track .slick-slide img{width:auto;height:auto;margin:0 auto}
@media screen and (max-width:991.98px){.o-cards-carousel.o-card-carousel--partnershops .cmp-carousel button.left-arrow.slick-arrow{display:inline-block !important}
.o-cards-carousel.o-card-carousel--partnershops .cmp-carousel button.right-arrow.slick-arrow{display:inline-block !important}
}
.a-title--base.a-fontfamily-CanoodleRegular .cmp-title h6,.a-title--base.a-fontfamily-CanoodleRegular .cmp-title h5,.a-title--base.a-fontfamily-CanoodleRegular .cmp-title h4,.a-title--base.a-fontfamily-CanoodleRegular .cmp-title h3,.a-title--base.a-fontfamily-CanoodleRegular .cmp-title h2,.a-title--base.a-fontfamily-CanoodleRegular .cmp-title h1,.a-title--base.a-fontfamily-CanoodleRegular .cmp-title p{font-family:"BaseFontCanoodleRegular"}
.a-title--base.a-fontfamily-bold .cmp-title h6,.a-title--base.a-fontfamily-bold .cmp-title h5,.a-title--base.a-fontfamily-bold .cmp-title h4,.a-title--base.a-fontfamily-bold .cmp-title h3,.a-title--base.a-fontfamily-bold .cmp-title h2,.a-title--base.a-fontfamily-bold .cmp-title h1,.a-title--base.a-fontfamily-bold .cmp-title p{font-family:"BaseFontBold"}
.a-title--base.a-fontfamily-regular .cmp-title h6,.a-title--base.a-fontfamily-regular .cmp-title h5,.a-title--base.a-fontfamily-regular .cmp-title h4,.a-title--base.a-fontfamily-regular .cmp-title h3,.a-title--base.a-fontfamily-regular .cmp-title h2,.a-title--base.a-fontfamily-regular .cmp-title h1,.a-title--base.a-fontfamily-regular .cmp-title p{font-family:"BaseFontRegular"}
.a-title--base.a-fontfamily-medium .cmp-title h6,.a-title--base.a-fontfamily-medium .cmp-title h5,.a-title--base.a-fontfamily-medium .cmp-title h4,.a-title--base.a-fontfamily-medium .cmp-title h3,.a-title--base.a-fontfamily-medium .cmp-title h2,.a-title--base.a-fontfamily-medium .cmp-title h1,.a-title--base.a-fontfamily-medium .cmp-title p{font-family:"BaseFontMedium"}
@media only screen and (max-width:991.98px){.a-title--base.a-fontfamily-bold-m .cmp-title h6,.a-title--base.a-fontfamily-bold-m .cmp-title h5,.a-title--base.a-fontfamily-bold-m .cmp-title h4,.a-title--base.a-fontfamily-bold-m .cmp-title h3,.a-title--base.a-fontfamily-bold-m .cmp-title h2,.a-title--base.a-fontfamily-bold-m .cmp-title h1,.a-title--base.a-fontfamily-bold-m .cmp-title p{font-family:BaseFontBold,sans-serif}
}
.a-title--base.a-fontfamily-lighter .cmp-title h6,.a-title--base.a-fontfamily-lighter .cmp-title h5,.a-title--base.a-fontfamily-lighter .cmp-title h4,.a-title--base.a-fontfamily-lighter .cmp-title h3,.a-title--base.a-fontfamily-lighter .cmp-title h2,.a-title--base.a-fontfamily-lighter .cmp-title h1,.a-title--base.a-fontfamily-lighter .cmp-title p{font-family:"BaseFontLighter"}
.a-title--base.a-fontfamily-light .cmp-title h6,.a-title--base.a-fontfamily-light .cmp-title h5,.a-title--base.a-fontfamily-light .cmp-title h4,.a-title--base.a-fontfamily-light .cmp-title h3,.a-title--base.a-fontfamily-light .cmp-title h2,.a-title--base.a-fontfamily-light .cmp-title h1,.a-title--base.a-fontfamily-light .cmp-title p{font-family:BaseFontLight,sans-serif}
.a-title--base.a-fontfamily-canoodleRegular .cmp-title h6,.a-title--base.a-fontfamily-canoodleRegular .cmp-title h5,.a-title--base.a-fontfamily-canoodleRegular .cmp-title h4,.a-title--base.a-fontfamily-canoodleRegular .cmp-title h3,.a-title--base.a-fontfamily-canoodleRegular .cmp-title h2,.a-title--base.a-fontfamily-canoodleRegular .cmp-title h1,.a-title--base.a-fontfamily-canoodleRegular .cmp-title p{font-family:"BaseFontCanoodleRegular"}
.a-title--base.a-fontsize-44px .cmp-title h6,.a-title--base.a-fontsize-44px .cmp-title h5,.a-title--base.a-fontsize-44px .cmp-title h4,.a-title--base.a-fontsize-44px .cmp-title h3,.a-title--base.a-fontsize-44px .cmp-title h2,.a-title--base.a-fontsize-44px .cmp-title h1,.a-title--base.a-fontsize-44px .cmp-title p{font-size:44px !important}
.a-title--base.a-fontsize-42px .cmp-title h6,.a-title--base.a-fontsize-42px .cmp-title h5,.a-title--base.a-fontsize-42px .cmp-title h4,.a-title--base.a-fontsize-42px .cmp-title h3,.a-title--base.a-fontsize-42px .cmp-title h2,.a-title--base.a-fontsize-42px .cmp-title h1,.a-title--base.a-fontsize-42px .cmp-title p{font-size:42px !important}
.a-title--base.a-fontsize-16px .cmp-title h6,.a-title--base.a-fontsize-16px .cmp-title h5,.a-title--base.a-fontsize-16px .cmp-title h4,.a-title--base.a-fontsize-16px .cmp-title h3,.a-title--base.a-fontsize-16px .cmp-title h2,.a-title--base.a-fontsize-16px .cmp-title h1,.a-title--base.a-fontsize-16px .cmp-title p{font-size:16px}
.a-title--base.a-fontsize-22px .cmp-title h6,.a-title--base.a-fontsize-22px .cmp-title h5,.a-title--base.a-fontsize-22px .cmp-title h4,.a-title--base.a-fontsize-22px .cmp-title h3,.a-title--base.a-fontsize-22px .cmp-title h2,.a-title--base.a-fontsize-22px .cmp-title h1,.a-title--base.a-fontsize-22px .cmp-title p{font-size:1.375rem}
.a-title--base.a-fontsize-24px .cmp-title h6,.a-title--base.a-fontsize-24px .cmp-title h5,.a-title--base.a-fontsize-24px .cmp-title h4,.a-title--base.a-fontsize-24px .cmp-title h3,.a-title--base.a-fontsize-24px .cmp-title h2,.a-title--base.a-fontsize-24px .cmp-title h1,.a-title--base.a-fontsize-24px .cmp-title p{font-size:1.5rem}
.a-title--base.a-fontsize-18px .cmp-title h6,.a-title--base.a-fontsize-18px .cmp-title h5,.a-title--base.a-fontsize-18px .cmp-title h4,.a-title--base.a-fontsize-18px .cmp-title h3,.a-title--base.a-fontsize-18px .cmp-title h2,.a-title--base.a-fontsize-18px .cmp-title h1,.a-title--base.a-fontsize-18px .cmp-title p{font-size:1.125rem}
.a-title--base.a-fontsize-45px .cmp-title h6,.a-title--base.a-fontsize-45px .cmp-title h5,.a-title--base.a-fontsize-45px .cmp-title h4,.a-title--base.a-fontsize-45px .cmp-title h3,.a-title--base.a-fontsize-45px .cmp-title h2,.a-title--base.a-fontsize-45px .cmp-title h1,.a-title--base.a-fontsize-45px .cmp-title p{font-size:45px}
.a-title--base.a-fontsize-37px .cmp-title h6,.a-title--base.a-fontsize-37px .cmp-title h5,.a-title--base.a-fontsize-37px .cmp-title h4,.a-title--base.a-fontsize-37px .cmp-title h3,.a-title--base.a-fontsize-37px .cmp-title h2,.a-title--base.a-fontsize-37px .cmp-title h1,.a-title--base.a-fontsize-37px .cmp-title p{font-size:37px}
.a-title--base.a-fontsize-32px .cmp-title h6,.a-title--base.a-fontsize-32px .cmp-title h5,.a-title--base.a-fontsize-32px .cmp-title h4,.a-title--base.a-fontsize-32px .cmp-title h3,.a-title--base.a-fontsize-32px .cmp-title h2,.a-title--base.a-fontsize-32px .cmp-title h1,.a-title--base.a-fontsize-32px .cmp-title p{font-size:32px !important}
.a-title--base.a-fontsize-34px .cmp-title h6,.a-title--base.a-fontsize-34px .cmp-title h5,.a-title--base.a-fontsize-34px .cmp-title h4,.a-title--base.a-fontsize-34px .cmp-title h3,.a-title--base.a-fontsize-34px .cmp-title h2,.a-title--base.a-fontsize-34px .cmp-title h1,.a-title--base.a-fontsize-34px .cmp-title p{font-size:34px}
@media only screen and (max-width:991.98px){.a-title--base.a-fontsize-34px .cmp-title h6,.a-title--base.a-fontsize-34px .cmp-title h5,.a-title--base.a-fontsize-34px .cmp-title h4,.a-title--base.a-fontsize-34px .cmp-title h3,.a-title--base.a-fontsize-34px .cmp-title h2,.a-title--base.a-fontsize-34px .cmp-title h1,.a-title--base.a-fontsize-34px .cmp-title p{font-size:1.5rem}
}
.a-title--base.a-fontweight-500 .cmp-title h6,.a-title--base.a-fontweight-500 .cmp-title h5,.a-title--base.a-fontweight-500 .cmp-title h4,.a-title--base.a-fontweight-500 .cmp-title h3,.a-title--base.a-fontweight-500 .cmp-title h2,.a-title--base.a-fontweight-500 .cmp-title h1,.a-title--base.a-fontweight-500 .cmp-title p{font-weight:500 !important}
.a-title--base.a-fontweight-400 .cmp-title h6,.a-title--base.a-fontweight-400 .cmp-title h5,.a-title--base.a-fontweight-400 .cmp-title h4,.a-title--base.a-fontweight-400 .cmp-title h3,.a-title--base.a-fontweight-400 .cmp-title h2,.a-title--base.a-fontweight-400 .cmp-title h1,.a-title--base.a-fontweight-400 .cmp-title p{font-weight:400}
.a-title--base.a-title--lineheight-20 .cmp-title h5,.a-title--base.a-title--lineheight-20 .cmp-title h4,.a-title--base.a-title--lineheight-20 .cmp-title h3,.a-title--base.a-title--lineheight-20 .cmp-title h2,.a-title--base.a-title--lineheight-20 .cmp-title h1,.a-title--base.a-title--lineheight-20 .cmp-title p{line-height:20px}
.a-title--base.a-title--lineheight-29 .cmp-title h5,.a-title--base.a-title--lineheight-29 .cmp-title h4,.a-title--base.a-title--lineheight-29 .cmp-title h3,.a-title--base.a-title--lineheight-29 .cmp-title h2,.a-title--base.a-title--lineheight-29 .cmp-title h1,.a-title--base.a-title--lineheight-29 .cmp-title p{line-height:29px}
.a-title--base.a-title--lineheight-31 .cmp-title h5,.a-title--base.a-title--lineheight-31 .cmp-title h4,.a-title--base.a-title--lineheight-31 .cmp-title h3,.a-title--base.a-title--lineheight-31 .cmp-title h2,.a-title--base.a-title--lineheight-31 .cmp-title h1,.a-title--base.a-title--lineheight-31 .cmp-title p{line-height:31px !important}
.a-title--base.a-title--lineheight-36 .cmp-title h5,.a-title--base.a-title--lineheight-36 .cmp-title h4,.a-title--base.a-title--lineheight-36 .cmp-title h3,.a-title--base.a-title--lineheight-36 .cmp-title h2,.a-title--base.a-title--lineheight-36 .cmp-title h1,.a-title--base.a-title--lineheight-36 .cmp-title p{line-height:36px !important}
.a-title--base.a-title--lineheight-44 .cmp-title h5,.a-title--base.a-title--lineheight-44 .cmp-title h4,.a-title--base.a-title--lineheight-44 .cmp-title h3,.a-title--base.a-title--lineheight-44 .cmp-title h2,.a-title--base.a-title--lineheight-44 .cmp-title h1,.a-title--base.a-title--lineheight-44 .cmp-title p{line-height:44px !important}
.a-title--base.a-title--lineheight-49 .cmp-title h5,.a-title--base.a-title--lineheight-49 .cmp-title h4,.a-title--base.a-title--lineheight-49 .cmp-title h3,.a-title--base.a-title--lineheight-49 .cmp-title h2,.a-title--base.a-title--lineheight-49 .cmp-title h1,.a-title--base.a-title--lineheight-49 .cmp-title p{line-height:49px}
.a-title--base.a-title--lineheight-54 .cmp-title h5,.a-title--base.a-title--lineheight-54 .cmp-title h4,.a-title--base.a-title--lineheight-54 .cmp-title h3,.a-title--base.a-title--lineheight-54 .cmp-title h2,.a-title--base.a-title--lineheight-54 .cmp-title h1,.a-title--base.a-title--lineheight-54 .cmp-title p{line-height:54px}
.a-title--base.a-title--lineheight-21 .cmp-title h5,.a-title--base.a-title--lineheight-21 .cmp-title h4,.a-title--base.a-title--lineheight-21 .cmp-title h3,.a-title--base.a-title--lineheight-21 .cmp-title h2,.a-title--base.a-title--lineheight-21 .cmp-title h1,.a-title--base.a-title--lineheight-21 .cmp-title p{line-height:21px}
.a-title--base.a-title--lineheight-23 .cmp-title h5,.a-title--base.a-title--lineheight-23 .cmp-title h4,.a-title--base.a-title--lineheight-23 .cmp-title h3,.a-title--base.a-title--lineheight-23 .cmp-title h2,.a-title--base.a-title--lineheight-23 .cmp-title h1,.a-title--base.a-title--lineheight-23 .cmp-title p{line-height:var(--a-title--lineheight-23)}
.a-title--base.a-title--lineheight-27 .cmp-title h5,.a-title--base.a-title--lineheight-27 .cmp-title h4,.a-title--base.a-title--lineheight-27 .cmp-title h3,.a-title--base.a-title--lineheight-27 .cmp-title h2,.a-title--base.a-title--lineheight-27 .cmp-title h1,.a-title--base.a-title--lineheight-27 .cmp-title p{line-height:var(--a-title--lineheight-27)}
.a-title--base.a-title--lineheight-39 .cmp-title h5,.a-title--base.a-title--lineheight-39 .cmp-title h4,.a-title--base.a-title--lineheight-39 .cmp-title h3,.a-title--base.a-title--lineheight-39 .cmp-title h2,.a-title--base.a-title--lineheight-39 .cmp-title h1,.a-title--base.a-title--lineheight-39 .cmp-title p{line-height:var(--a-title--lineheight-39) !important}
@media only screen and (max-width:991.98px){.a-title--base.a-title--lineheight-39 .cmp-title h5,.a-title--base.a-title--lineheight-39 .cmp-title h4,.a-title--base.a-title--lineheight-39 .cmp-title h3,.a-title--base.a-title--lineheight-39 .cmp-title h2,.a-title--base.a-title--lineheight-39 .cmp-title h1,.a-title--base.a-title--lineheight-39 .cmp-title p{line-height:1.8125rem !important}
}
.a-title--base.a-title--max-1200{max-width:1200px;margin:auto}
@media only screen and (min-width:992px){.a-title--base.a-fontsize-d-26px .cmp-title h6,.a-title--base.a-fontsize-d-26px .cmp-title h5,.a-title--base.a-fontsize-d-26px .cmp-title h4,.a-title--base.a-fontsize-d-26px .cmp-title h3,.a-title--base.a-fontsize-d-26px .cmp-title h2,.a-title--base.a-fontsize-d-26px .cmp-title h1,.a-title--base.a-fontsize-d-26px .cmp-title p{font-size:var(--a-fontsize-26px)}
.a-title--base.a-fontsize-d-34px .cmp-title h6,.a-title--base.a-fontsize-d-34px .cmp-title h5,.a-title--base.a-fontsize-d-34px .cmp-title h4,.a-title--base.a-fontsize-d-34px .cmp-title h3,.a-title--base.a-fontsize-d-34px .cmp-title h2,.a-title--base.a-fontsize-d-34px .cmp-title h1,.a-title--base.a-fontsize-d-34px .cmp-title p{font-size:34px !important}
.a-title--base.a-fontsize-d-36px .cmp-title h6,.a-title--base.a-fontsize-d-36px .cmp-title h5,.a-title--base.a-fontsize-d-36px .cmp-title h4,.a-title--base.a-fontsize-d-36px .cmp-title h3,.a-title--base.a-fontsize-d-36px .cmp-title h2,.a-title--base.a-fontsize-d-36px .cmp-title h1,.a-title--base.a-fontsize-d-36px .cmp-title p{font-size:36px}
.a-title--base.a-fontsize-d-42px .cmp-title h6,.a-title--base.a-fontsize-d-42px .cmp-title h5,.a-title--base.a-fontsize-d-42px .cmp-title h4,.a-title--base.a-fontsize-d-42px .cmp-title h3,.a-title--base.a-fontsize-d-42px .cmp-title h2,.a-title--base.a-fontsize-d-42px .cmp-title h1,.a-title--base.a-fontsize-d-42px .cmp-title p{font-size:42px}
}
@media only screen and (min-width:992px){.a-title--base.a-title--lineheight-d-33 .cmp-title h5,.a-title--base.a-title--lineheight-d-33 .cmp-title h4,.a-title--base.a-title--lineheight-d-33 .cmp-title h3,.a-title--base.a-title--lineheight-d-33 .cmp-title h2,.a-title--base.a-title--lineheight-d-33 .cmp-title h1,.a-title--base.a-title--lineheight-d-33 .cmp-title p{line-height:var(--a-title--lineheight-33)}
.a-title--base.o-padding-d-left-30px{padding-left:30px}
}
@media only screen and (min-width:1200px){.a-title--base.a-fontsize-xl-34px .cmp-title h6,.a-title--base.a-fontsize-xl-34px .cmp-title h5,.a-title--base.a-fontsize-xl-34px .cmp-title h4,.a-title--base.a-fontsize-xl-34px .cmp-title h3,.a-title--base.a-fontsize-xl-34px .cmp-title h2,.a-title--base.a-fontsize-xl-34px .cmp-title h1,.a-title--base.a-fontsize-xl-34px .cmp-title p{font-size:34px}
.a-title--base.a-fontsize-xl-36px .cmp-title h6,.a-title--base.a-fontsize-xl-36px .cmp-title h5,.a-title--base.a-fontsize-xl-36px .cmp-title h4,.a-title--base.a-fontsize-xl-36px .cmp-title h3,.a-title--base.a-fontsize-xl-36px .cmp-title h2,.a-title--base.a-fontsize-xl-36px .cmp-title h1,.a-title--base.a-fontsize-xl-36px .cmp-title p{font-size:36px}
.a-title--base.a-fontsize-xl-42px .cmp-title h6,.a-title--base.a-fontsize-xl-42px .cmp-title h5,.a-title--base.a-fontsize-xl-42px .cmp-title h4,.a-title--base.a-fontsize-xl-42px .cmp-title h3,.a-title--base.a-fontsize-xl-42px .cmp-title h2,.a-title--base.a-fontsize-xl-42px .cmp-title h1,.a-title--base.a-fontsize-xl-42px .cmp-title p{font-size:42px}
}
.a-title--base.a-titlecolor--yellow .cmp-title h6,.a-title--base.a-titlecolor--yellow .cmp-title h5,.a-title--base.a-titlecolor--yellow .cmp-title h4,.a-title--base.a-titlecolor--yellow .cmp-title h3,.a-title--base.a-titlecolor--yellow .cmp-title h2,.a-title--base.a-titlecolor--yellow .cmp-title h1,.a-title--base.a-titlecolor--yellow .cmp-title p{color:#ffd800}
.a-title--base.a-titlecolor--white .cmp-title h6,.a-title--base.a-titlecolor--white .cmp-title h5,.a-title--base.a-titlecolor--white .cmp-title h4,.a-title--base.a-titlecolor--white .cmp-title h3,.a-title--base.a-titlecolor--white .cmp-title h2,.a-title--base.a-titlecolor--white .cmp-title h1,.a-title--base.a-titlecolor--white .cmp-title p{color:#FFF}
.a-title--base.a-titlecolor--blue .cmp-title h6,.a-title--base.a-titlecolor--blue .cmp-title h5,.a-title--base.a-titlecolor--blue .cmp-title h4,.a-title--base.a-titlecolor--blue .cmp-title h3,.a-title--base.a-titlecolor--blue .cmp-title h2,.a-title--base.a-titlecolor--blue .cmp-title h1,.a-title--base.a-titlecolor--blue .cmp-title p{color:#064181}
.a-title--base.a-titlecolor--bluev2 .cmp-title h6,.a-title--base.a-titlecolor--bluev2 .cmp-title h5,.a-title--base.a-titlecolor--bluev2 .cmp-title h4,.a-title--base.a-titlecolor--bluev2 .cmp-title h3,.a-title--base.a-titlecolor--bluev2 .cmp-title h2,.a-title--base.a-titlecolor--bluev2 .cmp-title h1,.a-title--base.a-titlecolor--bluev2 .cmp-title p{color:#004084}
.a-title--base.a-titlecolor--light-grey .cmp-title h6,.a-title--base.a-titlecolor--light-grey .cmp-title h5,.a-title--base.a-titlecolor--light-grey .cmp-title h4,.a-title--base.a-titlecolor--light-grey .cmp-title h3,.a-title--base.a-titlecolor--light-grey .cmp-title h2,.a-title--base.a-titlecolor--light-grey .cmp-title h1,.a-title--base.a-titlecolor--light-grey .cmp-title p{color:#262525}
.a-title--base.a-titlecolor--grey .cmp-title h6,.a-title--base.a-titlecolor--grey .cmp-title h5,.a-title--base.a-titlecolor--grey .cmp-title h4,.a-title--base.a-titlecolor--grey .cmp-title h3,.a-title--base.a-titlecolor--grey .cmp-title h2,.a-title--base.a-titlecolor--grey .cmp-title h1,.a-title--base.a-titlecolor--grey .cmp-title p{color:#707070}
.a-title--base.a-titlecolor--orange .cmp-title h6,.a-title--base.a-titlecolor--orange .cmp-title h5,.a-title--base.a-titlecolor--orange .cmp-title h4,.a-title--base.a-titlecolor--orange .cmp-title h3,.a-title--base.a-titlecolor--orange .cmp-title h2,.a-title--base.a-titlecolor--orange .cmp-title h1,.a-title--base.a-titlecolor--orange .cmp-title p{color:#fcbb5f}
.a-title--base.a-titlecolor--purple .cmp-title h6,.a-title--base.a-titlecolor--purple .cmp-title h5,.a-title--base.a-titlecolor--purple .cmp-title h4,.a-title--base.a-titlecolor--purple .cmp-title h3,.a-title--base.a-titlecolor--purple .cmp-title h2,.a-title--base.a-titlecolor--purple .cmp-title h1,.a-title--base.a-titlecolor--purple .cmp-title p{color:#4b3661}
.a-title--base.a-titlecolor--medium-purple .cmp-title h6,.a-title--base.a-titlecolor--medium-purple .cmp-title h5,.a-title--base.a-titlecolor--medium-purple .cmp-title h4,.a-title--base.a-titlecolor--medium-purple .cmp-title h3,.a-title--base.a-titlecolor--medium-purple .cmp-title h2,.a-title--base.a-titlecolor--medium-purple .cmp-title h1,.a-title--base.a-titlecolor--medium-purple .cmp-title p{color:#6f5787}
.a-title--base.a-titlecolor--light-yellow .cmp-title h6,.a-title--base.a-titlecolor--light-yellow .cmp-title h5,.a-title--base.a-titlecolor--light-yellow .cmp-title h4,.a-title--base.a-titlecolor--light-yellow .cmp-title h3,.a-title--base.a-titlecolor--light-yellow .cmp-title h2,.a-title--base.a-titlecolor--light-yellow .cmp-title h1,.a-title--base.a-titlecolor--light-yellow .cmp-title p{color:#fef12c}
.a-title--base.a-titlecolor--sky-blue .cmp-title h6,.a-title--base.a-titlecolor--sky-blue .cmp-title h5,.a-title--base.a-titlecolor--sky-blue .cmp-title h4,.a-title--base.a-titlecolor--sky-blue .cmp-title h3,.a-title--base.a-titlecolor--sky-blue .cmp-title h2,.a-title--base.a-titlecolor--sky-blue .cmp-title h1,.a-title--base.a-titlecolor--sky-blue .cmp-title p{color:#1cbfe6}
.a-title--base.a-titlecolor--dark-orange .cmp-title h6,.a-title--base.a-titlecolor--dark-orange .cmp-title h5,.a-title--base.a-titlecolor--dark-orange .cmp-title h4,.a-title--base.a-titlecolor--dark-orange .cmp-title h3,.a-title--base.a-titlecolor--dark-orange .cmp-title h2,.a-title--base.a-titlecolor--dark-orange .cmp-title h1,.a-title--base.a-titlecolor--dark-orange .cmp-title p{color:#f1853a}
.a-title--base.a-titlecolor--dark-pink .cmp-title h6,.a-title--base.a-titlecolor--dark-pink .cmp-title h5,.a-title--base.a-titlecolor--dark-pink .cmp-title h4,.a-title--base.a-titlecolor--dark-pink .cmp-title h3,.a-title--base.a-titlecolor--dark-pink .cmp-title h2,.a-title--base.a-titlecolor--dark-pink .cmp-title h1,.a-title--base.a-titlecolor--dark-pink .cmp-title p{color:#4b3661}
.a-title--base.a-titlecolor--fadedblue .cmp-title h6,.a-title--base.a-titlecolor--fadedblue .cmp-title h5,.a-title--base.a-titlecolor--fadedblue .cmp-title h4,.a-title--base.a-titlecolor--fadedblue .cmp-title h3,.a-title--base.a-titlecolor--fadedblue .cmp-title h2,.a-title--base.a-titlecolor--fadedblue .cmp-title h1,.a-title--base.a-titlecolor--fadedblue .cmp-title p{color:#0262ac}
.a-title--base.a-titlecolor--darkblue .cmp-title h6,.a-title--base.a-titlecolor--darkblue .cmp-title h5,.a-title--base.a-titlecolor--darkblue .cmp-title h4,.a-title--base.a-titlecolor--darkblue .cmp-title h3,.a-title--base.a-titlecolor--darkblue .cmp-title h2,.a-title--base.a-titlecolor--darkblue .cmp-title h1,.a-title--base.a-titlecolor--darkblue .cmp-title p{color:#00529b}
.a-title--base.a-titlecolor--pink .cmp-title h6,.a-title--base.a-titlecolor--pink .cmp-title h5,.a-title--base.a-titlecolor--pink .cmp-title h4,.a-title--base.a-titlecolor--pink .cmp-title h3,.a-title--base.a-titlecolor--pink .cmp-title h2,.a-title--base.a-titlecolor--pink .cmp-title h1,.a-title--base.a-titlecolor--pink .cmp-title p{color:#cb2b92}
@media only screen and (min-width:992px){.a-title--base.o-margin-extra-left .cmp-title h1,.a-title--base.o-margin-extra-left .cmp-title h2,.a-title--base.o-margin-extra-left .cmp-title h3,.a-title--base.o-margin-extra-left .cmp-title h4,.a-title--base.o-margin-extra-left .cmp-title h5,.a-title--base.o-margin-extra-left .cmp-title h6{margin-left:85px}
}
@media(min-width:1900px){.a-title--base.o-margin-extra-left .cmp-title h1,.a-title--base.o-margin-extra-left .cmp-title h2,.a-title--base.o-margin-extra-left .cmp-title h3,.a-title--base.o-margin-extra-left .cmp-title h4,.a-title--base.o-margin-extra-left .cmp-title h5,.a-title--base.o-margin-extra-left .cmp-title h6{margin-left:83px}
}
.a-title--base.o-margin-top{margin-top:10px !important}
.a-title--base.o-margin-bottom{margin-bottom:10px !important}
.a-title--base.o-margin-left{margin-left:10px}
@media only screen and (max-width:767.98px){.a-title--base.o-margin-left{margin-left:0}
}
.a-title--base.o-margin-right{margin-right:10px}
@media only screen and (max-width:767.98px){.a-title--base.o-margin-right{margin-right:0}
}
.a-title--base.o-margin-top-30px{margin-top:30px !important}
.a-title--base.o-margin-bottom-30px{margin-bottom:30px !important}
.a-title--base.o-margin-top-40px{margin-top:30px !important}
.a-title--base.o-margin-bottom-40px{margin-bottom:40px !important}
.a-title--base.o-margin-top-50px{margin-top:30px !important}
.a-title--base.o-margin-bottom-50px{margin-bottom:50px !important}
.a-title--base.o-margin-bottom-60px{margin-bottom:60px !important}
.a-title--base.o-margin-bottom-70px{margin-bottom:70px !important}
.a-title--base.o-margin-bottom-90px{margin-bottom:90px !important}
@media only screen and (max-width:991.98px){.a-container--card .a-title--base.o-margin-bottom-70px{margin-bottom:30px}
}
@media only screen and (max-width:767.98px){.a-title--base.o-padding-top-m-50{padding-top:50px}
}
@media only screen and (max-width:767.98px){.a-title--base.o-padding-left-m-11{padding-left:11px}
}
@media only screen and (max-width:767.98px){.a-title--base.o-padding-right-m-11{padding-right:11px}
}
.a-title--base.o-padding-top-remove{padding-top:0 !important}
.a-title--base.o-padding-bottom-remove{padding-bottom:0 !important}
.a-title--base.o-padding-top{padding-top:10px}
.a-title--base.o-padding-top-45{padding-top:45px}
@media only screen and (min-width:992px){.a-title--base.o-padding-d-top-25{padding-top:25px}
}
.a-title--base.o-padding-top-50{padding-top:50px}
@media only screen and (min-width:992px){.a-title--base.o-padding-d-top-50{padding-top:50px}
}
.a-title--base.o-padding-top-67px{padding-top:67px}
.a-title--base.o-padding-top-100{padding-top:100px}
.a-title--base.o-padding-top-105{padding-top:105px}
.a-title--base.o-padding-bottom{padding-bottom:10px}
.a-title--base.o-padding-left{padding-left:10px}
@media only screen and (max-width:767.98px){.a-title--base.o-padding-left{padding-left:0}
}
.a-title--base.o-padding-right{padding-right:0}
@media only screen and (max-width:767.98px){.a-title--base.o-padding-right{padding-right:0}
}
.a-title--base.o-padding-left-15px{padding-left:15px !important}
.a-title--base.o-padding-right-15px{padding-right:15px !important}
.a-title--base.o-margin-remove-top{margin-top:0 !important}
.a-title--base.o-margin-remove-bottom{margin-bottom:0 !important}
.a-title--base.o-margin-remove-left{margin-left:0 !important}
.a-title--base.o-margin-remove-right{margin-right:0 !important}
@media(min-width:768px) and (max-width:991px){.a-title--base.a-lineheight-29-m .cmp-title h5,.a-title--base.a-lineheight-29-m .cmp-title h4,.a-title--base.a-lineheight-29-m .cmp-title h3,.a-title--base.a-lineheight-29-m .cmp-title h2,.a-title--base.a-lineheight-29-m .cmp-title h1,.a-title--base.a-lineheight-29-m .cmp-title p{line-height:var(--a-lineheight-29-m) !important}
}
@media(max-width:767px){.a-title--base.a-fontsize-24px-m .cmp-title h5,.a-title--base.a-fontsize-24px-m .cmp-title h4,.a-title--base.a-fontsize-24px-m .cmp-title h3,.a-title--base.a-fontsize-24px-m .cmp-title h2,.a-title--base.a-fontsize-24px-m .cmp-title h1,.a-title--base.a-fontsize-24px-m .cmp-title p{font-size:var(--a-fontsize-24px-m) !important}
.a-title--base.a-fontsize-42px-m .cmp-title h5,.a-title--base.a-fontsize-42px-m .cmp-title h4,.a-title--base.a-fontsize-42px-m .cmp-title h3,.a-title--base.a-fontsize-42px-m .cmp-title h2,.a-title--base.a-fontsize-42px-m .cmp-title h1,.a-title--base.a-fontsize-42px-m .cmp-title p{font-size:42px !important}
.a-title--base.a-lineheight-29-m .cmp-title h5,.a-title--base.a-lineheight-29-m .cmp-title h4,.a-title--base.a-lineheight-29-m .cmp-title h3,.a-title--base.a-lineheight-29-m .cmp-title h2,.a-title--base.a-lineheight-29-m .cmp-title h1,.a-title--base.a-lineheight-29-m .cmp-title p{line-height:var(--a-lineheight-29-m) !important}
}
@media only screen and (max-width:991.98px){.a-title--base.a-fontsize-16px-m .cmp-title h5,.a-title--base.a-fontsize-16px-m .cmp-title h4,.a-title--base.a-fontsize-16px-m .cmp-title h3,.a-title--base.a-fontsize-16px-m .cmp-title h2,.a-title--base.a-fontsize-16px-m .cmp-title h1,.a-title--base.a-fontsize-16px-m .cmp-title p{font-size:16px !important}
.a-title--base.a-lineheight-21-m .cmp-title h5,.a-title--base.a-lineheight-21-m .cmp-title h4,.a-title--base.a-lineheight-21-m .cmp-title h3,.a-title--base.a-lineheight-21-m .cmp-title h2,.a-title--base.a-lineheight-21-m .cmp-title h1,.a-title--base.a-lineheight-21-m .cmp-title p{line-height:21px !important}
.a-title--base.a-lineheight-24-m .cmp-title h5,.a-title--base.a-lineheight-24-m .cmp-title h4,.a-title--base.a-lineheight-24-m .cmp-title h3,.a-title--base.a-lineheight-24-m .cmp-title h2,.a-title--base.a-lineheight-24-m .cmp-title h1,.a-title--base.a-lineheight-24-m .cmp-title p{line-height:24px !important}
}
@media(max-width:991px){.a-title--base.a-fontsize-16px-m .cmp-title h6,.a-title--base.a-fontsize-16px-m .cmp-title h5,.a-title--base.a-fontsize-16px-m .cmp-title h4,.a-title--base.a-fontsize-16px-m .cmp-title h3,.a-title--base.a-fontsize-16px-m .cmp-title h2,.a-title--base.a-fontsize-16px-m .cmp-title h1,.a-title--base.a-fontsize-16px-m .cmp-title p{font-size:16px !important}
.a-title--base.a-lineheight-21-m .cmp-title h5,.a-title--base.a-lineheight-21-m .cmp-title h4,.a-title--base.a-lineheight-21-m .cmp-title h3,.a-title--base.a-lineheight-21-m .cmp-title h2,.a-title--base.a-lineheight-21-m .cmp-title h1,.a-title--base.a-lineheight-21-m .cmp-title p{line-height:21px !important}
.a-title--base.a-text-align-center-m .cmp-title h5,.a-title--base.a-text-align-center-m .cmp-title h4,.a-title--base.a-text-align-center-m .cmp-title h3,.a-title--base.a-text-align-center-m .cmp-title h2,.a-title--base.a-text-align-center-m .cmp-title h1,.a-title--base.a-text-align-center-m .cmp-title p{text-align:center !important}
.a-title--base.a-fontsize-14px-m .cmp-title h6,.a-title--base.a-fontsize-14px-m .cmp-title h5,.a-title--base.a-fontsize-14px-m .cmp-title h4,.a-title--base.a-fontsize-14px-m .cmp-title h3,.a-title--base.a-fontsize-14px-m .cmp-title h2,.a-title--base.a-fontsize-14px-m .cmp-title h1,.a-title--base.a-fontsize-14px-m .cmp-title p{font-size:14px !important}
.a-title--base.a-lineheight-19-m .cmp-title h5,.a-title--base.a-lineheight-19-m .cmp-title h4,.a-title--base.a-lineheight-19-m .cmp-title h3,.a-title--base.a-lineheight-19-m .cmp-title h2,.a-title--base.a-lineheight-19-m .cmp-title h1,.a-title--base.a-lineheight-19-m .cmp-title p{line-height:19px !important}
}
@media only screen and (max-width:991.98px){.a-title--base.a-title--m-center .cmp-title p,.a-title--base.a-title--m-center .cmp-title h1,.a-title--base.a-title--m-center .cmp-title h2,.a-title--base.a-title--m-center .cmp-title h3,.a-title--base.a-title--m-center .cmp-title{text-align:center}
}
.a-title--base.o-padding-top-80{padding-top:80px !important}
.a-title--base.o-margin-bottom-50{margin-bottom:50px !important}
.a-title--base.a-titlecolor--blue-06305E .cmp-title h1,.a-title--base.a-titlecolor--blue-06305E .cmp-title h2,.a-title--base.a-titlecolor--blue-06305E .cmp-title h3,.a-title--base.a-titlecolor--blue-06305E .cmp-title h4,.a-title--base.a-titlecolor--blue-06305E .cmp-title h5,.a-title--base.a-titlecolor--blue-06305E .cmp-title h6,.a-title--base.a-titlecolor--blue-06305E .cmp-title p,.a-title--base.a-titlecolor--blue-06305E .cmp-title span,.a-title--base.a-titlecolor--blue-06305E .cmp-title div{color:#06305e !important}
.a-title--base.a-titlecolor--purple-4B3661 .cmp-title h1,.a-title--base.a-titlecolor--purple-4B3661 .cmp-title h2,.a-title--base.a-titlecolor--purple-4B3661 .cmp-title h3,.a-title--base.a-titlecolor--purple-4B3661 .cmp-title h4,.a-title--base.a-titlecolor--purple-4B3661 .cmp-title h5,.a-title--base.a-titlecolor--purple-4B3661 .cmp-title h6,.a-title--base.a-titlecolor--purple-4B3661 .cmp-title p,.a-title--base.a-titlecolor--purple-4B3661 .cmp-title span,.a-title--base.a-titlecolor--purple-4B3661 .cmp-title div{color:#4b3661 !important}
.a-text--base.a-text--style1 .cmp-text p{font-size:14px !important;line-height:19px;padding:0 13px 0 13px}
@media only screen and (min-width:992px){.a-text--base.a-text--style1 .cmp-text p{padding:0 50px 0 50px;margin-left:408px;text-align:left !important}
}
@media(min-width:1100px) and (max-width:1199px) and (orientation:landscape){.a-text--base.a-text--style1 .cmp-text p{padding:0 65px 0 102px}
}
@media only screen and (min-width:1200px){.a-text--base.a-text--style1 .cmp-text p{text-align:left !important;line-height:23px !important;font-size:18px !important;margin-left:408px;padding:0 102px 0 102px}
}
@media only screen and (min-width:768px){.a-text--base.a-text--style2{width:70%;margin:auto}
}
.a-text--base.a-text--style2 .cmp-text{margin-top:50px;margin-bottom:50px;border-color:#707070;color:#8d8d8d;background-color:#fff;display:flex;flex-direction:row;align-items:center}
.a-text--base.a-text--style2 .cmp-text:before{content:"";flex:1 1;border-bottom:1px solid #707070;margin:auto}
.a-text--base.a-text--style2 .cmp-text:after{content:"";flex:1 1;border-bottom:1px solid #707070;margin:auto}
.a-text--base.a-text--style2 .cmp-text p{margin:0 20px !important;font-family:'BaseFontRegular',sans-serif;font-size:24px}
.a-text--base.a-text--lineblack .cmp-text p:hover{text-decoration:underline;text-decoration-color:#262525}
.a-text--base.a-text--lineblack .cmp-text a:hover{text-decoration:underline !important;text-decoration-color:#262525 !important}
.a-text--base.a-text--lineblue .cmp-text hr{border-color:#064181}
.a-text--base.a-text--lineblue.a-text--margin-spacing .cmp-text hr{margin-top:50px;margin-bottom:50px}
.a-text--base.a-text--lineyellow .cmp-text hr{border-color:#ffb420;border-width:3px}
.a-text--base.a-text--linepurple .cmp-text hr{border-color:#4b3661}
.a-text--base.a-text--lineskyblue .cmp-text hr{border-color:#1cbfe6}
.a-text--base.a-text--linefadedblue .cmp-text hr{border-color:#0262ac}
.a-text--base.a-text--linewidth .cmp-text hr{border-width:4px}
.a-text--base.a-text--linewidth-2px .cmp-text hr{border-width:2px}
.a-text--base.a-text--linewidth-3px .cmp-text hr{border-width:3px}
.a-text--base.a-text--lineyellow.a-text--margin-spacing .cmp-text hr{margin-top:30px;margin-bottom:50px}
.a-text--base.a-text--linepurple.a-text--margin-spacing .cmp-text hr{margin-top:30px;margin-bottom:50px}
.a-text--base.a-text--lineskyblue.a-text--margin-spacing .cmp-text hr{margin-top:30px;margin-bottom:50px}
.a-text--base.o-color-bg--darkgrey{background-color:#707070}
.a-text--base.o-color-bg--masterblue{background-color:#01579a !important}
.a-text--base.o-color-bg--darkblue{background-color:#6f5787 !important}
.a-text--base.o-color-bg--purple{background-color:#6f5787 !important}
.a-text--base.o-color-bg--dark-purple{background-color:#4b3661}
.a-text--base.o-color-bg--summersky-blue{background-color:#1cbfe6 !important}
.a-text--base.o-color-bg--light-blue{background-color:#2f4fa2 !important}
.a-text--base.a-text--linegray .cmp-text hr{border-color:#707070;border-width:1px}
.a-text--base.a-text--lineblue.a-text--linewidth .cmp-text hr{border-width:4px}
.a-text--base.a-text--linegray.a-text--linewidth .cmp-text hr{border-width:4px}
.text.a-text--base a{font-family:var(--a-fontfamily-regular);color:#064181}
.text.a-text--base.a-text--anchor-tag-color-orange .cmp-text a{color:#ffb420}
.text.a-text--base a:active,.text.a-text--base a:hover{color:#064181}
.text.a-text--base .cmp-text p>a{word-wrap:break-word}
.a-text--base.o-margin-top{margin-top:10px !important}
.a-text--base.o-margin-bottom{margin-bottom:10px !important}
.a-text--base.o-margin-left{margin-left:10px}
@media only screen and (max-width:767.98px){.a-text--base.o-margin-left{margin-left:0 !important}
}
.a-text--base.o-margin-right{margin-right:10px}
@media only screen and (max-width:767.98px){.a-text--base.o-margin-right{margin-right:0 !important}
}
.a-text--base.o-margin-extrabottom .cmp-text p,.a-text--base.o-margin-extrabottom .cmp-text li{margin-bottom:30px}
.a-text--base.o-margin-top-remove{margin-top:0 !important}
.a-text--base.o-margin-bottom-remove{margin-bottom:0 !important}
.a-text--base.o-margin-left-remove{margin-left:0 !important}
.a-text--base.o-margin-right-remove{margin-right:0 !important}
.a-text--base.o-margin-top-30px{margin-top:30px !important}
.a-text--base.o-margin-bottom-30px{margin-bottom:30px !important}
.a-text--base.o-margin-top-40px{margin-top:40px !important}
.a-text--base.o-margin-bottom-40px{margin-bottom:40px !important}
.a-text--base.o-margin-top-50px{margin-top:50px !important}
.a-text--base.o-margin-bottom-50px{margin-bottom:50px !important}
.a-text--base.o-margin-bottom-10px .cmp-text p{margin-bottom:10px !important}
.a-text--base.o-margin-bottom-50px .cmp-text p{margin-bottom:50px !important}
.a-text--base.o-margin-bottom-30px .cmp-text p{margin-bottom:30px !important}
.a-text--base.o-margin-top-50px .cmp-text p{margin-top:50px !important}
.a-text--base.o-margin-left-unset .cmp-text p{margin-left:unset}
.a-text--base.o-margin-left-40px .cmp-text p{margin-left:40px !important}
.a-text--base.o-padding-top{padding-top:10px}
.a-text--base.o-padding-bottom{padding-bottom:10px}
.a-text--base.o-add-padding-top-30px{padding-top:30px !important}
.a-text--base.o-add-padding-bottom-30px{padding-bottom:30px !important}
.a-text--base.o-remove-padding-top-30px{padding-top:0}
.a-text--base.o-remove-padding-bottom-30px{padding-bottom:0}
.a-text--base.o-padding-left{padding-left:10px}
@media only screen and (max-width:767.98px){.a-text--base.o-padding-left{padding-left:0 !important}
}
.a-text--base.o-padding-right{padding-right:10px}
@media only screen and (max-width:767.98px){.a-text--base.o-padding-right{padding-right:0 !important}
}
.a-text--base.o-padding-top-15{padding-top:15px !important}
.a-text--base.o-padding-top-50{padding-top:50px !important}
.a-text--base.o-padding-top-100{padding-top:100px !important}
.a-text--base.o-padding-bottom-50{padding-bottom:50px !important}
.a-text--base.o-padding-left-15px{padding-left:15px !important}
.a-text--base.o-padding-right-15px{padding-right:15px !important}
.a-text--base.o-padding-left-30px{padding-left:30px !important}
.a-text--base.o-padding-right-30px{padding-right:30px !important}
.a-text--base.o-padding-ul-left-20px .cmp-text ul{padding-left:20px}
@media only screen and (min-width:992px){.a-text--base.o-padding-bottom-d-50px{padding-bottom:50px}
}
@media only screen and (max-width:767.98px){.a-text--base.a-fontsize-11px-m{font-size:10.5px !important}
}
@media only screen and (max-width:767.98px){.a-text--base.o-padding-right-m-11px{padding-right:11px}
}
@media only screen and (max-width:767.98px){.a-text--base.o-padding-left-m-11px{padding-left:11px}
}
.a-text--base.a-text--linegray.a-text--o-on-center .cmp-text span{color:#8d8d8d;background-color:#fff;font-weight:700}
.a-text--base.o-remove-padding-top{padding-top:0 !important}
.a-text--base.o-remove-padding-bottom{padding-bottom:0 !important}
.text.a-text--base.a-fontfamily-bold .cmp-text h1,.text.a-text--base.a-fontfamily-bold .cmp-text h2,.text.a-text--base.a-fontfamily-bold .cmp-text h3,.text.a-text--base.a-fontfamily-bold .cmp-text h4,.text.a-text--base.a-fontfamily-bold .cmp-text h5,.text.a-text--base.a-fontfamily-bold .cmp-text h6,.text.a-text--base.a-fontfamily-bold .cmp-text p,.text.a-text--base.a-fontfamily-bold .cmp-text li,.text.a-text--base.a-fontfamily-bold .cmp-text span{font-family:BaseFontCanoodleRegular,sans-serif !important}
.text.a-text--base.a-fontfamily-lighter .cmp-text h1,.text.a-text--base.a-fontfamily-lighter .cmp-text h2,.text.a-text--base.a-fontfamily-lighter .cmp-text h3,.text.a-text--base.a-fontfamily-lighter .cmp-text h4,.text.a-text--base.a-fontfamily-lighter .cmp-text h5,.text.a-text--base.a-fontfamily-lighter .cmp-text h6,.text.a-text--base.a-fontfamily-lighter .cmp-text p,.text.a-text--base.a-fontfamily-lighter .cmp-text li,.text.a-text--base.a-fontfamily-lighter .cmp-text a{font-family:var(--a-fontfamily-lighter)}
.text.a-text--base.a-fontfamily-light .cmp-text h1,.text.a-text--base.a-fontfamily-light .cmp-text h2,.text.a-text--base.a-fontfamily-light .cmp-text h3,.text.a-text--base.a-fontfamily-light .cmp-text h4,.text.a-text--base.a-fontfamily-light .cmp-text h5,.text.a-text--base.a-fontfamily-light .cmp-text h6,.text.a-text--base.a-fontfamily-light .cmp-text p,.text.a-text--base.a-fontfamily-light .cmp-text li,.text.a-text--base.a-fontfamily-light .cmp-text a{font-family:var(--a-fontfamily-light)}
.text.a-text--base.a-fontfamily-regular .cmp-text h1,.text.a-text--base.a-fontfamily-regular .cmp-text h2,.text.a-text--base.a-fontfamily-regular .cmp-text h3,.text.a-text--base.a-fontfamily-regular .cmp-text h4,.text.a-text--base.a-fontfamily-regular .cmp-text h5,.text.a-text--base.a-fontfamily-regular .cmp-text h6,.text.a-text--base.a-fontfamily-regular .cmp-text p,.text.a-text--base.a-fontfamily-regular .cmp-text li{font-family:var(--a-fontfamily-regular)}
.text.a-text--base.a-fontfamily-medium .cmp-text h1,.text.a-text--base.a-fontfamily-medium .cmp-text h2,.text.a-text--base.a-fontfamily-medium .cmp-text h3,.text.a-text--base.a-fontfamily-medium .cmp-text h4,.text.a-text--base.a-fontfamily-medium .cmp-text h5,.text.a-text--base.a-fontfamily-medium .cmp-text h6,.text.a-text--base.a-fontfamily-medium .cmp-text p,.text.a-text--base.a-fontfamily-medium .cmp-text li{font-family:var(--a-fontfamily-medium)}
.text.a-text--base.a-fontfamily-bold .cmp-text h1,.text.a-text--base.a-fontfamily-bold .cmp-text h2,.text.a-text--base.a-fontfamily-bold .cmp-text h3,.text.a-text--base.a-fontfamily-bold .cmp-text h4,.text.a-text--base.a-fontfamily-bold .cmp-text h5,.text.a-text--base.a-fontfamily-bold .cmp-text h6,.text.a-text--base.a-fontfamily-bold .cmp-text p,.text.a-text--base.a-fontfamily-bold .cmp-text li{font-family:var(--a-fontfamily-bold)}
.text.a-text--base.a-fontfamily-canoodleregular .cmp-text h1,.text.a-text--base.a-fontfamily-canoodleregular .cmp-text h2,.text.a-text--base.a-fontfamily-canoodleregular .cmp-text h3,.text.a-text--base.a-fontfamily-canoodleregular .cmp-text h4,.text.a-text--base.a-fontfamily-canoodleregular .cmp-text h5,.text.a-text--base.a-fontfamily-canoodleregular .cmp-text h6,.text.a-text--base.a-fontfamily-canoodleregular .cmp-text p,.text.a-text--base.a-fontfamily-canoodleregular .cmp-text li,.text.a-text--base.a-fontfamily-canoodleregular .cmp-text span{font-family:BaseFontCanoodleRegular,sans-serif !important}
.text.a-text--base.a-fontsize-45px .cmp-text h1,.text.a-text--base.a-fontsize-45px .cmp-text h2,.text.a-text--base.a-fontsize-45px .cmp-text h3,.text.a-text--base.a-fontsize-45px .cmp-text h4,.text.a-text--base.a-fontsize-45px .cmp-text h5,.text.a-text--base.a-fontsize-45px .cmp-text h6,.text.a-text--base.a-fontsize-45px .cmp-text p,.text.a-text--base.a-fontsize-45px .cmp-text li,.text.a-text--base.a-fontsize-45px .cmp-text span,.text.a-text--base.a-fontfamily-bold .cmp-text span{font-size:45px !important}
.text.a-text--base.a-fontsize-12px .cmp-text h1,.text.a-text--base.a-fontsize-12px .cmp-text h2,.text.a-text--base.a-fontsize-12px .cmp-text h3,.text.a-text--base.a-fontsize-12px .cmp-text h4,.text.a-text--base.a-fontsize-12px .cmp-text h5,.text.a-text--base.a-fontsize-12px .cmp-text h6,.text.a-text--base.a-fontsize-12px .cmp-text p,.text.a-text--base.a-fontsize-12px .cmp-text li{font-size:var(--a-fontsize-12px)}
.text.a-text--base.a-fontsize-13px .cmp-text h1,.text.a-text--base.a-fontsize-13px .cmp-text h2,.text.a-text--base.a-fontsize-13px .cmp-text h3,.text.a-text--base.a-fontsize-13px .cmp-text h4,.text.a-text--base.a-fontsize-13px .cmp-text h5,.text.a-text--base.a-fontsize-13px .cmp-text h6,.text.a-text--base.a-fontsize-13px .cmp-text p,.text.a-text--base.a-fontsize-13px .cmp-text li{font-size:var(--a-fontsize-13px)}
.text.a-text--base.a-fontsize-14px .cmp-text h1,.text.a-text--base.a-fontsize-14px .cmp-text h2,.text.a-text--base.a-fontsize-14px .cmp-text h3,.text.a-text--base.a-fontsize-14px .cmp-text h4,.text.a-text--base.a-fontsize-14px .cmp-text h5,.text.a-text--base.a-fontsize-14px .cmp-text h6,.text.a-text--base.a-fontsize-14px .cmp-text p,.text.a-text--base.a-fontsize-14px .cmp-text li{font-size:var(--a-fontsize-14px)}
.text.a-text--base.a-fontsize-15px .cmp-text h1,.text.a-text--base.a-fontsize-15px .cmp-text h2,.text.a-text--base.a-fontsize-15px .cmp-text h3,.text.a-text--base.a-fontsize-15px .cmp-text h4,.text.a-text--base.a-fontsize-15px .cmp-text h5,.text.a-text--base.a-fontsize-15px .cmp-text h6,.text.a-text--base.a-fontsize-15px .cmp-text p,.text.a-text--base.a-fontsize-15px .cmp-text li{font-size:var(--a-fontsize-15px)}
.text.a-text--base.a-fontsize-16px .cmp-text h1,.text.a-text--base.a-fontsize-16px .cmp-text h2,.text.a-text--base.a-fontsize-16px .cmp-text h3,.text.a-text--base.a-fontsize-16px .cmp-text h4,.text.a-text--base.a-fontsize-16px .cmp-text h5,.text.a-text--base.a-fontsize-16px .cmp-text h6,.text.a-text--base.a-fontsize-16px .cmp-text p,.text.a-text--base.a-fontsize-16px .cmp-text li{font-size:var(--a-fontsize-16px)}
.text.a-text--base.a-fontsize-18px .cmp-text h1,.text.a-text--base.a-fontsize-18px .cmp-text h2,.text.a-text--base.a-fontsize-18px .cmp-text h3,.text.a-text--base.a-fontsize-18px .cmp-text h4,.text.a-text--base.a-fontsize-18px .cmp-text h5,.text.a-text--base.a-fontsize-18px .cmp-text h6,.text.a-text--base.a-fontsize-18px .cmp-text p,.text.a-text--base.a-fontsize-18px .cmp-text li{font-size:var(--a-fontsize-18px)}
.text.a-text--base.a-fontsize-20px .cmp-text h1,.text.a-text--base.a-fontsize-20px .cmp-text h2,.text.a-text--base.a-fontsize-20px .cmp-text h3,.text.a-text--base.a-fontsize-20px .cmp-text h4,.text.a-text--base.a-fontsize-20px .cmp-text h5,.text.a-text--base.a-fontsize-20px .cmp-text h6,.text.a-text--base.a-fontsize-20px .cmp-text p,.text.a-text--base.a-fontsize-20px .cmp-text li{font-size:var(--a-fontsize-20px)}
.text.a-text--base.a-fontsize-24px .cmp-text h1,.text.a-text--base.a-fontsize-24px .cmp-text h2,.text.a-text--base.a-fontsize-24px .cmp-text h3,.text.a-text--base.a-fontsize-24px .cmp-text h4,.text.a-text--base.a-fontsize-24px .cmp-text h5,.text.a-text--base.a-fontsize-24px .cmp-text h6,.text.a-text--base.a-fontsize-24px .cmp-text p,.text.a-text--base.a-fontsize-24px .cmp-text li{font-size:var(--a-fontsize-24px)}
.text.a-text--base.a-fontsize-25_5px .cmp-text h1,.text.a-text--base.a-fontsize-25_5px .cmp-text h2,.text.a-text--base.a-fontsize-25_5px .cmp-text h3,.text.a-text--base.a-fontsize-25_5px .cmp-text h4,.text.a-text--base.a-fontsize-25_5px .cmp-text h5,.text.a-text--base.a-fontsize-25_5px .cmp-text h6,.text.a-text--base.a-fontsize-25_5px .cmp-text p,.text.a-text--base.a-fontsize-25_5px .cmp-text li{font-size:25.5px}
.text.a-text--base.a-fontsize-30px .cmp-text h1,.text.a-text--base.a-fontsize-30px .cmp-text h2,.text.a-text--base.a-fontsize-30px .cmp-text h3,.text.a-text--base.a-fontsize-30px .cmp-text h4,.text.a-text--base.a-fontsize-30px .cmp-text h5,.text.a-text--base.a-fontsize-30px .cmp-text h6,.text.a-text--base.a-fontsize-30px .cmp-text p,.text.a-text--base.a-fontsize-30px .cmp-text li{font-size:var(--a-fontsize-30px)}
.text.a-text--base.a-fontsize-31_5px .cmp-text h1,.text.a-text--base.a-fontsize-31_5px .cmp-text h2,.text.a-text--base.a-fontsize-31_5px .cmp-text h3,.text.a-text--base.a-fontsize-31_5px .cmp-text h4,.text.a-text--base.a-fontsize-31_5px .cmp-text h5,.text.a-text--base.a-fontsize-31_5px .cmp-text h6,.text.a-text--base.a-fontsize-31_5px .cmp-text p,.text.a-text--base.a-fontsize-31_5px .cmp-text li{font-size:31.5px}
.text.a-text--base.a-fontsize-34px .cmp-text h1,.text.a-text--base.a-fontsize-34px .cmp-text h2,.text.a-text--base.a-fontsize-34px .cmp-text h3,.text.a-text--base.a-fontsize-34px .cmp-text h4,.text.a-text--base.a-fontsize-34px .cmp-text h5,.text.a-text--base.a-fontsize-34px .cmp-text h6,.text.a-text--base.a-fontsize-34px .cmp-text p,.text.a-text--base.a-fontsize-34px .cmp-text li{font-size:var(--a-fontsize-34px)}
.text.a-text--base.a-fontsize-40px .cmp-text h1,.text.a-text--base.a-fontsize-40px .cmp-text h2,.text.a-text--base.a-fontsize-40px .cmp-text h3,.text.a-text--base.a-fontsize-40px .cmp-text h4,.text.a-text--base.a-fontsize-40px .cmp-text h5,.text.a-text--base.a-fontsize-40px .cmp-text h6,.text.a-text--base.a-fontsize-40px .cmp-text p,.text.a-text--base.a-fontsize-40px .cmp-text li{font-size:var(--a-fontsize-40px)}
.text.a-text--base.a-fontsize-13-5px .cmp-text h1,.text.a-text--base.a-fontsize-13-5px .cmp-text h2,.text.a-text--base.a-fontsize-13-5px .cmp-text h3,.text.a-text--base.a-fontsize-13-5px .cmp-text h4,.text.a-text--base.a-fontsize-13-5px .cmp-text h5,.text.a-text--base.a-fontsize-13-5px .cmp-text h6,.text.a-text--base.a-fontsize-13-5px .cmp-text p,.text.a-text--base.a-fontsize-13-5px .cmp-text li{font-size:var(--a-fontsize-13-5px)}
.text.a-text--base.o-color-fadedgray .cmp-text h1,.text.a-text--base.o-color-fadedgray .cmp-text h2,.text.a-text--base.o-color-fadedgray .cmp-text h3,.text.a-text--base.o-color-fadedgray .cmp-text h4,.text.a-text--base.o-color-fadedgray .cmp-text h5,.text.a-text--base.o-color-fadedgray .cmp-text h6,.text.a-text--base.o-color-fadedgray .cmp-text p,.text.a-text--base.o-color-fadedgray .cmp-text li{color:#343434}
.text.a-text--base.o-color-white .cmp-text h1,.text.a-text--base.o-color-white .cmp-text h2,.text.a-text--base.o-color-white .cmp-text h3,.text.a-text--base.o-color-white .cmp-text h4,.text.a-text--base.o-color-white .cmp-text h5,.text.a-text--base.o-color-white .cmp-text h6,.text.a-text--base.o-color-white .cmp-text p,.text.a-text--base.o-color-white .cmp-text li{color:#fff}
.a-text--base.o-color-orange .cmp-text h1,.a-text--base.o-color-orange .cmp-text h2,.a-text--base.o-color-orange .cmp-text h3,.a-text--base.o-color-orange .cmp-text h4,.a-text--base.o-color-orange .cmp-text h5,.a-text--base.o-color-orange .cmp-text h6,.a-text--base.o-color-orange .cmp-text p,.a-text--base.o-color-orange .cmp-text li{color:#fcbb5f}
.a-text--base.o-color-pink .cmp-text h1,.a-text--base.o-color-pink .cmp-text h2,.a-text--base.o-color-pink .cmp-text h3,.a-text--base.o-color-pink .cmp-text h4,.a-text--base.o-color-pink .cmp-text h5,.a-text--base.o-color-pink .cmp-text h6,.a-text--base.o-color-pink .cmp-text p,.a-text--base.o-color-pink .cmp-text a,.a-text--base.o-color-pink .cmp-text li{color:#6f5787}
.a-text--base.o-color-darkpink .cmp-text h1,.a-text--base.o-color-darkpink .cmp-text h2,.a-text--base.o-color-darkpink .cmp-text h3,.a-text--base.o-color-darkpink .cmp-text h4,.a-text--base.o-color-darkpink .cmp-text h5,.a-text--base.o-color-darkpink .cmp-text h6,.a-text--base.o-color-darkpink .cmp-text p,.a-text--base.o-color-darkpink .cmp-text a,.a-text--base.o-color-darkpink .cmp-text li{color:#4b3661}
.a-text--base.o-color-gray .cmp-text h1,.a-text--base.o-color-gray .cmp-text h2,.a-text--base.o-color-gray .cmp-text h3,.a-text--base.o-color-gray .cmp-text h4,.a-text--base.o-color-gray .cmp-text h5,.a-text--base.o-color-gray .cmp-text h6,.a-text--base.o-color-gray .cmp-text p,.a-text--base.o-color-gray .cmp-text a,.a-text--base.o-color-gray .cmp-text li{color:#707070}
.a-text--base.o-color-gray-5c5c5c .cmp-text h1,.a-text--base.o-color-gray-5c5c5c .cmp-text h2,.a-text--base.o-color-gray-5c5c5c .cmp-text h3,.a-text--base.o-color-gray-5c5c5c .cmp-text h4,.a-text--base.o-color-gray-5c5c5c .cmp-text h5,.a-text--base.o-color-gray-5c5c5c .cmp-text h6,.a-text--base.o-color-gray-5c5c5c .cmp-text p,.a-text--base.o-color-gray-5c5c5c .cmp-text a,.a-text--base.o-color-gray-5c5c5c .cmp-text li{color:#5c5c5c !important}
.a-text--base.o-color-gray .cmp-text a{color:#0262ac;font-family:var(--a-fontfamily-regular) !important}
.a-text--base.o-color-lightgrey .cmp-text h1,.a-text--base.o-color-lightgrey .cmp-text h2,.a-text--base.o-color-lightgrey .cmp-text h3,.a-text--base.o-color-lightgrey .cmp-text h4,.a-text--base.o-color-lightgrey .cmp-text h5,.a-text--base.o-color-lightgrey .cmp-text h6,.a-text--base.o-color-lightgrey .cmp-text p,.a-text--base.o-color-lightgrey .cmp-text a,.a-text--base.o-color-lightgrey .cmp-text li{color:#898989 !important}
.text.a-text--base.o-color-black .cmp-text h1,.text.a-text--base.o-color-black .cmp-text h2,.text.a-text--base.o-color-black .cmp-text h3,.text.a-text--base.o-color-black .cmp-text h4,.text.a-text--base.o-color-black .cmp-text h5,.text.a-text--base.o-color-black .cmp-text h6,.text.a-text--base.o-color-black .cmp-text p,.text.a-text--base.o-color-black .cmp-text li{color:#262525 !important}
.text.a-text--base.o-color-summerblue .cmp-text h1,.text.a-text--base.o-color-summerblue .cmp-text h2,.text.a-text--base.o-color-summerblue .cmp-text h3,.text.a-text--base.o-color-summerblue .cmp-text h4,.text.a-text--base.o-color-summerblue .cmp-text h5,.text.a-text--base.o-color-summerblue .cmp-text h6,.text.a-text--base.o-color-summerblue .cmp-text p,.text.a-text--base.o-color-summerblue .cmp-text li{color:#1cbfe6 !important}
.a-text--base.o-color-skyblue .cmp-text h1,.a-text--base.o-color-skyblue .cmp-text h2,.a-text--base.o-color-skyblue .cmp-text h3,.a-text--base.o-color-skyblue .cmp-text h4,.a-text--base.o-color-skyblue .cmp-text h5,.a-text--base.o-color-skyblue .cmp-text h6,.a-text--base.o-color-skyblue .cmp-text p,.a-text--base.o-color-skyblue .cmp-text li,.a-text--base.o-color-skyblue .cmp-text a,.a-text--base.o-color-skyblue .cmp-text u{color:#1cbfe6 !important}
.text.a-text--base.o-color-skyblue .cmp-text h1,.text.a-text--base.o-color-skyblue .cmp-text h2,.text.a-text--base.o-color-skyblue .cmp-text h3,.text.a-text--base.o-color-skyblue .cmp-text h4,.text.a-text--base.o-color-skyblue .cmp-text h5,.text.a-text--base.o-color-skyblue .cmp-text h6,.text.a-text--base.o-color-skyblue .cmp-text p,.text.a-text--base.o-color-skyblue .cmp-text li,.text.a-text--base.o-color-skyblue .cmp-text a{color:#1cbfe6 !important}
.text.a-text--base.o-color-dark-grey .cmp-text h1,.text.a-text--base.o-color-dark-grey .cmp-text h2,.text.a-text--base.o-color-dark-grey .cmp-text h3,.text.a-text--base.o-color-dark-grey .cmp-text h4,.text.a-text--base.o-color-dark-grey .cmp-text h5,.text.a-text--base.o-color-dark-grey .cmp-text h6,.text.a-text--base.o-color-dark-grey .cmp-text p,.text.a-text--base.o-color-dark-grey .cmp-text li{color:#898989 !important}
.text.a-text--base.o-color-dark-grey .cmp-text h1 span,.text.a-text--base.o-color-dark-grey .cmp-text h2 span,.text.a-text--base.o-color-dark-grey .cmp-text h3 span,.text.a-text--base.o-color-dark-grey .cmp-text h4 span,.text.a-text--base.o-color-dark-grey .cmp-text h5 span,.text.a-text--base.o-color-dark-grey .cmp-text h6 span,.text.a-text--base.o-color-dark-grey .cmp-text p span,.text.a-text--base.o-color-dark-grey .cmp-text li span{color:#898989}
.text.a-text--base.o-color-dark-grey-g .cmp-text h1,.text.a-text--base.o-color-dark-grey-g .cmp-text h2,.text.a-text--base.o-color-dark-grey-g .cmp-text h3,.text.a-text--base.o-color-dark-grey-g .cmp-text h4,.text.a-text--base.o-color-dark-grey-g .cmp-text h5,.text.a-text--base.o-color-dark-grey-g .cmp-text h6,.text.a-text--base.o-color-dark-grey-g .cmp-text p,.text.a-text--base.o-color-dark-grey-g .cmp-text li,.text.a-text--base.o-color-dark-grey-g .cmp-text span,.text.a-text--base.o-color-dark-grey-g .cmp-text a{color:#5c5c5c !important}
.text.a-text--base.o-color-dark-grey-g .cmp-text h1 span,.text.a-text--base.o-color-dark-grey-g .cmp-text h2 span,.text.a-text--base.o-color-dark-grey-g .cmp-text h3 span,.text.a-text--base.o-color-dark-grey-g .cmp-text h4 span,.text.a-text--base.o-color-dark-grey-g .cmp-text h5 span,.text.a-text--base.o-color-dark-grey-g .cmp-text h6 span,.text.a-text--base.o-color-dark-grey-g .cmp-text p span,.text.a-text--base.o-color-dark-grey-g .cmp-text li span,.text.a-text--base.o-color-dark-grey-g .cmp-text span span,.text.a-text--base.o-color-dark-grey-g .cmp-text a span{color:#5c5c5c !important}
.text.a-text--base.o-color-midnightblue .cmp-text h1,.text.a-text--base.o-color-midnightblue .cmp-text h2,.text.a-text--base.o-color-midnightblue .cmp-text h3,.text.a-text--base.o-color-midnightblue .cmp-text h4,.text.a-text--base.o-color-midnightblue .cmp-text h5,.text.a-text--base.o-color-midnightblue .cmp-text h6,.text.a-text--base.o-color-midnightblue .cmp-text p,.text.a-text--base.o-color-midnightblue .cmp-text li,.text.a-text--base.o-color-midnightblue .cmp-text a{color:#173f7f}
.text.a-text--base.o-color-blue .cmp-text h1,.text.a-text--base.o-color-blue .cmp-text h2,.text.a-text--base.o-color-blue .cmp-text h3,.text.a-text--base.o-color-blue .cmp-text h4,.text.a-text--base.o-color-blue .cmp-text h5,.text.a-text--base.o-color-blue .cmp-text h6,.text.a-text--base.o-color-blue .cmp-text p,.text.a-text--base.o-color-blue .cmp-text li{color:#064181}
.text.a-text--base.o-color-lightblue .cmp-text h1,.text.a-text--base.o-color-lightblue .cmp-text h2,.text.a-text--base.o-color-lightblue .cmp-text h3,.text.a-text--base.o-color-lightblue .cmp-text h4,.text.a-text--base.o-color-lightblue .cmp-text h5,.text.a-text--base.o-color-lightblue .cmp-text h6,.text.a-text--base.o-color-lightblue .cmp-text p,.text.a-text--base.o-color-lightblue .cmp-text li{color:#004084}
.text.a-text--base.o-color-fadedblue .cmp-text h1,.text.a-text--base.o-color-fadedblue .cmp-text h2,.text.a-text--base.o-color-fadedblue .cmp-text h3,.text.a-text--base.o-color-fadedblue .cmp-text h4,.text.a-text--base.o-color-fadedblue .cmp-text h5,.text.a-text--base.o-color-fadedblue .cmp-text h6,.text.a-text--base.o-color-fadedblue .cmp-text p,.text.a-text--base.o-color-fadedblue .cmp-text li,.text.a-text--base.o-color-fadedblue .cmp-text span{color:#0262ac !important}
.text.a-text--base.a-lineheight-19px .cmp-text h1,.text.a-text--base.a-lineheight-19px .cmp-text h2,.text.a-text--base.a-lineheight-19px .cmp-text h3,.text.a-text--base.a-lineheight-19px .cmp-text h4,.text.a-text--base.a-lineheight-19px .cmp-text h5,.text.a-text--base.a-lineheight-19px .cmp-text h6,.text.a-text--base.a-lineheight-19px .cmp-text p,.text.a-text--base.a-lineheight-19px .cmp-text li{line-height:19px}
.text.a-text--base.a-lineheight-20 .cmp-text h1,.text.a-text--base.a-lineheight-20 .cmp-text h2,.text.a-text--base.a-lineheight-20 .cmp-text h3,.text.a-text--base.a-lineheight-20 .cmp-text h4,.text.a-text--base.a-lineheight-20 .cmp-text h5,.text.a-text--base.a-lineheight-20 .cmp-text h6,.text.a-text--base.a-lineheight-20 .cmp-text p,.text.a-text--base.a-lineheight-20 .cmp-text li{line-height:var(--a-lineheight-20)}
.text.a-text--base.a-lineheight-23px .cmp-text h1,.text.a-text--base.a-lineheight-23px .cmp-text h2,.text.a-text--base.a-lineheight-23px .cmp-text h3,.text.a-text--base.a-lineheight-23px .cmp-text h4,.text.a-text--base.a-lineheight-23px .cmp-text h5,.text.a-text--base.a-lineheight-23px .cmp-text h6,.text.a-text--base.a-lineheight-23px .cmp-text p,.text.a-text--base.a-lineheight-23px .cmp-text li,.text.a-text--base.a-lineheight-23px .cmp-text p em{line-height:23px !important}
.text.a-text--base.a-lineheight-29 .cmp-text h1,.text.a-text--base.a-lineheight-29 .cmp-text h2,.text.a-text--base.a-lineheight-29 .cmp-text h3,.text.a-text--base.a-lineheight-29 .cmp-text h4,.text.a-text--base.a-lineheight-29 .cmp-text h5,.text.a-text--base.a-lineheight-29 .cmp-text h6,.text.a-text--base.a-lineheight-29 .cmp-text p,.text.a-text--base.a-lineheight-29 .cmp-text li{line-height:var(--a-lineheight-29)}
.text.a-text--base.a-lineheight-21 .cmp-text h1,.text.a-text--base.a-lineheight-21 .cmp-text h2,.text.a-text--base.a-lineheight-21 .cmp-text h3,.text.a-text--base.a-lineheight-21 .cmp-text h4,.text.a-text--base.a-lineheight-21 .cmp-text h5,.text.a-text--base.a-lineheight-21 .cmp-text h6,.text.a-text--base.a-lineheight-21 .cmp-text p,.text.a-text--base.a-lineheight-21 .cmp-text li{line-height:var(--a-lineheight-21)}
.text.a-text--base.a-lineheight-27px .cmp-text h1,.text.a-text--base.a-lineheight-27px .cmp-text h2,.text.a-text--base.a-lineheight-27px .cmp-text h3,.text.a-text--base.a-lineheight-27px .cmp-text h4,.text.a-text--base.a-lineheight-27px .cmp-text h5,.text.a-text--base.a-lineheight-27px .cmp-text h6,.text.a-text--base.a-lineheight-27px .cmp-text p,.text.a-text--base.a-lineheight-27px .cmp-text li{line-height:27px}
.text.a-text--base.a-lineheight-45px .cmp-text h1,.text.a-text--base.a-lineheight-45px .cmp-text h2,.text.a-text--base.a-lineheight-45px .cmp-text h3,.text.a-text--base.a-lineheight-45px .cmp-text h4,.text.a-text--base.a-lineheight-45px .cmp-text h5,.text.a-text--base.a-lineheight-45px .cmp-text h6,.text.a-text--base.a-lineheight-45px .cmp-text p,.text.a-text--base.a-lineheight-45px .cmp-text span,.text.a-text--base.a-lineheight-45px .cmp-text li{line-height:45px}
.text.a-text--base.a-lineheight-39px .cmp-text h1,.text.a-text--base.a-lineheight-39px .cmp-text h2,.text.a-text--base.a-lineheight-39px .cmp-text h3,.text.a-text--base.a-lineheight-39px .cmp-text h4,.text.a-text--base.a-lineheight-39px .cmp-text h5,.text.a-text--base.a-lineheight-39px .cmp-text h6,.text.a-text--base.a-lineheight-39px .cmp-text p,.text.a-text--base.a-lineheight-39px .cmp-text li{line-height:39px}
.text.a-text--base.a-margin-top .cmp-text h1,.text.a-text--base.a-margin-top .cmp-text h2,.text.a-text--base.a-margin-top .cmp-text h3,.text.a-text--base.a-margin-top .cmp-text h4,.text.a-text--base.a-margin-top .cmp-text h5,.text.a-text--base.a-margin-top .cmp-text h6,.text.a-text--base.a-margin-top .cmp-text p,.text.a-text--base.a-margin-top .cmp-text li{margin-top:10px}
.text.a-text--base.a-fontweight-normal .cmp-text h1,.text.a-text--base.a-fontweight-normal .cmp-text h2,.text.a-text--base.a-fontweight-normal .cmp-text h3,.text.a-text--base.a-fontweight-normal .cmp-text h4,.text.a-text--base.a-fontweight-normal .cmp-text h5,.text.a-text--base.a-fontweight-normal .cmp-text h6,.text.a-text--base.a-fontweight-normal .cmp-text p,.text.a-text--base.a-fontweight-normal .cmp-text li{font-weight:normal}
.text.a-text--base.a-fontweight-bold .cmp-text h1,.text.a-text--base.a-fontweight-bold .cmp-text h2,.text.a-text--base.a-fontweight-bold .cmp-text h3,.text.a-text--base.a-fontweight-bold .cmp-text h4,.text.a-text--base.a-fontweight-bold .cmp-text h5,.text.a-text--base.a-fontweight-bold .cmp-text h6,.text.a-text--base.a-fontweight-bold .cmp-text p,.text.a-text--base.a-fontweight-bold .cmp-text li{font-weight:bold}
.text.a-text--base.a-fontweight-900 .cmp-text h1,.text.a-text--base.a-fontweight-900 .cmp-text h2,.text.a-text--base.a-fontweight-900 .cmp-text h3,.text.a-text--base.a-fontweight-900 .cmp-text h4,.text.a-text--base.a-fontweight-900 .cmp-text h5,.text.a-text--base.a-fontweight-900 .cmp-text h6,.text.a-text--base.a-fontweight-900 .cmp-text p,.text.a-text--base.a-fontweight-900 .cmp-text li{font-weight:900}
.text.a-text--base.a-fontweight-800 .cmp-text h1,.text.a-text--base.a-fontweight-800 .cmp-text h2,.text.a-text--base.a-fontweight-800 .cmp-text h3,.text.a-text--base.a-fontweight-800 .cmp-text h4,.text.a-text--base.a-fontweight-800 .cmp-text h5,.text.a-text--base.a-fontweight-800 .cmp-text h6,.text.a-text--base.a-fontweight-800 .cmp-text p,.text.a-text--base.a-fontweight-800 .cmp-text li{font-weight:800}
.text.a-text--base.a-fontweight-700 .cmp-text h1,.text.a-text--base.a-fontweight-700 .cmp-text h2,.text.a-text--base.a-fontweight-700 .cmp-text h3,.text.a-text--base.a-fontweight-700 .cmp-text h4,.text.a-text--base.a-fontweight-700 .cmp-text h5,.text.a-text--base.a-fontweight-700 .cmp-text h6,.text.a-text--base.a-fontweight-700 .cmp-text p,.text.a-text--base.a-fontweight-700 .cmp-text li{font-weight:var(--a-fontweight-700)}
.text.a-text--base.a-fontweight-600 .cmp-text h1,.text.a-text--base.a-fontweight-600 .cmp-text h2,.text.a-text--base.a-fontweight-600 .cmp-text h3,.text.a-text--base.a-fontweight-600 .cmp-text h4,.text.a-text--base.a-fontweight-600 .cmp-text h5,.text.a-text--base.a-fontweight-600 .cmp-text h6,.text.a-text--base.a-fontweight-600 .cmp-text p,.text.a-text--base.a-fontweight-600 .cmp-text li{font-weight:600}
.text.a-text--base.a-fontweight-500 .cmp-text h1,.text.a-text--base.a-fontweight-500 .cmp-text h2,.text.a-text--base.a-fontweight-500 .cmp-text h3,.text.a-text--base.a-fontweight-500 .cmp-text h4,.text.a-text--base.a-fontweight-500 .cmp-text h5,.text.a-text--base.a-fontweight-500 .cmp-text h6,.text.a-text--base.a-fontweight-500 .cmp-text p,.text.a-text--base.a-fontweight-500 .cmp-text li{font-weight:500}
.a-text--base.a-border--top{border-top-style:solid}
.a-text--base.a-border--bottom{border-bottom-style:solid}
.a-text--base.a-border--left{border-left-style:solid}
.a-text--base.a-border--right{border-right-style:solid}
.a-text--base.a-border--size-1px{border-width:var(--a-border--size-1px)}
.a-text--base.a-border--size-2px{border-top-width:var(--a-border--size-2px)}
.a-text--base.a-border--size-3px{border-top-width:var(--a-border--size-3px)}
.a-text--base.a-border--size-4px{border-top-width:var(--a-border--size-4px)}
.a-text--base.a-border--size-5px{border-top-width:var(--a-border--size-5px)}
.a-text--base.o-color-bold-yellow .cmp-text h1 strong,.a-text--base.o-color-bold-yellow .cmp-text h2 strong,.a-text--base.o-color-bold-yellow .cmp-text h3 strong,.a-text--base.o-color-bold-yellow .cmp-text h4 strong,.a-text--base.o-color-bold-yellow .cmp-text h5 strong,.a-text--base.o-color-bold-yellow .cmp-text h6 strong,.a-text--base.o-color-bold-yellow .cmp-text p strong{color:#c9a242}
.a-text--base.o-color-bold-blue .cmp-text h1 strong,.a-text--base.o-color-bold-blue .cmp-text h2 strong,.a-text--base.o-color-bold-blue .cmp-text h3 strong,.a-text--base.o-color-bold-blue .cmp-text h4 strong,.a-text--base.o-color-bold-blue .cmp-text h5 strong,.a-text--base.o-color-bold-blue .cmp-text h6 strong,.a-text--base.o-color-bold-blue .cmp-text p strong{color:#064181 !important;font-family:'BaseFontRegular',sans-serif;text-decoration:underline}
@media(min-width:768px) and (max-width:991px){.text.a-text--base.a-fontsize-12px-m .cmp-text h1,.text.a-text--base.a-fontsize-12px-m .cmp-text h2,.text.a-text--base.a-fontsize-12px-m .cmp-text h3,.text.a-text--base.a-fontsize-12px-m .cmp-text h4,.text.a-text--base.a-fontsize-12px-m .cmp-text h5,.text.a-text--base.a-fontsize-12px-m .cmp-text h6,.text.a-text--base.a-fontsize-12px-m .cmp-text p,.text.a-text--base.a-fontsize-12px-m .cmp-text li{font-size:var(--a-fontsize-12px-m) !important}
.text.a-text--base.a-fontsize-14px-m .cmp-text h1,.text.a-text--base.a-fontsize-14px-m .cmp-text h2,.text.a-text--base.a-fontsize-14px-m .cmp-text h3,.text.a-text--base.a-fontsize-14px-m .cmp-text h4,.text.a-text--base.a-fontsize-14px-m .cmp-text h5,.text.a-text--base.a-fontsize-14px-m .cmp-text h6,.text.a-text--base.a-fontsize-14px-m .cmp-text p,.text.a-text--base.a-fontsize-14px-m .cmp-text li{font-size:var(--a-fontsize-14px-m) !important}
.text.a-text--base.a-fontsize-16px-m .cmp-text h1,.text.a-text--base.a-fontsize-16px-m .cmp-text h2,.text.a-text--base.a-fontsize-16px-m .cmp-text h3,.text.a-text--base.a-fontsize-16px-m .cmp-text h4,.text.a-text--base.a-fontsize-16px-m .cmp-text h5,.text.a-text--base.a-fontsize-16px-m .cmp-text h6,.text.a-text--base.a-fontsize-16px-m .cmp-text p,.text.a-text--base.a-fontsize-16px-m .cmp-text li{font-size:var(--a-fontsize-16px-m) !important}
.text.a-text--base.a-lineheight-19-m .cmp-text h1,.text.a-text--base.a-lineheight-19-m .cmp-text h2,.text.a-text--base.a-lineheight-19-m .cmp-text h3,.text.a-text--base.a-lineheight-19-m .cmp-text h4,.text.a-text--base.a-lineheight-19-m .cmp-text h5,.text.a-text--base.a-lineheight-19-m .cmp-text h6,.text.a-text--base.a-lineheight-19-m .cmp-text p,.text.a-text--base.a-lineheight-19-m .cmp-text li{line-height:var(--a-lineheight-19-m) !important}
.text.a-text--base.a-lineheight-21-m .cmp-text h1,.text.a-text--base.a-lineheight-21-m .cmp-text h2,.text.a-text--base.a-lineheight-21-m .cmp-text h3,.text.a-text--base.a-lineheight-21-m .cmp-text h4,.text.a-text--base.a-lineheight-21-m .cmp-text h5,.text.a-text--base.a-lineheight-21-m .cmp-text h6,.text.a-text--base.a-lineheight-21-m .cmp-text p,.text.a-text--base.a-lineheight-21-m .cmp-text li{line-height:var(--a-lineheight-21-m) !important}
}
@media(max-width:767px){.a-text--base.a-text--lineblue.a-text--margin-spacing .cmp-text hr{margin-top:30px;margin-bottom:0}
.text.a-text--base.a-fontfamily-light-m .cmp-text h1,.text.a-text--base.a-fontfamily-light-m .cmp-text h2,.text.a-text--base.a-fontfamily-light-m .cmp-text h3,.text.a-text--base.a-fontfamily-light-m .cmp-text h4,.text.a-text--base.a-fontfamily-light-m .cmp-text h5,.text.a-text--base.a-fontfamily-light-m .cmp-text h6,.text.a-text--base.a-fontfamily-light-m .cmp-text p,.text.a-text--base.a-fontfamily-light-m .cmp-text li,.text.a-text--base.a-fontfamily-light-m .cmp-text a{font-family:var(--a-fontfamily-light)}
.text.a-text--base.a-fontsize-12px-m .cmp-text h1,.text.a-text--base.a-fontsize-12px-m .cmp-text h2,.text.a-text--base.a-fontsize-12px-m .cmp-text h3,.text.a-text--base.a-fontsize-12px-m .cmp-text h4,.text.a-text--base.a-fontsize-12px-m .cmp-text h5,.text.a-text--base.a-fontsize-12px-m .cmp-text h6,.text.a-text--base.a-fontsize-12px-m .cmp-text p,.text.a-text--base.a-fontsize-12px-m .cmp-text li{font-size:12px !important}
.text.a-text--base.a-fontsize-14px-m .cmp-text h1,.text.a-text--base.a-fontsize-14px-m .cmp-text h2,.text.a-text--base.a-fontsize-14px-m .cmp-text h3,.text.a-text--base.a-fontsize-14px-m .cmp-text h4,.text.a-text--base.a-fontsize-14px-m .cmp-text h5,.text.a-text--base.a-fontsize-14px-m .cmp-text h6,.text.a-text--base.a-fontsize-14px-m .cmp-text p,.text.a-text--base.a-fontsize-14px-m .cmp-text li{font-size:var(--a-fontsize-14px-m) !important}
.text.a-text--base.a-fontsize-16px-m .cmp-text h1,.text.a-text--base.a-fontsize-16px-m .cmp-text h2,.text.a-text--base.a-fontsize-16px-m .cmp-text h3,.text.a-text--base.a-fontsize-16px-m .cmp-text h4,.text.a-text--base.a-fontsize-16px-m .cmp-text h5,.text.a-text--base.a-fontsize-16px-m .cmp-text h6,.text.a-text--base.a-fontsize-16px-m .cmp-text p,.text.a-text--base.a-fontsize-16px-m .cmp-text li{font-size:var(--a-fontsize-16px-m) !important}
.text.a-text--base.a-lineheight-19-m .cmp-text h1,.text.a-text--base.a-lineheight-19-m .cmp-text h2,.text.a-text--base.a-lineheight-19-m .cmp-text h3,.text.a-text--base.a-lineheight-19-m .cmp-text h4,.text.a-text--base.a-lineheight-19-m .cmp-text h5,.text.a-text--base.a-lineheight-19-m .cmp-text h6,.text.a-text--base.a-lineheight-19-m .cmp-text p,.text.a-text--base.a-lineheight-19-m .cmp-text li{line-height:var(--a-lineheight-19-m) !important}
.text.a-text--base.a-lineheight-21-m .cmp-text h1,.text.a-text--base.a-lineheight-21-m .cmp-text h2,.text.a-text--base.a-lineheight-21-m .cmp-text h3,.text.a-text--base.a-lineheight-21-m .cmp-text h4,.text.a-text--base.a-lineheight-21-m .cmp-text h5,.text.a-text--base.a-lineheight-21-m .cmp-text h6,.text.a-text--base.a-lineheight-21-m .cmp-text p,.text.a-text--base.a-lineheight-21-m .cmp-text li{line-height:var(--a-lineheight-21-m) !important}
.text.a-text--base.a-lineheight-22-m .cmp-text h1,.text.a-text--base.a-lineheight-22-m .cmp-text h2,.text.a-text--base.a-lineheight-22-m .cmp-text h3,.text.a-text--base.a-lineheight-22-m .cmp-text h4,.text.a-text--base.a-lineheight-22-m .cmp-text h5,.text.a-text--base.a-lineheight-22-m .cmp-text h6,.text.a-text--base.a-lineheight-22-m .cmp-text p,.text.a-text--base.a-lineheight-22-m .cmp-text li{line-height:var(--a-lineheight-22-m) !important}
.text.a-text--base.a-fontsize-20px-m .cmp-text h1,.text.a-text--base.a-fontsize-20px-m .cmp-text h2,.text.a-text--base.a-fontsize-20px-m .cmp-text h3,.text.a-text--base.a-fontsize-20px-m .cmp-text h4,.text.a-text--base.a-fontsize-20px-m .cmp-text h5,.text.a-text--base.a-fontsize-20px-m .cmp-text h6,.text.a-text--base.a-fontsize-20px-m .cmp-text p,.text.a-text--base.a-fontsize-20px-m .cmp-text li{font-size:20px !important}
.text.a-text--base.a-fontweight-500-m .cmp-text h1,.text.a-text--base.a-fontweight-500-m .cmp-text h2,.text.a-text--base.a-fontweight-500-m .cmp-text h3,.text.a-text--base.a-fontweight-500-m .cmp-text h4,.text.a-text--base.a-fontweight-500-m .cmp-text h5,.text.a-text--base.a-fontweight-500-m .cmp-text h6,.text.a-text--base.a-fontweight-500-m .cmp-text p,.text.a-text--base.a-fontweight-500-m .cmp-text li{font-weight:500 !important}
}
.text.a-text--base.o-color-purple .cmp-text h1,.text.a-text--base.o-color-purple .cmp-text h2,.text.a-text--base.o-color-purple .cmp-text h3,.text.a-text--base.o-color-purple .cmp-text h4,.text.a-text--base.o-color-purple .cmp-text h5,.text.a-text--base.o-color-purple .cmp-text h6,.text.a-text--base.o-color-purple .cmp-text p,.text.a-text--base.o-color-purple .cmp-text li{color:#4b3661}
.text.a-text--base.o-color-purple .cmp-text h1 a,.text.a-text--base.o-color-purple .cmp-text h2 a,.text.a-text--base.o-color-purple .cmp-text h3 a,.text.a-text--base.o-color-purple .cmp-text h4 a,.text.a-text--base.o-color-purple .cmp-text h5 a,.text.a-text--base.o-color-purple .cmp-text h6 a,.text.a-text--base.o-color-purple .cmp-text p a,.text.a-text--base.o-color-purple .cmp-text li a{color:#4b3661}
.text.a-text--base.o-color-medium-purple .cmp-text h1,.text.a-text--base.o-color-medium-purple .cmp-text h2,.text.a-text--base.o-color-medium-purple .cmp-text h3,.text.a-text--base.o-color-medium-purple .cmp-text h4,.text.a-text--base.o-color-medium-purple .cmp-text h5,.text.a-text--base.o-color-medium-purple .cmp-text h6,.text.a-text--base.o-color-medium-purple .cmp-text p,.text.a-text--base.o-color-medium-purple .cmp-text li{color:#6f5787}
.text.a-text--base.o-color-medium-purple .cmp-text h1 a,.text.a-text--base.o-color-medium-purple .cmp-text h2 a,.text.a-text--base.o-color-medium-purple .cmp-text h3 a,.text.a-text--base.o-color-medium-purple .cmp-text h4 a,.text.a-text--base.o-color-medium-purple .cmp-text h5 a,.text.a-text--base.o-color-medium-purple .cmp-text h6 a,.text.a-text--base.o-color-medium-purple .cmp-text p a,.text.a-text--base.o-color-medium-purple .cmp-text li a{color:#6f5787}
.a-text--base.a-text--accordion.a-text--separation{margin-bottom:30px;width:100%;min-width:100%}
.a-text--base.a-text--accordion table{width:100%;min-width:100%}
.a-text--base.a-text--accordion table tbody tr td{background-color:#c5c5c5;color:#06305e;font-family:BaseFontLight,sans-serif;font-size:18px;font-weight:400;line-height:27px;text-align:center;overflow-wrap:break-word}
.a-text--base.a-text--accordion.a-text--accordion-black table tbody tr td p{font-family:'BaseFontLighter',sans-serif;color:#262525;font-weight:400;font-size:14px;line-height:19px}
@media only screen and (min-width:992px){.a-text--base.a-text--accordion.a-text--accordion-black table tbody tr td p{font-size:18px;line-height:23px;padding:6px 30px}
}
.a-text--base.a-text--accordion table tbody tr:nth-of-type(even) td{background-color:#e4e4e4}
.a-text--base.a-text--accordion table tbody tr td:first-child,.a-text--base.a-text--accordion table tbody tr td:first-child p{background-color:#064181;color:#fff;padding:6px 30px;font-family:BaseFontRegular,sans-serif;font-size:18px;font-weight:400;line-height:27px;overflow-wrap:break-word;text-align:left;margin-bottom:0}
.a-text--base.a-text--accordion table tbody tr:nth-of-type(even) td:first-child{background-color:#06305e;color:#fff;text-align:left}
.a-text--base.a-text--accordion.a-text--separation table tbody tr td{border:1px solid gray}
.a-text--base.a-text--accordion.a-text--separation table tbody tr td:first-child{width:32%}
@media(max-width:767px){.a-text--base.a-text--accordion table tbody tr td:first-child,.a-text--base.a-text--accordion table tbody tr td:first-child p{font-size:10px;line-height:15px;padding:6px 5px}
.a-text--base.a-text--accordion table tbody tr td{font-size:10px;line-height:15px}
}
.a-text--base.o-bullet-color-fadedblue .cmp-text ul li{color:#0262ac !important;font-family:BaseFontRegular,sans-serif !important}
.a-text--base.o-bullet-color-fadedblue.a-bullet--medium p strong{color:#0262ac !important;font-family:BaseFontRegular,sans-serif !important}
.a-text--base.o-bullet-color-grey .cmp-text ul li{color:#707070}
.a-text--base.a-bullet--small .cmp-text ul{padding-left:14px}
.a-text--base.a-bullet--small .cmp-text ul li::marker{font-size:12px}
.a-text--base.a-bullet--small .cmp-text ul li strong{margin-left:-5px}
.a-text--base.a-bullet--hide .cmp-text ul{padding-left:0;list-style:none}
.a-text--base.o-color-link-purple a,.a-text--base.o-color-link-gray a{word-break:break-all;white-space:normal}
.a-text--base.o-color-link-purple a{color:#4b3661 !important}
.a-text--base.o-color-link-gray a{color:#898989 !important}
.a-text--base.o-color-link-purple .cmp-text p a,.a-text--base.o-color-link-purple .cmp-text p a strong u{color:#4b3661}
.a-text--base.m-text--bold-regular .cmp-text p strong,.a-text--base.m-text--bold-regular .cmp-text p a{font-family:BaseFontRegular,sans-serif}
.a-text--base.m-text--bold-regular .cmp-text ol li strong,.a-text--base.m-text--bold-regular .cmp-text ul li strong,.a-text--base.m-text--bold-regular .cmp-text ol li a,.a-text--base.m-text--bold-regular .cmp-text ul li a{font-family:BaseFontRegular,sans-serif}
.a-text--base.m-text--bold-blue .cmp-text p strong,.a-text--base.m-text--bold-blue .cmp-text p a{color:#1cbfe6 !important;font-family:BaseFontRegular,sans-serif}
.a-text--base.m-text--bold-blue .cmp-text ol li strong,.a-text--base.m-text--bold-blue .cmp-text ul li strong,.a-text--base.m-text--bold-blue .cmp-text ol li a,.a-text--base.m-text--bold-blue .cmp-text ul li a{color:#1cbfe6;font-family:BaseFontRegular,sans-serif}
.a-text--base.m-text--bold-fontMedium-purple .cmp-text p strong,.a-text--base.m-text--bold-fontMedium-purple .cmp-text p a{color:#4b3661;font-family:BaseFontMedium,sans-serif}
.a-text--base.m-text--bold-fontMedium-purple .cmp-text ol li strong,.a-text--base.m-text--bold-fontMedium-purple .cmp-text ul li strong,.a-text--base.m-text--bold-fontMedium-purple .cmp-text ol li a,.a-text--base.m-text--bold-fontMedium-purple .cmp-text ul li a{color:#1cbfe6;font-family:BaseFontMedium,sans-serif}
.a-text--base.m-text--bold-link-blue .cmp-text p strong,.a-text--base.m-text--bold-link-blue .cmp-text p a{color:#0262ac;font-family:BaseFontRegular,sans-serif}
.a-text--base.m-text--bold-link-blue .cmp-text ol li strong,.a-text--base.m-text--bold-link-blue .cmp-text ul li strong,.a-text--base.m-text--bold-link-blue .cmp-text ol li a,.a-text--base.m-text--bold-link-blue .cmp-text ul li a{color:#0262ac;font-family:BaseFontRegular,sans-serif}
.a-text--base.a-text--categoryCTWrap{margin-top:30px}
.a-text--base.a-text--categoryCTWrap .cmp-text ul{list-style:none;padding-left:0 !important}
.a-text--base.a-text--categoryCTWrap .cmp-text ul li{border-bottom:1px solid #737373}
.a-text--base.a-text--categoryCTWrap .cmp-text ul li a{color:#737373;font-size:13px;font-family:BaseFontRegular,sans-serif;line-height:30px}
.a-text--base.a-margin-top-minus-20 .cmp-text hr{margin-top:0}
@media only screen and (max-width:991.98px){.a-text--base.o-padding-top-m-50{padding-top:50px}
}
.text.a-text--base.a-text--link-blue .cmp-text a{font-family:'BaseFontRegular',sans-serif;color:#064181 !important}
@media only screen and (min-width:1200px){.a-text--base.a-text--margin-spacing{width:85%;margin:auto}
}
.text.a-text--base.a-fontsize-32px .cmp-text h1,.text.a-text--base.a-fontsize-32px .cmp-text h2,.text.a-text--base.a-fontsize-32px .cmp-text h3,.text.a-text--base.a-fontsize-32px .cmp-text h4,.text.a-text--base.a-fontsize-32px .cmp-text h5,.text.a-text--base.a-fontsize-32px .cmp-text h6,.text.a-text--base.a-fontsize-32px .cmp-text p,.text.a-text--base.a-fontsize-32px .cmp-text li,.text.a-text--base.a-fontsize-32px .cmp-text span,.text.a-text--base.a-fontfamily-bold .cmp-text span{font-size:32px !important}
.text.a-text--base.a-lineheight-44-8px .cmp-text h1,.text.a-text--base.a-lineheight-44-8px .cmp-text h2,.text.a-text--base.a-lineheight-44-8px .cmp-text h3,.text.a-text--base.a-lineheight-44-8px .cmp-text h4,.text.a-text--base.a-lineheight-44-8px .cmp-text h5,.text.a-text--base.a-lineheight-44-8px .cmp-text h6,.text.a-text--base.a-lineheight-44-8px .cmp-text p,.text.a-text--base.a-lineheight-44-8px .cmp-text li{line-height:44.8px !important}
@media(max-width:767px){.text.a-text--base.m-fontsize-18px .cmp-text h1,.text.a-text--base.m-fontsize-18px .cmp-text h2,.text.a-text--base.m-fontsize-18px .cmp-text h3,.text.a-text--base.m-fontsize-18px .cmp-text h4,.text.a-text--base.m-fontsize-18px .cmp-text h5,.text.a-text--base.m-fontsize-18px .cmp-text h6,.text.a-text--base.m-fontsize-18px .cmp-text p,.text.a-text--base.m-fontsize-18px .cmp-text li,.text.a-text--base.m-fontsize-18px .cmp-text span,.text.a-text--base.m-fontfamily-bold .cmp-text span{font-size:18px !important}
.text.a-text--base.m-lineheight-25-2px .cmp-text h1,.text.a-text--base.m-lineheight-25-2px .cmp-text h2,.text.a-text--base.m-lineheight-25-2px .cmp-text h3,.text.a-text--base.m-lineheight-25-2px .cmp-text h4,.text.a-text--base.m-lineheight-25-2px .cmp-text h5,.text.a-text--base.m-lineheight-25-2px .cmp-text h6,.text.a-text--base.m-lineheight-25-2px .cmp-text p,.text.a-text--base.m-lineheight-25-2px .cmp-text li{line-height:25.2px !important}
.text.a-text--base.m-margin-bottom-10px{margin-bottom:10px !important}
}
.a-text--base.o-color--blue-06305E .cmp-text h1,.a-text--base.o-color--blue-06305E .cmp-text h2,.a-text--base.o-color--blue-06305E .cmp-text h3,.a-text--base.o-color--blue-06305E .cmp-text h4,.a-text--base.o-color--blue-06305E .cmp-text h5,.a-text--base.o-color--blue-06305E .cmp-text h6,.a-text--base.o-color--blue-06305E .cmp-text p,.a-text--base.o-color--blue-06305E .cmp-text span,.a-text--base.o-color--blue-06305E .cmp-text div{color:#06305e !important}
.a-text--base.o-color--blue-06305E .cmp-text h1 strong,.a-text--base.o-color--blue-06305E .cmp-text h2 strong,.a-text--base.o-color--blue-06305E .cmp-text h3 strong,.a-text--base.o-color--blue-06305E .cmp-text h4 strong,.a-text--base.o-color--blue-06305E .cmp-text h5 strong,.a-text--base.o-color--blue-06305E .cmp-text h6 strong,.a-text--base.o-color--blue-06305E .cmp-text p strong,.a-text--base.o-color--blue-06305E .cmp-text span strong,.a-text--base.o-color--blue-06305E .cmp-text div strong{color:#06305e !important}
.a-text--base.o-color--purple-4B3661 .cmp-text h1,.a-text--base.o-color--purple-4B3661 .cmp-text h2,.a-text--base.o-color--purple-4B3661 .cmp-text h3,.a-text--base.o-color--purple-4B3661 .cmp-text h4,.a-text--base.o-color--purple-4B3661 .cmp-text h5,.a-text--base.o-color--purple-4B3661 .cmp-text h6,.a-text--base.o-color--purple-4B3661 .cmp-text p,.a-text--base.o-color--purple-4B3661 .cmp-text span,.a-text--base.o-color--purple-4B3661 .cmp-text div{color:#4b3661 !important}
.a-text--base.o-color--purple-4B3661 .cmp-text h1 strong,.a-text--base.o-color--purple-4B3661 .cmp-text h2 strong,.a-text--base.o-color--purple-4B3661 .cmp-text h3 strong,.a-text--base.o-color--purple-4B3661 .cmp-text h4 strong,.a-text--base.o-color--purple-4B3661 .cmp-text h5 strong,.a-text--base.o-color--purple-4B3661 .cmp-text h6 strong,.a-text--base.o-color--purple-4B3661 .cmp-text p strong,.a-text--base.o-color--purple-4B3661 .cmp-text span strong,.a-text--base.o-color--purple-4B3661 .cmp-text div strong{color:#4b3661 !important}
.a-button--base{display:flex;width:auto;overflow:hidden;font-size:18px}
.a-button--base .btn:focus,.a-button--base .btn:active,.a-button--base .btn:focus-visible,.a-button--base .btn:target{outline:0;outline-color:transparent;-webkit-appearance:none;box-shadow:none}
.a-button--base .btn{height:65px;max-width:100%;min-width:250px;border-radius:60px;display:flex;justify-content:center;align-items:center;width:250px}
.a-button--base .btn:focus{box-shadow:0 0 0 !important}
.a-button--base .btn span{font-family:'BaseFontRegular',sans-serif;line-height:26px}
@media only screen and (max-width:991.98px){.a-button--base.a-button-m--md .btn{max-width:300px !important;min-width:300px !important}
}
.a-button--base.a-button--style1.a-button--lg .btn{min-width:300px}
.a-button--base.a-button--pediasure-calculator .btn,.a-button--base.a-button--mastermama-calculator .btn{height:37px;max-width:182px;min-width:unset;padding:1px 6px;border-radius:15px}
.a-button--base.a-button--pediasure-calculator .btn>span,.a-button--base.a-button--mastermama-calculator .btn>span{line-height:26px;font-weight:400}
.a-button--base.a-button--mastermama-calculator .btn{color:#fff;background-image:linear-gradient(to right,#21c6ff,#5ff2dc)}
.a-button--base.a-button--mastermama-carousel .btn{width:300px !important;height:65px}
@media only screen and (min-width:992px){.a-button--base.a-button--mastermama-carousel .btn{width:250px !important;height:65px}
}
.a-button--base.a-button-pregnancy--calculator .btn{color:#0262ac;border:1px solid #ced4da;background-color:#fff;padding:5px 12px 2px;border-radius:5px;font-family:'HindFontRegular',sans-serif;font-size:15px;cursor:pointer;height:auto;width:auto;min-width:auto}
.a-button--base.a-button--highchart .btn{height:37px;max-width:max-content;min-width:unset;padding:1px 10px;border-radius:15px}
.a-button--base.a-button--highchart .btn>span{line-height:27px;font-weight:400}
.a-button--base.justify-content-end{text-align:right}
.a-button--base.a-button--style1{padding:0 13px 50px 13px}
@media only screen and (min-width:992px){.a-button--base.a-button--style1{padding:0 50px 50px 50px;margin-left:408px;justify-content:flex-start !important}
}
@media(min-width:1100px) and (max-width:1199px) and (orientation:landscape){.a-button--base.a-button--style1{padding:0 65px 0 102px}
}
@media only screen and (min-width:1200px){.a-button--base.a-button--style1{margin-left:408px;padding:0 102px 50px 102px}
}
.a-button--base.a-button--style1 .btn{height:65px;max-width:100%;min-width:250px;width:auto;overflow:hidden;border-radius:55px;line-height:55px}
.a-button--base.a-button--style2 .btn{border-radius:60px;height:65px;width:250px;line-height:55px}
.a-button--base.a-button--style2 .btn>span{font-family:'BaseFontRegular',sans-serif;font-size:18px;line-height:26px;font-weight:400}
.a-button--base.a-button--style3 .btn{border-radius:60px;height:50px;max-width:180px;min-width:unset;line-height:48px}
.a-button--base.a-button--style3 .btn>span{font-family:'BaseFontBold',sans-serif;font-size:18px;line-height:26px;font-weight:400}
.a-button--base.a-button--style4 .btn{height:65px;max-width:284px;width:100% !important;width:auto;overflow:hidden;padding:0 15px;font-size:18px;font-family:BaseFontRegular,sans-serif}
.a-button--base.a-button--style4 .btn span{font-size:18px;line-height:26px;font-family:BaseFontRegular,sans-serif}
.a-button--base.a-button--style4 .btn .abt-icon-facebook-square{margin-right:10px}
.a-button--base.a-button--style6 .btn{height:65px;max-width:300px;width:300px !important;width:100%;width:auto;overflow:hidden;padding:0 15px;font-size:18px;font-family:BaseFontRegular,sans-serif}
.a-button--base.a-button--style6 .btn span{font-size:18px;line-height:26px;font-family:BaseFontRegular,sans-serif}
.a-button--base.a-button--style6 .btn .abt-icon-facebook-square{margin-right:10px}
.a-button--base.o-color-bg-blue .btn{background-color:#004084 !important}
.a-button--base.o-color-bg-darkorange .btn{background-color:#fcbb5f !important}
.a-button--base.o-color-bg-dark-purple .btn{background-color:#412f53 !important}
.a-button--base.o-color-bg-darkyellow .btn{background-color:#e6aa30 !important}
.a-button--base.o-color-bg-image-yellow .btn{background-image:linear-gradient(to right,#e7c62e,#c5a12e)}
.a-button--base.o-color-bg--darkpink .btn{background-color:#4b3661 !important}
.a-button--base.o-color-bg--glucerna-darkyellow .btn{background-color:#ffce00}
.a-button--base.o-color-bg-lightyellow .btn{background-color:#fef12c !important}
.a-button--base.o-color-bg-light-purple .btn{background-color:#be9dc8 !important}
.a-button--base.o-color-bg--purple .btn{background-color:#4b3661 !important}
.a-button--base.o-color-bg-orange .btn{background-color:#ffb420 !important}
.a-button--base.o-color-bg-skyblue .btn{background-color:#4267b2 !important}
.a-button--base.o-color-bg-summer-skyblue .btn{background-color:#00529b}
.a-button--base.o-color-bg--summer-skyblue .btn{background-color:#1cbfe6}
.a-button--base.o-color-bg-transparent .btn{background-color:transparent !important}
.a-button--base.o-color-bg-yellow .btn{background-color:#c5a12e !important}
.a-button--base.o-color-bg-white .btn{background-color:#fff !important}
.a-button--base.o-color-bg-fadedblue .btn{background-color:#0262ac}
@media only screen and (max-width:767.98px){.a-button--base.o-hover-text-color-fadedyellow .btn:hover{color:#c5a12e !important}
.a-button--base.o-hover-text-color-fadedyellow .btn:hover span{color:#c5a12e !important}
.a-button--base.o-hover-color-pink .btn:hover{color:#6f5787 !important}
.a-button--base.o-hover-color-white .btn:hover{color:#fff !important}
.a-button--base.o-hover-color-white .btn:hover span{color:#fff !important}
.a-button--base.o-hover-color-orange .btn:hover{color:#ffb420 !important}
.a-button--base.o-color-m-hovbg--fadedblue .btn:hover{background-color:#0262ac !important;color:#fff !important}
.a-button--base.o-color-m-hovbg--blue .btn:hover{background-color:#004084 !important;color:#fff !important}
.a-button--base.o-color-m-hovbg--summer-skyblue .btn:hover{background-color:#1cbfe6 !important;color:#fff !important}
.a-button--base.o-color-m-hovbg--summer-skyblue .btn:hover span{color:#fff !important}
.a-button--base.o-color-m-hovbg--lightblue .btn:hover{background-color:#06305e !important;color:#fff !important}
.a-button--base.o-color-m-hovbg--transparent .btn:hover{background-color:transparent !important}
.a-button--base.o-color-m-hovbg--pink .btn:hover{background-color:#6f5787 !important;color:#fff !important}
.a-button--base.o-color-m-hovbg--darkpink .btn:hover{background-color:#4b3661 !important;color:#fff !important}
.a-button--base.o-color-m-bg-white .btn{background-color:#fff !important}
.a-button--base.o-color-m-bg-blue .btn{background-color:#004084 !important}
.a-button--base.o-color-m-bg-denimblue .btn{background-color:#0262ac !important}
.a-button--base.o-color-m-bg-lightblue .btn{background-color:#06305e !important}
.a-button--base.o-color-m-summer-skyblue .btn span{color:#1cbfe6 !important}
.a-button--base.o-color-m-text-blue .btn{color:#004084 !important}
.a-button--base.o-color-m-text-darkpink .btn{color:#4b3661 !important}
.a-button--base.o-color-m-text-denimblue .btn{color:#0262ac !important}
.a-button--base.o-color-m-text-fadedyellow .btn{color:#c5a12e !important}
.a-button--base.o-color-m-text-fadedblue .btn{color:#0262ac !important}
.a-button--base.o-color-m-text-lightblue .btn{color:#06305e !important}
.a-button--base.o-color-m-text-orange .btn{color:#ffb420 !important}
.a-button--base.o-color-m-text-pink .btn{color:#6f5787 !important}
.a-button--base.o-color-m-text-white .btn{color:#fff !important}
.a-button--base.o-border-m-fadedblue .btn{border-color:#0262ac !important}
.a-button--base.o-border-m-blue .btn{border-color:#004084 !important}
.a-button--base.o-border-m-darkpink .btn{border-color:#4b3661 !important}
.a-button--base.o-border-m-denimblue .btn{border-color:#0262ac !important}
.a-button--base.o-border-m-fadedyellow .btn{border-color:#c5a12e !important}
.a-button--base.o-border-m-lightblue .btn{border-color:#06305e !important}
.a-button--base.o-border-m-orange .btn{border-color:#ffb420 !important}
.a-button--base.o-border-m-pink .btn{border-color:#6f5787 !important}
.a-button--base.o-border-m-summer-skyblue .btn{border-color:#1cbfe6 !important}
}
@media only screen and (max-width:767.98px){.a-button--base.o-color-m-bg-white .btn{background-color:#fff}
.a-button--base.o-color-m-blue .btn{color:#06305e}
}
.a-button--base.o-color-text-beige .btn{color:#f5ecd9 !important}
.a-button--base.o-color-text-darkblue .btn{color:#00529b}
.a-button--base.o-color-text-darkblue .btn span{color:#00529b}
.a-button--base.o-color-blue .btn{color:#004084}
.a-button--base.o-color-dark-gold .btn{color:#e6aa30}
.a-button--base.o-color-darkpink .btn{color:#4b3661}
.a-button--base.o-color-darkorange .btn{color:#fcbb5f}
.a-button--base.o-color-text-fadedyellow .btn{color:#c5a12e}
.a-button--base.o-color--lightblue .btn{color:#06305e}
.a-button--base.o-color-lightyellow .btn{color:#fef12c}
.a-button--base.o-color--mustard .btn{color:#c5a12e}
.a-button--base.o-color-medium-purple .btn{color:#6f5787}
.a-button--base.o-color-pink .btn{color:#6f5787}
.a-button--base.o-color-purple .btn{color:#6f5787}
.a-button--base.o-color-orange .btn{color:#ffb420}
.a-button--base.o-color-skyblue .btn{color:#4267b2}
.a-button--base.o-color--summer-skyblue .btn{color:#1cbfe6}
.a-button--base.o-color-summerblue .btn{color:#1cbfe6}
.a-button--base.o-color-hovbg--summer-skyblue .btn[disabled="disabled"]:hover span{color:unset !important}
.a-button--base.o-color-hovbg--summer-skyblue .btn:disabled:hover span{color:unset !important}
.a-button--base.o-color-hovbg--summer-skyblue .btn:hover{background-color:#1cbfe6;color:#fff}
.a-button--base.o-color-hovbg--summer-skyblue .btn:hover span{color:#fff}
.a-button--base.o-color-white .btn{color:#fff}
.a-button--base.o-color-darkblue .btn{color:#00529b}
.a-button--base.o-color-darkblue .btn span{color:#00529b}
.a-button--base.o-border-blue .btn{border-color:#004084}
.a-button--base.o-border-darkyellow .btn{border-color:#c5a12e}
.a-button--base.o-border-dark-gold .btn{border-color:#e6aa30}
.a-button--base.o-border-darkpink .btn{border-color:#4b3661}
.a-button--base.o-border-darkorange .btn{border-color:#fcbb5f}
.a-button--base.o-border-fadedyellow .btn{border-color:#c5a12e}
.a-button--base.o-border-lightblue .btn{border-color:#06305e}
.a-button--base.o-border-lightyellow .btn{border-color:#fef12c}
.a-button--base.o-border-medium-purple .btn{border-color:#6f5787}
.a-button--base.o-border-mustard .btn{border-color:#c5a12e}
.a-button--base.o-border-orange .btn{border-color:#ffb420}
.a-button--base.o-border-pink .btn{border-color:#6f5787}
.a-button--base.o-border-purple .btn{border-color:#4b3661}
.a-button--base.o-border-skyblue .btn{border-color:#4267b2}
.a-button--base.o-border--summer-skyblue .btn{border-color:#1cbfe6}
.a-button--base.o-border-summerblue .btn{border-color:#1cbfe6}
.a-button--base.o-border-white .btn{border-color:#fff}
.a-button--base.o-border-darkblue .btn{border-color:#00529b}
.a-button--base.o-border-fadedblue .btn{border-color:#0262ac}
.a-button--base.o-border-size-1px .btn{border-width:1px;border-style:solid}
.a-button--base.o-border-size-2px .btn{border-width:2px;border-style:solid}
.a-button--base.o-border-size-3px .btn{border-width:3px;border-style:solid}
.a-button--base.o-border-size-4px .btn{border-width:4px;border-style:solid}
.a-button--base.o-border-size-5px .btn{border-width:5px;border-style:solid}
.a-button--base.o-border-size-6px .btn{border-width:6px;border-style:solid}
.a-button--base.o-color-hovbg--blue .btn:hover{background-color:#004084;color:#fff}
.a-button--base.o-color-hovbg--orange-text-black .btn:hover{background-color:#ffb420;color:#000}
.a-button--base.o-color-hovbg--dark-gold .btn:hover{background-color:#e6aa30;color:#fff}
.a-button--base.a-button--base.o-hover-text-color-darkblue .btn:hover{color:#022e5c}
.a-button--base.a-button--base.o-hover-text-color-purple .btn:hover{color:#6f5787}
.a-button--base.o-color-hovbg--darkpink .btn:hover{background-color:#4b3661;color:#fff}
.a-button--base.o-color-hovbg--white-darkpink .btn:hover{background-color:#fff;color:#4b3661}
.a-button--base.o-color-hovbg--darkorange .btn:hover{background-color:#fcbb5f;color:#fff}
.a-button--base.o-color-hovbg--fadedyellow .btn:hover{background-color:#c5a12e;color:#fff}
.a-button--base.o-color-hovbg--fadedyellow .btn:hover span{color:#fff}
.a-button--base.o-color-hovbg--mustard .btn:hover{background-color:#c5a12e;color:#fff}
.a-button--base.o-color-hovbg--fadedblue .btn:hover{background-color:#0262ac;color:#fff}
.a-button--base.o-color-hovbg--fadedblue .btn:hover span{color:#fff}
.a-button--base.o-color-hovbg--medium-purple .btn:hover{background-color:#6f5787;color:#fff}
.a-button--base.o-color-hovbg--lightblue .btn:hover{background-color:#06305e;color:#fff}
.a-button--base.o-color-hovbg--lightyellow .btn:hover{background-color:#fef12c;color:#6f5787}
.a-button--base.o-color-hovbg--orange .btn:hover{background-color:#ffb420;color:#fff}
.a-button--base.o-color-hovbg--lightyellow-p .btn:hover{background-color:#fef12c;color:#6f5787}
.a-button--base.o-color-hovbg--pink .btn:hover{background-color:#6f5787;color:#fff}
.a-button--base.o-color-hovbg--white-pink .btn:hover{background-color:#fff;color:#6f5787}
.a-button--base.o-color-hovbg--purple .btn:hover{background-color:#6f5787;color:#fff}
.a-button--base.o-color-hovbg--skyblue .btn:hover{background-color:#4267b2;color:#fff}
.a-button--base.o-color-hovbg--summersky .btn:hover{background-color:#1cbfe6;color:#fff}
.a-button--base.o-color-hovbg--summersky .btn:hover span{color:#fff}
.a-button--base.o-color-hovbg--white .btn:hover{background-color:#fff;color:#06305e}
.a-button--base.o-color-hovbg--darkblue .btn:hover{background-color:#00529b;color:#fff}
.a-button--base.o-color-hovbg--darkblue .btn:hover span{color:#fff}
.a-button--base.a-margin-top-minus-20 .btn{margin-top:-20px}
.a-button--base.o-margin-top{margin-top:10px}
.a-button--base.o-margin-top-20px{margin-top:20px}
.a-button--base.o-margin-bottom{margin-bottom:10px}
.a-button--base.o-margin-bottom-30px .btn{margin-bottom:30px}
.a-button--base.o-margin-bottom-60px .btn{margin-bottom:60px}
.a-button--base.o-margin-left{margin-left:10px}
@media only screen and (min-width:300px) and (max-width:711px){.a-button--base.o-margin-left{margin-left:0}
}
@media only screen and (min-width:992px){.a-button--base.o-margin-d-left-30px .btn{margin-left:30px}
}
@media only screen and (min-width:992px){.a-button--base.o-margin-d-left-50px .btn{margin-left:50px}
}
.a-button--base.o-margin-right{margin-right:10px}
@media only screen and (min-width:300px) and (max-width:711px){.a-button--base.o-margin-right{margin-right:10px}
}
@media only screen and (min-width:992px){.a-button--base.o-margin-right-12px{margin-right:12px}
}
@media only screen and (min-width:992px){.a-button--base.o-margin-right-11px{margin-right:11px}
}
.a-button--base.o-margin-left-15px{margin-left:15px !important}
.a-button--base.o-margin-right-15px{margin-right:15px !important}
@media only screen and (min-width:768px){.a-button--base.o-margin-right-30px{margin-right:30px !important}
}
@media only screen and (min-width:992px){.a-button--base.o-margin-d-top-80px .btn{margin-top:80px}
}
@media only screen and (min-width:992px){.a-button--base.o-margin-d-top-60px .btn{margin-top:60px}
}
@media only screen and (min-width:992px){.a-button--base.o-margin-d-top-30px .btn{margin-top:30px}
}
@media only screen and (min-width:992px){.a-button--base.o-margin-d-top-100px .btn{margin-top:100px !important}
}
.a-button--base.o-margin-extra-top{margin-top:30px !important}
.a-button--base.o-margin-extrabottom{margin-bottom:40px !important}
@media only screen and (min-width:768px){.a-button--base.o-margin-right-30px{margin-right:30px !important}
}
@media only screen and (max-width:991.98px){.a-button--base.o-margin-m-top{margin-top:30px}
.a-button--base.o-margin-m-bottom{margin-bottom:30px}
.a-button--base.o-margin-m-bottom-20px{margin-bottom:20px}
}
.a-button--base.o-padding-top{padding-top:10px}
.a-button--base.o-padding-bottom-100px .btn{padding-bottom:100px}
.a-button--base.o-padding-bottom{padding-bottom:10px}
.a-button--base.o-padding-left{padding-left:10px}
@media only screen and (min-width:300px) and (max-width:711px){.a-button--base.o-padding-left{padding-left:0}
}
.a-button--base.o-padding-right{padding-right:10px}
@media only screen and (min-width:300px) and (max-width:711px){.a-button--base.o-padding-right{padding-right:0}
}
@media only screen and (min-width:992px){.a-button--base.o-remove-space-desktop-top{margin-top:0 !important;padding-top:0 !important}
.a-button--base.o-remove-space-desktop-top .btn{margin-top:0 !important;padding-top:0 !important}
.a-button--base.o-remove-space-desktop-bottom{margin-bottom:0 !important;padding-bottom:0 !important}
.a-button--base.o-remove-space-desktop-bottom .btn{margin-bottom:0 !important;padding-bottom:0 !important}
}
@media only screen and (min-width:300px) and (max-width:711px){.a-button--base.o-remove-space-mobile-top,.a-button--base.o-remove-space-mobile-top a{margin-top:0 !important;padding-top:0 !important}
.a-button--base.o-remove-space-mobile-bottom{margin-bottom:0 !important;padding-bottom:0 !important}
}
.a-button--base.a-fontsize-12px .btn span{font-size:12px !important}
.a-button--base.a-fontsize-14px .btn span{font-size:14px !important}
.a-button--base.a-fontsize-16px .btn span{font-size:16px !important}
.a-button--base.a-fontsize-18px .btn span{font-size:18px !important}
.a-button--base.a-fontsize-20px .btn span{font-size:20px !important}
.a-button--base.a-fontsize-22px .btn span{font-size:22px !important}
.a-button--base.a-fontsize-24px .btn span{font-size:24px !important}
.a-button--base.a-fontsize-34px .btn span{font-size:34px !important}
.a-button--base.a-text--lh-26 .btn span{line-height:26px !important}
.a-button--base.a-text--lh-55 .btn span{line-height:55px !important}
.a-button--base.a-fontfamily-regular .btn span{font-family:BaseFontRegular,sans-serif}
.a-button--base.a-fontfamily-lighter .btn span{font-family:BaseFontLighter,sans-serif}
.a-button--base.a-fontfamily-light .btn span{font-family:BaseFontLight,sans-serif}
.a-button--base.a-fontfamily-medium .btn span{font-family:BaseFontMedium,sans-serif}
.a-button--base.a-fontfamily-bold .btn span{font-family:BaseFontBold,sans-serif}
@media only screen and (min-width:992px){.a-button--base.justify-content-starting{position:relative;top:160px}
}
@media(min-width:992px) and (max-width:1024px){.a-button--base.justify-content-starting{left:-6.5vw !important}
}
@media(min-width:1025px) and (max-width:1138px){.a-button--base.justify-content-starting{left:-14vw !important}
}
@media(min-width:1200px) and (max-width:1900px){.a-button--base.justify-content-starting{left:-16vw !important}
}
@media(min-width:1139px) and (max-width:1180px){.a-button--base.justify-content-starting{left:-10.5vw}
}
@media(min-width:1920px){.a-button--base.justify-content-starting{left:-12.5vw}
}
.a-button--base.justify-content-left-center{justify-content:center}
@media only screen and (min-width:992px){.a-button--base.justify-content-left-center{justify-content:left}
}
.a-button--base.justify-content-right-center{justify-content:center}
@media only screen and (min-width:992px){.a-button--base.justify-content-right-center{justify-content:right}
}
@media only screen and (max-width:991.98px){.a-button--base.justify-content-m-start{justify-content:start !important}
.a-button--base.justify-content-m-center{justify-content:center !important}
.a-button--base.justify-content-m-right{justify-content:end !important}
}
.fields.o-color--purple-theme .a-input-field .form-group label{color:#4b3661 !important}
.fields.o-color--purple-theme .a-input-field .form-group label span .a-input-field--required{color:#4b3661 !important}
.fields.o-color--purple-theme .a-input-field .form-group .input-group input{color:#4b3661 !important;border-color:#4b3661 !important}
.fields.o-color--blue-theme .a-input-field .form-group label{color:#004084 !important}
.fields.o-color--blue-theme .a-input-field .form-group label span .a-input-field--required{color:#004084 !important;border-color:#004084 !important}
.fields.o-color--summersky-blue-theme .a-input-field .form-group label{color:#1cbfe6 !important}
.fields.o-color--summersky-blue-theme .a-input-field .form-group .a-input-grp .a-input-control{border-color:#1cbfe6 !important}
.fields.o-color--summersky-blue-theme .a-input-field .form-group.validation-require .a-input-grp .a-input-control{border-color:red !important}
.fields.o-color--whitee-theme .a-input-field .form-group label{color:#fff !important}
.fields.o-color--whitee-theme .a-input-field .form-group .a-input-grp .a-input-control{border-color:#fff !important}
.fields.o-color--whitee-theme .a-input-field .form-group.validation-require .a-input-grp .a-input-control{border-color:#fff !important}
.a-input-field--base .validation-regex .form-control,.a-input-field--base .validation-require .form-control{border-color:red !important}
.a-input-field--base .validation-regex .a-input-field--text-error,.a-input-field--base .validation-require .a-input-field--text-error{display:none}
.a-input-field--base .form-group{margin-bottom:20px}
.a-input-field--base .form-group .form-label{font-size:18px;font-family:'BaseFontLight',sans-serif;line-height:normal;font-weight:400;margin-bottom:9px}
.a-input-field--base .form-group .a-input-grp .a-input-control.form-control{font-family:BaseFontLight,sans-serif;display:block;width:100%;height:calc(4.25rem);padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;border-radius:0;background-color:#fff !important}
.a-input-field--base .a-input-field--text-require,.a-input-field--base .a-input-field--text-regex{color:red;line-height:normal;font-size:13px;font-family:BaseFontLight,sans-serif;font-weight:normal;margin-top:2px !important}
.a-input-field--base.a-input-field--halfwidth .abt-icon.abt-icon-exclamation{display:none}
.a-input-field--base.o-margin-bottom-30px{margin-bottom:30px !important}
.a-input-field--base.o-margin-top-30px{margin-top:30px !important}
.a-input-field--base.o-margin-right-30px{margin-right:30px !important}
.a-input-field--base.o-margin-right-0{margin-right:0 !important}
.a-input-field--base.o-border--top .form-control{border-top-style:solid !important}
.a-input-field--base.o-border--bottom .form-control{border-bottom-style:solid !important}
.a-input-field--base.o-border--left .form-control{border-left-style:solid !important}
.a-input-field--base.o-border--right .form-control{border-right-style:solid !important}
.a-input-field--base.o-border--blue .form-control{border-color:#004084;--input-field-border:#004084 !important}
.a-input-field--base.o-border--blue .form-control:focus{border-color:#004084 !important}
.a-input-field--base.o-border--purple .form-control{border-color:#4b3661;--input-field-border:#4b3661 !important}
.a-input-field--base.o-border--purple .form-control:focus{border-color:#4b3661 !important}
.a-input-field--base.o-border--lightblue .form-control{border-color:#1cbfe6;--input-field-border:#1cbfe6 !important}
.a-input-field--base.o-border--lightblue .form-control:focus{border-color:#1cbfe6 !important}
.a-input-field--base.o-border--denimblue .form-control{border:1px solid #0262ac !important;--input-field-border:#0262ac !important}
.a-input-field--base.o-border--denimblue .form-control:focus{border-color:#0262ac !important}
.a-input-field--base.o-border--fadedblue .form-control{border-color:#1cbfe6;--input-field-border:#0262ac !important}
.a-input-field--base.o-border--fadedblue .form-control:focus{border-color:#0262ac !important}
.a-input-field--base.o-border-size-1px .form-control{border-width:1px !important}
.a-input-field--base.o-border-size-2px .form-control{border-width:2px !important}
.a-input-field--base.o-border-size-3px .form-control{border-width:3px !important}
.a-input-field--base.o-border-size-4px .form-control{border-width:4px !important}
.a-input-field--base.o-border-size-5px .form-control{border-width:5px !important}
.a-input-field--base.o-color-blue .form-label{color:#004084 !important}
.a-input-field--base.o-color-purple .form-label{color:#4b3661 !important}
.a-input-field--base.o-color-lightblue .form-label{color:#1cbfe6 !important}
.a-input-field--base.o-color-denimblue .form-label{color:#0262ac !important}
.a-input-field--base.o-color-white .form-label{color:#fff !important}
.a-container--base.a-container--video-list .cmp-container .a-title--base.a-titlecolor--blue.a-fontfamily-medium.a-fontsize-34px .cmp-title .cmp-title__text{line-height:39px;margin-bottom:50px !important}
.a-container--base.a-container--video-list .cmp-container .button.link{display:none}
.a-container--base.a-container--video-list .cmp-container .a-column-control--video-list .container .row .columncontrol__column{position:relative}
.a-container--base.a-container--video-list .cmp-container .a-column-control--video-list .container .row .columncontrol__column .a-image--prod-dec-sub-img{position:absolute;top:26%;width:60px;height:auto;left:50%;transform:translate(-50%,-50%)}
.a-container--popup.a-container--video-popup #site-leaving-popup-logo .video{padding-top:50px;padding-left:10px;padding-right:10px;padding-bottom:0;margin:0}
.a-container--popup.a-container--video-popup #site-leaving-popup-logo .video .m-video.m-video--small.m-video--center{width:100%}
.a-container--popup.a-container--video-popup #site-leaving-popup-logo .video .a-text--base{display:none}
.a-container--popup.a-container--video-popup #site-leaving-popup-logo .a-text--base{display:none}
@media screen and (max-width:991px){.a-container--base.a-container--video-list .cmp-container .a-title--base.a-titlecolor--blue.a-fontfamily-medium.a-fontsize-34px .cmp-title .cmp-title__text{font-size:24px;line-height:29px}
.a-container--base.a-container--video-list .container .row{flex-direction:column;align-items:center}
.a-container--base.a-container--video-list .container .row .columncontrol__column{max-width:385px}
}
@media screen and (min-width:1200px){.a-container--popup.a-container--video-popup #site-leaving-popup-logo .video .m-video.m-video--small.m-video--center{max-height:62vh}
.a-container--popup.a-container--video-popup #site-leaving-popup-logo .video .m-video.m-video--small.m-video--center iframe{max-height:70vh}
}
@media screen and (min-width:768px) and (max-width:1199px){.a-container--popup.a-container--video-popup #site-leaving-popup-logo .video .m-video.m-video--small.m-video--center{max-height:55vh}
.a-container--popup.a-container--video-popup #site-leaving-popup-logo .video .m-video.m-video--small.m-video--center iframe{max-height:65vh}
}
@media screen and (max-width:767px){.a-container--popup.a-container--video-popup #site-leaving-popup-logo .video .m-video.m-video--small.m-video--center{max-height:45vh}
.a-container--popup.a-container--video-popup #site-leaving-popup-logo .video .m-video.m-video--small.m-video--center iframe{max-height:48vh}
}
.generic-modal__content-body{padding:0}
.abt-icon-cancel{font-weight:600;color:#FFF}
.a-container--base.a-container--popup .cmp-container .image{padding-top:50px}
.a-container--base.a-container--popup .cmp-container .a-title--base,.a-container--base.a-container--popup .cmp-container .a-text--base{padding-left:50px;padding-right:50px}
.a-container--base.a-container--popup .cmp-container .container{display:flex;justify-content:center}
.a-container--base.a-container--popup .cmp-container .container .a-button--base.a-button--blue-border .btn{min-width:250px}
.generic-modal--close{z-index:9999}
@media(min-width:992px){.modal-dialog-centered{max-width:75%}
}
@media(min-width:768px) and (max-width:991.98px){.modal-dialog-centered{max-width:75%}
}
@media(max-width:767px){.a-container--base.a-container--popup .cmp-container .container .columncontrol__column{display:flex;justify-content:center}
}
.a-container--base.a-container--popup .a-container--base.container-full-width{display:flex;justify-content:flex-start;padding-bottom:0}
.a-container--base.a-container--popup .a-container--base.container-full-width .generic-modal__image{margin:0 !important;padding:0 15px;height:50px;display:flex;align-items:center}
.modal-dialog .modal-content.generic-modal__content .a-container--base.a-container--popup{margin-bottom:40px}
.modal-dialog .modal-content.generic-modal__content .a-container--base.a-container--video-popup{height:576px;padding-bottom:0 !important}
.modal-dialog .modal-content.generic-modal__content .a-container--base.a-container--video-popup #section-site-leaving-popup-logo .cmp-container .logo.link{background-color:#004084}
.modal-dialog .modal-content.generic-modal__content .a-container--base.a-container--video-popup #section-site-leaving-popup-logo .cmp-container .logo.link .generic-modal__image{margin:0;padding:5px 15px 0;height:50px}
.modal-dialog .modal-content.generic-modal__content .a-container--base.a-container--video-popup #section-site-leaving-popup-logo .cmp-container .video{padding:0 10px;margin-top:50px !important}
.modal-dialog .modal-content.generic-modal__content .a-container--base.a-container--video-popup #section-site-leaving-popup-logo .cmp-container .video .m-video .a-video__player{padding-bottom:0}
.modal-dialog .modal-content.generic-modal__content .a-container--base.a-container--video-popup #section-site-leaving-popup-logo .cmp-container .video .m-video .a-video__player iframe.a-video__player-source{height:420px}
.a-container--base.a-container--popup .cmp-container .logo img{top:unset;left:unset}
.modal.generic-modal.generic-modal--image.show .modal-body.generic-modal__content-body{padding:0 !important}
.modal.generic-modal.generic-modal--image.show .modal-body.generic-modal__content-body>div{width:100%}
.modal_image_popup{max-width:500px !important;margin:0 auto}
.modal_image_popup .a-container--popupentering{margin:0 !important;max-width:500px !important;width:500px}
.modal_image_popup .a-container--popupentering .image{width:100%;padding-top:0}
.modal_image_popup .a-container--popupentering .image .generic-modal__image{margin:0 !important}
.modal_image_popup .a-container--popupentering .image .generic-modal__image .a-image__default{width:100%;margin:0}
.modal_image_popup .modal-footer{display:none}
.modal_image_popup .generic-modal--close{background-color:#06305e;width:25px;height:25px;line-height:6px;opacity:1;padding:7px 6px;border-radius:25px;right:-10px;top:-12px}
.modal_image_popup .generic-modal--close .abt-icon-cancel{font-size:10px;font-weight:700;opacity:.6;margin-left:2px}
.modal_image_popup .generic-modal--close .abt-icon-cancel:hover{opacity:1}
.modal_purple_popup .generic-modal--close{background-color:#4b3661}
@media(max-width:767px){.modal_image_popup{max-width:80% !important;margin:0 auto}
.modal_image_popup .a-container--popupentering{margin:0 !important;max-width:100% !important;width:100%}
}
.m-card--base.m-card--promo,.m-card--base.m-card--promov2,.m-card--base.m-card--promov3,.m-card--base.m-card--promov4,.m-card--base.m-card--promoblog{height:auto !important}
.m-card--base.m-card--promo.a-fontfamily-regular .m-card__body .m-card__title,.m-card--base.m-card--promov2.a-fontfamily-regular .m-card__body .m-card__title,.m-card--base.m-card--promov3.a-fontfamily-regular .m-card__body .m-card__title,.m-card--base.m-card--promov4.a-fontfamily-regular .m-card__body .m-card__title{font-family:var(--a-fontfamily-regular)}
.m-card--base.m-card--promo.m-card--promo-desc-color-gray .m-card__body .m-card__description{color:#898989}
.m-card--base.m-card--promo.m-card--promo-desc-color-gray .m-card__body .m-card__description p{color:#898989}
.m-card--base.m-card--promo.a-fontfamily-light .m-card__body .m-card__title,.m-card--base.m-card--promov2.a-fontfamily-light .m-card__body .m-card__title,.m-card--base.m-card--promov3.a-fontfamily-light .m-card__body .m-card__title,.m-card--base.m-card--promov4.a-fontfamily-light .m-card__body .m-card__title{font-family:var(--a-fontfamily-light)}
.m-card--base.m-card--promo.a-fontfamily-medium .m-card__body .m-card__title,.m-card--base.m-card--promov2.a-fontfamily-medium .m-card__body .m-card__title,.m-card--base.m-card--promov3.a-fontfamily-medium .m-card__body .m-card__title,.m-card--base.m-card--promov4.a-fontfamily-lighter .m-card__body .m-card__title{font-family:var(--a-fontfamily-medium)}
.m-card--base.m-card--promoblog.a-fontfamily-medium .m-card__body .m-card__title{font-family:var(--a-fontfamily-medium)}
.m-card--base.m-card--promo{width:100%;position:relative}
.a-column-control--base.a-column-control--promo .container{max-width:100%}
.a-column-control--base.a-column-control--promo .columncontrol__column:first-child{padding:0;padding-right:15px}
.a-column-control--base.a-column-control--promo .columncontrol__column{padding:0 7px}
.a-column-control--base.a-column-control--promo .columncontrol__column:last-child{padding:0;padding-left:15px}
.m-card--base.m-card--promo.m-card--white.m-card--overlay .columncontrol__column{position:relative}
.m-card--base.m-card--promo .m-card__media{height:299px;width:100%;margin:0 auto}
.m-card--base.m-card--promo.m-card--overlay .m-card__media{max-width:385px}
.m-card--base.m-card--promo .m-card__media .m-card__wrap .m-card__image .cmp-image__image{object-fit:fill !important}
.m-card--base.m-card--promo .m-card__body{position:static;overflow:visible;padding:0 6px}
.m-card--base.m-card--promo.m-card--white.m-card--overlay .m-card__body .m-card__title{color:#fff;font-size:34px;line-height:35px;text-align:center;font-weight:400;padding:0 6px}
.m-card--base.m-card--promo .m-card__body .m-card__title{width:100%;position:absolute;top:30%;left:50%;transform:translate(-50%,-50%);padding:0 4px;max-height:210px}
.m-card--base.m-card--promo .m-card-link .m-card__body .m-card__description{color:#898989}
.m-card--base.m-card--promo .m-card__body .m-card__description{min-height:120px;margin-top:30px;line-height:23px;color:#262525;font-size:18px;font-family:BaseFontLight,sans-serif}
.m-card--base.m-card--promo .m-card__body .m-card__description p{font-family:var(--a-fontfamily-light)}
.m-card--base.m-card--promo.m-card--promo-p .m-card__body .m-card__description{color:#898989}
.m-card--base.m-card--promov2{width:100%;position:relative}
.m-card--base.m-card--promov2 .m-card__media{height:299px;width:385px;margin:0 auto}
.m-card--base.m-card--promov2 .m-card__media .m-card__wrap .m-card__image .cmp-image__image{object-fit:fill !important}
.m-card--base.m-card--promov2 .m-card__body{padding:0}
.m-card--base.m-card--promov2.m-card--blue .m-card__body .m-card__title{font-size:34px;font-weight:500;color:#06305e;margin:30px 0;line-height:39px}
.m-card--base.m-card--promov2 .m-card__body .m-card__description{font-family:BaseFontLight,sans-serif;font-size:18px;font-weight:400;line-height:23px;margin-bottom:46px;color:#262525}
.m-card--base.m-card--promov2 .m-card__body .m-card__description p{font-family:var(--a-fontfamily-light)}
.m-card--base.m-card--promov3{width:100%;position:relative}
.m-card--base.m-card--promov3 .m-card__media{height:229px;width:382px;margin-bottom:15px}
.m-card--base.m-card--promov3 .m-card__media .m-card__wrap .m-card__image .cmp-image__image{object-fit:fill !important}
.m-card--base.m-card--promov3 .m-card__body{padding:15px 6px}
.m-card--base.m-card--promov3.m-card--blue .m-card__body h3{font-size:24px;font-weight:500;line-height:27px;color:#173f7f;font-family:var(--a-fontfamily-medium)}
.m-card--base.m-card--promov3 .m-card__body .m-card__description{font-size:18px;font-weight:400;line-height:23px;margin-top:0;margin-bottom:18px;color:#173f7f;font-family:var(--a-fontfamily-light)}
.m-card--base.m-card--promov3 .m-card__body .m-card__description p{font-family:var(--a-fontfamily-light)}
.m-card--base.m-card--promov4 .m-card__media{height:299px;width:385px;margin:0 auto 30px}
.m-card--base.m-card--promov4 .m-card__media .m-card__wrap .m-card__image .cmp-image__image{object-fit:contain !important}
.m-card--base.m-card--promov4 .m-card__body h2{color:#064181;margin-bottom:40px;font-size:34px;font-family:BaseFontMedium,sans-serif;line-height:39px}
.m-card--base.m-card--promov4 .m-card__body .m-card__description{font-size:17px;font-weight:400;line-height:23px;margin-bottom:46px;color:#262525}
.m-card--base.m-card--promov4 .m-card__body .m-card__description p{font-family:BaseFontLight,sans-serif}
.m-card--base.m-card--promov4{width:100%;position:relative;padding-top:75px}
.m-card--base.m-card--promov4 .m-card__body{padding:0 6px;width:385px;margin:0 auto}
.m-card--base.m-card--promov4 .m-card__body .link.button{width:100%;text-align:center;display:block}
.m-card--base.m-card--promov4 .m-card__body .link.button a{color:#004084;border:5px solid #004084;border-radius:60px;text-align:center;text-decoration:none;cursor:pointer;font-size:18px;height:65px;line-height:26px;max-width:100%;min-width:250px;width:auto;overflow:hidden;padding:0 15px;display:flex;align-items:center;justify-content:center}
.m-card--base.m-card--promov4 .m-card__body .link.button a:hover{color:#fff;background-color:#004084}
.m-card--base.m-card--promoblog{width:100%;position:relative}
.m-card--base.m-card--promoblog .m-card__media{height:299px;width:385px;margin:0 auto}
.m-card--base.m-card--promoblog .m-card__media .m-card__wrap .m-card__image .cmp-image__image{object-fit:fill !important}
.m-card--base.m-card--promoblog .m-card__body{padding:0 6px}
.m-card--base.m-card--promoblog .m-card__body .m-card__title{font-size:24px;font-weight:500;line-height:27px;text-align:center;margin:30px 0 0;color:#262525;min-height:80px}
.m-card--base.m-card--promoblog .m-card__body .m-card__description{font-family:BaseFontLight,sans-serif;font-size:18px;font-weight:400;line-height:23px;margin-bottom:18px}
.m-card--base.m-card--promoblog .m-card__body .m-card__description p{font-family:BaseFontLight,sans-serif}
.m-card.m-card--base.m-card--promoblog.m-card--promoblog-p{padding-top:75px}
.m-card--base.m-card--promov3.m-card--promov6 .m-card__media{height:299px}
.m-card--base.m-card--promov3.m-card--promov6 .m-card__body h3 a{color:#40627f}
.m-card--base.m-card--promov3.m-card--promov6 .m-card__body .m-card__description p{color:#132b40;text-align:center}
.a-column-control--base.a-column-control--fullwidth.a-column-control--promoicon .row .columncontrol__column{width:385px;height:299px}
.a-column-control--base.a-column-control--fullwidth.a-column-control--promoicon .row .columncontrol__column:first-child{padding:0;padding-right:15px}
.a-column-control--base.a-column-control--fullwidth.a-column-control--promoicon .row .columncontrol__column:nth-child(2){padding:0 7px}
.a-column-control--base.a-column-control--fullwidth.a-column-control--promoicon .row .columncontrol__column:last-child{padding:0;padding-left:15px}
.m-card--base.m-card--promov3.m-card--darkgrey .m-card__body .m-card__title{margin-bottom:0}
.m-card--base.m-card--promov3.m-card--darkgrey .m-card__body .m-card__title p{margin-bottom:0}
.m-card--base.m-card--promov3.m-card--darkgrey .m-card__body .m-card__title p strong{color:#555;font-family:BaseFontRegular,sans-serif;font-size:18px;font-weight:700;line-height:23px}
.m-card--base.m-card--promov3.m-card--darkgrey .m-card__body .m-card__description p{color:#555;font-family:BaseFontLight,sans-serif;font-size:18px;font-weight:400;line-height:23px}
@media(min-width:992px) and (max-width:1024px){.m-hero--short .m-hero__title + .m-hero__header{margin-top:15}
.a-column-control--base.a-column-control--promo .container{margin:0;padding-left:15px}
.a-column-control--base.a-column-control--promo .columncontrol__column:first-child{padding:0;padding-right:15px}
.a-column-control--base.a-column-control--promo .columncontrol__column{padding:0 7px}
.a-column-control--base.a-column-control--promo .columncontrol__column:last-child{padding:0;padding-left:15px}
.m-card--base.m-card--promo .m-card__media,.m-card--base.m-card--promov2 .m-card__media,.m-card--base.m-card--promov4 .m-card__media,.m-card--base.m-card--promoblog .m-card__media{height:248px;width:319px;margin:0 auto}
.m-card--base.m-card--promov4 .m-card__media{margin-bottom:30px}
.m-card--base.m-card--promov3 .m-card__media{height:191px;width:319px}
.m-card--base.m-card--promov4 .m-card__body{width:319px}
.a-column-control--base.a-column-control--promoblog .container .row{justify-content:center}
.a-column-control--base.a-column-control--promoblog .container .row .columncontrol__column{max-width:45%;margin:0}
}
@media(max-width:991.98px){.a-column-control--base.a-column-control--promo .container .row .columncontrol__column{margin-bottom:30px}
.m-card--base.m-card--promo .m-card__body{padding:0 6px}
.m-card--base.m-card--promo.m-card--white.m-card--overlay .m-card__body .m-card__title{font-size:24px;line-height:25px;max-width:385px}
.m-card--base.m-card--promo.m-card--white.m-card--overlay .m-card__body .m-card__description{min-height:auto;max-width:385px;width:100%;margin-left:auto;margin-right:auto}
.m-card--base.m-card--promo.m-card--white.m-card--overlay .m-card__body .m-card__description p{font-size:14px;line-height:19px}
.m-card--base.m-card--promov2.m-card--blue .m-card__body{padding:0 6px}
.m-card--base.m-card--promov2.m-card--blue .m-card__body .m-card__title{font-size:24px;line-height:29px;margin-bottom:10px}
.m-card--base.m-card--promov2 .m-card__body .m-card__description{font-size:14px;line-height:19px;margin-bottom:0}
.m-card--base.m-card--promov3.m-card--blue .m-card__body h3{font-size:16px;line-height:21px}
.m-card--base.m-card--promov3 .m-card__body .m-card__description{font-size:14px;line-height:19px}
.m-card--base.m-card--promov4{padding-top:20px}
.m-card--base.m-card--promov4.m-card--blue .m-card__body{padding:0 6px}
.m-card--base.m-card--promov4.m-card--blue .m-card__body h2{font-size:24px;line-height:29px;margin-bottom:10px}
.m-card--base.m-card--promov4 .m-card__body .m-card__description{font-size:14px;line-height:19px;margin-bottom:0}
.m-card--base.m-card--promoblog .m-card__body{padding:0 6px}
.m-card--base.m-card--promoblog .m-card__body .m-card__title{font-size:16px;line-height:21px;min-height:auto}
.m-card--base.m-card--promoblog .m-card__body .m-card__description{font-size:14px;line-height:19px}
.m-card--base.m-card--promov3.m-card--darkgrey .m-card__body .m-card__title{margin-bottom:0}
.m-card--base.m-card--promov3.m-card--darkgrey .m-card__body .m-card__title p{margin-bottom:0}
.m-card--base.m-card--promov3.m-card--darkgrey .m-card__body .m-card__title p strong{color:#555;font-family:BaseFontRegular,sans-serif;font-size:14px;font-weight:700;line-height:19px}
.m-card--base.m-card--promov3.m-card--darkgrey .m-card__body .m-card__description p{color:#555;font-family:BaseFontLight,sans-serif;font-size:14px;font-weight:400;line-height:19px}
}
@media(max-width:767px){.a-column-control--base.a-column-control--promo .container .row .columncontrol__column{margin-bottom:14px}
.a-column-control--base.a-column-control--promo .container{padding:0}
.m-card--base.m-card--promo .m-card__media,.m-card--base.m-card--promov2 .m-card__media,.m-card--base.m-card--promov3 .m-card__media,.m-card--base.m-card--promov4 .m-card__media,.m-card--base.m-card--promoblog .m-card__media{margin:0 auto}
.a-column-control--base.a-column-control--promo .columncontrol__column:first-child,.a-column-control--base.a-column-control--promo .columncontrol__column,.a-column-control--base.a-column-control--promo .columncontrol__column:last-child{padding:0 15px;margin-bottom:14px !important}
.responsivegrid .aem-Grid .columncontrol .row>[class*="col-"]:first-child>article.m-card.m-card--base.m-card--promoblog.m-card--promoblog-p{padding-top:75px}
.m-card.m-card--base.m-card--promoblog.m-card--promoblog-p{padding-top:0}
.a-column-control--base.a-column-control--fullwidth.a-column-control--promoicon{margin-left:auto;margin-right:auto}
.a-column-control--base.a-column-control--fullwidth.a-column-control--promoicon .row .columncontrol__column{padding:0 !important}
}
@media(max-width:375px){.m-card--base.m-card--promo .m-card__media,.m-card--base.m-card--promov2 .m-card__media,.m-card--base.m-card--promov4 .m-card__media,.m-card--base.m-card--promoblog .m-card__media{margin:0 auto;width:353px;height:274px}
.m-card--base.m-card--promov3 .m-card__media{height:212px;width:353px}
.m-card--base.m-card--promov4 .m-card__body{width:353px}
.a-column-control--base.a-column-control--promo .columncontrol__column:first-child,.a-column-control--base.a-column-control--promo .columncontrol__column,.a-column-control--base.a-column-control--promo .columncontrol__column:last-child{padding:0}
.a-column-control--base.a-column-control--fullwidth.a-column-control--promoicon{width:353px;margin-left:auto;margin-right:auto}
.a-column-control--base.a-column-control--fullwidth.a-column-control--promoicon .row .columncontrol__column{width:353px;height:274px;padding:0 !important}
}
@media(max-width:360px){.m-card--base.m-card--promo .m-card__media,.m-card--base.m-card--promov2 .m-card__media,.m-card--base.m-card--promov4 .m-card__media,.m-card--base.m-card--promoblog .m-card__media{margin:0 auto;width:338px;height:263px}
.m-card--base.m-card--promov3 .m-card__media{height:203px;width:100%}
.m-card--base.m-card--promov3.m-card--promov6 .m-card__media{height:262px !important;margin-left:auto;margin-right:auto}
.m-card--base.m-card--promov4 .m-card__body{width:338px}
.a-column-control--base.a-column-control--fullwidth.a-column-control--promoicon{width:338px;margin-left:auto;margin-right:auto}
.a-column-control--base.a-column-control--fullwidth.a-column-control--promoicon .row .columncontrol__column{width:338px;height:262px;padding:0 !important}
}
@media(max-width:320px){.m-card--base.m-card--promo .m-card__media,.m-card--base.m-card--promov2 .m-card__media,.m-card--base.m-card--promov4 .m-card__media,.m-card--base.m-card--promoblog .m-card__media{margin:0 auto;width:300px;height:232px}
.m-card--base.m-card--promov3 .m-card__media{height:179px;width:298px}
.m-card--base.m-card--promov3.m-card--promov6 .m-card__media{height:275px !important;margin-left:auto;margin-right:auto}
.m-card--base.m-card--promov4 .m-card__body{width:300px}
}
@media only screen and (min-width:700px) and (max-width:712px){.a-column-control--base.a-column-control--promo .container .row .columncontrol__column{max-width:385px;margin:0 auto 14px}
}
@media only screen and (min-device-width:1136px) and (orientation:portrait){.m-card--base.m-card--promo .m-card__media,.m-card--base.m-card--promov2 .m-card__media,.m-card--base.m-card--promov4 .m-card__media,.m-card--base.m-card--promoblog .m-card__media{height:299px;width:385px}
.m-card--base.m-card--promov3 .m-card__media{height:229px;width:382px}
}
@media only screen and (device-width:1138px) and (device-height:712px) and (orientation:landscape){.a-column-control--base.a-column-control--promo .container{max-width:100vw;margin:0}
.a-column-control--base.a-column-control--promo .columncontrol__column:first-child{padding:0;padding-right:15px}
.a-column-control--base.a-column-control--promo .columncontrol__column{padding:0 7px}
.a-column-control--base.a-column-control--promo .columncontrol__column:last-child{padding:0;padding-left:15px}
.m-card--base.m-card--promo .m-card__media,.m-card--base.m-card--promov2 .m-card__media,.m-card--base.m-card--promov4 .m-card__media,.m-card--base.m-card--promoblog .m-card__media{height:277px;width:357px}
.m-card--base.m-card--promov3 .m-card__media{height:214px;width:357px}
.m-card--base.m-card--promov4 .m-card__body{width:357px}
}
@media screen and (orientation:landscape){.a-container.container-full-width .cmp-container{max-width:100vw;padding:0}
}
@media screen and (min-width:1024px) and (min-height:1366px){.a-column-control--base.a-column-control--promo .container{max-width:992px;margin:0}
.a-column-control--base.a-column-control--promo .columncontrol__column:first-child{padding:0;padding-right:15px}
.a-column-control--base.a-column-control--promo .columncontrol__column{padding:0 7px}
.a-column-control--base.a-column-control--promo .columncontrol__column:last-child{padding:0;padding-left:15px}
.m-card--base.m-card--promo .m-card__media,.m-card--base.m-card--promov2 .m-card__media,.m-card--base.m-card--promov4 .m-card__media,.m-card--base.m-card--promoblog .m-card__media{height:248px;width:319px}
.m-card--base.m-card--promov3 .m-card__media{height:191px;width:319px}
.m-card--base.m-card--promov3.m-card--promov6 .m-card__media{height:248px !important}
.m-card--base.m-card--promov4 .m-card__body{width:319px}
}
@media screen and (min-width:1200px){.a-column-control--base.a-column-control--promo .row{margin-left:0;margin-right:0}
.a-container--base.a-container--flex{padding:0}
.a-column-control--base.a-column-control--promoblog .container .row{justify-content:center}
.a-column-control--base.a-column-control--promoblog .container .row .columncontrol__column{max-width:45%;margin:0;padding-left:52px;padding-right:52px}
}
@media(min-width:768px) and (max-width:991.98px){.a-column-control--base.a-column-control--promoblog .container .columncontrol__column{max-width:100%;margin:0 auto}
.responsivegrid .aem-Grid .columncontrol .row>[class*="col-"]:first-child>article.m-card.m-card--base.m-card--promoblog.m-card--promoblog-p{padding-top:75px}
.m-card.m-card--base.m-card--promoblog.m-card--promoblog-p{padding-top:0}
}
.a-link--base.a-link--button{text-align:center}
.a-link--base.a-link--button a{color:#004084;border:5px solid #004084;background-color:transparent;border-radius:60px;height:65px;line-height:26px;max-width:100%;min-width:250px;width:auto;overflow:hidden;padding:0 15px;font-size:18px;font-family:BaseFontRegular,sans-serif;text-decoration:none;cursor:pointer;display:inline-block}
.a-link--base.a-link--button a:hover{color:#fff;background-color:#004084}
.a-link--base.a-link--button span{justify-content:center;align-items:center;display:flex;height:55px}
.a-column-control--base.a-column-control--promo2card .m-card--base.m-card--promov4.m-card--promov5 .m-card__media{margin-left:0;margin-right:0}
.a-column-control--base.a-column-control--promo2card .m-card--base.m-card--promov4.m-card--promov5 .m-card__body h2{text-align:center;color:#40627f;margin-bottom:9px}
.a-column-control--base.a-column-control--promo2card .m-card--base.m-card--promov4.m-card--promov5 .m-card__body h2 strong a u,.a-column-control--base.a-column-control--promo2card .m-card--base.m-card--promov4.m-card--promov5 .m-card__body h2 a strong u{text-decoration-color:#e8b900}
.a-column-control--base.a-column-control--promo2card .m-card--base.m-card--promov4.m-card--promov5 .m-card__body h2 a{color:#40627f}
.a-column-control--base.a-column-control--promo2card .m-card--base.m-card--promov4.m-card--promov5 .m-card__body .m-card__description p{text-align:center;font-size:18px;color:#132b40}
.a-column-control--base.a-column-control--promo2card .m-card--base.m-card--promov4.m-card--promov5 .m-card__body h2:first-letter {color:#e8b900}
@media screen and (min-width:992px){.a-column-control--base.a-column-control--promo2card.a-column-control--paddingLR .container .row{justify-content:space-between}
.a-column-control--base.a-column-control--promo2card.a-column-control--paddingLR .container .row .columncontrol__column:first-child{max-width:34%;flex:0 0 34%;padding-left:0}
.a-column-control--base.a-column-control--promo2card.a-column-control--paddingLR .container .row .columncontrol__column:last-child{max-width:34%;flex:0 0 34%;padding-right:0}
}
@media(max-width:767px){.m-card--base.m-card--promo .m-card__body .m-card__description{min-height:auto !important}
.m-card--base.m-card--promo .m-card__body .m-card__title{top:38%;max-width:383px}
.a-column-control--base.a-column-control--promo2card.a-column-control--paddingLR .container .row .columncontrol__column{padding-right:0}
.a-column-control--base.a-column-control--promo2card.a-column-control--paddingLR .m-card--base.m-card--promov4.m-card--promov5 .m-card__media{margin:0 auto}
.a-column-control--base.a-column-control--promo2card.a-column-control--paddingLR .m-card--base.m-card--promov4.m-card--promov5 .m-card__body h2{font-size:24px;font-weight:500;line-height:29px}
.a-column-control--base.a-column-control--promo2card.a-column-control--paddingLR .m-card--base.m-card--promov4.m-card--promov5 .m-card__body .m-card__description p{font-size:14px}
.a-column-control--base.a-column-control--promo .row .columncontrol__column{padding:0}
}
@media(min-width:768px) and (max-width:1024px){.a-column-control--base.a-column-control--promo .row{margin-left:0;margin-right:0}
.a-column-control--base.a-column-control--promo .row .m-card--base.m-card--promo .m-card__media{width:100%}
.a-column-control--base.a-column-control--promo .row .m-card--base.m-card--promo .m-card__media .m-card__image{position:unset}
}
@media(min-width:768px) and (max-width:900px){.a-column-control--base.a-column-control--promo .row .m-card--base.m-card--promo .m-card__media{height:210px}
}
@media(max-width:420px){.a-column-control--base.a-column-control--promo2card .m-card--base.m-card--promov4.m-card--promov5 .m-card__media{width:100%}
.a-column-control--base.a-column-control--promo2card .m-card--base.m-card--promov4.m-card--promov5 .m-card__body{width:100%}
.a-column-control--base.a-column-control--fullwidth.a-column-control--promoicon{width:385px;margin-left:auto;margin-right:auto}
.a-column-control--base.a-column-control--fullwidth.a-column-control--promoicon .row .columncontrol__column{width:385px;height:299px;padding:0 !important}
}
@media only screen and (min-width:700px) and (max-width:712px){.a-column-control--base.a-column-control--promo2card.a-column-control--paddingLR .m-card--base.m-card--promov4.m-card--promov5 .m-card__media{margin:0 auto}
.a-column-control--base.a-column-control--promo2card.a-column-control--paddingLR .m-card--base.m-card--promov4.m-card--promov5 .m-card__body{margin:0 auto;width:60%}
.a-column-control--base.a-column-control--fullwidth.a-column-control--promoicon{width:385px;margin-left:auto;margin-right:auto}
.a-column-control--base.a-column-control--fullwidth.a-column-control--promoicon .row .columncontrol__column{width:385px;height:299px;padding:0 !important}
}
.a-column-control--base.a-column-control--promo2v .container{display:flex;justify-content:center}
.m-card--base.m-card--2cardpromo .m-card__description p{text-align:center;width:82%;margin:0 auto}
@media(max-width:992px){.a-column-control--base.a-column-control--promo .row{margin:0}
}
.container .columncontrol__column:first-child .m-card--base.m-card--promo .m-card__description p{letter-spacing:-0.1px !important}
@media(min-width:768px) and (max-width:900px){.m-card--base.m-card--promo .m-card__body .m-card__title{top:36% !important}
.a-column-control--base.a-column-control--promo .row .m-card--base.m-card--promo .m-card__media{height:299px !important}
.a-column-control--base.a-column-control--promo .row .m-card--base.m-card--promo .m-card__body .m-card__title{top:36%}
}
.m-card--base.m-card-blue-06305E .m-card__body .m-card__title{color:#06305e !important}
.m-card--base.m-card-blue-06305E .m-card__body .m-card__title a{color:#06305e !important}
.m-card--base.m-card-blue-06305E .m-card__body .m-card__title a p,.m-card--base.m-card-blue-06305E .m-card__body .m-card__title a span,.m-card--base.m-card-blue-06305E .m-card__body .m-card__title a h1,.m-card--base.m-card-blue-06305E .m-card__body .m-card__title a h2,.m-card--base.m-card-blue-06305E .m-card__body .m-card__title a h3,.m-card--base.m-card-blue-06305E .m-card__body .m-card__title a h4,.m-card--base.m-card-blue-06305E .m-card__body .m-card__title a h5,.m-card--base.m-card-blue-06305E .m-card__body .m-card__title a h6,.m-card--base.m-card-blue-06305E .m-card__body .m-card__title a div{color:#06305e !important}
.m-card--base.m-card-purple-4b3661 .m-card__body .m-card__title{color:#4b3661 !important}
.m-card--base.m-card-purple-4b3661 .m-card__body .m-card__title a{color:#4b3661 !important}
.m-card--base.m-card-purple-4b3661 .m-card__body .m-card__title a p,.m-card--base.m-card-purple-4b3661 .m-card__body .m-card__title a span,.m-card--base.m-card-purple-4b3661 .m-card__body .m-card__title a h1,.m-card--base.m-card-purple-4b3661 .m-card__body .m-card__title a h2,.m-card--base.m-card-purple-4b3661 .m-card__body .m-card__title a h3,.m-card--base.m-card-purple-4b3661 .m-card__body .m-card__title a h4,.m-card--base.m-card-purple-4b3661 .m-card__body .m-card__title a h5,.m-card--base.m-card-purple-4b3661 .m-card__body .m-card__title a h6,.m-card--base.m-card-purple-4b3661 .m-card__body .m-card__title a div{color:#4b3661 !important}
.a-column-control--base.a-column-control--blog-list .container{max-width:1240px;margin-bottom:2.5rem}
.a-column-control--base.a-column-control--blog-list .container .a-cf-base-blog.a-cf--blogList .cmp-contentfragment:hover{text-decoration:none}
.a-column-control--base.a-column-control--blog-list .container .a-cf-base-blog.a-cf--blogList .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--detaildescription .cmp-contentfragment__element-value p:first-child{font-family:BaseFontLight,sans-serif;color:#262525;margin-bottom:56px;font-size:18px;line-height:23px;text-align:center}
.a-column-control--base.a-column-control--blog-list .container .a-cf-base-blog.a-cf--blogList .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--detaildescription .cmp-contentfragment__element-value p:last-child{display:flex;justify-content:center}
.a-column-control--base.a-column-control--blog-list .container .a-cf-base-blog.a-cf--blogList .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--detaildescription .cmp-contentfragment__element-value p:last-child a{position:absolute;bottom:-20px;margin-bottom:0;color:#ffb420 !important;border:5px solid #ffb420;height:65px;line-height:26px;max-width:100%;min-width:250px;width:auto;overflow:hidden;padding:0 15px;font-size:18px;background-color:transparent;border-radius:60px;text-decoration:none;cursor:pointer;display:flex;justify-content:center;align-items:center}
.a-column-control--base.a-column-control--blog-list .container .a-cf-base-blog.a-cf--blogList .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--detaildescription .cmp-contentfragment__element-value p:last-child a:hover{color:#fff !important;border:5px solid #ffb420;background-color:#ffb420}
.a-column-control--base.a-column-control--blog-list .container .a-cf-base-blog.a-cf--blogList .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value{margin-top:30px;margin-bottom:30px}
.a-column-control--base.a-column-control--blog-list .container .a-cf-base-blog.a-cf--blogList .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value p{display:none}
.a-column-control--base.a-column-control--blog-list .container .a-cf-base-blog.a-cf--blogList .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h4{display:flex;text-align:center;flex-direction:column}
.a-column-control--base.a-column-control--blog-list .container .a-cf-base-blog.a-cf--blogList .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h4 a{height:46px;display:flex;font-family:BaseFontRegular,sans-serif;color:#004084;font-size:18px;line-height:23px;font-weight:400;justify-content:center;pointer-events:none}
.a-column-control--base.a-column-control--blog-list .container .a-cf-base-blog.a-cf--blogList .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h4 a:hover{text-decoration:none}
.a-column-control--base.a-column-control--blog-list .container .a-cf-base-blog.a-cf--blogList.a-cf--purple .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--detaildescription .cmp-contentfragment__element-value p:first-child{font-family:BaseFontRegular,sans-serif;color:#898989}
.a-column-control--base.a-column-control--blog-list .container .a-cf-base-blog.a-cf--blogList.a-cf--purple .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--detaildescription .cmp-contentfragment__element-value p:last-child a{color:#6f5787 !important;border:5px solid #6f5787}
.a-column-control--base.a-column-control--blog-list .container .a-cf-base-blog.a-cf--blogList.a-cf--purple .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--detaildescription .cmp-contentfragment__element-value p:last-child a:hover{color:#fff !important;border:5px solid #6f5787;background-color:#6f5787}
.a-column-control--base.a-column-control--blog-list .container .a-cf-base-blog.a-cf--blogList.a-cf--purple .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h4 a{color:#6f5787}
.a-column-control--base.a-column-control--blog-list .container .a-cf-base-blog.a-cf--blogList.a-cf--blogList-g .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value{margin-bottom:0 !important;margin-top:0}
.a-column-control--base.a-column-control--blog-list .container .a-cf-base-blog.a-cf--blogList.a-cf--blogList-g .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h4{margin:30px auto}
.a-column-control--base.a-column-control--blog-list .container .a-cf-base-blog.a-cf--blogList.a-cf--blogList-g .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h4 a{color:#1cbfe6 !important}
.a-column-control--base.a-column-control--blog-list .container .a-cf-base-blog.a-cf--blogList.a-cf--blogList-g .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--detaildescription .cmp-contentfragment__element-value p:first-child{color:#5c5c5c !important;font-family:BaseFontRegular,sans-serif !important}
.a-column-control--base.a-column-control--blog-list .container .a-cf-base-blog.a-cf--blogList.a-cf--blogList-g .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--detaildescription .cmp-contentfragment__element-value p:last-child a{color:#1cbfe6 !important;line-height:55px;border:5px solid #1cbfe6 !important}
.a-column-control--base.a-column-control--blog-list .container .a-cf-base-blog.a-cf--blogList.a-cf--blogList-g .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--detaildescription .cmp-contentfragment__element-value p:last-child a:hover{color:#fff !important;border:5px solid #1cbfe6 !important;background-color:#1cbfe6 !important}
.a-column-control--base.a-column-control--blog-list .container .a-cf-base-blog.a-cf--blogList.a-cf--blogList-mm .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value{margin-bottom:0 !important}
.a-column-control--base.a-column-control--blog-list .container .a-cf-base-blog.a-cf--blogList.a-cf--blogList-mm .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h4 a{color:#0262ac !important;height:auto}
.a-column-control--base.a-column-control--blog-list .container .a-cf-base-blog.a-cf--blogList.a-cf--blogList-mm .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--detaildescription .cmp-contentfragment__element-value p:first-child{color:#262525 !important;font-family:BaseFontLight,sans-serif !important;letter-spacing:-0.1px !important;margin-top:30px}
.a-column-control--base.a-column-control--blog-list .container .a-cf-base-blog.a-cf--blogList.a-cf--blogList-mm .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--detaildescription .cmp-contentfragment__element-value p:last-child a{min-width:300px;font-family:BaseFontBold,sans-serif;color:#c5a12e !important;line-height:55px;border:5px solid #c5a12e !important}
@media(max-width:400px){.a-column-control--base.a-column-control--blog-list .container .a-cf-base-blog.a-cf--blogList.a-cf--blogList-mm .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--detaildescription .cmp-contentfragment__element-value p:last-child a{min-width:263px}
}
.a-column-control--base.a-column-control--blog-list .container .a-cf-base-blog.a-cf--blogList.a-cf--blogList-mm .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--detaildescription .cmp-contentfragment__element-value p:last-child a:hover{color:#fff !important;border:5px solid #c5a12e !important;background-color:#c5a12e !important}
@media only screen and (max-width:991.98px){.a-column-control--base.a-column-control--blog-list .container .a-cf-base-blog.a-cf--blogList.a-cf--blogList-mm .cmp-contentfragment__element--detaildescription .cmp-contentfragment__element-value p:first-child{letter-spacing:normal !important}
}
@media(max-width:991px){.a-column-control--base.a-column-control--blog-list .container .row .columncontrol__column{max-width:100%;flex:0 0 100%;margin-bottom:70px !important}
.a-column-control--base.a-column-control--blog-list .container .row .columncontrol__column .a-cf-base-blog.a-cf--blogList{max-width:385px;width:100%;margin:0 auto}
.a-column-control--base.a-column-control--blog-list .container .row .columncontrol__column .a-cf-base-blog.a-cf--blogList .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--detaildescription{padding:0 36px}
.a-column-control--base.a-column-control--blog-list .container .row .columncontrol__column .a-cf-base-blog.a-cf--blogList .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--detaildescription .cmp-contentfragment__element-value p:first-child{font-size:14px;line-height:19px}
.a-column-control--base.a-column-control--blog-list .container .row .columncontrol__column .a-cf-base-blog.a-cf--blogList .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading{padding:0 38px}
.a-column-control--base.a-column-control--blog-list .container .row .columncontrol__column .a-cf-base-blog.a-cf--blogList .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value{margin-bottom:12px}
.a-column-control--base.a-column-control--blog-list .container .row .columncontrol__column .a-cf-base-blog.a-cf--blogList .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h4 a{font-size:14px;line-height:19px}
.a-column-control--base.a-column-control--blog-list .container .a-cf-base-blog.a-cf--blogList.a-cf--purple .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--detaildescription .cmp-contentfragment__element-value p:last-child a{min-width:300px}
}
@media(max-width:400px){.a-column-control--base.a-column-control--blog-list .container{padding-left:0;padding-right:0}
.a-column-control--base.a-column-control--blog-list .a-cf-base-blog.a-cf--blogList.a-cf--purple .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--detaildescription .cmp-contentfragment__element-value p:last-child a{min-width:260px}
}
.a-column-control--base.a-column-control--bchild.a-text-uppercase .container .row .columncontrol__column:first-child .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h4{text-transform:uppercase}
@media(max-width:400px){.a-column-control--base.a-column-control--blog-list .row{margin:0 !important}
.a-column-control--base.a-column-control--blog-list .container .row .columncontrol__column{padding:0 11px}
}
.a-container--base.a-container--width-80{width:80%;max-width:1000px}
.a-container--base.a-container--width-80.a-container--product .a-container--product-v2{max-width:833px;width:100%}
.a-container--base.a-container--product{padding:50px 0}
.a-container--base.a-container--product.o-remove-space-top{padding-top:0 !important;margin-top:0 !important}
.a-container--base.a-container--product.o-remove-space-bottom{padding-bottom:0 !important;margin-bottom:0 !important}
@media(min-width:992px){.a-container--base.a-container--product{padding:50px 30px}
}
.a-container--base.a-container--product .a-container__content .cmp-container{background-size:100% !important;background-repeat:repeat !important}
.a-container--base.a-container--product .a-container__content .cmp-container .container{padding-left:0;padding-right:0}
.a-container--base.a-container--product .a-container__content .cmp-container .container.a-container{padding:100px 0 50px}
.a-container--base.a-container--product .a-container__content .cmp-container .container .columncontrol__column .a-text--base.a-fontfamily-lighter .cmp-text p{margin-left:0}
@media(min-width:992px){.a-container--base.a-container--product{padding:50px 0}
.a-container--base.a-container--product .a-container__content .cmp-container{background-size:100% !important;background-repeat:repeat !important}
.a-container--base.a-container--product .a-container__content .cmp-container .container.a-container{padding:100px 0 50px}
}
.a-container--product .columncontrol.a-column-control--base .row{justify-content:flex-end}
.a-container--product .columncontrol.a-column-control--base .row .columncontrol__column{padding-left:3px;padding-right:3px;flex:0 0 25%;max-width:100%}
.a-container--product .columncontrol.a-column-control--base.a-column-product-desc-pediasure .row{justify-content:flex-end}
.a-container--product .columncontrol.a-column-control--base.a-column-product-desc-pediasure .row .columncontrol__column{padding-left:3px;padding-right:3px;max-width:100%}
.a-container--product .a-title--product-desc-title{width:100%;text-align:center;padding:30px 10px 10px}
.a-container--product .a-title--product-desc-title h1{text-align:center;font-size:24px;font-family:'BaseFontMedium',sans-serif;line-height:27px;font-weight:500;color:#004084;margin-bottom:0}
.a-container--product .a-image__default{width:100%}
.a-container--product .a-image--prod-desc-main-imgv2{padding:0 25px}
.a-container--product .a-text--product-blue-heading p{font-size:24px;font-family:'BaseFontMedium',sans-serif;line-height:27px;font-weight:500;color:#004084;text-align:right}
.a-container--product .a-text--base.a-text--prod-desc p{font-size:34px;font-family:'BaseFontMedium',sans-serif;line-height:39px;font-weight:500;color:#064181;margin-bottom:50px;margin-left:-21px}
.a-container--product .a-text--base.a-fontfamily-lighter p{margin-left:0}
.a-container--product .text hr{margin-left:10px;margin-right:10px;border-color:gray}
.a-container--product .a-text--product-main-heading p{font-size:18px;font-family:'BaseFontLight',sans-serif;line-height:23px;font-weight:400;color:#262525;text-align:right}
.a-container--product .a-text--prod-sup p{font-size:13.5px;font-family:'BaseFontLight',sans-serif;font-weight:400;color:#262525;line-height:23px}
.a-container--product .image.a-image--prod-dec-sub-img{display:flex;justify-content:center}
.a-container--product .image.a-image--prod-dec-sub-img .a-image__default{width:100%;height:auto}
.a-container--product .image.a-image--prod-dec-sub-img-pediasure{display:flex;justify-content:center}
.a-container--product .image.a-image--prod-dec-sub-img-pediasure .a-image__default{width:70px;height:70px}
.a-container--product .a-text--product-blue-sub-heading{margin-top:30px !important}
.a-container--product .a-text--product-blue-sub-heading p{font-size:16px;font-family:'BaseFontRegular',sans-serif;line-height:24px;font-weight:400;color:#004084;width:100%;text-align:center}
.a-container--product .a-button--product-desc-blue-button{margin:0 auto 22px;width:95%;text-align:left;background-color:#064181;border-radius:2px;padding:5px}
.a-container--product .a-button--product-desc-blue-button::after{float:right;margin-right:10px;margin-top:7px;content:"\002B";font-size:32px;color:#fcbb5f;font-family:'BaseFontMedium',sans-serif}
.a-container--product .a-button--product-desc-blue-button a{color:#fff;text-decoration:underline}
.a-container--product .a-button--product-desc-blue-button a:hover{color:#fff;text-decoration:underline}
.a-container--product .a-button--product-desc-blue-button span{font-size:18px;font-family:'BaseFontRegular',sans-serif;line-height:21.6px}
.a-container--product .a-button--product-desc-blue-button.minus-sign::after{content:"\2212";font-size:32px;color:#fcbb5f;font-family:'BaseFontMedium',sans-serif}
.a-container--product .a-text--prod-desc-table{display:none}
.a-container--product .a-text--prod-desc-table .cmp-text table{font-family:'BaseFontRegular',sans-serif;font-size:18px;font-weight:400;line-height:27px;text-align:center;color:#fff;margin:0 auto;width:95%}
.a-container--product .a-text--prod-desc-table .cmp-text table p{font-family:'BaseFontRegular',sans-serif}
.a-container--product .a-text--prod-desc-table .cmp-text tr>td{font-family:'BaseFontLight',sans-serif}
.a-container--product .a-text--prod-desc-table .cmp-text tr>td:first-child{text-align:left;font-family:'BaseFontRegular',sans-serif}
.a-container--product .a-text--prod-desc-table .cmp-text tr:nth-child(odd)>td{background-color:#c5c5c5;color:#06305e;padding:6px 30px}
.a-container--product .a-text--prod-desc-table .cmp-text tr:nth-child(odd)>td:nth-child(1){background-color:#064181;color:#fff}
.a-container--product .a-text--prod-desc-table .cmp-text tr:nth-child(even)>td{background-color:#e4e4e4;color:#06305e;padding:6px 30px}
.a-container--product .a-text--prod-desc-table .cmp-text tr:nth-child(even)>td:nth-child(1){background-color:#06305e;color:#fff}
.a-container--product .a-text--product-italic p{font-family:'BaseFontLight',sans-serif;font-size:18px;line-height:23px;font-weight:400;color:#262525;font-style:italic;padding-left:20px}
.a-container--product .a-text--product-italic strong{font-style:normal;color:#064181}
@media(max-width:767px){.a-container--base.a-container--product{padding:0 11px 50px !important;background-color:unset !important}
.a-container--base.a-container--product .a-container__row .a-container__content .cmp-container{background-size:100% !important}
.a-container--base.a-container--product.o-bg-color--grey.a-container--width-80 .cmp-container{background-color:#efefef;padding-top:25px}
.a-container--base.a-container--product.o-bg-color--floral-white-g .a-container__row{background-color:#fefbf6 !important}
.a-container--product .a-container__row .a-container__content .cmp-container{margin-left:0}
.a-container--product .a-container__row .a-container__content .cmp-container .row{margin-left:0;margin-right:0}
.a-container--product .a-container__row .a-container__content .cmp-container .container{max-width:none}
.a-container--product .a-button--product-desc-blue-button{width:95%}
.a-container--product .a-button--product-desc-blue-button span{font-size:14px !important}
.a-container--product .a-text--prod-sup p{font-size:10.5px;line-height:19px}
.a-container--product .a-text--base.a-text--prod-desc p{font-size:24px;line-height:29px;margin-left:0}
.a-container--product .a-text--base.a-fontfamily-lighter p{margin-left:0}
.a-container--product .a-image__default{width:100%}
.a-container--product .a-text--product-main-heading{margin-top:0 !important;margin-bottom:18px !important}
.a-container--product .a-text--product-main-heading p{font-size:14px;font-family:'BaseFontLight',sans-serif;line-height:19px;color:#262525;text-align:right}
.a-container--product .a-text--prod-desc-table .cmp-text table{width:95% !important;font-size:10px !important;line-height:15px !important}
.a-container--product .a-text--prod-desc-table .cmp-text tr:nth-child(odd)>td{padding:6px 5px !important}
.a-container--product .a-text--prod-desc-table .cmp-text tr:nth-child(odd)>td:nth-child(1){text-align:left}
.a-container--product .a-text--prod-desc-table .cmp-text tr:nth-child(even)>td{padding:6px 5px !important}
.a-container--product .a-text--prod-desc-table .cmp-text tr:nth-child(even)>td:nth-child(1){text-align:left}
.a-container--product .columncontrol.a-column-control--base .columncontrol__column{max-width:33%}
.a-container--product .text hr{margin-left:5px;margin-right:5px}
.a-container--product .a-text--product-blue-sub-heading p{font-size:12px;line-height:18px;float:right}
.a-container--product .a-text--product-blue-heading{margin-bottom:30px !important;margin-top:0 !important}
.a-container--product .a-text--product-blue-heading p{font-size:16px;line-height:21px;padding:0}
.a-container--product .a-title--product-desc-title h1{font-size:16px;line-height:21px;margin-bottom:30px;padding-top:50px}
.a-container--product .a-text--product-italic p{padding-left:10px}
.a-container__row .a-container__media__mobile img{display:none}
.image.a-image--prod-dec-sub-img .a-image__default{width:70px;height:70px}
}
@media only screen and (min-width:992px){.a-container--product .a-container__row .a-container__content .cmp-container .row{margin-left:0;margin-right:0}
}
@media(min-width:768px) and (max-width:1024px){.a-container--product .a-container__row .a-container__content .cmp-container .row{margin-left:0;margin-right:0}
.a-container--product .a-title--product-desc-title h1{font-size:16px;line-height:21px;margin-bottom:30px}
.a-container--product .a-text--product-blue-heading{margin-bottom:30px !important;margin-top:0 !important}
.a-container--product .a-text--product-blue-heading p{font-size:16px;line-height:21px;padding:0}
.a-container--product .a-text--product-main-heading{margin-top:0 !important;margin-bottom:18px !important}
.a-container--product .a-text--product-main-heading p{font-size:14px;font-family:'BaseFontLight',sans-serif;line-height:19px;text-align:right}
.a-container--product .a-text--prod-sup p{font-size:10.5px;line-height:19px}
}
@media only screen and (min-width:992px){.a-container--product .columncontrol.a-column-control--base.m-column--subimage-spacing{margin-right:40px}
}
@media only screen and (min-width:1200px){.a-container--product .columncontrol.a-column-control--base.m-column--subimage-spacing .row .columncontrol__column{flex:0 0 110px}
}
.m-card--base.m-card--imgtxt{width:100%;position:relative;background-color:#f7f7f7;box-shadow:0 10px 10px 0 #cbcbcb;margin:30px auto !important;display:flex;align-items:center;flex-direction:row}
.m-card--base.m-card--imgtxt .m-card__media{max-width:410px;width:100%;height:300px;object-fit:contain}
.m-card--base.m-card--imgtxt .m-card__media .m-card__wrap,.m-card--base.m-card--imgtxt .m-card__media .cmp-image{height:100%}
.m-card--base.m-card--imgtxt .m-card__media .m-card__image{object-fit:fill}
.m-card--base.m-card--imgtxt .m-card__body{padding:30px 105px 30px 50px;vertical-align:middle;width:100%}
.m-card--base.m-card--imgtxt .m-card__body .m-card__description p{color:#262525;font-family:BaseFontLighter,sans-serif;font-size:18px;font-weight:500;line-height:23px}
.m-card--base.m-card--imgtxt.m-card--blue .m-card__body h3{color:#064181;font-family:BaseFontMedium,sans-serif;font-size:24px;font-weight:500;line-height:27px;margin-bottom:30px}
@media only screen and (max-width:991.98px){.m-card--base.m-card--imgtxt.m-card--blue .m-card__body h3{font-size:16px;font-weight:500;line-height:21px}
}
.m-card--base.m-card--imgtxt.m-card--blue .m-card__body .m-card__description p{color:#ababab;font-family:'BaseFontRegular',sans-serif;font-size:16px;line-height:24px;font-weight:400}
.m-card--base.m-card--imgtxt .m-card__body .m-card__description p strong{font-family:BaseFontMedium,sans-serif;font-weight:700}
@media(max-width:991.98px){.m-card--base.m-card--imgtxt{width:fit-content;flex-direction:column}
.m-card--base.m-card--imgtxt .m-card__body{padding:30px 15px}
.m-card--base.m-card--imgtxt .m-card__body .m-card__description p{font-size:14px;line-height:19px}
}
@media(max-width:767px){.m-card--base.m-card--imgtxt{width:fit-content}
}
@media only screen and (min-width:700px) and (max-width:712px){.m-card--base.m-card--imgtxt{width:410px}
}
.a-image__default.a-image__original{display:flex}
.m-card.m-card--base.m-card--imgtxt{max-width:1000px;align-items:center}
.m-card.m-card--base.m-card--imgtxt .m-card__media{min-height:100%;height:auto}
.m-card.m-card--base.m-card--imgtxt .cmp-image__image,.m-card.m-card--base.m-card--imgtxt .m-card__image{position:relative}
.m-card.m-card--base.m-card--imgtxt.m-card--color-purple{background-color:#f8f2ff}
.m-card.m-card--base.m-card--imgtxt.m-card--color-purple .m-card__body{padding:30px 105px 30px 105px}
.m-card.m-card--base.m-card--imgtxt.m-card--color-purple .m-card__body h3{color:#4b3661;font-size:24px;font-family:BaseFontMedium,sans-serif;line-height:27px;margin-bottom:30px;font-weight:500}
.m-card.m-card--base.m-card--imgtxt.m-card--color-purple .m-card__body h2{color:#4b3661;font-size:22px;font-family:BaseFontMedium,sans-serif;line-height:23px;margin-bottom:30px;font-weight:500}
.m-card.m-card--base.m-card--imgtxt.m-card--color-purple .m-card__body .m-card__title{display:none}
.m-card.m-card--base.m-card--imgtxt.m-card--color-purple .m-card__body .m-card__description p{color:#898989;font-family:BaseFontLighter,sans-serif;margin-bottom:0;font-weight:400}
.m-card.m-card--base.m-card--imgtxt.m-card--blue-purple{background-color:#f8f2ff;align-items:center}
.m-card.m-card--base.m-card--imgtxt.m-card--blue-purple .m-card__body h3{color:#2f4fa2;font-size:22px;font-family:BaseFontMedium,sans-serif;line-height:23px;margin-bottom:30px;font-weight:700}
.m-card.m-card--base.m-card--imgtxt.m-card--blue-purple .m-card__body h3 strong{font-weight:700}
.m-card.m-card--base.m-card--imgtxt.m-card--blue-purple .m-card__body .m-card__title{display:none}
.m-card.m-card--base.m-card--imgtxt.m-card--blue-purple .m-card__body .m-card__description p{color:#2f4fa2;font-family:BaseFontLighter,sans-serif;margin-bottom:0;font-size:16px;font-weight:400;line-height:24px}
@media screen and (max-width:991px){.m-card.m-card--base.m-card--imgtxt.m-card--color-purple .m-card__body{padding:30px 11px}
.m-card.m-card--base.m-card--imgtxt.m-card--color-purple .m-card__body h3{font-size:16px;line-height:21px}
}
.m-card--base.m-card--imgtxt.m-card--imgtxtv2{align-items:center}
.m-card--base.m-card--imgtxt.m-card--imgtxtv2 .m-card__body{padding-left:35px}
.m-card--base.m-card--imgtxt.m-card--imgtxtv2 .m-card__body .m-card__description h2{color:#064181;line-height:23px;font-size:22px;font-family:BaseFontMedium,sans-serif;font-weight:500;margin-bottom:30px}
.m-card--base.m-card--imgtxt.m-card--imgtxtv2 .m-card__body .m-card__description h3{color:#064181;line-height:27px;font-size:24px;font-family:BaseFontMedium,sans-serif;font-weight:500;margin-bottom:30px}
.m-card--base.m-card--imgtxt.m-card--imgtxtv2 .m-card__body .m-card__description h3 sup{font-size:18px;line-height:0}
@media screen and (max-width:991px){.m-card--base.m-card--imgtxt.m-card--imgtxtv2 .m-card__description h3{line-height:21px !important;font-size:16px !important}
.m-card--base.m-card--imgtxt.m-card--imgtxtv2 .m-card__description h3 sup{font-size:12px !important}
}
@media screen and (min-width:992px){.m-card--base.m-card--imgtxt .m-card__body{padding:30px}
}
@media screen and (min-width:1200px){.m-card--base.m-card--imgtxt .m-card__body{padding:30px 105px 30px 40px}
}
.m-card--base.m-card--imgtxt.m-card--imgtxt-gl{background-color:#fefbf6;align-items:center}
.m-card--base.m-card--imgtxt.m-card--imgtxt-gl .m-card-link{display:flex;align-items:center;flex:0 0 100%}
.m-card--base.m-card--imgtxt.m-card--imgtxt-gl .m-card-link .m-card__body{padding:30px 15px;text-align:center}
@media only screen and (max-width:991.98px){.m-card--base.m-card--imgtxt.m-card--imgtxt-gl .m-card-link{flex-direction:column}
.m-card--base.m-card--imgtxt.m-card--imgtxt-gl .m-card-link .m-card_body{text-align:left}
}
@media only screen and (min-width:992px){.m-card--base.m-card--imgtxt.m-card--imgtxt-gl .m-card__body{padding:30px 105px}
}
.m-card--base.m-card--imgtxt.m-card--imgtxt-gl .m-card__body h2,.m-card--base.m-card--imgtxt.m-card--imgtxt-gl .m-card__body h3{font-family:BaseFontMedium,sans-serif;color:#1cbfe6;font-size:18px;font-weight:700;margin-bottom:30px;line-height:23px}
@media only screen and (max-width:991.98px){.m-card--base.m-card--imgtxt.m-card--imgtxt-gl .m-card__body h2,.m-card--base.m-card--imgtxt.m-card--imgtxt-gl .m-card__body h3{font-size:14px;line-height:19px}
}
.m-card--base.m-card--imgtxt.m-card--imgtxt-gl .m-card__body h2{font-size:22px}
@media only screen and (max-width:767.98px){.m-card--base.m-card--imgtxt.m-card--imgtxt-gl .m-card__body h2{font-size:14px}
}
.m-card--base.m-card--imgtxt.m-card--imgtxt-gl .m-card__body .m-card__description p{color:#5c5c5c;font-weight:400}
.m-card--base.m-card--imgtxt.m-card--imgtxt-gl .m-card__body .m-card__description p b,.m-card--base.m-card--imgtxt.m-card--imgtxt-gl .m-card__body .m-card__description p strong{color:#1cbfe6;font-family:baseFontRegular,sans-serif}
.a-container--base.a-container--document-download{max-width:1200px}
.a-container--base.a-container--document-download .cmp-container{margin:50px 0}
.a-container--base.a-container--document-download .cmp-container .columncontrol.hide-rows{display:none}
.a-container--base.a-container--document-download .cmp-container .cmp-title__text{line-height:39px;margin-bottom:50px}
.a-container--base.a-container--document-download .cmp-container .a-horizontalrule--base{margin-bottom:30px}
.a-container--base.a-container--document-download .cmp-container .a-link--doc-download{text-align:right}
.a-container--base.a-container--document-download .cmp-container .a-link--doc-download .a-link__text{color:#064181;font-family:BaseFontMedium,sans-serif;font-size:18px;line-height:27px;font-weight:400;text-transform:uppercase;text-decoration:underline}
.a-container--base.a-container--document-download .container{max-width:none;width:100%;padding:0}
.a-container--base.a-container--document-download .container .row .columncontrol__column{text-align:center;padding:0 12px;margin-bottom:50px}
.a-container--base.a-container--document-download .container .row .columncontrol__column article.m-card{max-width:385px;width:100%}
.a-container--base.a-container--document-download .container .row .columncontrol__column article.m-card .m-card__media{height:230px !important}
.a-container--base.a-container--document-download .container .row .columncontrol__column article.m-card .m-card__media .m-card__wrap{height:100%}
.a-container--base.a-container--document-download .container .row .columncontrol__column article.m-card .m-card__media .m-card__wrap .m-card__image{height:100%}
.a-container--base.a-container--document-download .container .row .columncontrol__column article.m-card .m-card__media .m-card__wrap .m-card__image img.cmp-image__image{position:static;object-fit:initial}
.a-container--base.a-container--document-download .container .row .columncontrol__column article.m-card .m-card__body{padding:30px 0 0}
.a-container--base.a-container--document-download .container .row .columncontrol__column article.m-card .m-card__body .m-card__title{font-family:BaseFontLight,sans-serif;font-size:18px;line-height:23px;font-weight:400;color:#262525;margin-bottom:0}
.a-container--base.a-container--document-download .container .row .columncontrol__column article.m-card .m-card__body .m-card__description{display:none}
.a-container--base.a-container--document-download .container .row .columncontrol__column article.m-card .m-card__body .nonClickableLink.nonclickablelink{display:none}
.a-container--base.a-container--document-download .container .row .link span{font-size:18px;line-height:26px;font-weight:400}
.a-link--base.a-link--doc-download-glucerna .a-link .a-link__text{color:#1cbfe6}
@media screen and (max-width:991.98px){.a-container--base.a-container--document-download .cmp-container .cmp-title__text{font-size:24px;line-height:29px}
.a-container--base.a-container--document-download .container .row{flex-direction:column;align-items:center}
.a-container--base.a-container--document-download .container .row .columncontrol__column{max-width:none}
.a-container--base.a-container--document-download .container .row .columncontrol__column article.m-card .m-card__body .m-card__title{font-size:14px;line-height:19px;padding:0 20px}
.a-container--base.a-container--document-download .container .row .columncontrol__column:last-child{margin-bottom:50px}
}
.o-features-card-base.o-features-card-style2,.o-features-card-base.o-features-card-style5,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two{display:flex;margin-bottom:50px}
.o-features-card-base.o-features-card-style2>div:nth-of-type(1),.o-features-card-base.o-features-card-style5>div:nth-of-type(1),.o-features-card-base.o-features-card-style2.o-features-card-questionary-two>div:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two>div:nth-of-type(1),.o-features-card-base.o-features-card-style2.o-features-card-questionary-three>div:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three>div:nth-of-type(1),.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1),.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1){flex:1;max-width:41.667%;height:inherit;background-color:#efefef;padding:100px 0}
.o-features-card-base.o-features-card-style2>div:nth-of-type(1) .o-features-card__block,.o-features-card-base.o-features-card-style5>div:nth-of-type(1) .o-features-card__block,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__block,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__block,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__block,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__block,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__block,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__block,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__block,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__block,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__block,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__block,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__block,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__block,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__block,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__block,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__block{position:absolute;right:0;width:58.33%;padding-left:100px;padding-right:100px}
.o-features-card-base.o-features-card-style2>div:nth-of-type(1) .o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style5>div:nth-of-type(1) .o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text{margin-bottom:30px !important}
.o-features-card-base.o-features-card-style2>div:nth-of-type(1) .o-features-card__block .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style5>div:nth-of-type(1) .o-features-card__block .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__block .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__block .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__block .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__block .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__block .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__block .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__block .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__block .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__block .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__block .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__block .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__block .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__block .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__block .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__block .o-features-card__content .text.a-text--base p{text-align:left}
.o-features-card-base.o-features-card-style2>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style5>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap{border:8px solid #565656;width:220px;height:220px;border-radius:50%;overflow:hidden;text-align:center;margin:0 auto}
.o-features-card-base.o-features-card-style2>div:nth-of-type(1)>.wrap>.halfCircleTop,.o-features-card-base.o-features-card-style5>div:nth-of-type(1)>.wrap>.halfCircleTop,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop{margin:12px;height:90px;width:180px;border-top-left-radius:110px;border-top-right-radius:110px;background-color:#565656}
.o-features-card-base.o-features-card-style2>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>circle,.o-features-card-base.o-features-card-style5>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>circle,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>circle,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>circle,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>circle,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>circle,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>circle,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>circle,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>circle,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>circle,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>circle,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>circle,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>circle,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>circle,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>circle,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>circle,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>circle{fill:none;stroke-width:32}
.o-features-card-base.o-features-card-style2>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon,.o-features-card-base.o-features-card-style5>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon{fill:#efefef;stroke:#565656}
.o-features-card-base.o-features-card-style2>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon:nth-of-type(2),.o-features-card-base.o-features-card-style5>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon:nth-of-type(2),.o-features-card-base.o-features-card-style2>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap polygon:nth-of-type(3),.o-features-card-base.o-features-card-style5>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap polygon:nth-of-type(3),.o-features-card-base.o-features-card-style2.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon:nth-of-type(2),.o-features-card-base.o-features-card-style2.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap polygon:nth-of-type(3),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap polygon:nth-of-type(3),.o-features-card-base.o-features-card-style2.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon:nth-of-type(2),.o-features-card-base.o-features-card-style2.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap polygon:nth-of-type(3),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap polygon:nth-of-type(3),.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon:nth-of-type(2),.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap polygon:nth-of-type(3),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap polygon:nth-of-type(3),.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon:nth-of-type(2),.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap polygon:nth-of-type(3),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap polygon:nth-of-type(3),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap polygon:nth-of-type(3),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap polygon:nth-of-type(3),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap polygon:nth-of-type(3),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap polygon:nth-of-type(3),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap polygon:nth-of-type(3),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap polygon:nth-of-type(3),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap polygon:nth-of-type(3){display:none}
.o-features-card-base.o-features-card-style2>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>.strokeCircle,.o-features-card-base.o-features-card-style5>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>.strokeCircle,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>.strokeCircle,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>.strokeCircle,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>.strokeCircle,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>.strokeCircle,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>.strokeCircle,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>.strokeCircle,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>.strokeCircle,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>.strokeCircle,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>.strokeCircle,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>.strokeCircle,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>.strokeCircle,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>.strokeCircle,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>.strokeCircle,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>.strokeCircle,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>.strokeCircle{fill:#efefef;stroke:#565656;stroke-width:3}
.o-features-card-base.o-features-card-style2>div:nth-of-type(1)>.wrap>.halfCircleTop .greenLayer,.o-features-card-base.o-features-card-style5>div:nth-of-type(1)>.wrap>.halfCircleTop .greenLayer,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop .greenLayer,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop .greenLayer,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop .greenLayer,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop .greenLayer,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop .greenLayer,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop .greenLayer,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop .greenLayer,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop .greenLayer,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop .greenLayer,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop .greenLayer,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop .greenLayer,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop .greenLayer,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop .greenLayer,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop .greenLayer,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop .greenLayer{stroke-dasharray:14 100;stroke:#00d15d;stroke-dashoffset:-42.2}
.o-features-card-base.o-features-card-style2>div:nth-of-type(1)>.wrap>.halfCircleTop .yellowLayer,.o-features-card-base.o-features-card-style5>div:nth-of-type(1)>.wrap>.halfCircleTop .yellowLayer,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop .yellowLayer,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop .yellowLayer,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop .yellowLayer,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop .yellowLayer,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop .yellowLayer,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop .yellowLayer,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop .yellowLayer,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop .yellowLayer,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop .yellowLayer,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop .yellowLayer,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop .yellowLayer,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop .yellowLayer,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop .yellowLayer,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop .yellowLayer,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop .yellowLayer{stroke-dasharray:14 100;stroke:#fce36a;stroke-dashoffset:-56.2}
.o-features-card-base.o-features-card-style2>div:nth-of-type(1)>.wrap>.halfCircleTop .redLayer,.o-features-card-base.o-features-card-style5>div:nth-of-type(1)>.wrap>.halfCircleTop .redLayer,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop .redLayer,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop .redLayer,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop .redLayer,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop .redLayer,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop .redLayer,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop .redLayer,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop .redLayer,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop .redLayer,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop .redLayer,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop .redLayer,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop .redLayer,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop .redLayer,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop .redLayer,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop .redLayer,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop .redLayer{stroke-dasharray:14 100;stroke:#f02;stroke-dashoffset:-70.2}
.o-features-card-base.o-features-card-style2>div:nth-of-type(1)>.wrap>.halfCircleBottom,.o-features-card-base.o-features-card-style5>div:nth-of-type(1)>.wrap>.halfCircleBottom,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleBottom,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleBottom,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleBottom,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleBottom,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleBottom,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleBottom,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleBottom,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleBottom,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleBottom,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleBottom,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleBottom,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleBottom,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleBottom,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleBottom,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleBottom{border-top:8px solid #565656;height:9px;margin:-12px auto;width:180px}
.o-features-card-base.o-features-card-style2>div:nth-of-type(1)>.wrap .selectedColor,.o-features-card-base.o-features-card-style5>div:nth-of-type(1)>.wrap .selectedColor,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two>div:nth-of-type(1)>.wrap .selectedColor,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two>div:nth-of-type(1)>.wrap .selectedColor,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three>div:nth-of-type(1)>.wrap .selectedColor,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three>div:nth-of-type(1)>.wrap .selectedColor,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap .selectedColor,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap .selectedColor,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap .selectedColor,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap .selectedColor,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1)>.wrap .selectedColor,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap .selectedColor,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1)>.wrap .selectedColor,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap .selectedColor,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap .selectedColor,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap .selectedColor,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap .selectedColor{border:8px solid #565656;width:80px;height:40px;margin:45px auto;background-color:#00d15d}
.o-features-card-base.o-features-card-style2>div:nth-of-type(2),.o-features-card-base.o-features-card-style5>div:nth-of-type(2),.o-features-card-base.o-features-card-style2.o-features-card-questionary-two>div:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two>div:nth-of-type(2),.o-features-card-base.o-features-card-style2.o-features-card-questionary-three>div:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three>div:nth-of-type(2),.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(2),.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(2){flex:1}
.o-features-card-base.o-features-card-style5>div:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two>div:nth-of-type(1){background-color:#fefbf6 !important}
.o-features-card-base.o-features-card-style4,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two{display:flex;margin-bottom:50px}
.o-features-card-base.o-features-card-style4>div:nth-of-type(1),.o-features-card-base.o-features-card-style4.o-features-card-questionary-two>div:nth-of-type(1),.o-features-card-base.o-features-card-style4.o-features-card-questionary-three>div:nth-of-type(1),.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1),.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1){flex:1;max-width:41.667%;height:inherit;background-color:#fcf4ff;padding:100px 0}
.o-features-card-base.o-features-card-style4>div:nth-of-type(1) .o-features-card__block,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__block,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__block,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__block,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__block{position:absolute;right:0;width:58.33%;padding-left:0;padding-right:100px}
.o-features-card-base.o-features-card-style4>div:nth-of-type(1) .o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text{margin-bottom:30px !important}
.o-features-card-base.o-features-card-style4>div:nth-of-type(1) .o-features-card__block .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__block .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__block .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__block .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__block .o-features-card__content .text.a-text--base p{text-align:left}
.o-features-card-base.o-features-card-style4>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap{background-color:#4d385b;border:8px solid #565656;width:220px;height:220px;border-radius:50%;overflow:hidden;text-align:center;margin:0 auto}
.o-features-card-base.o-features-card-style4>div:nth-of-type(1)>.wrap>.halfCircleTop,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop{margin:12px;height:90px;width:180px;border-top-left-radius:110px;border-top-right-radius:110px;background-color:#565656}
.o-features-card-base.o-features-card-style4>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>circle,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>circle,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>circle,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>circle,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>circle{fill:none;stroke-width:32}
.o-features-card-base.o-features-card-style4>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon{fill:#efefef;stroke:#565656}
.o-features-card-base.o-features-card-style4>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon:nth-of-type(2),.o-features-card-base.o-features-card-style4>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap polygon:nth-of-type(3),.o-features-card-base.o-features-card-style4.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon:nth-of-type(2),.o-features-card-base.o-features-card-style4.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap polygon:nth-of-type(3),.o-features-card-base.o-features-card-style4.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon:nth-of-type(2),.o-features-card-base.o-features-card-style4.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap polygon:nth-of-type(3),.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon:nth-of-type(2),.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap polygon:nth-of-type(3),.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>polygon:nth-of-type(2),.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap polygon:nth-of-type(3){display:none}
.o-features-card-base.o-features-card-style4>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>.strokeCircle,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>.strokeCircle,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>.strokeCircle,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>.strokeCircle,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop>.pieWrap>.strokeCircle{fill:#efefef;stroke:#565656;stroke-width:3}
.o-features-card-base.o-features-card-style4>div:nth-of-type(1)>.wrap>.halfCircleTop .greenLayer,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop .greenLayer,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop .greenLayer,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop .greenLayer,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop .greenLayer{stroke-dasharray:14 100;stroke:#00d15d;stroke-dashoffset:-42.2}
.o-features-card-base.o-features-card-style4>div:nth-of-type(1)>.wrap>.halfCircleTop .yellowLayer,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop .yellowLayer,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop .yellowLayer,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop .yellowLayer,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop .yellowLayer{stroke-dasharray:14 100;stroke:#fce36a;stroke-dashoffset:-56.2}
.o-features-card-base.o-features-card-style4>div:nth-of-type(1)>.wrap>.halfCircleTop .redLayer,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop .redLayer,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop .redLayer,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleTop .redLayer,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleTop .redLayer{stroke-dasharray:14 100;stroke:#f02;stroke-dashoffset:-70.2}
.o-features-card-base.o-features-card-style4>div:nth-of-type(1)>.wrap>.halfCircleBottom,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleBottom,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleBottom,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap>.halfCircleBottom,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap>.halfCircleBottom{border-top:8px solid #565656;height:9px;margin:-12px auto;width:180px}
.o-features-card-base.o-features-card-style4>div:nth-of-type(1)>.wrap .selectedColor,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two>div:nth-of-type(1)>.wrap .selectedColor,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three>div:nth-of-type(1)>.wrap .selectedColor,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap .selectedColor,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap .selectedColor{border:8px solid #565656;width:80px;height:40px;margin:45px auto;background-color:#00d15d}
.o-features-card-base.o-features-card-style4>div:nth-of-type(2),.o-features-card-base.o-features-card-style4.o-features-card-questionary-two>div:nth-of-type(2),.o-features-card-base.o-features-card-style4.o-features-card-questionary-three>div:nth-of-type(2),.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(2),.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(2){flex:1}
@media only screen and (max-width:991.98px){.o-features-card-base.o-features-card-style2,.o-features-card-base.o-features-card-style5,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two{margin-bottom:30px}
.o-features-card-base.o-features-card-style2>div:nth-of-type(1),.o-features-card-base.o-features-card-style5>div:nth-of-type(1),.o-features-card-base.o-features-card-style2.o-features-card-questionary-two>div:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two>div:nth-of-type(1),.o-features-card-base.o-features-card-style2.o-features-card-questionary-three>div:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three>div:nth-of-type(1),.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1),.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1){display:flex;flex-direction:column;flex:none;max-width:-webkit-fill-available;padding:30px 0 0 0}
.o-features-card-base.o-features-card-style2>div:nth-of-type(1)>.o-features-card__block,.o-features-card-base.o-features-card-style5>div:nth-of-type(1)>.o-features-card__block,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two>div:nth-of-type(1)>.o-features-card__block,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two>div:nth-of-type(1)>.o-features-card__block,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three>div:nth-of-type(1)>.o-features-card__block,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three>div:nth-of-type(1)>.o-features-card__block,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.o-features-card__block,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.o-features-card__block,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.o-features-card__block,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.o-features-card__block,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1)>.o-features-card__block,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.o-features-card__block,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1)>.o-features-card__block,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.o-features-card__block,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.o-features-card__block,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.o-features-card__block,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.o-features-card__block{order:2;position:unset;width:unset;margin-top:30px;padding:30px 15px 30px 15px;background-color:#004084}
.o-features-card-base.o-features-card-style2>div:nth-of-type(1)>.o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style5>div:nth-of-type(1)>.o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two>div:nth-of-type(1)>.o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two>div:nth-of-type(1)>.o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three>div:nth-of-type(1)>.o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three>div:nth-of-type(1)>.o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1)>.o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1)>.o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text{line-height:29px}
.o-features-card-base.o-features-card-style2>div:nth-of-type(1) .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style5>div:nth-of-type(1) .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__content .text.a-text--base p{line-height:19px}
.o-features-card-base.o-features-card-style2>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style5>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap{order:1}
}
@media only screen and (max-width:991.98px){.o-features-card-base.o-features-card-style4,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two{margin-bottom:30px}
.o-features-card-base.o-features-card-style4>div:nth-of-type(1),.o-features-card-base.o-features-card-style4.o-features-card-questionary-two>div:nth-of-type(1),.o-features-card-base.o-features-card-style4.o-features-card-questionary-three>div:nth-of-type(1),.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1),.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1){display:flex;flex-direction:column;flex:none;max-width:-webkit-fill-available;padding:30px 0 0 0}
.o-features-card-base.o-features-card-style4>div:nth-of-type(1)>.o-features-card__block,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two>div:nth-of-type(1)>.o-features-card__block,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three>div:nth-of-type(1)>.o-features-card__block,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.o-features-card__block,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.o-features-card__block{order:2;position:unset;width:unset;margin-top:30px;padding:30px 15px 30px 15px;background-color:#fcf4ff}
.o-features-card-base.o-features-card-style4>div:nth-of-type(1)>.o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two>div:nth-of-type(1)>.o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three>div:nth-of-type(1)>.o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.o-features-card__block>.o-features-card__title>.title.a-title--base h2.cmp-title__text{line-height:29px}
.o-features-card-base.o-features-card-style4>div:nth-of-type(1) .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1) .o-features-card__content .text.a-text--base p,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1) .o-features-card__content .text.a-text--base p{line-height:19px}
.o-features-card-base.o-features-card-style4>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three>div:nth-of-type(1)>.wrap,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two>div:nth-of-type(1)>.wrap{order:1}
}
.o-features-card-base.o-features-card-style2.o-features-card-questionary-two polygon:nth-of-type(1),.o-features-card-base.o-features-card-style2.o-features-card-questionary-two polygon:nth-of-type(3),.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-two polygon:nth-of-type(1),.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-two polygon:nth-of-type(3),.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two polygon:nth-of-type(1),.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two polygon:nth-of-type(3),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two polygon:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two polygon:nth-of-type(3),.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two polygon:nth-of-type(1),.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two polygon:nth-of-type(3),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two polygon:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two polygon:nth-of-type(3),.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-two polygon:nth-of-type(1),.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-two polygon:nth-of-type(3),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-two polygon:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-two polygon:nth-of-type(3),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two polygon:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two polygon:nth-of-type(3),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-two polygon:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-two polygon:nth-of-type(3),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two polygon:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two polygon:nth-of-type(3),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two polygon:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two polygon:nth-of-type(3),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-two polygon:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-two polygon:nth-of-type(3),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two polygon:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two polygon:nth-of-type(3),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-two polygon:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-two polygon:nth-of-type(3){display:none}
.o-features-card-base.o-features-card-style2.o-features-card-questionary-two polygon:nth-of-type(2),.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-two polygon:nth-of-type(2),.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two polygon:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two polygon:nth-of-type(2),.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two polygon:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two polygon:nth-of-type(2),.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-two polygon:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-two polygon:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two polygon:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-two polygon:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two polygon:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two polygon:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-two polygon:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two polygon:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-two polygon:nth-of-type(2){display:block !important}
.o-features-card-base.o-features-card-style2.o-features-card-questionary-two .selectedColor,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-two .selectedColor,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two .selectedColor,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two .selectedColor,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two .selectedColor,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two .selectedColor,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-two .selectedColor,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-two .selectedColor,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two .selectedColor,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-two .selectedColor,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two .selectedColor,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two .selectedColor,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-two .selectedColor,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two .selectedColor,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-two .selectedColor{background-color:#fce36a !important}
.o-features-card-base.o-features-card-style4.o-features-card-questionary-two polygon:nth-of-type(1),.o-features-card-base.o-features-card-style4.o-features-card-questionary-two polygon:nth-of-type(3),.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-two polygon:nth-of-type(1),.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-two polygon:nth-of-type(3),.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two polygon:nth-of-type(1),.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two polygon:nth-of-type(3),.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two polygon:nth-of-type(1),.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two polygon:nth-of-type(3),.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-two polygon:nth-of-type(1),.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-two polygon:nth-of-type(3){display:none}
.o-features-card-base.o-features-card-style4.o-features-card-questionary-two polygon:nth-of-type(2),.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-two polygon:nth-of-type(2),.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two polygon:nth-of-type(2),.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two polygon:nth-of-type(2),.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-two polygon:nth-of-type(2){display:block !important}
.o-features-card-base.o-features-card-style4.o-features-card-questionary-two .selectedColor,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-two .selectedColor,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two .selectedColor,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two .selectedColor,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-two .selectedColor{background-color:#fce36a !important}
.o-features-card-base.o-features-card-style5.o-features-card-questionary-two polygon:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two polygon:nth-of-type(3),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-two polygon:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-two polygon:nth-of-type(3){display:none}
.o-features-card-base.o-features-card-style5.o-features-card-questionary-two polygon:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-two polygon:nth-of-type(2){display:block !important}
.o-features-card-base.o-features-card-style5.o-features-card-questionary-two .selectedColor,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-two .selectedColor{background-color:#fce36a !important}
.o-features-card-base.o-features-card-style2.o-features-card-questionary-three polygon:nth-of-type(1),.o-features-card-base.o-features-card-style2.o-features-card-questionary-three polygon:nth-of-type(2),.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three polygon:nth-of-type(1),.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three polygon:nth-of-type(2),.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-three polygon:nth-of-type(1),.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-three polygon:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three polygon:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three polygon:nth-of-type(2),.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three polygon:nth-of-type(1),.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three polygon:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three polygon:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three polygon:nth-of-type(2),.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three polygon:nth-of-type(1),.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three polygon:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three polygon:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three polygon:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-three polygon:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-three polygon:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three polygon:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three polygon:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-three polygon:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-three polygon:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three polygon:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three polygon:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three polygon:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three polygon:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three polygon:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three polygon:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three polygon:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three polygon:nth-of-type(2){display:none}
.o-features-card-base.o-features-card-style2.o-features-card-questionary-three polygon:nth-of-type(3),.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three polygon:nth-of-type(3),.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-three polygon:nth-of-type(3),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three polygon:nth-of-type(3),.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three polygon:nth-of-type(3),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three polygon:nth-of-type(3),.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three polygon:nth-of-type(3),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three polygon:nth-of-type(3),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-three polygon:nth-of-type(3),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three polygon:nth-of-type(3),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-three polygon:nth-of-type(3),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three polygon:nth-of-type(3),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three polygon:nth-of-type(3),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three polygon:nth-of-type(3),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three polygon:nth-of-type(3){display:block !important}
.o-features-card-base.o-features-card-style2.o-features-card-questionary-three .selectedColor,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three .selectedColor,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-three .selectedColor,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three .selectedColor,.o-features-card-base.o-features-card-style2.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three .selectedColor,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three .selectedColor,.o-features-card-base.o-features-card-style2.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three .selectedColor,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three .selectedColor,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-three .selectedColor,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three .selectedColor,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-three .selectedColor,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three .selectedColor,.o-features-card-base.o-features-card-style5.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three .selectedColor,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three .selectedColor,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three .selectedColor{background-color:#f02 !important}
.o-features-card-base.o-features-card-style4.o-features-card-questionary-three polygon:nth-of-type(1),.o-features-card-base.o-features-card-style4.o-features-card-questionary-three polygon:nth-of-type(2),.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three polygon:nth-of-type(1),.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three polygon:nth-of-type(2),.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-three polygon:nth-of-type(1),.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-three polygon:nth-of-type(2),.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three polygon:nth-of-type(1),.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three polygon:nth-of-type(2),.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three polygon:nth-of-type(1),.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three polygon:nth-of-type(2){display:none}
.o-features-card-base.o-features-card-style4.o-features-card-questionary-three polygon:nth-of-type(3),.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three polygon:nth-of-type(3),.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-three polygon:nth-of-type(3),.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three polygon:nth-of-type(3),.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three polygon:nth-of-type(3){display:block !important}
.o-features-card-base.o-features-card-style4.o-features-card-questionary-three .selectedColor,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three .selectedColor,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-three .selectedColor,.o-features-card-base.o-features-card-style4.o-features-card-questionary-two.o-features-card-questionary-three.o-features-card-questionary-three .selectedColor,.o-features-card-base.o-features-card-style4.o-features-card-questionary-three.o-features-card-questionary-two.o-features-card-questionary-three .selectedColor{background-color:#f02 !important}
.o-features-card-base.o-features-card-style5.o-features-card-questionary-three polygon:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-three polygon:nth-of-type(2),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three polygon:nth-of-type(1),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three polygon:nth-of-type(2){display:none}
.o-features-card-base.o-features-card-style5.o-features-card-questionary-three polygon:nth-of-type(3),.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three polygon:nth-of-type(3){display:block !important}
.o-features-card-base.o-features-card-style5.o-features-card-questionary-three .selectedColor,.o-features-card-base.o-features-card-style5.o-features-card-questionary-two.o-features-card-questionary-three .selectedColor{background-color:#f02 !important}
.a-container--questionary .o-form-container--base .form-container>.columncontrol>.container>.row{justify-content:space-between}
.a-container--questionary .o-form-container--base .form-container>.columncontrol>.container>.row>div.columncontrol__column{max-width:41.666667%}
.a-container--questionary .o-form-container--base .form-container>.columncontrol>.container>.row>div.columncontrol__column>.title.a-title--base{margin-bottom:30px !important;margin-top:0 !important}
.a-container--questionary .o-form-container--base .form-container>.columncontrol>.container>.row>div.columncontrol__column>.title.a-title--base>div>h4.cmp-title__text{margin-bottom:0 !important}
.a-container--questionary .o-form-container--base .form-container>.columncontrol>.container>.row>div.columncontrol__column>.options.o-form-option--base{margin-top:0 !important;margin-bottom:10px !important}
.a-container--questionary .o-form-container--base .form-container>.columncontrol>.container>.row>div.columncontrol__column>.options.o-form-option--base>.radio>label.a-radio-label{color:#262525;font-family:BaseFontLighter,sans-serif;font-size:18px;line-height:23px;font-weight:400;margin-bottom:30px}
.a-container--questionary .o-form-container--base .form-container>.columncontrol>.container>.row>div.columncontrol__column>.options.o-form-option--base>.radio .a-radio__text{color:#262525;font-size:18px;font-family:BaseFontLighter,sans-serif;font-weight:400;line-height:20px}
.a-container--questionary .o-form-container--base.formcontainer{padding-bottom:30px;border-bottom:1px solid #707070}
.a-container--questionary .a-titlecolor--sky-blue ~ .o-form-container--base.formcontainer{border-bottom:0;padding-bottom:80px}
.a-container--questionary .o-form-container--base.formcontainer .o-form-container__buttons>div.button>a.btn{border-radius:60px;height:65px;width:250px;line-height:55px}
.a-container--questionary .o-form-container--base.formcontainer .o-form-container__buttons>div.button>a.btn>span{font-family:'BaseFontRegular',sans-serif;font-size:18px;line-height:26px;font-weight:400}
.a-container--questionary .a-title--base.o-margin-bottom{margin-bottom:50px !important}
.a-container--questionary .a-rule{padding-left:15px;padding-right:15px;margin-bottom:50px;margin-top:30px}
.a-container--questionary .a-text--base.o-padding-left{padding-left:30px !important}
.a-container--questionary .a-text--base.o-padding-right{padding-right:30px !important}
.a-container--questionary .a-text--base.o-margin-bottom{margin-bottom:30px !important}
.tabs.a-tabs--base.a-tabs--questioners{margin-left:55px;margin-right:55px}
.tabs.a-tabs--base.a-tabs--questioners .a-container--questionary{padding-left:0;padding-right:0;max-width:100%}
.tabs.a-tabs--base.a-tabs--questioners>div>nav>a:nth-of-type(1){display:none}
.tabs.a-tabs--base.a-tabs--questioners>div>nav>a:nth-of-type(2){display:none}
.tabs.a-tabs--base.a-tabs--questioners>div>nav>a:nth-of-type(3){display:none}
.red-error{color:red !important}
.red-error-border{border-color:red !important}
.o-form-container--base .o-form-container__error-msg p{text-align:center;position:relative;top:100px;color:red;font-family:BaseFontMedium,sans-serif !important;font-size:24px;line-height:27px;font-weight:500}
.options.o-form-option--base.o-form-option--questionary-style1>.radio>.a-radio{--radio-checked-bg:#1cbfe6}
.options.o-form-option--base.o-form-option--questionary-style1>.radio>label.a-radio-label{color:#898989 !important}
.options.o-form-option--base.o-form-option--questionary-style1>.radio .a-radio__text{color:#898989 !important}
.options.o-form-option--base.o-form-option--questionary-style2>.radio>.a-radio{--radio-checked-bg:#4b3661}
.options.o-form-option--base.o-form-option--questionary-style2>.radio>label.a-radio-label{display:none}
.options.o-form-option--base.o-form-option--questionary-style2>.radio .a-radio__text{color:#4b3661 !important}
@media only screen and (max-width:991.98px){.o-form-container--base .o-form-container__error-msg p{font-size:16px;line-height:21px}
.tabs.a-tabs--base.a-tabs--questioners{margin-left:0 !important;margin-right:0 !important}
.a-container--questionary .o-form-container--base .form-container>.columncontrol>.container>.row>div.columncontrol__column{max-width:100%;margin-bottom:0 !important;flex:none}
.a-container--questionary .o-form-container--base .form-container>.columncontrol>.container>.row>div.columncontrol__column>.options.o-form-option--base>.radio>label.a-radio-label{color:#262525;font-family:BaseFontLighter,sans-serif;font-size:14px;line-height:19px;font-weight:400;margin-bottom:30px}
.a-container--questionary .o-form-container--base .form-container>.columncontrol>.container>.row>div.columncontrol__column>.options.o-form-option--base>.radio>.a-radio{margin-left:20px}
.a-container--questionary .formcontainer.o-form-container--base{margin-left:15px;margin-right:15px}
.a-container--base.a-container--questionary + .a-container--base.container{max-width:100% !important}
.a-container--questionary .o-form-container--base.formcontainer .container{padding-left:0 !important;padding-right:0 !important;max-width:100%}
.a-container--questionary .container{max-width:100%}
.a-container--questionary .o-form-container--base.formcontainer .o-form-container__buttons{margin-top:30px;text-align:center}
.a-container--questionary .a-title--base.o-padding-left{padding-left:15px !important}
.a-container--questionary .a-title--base.o-padding-right{padding-right:15px !important}
.a-container--questionary .a-title--base.o-margin-bottom{margin-bottom:50px !important}
.a-container--questionary .a-text--base.o-padding-right{padding-right:15px !important}
.a-container--questionary .a-text--base.o-padding-left{padding-left:15px !important}
.a-container--questionary .a-text--base.o-margin-bottom{margin-bottom:30px !important}
.a-container--questionary .a-text--base.o-margin-top{margin-top:30px !important}
}
.a-column-control--base.a-column-control--recipe-detail .container{padding-right:0;padding-left:0;max-width:1200px !important;width:100%;margin:auto}
.a-column-control--base.a-column-control--recipe-detail .container .row{margin-right:11px;margin-left:11px}
.a-column-control--base.a-column-control--recipe-detail .container .row .a-text--base.a-text--accordion{overflow:hidden}
.a-column-control--base.a-column-control--recipe-detail .container .row .a-text--base.a-text--accordion table tbody tr td p{font-family:BaseFontLighter,sans-serif;font-size:18px;line-height:27px}
.a-column-control--base.a-column-control--recipe-detail .container .row .a-text--base.a-text--accordion table tbody tr td:first-child h4{font-size:18px;font-family:BaseFontMedium,sans-serif;line-height:23px;color:white}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:first-child:after{display:none}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:first-child{padding:0 50px;padding-left:132px;margin-bottom:0}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:first-child .title{margin-bottom:30px}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:first-child .title .cmp-title h1{margin-bottom:0}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:first-child .title .cmp-title h3{margin-bottom:40px;text-align:center}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:first-child .title:first-child .cmp-title h3{margin-bottom:30px}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:first-child .title:last-child{margin-top:0;margin-bottom:30px}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:first-child .title:last-child .cmp-title h3{text-align:center}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:first-child .text.a-text--base.a-fontfamily-lighter.a-fontsize-18px{margin-top:0;margin-bottom:30px}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:first-child .text.a-text--base.a-fontfamily-lighter.a-fontsize-18px .cmp-text p{color:#262525;font-size:18px;font-weight:400;text-align:center;line-height:20px;margin-bottom:30px}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:last-child{border-left:1px solid #707070;border-top:0;padding-left:102px;padding-right:80px}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:last-child .m-card--base.m-card--recipe.m-card--recipe-p .m-card__body h2,.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:last-child .m-card--base.m-card--recipe.m-card--recipe-p .m-card__body h3{color:#4b3661 !important}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:last-child .m-card--base.m-card--recipe.m-card--recipe-p .m-card__body .m-card__description h3{color:#4b3661 !important}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:last-child .m-card--base.m-card--recipe.m-card--recipe-p .m-card__body .m-card__description p{color:#898989 !important}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:last-child .m-card--base.m-card--recipe{overflow:hidden;max-width:385px;width:100%;margin:unset}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:last-child .m-card--base.m-card--recipe .m-card__media{height:auto}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:last-child .m-card--base.m-card--recipe .m-card__media .m-card__wrap .m-card__image{position:relative}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:last-child .m-card--base.m-card--recipe .m-card__media .m-card__wrap .m-card__image .cmp-image__image{position:relative}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:last-child .m-card--base.m-card--recipe .m-card__body{padding:0;margin-top:30px}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:last-child .m-card--base.m-card--recipe .m-card__body .m-card__title.h4{display:none}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:last-child .m-card--base.m-card--recipe .m-card__body h3{color:#004084;font-size:18px;line-height:27px;font-weight:500;font-family:BaseFontRegular,sans-serif}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:last-child .m-card--base.m-card--recipe .m-card__body .m-card__description p{color:#262525;font-family:BaseFontLighter,sans-serif;margin-bottom:30px;line-height:20px;font-size:18px;font-weight:400}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:last-child .m-card--base.m-card--recipe.m-card--recipe-g .m-card__body h3{color:#1cbfe6;font-weight:700}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:last-child .m-card--base.m-card--recipe.m-card--recipe-g .m-card__description ul li{font-family:BaseFontRegular,sans-serif;font-size:18px;color:#212529;font-weight:400;line-height:1.5}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:last-child .m-card--base.m-card--recipe.m-card--recipe-g .m-card__description ul li::marker{font-size:x-large;color:#212529}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:last-child .a-text--base.a-text--accordion.a-text--table-summerskyblue .cmp-text div{font-family:BaseFontLighter,sans-serif;line-height:20px;margin-bottom:30px;font-size:18px}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:last-child .a-text--base.a-text--accordion.a-text--table-summerskyblue .cmp-text ul li{font-family:BaseFontLighter,sans-serif !important}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:last-child .a-text--base.a-text--accordion.a-text--table-summerskyblue table tbody tr td{background-color:#bcf8ff;line-height:27px;font-family:BaseFontRegular,sans-serif}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:last-child .a-text--base.a-text--accordion.a-text--table-summerskyblue table tbody tr td:first-child{background-color:#1cbfe6}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:last-child .a-text--base.a-text--accordion.a-text--table-summerskyblue table tbody tr td:first-child h4{font-family:BaseFontMedium,sans-serif !important;line-height:23px;font-weight:500}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:last-child .a-text--base.a-text--accordion.a-text--table-summerskyblue table tbody tr:nth-of-type(even) td{background-color:#f5feff;color:#004f70;line-height:27px}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:last-child .a-text--base.a-text--accordion.a-text--table-summerskyblue table tbody tr:nth-of-type(even) td:first-child{background-color:#00529b;color:#fff;line-height:27px}
@media(max-width:1025px){.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:first-child{padding-left:132px}
}
@media(max-width:991px){.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:last-child{padding-left:30px;padding-right:60px}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:first-child{padding-left:90px;padding-right:20px}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:first-child .text.a-text--base.a-fontfamily-lighter.a-fontsize-18px .cmp-text p{font-size:14px;font-weight:400;line-height:20px}
}
@media(max-width:811px){.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:first-child{padding-left:80px}
}
@media(max-width:767px){.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:last-child{border-top:1px solid #707070;border-left:0;padding:0;padding-top:30px;margin-top:0 !important;display:flex;justify-content:center}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:last-child .m-card--base.m-card--recipe{text-align:center}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:last-child .m-card--base.m-card--recipe .m-card__body h3{text-align:left}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:last-child .m-card--base.m-card--recipe .m-card__body .m-card__description p{text-align:left}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:first-child{padding:0;margin-bottom:0}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:first-child .title{margin-top:0 !important}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:first-child .text.a-text--base .cmp-text p{text-align:left}
}
.a-text--base.a-text--text-left .cmp-text p{text-align:left !important}
.a-text--base.a-text--text-right .cmp-text p{text-align:right !important}
.a-text--base.a-text--text-center .cmp-text p{text-align:center !important}
@media(min-width:576px){.a-column-control--base.a-column-control--recipe-detail .container,.a-column-control--base.a-column-control--recipe-detail .container-sm{max-width:100%}
}
.options.o-form-option--base.form--checkbox .checkbox .a-checkbox.a-checkbox--vertical.a-checkbox--default .a-checkbox__label .a-checkbox__custom,.options.o-form-option--base.form--checkbox .checkbox .a-checkbox.a-checkbox--vertical.a-checkbox--default .a-checkbox__label .a-checkbox__custom:hover,.options.o-form-option--base.form--checkbox .checkbox .a-checkbox.a-checkbox--vertical.a-checkbox--default .a-checkbox__label .a-checkbox__custom:active{outline:0}
.options.o-form-option--base.form--checkbox .checkbox .checkbox--text-require{margin-top:auto}
.a-column-control--base.a-column-control--recipe-detail .a-text--base.a-text--accordion table{width:100%;min-width:100%}
.a-column-control--base.a-column-control--recipe-detail .a-text--base.a-text--accordion table tbody tr td{background-color:#c5c5c5;color:#06305e;font-family:BaseFontLighter,sans-serif;font-size:18px;font-weight:400;line-height:20.7px;text-align:center;overflow-wrap:break-word;padding:6px 30px}
.a-column-control--base.a-column-control--recipe-detail .a-text--base.a-text--accordion table tbody tr:nth-of-type(even) td{background-color:#e4e4e4}
.a-column-control--base.a-column-control--recipe-detail .a-text--base.a-text--accordion table tbody tr td:first-child{background-color:#064181;color:#fff;padding:6px 30px;font-family:BaseFontRegular,sans-serif;font-size:18px;font-weight:400;line-height:20.7px;overflow-wrap:break-word;text-align:left;margin-bottom:0}
.a-column-control--base.a-column-control--recipe-detail .a-text--base.a-text--accordion table tbody tr:nth-of-type(even) td:first-child{background-color:#06305e;color:#fff;text-align:left}
.a-column-control--base.a-column-control--recipe-detail .a-text--base.a-text--accordion.a-text--separation table tbody tr td{border:1px solid gray}
.a-column-control--base.a-column-control--recipe-detail .a-text--base.a-text--accordion.a-text--separation table tbody tr td:first-child{width:60%}
@media(max-width:767px){.a-column-control--base.a-column-control--recipe-detail .a-text--base.a-text--accordion{margin-bottom:0 !important}
.a-column-control--base.a-column-control--recipe-detail .a-text--base.a-text--accordion .cmp-text{margin-bottom:30px}
.a-column-control--base.a-column-control--recipe-detail .a-text--base.a-text--accordion table{max-width:463px;min-width:0}
.a-column-control--base.a-column-control--recipe-detail .a-text--base.a-text--accordion table tbody tr td:first-child,.a-column-control--base.a-column-control--recipe-detail .a-text--base.a-text--accordion table tbody tr td:first-child p{font-size:10px;line-height:11.5px;padding:6px 5px}
.a-column-control--base.a-column-control--recipe-detail .container .row .a-text--base.a-text--accordion table tbody tr td{font-size:10px;line-height:11.5px}
.a-column-control--base.a-column-control--recipe-detail .a-text--base.a-text--accordion table tbody tr td{padding:5px}
.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:first-child .text.a-text--base .cmp-text p{text-align:center}
}
@media(max-width:991px){.a-column-control--base.a-column-control--recipe-detail .container .row .a-text--base.a-text--accordion table tbody tr td p{font-size:14px;line-height:20px}
}
@media(min-width:920px) and (max-width:1024px){.a-column-control--base.a-column-control--recipe-detail .container .row .a-text--base.a-text--accordion{overflow:unset}
}
@media(min-width:768px) and (max-width:919px){.a-column-control--base.a-column-control--recipe-detail .a-text--base.a-text--accordion table tbody tr td{padding:5px;font-size:14px}
}
.a-column-control--base.a-column-control--recipe-detail.a-column-control--purple-theme .container .row .column-divider:last-child .m-card--base.m-card--recipe.m-card--recipe-p .m-card__body h3{color:#4b3661 !important}
.a-column-control--base.a-column-control--recipe-detail.a-column-control--purple-theme .container .row .column-divider:last-child .m-card--base.m-card--recipe.m-card--recipe-p .m-card__body .m-card__description p{color:#898989 !important}
.a-column-control--base.a-column-control--recipe-detail.a-column-control--purple-theme .container .row .column-divider:last-child .m-card--base.m-card--recipe .m-card__body h3{color:#4b3661;font-weight:700px !important;line-height:21px}
.a-column-control--base.a-column-control--recipe-detail.a-column-control--purple-theme .container .row .column-divider:last-child .m-card--base.m-card--recipe .m-card__body .m-card__description p{color:#898989}
.a-column-control--base.a-column-control--recipe-detail.a-column-control--purple-theme .container .row .column-divider:first-child{padding-left:50px}
.a-column-control--base.a-column-control--recipe-detail.a-column-control--purple-theme .a-text--base.o-color-purple.a-text--accordion table{border:1px solid gray !important}
.a-column-control--base.a-column-control--recipe-detail.a-column-control--purple-theme .a-text--base.o-color-purple.a-text--accordion table tbody tr{border:1px solid gray !important}
.a-column-control--base.a-column-control--recipe-detail.a-column-control--purple-theme .a-text--base.o-color-purple.a-text--accordion table tbody tr td{border:1px gray !important;background-color:#fcf4ff !important;color:#4b3661 !important;line-height:27px !important;font-family:BaseFontLighter,sans-serif}
.a-column-control--base.a-column-control--recipe-detail.a-column-control--purple-theme .a-text--base.o-color-purple.a-text--accordion table tbody tr td:first-child{background-color:#4b3661 !important;color:#fff !important;font-family:BaseFontRegular,sans-serif}
.a-column-control--base.a-column-control--recipe-detail.a-column-control--purple-theme .a-text--base.o-color-purple.a-text--accordion table tbody tr:nth-of-type(even) td{background-color:#ab92c4 !important}
.a-column-control--base.a-column-control--recipe-detail.a-column-control--purple-theme .a-text--base.o-color-purple.a-text--accordion table tbody tr:nth-of-type(even) td:first-child{background-color:#6f5787 !important;font-family:BaseFontRegular,sans-serif}
@media(max-width:991px){.a-column-control--base.a-column-control--recipe-detail.a-column-control--purple-theme .container .row .column-divider:first-child{padding-left:20px}
.a-column-control--base.a-column-control--recipe-detail.a-column-control--purple-theme .container .row .column-divider:first-child .a-title--base.a-titlecolor--purple .cmp-title h2{line-height:29px}
.a-column-control--base.a-column-control--recipe-detail.a-column-control--purple-theme .container .row .column-divider:first-child .a-title--base.a-titlecolor--purple .cmp-title p{font-size:14px}
.a-column-control--base.a-column-control--recipe-detail.a-column-control--purple-theme .container .row .column-divider:last-child{padding-left:30px}
.a-column-control--base.a-column-control--recipe-detail.a-column-control--purple-theme .container .row .column-divider:last-child .m-card--base.m-card--recipe.m-card--recipe-p .m-card__body .m-card__description p{font-size:14px}
.a-column-control--base.a-column-control--recipe-detail.a-column-control--purple-theme .container .row .column-divider:last-child .m-card--base.m-card--recipe .m-card__body h3{color:#4b3661;font-weight:700px !important;line-height:21px}
.a-column-control--base.a-column-control--recipe-detail.a-column-control--purple-theme .container .row .column-divider:last-child .m-card--base.m-card--recipe .m-card__body .m-card__description p{color:#898989;font-size:14px}
}
@media(max-width:767px){.a-column-control--base.a-column-control--recipe-detail.a-column-control--purple-theme .container .row .column-divider:first-child,.a-column-control--base.a-column-control--recipe-detail.a-column-control--purple-theme .container .row .column-divider:last-child{padding-left:0;display:flex;flex-direction:column}
.a-column-control--base.a-column-control--recipe-detail.a-column-control--purple-theme .container .row .column-divider:first-child .m-card.m-card--base.m-card--recipe,.a-column-control--base.a-column-control--recipe-detail.a-column-control--purple-theme .container .row .column-divider:last-child .m-card.m-card--base.m-card--recipe{margin:0 auto}
}
@media only screen and (max-width:991.98px){.a-column-control--base.a-column-control--recipe-detail .container .row .column-divider:last-child .m-card--base.m-card--recipe .m-card__body .m-card__description p{font-size:14px !important}
}
.m-accordion--base .m-accordion .m-accordion__content .m-accordion__content-items .m-accordion__header{margin-top:40px;margin-bottom:22.5px;background-color:#064181;border-radius:3.5px 3.5px 0 0}
.m-accordion--base .m-accordion .m-accordion__content .m-accordion__content-items .m-accordion__header h3{color:#FFF;font-family:BaseFontRegular,sans-serif;font-size:18px;font-weight:400;text-decoration:underline;line-height:21.6px}
.m-accordion--base .m-accordion .m-accordion__content .m-accordion__content-items .m-accordion__header .m-accordion__icon-wrapper{color:#fcbb5f;margin-right:8px;-webkit-box-pack:end;justify-content:flex-end}
.m-accordion--base .m-accordion .m-accordion__content .m-accordion__content-items .m-accordion__header .m-accordion__icon-wrapper .abt-icon{font-size:initial}
.m-accordion--base .m-accordion .m-accordion__content .m-accordion__content-items .m-accordion__body{padding:0}
.m-accordion--base .m-accordion .m-accordion__content .a-text--base.a-text--accordion.a-text--separation{margin-bottom:30px;width:100%;min-width:100%}
.m-accordion--base .m-accordion .m-accordion__content .a-text--base.a-text--accordion table{width:100%;min-width:100%}
.m-accordion--base .m-accordion .m-accordion__content .a-text--base.a-text--accordion table tbody tr td{background-color:#c5c5c5;color:#06305e;font-family:BaseFontLight,sans-serif;font-size:18px;font-weight:400;line-height:27px;text-align:center;overflow-wrap:break-word}
.m-accordion--base .m-accordion .m-accordion__content .a-text--base.a-text--accordion.a-text--prod-desc-table.a-text--prod-desc-table-pediasure table tbody tr td{background-color:#fcf4ff}
.m-accordion--base .m-accordion .m-accordion__content .a-text--base.a-text--accordion table tbody tr:nth-of-type(even) td{background-color:#e4e4e4}
.m-accordion--base .m-accordion .m-accordion__content .a-text--base.a-text--accordion table tbody tr td:first-child,.m-accordion--base .m-accordion .m-accordion__content .a-text--base.a-text--accordion table tbody tr td:first-child p{background-color:#064181;color:#fff;padding:6px 30px;font-family:BaseFontRegular,sans-serif;font-size:18px;font-weight:400;line-height:27px;overflow-wrap:break-word;text-align:left;margin-bottom:0}
.m-accordion--base .m-accordion .m-accordion__content .a-text--base.a-text--accordion table tbody tr:nth-of-type(even) td:first-child{background-color:#06305e;color:#fff;text-align:left}
.m-accordion--base .m-accordion .m-accordion__content .a-text--base.a-text--accordion.a-text--separation table tbody tr td{border:1px solid gray}
.m-accordion--base .m-accordion .m-accordion__content .a-text--base.a-text--accordion.a-text--separation table tbody tr td:first-child{width:32%}
.m-accordion__content-items:nth-last-child(1){border-bottom:0}
@media(max-width:991.98px){.m-accordion--base .m-accordion .m-accordion__content .m-accordion__content-items .m-accordion__header h3{line-height:16.8px;font-size:14px}
.m-accordion--base.m-accordion--v1 .text.a-text--base.a-text--accordion p{font-size:14px;line-height:19px}
.a-container--base.a-container--fullwidth-d{max-width:100%}
.a-container--base.a-container--fullwidth-d .a-title--base.a-titlecolor--bluev2 h1,.a-container--base.a-container--fullwidth-d .a-title--base.a-titlecolor--purple h1,.a-container--base.a-container--fullwidth-d .a-title--base.a-titlecolor--skyblue h1,.a-container--base.a-container--fullwidth-d .a-title--base.a-titlecolor--bluev2 h2,.a-container--base.a-container--fullwidth-d .a-title--base.a-titlecolor--purple h2,.a-container--base.a-container--fullwidth-d .a-title--base.a-titlecolor--skyblue h2{text-align:center !important;font-size:24px !important;line-height:29px !important;margin-bottom:30px}
}
@media(max-width:991.98px) and (orientation:landscape){.a-container--base.a-container--fullwidth-d{max-width:86%}
}
@media(max-width:767px){.m-accordion--base .m-accordion .m-accordion__content .a-text--base.a-text--accordion table tbody tr td:first-child,.m-accordion--base .m-accordion .m-accordion__content .a-text--base.a-text--accordion table tbody tr td:first-child p{font-size:10px;line-height:15px;padding:6px 5px}
.m-accordion--base .m-accordion .m-accordion__content .a-text--base.a-text--accordion table tbody tr td{font-size:10px;line-height:15px}
.m-accordion--base.m-accordion--v1{padding-top:0 !important;padding-bottom:0 !important}
.m-accordion--base.m-accordion--v1 .text.a-text--base.a-text--accordion p{font-size:14px;line-height:19px}
}
.m-accordion--v1{margin-top:0 !important;margin-bottom:0 !important;padding:0 15px !important}
.m-accordion--v1 .m-accordion{max-width:970px !important}
.m-accordion--v1 .m-accordion__content-items{border-top:0}
.m-accordion--v1 .m-accordion__content-items:nth-last-child(1){border-bottom:0}
.m-accordion--v1 .m-accordion__options{margin-bottom:0}
.m-accordion--v1 .m-accordion__header{margin-top:0 !important}
.m-accordion--v1 .m-accordion__header .m-accordion__title-wrapper{padding:15px 2px 15px 10px !important}
.m-accordion--base.m-accordion--v1.m-accordion--pt{padding-top:24px !important}
.m-accordion--base.m-accordion--v2-p .m-accordion .m-accordion__content .m-accordion__content-items .m-accordion__header{background-color:#fbf4ff}
.m-accordion--base.m-accordion--v2-p .m-accordion .m-accordion__content .m-accordion__content-items .m-accordion__header h3{color:#4b3661}
.m-accordion--base.m-accordion--v2-p .m-accordion .m-accordion__content .m-accordion__content-items .m-accordion__header .m-accordion__icon-wrapper{color:#4b3661}
.m-accordion--base.m-accordion--v2-p .m-accordion .m-accordion__content .a-text--base.a-text--accordion table tbody tr th{background-color:#4b3661;color:#FFF}
.m-accordion--base.m-accordion--v2-p .m-accordion .m-accordion__content .a-text--base.a-text--accordion table tbody tr:first-child th{font-size:18px;font-family:BaseFontLighter,sans-serif;text-align:center}
.m-accordion--base.m-accordion--v2-p .m-accordion .m-accordion__content .a-text--base.a-text--accordion table tbody tr:first-child th:first-child{text-align:left}
.m-accordion--base.m-accordion--v2-p .m-accordion .m-accordion__content .a-text--base.a-text--accordion table tbody tr:nth-of-type(even) td{background-color:#ab92c4}
.m-accordion--base.m-accordion--v2-p .m-accordion .m-accordion__content .a-text--base.a-text--accordion table tbody tr td:first-child,.m-accordion--base.m-accordion--v2-p .m-accordion .m-accordion__content .a-text--base.a-text--accordion table tbody tr td:first-child p{background-color:#4b3661;color:#fff}
.m-accordion--base.m-accordion--v2-p .m-accordion .m-accordion__content .a-text--base.a-text--accordion table tbody tr:nth-of-type(even) td:first-child{background-color:#6f5787;color:#fff;text-align:left}
.m-accordion--base.m-accordion--v1.m-accordion--v1-p .m-accordion .m-accordion__content .m-accordion__content-items .m-accordion__header{background-color:#fbf4ff}
.m-accordion--base.m-accordion--v1.m-accordion--v1-p .m-accordion .m-accordion__content .m-accordion__content-items .m-accordion__header h3{color:#4b3661}
.m-accordion--base.m-accordion--v1.m-accordion--v1-p .m-accordion .m-accordion__content .m-accordion__content-items .m-accordion__header .m-accordion__icon-wrapper{color:#4b3661}
.m-accordion--base.m-accordion--v1.m-accordion--v1-p .text.a-text--base.a-text--accordion p{color:#898989}
.m-accordion--base.m-accordion--v2-g .m-accordion .m-accordion__content .m-accordion__content-items .m-accordion__header{background-color:#e8fbff}
.m-accordion--base.m-accordion--v2-g .m-accordion .m-accordion__content .m-accordion__content-items .m-accordion__header h3{color:#00529b}
.m-accordion--base.m-accordion--v2-g .m-accordion .m-accordion__content .m-accordion__content-items .m-accordion__header .m-accordion__icon-wrapper{color:#1cbfe6}
.m-accordion--base.m-accordion--v2-g .m-accordion__content-items{border-color:#1cbfe6}
.m-accordion--base.m-accordion--v2-g .text.a-text--base.a-text--accordion p{color:#5c5c5c}
.m-accordion--base.m-accordion--v2-g .m-accordion .m-accordion__content .a-text--base.a-text--accordion table tbody tr td{background-color:#bcf8ff;color:#004f70}
.m-accordion--base.m-accordion--v2-g .m-accordion .m-accordion__content .a-text--base.a-text--accordion table tbody tr:nth-of-type(even) td{background-color:#f5feff}
.m-accordion--base.m-accordion--v2-g .m-accordion .m-accordion__content .a-text--base.a-text--accordion table tbody tr td:first-child,.m-accordion--base.m-accordion--v2-g .m-accordion .m-accordion__content .a-text--base.a-text--accordion table tbody tr td:first-child p{background-color:#1cbfe6;color:#fff;width:50%}
.m-accordion--base.m-accordion--v2-g .m-accordion .m-accordion__content .a-text--base.a-text--accordion table tbody tr:nth-of-type(even) td:first-child{background-color:#00529b;color:#fff}
.m-accordion--base.m-accordion--v1.m-accordion--v1-g .m-accordion .m-accordion__content .m-accordion__content-items .m-accordion__header{background-color:#e8fbff}
.m-accordion--base.m-accordion--v1.m-accordion--v1-g .m-accordion .m-accordion__content .m-accordion__content-items .m-accordion__header h3{color:#00529b}
.m-accordion--base.m-accordion--v1.m-accordion--v1-g .m-accordion .m-accordion__content .m-accordion__content-items .m-accordion__header .m-accordion__icon-wrapper{color:#1cbfe6}
.m-accordion--base.m-accordion--v1.m-accordion--v1-g .text.a-text--base.a-text--accordion p{color:#5c5c5c}
.a-title--base.a-titlecolor--skyblue h1,.a-title--base.a-titlecolor--skyblue h2,.a-title--base.a-titlecolor--skyblue h3,.a-title--base.a-titlecolor--skyblue h4,.a-title--base.a-titlecolor--skyblue h5,.a-title--base.a-titlecolor--skyblue h6{color:#1cbfe6}
.a-text--base.a-text--lineskyblue hr{border-color:#1cbfe6}
.a-text--base.o-color-purple.a-text--accordion table tbody tr:nth-of-type(even) td{background-color:#ab92c4}
.a-text--base.o-color-purple.a-text--accordion table tbody tr th{background-color:#4b3661;color:#FFF}
.a-text--base.o-color-purple.a-text--accordion table tbody tr td{background-color:#fcf4ff;color:#4b3661}
.a-text--base.o-color-purple.a-text--accordion table tbody tr td:first-child,.a-text--base.o-color-purple.a-text--accordion table tbody tr td:first-child p{background-color:#4b3661;color:#fff}
.a-text--base.o-color-purple.a-text--accordion table tbody tr:nth-of-type(even) td:first-child{background-color:#6f5787;color:#fff;text-align:left}
.m-accordion--base.m-accordion--v1-mm .m-accordion .m-accordion__content .m-accordion__content-items .m-accordion__header{background-color:#e8f9ff}
.m-accordion--base.m-accordion--v1-mm .m-accordion .m-accordion__content .m-accordion__content-items .m-accordion__header h3{color:#0262ac}
.m-accordion--base.m-accordion--v1-mm .m-accordion .m-accordion__content .m-accordion__content-items .m-accordion__header .m-accordion__icon-wrapper{color:#0262ac}
.a-text--base.a-text--accordion.m-table-1row--font table tbody tr:first-child td{font-family:BaseFontRegular,sans-serif}
.a-column-control--base.a-column-control--tile-list .container{padding:0}
.a-column-control--base.a-column-control--tile-list .container .row .columncontrol__column{text-align:center;padding:0 12px}
.a-column-control--base.a-column-control--tile-list .container .row .columncontrol__column article.m-card{max-width:385px;width:100%}
.a-column-control--base.a-column-control--tile-list .container .row .columncontrol__column article.m-card a.m-card-link:hover .m-card__body .m-card__title{text-decoration:underline;text-decoration-color:#0056b3}
.a-column-control--base.a-column-control--tile-list .container .row .columncontrol__column article.m-card a.m-card-link:focus .m-card__body .m-card__title{text-decoration:underline;text-decoration-color:#0056b3}
.a-column-control--base.a-column-control--tile-list .container .row .columncontrol__column article.m-card a.m-card-link .m-card__media{height:230px !important}
.a-column-control--base.a-column-control--tile-list .container .row .columncontrol__column article.m-card a.m-card-link .m-card__media .m-card__wrap{height:100%}
.a-column-control--base.a-column-control--tile-list .container .row .columncontrol__column article.m-card a.m-card-link .m-card__media .m-card__wrap .m-card__image{height:100%}
.a-column-control--base.a-column-control--tile-list .container .row .columncontrol__column article.m-card a.m-card-link .m-card__media .m-card__wrap .m-card__image .cmp-image{height:100%}
.a-column-control--base.a-column-control--tile-list .container .row .columncontrol__column article.m-card a.m-card-link .m-card__media .m-card__wrap .m-card__image .cmp-image img.cmp-image__image{position:static;object-fit:initial}
.a-column-control--base.a-column-control--tile-list .container .row .columncontrol__column article.m-card a.m-card-link .m-card__body{padding-top:30px;padding-bottom:50px}
.a-column-control--base.a-column-control--tile-list .container .row .columncontrol__column article.m-card a.m-card-link .m-card__body .m-card__title{font-family:BaseFontLight,sans-serif;font-size:18px;line-height:23px;color:#262525;margin-bottom:0;font-weight:400}
.a-column-control--base.a-column-control--tile-list .container .row .columncontrol__column article.m-card a.m-card-link .m-card__body .m-card__description{display:none}
.a-column-control--base.a-column-control--tile-list .container .row .columncontrol__column article.m-card a.m-card-link .m-card__body .nonClickableLink.nonclickablelink{display:none}
@media screen and (max-width:991px){.a-column-control--base.a-column-control--tile-list .container .row{flex-direction:column;align-items:center}
.a-column-control--base.a-column-control--tile-list .container .row .columncontrol__column{max-width:100%;margin-bottom:0 !important}
.a-column-control--base.a-column-control--tile-list .container .row .columncontrol__column article.m-card a.m-card-link .m-card__body .m-card__title{font-size:14px;line-height:19px}
}
@media screen and (max-width:575px){.a-column-control--base.a-column-control--tile-list .container .row{margin:0}
.a-column-control--base.a-column-control--tile-list .container .row .columncontrol__column{padding:0}
.a-column-control--base.a-column-control--tile-list .container .row .columncontrol__column .m-card{max-width:none;width:auto}
}
@media screen and (max-width:575px){.a-column-control--base.a-column-control--tile-list{padding:0 11px}
}
@media only screen and (max-width:991.98px){.a-column-control--base.a-column-control--tile-list .container .row .columncontrol__column article.m-card{height:100% !important}
}
.a-cf-base-blog.a-cf-base-blogChild.a-cf-base-blogChild-g .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--heading .cmp-contentfragment__element-value h4 a{font-family:BaseFontMedium,sans-serif !important}
@media(min-width:992px) and (max-width:1200px){.a-column-control--base.a-column-control--tile-list .container{padding:0 11px}
}
@media only screen and (min-width:992px){.o-features-card-base.o-padding-extra .o-features-card .o-features-card__title{padding-top:50px !important}
}
@media xl-up{.o-features-card-base.o-padding-extra .o-features-card .o-features-card__title{padding-top:50px !important}
}
.o-features-card-base.o-features-card-style1{box-shadow:0 0 4px #777;margin:auto;max-width:100%;border-top-left-radius:50px}
@media only screen and (min-width:300px) and (max-width:711px){.o-features-card-base.o-features-card-style1{margin:0 11px}
}
.o-features-card-base.o-features-card-style1 .cq-placeholder{display:none}
@media only screen and (min-width:576px) and (max-width:991.98px){.o-features-card-base.o-features-card-style1{width:408px}
}
@media(max-width:711px){.o-features-card-base.o-features-card-style1{margin-top:100px !important}
}
@media(min-width:712px){.o-features-card-base.o-features-card-style1{position:relative;top:100px;bottom:50px}
}
@media only screen and (min-width:992px){.o-features-card-base.o-features-card-style1{height:450px;border-radius:50px}
}
.o-features-card-base.o-features-card-style1 .o-features-card__image{width:auto}
.o-features-card-base.o-features-card-style1 .o-features-card__image .cmp-image__image{width:100%}
@media only screen and (min-width:992px){.o-features-card-base.o-features-card-style1 .o-features-card__image{float:left}
}
.o-features-card-base.o-features-card-style1 .o-features-card__image .a-image--base.a-image-extralarge .cmp-image__image{max-height:450px;border-top-left-radius:50px;border-bottom-left-radius:50px}
@media only screen and (min-width:992px){.o-features-card-base.o-features-card-style1{max-width:80%;margin:auto}
}
@media only screen and (min-width:1200px){.o-features-card-base.o-features-card-style1{max-width:1000px;margin:auto}
}
.o-features-card-base.o-features-card-style1 .o-features-card{text-align:center}
.o-features-card-base.o-features-card-style1 .o-features-card .o-features-card__title{margin-bottom:25px;padding:50px 13px 0 13px}
.o-features-card-base.o-features-card-style1 .o-features-card .o-features-card__title .a-title--base .cmp-title h2,.o-features-card-base.o-features-card-style1 .o-features-card .o-features-card__title .a-title--base .cmp-title__text{line-height:29px}
@media only screen and (min-width:992px){.o-features-card-base.o-features-card-style1 .o-features-card .o-features-card__title{padding:102px 50px 0 50px;margin-left:408px;text-align:left}
}
@media(min-width:1100px) and (max-width:1199px) and (orientation:landscape){.o-features-card-base.o-features-card-style1 .o-features-card .o-features-card__title{padding:102px 65px 0 102px}
}
@media only screen and (min-width:1200px){.o-features-card-base.o-features-card-style1 .o-features-card .o-features-card__title{margin-left:408px;padding:102px 102px 0 102px}
.o-features-card-base.o-features-card-style1 .o-features-card .o-features-card__title .a-title--base .cmp-title h2,.o-features-card-base.o-features-card-style1 .o-features-card .o-features-card__title .a-title--base .cmp-title__text{font-size:34px;line-height:39px}
}
.o-features-card-base.o-features-card-style1 .o-features-card .o-features-card__content{margin-bottom:30px}
.o-features-card-base.o-features-card-style1.o-features-card-bg-color-blue{background-color:#004084}
.o-features-card-base.o-features-card-style1.o-features-card-bg-color-pink{background-color:#6f5787}
.o-features-card-base.o-features-card-style1.o-features-card-bg-color-darkpink{background-color:#4b3661}
.o-features-card-base.o-features-card-style1.o-features-card-bg-color-lightbrown{background-color:#f9e9cc}
.o-features-card-base.o-features-card-style1.o-features-card-bg-color-lightblue{background-color:#00529b}
@media only screen and (min-width:1200px){.o-features-card-base.o-features-card-style1.o-features-card-bg-color-lightblue .o-features-card .o-features-card__title{padding:50px 102px 0 102px}
}
.o-features-card-base.o-features-card-style6{position:absolute;background-color:rgba(65,47,83,0.8);bottom:120px;height:60px}
@media(min-width:1920px){.o-features-card-base.o-features-card-style6{bottom:140px !important;height:290px !important;padding-top:66px !important}
}
@media only screen and (min-width:992px){.o-features-card-base.o-features-card-style6{margin-bottom:0 !important;margin-top:0 !important;bottom:120px;height:220px;width:478px;padding:0;display:block;right:40px}
.o-features-card-base.o-features-card-style6 .o-features-card{padding:0 25px}
.o-features-card-base.o-features-card-style6 .o-features-card__content{margin-bottom:30px !important;padding-top:15px}
.o-features-card-base.o-features-card-style6 .o-features-card__title{padding-top:10px}
.o-features-card-base.o-features-card-style6 .o-features-card__title .cmp-title__text{line-height:29px}
}
@media only screen and (min-width:1200px){.o-features-card-base.o-features-card-style6{right:91px !important}
}
.o-features-card-base.o-features-card-style6 .container{max-width:100%;padding:0 !important}
@media only screen and (max-width:991.98px){.o-features-card-base.o-features-card-style6{width:100%}
.o-features-card-base.o-features-card-style6 .o-features-card__content{display:none}
.o-features-card-base.o-features-card-style6 .o-features-card__image{display:none}
.o-features-card-base.o-features-card-style6 .o-features-card__title{height:48px;margin:0;padding:16px 8px 0}
.o-features-card-base.o-features-card-style6 .o-features-card__title .cmp-title__text{line-height:19px}
}
@media only screen and (max-width:991.98px){.o-features-card-base.o-features-card-style6 .a-button--base{margin-top:10px}
}
@media(max-width:767px){.o-features-card-base.o-features-card-style6 .a-button--base .btn{max-width:300px !important;min-width:auto !important;width:auto !important}
}
.a-container--muscle-degradation .columncontrol__column{padding:0;min-height:800px}
.a-container--muscle-degradation .columncontrol__column .a-container--base .a-container__row .cmp-container .a-title--base .cmp-title h2{line-height:39px;color:#fff;padding:159px 105px 42px 75px}
.a-container--muscle-degradation .columncontrol__column:nth-child(2){background-color:#e1e1e1}
.a-container--muscle-degradation .columncontrol__column:nth-child(2) .a-container--base .cmp-container .a-text--base .cmp-text p{font-size:22px !important;line-height:39px !important;font-family:"BaseFontMedium",sans-serif;color:#132b40;text-align:center;padding:0 50px}
.a-container--muscle-degradation .columncontrol__column:nth-child(1) .a-container--base .a-text--base .cmp-text p{font-size:25px !important;line-height:39px !important;font-family:"BaseFontRegular",sans-serif;padding:0 30px 150px 60px;margin-left:15px;text-align:-webkit-auto}
.a-container--muscle-degradation .cmp-container .cmp-text{text-align:center}
.a-container--muscle-degradation .cmp-container>div.a-title--base{margin-bottom:0 !important}
.a-container--muscle-degradation .options{display:flex;justify-content:center}
.a-container--muscle-degradation .options .radio .a-radio__text{font-size:22px;font-family:"BaseFontMedium",sans-serif;color:#3282b8;line-height:39px}
.a-container--muscle-degradation .options .radio .a-radio__custom{top:10px}
.a-container--muscle-degradation .options .radio .a-radio__custom:before{content:'';width:35px;height:35px;border-radius:50%;display:inline-block;background-color:#fff;vertical-align:middle;margin-right:10px;position:relative;top:-10px;left:-14px}
.a-container--muscle-degradation .options .radio input[type=radio]:checked ~ span:before{background-color:#ffb400}
.a-container--muscle-degradation .options .radio .a-radio__custom:after{display:none}
.a-container--muscle-degradation .a-container__row .cmp-container{position:relative}
.a-container--muscle-degradation .a-container__row .cmp-container .image{padding:20px 100px 20px;margin:0 !important}
.a-container--muscle-degradation .a-container__row .cmp-container .image:not(:first-child){display:none}
.a-container--muscle-degradation .a-container__row .cmp-container .options{margin-top:0 !important;padding:0 10px;margin-bottom:12px !important}
.a-container--muscle-degradation .a-container__row .cmp-container .text.a-text--base{margin-top:0 !important;margin-bottom:0 !important}
@media screen and (max-width:767px){.a-container--muscle-degradation .columncontrol__column{min-height:0}
.a-container--muscle-degradation .columncontrol__column .a-container--base .a-container__row .cmp-container .a-title--base .cmp-title h2{line-height:20px !important;font-size:20px !important;font-family:"BaseFontBold",sans-serif !important;color:#fff;padding:20px 14px 0;font-weight:500;text-align:center}
.a-container--muscle-degradation .columncontrol__column:nth-child(1){margin-bottom:0 !important}
.a-container--muscle-degradation .columncontrol__column:nth-child(1) .a-container--base .cmp-container .a-text--base .cmp-text p{font-size:18px !important;line-height:23px !important;font-family:"BaseFontRegular",sans-serif !important;padding:0 14px 20px;text-align:center;margin-left:0}
.a-container--muscle-degradation .columncontrol__column:nth-child(2){margin-top:-22px}
.a-container--muscle-degradation .a-container__row .cmp-container .options{display:flex;justify-content:center;padding:0 5px}
.a-container--muscle-degradation .options .radio .a-radio--horizontal{margin-bottom:0;padding-right:20px}
.a-container--muscle-degradation .options .radio .a-radio__text{font-size:12px;line-height:0}
.a-container--muscle-degradation .options .radio .a-radio__custom{width:1px;left:8px;height:1px}
.a-container--muscle-degradation .options .radio .a-radio__custom:before{width:19px;height:19px;left:-4px}
.a-container--muscle-degradation .columncontrol__column:nth-child(2) .a-container--base .cmp-container .a-text--base .cmp-text p{padding:5px 0 42px !important;font-size:14px !important;line-height:19px !important}
.a-container--base.a-container--muscle-degradation .cmp-container{margin:0 3%}
.a-container--base.a-container--muscle-degradation .columncontrol__column .image{padding:20px 0}
.a-container--base.a-container--muscle-degradation .columncontrol__column .image .a-image__default{width:121px;margin:0 auto;display:block}
}
@media(min-width:768px) and (max-width:1199px){.a-container--muscle-degradation .columncontrol__column .a-container--base .a-container__row .cmp-container .a-title--base .cmp-title h2{font-size:30px !important;padding:75px 40px 40px;text-align:left}
.a-container--muscle-degradation .columncontrol__column:nth-child(1){background-color:#013974}
.a-container--muscle-degradation .columncontrol__column:nth-child(1) .a-container--base .cmp-container .a-text--base .cmp-text p{font-size:20px !important;line-height:30px !important;padding-left:26px;padding-right:26px}
.a-container--muscle-degradation .a-container__row .cmp-container .options{margin-left:0;display:flex;justify-content:center}
.a-container--muscle-degradation .a-container__row .cmp-container .options .radio .a-radio--horizontal{padding-right:14px}
.a-container--muscle-degradation .a-container__row .cmp-container .options .radio .a-radio__text{font-size:16px;line-height:39px}
.a-container--muscle-degradation .a-container__row .cmp-container .options .radio .a-radio__custom{width:1px;left:2px;top:14px;height:1px}
.a-container--muscle-degradation .a-container__row .cmp-container .options .radio .a-radio__custom:before{width:25px;height:25px;left:-4px}
.a-container--muscle-degradation .container{max-width:100%;padding-right:0;padding-left:0;margin-right:0;margin-left:0}
.a-container--muscle-degradation .container .columncontrol__column{min-height:auto;display:flex;max-width:50%;flex:50%;margin-bottom:0 !important}
}
@media(min-width:700px) and (max-width:712px){.a-container--muscle-degradation .container{max-width:100%;padding-right:0;padding-left:0;margin-right:0;margin-left:0}
.a-container--muscle-degradation .container .columncontrol__column{min-height:auto;display:flex;max-width:50%;flex:50%}
}
@media(min-width:768px) and (max-width:991px){.a-container--muscle-degradation .columncontrol__column:nth-child(2) .a-container--base .cmp-container .a-text--base .cmp-text p{font-size:14px !important;line-height:19px !important;padding:0 30px}
}
@media(min-width:991px){.a-container--muscle-degradation .columncontrol__column:nth-child(2) .a-container--base .cmp-container .a-text--base .cmp-text p{font-size:18px !important;line-height:23px !important}
}
@media screen and (min-width:800px) and (min-height:360px) and (orientation:landscape){.a-container--base.a-container--muscle-degradation .cmp-container{margin:0 3%}
.a-container--base.a-container--muscle-degradation .columncontrol__column .image{padding:20px 0}
.a-container--base.a-container--muscle-degradation .columncontrol__column .image .a-image__default{width:326px;height:589px;margin:0 auto;display:block}
}
.a-container--base.a-container--sarc{max-width:1200px}
.a-container--base.a-container--sarc .cmp-container .columncontrol{margin-bottom:0 !important;margin-top:0 !important}
.a-container--base.a-container--sarc .cmp-container .columncontrol .container{max-width:1200px}
.a-container--base.a-container--sarc .cmp-container .columncontrol .container .row .columncontrol__column.column-divider:after{height:100%;border-right:3px solid #fff}
.a-container--base.a-container--sarc .cmp-container .columncontrol .container .row .columncontrol__column.column-divider p{margin-bottom:0}
.a-container--base.a-container--sarc .cmp-container .columncontrol:nth-child(1){background-color:#26557f;color:#fff;text-align:center}
.a-container--base.a-container--sarc .cmp-container .columncontrol:nth-child(1) .columncontrol__column{padding:28.5px 0}
.a-container--base.a-container--sarc .cmp-container .columncontrol:nth-child(1) .columncontrol__column .a-text--base .cmp-text p{font-size:18px;line-height:23px}
.a-container--base.a-container--sarc .cmp-container .columncontrol:not(:nth-child(1)){background-color:#e6e6e6;border-top:3px solid #fff}
.a-container--base.a-container--sarc .cmp-container .columncontrol:not(:nth-child(1)) .columncontrol__column:nth-child(1){font-size:18px;color:#06305e;padding-top:30px}
.a-container--base.a-container--sarc .cmp-container .columncontrol:not(:nth-child(1)) .columncontrol__column:nth-child(1):after{height:275%}
.a-container--base.a-container--sarc .cmp-container .columncontrol:not(:nth-child(1)) .columncontrol__column:nth-child(1) .a-text--base{padding-left:50px}
.a-container--base.a-container--sarc .cmp-container .columncontrol:not(:nth-child(1)) .columncontrol__column:nth-child(2){font-size:20px;color:#06305e;padding-top:20px}
.a-container--base.a-container--sarc .cmp-container .columncontrol:not(:nth-child(1)) .columncontrol__column:nth-child(2):after{height:275%}
.a-container--base.a-container--sarc .cmp-container .columncontrol:not(:nth-child(1)) .columncontrol__column:nth-child(2) p{line-height:25px}
.a-container--base.a-container--sarc .cmp-container .columncontrol:not(:nth-child(1)) .columncontrol__column:nth-child(3) .options .radio .a-radio--horizontal{padding:0;float:left;text-align:center;width:32%}
.a-container--base.a-container--sarc .cmp-container .columncontrol:not(:nth-child(1)) .columncontrol__column:nth-child(3) .options .radio .a-radio--horizontal .a-radio__label{color:#06305e;margin:auto 0;vertical-align:top;padding-top:25px;position:relative;font-family:'BaseFontLight',sans-serif}
.a-container--base.a-container--sarc .cmp-container .columncontrol:not(:nth-child(1)) .columncontrol__column:nth-child(3) .options .radio .a-radio--horizontal .a-radio__label .a-radio__text{font-size:15px;line-height:12px;color:#06305e}
.a-container--base.a-container--sarc .cmp-container .columncontrol:not(:nth-child(1)) .columncontrol__column:nth-child(3) .options .radio .a-radio--horizontal .a-radio__label .a-radio__input:checked ~ .a-radio__custom{background-color:#3282b8;color:#fff}
.a-container--base.a-container--sarc .cmp-container .columncontrol:not(:nth-child(1)) .columncontrol__column:nth-child(3) .options .radio .a-radio--horizontal .a-radio__label .a-radio__custom{border-radius:0;border-color:#26557f;margin-left:30%;width:24px;height:24px;font-size:15px;line-height:22px}
.a-container--base.a-container--sarc .cmp-container .columncontrol:not(:nth-child(1)) .columncontrol__column:nth-child(3) .options .radio .a-radio--horizontal .a-radio__label .a-radio__custom:before{content:attr(data-value)}
.a-container--base.a-container--sarc .cmp-container .columncontrol:not(:nth-child(1)) .columncontrol__column:nth-child(3) .options .radio .a-radio--horizontal .a-radio__label .a-radio__custom:after{width:0}
.a-container--base.a-container--sarc .cmp-container .columncontrol:last-child{display:none}
.a-container--base.a-container--sarc .cmp-container .columncontrol:last-child.show-results{display:block}
.a-container--base.a-container--sarc .cmp-container .columncontrol:last-child .columncontrol__column:nth-child(1){font-size:20px;color:#06305e;background-color:#fff;padding-top:12px;padding-bottom:12px}
.a-container--base.a-container--sarc .cmp-container .columncontrol:last-child .columncontrol__column:nth-child(1) .a-text--base{display:none;margin-top:0;margin-bottom:0}
.a-container--base.a-container--sarc .cmp-container .columncontrol:last-child .columncontrol__column:nth-child(1) .a-text--base.showText{display:block}
.a-container--base.a-container--sarc .cmp-container .columncontrol:last-child .columncontrol__column:nth-child(2){padding-top:10px}
@media screen and (max-width:1199px){.a-container--base.a-container--sarc{padding:0 10px}
}
@media screen and (max-width:991px){.a-container--base.a-container--sarc{padding:0 10px}
.a-container--base.a-container--sarc .cmp-container .columncontrol .container{max-width:1200px}
.a-container--base.a-container--sarc .cmp-container .columncontrol .container .row .columncontrol__column.column-divider{margin-top:0;margin-bottom:0;max-width:100%;flex:0 0 100%}
.a-container--base.a-container--sarc .cmp-container .columncontrol .container .row .columncontrol__column.column-divider:after{border-right:0;margin:0;width:0;height:0}
.a-container--base.a-container--sarc .cmp-container .columncontrol:nth-child(1) .columncontrol__column .a-text--base .cmp-text p{font-size:14px;line-height:19px}
.a-container--base.a-container--sarc .cmp-container .columncontrol:nth-child(1) .columncontrol__column:nth-child(1){display:none}
.a-container--base.a-container--sarc .cmp-container .columncontrol:nth-child(1) .columncontrol__column:nth-child(3){display:none}
.a-container--base.a-container--sarc .cmp-container .columncontrol:not(:nth-child(1)) .container .row{flex-direction:column}
.a-container--base.a-container--sarc .cmp-container .columncontrol:not(:nth-child(1)) .container .row .columncontrol__column{margin-top:5px}
.a-container--base.a-container--sarc .cmp-container .columncontrol:not(:nth-child(1)) .container .row .columncontrol__column:nth-child(1){display:none}
.a-container--base.a-container--sarc .cmp-container .columncontrol:not(:nth-child(1)) .container .row .columncontrol__column:nth-child(2){padding-top:0}
.a-container--base.a-container--sarc .cmp-container .columncontrol:not(:nth-child(1)) .container .row .columncontrol__column:nth-child(2) p{line-height:25px}
.a-container--base.a-container--sarc .cmp-container .columncontrol:not(:nth-child(1)) .container .row .columncontrol__column:last-child .options .radio .a-radio--horizontal .a-radio__label .a-radio__text{font-size:14px}
.a-container--base.a-container--sarc .cmp-container .columncontrol:not(:nth-child(1)) .container .row .columncontrol__column:last-child .options .radio .a-radio:last-child .a-radio__custom{left:10px;right:auto}
.a-container--base.a-container--sarc .cmp-container .columncontrol:last-child .container .row .columncontrol__column{margin-top:0;margin-bottom:0}
.a-container--base.a-container--sarc .cmp-container .columncontrol:last-child .container .row .columncontrol__column:nth-child(1){display:block;order:2}
.a-container--base.a-container--sarc .cmp-container .columncontrol:last-child .container .row .columncontrol__column:nth-child(1) .a-text--base{padding-left:0}
.a-container--base.a-container--sarc .cmp-container .columncontrol:last-child .container .row .columncontrol__column:nth-child(1) .a-text--base p{text-align:center !important}
.a-container--base.a-container--sarc .cmp-container .columncontrol:last-child .container .row .columncontrol__column:nth-child(2){background-color:#26557f;color:#fff;padding:15px}
.a-container--base.a-container--sarc .cmp-container .columncontrol:last-child .container .row .columncontrol__column:nth-child(2) .a-text--base p{text-align:center !important}
}
.a-container--protein-cal{max-width:1200px;padding:0}
.a-container--protein-cal .calorieCalc{color:#212529;line-height:23px}
.a-container--protein-cal .calorieCalc .padd0{padding:0}
.a-container--protein-cal .calorieCalc .calorieP2{font-family:"BaseFontLight","Arial";font-size:18px;line-height:23px}
.a-container--protein-cal .calorieCalc .calorieP3{font-family:"BaseFontBold","Arial";font-size:20px}
.a-container--protein-cal .calorieCalc .calorieP4{font-family:"BaseFontBold","Arial";font-size:18px}
.a-container--protein-cal .calorieCalc .calorieP5{font-family:"BaseFontMedium","Arial";font-size:15px}
.a-container--protein-cal .calorieCalc .calorieRequirement{background-color:#f3efef;padding:73px 122px 52px 70px;text-align:center}
.a-container--protein-cal .calorieCalc .calorieRequirement h2{font-family:"BaseFontBold","Arial";font-size:34px;color:#064084;margin-bottom:31px}
.a-container--protein-cal .calorieCalc .calorieRequirement p + p{margin-bottom:0}
.a-container--protein-cal .calorieCalc .calorieParameter{background-color:#f3efef;padding:64px 74px 54px 0}
.a-container--protein-cal .calorieCalc .calorieParameter .calorieGenderContainer{margin-bottom:37px}
.a-container--protein-cal .calorieCalc .calorieParameter .calorieGenderContainer>p{display:inline-block;vertical-align:top;margin:17px 0 0}
.a-container--protein-cal .calorieCalc .calorieParameter .calorieGenderContainer .calorieGender{display:inline-block;margin-left:15.5%;width:70%}
.a-container--protein-cal .calorieCalc .calorieParameter .calorieGenderContainer .calorieGender .image-radio{cursor:pointer;width:149px;width:42.8%;height:60px;margin-bottom:0;border:1px solid #064084;border-radius:20px}
.a-container--protein-cal .calorieCalc .calorieParameter .calorieGenderContainer .calorieGender .image-radio:last-child{margin-left:11.4%}
.a-container--protein-cal .calorieCalc .calorieParameter .calorieGenderContainer .calorieGender .image-radio span{margin:7px auto;display:block;width:24px;height:44px}
.a-container--protein-cal .calorieCalc .calorieParameter .calorieGenderContainer .calorieGender .image-radio span.female{background:url("../../../../content/dam/an/ensure/mx/es/images/proteinCalculator/gender/female_2.png") no-repeat}
.a-container--protein-cal .calorieCalc .calorieParameter .calorieGenderContainer .calorieGender .image-radio span.male{background:url("../../../../content/dam/an/ensure/mx/es/images/proteinCalculator/gender/men_2.png") no-repeat}
.a-container--protein-cal .calorieCalc .calorieParameter .calorieGenderContainer .calorieGender .image-radio.active{background-color:#e8b900}
.a-container--protein-cal .calorieCalc .calorieParameter .calorieGenderContainer .calorieGender .image-radio.active span.female{background:url("../../../../content/dam/an/ensure/mx/es/images/proteinCalculator/gender/female_3.png") no-repeat}
.a-container--protein-cal .calorieCalc .calorieParameter .calorieGenderContainer .calorieGender .image-radio.active span.male{background:url("../../../../content/dam/an/ensure/mx/es/images/proteinCalculator/gender/men_3.png") no-repeat}
.a-container--protein-cal .calorieCalc>.basicContainer>.row{margin:0 21.5px}
.a-container--protein-cal .calorieCalc>.basicContainer>.row .d-none + div .calorieParameter{padding:64px 24px 70px 50px}
.a-container--protein-cal .calorieCalc .caloriePhysicalActivityContainer{margin-bottom:17px}
.a-container--protein-cal .calorieCalc .caloriePhysicalActivityContainer .caloriePhysicalActivityLineContainer{height:25px;padding-top:5px;overflow:hidden}
.a-container--protein-cal .calorieCalc .caloriePhysicalActivityContainer .caloriePhysicalActivityLineContainer .caloriePhysicalActivityLine{width:450px;width:89.25%;height:2px;background:#064084;position:relative;top:5px}
.a-container--protein-cal .calorieCalc .caloriePhysicalActivityContainer .caloriePhysicalActivityLineContainer .caloriePhysicalActivityLine .caloriePhysicalActivityDots{float:left;width:20px;height:20px;background:#fff;border-radius:50%;position:relative;top:-10px;margin-right:87.5px;margin-right:19.3%;border:1px solid #d3d3d3;cursor:pointer}
.a-container--protein-cal .calorieCalc .caloriePhysicalActivityContainer .caloriePhysicalActivityLineContainer .caloriePhysicalActivityLine .caloriePhysicalActivityDots:last-child{margin-right:0}
.a-container--protein-cal .calorieCalc .caloriePhysicalActivityContainer .caloriePhysicalActivityLineContainer .caloriePhysicalActivityLine .caloriePhysicalActivityDots.active{background:#e8b900}
.a-container--protein-cal .calorieCalc .caloriePhysicalActivityTextContainer{width:550px;width:100%;position:relative;margin-top:3px}
.a-container--protein-cal .calorieCalc .caloriePhysicalActivityTextContainer .caloriePhysicalActivityText{float:left;width:75px;position:relative;top:-4px;font-family:"BaseFontRegular","Arial";font-size:15px}
.a-container--protein-cal .calorieCalc .caloriePhysicalActivityTextContainer .caloriePhysicalActivityText:not(:last-child){margin-right:4%}
.a-container--protein-cal .calorieCalc .caloriePhysicalActivityTextContainer .caloriePhysicalActivityText:nth-last-child(3){margin-right:6%}
.a-container--protein-cal .calorieCalc .caloriePhysicalActivityTextContainer .caloriePhysicalActivityText:nth-last-child(2){text-align:center}
.a-container--protein-cal .calorieCalc .calorieInputs{margin-bottom:36px}
.a-container--protein-cal .calorieCalc .calorieInputs input{color:#fff;width:141px;width:27.95%;height:33px;border:0;background-color:#064084;border-radius:15px;padding:5px 10px;-moz-appearance:textfield}
.a-container--protein-cal .calorieCalc .calorieInputs input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.a-container--protein-cal .calorieCalc .calorieInputs input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.a-container--protein-cal .calorieCalc .calorieInputs input:not(:last-child){margin-right:35px;margin-right:7%}
.a-container--protein-cal .calorieCalc .calorieInputs input:focus{outline:0}
.a-container--protein-cal .calorieCalc .calorieInputs input::-moz-placeholder{color:#fff;font-family:"BaseFontMedium","Arial";font-size:15px}
.a-container--protein-cal .calorieCalc .calorieInputs input:-ms-input-placeholder{color:#fff;font-family:"BaseFontMedium","Arial";font-size:15px}
.a-container--protein-cal .calorieCalc .calorieInputs input::placeholder{color:#fff;font-family:"BaseFontMedium","Arial";font-size:15px}
.a-container--protein-cal .calorieCalc .calorieCalcFieldError>p{font-family:"BaseFontRegular";color:red;font-size:15px}
.a-container--protein-cal .calorieCalc .calorieCalcField p{display:inline-block;cursor:pointer}
.a-container--protein-cal .calorieCalc .calorieCalcField button{display:inline-block;width:233px;width:46.2%;height:54px;background-color:#e8b900;color:#fff;border:0;cursor:pointer;margin-left:21.65%}
.a-container--protein-cal .calorieCalc .calorieCalcField button:focus{outline:0}
.a-container--protein-cal .calorieCalc .calorieResult{padding:40px 47px;background-color:#043974;color:#fff}
.a-container--protein-cal .calorieCalc .calorieResult>p:first-child{margin-bottom:0}
.a-container--protein-cal .calorieCalc .calorieResult .calorieResultVal h1{font-family:"BaseFontBold","Arial";font-size:70px;display:inline-block;margin-bottom:0;line-height:1;color:#fff}
.a-container--protein-cal .calorieCalc .calorieResult .calorieResultVal span{font-family:"BaseFontRegular","Arial";font-size:1.125rem}
.a-container--protein-cal .calorieCalc .calorieResult .calorieResultDesc{font-family:"BaseFontBold","Arial";font-size:14px;margin-bottom:45px}
.a-container--protein-cal .calorieCalc .calorieResult .calorieResultProduct .calorieResultProductImg{display:inline-block;width:140px}
.a-container--protein-cal .calorieCalc .calorieResult .calorieResultProduct .calorieResultProductImg img{max-width:100%;max-height:150px;display:block}
.a-container--protein-cal .calorieCalc .calorieResult .calorieResultProduct .calorieResultProductImg p{font-family:"BaseFontRegular","Arial";font-size:.875rem;margin-bottom:0}
.a-container--protein-cal .calorieCalc .calorieResult .calorieResultProduct .calorieResultProductPdf{display:inline-block;margin:10% 0 0 13.65%;vertical-align:top}
.a-container--protein-cal .calorieCalc .calorieResult .calorieResultProduct .calorieResultProductPdf a{width:273px;height:59px;color:#fff;background-color:#e8b900;display:block;text-align:center;padding:15px 10px}
.a-container--protein-cal .calorieCalc .calorieResult .calorieResultProduct .calorieResultProductPdf a:hover{text-decoration:none}
@media screen and (max-width:1200px){.a-container--protein-cal .calorieCalc .calorieParameter .calorieGenderContainer .calorieGender{margin-left:10%;width:72%}
.a-container--protein-cal .calorieCalc .caloriePhysicalActivityContainer .caloriePhysicalActivityLineContainer .caloriePhysicalActivityLine{width:95%}
.a-container--protein-cal .calorieCalc .caloriePhysicalActivityContainer .caloriePhysicalActivityLineContainer .caloriePhysicalActivityLine .caloriePhysicalActivityDots{margin-right:18.5%}
.a-container--protein-cal .calorieCalc .caloriePhysicalActivityTextContainer .caloriePhysicalActivityText{width:65px}
.a-container--protein-cal .calorieCalc .caloriePhysicalActivityTextContainer .caloriePhysicalActivityText:not(:last-child){margin-right:3%}
.a-container--protein-cal .calorieCalc .calorieInputs input:not(:last-child){margin-right:6%}
.a-container--protein-cal .calorieCalc .calorieCalcField button{margin-left:15%}
.a-container--protein-cal .calorieCalc .calorieResult{padding:40px 25px}
.a-container--protein-cal .calorieCalc .calorieResult .calorieResultProduct .calorieResultProductPdf{margin:12% 0 0 0}
}
@media screen and (max-width:991px){.a-container--protein-cal .calorieCalc .calorieParameter{padding:64px 24px 70px 50px}
.a-container--protein-cal .calorieCalc .calorieRequirement h2{font-size:24px}
.a-container--protein-cal .calorieCalc>.basicContainer{padding:0;margin:0}
.a-container--protein-cal .calorieCalc>.basicContainer>.row{margin:0}
.a-container--protein-cal .calorieCalc .caloriePhysicalActivityContainer .caloriePhysicalActivityLineContainer .caloriePhysicalActivityLine .caloriePhysicalActivityDots{margin-right:18.2vw}
.a-container--protein-cal .calorieCalc .caloriePhysicalActivityTextContainer .caloriePhysicalActivityText{width:75px}
.a-container--protein-cal .calorieCalc .caloriePhysicalActivityTextContainer .caloriePhysicalActivityText:not(:last-child){margin-right:9.5vw}
.a-container--protein-cal .calorieCalc .calorieResult{padding:40px 47px}
.a-container--protein-cal .calorieCalc .calorieResult .calorieResultProduct .calorieResultProductPdf{margin:10% 0 0 13.65%}
body.ensure .calorieCalc .calorieRequirement h2{font-size:24px;line-height:29px}
body.pediasure .bannerWithTextLarge .text-on-image.inverted{color:#4b3661}
body.pediasure .bannerWithTextLarge .text-on-image p{color:#d3d3d3}
body.pediasure .bannerWithTextLarge .text-on-image .seemoreBtn{border-color:#4b3661 !important;color:#4b3661 !important}
body.pediasure .bannerWithTextLarge .text-on-image .seemoreBtn:hover{background-color:#4b3661 !important;color:#fff !important}
}
@media screen and (max-width:767px){.a-container--protein-cal .calorieCalc .caloriePhysicalActivityContainer .caloriePhysicalActivityLineContainer .caloriePhysicalActivityLine .caloriePhysicalActivityDots{margin-right:17.2vw}
body.ensure .bannerWithTextLarge .text-on-image.inverted{color:#06305e}
body.ensure .bannerWithTextLarge .text-on-image p{color:#d3d3d3}
body.ensure .bannerWithTextLarge .text-on-image .seemoreBtn{border-color:#06305e !important;color:#06305e !important}
body.ensure .bannerWithTextLarge .text-on-image .seemoreBtn:hover{background-color:#06305e !important;color:#fff !important}
body.glucerna .bannerWithTextLarge .text-on-image.inverted{color:#1cbfe6}
body.glucerna .bannerWithTextLarge .text-on-image p{color:#d3d3d3}
body.glucerna .bannerWithTextLarge .text-on-image .seemoreBtn{border-color:#1cbfe6 !important;color:#1cbfe6 !important}
body.glucerna .bannerWithTextLarge .text-on-image .seemoreBtn:hover{background-color:#1cbfe6 !important;color:#fff !important}
body.similac .bannerWithTextLarge .text-on-image.inverted{color:#0262ac}
body.similac .bannerWithTextLarge .text-on-image p{color:#d3d3d3}
body.similac .bannerWithTextLarge .text-on-image .seemoreBtn{border-color:#0262ac !important;color:#0262ac !important}
body.similac .bannerWithTextLarge .text-on-image .seemoreBtn:hover{background-color:#0262ac !important;color:#fff !important}
}
@media screen and (max-width:575px){.a-container--protein-cal .calorieCalc .calorieRequirement{padding:12.65% 21.1% 9% 12.15%}
.a-container--protein-cal .calorieCalc .calorieParameter{padding:0 4.2% 12.15% 8.65%}
.a-container--protein-cal .calorieCalc .calorieParameter p{text-align:center}
.a-container--protein-cal .calorieCalc .calorieParameter .calorieGenderContainer>p{display:block}
.a-container--protein-cal .calorieCalc .calorieParameter .calorieGenderContainer .calorieGender{display:block;margin:20px 0 0;width:100%;text-align:center}
.a-container--protein-cal .calorieCalc .calorieParameter .calorieGenderContainer .calorieGender .calorieP4{display:block}
.a-container--protein-cal .calorieCalc .calorieParameter .calorieGenderContainer .calorieGender .image-radio{width:100px}
.a-container--protein-cal .calorieCalc>.basicContainer>.row .d-none + div .calorieParameter{padding:11.1% 4.2% 12.15% 8.65%}
.a-container--protein-cal .calorieCalc .caloriePhysicalActivityContainer{margin:25px 0 50px}
.a-container--protein-cal .calorieCalc .caloriePhysicalActivityContainer .caloriePhysicalActivityLineContainer{height:358px;margin-left:38%;display:inline-block;padding:10px}
.a-container--protein-cal .calorieCalc .caloriePhysicalActivityContainer .caloriePhysicalActivityLineContainer .caloriePhysicalActivityLine{width:2px;height:358px}
.a-container--protein-cal .calorieCalc .caloriePhysicalActivityContainer .caloriePhysicalActivityLineContainer .caloriePhysicalActivityLine .caloriePhysicalActivityDots{width:22px;height:22px;margin:0 0 61px -10px}
.a-container--protein-cal .calorieCalc .caloriePhysicalActivityContainer .caloriePhysicalActivityLineContainer .caloriePhysicalActivityLine .caloriePhysicalActivityDots:last-child{margin-bottom:0}
.a-container--protein-cal .calorieCalc .caloriePhysicalActivityTextContainer{width:65px;display:inline-block;vertical-align:top}
.a-container--protein-cal .calorieCalc .caloriePhysicalActivityTextContainer .caloriePhysicalActivityText{text-align:left;margin:0 0 61px 7px}
.a-container--protein-cal .calorieCalc .caloriePhysicalActivityTextContainer .caloriePhysicalActivityText:first-child{margin-top:7px;margin-bottom:38px}
.a-container--protein-cal .calorieCalc .caloriePhysicalActivityTextContainer .caloriePhysicalActivityText:not(:last-child){margin-right:0}
.a-container--protein-cal .calorieCalc .caloriePhysicalActivityTextContainer .caloriePhysicalActivityText:nth-last-child(2){text-align:left}
.a-container--protein-cal .calorieCalc .caloriePhysicalActivityTextContainer .caloriePhysicalActivityText:last-child{margin-bottom:0}
.a-container--protein-cal .calorieCalc .calorieInputs{text-align:center}
.a-container--protein-cal .calorieCalc .calorieInputs input{width:90px}
.a-container--protein-cal .calorieCalc .calorieInputs input:not(:last-child){margin-right:4%}
.a-container--protein-cal .calorieCalc .calorieCalcField{position:relative;text-align:center;padding-bottom:50px}
.a-container--protein-cal .calorieCalc .calorieCalcField p{position:absolute;bottom:0;display:block;width:100%}
.a-container--protein-cal .calorieCalc .calorieCalcField button{margin-left:0;width:233px}
.a-container--protein-cal .calorieCalc .calorieResult{padding:6.95% 8.15%;text-align:center}
.a-container--protein-cal .calorieCalc .calorieResult .calorieResultProduct .calorieResultProductImg img{margin:0 auto}
.a-container--protein-cal .calorieCalc .calorieResult .calorieResultProduct .calorieResultProductPdf{margin:25px 0 0}
}
.a-horizontalrule--base.o-remove-lr-padding{padding-left:0;padding-right:0}
.a-horizontalrule--base.o-line-pregnancy-calc .a-horizontal-rule{border:3px solid #d3d3d3}
.a-horizontalrule--base.o-color--blue.o-hr-size--1px .a-horizontal-rule{border-top-width:1px;border-style:solid;border-color:#064181}
.a-horizontalrule--base.o-color--blue.o-hr-size--2px .a-horizontal-rule{border-top-width:2px;border-style:solid;border-color:#064181}
.a-horizontalrule--base.o-color--blue.o-hr-size--4px .a-horizontal-rule{border-top-width:4px;border-style:solid;border-color:#064181}
.a-horizontalrule--base.o-color--purple.o-hr-size--1px .a-horizontal-rule{border:1px solid #4b3661}
.a-horizontalrule--base.o-color--purple.o-hr-size--2px .a-horizontal-rule{border-top-width:2px;border-style:solid;border-color:#4b3661}
.a-horizontalrule--base.o-color--purple.o-hr-size--4px .a-horizontal-rule{border-top-width:4px;border-style:solid;border-color:#4b3661}
.a-horizontalrule--base.o-color--black.o-hr-size--1px .a-horizontal-rule{border-top-width:1px;border-style:solid;border-color:#707070}
.a-horizontalrule--base.o-color--black.o-hr-size--2px .a-horizontal-rule{border-top-width:2px;border-style:solid;border-color:#707070}
.a-horizontalrule--base.o-color--black.o-hr-size--4px .a-horizontal-rule{border-top-width:4px;border-style:solid;border-color:#707070}
.a-horizontalrule--base.o-color--sky-blue.o-hr-size--1px .a-horizontal-rule{border-top-width:1px;border-style:solid;border-color:#1cbfe6}
.a-horizontalrule--base.o-color--sky-blue.o-hr-size--2px .a-horizontal-rule{border-top-width:2px;border-style:solid;border-color:#1cbfe6}
.a-horizontalrule--base.o-color--sky-blue.o-hr-size--4px .a-horizontal-rule{border-top-width:4px;border-style:solid;border-color:#1cbfe6}
.a-horizontalrule--base.o-color--grey .a-horizontal-rule{border-top:1px solid rgba(0,0,0,0.1)}
.a-horizontalrule--base.o-color--summer-skyblue .a-horizontal-rule{border-color:#1cbfe6}
.a-horizontalrule--base.o-remove-top-space{margin-top:0 !important}
.a-horizontalrule--base.o-remove-bottom-space{margin-bottom:0 !important}
.a-horizontalrule--base.a-horizontalrule--style1{position:relative}
.a-horizontalrule--base.a-horizontalrule--style1:after{content:"o";left:50%;padding:0 20px;transform:translate(-50%,-50%);top:0;font-size:24px;position:absolute;color:#8d8d8d;background-color:#fff}
.a-horizontalrule--base.a-horizontalrule--style1 .a-horizontal-rule{margin-top:50px;margin-bottom:50px;border-color:#707070;height:1px}
@media only screen and (min-width:768px){.a-horizontalrule--base.a-horizontalrule--style1{width:70%;margin:auto}
}
.a-horizontalrule--base.o-padding-left-15px{padding-left:15px}
.a-horizontalrule--base.o-padding-right-15px{padding-right:15px}
.a-horizontalrule--base.o-margin-top-30px{margin-top:30px}
.a-horizontalrule--base.o-margin-top-18px{margin-top:18px}
.a-horizontalrule--base.o-margin-bottom-18px{margin-bottom:18px}
.a-horizontalrule--base.o-margin-bottom-50px{margin-bottom:50px}
.a-horizontalrule--base.o-margin-bottom-80px{margin-bottom:80px}
.a-horizontalrule--base.o-padding-left{padding-left:10px}
.a-horizontalrule--base.o-padding-right{padding-right:10px}
.a-horizontalrule--base.o-margin-top{margin-top:10px}
.a-horizontalrule--base.o-margin-bottom-{margin-bottom:10px}
.a-horizontalrule--base.o-margin-bottom{margin-bottom:10px}
.a-container--base.a-container--flex{margin-left:auto;margin-right:auto}
.a-container--base.a-container--flex .a-container--base.a-container--lr-padding{padding:50px 150px;margin-bottom:50px}
.a-container--base.a-container--lr-padding .a-title--base.a-titlecolor--blue h2{margin-bottom:50px;font-family:BaseFontMedium,sans-serif;font-size:34px;font-weight:500;line-height:39px;color:#004084}
.a-container--base.a-container--lr-padding .a-column-control--base.a-column-control--form{margin:0 auto 6px;width:84%}
.a-container--base.a-container--lr-padding .a-column-control--base.a-column-control--form .fields label{color:#004084;display:inline-block;width:100%;font-size:18px;font-family:BaseFontLight,sans-serif;text-align:left}
.a-container--base.a-container--lr-padding .a-column-control--base.a-column-control--form .fields .a-input-grp input{border:1px solid #004084;border-radius:0;width:100%;height:40px;font-size:18px;font-family:BaseFontLight,sans-serif;font-weight:400;color:#495057;background-color:#fff;padding:.375rem .75rem;display:block}
.a-container--base.a-container--lr-padding .a-column-control--base.a-column-control--form .options label{color:#004084;display:inline-block;width:100%;font-size:18px;font-family:BaseFontLight,sans-serif;text-align:left}
.a-container--base.a-container--lr-padding .a-column-control--base.a-column-control--form .options .a-dropdown__field{border:1px solid #004084;border-radius:0;width:100%;height:40px;background-color:#fff;padding:.375rem .75rem;display:block}
.a-container--base.a-container--lr-padding .a-column-control--base.a-column-control--form .options .a-dropdown__field .a-dropdown__placeholder{font-size:18px;font-family:BaseFontLight,sans-serif;font-weight:400;color:#495057}
.a-container--base.a-container--lr-padding .a-column-control--base.a-column-control--form .options .a-dropdown__container .a-dropdown__field::after{color:#004084}
.a-container--base.a-container--lr-padding .a-column-control--base.a-column-control--form .options .a-dropdown__container .a-dropdown__field .a-dropdown__menu li{border-bottom:0}
.a-container--base.a-container--lr-padding .a-column-control--base.a-column-control--form .options .a-dropdown__container .a-dropdown__field .a-dropdown__menu li span{font-size:18px;font-family:BaseFontLight,sans-serif;font-weight:400;color:#495057;padding:6px 12px}
.a-container--base.a-container--lr-padding .a-column-control--base.a-column-control--form .options .a-dropdown__container .a-dropdown__field .a-dropdown__menu li:hover{background-color:#1b73e8}
.a-container--base.a-container--lr-padding .a-column-control--base.a-column-control--form .options .a-dropdown__container .a-dropdown__field .a-dropdown__menu li:hover span{color:#fff}
.a-container--base.a-container--lr-padding .a-column-control--base.a-column-control--form .fields .a-input-field--text-help{font-size:14px;margin-top:22px;margin-bottom:8px;padding-right:15px;color:#004084;font-family:BaseFontLight,sans-serif;text-align:left}
.a-container--base.a-container--lr-padding .o-form-option--base.form--checkbox{width:84%;margin-left:auto;margin-right:auto}
.a-container--base.a-container--lr-padding .o-form-option--base.form--checkbox .a-checkbox.a-checkbox--vertical.a-checkbox--default{margin-bottom:0}
.a-container--base.a-container--lr-padding .o-form-option--base.form--checkbox .a-checkbox.a-checkbox--vertical.a-checkbox--default .a-checkbox__text{color:#004084;display:inline-block;width:100%;margin-bottom:0;font-size:14px;line-height:23px;font-family:BaseFontLight,sans-serif}
.a-container--base.a-container--lr-padding .o-form-option--base.form--checkbox .a-checkbox.a-checkbox--vertical.a-checkbox--default .a-checkbox__text a{color:#004084;font-family:BaseFontRegular,sans-serif;font-size:14px;font-weight:700;text-decoration:underline}
.a-container--base.a-container--lr-padding .o-form-option--base.form--checkbox .a-checkbox.a-checkbox--vertical.a-checkbox--default .a-checkbox__custom{border:1px solid #004084;border-radius:0;height:24px;width:24px}
.a-container--base.a-container--lr-padding .o-form-option--base.form--checkbox .a-checkbox.a-checkbox--vertical.a-checkbox--default .a-checkbox__custom:after{left:8px;top:3px;width:6px;height:13px;border:solid white;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.a-container--base.a-container--lr-padding .o-form-option--base.form--checkbox .a-dropdown__title--required{display:none}
.a-button--base.justify-content-center{display:flex}
@media(min-width:768px) and (max-width:991.98px){.a-container--base.a-container--flex .a-container--base.a-container--lr-padding{padding:50px 30px}
.a-container--base.a-container--lr-padding .a-title--base.a-titlecolor--blue h2{font-size:24px;line-height:29px}
.a-container--base.a-container--lr-padding .a-column-control--base.a-column-control--form{width:100%}
.a-container--base.a-container--lr-padding .a-column-control--base.a-column-control--form .columncontrol__column{margin-bottom:0}
.a-container--base.a-container--lr-padding .o-form-option--base.form--checkbox{width:94%}
}
@media(max-width:767px){.a-container--base.a-container--flex .a-container--base.a-container--lr-padding{padding:50px 10px}
.a-container--base.a-container--lr-padding .a-title--base.a-titlecolor--blue h2{font-size:24px;line-height:29px}
.a-container--base.a-container--lr-padding .a-column-control--base.a-column-control--form{width:100%}
.a-container--base.a-container--lr-padding .a-column-control--base.a-column-control--form .columncontrol__column{margin-bottom:0}
.a-container--base.a-container--lr-padding .o-form-option--base.form--checkbox{width:94%}
}
.a-container--base.a-container--profile-g .a-container__row .a-container__content .cmp-container .o-form-container--base.o-form-container--profile .o-form-container__outer .o-form-container__element .o-form-container__main-form .form-container .a-rule .a-horizontal-rule{--rule-black-color:#1cbfe6}
.a-container--base.a-container--profile-g .a-container__row .a-container__content .cmp-container .o-form-container--base.o-form-container--profile .o-form-container__outer .o-form-container__element .o-form-container__main-form .form-container .o-form-option--base.o-form-option--halfwidth .a-dropdown__container.form-group.mt-0 .a-dropdown__title.form-label.a-input-label{color:#1cbfe6}
.a-container--base.a-container--profile-g .a-container__row .a-container__content .cmp-container .o-form-container--base.o-form-container--profile .o-form-container__outer .o-form-container__element .o-form-container__main-form .form-container .o-form-option--base.o-form-option--halfwidth .a-dropdown__container.form-group.mt-0 .a-dropdown__field{--dropdown-field-border:1px solid #1cbfe6}
.a-container--base.a-container--profile-g .a-container__row .a-container__content .cmp-container .o-form-container--base.o-form-container--profile .o-form-container__outer .o-form-container__element .o-form-container__main-form .form-container .o-form-option--base.o-form-option--halfwidth .a-dropdown__container.form-group.mt-0 .a-dropdown__field.active{border-color:#1cbfe6}
.a-container--base.a-container--profile-g .a-container__row .a-container__content .cmp-container .o-form-container--base.o-form-container--profile .o-form-container__outer .o-form-container__element .o-form-container__main-form .form-container .a-input-field--base.a-input-field--halfwidth .a-input-field.mt-0 .form-label.a-input-label{color:#1cbfe6}
.a-container--base.a-container--profile-g .a-container__row .a-container__content .cmp-container .o-form-container--base.o-form-container--profile .o-form-container__outer .o-form-container__element .o-form-container__main-form .form-container .a-input-field--base.a-input-field--halfwidth .a-input-field.mt-0 .input-group.a-input-grp{--input-field-border:1px solid #1cbfe6}
.a-container--base.a-container--profile-g .a-container__row .a-container__content .cmp-container .o-form-container--base.o-form-container--profile .o-form-container__outer .o-form-container__element .o-form-container__main-form .form-container .a-input-field--base.a-input-field--halfwidth .a-input-field.mt-0 .input-group.a-input-grp .form-control.a-input-control{font-family:BaseFontLight,sans-serif}
.a-container--base.a-container--profile-g .a-container__row .a-container__content .cmp-container .o-form-container--base.o-form-container--profile .o-form-container__outer .o-form-container__element .o-form-container__main-form .form-container .a-input-field--base.a-input-field--halfwidth .a-input-field.mt-0 .input-group.a-input-grp .form-control.a-input-control:focus{border-color:#1cbfe6}
.a-container--base.a-container--1200px-fixed .cmp-container .o-form-container__wrapper .container .o-form-container__element .o-form-container__main-form .a-container__row{padding-left:0;padding-right:0}
.a-container--base.a-container--1200px-fixed .cmp-container .o-form-container__wrapper .container .o-form-container__element .o-form-container__main-form .a-container__row .cmp-container{background-image:none !important}
.a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround,.a-container--form-v1{max-width:1200px}
.a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row,.a-container--form-v1 .a-container__row{display:flex;justify-content:center}
.a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .a-container__content,.a-container--form-v1 .a-container__row .a-container__content{flex:0 0 57%;max-width:57%;margin-bottom:50px}
.a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .a-container__media,.a-container--form-v1 .a-container__row .a-container__media{border-radius:20px;overflow:hidden}
.a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .title.a-title--base,.a-container--form-v1 .a-container__row .title.a-title--base{padding:20px 0;margin-bottom:0 !important;margin-top:0 !important}
.a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .title.a-title--base .cmp-title h1,.a-container--form-v1 .a-container__row .title.a-title--base .cmp-title h1{display:none}
.a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .title.a-title--base:first-child,.a-container--form-v1 .a-container__row .title.a-title--base:first-child{padding-top:50px}
.a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .options,.a-container--form-v1 .a-container__row .options{margin:0 !important}
.a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .options.form--checkbox-p .checkbox .a-checkbox--default .a-checkbox__label input:checked ~ .a-checkbox__custom,.a-container--form-v1 .a-container__row .options.form--checkbox-p .checkbox .a-checkbox--default .a-checkbox__label input:checked ~ .a-checkbox__custom{background-color:#4b3661 !important}
.a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .options .checkbox .a-checkbox-label,.a-container--form-v1 .a-container__row .options .checkbox .a-checkbox-label{display:none}
.a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .options .checkbox .a-checkbox--default,.a-container--form-v1 .a-container__row .options .checkbox .a-checkbox--default{margin-bottom:8px;padding-right:0}
.a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .options .checkbox .a-checkbox--default .a-checkbox__label .a-checkbox__text,.a-container--form-v1 .a-container__row .options .checkbox .a-checkbox--default .a-checkbox__label .a-checkbox__text{line-height:18px;font-size:14px;margin-bottom:0;color:#004084;font-family:"BaseFontLight",sans-serif;font-weight:400}
.a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .options .checkbox .a-checkbox--default .a-checkbox__label .a-checkbox__text a,.a-container--form-v1 .a-container__row .options .checkbox .a-checkbox--default .a-checkbox__label .a-checkbox__text a{font-weight:bold;text-decoration:underline;font-family:BaseFontRegular,sans-serif;color:#004084}
.a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .options .checkbox .a-checkbox--default .a-checkbox__label .a-checkbox__custom,.a-container--form-v1 .a-container__row .options .checkbox .a-checkbox--default .a-checkbox__label .a-checkbox__custom{background-color:#fff;border:1px solid #004084;height:24px;width:24px;border-radius:unset;outline:0}
.a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .options .checkbox .a-checkbox--default .a-checkbox__label .a-checkbox__custom:after,.a-container--form-v1 .a-container__row .options .checkbox .a-checkbox--default .a-checkbox__label .a-checkbox__custom:after{left:8px;top:3px;width:6px;height:13px;outline:0}
.a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .options .checkbox .a-checkbox--default .a-checkbox__label .a-checkbox__custom:hover,.a-container--form-v1 .a-container__row .options .checkbox .a-checkbox--default .a-checkbox__label .a-checkbox__custom:hover{cursor:pointer;outline:0}
.a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .options .checkbox .a-checkbox--default .a-checkbox__label input:checked ~ .a-checkbox__custom,.a-container--form-v1 .a-container__row .options .checkbox .a-checkbox--default .a-checkbox__label input:checked ~ .a-checkbox__custom{background-color:#004084 !important;outline:0}
.a-container--base.a-container--1200px-fixed .a-column-control--base.a-column-control--formv2:nth-child(4) .container .row .columncontrol__column .fields.text .form-group.validation-error .a-input-field--text-error{visibility:visible}
.a-container--base.a-container--1200px-fixed .a-column-control--base.a-column-control--formv2:nth-child(4) .container .row .columncontrol__column .fields.text .form-group.validation-require .a-input-field--text-error{display:none}
.a-container--base.a-container--1200px-fixed .a-column-control--base.a-column-control--formv2:nth-child(4) .container .row .columncontrol__column .fields.text .form-group.validation-regex .a-input-field--text-error{display:none}
.a-container--base.a-container--1200px-fixed .a-column-control--base.a-column-control--formv2:nth-child(4) .container .row .columncontrol__column .fields.text .form-group .a-input-field--text-error{display:flex;visibility:hidden}
.a-column-control--base.a-column-control--formv2,.a-column-control--base.a-column-control--form{margin-top:0 !important;margin-bottom:0 !important}
.a-column-control--base.a-column-control--formv2 .container .row .columncontrol__column:last-child .fields.text .form-group,.a-column-control--base.a-column-control--form .container .row .columncontrol__column:last-child .fields.text .form-group{display:flex;flex-direction:column}
.a-column-control--base.a-column-control--formv2 .container .row .columncontrol__column:last-child .fields.text .form-group .a-input-field--text-help,.a-column-control--base.a-column-control--form .container .row .columncontrol__column:last-child .fields.text .form-group .a-input-field--text-help{font-size:10px;line-height:normal;list-style:none;display:flex;order:2}
.a-column-control--base.a-column-control--formv2 .container .row .columncontrol__column:last-child .fields.text .form-group .a-input-field--text-error,.a-column-control--base.a-column-control--form .container .row .columncontrol__column:last-child .fields.text .form-group .a-input-field--text-error{order:1;font-family:"BaseFontRegular",sans-serif;font-size:12px;font-weight:400;line-height:18px;color:red}
.a-column-control--base.a-column-control--formv2 .container .row .columncontrol__column:last-child .fields.text .form-group .a-input-field--text-require,.a-column-control--base.a-column-control--form .container .row .columncontrol__column:last-child .fields.text .form-group .a-input-field--text-require{font-family:"BaseFontRegular",sans-serif;font-size:12px;font-weight:400;line-height:18px;color:red}
.a-column-control--base.a-column-control--formv2 .container .row .columncontrol__column:first-child .fields.text .form-group,.a-column-control--base.a-column-control--form .container .row .columncontrol__column:first-child .fields.text .form-group{display:flex;flex-direction:column}
.a-column-control--base.a-column-control--formv2 .container .row .columncontrol__column:first-child .fields.text .form-group .a-input-field--text-help,.a-column-control--base.a-column-control--form .container .row .columncontrol__column:first-child .fields.text .form-group .a-input-field--text-help{font-size:14px;line-height:23px;display:flex;order:2}
.a-column-control--base.a-column-control--formv2 .container .row .columncontrol__column:first-child .fields.text .form-group .a-input-field--text-error,.a-column-control--base.a-column-control--form .container .row .columncontrol__column:first-child .fields.text .form-group .a-input-field--text-error{order:1;font-family:"BaseFontRegular",sans-serif;font-size:12px;font-weight:400;line-height:18px}
.a-column-control--base.a-column-control--formv2 .container .row .columncontrol__column:first-child .fields.text .form-group .a-input-field--text-regex,.a-column-control--base.a-column-control--form .container .row .columncontrol__column:first-child .fields.text .form-group .a-input-field--text-regex{color:red}
.a-column-control--base.a-column-control--formv2 .container .row .columncontrol__column .fields.text,.a-column-control--base.a-column-control--form .container .row .columncontrol__column .fields.text{margin:0;margin-bottom:22px}
.a-column-control--base.a-column-control--formv2 .container .row .columncontrol__column .fields.text .form-group .a-input-label,.a-column-control--base.a-column-control--form .container .row .columncontrol__column .fields.text .form-group .a-input-label{color:#004084;font-family:BaseFontLight,sans-serif;font-size:18px;line-height:27px;margin-bottom:0}
.a-column-control--base.a-column-control--formv2 .container .row .columncontrol__column .fields.text .form-group .a-input-field--text-help,.a-column-control--base.a-column-control--form .container .row .columncontrol__column .fields.text .form-group .a-input-field--text-help{color:#004084;font-family:BaseFontLight,sans-serif}
.a-column-control--base.a-column-control--formv2 .container .row .columncontrol__column .fields.text .form-group .a-input-field--text-error,.a-column-control--base.a-column-control--form .container .row .columncontrol__column .fields.text .form-group .a-input-field--text-error,.a-column-control--base.a-column-control--formv2 .container .row .columncontrol__column .fields.text .form-group .a-input-field--text-require,.a-column-control--base.a-column-control--form .container .row .columncontrol__column .fields.text .form-group .a-input-field--text-require,.a-column-control--base.a-column-control--formv2 .container .row .columncontrol__column .fields.text .form-group .a-input-field--text-regex,.a-column-control--base.a-column-control--form .container .row .columncontrol__column .fields.text .form-group .a-input-field--text-regex{font-family:"BaseFontRegular",sans-serif;font-size:12px;font-weight:400;line-height:18px;color:red}
.a-column-control--base.a-column-control--formv2 .container .row .columncontrol__column .fields.text .form-group .a-input-grp .a-input-control,.a-column-control--base.a-column-control--form .container .row .columncontrol__column .fields.text .form-group .a-input-grp .a-input-control{border:0;height:40px;border-radius:0;width:100%;padding:.375rem .75rem;color:#495057;background-color:#fff;background-clip:padding-box;margin:0;font-family:BaseFontLight,sans-serif;font-size:18px;line-height:27px}
.a-column-control--base.a-column-control--formv2 .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field,.a-column-control--base.a-column-control--form .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field{margin-bottom:16px}
.a-column-control--base.a-column-control--formv2 .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__title,.a-column-control--base.a-column-control--form .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__title{color:#004084;font-family:BaseFontLight,sans-serif;font-size:18px;line-height:27px;margin-bottom:0}
.a-column-control--base.a-column-control--formv2 .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__field:after,.a-column-control--base.a-column-control--form .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__field:after{color:#707070;opacity:.5;font-size:14px;line-height:1}
.a-column-control--base.a-column-control--formv2 .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__field,.a-column-control--base.a-column-control--form .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__field{height:40px;border-radius:unset;--dropdown-field-height:40px;padding:0 12px;max-height:40px}
.a-column-control--base.a-column-control--formv2 .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__field .a-dropdown__placeholder,.a-column-control--base.a-column-control--form .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__field .a-dropdown__placeholder,.a-column-control--base.a-column-control--formv2 .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__field .a-dropdown-selected,.a-column-control--base.a-column-control--form .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__field .a-dropdown-selected{border:0;height:40px;border-radius:0;width:100%;color:#495057;font-family:BaseFontLight,sans-serif;font-size:18px;line-height:27px;display:flex;align-items:center}
.a-column-control--base.a-column-control--formv2 .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__field ul.a-dropdown__menu,.a-column-control--base.a-column-control--form .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__field ul.a-dropdown__menu{border:1px solid #495057;border-radius:unset}
.a-column-control--base.a-column-control--formv2 .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__field ul.a-dropdown__menu li,.a-column-control--base.a-column-control--form .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__field ul.a-dropdown__menu li{border-bottom:unset;display:flex;align-items:center}
.a-column-control--base.a-column-control--formv2 .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__field ul.a-dropdown__menu li span,.a-column-control--base.a-column-control--form .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__field ul.a-dropdown__menu li span{font-family:BaseFontLight,sans-serif;font-size:18px;line-height:27px;padding:0 12px;height:auto;color:#495057}
.a-column-control--base.a-column-control--formv2 .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__field ul.a-dropdown__menu li.selected,.a-column-control--base.a-column-control--form .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__field ul.a-dropdown__menu li.selected{background-color:dodgerblue}
.a-column-control--base.a-column-control--formv2 .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__field ul.a-dropdown__menu li.selected span,.a-column-control--base.a-column-control--form .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__field ul.a-dropdown__menu li.selected span{color:white}
.a-column-control--base.a-column-control--formv2 .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__field ul.a-dropdown__menu li:hover,.a-column-control--base.a-column-control--form .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__field ul.a-dropdown__menu li:hover{background-color:dodgerblue;cursor:pointer}
.a-column-control--base.a-column-control--formv2 .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__field ul.a-dropdown__menu li:hover span,.a-column-control--base.a-column-control--form .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__field ul.a-dropdown__menu li:hover span{color:white}
.a-column-control--base.a-column-control--form .container .row .columncontrol__column .fields.text .a-input-field{margin:0}
.a-column-control--base.a-column-control--form .container .row .columncontrol__column .form-group.a-form-grp{margin-bottom:0}
.a-column-control--base.a-column-control--form .container .row .columncontrol__column .form-group.a-form-grp .input-group.a-input-grp .form-control.a-input-control{border:1px solid #004084}
.a-column-control--base.a-column-control--form .container .row .columncontrol__column .form-group.a-form-grp.validation-require{margin-bottom:0}
.a-column-control--base.a-column-control--form .container .row .columncontrol__column .form-group.a-form-grp.validation-require span.a-input-field--text-error,.a-column-control--base.a-column-control--form .container .row .columncontrol__column .form-group.a-form-grp.validation-require span.a-input-field--text-regex,.a-column-control--base.a-column-control--form .container .row .columncontrol__column .form-group.a-form-grp.validation-require span.a-input-field--text-require{visibility:visible;color:red}
.a-column-control--base.a-column-control--form .container .row .columncontrol__column .fields text.a-input-field--text-error .a-input-field{margin-bottom:0}
.a-column-control--base.a-column-control--form .container .row .columncontrol__column .options .drop-down .a-input-field .form-group .a-dropdown__field .a-dropdown-selected{color:#495057;font-family:BaseFontLight,sans-serif;font-size:18px;line-height:27px}
@media(max-width:991px){.a-container--base.a-container--1200px-fixed .a-container__row .title.a-title--base .cmp-title h2{font-size:24px;line-height:29px}
.a-container--base.a-container--borderround .a-container__row .a-container__content,.a-container--form-v1 .a-container__row .a-container__content{flex:0 0 96% !important;max-width:96% !important}
.a-container--base.a-container--borderround .a-container__row .a-container__content .title.a-title--base:first-child,.a-container--form-v1 .a-container__row .a-container__content .title.a-title--base:first-child{padding-top:50px;padding-bottom:20px}
.a-container--base.a-container--borderround .a-container__row .a-container__content .cmp-container .a-column-control--base.a-column-control--form .columncontrol__column,.a-container--form-v1 .a-container__row .a-container__content .cmp-container .a-column-control--base.a-column-control--form .columncontrol__column{margin-bottom:0 !important}
.a-container--base.a-container--borderround .a-container__row .a-container__content .cmp-container .a-column-control--base.a-column-control--form .columncontrol__column .options,.a-container--form-v1 .a-container__row .a-container__content .cmp-container .a-column-control--base.a-column-control--form .columncontrol__column .options{margin-left:0;margin-right:0}
.a-column-control--formv2 .container .row .columncontrol__column{margin-bottom:0 !important}
}
@media(max-width:991px) and (min-width:768px){.a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .options .checkbox{padding-left:15px}
.a-column-control--formv2 .container .row .columncontrol__column:first-child{padding-left:30px}
.a-column-control--formv2 .container .row .columncontrol__column:last-child{padding-left:30px}
.a-container--base.a-container--borderround .a-container__row .a-container__content .cmp-container .a-column-control--base.a-column-control--form .columncontrol__column:first-child{padding-left:30px !important}
.a-container--base.a-container--borderround .a-container__row .a-container__content .cmp-container .a-column-control--base.a-column-control--form .columncontrol__column:last-child{padding-right:30px !important}
.a-container--form-v1 .a-container__row .a-container__content .cmp-container .options.o-form-option--base.form--checkbox{padding-left:15px;padding-right:15px}
.a-container--form-v1 .a-container__row .a-container__content .cmp-container .a-column-control--base.a-column-control--form .columncontrol__column:first-child{padding-left:30px !important}
.a-container--form-v1 .a-container__row .a-container__content .cmp-container .a-column-control--base.a-column-control--form .columncontrol__column:last-child{padding-right:30px !important}
}
@media(max-width:767px){.a-container--base.a-container--borderround .a-container__row .a-container__content,.a-container--form-v1 .a-container__row .a-container__content{flex:0 0 100% !important;max-width:100% !important;padding-left:15px;padding-right:15px}
.a-container--base.a-container--borderround .a-container__row .a-container__content .cmp-container .a-column-control--base.a-column-control--form .columncontrol__column,.a-container--form-v1 .a-container__row .a-container__content .cmp-container .a-column-control--base.a-column-control--form .columncontrol__column{padding-right:15px;padding-left:15px}
.a-container--base.a-container--borderround .a-container__row .a-container__media .a-container__image,.a-container--form-v1 .a-container__row .a-container__media .a-container__image{display:block}
.a-column-control--base.a-column-control--formv2 .container .row .columncontrol__column{margin-bottom:0;padding-right:15px;padding-left:15px}
.a-column-control--base.a-column-control--formv2 .container .row .columncontrol__column .options{margin:0 !important}
.a-container--form-v1{padding-left:0 !important;padding-right:0 !important}
.a-container--form-v1 .a-container__row{padding-left:0 !important;padding-right:0 !important;display:flex;justify-content:center}
.a-container--form-v1 .a-container__row .options .checkbox .a-checkbox--default{margin-left:-15px}
.a-container--form-v1 .a-container__row .a-container__content .cmp-container .title.a-title--base .cmp-title{padding-top:50px}
.a-container--form-v1 .a-container__row .a-container__content .cmp-container .options.o-form-option--base.form--checkbox{padding-right:15px;padding-left:15px}
}
.a-text--base.a-text--o-on-center{margin-top:40px;padding-bottom:40px}
.a-text--base.a-text--o-on-center .cmp-text{position:relative}
.a-text--base.a-text--o-on-center .cmp-text span{color:#004084;background-color:#f8f8f8;position:absolute;padding:0 20px;left:50%;transform:translate(-50%,-50%);top:0;font-family:BaseFontLight,sans-serif;font-size:24px;line-height:36px}
.a-container--form-v1 .a-container__row{display:flex;justify-content:center}
.a-container--form-v1 .a-container__row .a-container__content{flex:0 0 57%;max-width:57%}
.a-container--form-v1 .a-container__row .a-container__content .cmp-container .button{margin-bottom:50px;margin-top:22px}
.a-container--form-v1 .a-container__row .a-container__content .cmp-container .options.o-form-option--base.form--checkbox{padding-top:22px}
.a-container--form-v1 .a-column-control--base.a-column-control--form:nth-child(4) .container .row .columncontrol__column .fields.text .form-group.validation-error .a-input-field--text-error{visibility:visible;display:flex}
.a-container--form-v1 .a-column-control--base.a-column-control--form:nth-child(4) .container .row .columncontrol__column .fields.text .form-group.validation-require .a-input-field--text-error,.a-container--form-v1 .a-column-control--base.a-column-control--form:nth-child(4) .container .row .columncontrol__column .fields.text .form-group.validation-require .a-input-field--text-regex{display:none}
.a-container--form-v1 .a-column-control--base.a-column-control--form:nth-child(4) .container .row .columncontrol__column .fields.text .form-group.validation-regex .a-input-field--text-error,.a-container--form-v1 .a-column-control--base.a-column-control--form:nth-child(4) .container .row .columncontrol__column .fields.text .form-group.validation-regex .a-input-field--text-require{display:none}
.a-container--form-v1 .a-column-control--base.a-column-control--form:nth-child(4) .container .row .columncontrol__column .fields.text .form-group.validation-regex .a-input-field--text-regex{display:flex;visibility:visible;color:red}
.a-container--form-v1 .a-column-control--base.a-column-control--form:nth-child(4) .container .row .columncontrol__column .fields.text .form-group .a-input-field--text-error{display:flex;visibility:hidden}
.a-container--form-v1 .a-column-control--base.a-column-control--form:nth-child(4) .container .row .columncontrol__column .fields.text .form-group .a-input-field--text-regex{display:none}
.a-container--form-v1 .a-column-control--base.a-column-control--form:nth-child(4) .container .row .columncontrol__column .fields.text .form-group .a-input-field--text-help{margin-top:unset}
.a-container--form-v1 .columncontrol__column .form-group.a-form-grp .a-input-field--text-error{display:flex;visibility:hidden}
.a-container--form-v1 .columncontrol__column .form-group.a-form-grp.validation-regex .a-input-field--text-error,.a-container--form-v1 .columncontrol__column .form-group.a-form-grp.validation-regex .a-input-field--text-require{display:none}
.a-container--form-v1 .columncontrol__column .form-group.a-form-grp.validation-regex .a-input-field--text-regex{visibility:visible;color:red}
.a-container--form-v1 .columncontrol__column .form-group.a-form-grp.validation-error .a-input-field--text-regex,.a-container--form-v1 .columncontrol__column .form-group.a-form-grp.validation-error .a-input-field--text-require{display:none}
.a-container--form-v1 .columncontrol__column .form-group.a-form-grp.validation-error .a-input-field--text-error{visibility:visible;color:red}
.a-container--form-v1 .columncontrol__column .form-group.a-form-grp.validation-require .a-input-field--text-error,.a-container--form-v1 .columncontrol__column .form-group.a-form-grp.validation-require .a-input-field--text-regex{display:none}
.a-container--form-v1 .columncontrol__column .form-group.a-form-grp.validation-require .a-input-field--text-require{visibility:visible;color:red}
.checkbox.validation-require .checkbox--text-require{padding-left:30px;padding-right:30px}
.a-container--1200px-fixed{max-width:1200px;width:100%;margin-top:30px !important;margin-bottom:30px !important;padding-left:0;padding-right:0}
.a-container--1200px-fixed .container{max-width:1200px;width:100%;margin:auto;padding-left:0;padding-right:0}
.o-form-container__main-form .a-container__row{padding:0 20px}
.o-form-container__main-form .a-container__row .options{margin-top:0 !important;margin-bottom:0 !important}
.o-form-container__main-form .a-container__row .a-column-control--form .container .row .columncontrol__column .form-group.a-form-grp .a-input-date-group{margin-bottom:1px}
.o-form-container__main-form .options.o-form-option--base.form--checkbox .checkbox .a-checkbox.a-checkbox--vertical.a-checkbox--default .a-checkbox__label{margin-bottom:0}
.o-form-container__main-form .options.o-form-option--base.form--checkbox .checkbox .a-checkbox.a-checkbox--vertical.a-checkbox--default .a-checkbox__label .a-checkbox__custom,.o-form-container__main-form .options.o-form-option--base.form--checkbox .checkbox .a-checkbox.a-checkbox--vertical.a-checkbox--default .a-checkbox__label .a-checkbox__custom:hover,.o-form-container__main-form .options.o-form-option--base.form--checkbox .checkbox .a-checkbox.a-checkbox--vertical.a-checkbox--default .a-checkbox__label .a-checkbox__custom:active{outline:0}
.o-form-container__main-form .options.o-form-option--base.form--checkbox .checkbox .checkbox--text-require{margin-top:auto;color:red;font-family:"BaseFontRegular",sans-serif;line-height:18px}
.a-column-control--formv2 .columncontrol__column .a-input-field{margin-bottom:0}
.a-column-control--formv2 .columncontrol__column .form-group.a-form-grp{margin-bottom:0}
.a-column-control--formv2 .columncontrol__column .form-group.a-form-grp .a-input-field--text-error{display:flex;visibility:hidden}
.a-column-control--formv2 .columncontrol__column .form-group.a-form-grp.validation-regex .a-input-field--text-error,.a-column-control--formv2 .columncontrol__column .form-group.a-form-grp.validation-regex .a-input-field--text-require{display:none}
.a-column-control--formv2 .columncontrol__column .form-group.a-form-grp.validation-regex .a-input-field--text-regex{visibility:visible}
.a-column-control--formv2 .columncontrol__column .form-group.a-form-grp.validation-error .a-input-field--text-regex,.a-column-control--formv2 .columncontrol__column .form-group.a-form-grp.validation-error .a-input-field--text-require{display:none}
.a-column-control--formv2 .columncontrol__column .form-group.a-form-grp.validation-error .a-input-field--text-error{visibility:visible}
.a-column-control--formv2 .columncontrol__column .form-group.a-form-grp.validation-require .a-input-field--text-error,.a-column-control--formv2 .columncontrol__column .form-group.a-form-grp.validation-require .a-input-field--text-regex{display:none}
.a-column-control--formv2 .columncontrol__column .form-group.a-form-grp.validation-require .a-input-field--text-require{visibility:visible}
.a-container--base.a-container--form-v1 .a-container__row .options .drop-down .a-dropdown.a-input-field.mt-0 .a-dropdown__field{border:1px solid #004084}
.a-container--base.a-container--form-v1 .a-column-control--base.a-column-control--form.a-column-control--regform-p .options .drop-down .a-dropdown.a-input-field.mt-0 .a-dropdown__field{border:1px solid #4b3661}
.a-column-control--base.a-column-control--formv2.a-column-control--regform-p .container .row .columncontrol__column .fields.text .form-group .a-input-label,.a-column-control--base.a-column-control--form.a-column-control--regform-p .container .row .columncontrol__column .fields.text .form-group .a-input-label{color:#4b3661}
.a-column-control--base.a-column-control--form.a-column-control--regform-p .container .row .columncontrol__column .form-group.a-form-grp .input-group.a-input-grp .form-control.a-input-control{border:1px solid #4b3661}
.a-column-control--base.a-column-control--formv2.a-column-control--regform-p .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__title,.a-column-control--base.a-column-control--form.a-column-control--regform-p .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__title{color:#4b3661}
.a-column-control--base.a-column-control--form.a-column-control--regform-p .container .row .columncontrol__column .options .drop-down .a-input-field .form-group .a-dropdown__field{border:unset}
.a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .options.form--checkbox-p .checkbox .a-checkbox--default .a-checkbox__label .a-checkbox__text,.a-container--form-v1 .a-container__row .options.form--checkbox-p .checkbox .a-checkbox--default .a-checkbox__label .a-checkbox__text{color:#4b3661}
.a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .options.form--checkbox-p .checkbox .a-checkbox--default .a-checkbox__label .a-checkbox__text a,.a-container--form-v1 .a-container__row .options.form--checkbox-p .checkbox .a-checkbox--default .a-checkbox__label .a-checkbox__text a{color:#4b3661}
.a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .options.form--checkbox-p .checkbox .a-checkbox--default .a-checkbox__label .a-checkbox__custom,.a-container--form-v1 .a-container__row .options.form--checkbox-p .checkbox .a-checkbox--default .a-checkbox__label .a-checkbox__custom{border:1px solid #4b3661}
.a-container--form-v1 .a-column-control--base.a-column-control--form:nth-child(4).a-column-control--regform-p .container .row .columncontrol__column .fields.text .form-group .a-input-field--text-help{color:#6f5787}
.a-text--base.a-text--o-on-center.a-text--linepurple .cmp-text span{color:#4b3661}
.a-column-control--base.a-column-control--form.a-column-control--regform-p .container .row .columncontrol__column .fields.text .form-group .a-input-field--text-help{color:#6f5787}
.options.o-form-option--base.form--checkbox.form--checkbox-p .checkbox .a-checkbox--default .a-checkbox__label input:checked ~ .a-checkbox__custom{background-color:#4b3661 !important}
@media(max-width:991px){.a-container--base.a-container--form-v1{background-color:#f8f8f8 !important}
.a-container--base.a-container--form-v1 .a-container__row .a-container__image .cmp-image{display:none !important}
}
.a-container--base.a-container--1200px-fixed.a-container--form-summerskyblue .a-container--base.a-container--form-v1 .a-container__row .options .checkbox .a-checkbox--default .a-checkbox__label input:checked ~ .a-checkbox__custom{background-color:#1cbfe6 !important}
.a-container--base.a-container--1200px-fixed.a-container--form-summerskyblue .a-container--base.a-container--form-v1 .a-container__row .options .checkbox .a-checkbox--default .a-checkbox__label .a-checkbox__custom{border:1px solid #1cbfe6 !important}
.a-container--base.a-container--1200px-fixed.a-container--form-summerskyblue .a-container--base.a-container--form-v1 .a-container__row .options .checkbox .a-checkbox--default .a-checkbox__label .a-checkbox__text{color:#1cbfe6 !important}
.a-container--base.a-container--1200px-fixed.a-container--form-summerskyblue .a-container--base.a-container--form-v1 .a-container__row .options .checkbox .a-checkbox--default .a-checkbox__label .a-checkbox__text a{color:#1cbfe6 !important}
.a-container--base.a-container--1200px-fixed.a-container--form-summerskyblue .a-container--base.a-container--form-v1 .a-column-control--base.a-column-control--form .container .row .columncontrol__column .form-group.a-form-grp .input-group.a-input-grp .form-control.a-input-control{border:1px solid #1cbfe6 !important}
.a-container--base.a-container--1200px-fixed.a-container--form-summerskyblue .a-container--base.a-container--form-v1 .a-column-control--base.a-column-control--form .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__container.form-group.mt-0 .a-dropdown__field{border:1px solid #1cbfe6 !important}
.a-container--base.a-container--1200px-fixed.a-container--form-summerskyblue .a-container--base.a-container--form-v1 .a-column-control--base.a-column-control--form .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__title{color:#1cbfe6 !important}
.a-container--base.a-container--1200px-fixed.a-container--form-summerskyblue .a-container--base.a-container--form-v1 .a-column-control--base.a-column-control--form .container .row .columncontrol__column .fields.text .form-group .a-input-label{color:#1cbfe6}
.a-container--base.a-container--1200px-fixed.a-container--form-summerskyblue .a-container--base.a-container--form-v1 .a-column-control--base.a-column-control--form .container .row .columncontrol__column .fields.text .form-group .a-input-field--text-help{color:#1cbfe6 !important}
.a-container--base.a-container--1200px-fixed.a-container--form-summerskyblue .a-column-control--base.a-column-control--formv2 .a-container__row .options .checkbox .a-checkbox--default .a-checkbox__label input:checked ~ .a-checkbox__custom{background-color:#1cbfe6 !important}
.a-container--base.a-container--1200px-fixed.a-container--form-summerskyblue .a-column-control--base.a-column-control--formv2 .a-container__row .options .checkbox .a-checkbox--default .a-checkbox__label .a-checkbox__custom{border:1px solid #1cbfe6 !important}
.a-container--base.a-container--1200px-fixed.a-container--form-summerskyblue .a-column-control--base.a-column-control--formv2 .row .columncontrol__column .fields.text .form-group .a-input-label{color:#1cbfe6 !important}
.a-container--base.a-container--1200px-fixed.a-container--form-summerskyblue .a-column-control--base.a-column-control--formv2 .row .columncontrol__column .fields.text .form-group .a-input-field--text-help{color:#1cbfe6 !important}
.a-container--base.a-container--1200px-fixed.a-container--form-summerskyblue .a-column-control--base.a-column-control--formv2 .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__title{color:#1cbfe6 !important}
.a-container--base.a-container--1200px-fixed.a-container--form-summerskyblue .a-container--base.a-container--borderround .a-container__row .options .checkbox .a-checkbox--default .a-checkbox__label .a-checkbox__text{color:#1cbfe6 !important}
.a-container--base.a-container--1200px-fixed.a-container--form-summerskyblue .a-container--base.a-container--borderround .a-container__row .options .checkbox .a-checkbox--default .a-checkbox__label .a-checkbox__text a{color:#1cbfe6 !important}
.a-container--base.a-container--1200px-fixed.a-container--form-summerskyblue .a-container__row .options .checkbox .a-checkbox--default .a-checkbox__label .a-checkbox__custom{border:1px solid #1cbfe6 !important}
.a-container--base.a-container--1200px-fixed.a-container--form-summerskyblue .o-form-container__main-form .options.o-form-option--base.form--checkbox .checkbox .a-checkbox.a-checkbox--vertical.a-checkbox--default .a-checkbox__label input:checked ~ .a-checkbox__custom{background-color:#1cbfe6 !important}
.a-container--base.a-container--1200px-fixed.a-container--form-summerskyblue .o-form-container__main-form .options.o-form-option--base.form--checkbox .checkbox .a-checkbox.a-checkbox--vertical.a-checkbox--default .a-checkbox__label .a-checkbox__custom{border:1px solid #1cbfe6 !important}
.a-container--base.a-container--1200px-fixed.a-container--form-summerskyblue .a-container--base.a-container--borderround .a-container__row .options .checkbox .a-checkbox--default .a-checkbox__label input:checked ~ .a-checkbox__custom{background-color:#1cbfe6 !important}
.a-column-control--base.a-column-control--formv2 .container .row .columncontrol__column .options .drop-down .a-dropdown.a-input-field.mt-0 .a-dropdown__field{border:0}
.a-container--base.a-container--1200px-fixed .a-container__row .cmp-container .options span.checkbox--text-require{color:red}
.a-container--base.a-container--form-summerskyblue .a-container__row .cmp-container .columncontrol.a-column-control--base.a-column-control--form .row .columncontrol__column .fields.text .a-input-field .input-group.a-input-grp .form-control.a-input-control,.a-container--base.a-container--form-summerskyblue .a-container__row .cmp-container .columncontrol.a-column-control--base.a-column-control--form .row .columncontrol__column .options.o-form-option--base .a-dropdown .a-dropdown__field{border:1px solid #1cbfe6 !important}
.a-container--base.a-container--form-summerskyblue .a-container__row .cmp-container .columncontrol.a-column-control--base.a-column-control--form .row .columncontrol__column .fields.text .a-input-field .form-label.a-input-label,.a-container--base.a-container--form-summerskyblue .a-container__row .cmp-container .columncontrol.a-column-control--base.a-column-control--form .row .columncontrol__column .fields.text .a-input-field span.form-text.a-input-field--text-help,.a-container--base.a-container--form-summerskyblue .a-container__row .cmp-container .columncontrol.a-column-control--base.a-column-control--form .row .columncontrol__column .options.o-form-option--base .a-dropdown .a-dropdown__title{color:#1cbfe6 !important}
.a-container--base.a-container--form-summerskyblue .a-container__row .cmp-container .columncontrol.a-column-control--base.a-column-control--form .row .columncontrol__column .fields{margin-bottom:22px !important}
.columncontrol.a-column-control--base.a-column-control--form-mm .row .columncontrol__column .fields.text .a-input-field .form-label.a-input-label,.columncontrol.a-column-control--base.a-column-control--form-mm .row .columncontrol__column .fields.text .a-input-field span.form-text.a-input-field--text-help,.o-form-option--base.form--checkbox.form--checkbox-mm .a-dropdown .a-dropdown__title,.options.o-form-option--base.form--checkbox.form--checkbox-mm .checkbox .a-checkbox .a-checkbox__label span.a-checkbox__text,.options.o-form-option--base.form--checkbox.form--checkbox-mm .checkbox .a-checkbox .a-checkbox__label span.a-checkbox__text a,.columncontrol.a-column-control--base.a-column-control--form-mm .row .columncontrol__column .options .a-dropdown.a-input-field .a-dropdown__container .a-dropdown__title{color:#0262ac !important}
.columncontrol.a-column-control--base.a-column-control--form-mm .row .columncontrol__column .fields.text .a-input-field .input-group.a-input-grp .form-control.a-input-control,.columncontrol.a-column-control--base.a-column-control--form-mm .row .columncontrol__column .options.o-form-option--base .a-dropdown .a-dropdown__field,.options.o-form-option--base.form--checkbox.form--checkbox-mm .checkbox .a-checkbox .a-checkbox__label span.a-checkbox__custom,.columncontrol.a-column-control--base.a-column-control--form-mm .row .columncontrol__column .options .a-dropdown.a-input-field .a-dropdown__container .a-dropdown__field{border:1px solid #0262ac !important}
.options.o-form-option--base.form--checkbox.form--checkbox-mm .checkbox .a-checkbox .a-checkbox__label input:checked ~ .a-checkbox__custom{background-color:#0262ac !important}
.a-container--base.a-container--nutritional-slider{max-width:1200px;margin:0 auto}
.a-container--base.a-container--nutritional-slider .o-cards-carousel.o-card-carousel--base.o-bg-color--blue{background-color:#013974}
.a-container--base.a-container--nutritional-slider .cmp-carousel .slick-slide{padding:0}
.a-container--base.a-container--nutritional-slider .cmp-carousel .slick-slide .container{max-width:100%}
.a-container--base.a-container--nutritional-slider .cmp-carousel .slick-slide .row{padding:11px}
.a-container--base.a-container--nutritional-slider .cmp-carousel .slick-slide .row .columncontrol__column{padding:0}
.a-container--base.a-container--nutritional-slider .cmp-carousel .slick-slide .row .columncontrol__column .cmp-image .cmp-image__image{width:auto;max-width:100%;margin:0 auto}
.a-container--base.a-container--nutritional-slider .cmp-carousel .slick-slide .row>.columncontrol__column:nth-child(2){padding:5.63rem 4.5rem 0 5.63rem}
.a-container--base.a-container--nutritional-slider .cmp-carousel .slick-slider{margin:0;padding:0}
.a-container--base.a-container--nutritional-slider .cmp-carousel .slick-slider button.left-arrow{top:50%;left:.625rem;right:auto}
.a-container--base.a-container--nutritional-slider .cmp-carousel .slick-slider button.left-arrow>span:before{content:"\276E";color:#fff;font-size:1.875rem;font-weight:700}
.a-container--base.a-container--nutritional-slider .cmp-carousel .slick-slider button.right-arrow{top:50%;right:.625rem;left:auto}
.a-container--base.a-container--nutritional-slider .cmp-carousel .slick-slider button.right-arrow>span:before{content:"\276F";color:#fff;font-size:1.875rem;font-weight:700}
.a-container--base.a-container--nutritional-slider .cmp-carousel .text.a-text--base.o-color-bg--deepblue{background-color:#02478f}
.a-container--base.a-container--nutritional-slider .cmp-carousel .cmp-text p{color:#fff;font-family:"BaseFontLighter","Arial";font-size:1.125rem;line-height:23px;letter-spacing:0;font-weight:normal;padding:10px;margin-bottom:18px;text-align:center}
.a-container--base.a-container--nutritional-slider .cmp-carousel .cmp-text p strong{font-family:"BaseFontRegular"}
@media screen and (max-width:1199.98px){.a-container--base.a-container--nutritional-slider{padding:11px}
.a-container--base.a-container--nutritional-slider .cmp-carousel .slick-arrow{display:inline-block !important}
}
@media screen and (max-width:991px){.a-container--base.a-container--nutritional-slider .cmp-carousel .slick-slide .row>.columncontrol__column{margin-bottom:0}
.a-container--base.a-container--nutritional-slider .cmp-carousel .slick-slide .row>.columncontrol__column:nth-child(2){padding:1.25rem 1.875rem 0}
.a-container--base.a-container--nutritional-slider .cmp-carousel .slick-slide .row>.columncontrol__column .text.a-text--base.o-color-bg--deepblue{margin-top:0}
.a-container--base.a-container--nutritional-slider .cmp-carousel .slick-slide .row>.columncontrol__column .text.a-text--base.o-color-bg--deepblue .cmp-text{font-size:17px}
.a-container--base.a-container--nutritional-slider .cmp-carousel .slick-slide .row>.columncontrol__column .image{margin-bottom:0}
}
@media screen and (max-width:768px){.a-container--base.a-container--nutritional-slider .cmp-carousel .slick-slide{max-width:100vw}
.a-container--base.a-container--nutritional-slider .cmp-carousel .slick-slide .row{padding:5px}
.a-container--base.a-container--nutritional-slider .cmp-carousel .slick-slide .row>.columncontrol__column:nth-child(1){margin-bottom:0}
.a-container--base.a-container--nutritional-slider .cmp-carousel .slick-slide .row>.columncontrol__column:nth-child(2){padding:1.38rem 0 3.38rem}
.a-container--base.a-container--nutritional-slider .cmp-carousel .slick-slider{margin:0;padding:0}
.a-container--base.a-container--nutritional-slider .cmp-carousel .slick-slider button.left-arrow,.a-container--base.a-container--nutritional-slider .cmp-carousel .slick-slider button.right-arrow{top:auto;bottom:25px}
.a-container--base.a-container--nutritional-slider .cmp-carousel .slick-arrow{display:inline-block !important}
.a-container--base.a-container--nutritional-slider .cmp-carousel .cmp-text p{font-size:.75rem;line-height:18px}
}
@media only screen and (min-width:992px){.o-form-container--base.o-form-container--subscribe .form-container{max-width:max-content;margin:auto}
}
.o-form-container--base.o-form-container--subscribe .text.a-input-field--base.a-input-field--halfwidth{width:50%;display:inline-table}
@media only screen and (min-width:992px){.o-form-container--base.o-form-container--subscribe .text.a-input-field--base.a-input-field--halfwidth{max-width:385px}
}
.o-form-container--base.o-form-container--subscribe .text.a-input-field--base.a-input-field--halfwidth:nth-of-type(odd){margin-right:20px}
.o-form-container--base.o-form-container--subscribe .text.a-input-field--base.a-input-field--halfwidth .form-label.a-input-label{display:none}
.o-form-container--base.o-form-container--subscribe .text.a-input-field--base.a-input-field--halfwidth .input-group.a-input-grp{--input-field-border:0;--input-field-max-height:45px;--input-field-border-radius:none}
.o-form-container--base.o-form-container--subscribe .text.a-input-field--base.a-input-field--halfwidth .form-control.a-input-control{font-size:18px;font-family:'BaseFontRegular',sans-serif;color:#495057;line-height:27px;font-style:italic}
.o-form-container--base.o-form-container--subscribe .text.a-input-field--base.a-input-field--halfwidth span.a-input-field--required{display:none}
.o-form-container--base.o-form-container--subscribe .text.a-input-field--base.a-input-field--halfwidth .a-input-field--text-require,.o-form-container--base.o-form-container--subscribe .text.a-input-field--base.a-input-field--halfwidth .a-input-field--text-regex{color:red;font-size:12px;font-family:'BaseFontRegular',sans-serif;font-weight:normal;line-height:18px}
@media only screen and (max-width:767.98px){.o-form-container--base.o-form-container--subscribe .text.a-input-field--base.a-input-field--halfwidth{display:block;width:100%;margin-bottom:40px}
}
.o-form-container--base.o-form-container--subscribe .o-form-container__buttons{padding-bottom:40px;margin-top:10px}
@media only screen and (max-width:767.98px){.o-form-container--base.o-form-container--subscribe .o-form-container__buttons{padding-top:0}
}
@media only screen and (min-width:576px) and (max-width:767.98px){.o-form-container--base.o-form-container--profile .container{max-width:100%}
}
.o-form-container--base.o-form-container--profile .title.a-title--base.a-titlecolor--blue h2.cmp-title__text{line-height:39px;color:#004084 !important}
@media only screen and (max-width:991.98px){.o-form-container--base.o-form-container--profile .title.a-title--base.a-titlecolor--blue h2.cmp-title__text{font-size:24px;font-family:BaseFontMedium,sans-serif;line-height:29px}
}
.o-form-container--base.o-form-container--profile .text{width:47%;display:inline-table}
.o-form-container--base.o-form-container--profile .text:nth-of-type(odd){margin-right:30px}
.o-form-container--base.o-form-container--profile .text .input-group.a-input-grp{--input-field-border:1px solid #004084;--input-field-max-height:40px;--input-field-border-radius:none}
.o-form-container--base.o-form-container--profile .text .a-input-control[readonly]{background-color:initial;border-color:#004084}
.o-form-container--base.o-form-container--profile .text .form-control.a-input-control{font-size:18px;font-family:'BaseFontRegular',sans-serif;color:#495057;line-height:27px}
.o-form-container--base.o-form-container--profile .text span.a-input-field--required{display:none}
@media only screen and (max-width:767.98px){.o-form-container--base.o-form-container--profile .text{display:block;width:100%}
}
.o-form-container--base.o-form-container--profile .text .form-label.a-input-label{color:#004084;font-family:'BaseFontLight',sans-serif;font-size:18px;font-weight:400;line-height:27px}
.o-form-container--base.o-form-container--profile .o-form-option--base.o-form-option--halfwidth ~ .fields.text:nth-child(even){margin-right:30px}
.o-form-container--base.o-form-container--profile .o-form-option--base.o-form-option--halfwidth ~ .fields.text:nth-child(odd){margin-right:0}
.o-form-container--base.o-form-container--profile .o-form-option--base.o-form-option--halfwidth{width:47%;display:inline-table}
@media only screen and (max-width:767.98px){.o-form-container--base.o-form-container--profile .o-form-option--base.o-form-option--halfwidth{display:block;width:100%}
}
.o-form-container--base.o-form-container--profile .o-form-option--base.o-form-option--halfwidth:nth-of-type(even){margin-right:30px}
.o-form-container--base.o-form-container--profile .o-form-option--base.o-form-option--halfwidth .a-dropdown__menu li.selected{background-color:#1e90ff}
.o-form-container--base.o-form-container--profile .o-form-option--base.o-form-option--halfwidth .a-dropdown__menu li{border-bottom:0;--dropdown-menu-option-hover-bg-color:white}
.o-form-container--base.o-form-container--profile .o-form-option--base.o-form-option--halfwidth .a-dropdown__menu li span{font-family:'BaseFontLight',sans-serif;font-size:18px;font-weight:400;line-height:27px;color:#495057;padding:0 10px}
.o-form-container--base.o-form-container--profile .o-form-option--base.o-form-option--halfwidth .a-dropdown__field{--dropdown-field-border:1px solid #004084;--dropdown-field-max-height:40px;--dropdown-field-border-radius:none;padding:5px 0 0 16px;max-height:40px;min-height:40px}
.o-form-container--base.o-form-container--profile .o-form-option--base.o-form-option--halfwidth .a-dropdown__field .a-dropdown-selected{max-height:35px;display:inline-block;min-height:35px;overflow:hidden;font-family:'BaseFontLight',sans-serif;font-size:18px;font-weight:400;line-height:27px;color:#495057}
.o-form-container--base.o-form-container--profile .o-form-option--base.o-form-option--halfwidth .a-dropdown__field::after{display:none}
.o-form-container--base.o-form-container--profile .o-form-option--base.o-form-option--halfwidth .a-dropdown__field .a-dropdown__menu{border:1px solid #707070;border-radius:0;margin-top:0}
.o-form-container--base.o-form-container--profile .o-form-option--base.o-form-option--halfwidth .a-dropdown__title.form-label.a-input-label{color:#004084;font-family:'BaseFontLight',sans-serif;font-size:18px;font-weight:400;line-height:27px}
.o-form-container--base.o-form-container--profile .a-rule>.a-horizontal-rule{color:#004084;margin-top:60px;margin-bottom:40px}
.o-form-container--base.o-form-container--profile .o-form-container__buttons{justify-content:center !important;margin-top:30px;margin-bottom:30px}
.o-form-container--base.o-form-container--profile .a-button--base{margin-bottom:20px}
@media only screen and (max-width:767.98px){.o-form-container--base.o-form-container--profile .a-button--base{padding:0}
}
.o-form-container--base.o-form-container--profile .o-form-container__buttons>.button.a-button--base:nth-of-type(2){margin-left:39px}
@media only screen and (max-width:767.98px){.o-form-container--base.o-form-container--profile .o-form-container__buttons>.button.a-button--base:nth-of-type(2){margin-left:5px}
}
@media only screen and (max-width:575.98px){.o-form-container--base.o-form-container--profile .o-form-container__buttons>.button.a-button--base:nth-of-type(2){margin-left:unset}
}
.o-form-container--base.o-form-container--login{width:66.67%;margin:auto;margin-bottom:50px}
.o-form-container--base.o-form-container--login .o-form-container__error-msg{text-align:center !important}
@media only screen and (min-width:992px){.o-form-container--base.o-form-container--login{margin-top:50px}
}
@media(max-width:711px){.o-form-container--base.o-form-container--login{width:100%}
}
@media(max-width:767px){.o-form-container--base.o-form-container--login .o-form-container__wrapper .o-form-container__outer .container{padding:0}
}
.o-form-container--base.o-form-container--login .o-form-container__element{max-width:400px;margin:auto}
.o-form-container--base.o-form-container--login .o-form-container__element .o-form-container__outer .container{padding:0}
.o-form-container--base.o-form-container--login .o-form-container__element .o-form-container__outer .container .form-container .a-text--base p{text-align:center;margin-bottom:30px}
.o-form-container--base.o-form-container--login .o-form-container__element .o-form-container__outer .container .form-container .a-button--base{margin-bottom:30px}
.o-form-container--base.o-form-container--login .o-form-container__element .o-form-container__outer .container .form-container .a-rule{position:relative}
.o-form-container--base.o-form-container--login .o-form-container__element .o-form-container__outer .container .form-container .a-rule:after{content:"o";left:50%;padding:0 20px;transform:translate(-50%,-50%);top:0;font-size:24px;position:absolute;color:#8d8d8d;background-color:#fff}
.o-form-container--base.o-form-container--login .o-form-container__element .o-form-container__outer .container .form-container .a-rule .a-horizontal-rule{margin-top:50px;margin-bottom:50px;border-color:#707070;height:1px}
.a-container--base.a-container--changepw{width:60%;margin:auto}
.a-container--base.a-container--changepw .cmp-container .a-text--base{padding:0}
.a-container--base.a-container--changepw .cmp-container .formcontainer .o-form-container__parent{max-width:400px;width:100%;margin:0 auto;padding-bottom:20px}
@media(max-width:767px){.a-container--base.a-container--changepw{width:80%}
}
.o-form-container--base.o-color-bg--purple{background-color:#6f5787 !important}
.o-form-container--base.o-color-bg--purple .container,.o-form-container--base.o-color-bg--purple .form-container,.o-form-container--base.o-color-bg--purple .fields.text{background-color:#6f5787 !important}
.o-form-container--base.o-color-bg--summer-skyblue{background-color:#1cbfe6}
.o-form-container--base.o-color-bg--denimblue{background-color:#08b4ef !important}
.o-form-container--base.o-color-bg--denimblue .container,.o-form-container--base.o-color-bg--denimblue .form-container,.o-form-container--base.o-color-bg--denimblue .fields.text{background-color:#08b4ef !important}
@media only screen and (min-width:768px) and (max-width:991.98px){.a-container--base.a-container--forgot-pass .o-form-container__main-form .text.a-input-field--base{display:inline !important}
}
@media only screen and (min-width:992px){.a-container--base.a-container--forgot-pass .o-form-container__main-form .text.a-input-field--base{display:inline-block;width:50%;text-align:right}
}
@media only screen and (min-width:992px){.a-container--base.a-container--forgot-pass .o-form-container__main-form .text.a-input-field--base .a-input-field{float:none;display:inline-block}
}
@media only screen and (min-width:768px) and (max-width:991.98px){.a-container--base.a-container--forgot-pass .o-form-container__main-form .text.a-input-field--base .a-input-field{float:none;display:inline-block}
}
@media(max-width:767px){.a-container--base.a-container--forgot-pass .o-form-container__main-form .form-container{display:flex;flex-direction:column}
.a-container--base.a-container--forgot-pass .o-form-container__main-form .form-container .a-button--base{justify-content:center !important}
}
@media(min-width:768px){.a-container--base.a-container--forgot-pass .o-form-container__main-form .form-container .a-button--base{display:inline-block;overflow:initial}
}
@media only screen and (max-width:991.98px){#form-latam-login-logout .o-form-container__element{display:inline-block}
#form-latam-login-logout .o-form-container__element form{display:inline-block}
#form-latam-login-logout .o-form-container__element form .a-link{padding-top:0 !important}
#form-latam-login-logout .o-form-container__element form .a-link #header-user-name{color:white !important}
#form-latam-login-logout .o-form-container__element .o-form-container__buttons{display:inline-block !important}
#form-latam-login-logout .o-form-container__element .o-form-container__buttons #header-user-logout span{color:white !important}
}
@media only screen and (min-width:992px){#form-latam-login-logout .o-form-container__element{display:inline-block}
#form-latam-login-logout .o-form-container__element form{display:inline-block}
#form-latam-login-logout .o-form-container__element form .a-link{padding-top:0 !important}
#form-latam-login-logout .o-form-container__element form .a-link #header-user-name{max-height:20px;line-height:20px}
#form-latam-login-logout .o-form-container__element .o-form-container__buttons{display:inline-block !important}
#form-latam-login-logout .o-form-container__element .o-form-container__buttons #header-user-logout{max-height:24px}
}
.form-container.o-margin-top-0{margin-top:0 !important}
.form-container.o-margin-bottom-0{margin-bottom:0 !important}
.a-column-control--base.a-column-control--exclusive .a-image--base{float:right}
.a-image__default.a-image__original{display:flex}
.image.a-image--left-desktop .a-image__default.a-image__original{margin:unset !important;width:auto !important;height:auto !important}
.a-image-base.a-image-resource.a-image-extra-small{width:80px;height:80px}
.a-image-base.a-image-extra-large{width:69%}
.a-image-base.a-image-large{width:32%}
.a-image-base.a-image-small{width:67px;height:67px;margin:auto}
.a-image-base.a-image-width-75px{width:75px}
.a-image-base.a-image-extra-small{width:9%}
@media(min-width:768px){.a-image--base.a-image--width-auto .cmp-image img{width:auto !important}
}
@media(min-width:768px){.a-image-base.a-image-medium{width:189px;height:185px;padding:20px}
.a-image-base.a-image-medium .cmp-image{width:100%;height:100%}
.a-image-base.a-image-medium .cmp-image__image{height:100%}
}
@media(min-width:768px) and (max-width:1024px){.a-image-base.a-image-extra-large{width:60%}
.a-image-base.a-image-small{width:27%}
.a-image-base.a-image-extra-small{width:18%}
}
@media(min-width:320px) and (max-width:575.98px){.a-image-base.a-image-extra-large,.a-image-base.a-image-large,.a-image-base.a-image-medium,.a-image-base.a-image-small,.a-image-base.a-image-extra-small{width:100%}
.a-image-base.a-image-extra-small{width:20%}
}
.a-image-base.o-border-grey{border-color:var(--bordercolor-grey)}
.a-image-base.o-border-black{border-color:var(--bordercolor-dark)}
.a-image--base.o-border-white{border-color:#fff}
.a-image--base.o-border-darkgrey{border-color:#707070}
.a-image--base.o-border-size-1px{border-width:1px}
.a-image--base.o-border-size-2px{border-width:2px}
.a-image--base.o-border-size-3px{border-width:3px}
.a-image--base.o-border-size-4px{border-width:4px}
.a-image--base.o-border-size-5px{border-width:5px}
.a-image--base.o-border-top{border-top-style:solid}
.a-image--base.o-border-bottom{border-bottom-style:solid}
.a-image--base.o-border-left{border-left-style:solid}
.a-image--base.o-border-right{border-right-style:solid}
.a-image--base.o-remove-top-space{margin-top:0 !important}
.a-image--base.o-remove-bottom-space{margin-bottom:0 !important}
.a-image-base.o-padding-top{padding-top:5px}
.a-image-base.o-padding-bottom{padding-bottom:5px}
.a-image-base.o-padding-right{padding-right:5px}
.a-image-base.o-padding-left{padding-left:5px}
.a-image--base.o-padding-extra{padding-right:30px}
.a-image--base.o-margin-top{margin-top:10px !important}
.a-image--base.o-margin-bottom{margin-bottom:10px !important}
.a-image--base.o-margin-right{margin-right:10px !important}
.a-image--base.o-margin-left{margin-left:10px !important}
@media(min-width:320px) and (max-width:575.98px){.a-image-base.o-margin-right{margin-right:0 !important}
.a-image-base.o-margin-left{margin-left:0 !important}
}
@media only screen and (min-width:992px){.a-image--base.o-remove-top-space{padding-top:0 !important;margin-top:0 !important}
.a-image--base.o-remove-bottom-space{padding-bottom:0 !important;margin-bottom:0 !important}
.a-image--base.o-remove-left-space{padding-left:0 !important;margin-left:0 !important}
.a-image--base.o-remove-right-space{padding-right:0 !important;margin-right:0 !important}
}
.a-container--base.a-container--contact-us{max-width:1200px;width:100%;margin:auto}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .text{margin-top:30px !important;margin-bottom:30px !important}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base{margin-top:30px !important}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container{max-width:1200px;padding:0}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row{justify-content:center;width:100%;min-height:1px;margin:0}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column{flex:0 0 33.333333%;max-width:33.333333%;padding-left:9px;padding-right:9px;display:flex;flex-direction:column}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .container{height:auto;min-height:252px;background-size:100% 100%;background-color:#ededed;display:flex;justify-content:center;align-items:center;overflow:hidden}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .container.a-container{padding-left:0 !important}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .container .a-button--base.o-color-bg--purple .btn{min-width:auto;max-width:170px;height:45px}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .container .a-container__row .a-container__content .cmp-container{padding:0 !important}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .container .a-container__row .a-container__content .cmp-container .image img{width:auto}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .formcontainer,.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .a-container--base{padding:16px;background-color:#013974;margin:0;position:relative;height:65%}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .formcontainer .container,.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .a-container--base .container{height:auto;background-color:#013974}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .formcontainer .container .row.o-form-container__parent .o-form-container__element form,.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .a-container--base .container .row.o-form-container__parent .o-form-container__element form{margin-bottom:20px}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .formcontainer .container .row.o-form-container__parent .o-form-container__element .o-form-container__buttons,.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .a-container--base .container .row.o-form-container__parent .o-form-container__element .o-form-container__buttons{margin-left:auto;margin-right:auto;left:0;right:0;text-align:center;bottom:15px}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .formcontainer .container .row.o-form-container__parent .o-form-container__element .o-form-container__main-form .form-container,.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .a-container--base .container .row.o-form-container__parent .o-form-container__element .o-form-container__main-form .form-container{background-color:#013974}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .formcontainer .container .row.o-form-container__parent .o-form-container__element .o-form-container__main-form .form-container .options .checkbox .a-checkbox,.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .a-container--base .container .row.o-form-container__parent .o-form-container__element .o-form-container__main-form .form-container .options .checkbox .a-checkbox{margin-bottom:0;font-family:BaseFontLight,sans-serif}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .formcontainer .container .row.o-form-container__parent .o-form-container__element .o-form-container__main-form .form-container .options .checkbox span.checkbox--text-require,.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .a-container--base .container .row.o-form-container__parent .o-form-container__element .o-form-container__main-form .form-container .options .checkbox span.checkbox--text-require{text-align:left;font-size:12px;line-height:18px;font-family:BaseFontRegular,sans-serif;color:red;margin:0}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .formcontainer .container .row.o-form-container__parent .o-form-container__element .o-form-container__main-form .form-container .fields,.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .a-container--base .container .row.o-form-container__parent .o-form-container__element .o-form-container__main-form .form-container .fields{margin-top:0 !important;margin-bottom:0 !important}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .formcontainer .container .row.o-form-container__parent .o-form-container__element .o-form-container__main-form .form-container .fields .a-input-field.mt-0,.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .a-container--base .container .row.o-form-container__parent .o-form-container__element .o-form-container__main-form .form-container .fields .a-input-field.mt-0{margin-bottom:10px}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .formcontainer .container .row.o-form-container__parent .o-form-container__element .o-form-container__main-form .form-container .fields .a-input-field.mt-0 .form-group.a-form-grp,.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .a-container--base .container .row.o-form-container__parent .o-form-container__element .o-form-container__main-form .form-container .fields .a-input-field.mt-0 .form-group.a-form-grp{margin-bottom:10px}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .formcontainer .container .row.o-form-container__parent .o-form-container__element .o-form-container__main-form .form-container .fields .a-input-field.mt-0 .form-group.a-form-grp .form-label,.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .a-container--base .container .row.o-form-container__parent .o-form-container__element .o-form-container__main-form .form-container .fields .a-input-field.mt-0 .form-group.a-form-grp .form-label{display:none}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .formcontainer .container .row.o-form-container__parent .o-form-container__element .o-form-container__main-form .form-container .fields .a-input-field.mt-0 .form-group.a-form-grp span.form-text.a-input-field--text-error,.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .a-container--base .container .row.o-form-container__parent .o-form-container__element .o-form-container__main-form .form-container .fields .a-input-field.mt-0 .form-group.a-form-grp span.form-text.a-input-field--text-error,.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .formcontainer .container .row.o-form-container__parent .o-form-container__element .o-form-container__main-form .form-container .fields .a-input-field.mt-0 .form-group.a-form-grp span.form-text.a-input-field--text-require,.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .a-container--base .container .row.o-form-container__parent .o-form-container__element .o-form-container__main-form .form-container .fields .a-input-field.mt-0 .form-group.a-form-grp span.form-text.a-input-field--text-require{text-align:left;font-size:12px;line-height:18px;font-family:BaseFontRegular,sans-serif;color:red;margin:0}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .formcontainer .container .row.o-form-container__parent .o-form-container__element .o-form-container__main-form .form-container .fields .a-input-field.mt-0 .form-group.a-form-grp span.form-text.a-input-field--text-regex,.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .a-container--base .container .row.o-form-container__parent .o-form-container__element .o-form-container__main-form .form-container .fields .a-input-field.mt-0 .form-group.a-form-grp span.form-text.a-input-field--text-regex{text-align:left;font-size:12px;line-height:18px;font-family:BaseFontRegular,sans-serif;color:red;margin:0}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .formcontainer .container .row.o-form-container__parent .o-form-container__element .o-form-container__main-form .form-container .fields .a-input-field.mt-0 .form-group.a-form-grp .input-group.a-input-grp .form-text.a-input-field--text-error,.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .a-container--base .container .row.o-form-container__parent .o-form-container__element .o-form-container__main-form .form-container .fields .a-input-field.mt-0 .form-group.a-form-grp .input-group.a-input-grp .form-text.a-input-field--text-error{text-align:left}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .formcontainer .container .row.o-form-container__parent .o-form-container__element .o-form-container__main-form .form-container .fields .a-input-field.mt-0 .form-group.a-form-grp .input-group.a-input-grp .form-control.a-input-control,.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .a-container--base .container .row.o-form-container__parent .o-form-container__element .o-form-container__main-form .form-container .fields .a-input-field.mt-0 .form-group.a-form-grp .input-group.a-input-grp .form-control.a-input-control{border:1px solid #004084;width:100%;height:40px;padding:.375rem .75rem;color:#495057;background-color:#fff;background-clip:padding-box;border-radius:.25rem;font-family:BaseFontLight,sans-serif;font-size:18px;line-height:27px;font-weight:400}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .formcontainer .container .row.o-form-container__parent .o-form-container__element .o-form-container__main-form .form-container .fields .a-input-field.mt-0 .form-group.a-form-grp .input-group.a-input-grp .form-control.a-input-control:placeholder-shown,.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .a-container--base .container .row.o-form-container__parent .o-form-container__element .o-form-container__main-form .form-container .fields .a-input-field.mt-0 .form-group.a-form-grp .input-group.a-input-grp .form-control.a-input-control:placeholder-shown{font-style:italic}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .formcontainer .container .row.o-form-container__parent .o-form-container__element .o-form-container__main-form .form-container .fields .a-input-field.mt-0 .form-group.a-form-grp .input-group.a-input-grp textarea.form-control.a-input-control,.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .a-container--base .container .row.o-form-container__parent .o-form-container__element .o-form-container__main-form .form-container .fields .a-input-field.mt-0 .form-group.a-form-grp .input-group.a-input-grp textarea.form-control.a-input-control{height:70px;color:#495057;border:1px solid #ced4da;resize:none;transition:none;font-family:BaseFontLight,sans-serif;font-size:18px;line-height:27px;font-weight:400}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .text:last-child{height:100%}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .text:last-child .cmp-text p{color:white !important}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .text{text-align:center;margin:0 !important;background-color:#013974}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .text.a-text--base.o-color-bg--purple .cmp-text p:nth-child(2){margin-bottom:9px}
@media(min-width:990px) and (max-width:1024px){.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .text:first-child .cmp-text p{padding:0 13px}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .text:nth-child(2) .cmp-text p{padding:0 13px}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .container.a-container{margin-left:0 !important}
}
@media(max-width:991px){.a-container--base.a-container--contact-us{padding:0 11px}
.a-container--base.a-container--contact-us .a-container--contact-us{padding:0}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .text:first-child .cmp-text p{font-size:24px;line-height:29px}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .text:nth-child(2) .cmp-text p{font-size:16px;line-height:21px;font-weight:500}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .text:nth-child(2) .cmp-text p a{color:white !important}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row{flex-direction:column;justify-content:center;align-items:center}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column{margin:0 auto;width:100%;max-width:382px;height:100%;position:relative;margin-bottom:20px;padding-left:0;padding-right:0}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .formcontainer{padding:30px 20px}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .formcontainer .container{min-height:auto}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .formcontainer .container .row.o-form-container__parent .o-form-container__element .o-form-container__buttons{position:relative;bottom:0}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .formcontainer .container .row.o-form-container__parent .o-form-container__element .a-text--base.o-color-bg--purple .cmp-text{padding:0 !important}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .formcontainer .container .row.o-form-container__parent .o-form-container__element .a-text--base.o-color-bg--purple .cmp-text p{font-size:14px;line-height:19px}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .a-text--base.o-color-bg--purple .cmp-text p{font-size:16px}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .a-text--base.o-color-bg--purple .cmp-text p:last-child{font-size:21px;margin-bottom:9px}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .container.a-container{margin-left:0 !important}
}
@media(max-width:767px){.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container{margin-left:0 !important}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column:first-child{margin-bottom:20px}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .container.a-container{padding:0 !important}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .container section{min-height:252px;width:100%}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .container section .a-container__row{min-height:252px;width:100%;display:flex}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .container section .a-container__row .a-container__content{min-height:100%;width:100%;display:flex;align-items:center}
.a-container--base.a-container--contact-us .a-container__row .a-container__content .cmp-container .a-column-control--base .container .row .columncontrol__column .container section .a-container__row .a-container__media .a-container__image{display:flex}
.a-container--base.a-container--contact-us .a-column-control--contact-us .columncontrol__column .a-container__row{position:unset}
.a-container--base.a-container--contact-us .a-column-control--contact-us .columncontrol__column .a-container__row .a-container__image{display:block}
}
.a-container--base.a-container--contact-us .a-column-control--base .a-input-field .form-group.validation-error .a-input-field--text-error{text-align:left}
.emsure-contactus-disablebtn{pointer-events:none;background-color:gray !important;color:#262525}
.o-form-container--base.o-color-bg--summer-skyblue{background-color:#1cbfe6 !important}
.o-form-container--base.o-color-bg--summer-skyblue .o-form-container__outer .container{background-color:#1cbfe6 !important}
.o-form-container--base.o-color-bg--summer-skyblue .o-form-container__outer .container .o-form-container__parent .o-form-container__element .o-form-container__main-form .form-container{background-color:#1cbfe6 !important}
.o-form-container--base.o-color-bg--summer-skyblue .o-form-container__outer .container .o-form-container__parent .o-form-container__element .o-form-container__main-form .form-container .fields.text{background-color:unset !important}
.o-form-container--base.o-color-bg--summer-skyblue .o-form-container__outer .container .o-form-container__parent .o-form-container__element .o-form-container__main-form .form-container .fields.text .form-control.a-input-control{border:none !important}
.o-form-container--base.o-color-bg--summer-skyblue .o-form-container__outer .container .o-form-container__parent .o-form-container__element .o-form-container__main-form .form-container .a-input-field--base{background-color:unset !important}
.o-form-container--base.o-color-bg--summer-skyblue .o-form-container__outer .container .o-form-container__parent .o-form-container__element .o-form-container__main-form .form-container .a-input-field--base .form-control.a-input-control{border:0;border-radius:unset}
.a-text--base.o-color-bg--summer-skyblue{background-color:#1cbfe6 !important}
.o-form-container--base.o-color-bg--dark-skyblue{background-color:#08b4ef !important}
.o-form-container--base.o-color-bg--dark-skyblue .o-form-container__outer .container{background-color:#08b4ef !important}
.o-form-container--base.o-color-bg--dark-skyblue .o-form-container__outer .container .o-form-container__parent .o-form-container__element .o-form-container__main-form .form-container{background-color:#08b4ef !important}
.a-text--base.o-color-bg--dark-skyblue{background-color:#08b4ef !important}
.a-container--base.a-container--forgot-pass .o-form-container__error-msg{font-family:BaseFontRegular,sans-serif;font-size:14px;text-align:center !important;width:100%;color:red;margin:20px 0}
.a-container--base.a-container--forgot-pass .o-form-container__main-form{margin-bottom:50px}
.a-container--base.a-container--forgot-pass .o-form-container__main-form .a-title--base .cmp-title .cmp-title__text{margin-bottom:50px}
.a-container--base.a-container--forgot-pass .o-form-container__main-form .a-title--base .cmp-title .cmp-title__text div{line-height:39px}
.a-container--base.a-container--forgot-pass .o-form-container__main-form .a-text--base .cmp-text p{text-align:center;margin-bottom:50px}
@media screen and (min-width:768px){.a-container--base.a-container--forgot-pass .o-form-container__main-form .columncontrol .container .row .columncontrol__column:first-child{padding-right:0}
.a-container--base.a-container--forgot-pass .o-form-container__main-form .columncontrol .container .row .columncontrol__column:last-child{padding-left:0}
.a-container--base.a-container--forgot-pass .o-form-container__main-form .columncontrol .container .row .columncontrol__column:last-child .justify-content-center{justify-content:flex-start !important}
}
@media screen and (max-width:767px){.a-container--base.a-container--forgot-pass .o-form-container__main-form .columncontrol .container .row .columncontrol__column:first-child{margin-bottom:0}
}
.a-container--base.a-container--forgot-pass .o-form-container__main-form .text{text-align:center}
.a-container--base.a-container--forgot-pass .o-form-container__main-form .text .a-input-field{display:block;margin:0;float:right;width:400px}
.a-container--base.a-container--forgot-pass .o-form-container__main-form .text .a-input-field .form-group{display:inline-flex;align-items:center;position:relative}
.a-container--base.a-container--forgot-pass .o-form-container__main-form .text .a-input-field .form-group .form-label{font-family:"BaseFontLight";font-size:18px;line-height:27px;width:80px;color:#004084}
.a-container--base.a-container--forgot-pass .o-form-container__main-form .text .a-input-field .form-group .input-group{margin:0 25px}
.a-container--base.a-container--forgot-pass .o-form-container__main-form .text .a-input-field .form-group .input-group .a-input-control{color:#262525;font-family:"BaseFontLight";font-size:18px}
.a-container--base.a-container--forgot-pass .o-form-container__main-form .text .a-input-field .form-group .a-input-field--text-error,.a-container--base.a-container--forgot-pass .o-form-container__main-form .text .a-input-field .form-group .a-input-field--text-require,.a-container--base.a-container--forgot-pass .o-form-container__main-form .text .a-input-field .form-group .a-input-field--text-regex{position:absolute;top:48px;left:82px;text-align:left}
.a-container--base.a-container--forgot-pass .o-form-container__main-form .button.o-color-bg-dark-purple a.btn{min-width:180px;width:180px}
.a-container--base.a-container--forgot-pass .o-form-container__main-form .button.a-button--contact-us-hide a.btn{background-color:#707070 !important}
.a-container--base.a-container--forgot-pass .o-form-container__main-form .button a.btn{height:50px}
.a-container--base.a-container--forgot-pass .o-form-container__main-form .button a.btn span{font-size:18px;line-height:36px}
@media only screen and (max-width:991.98px){.a-container--base.a-container--forgot-pass{max-width:100%}
.a-container--base.a-container--forgot-pass .container{max-width:100%}
.a-container--base.a-container--forgot-pass .container .o-form-container__main-form .a-title--base .cmp-title .cmp-title__text div{font-size:24px;line-height:29px}
.a-container--base.a-container--forgot-pass .container .o-form-container__main-form .a-text--base .cmp-text p{font-size:14px;font-weight:19px}
}
@media only screen and (max-width:767.98px){.a-container--base.a-container--forgot-pass .o-form-container__main-form .text{text-align:initial}
.a-container--base.a-container--forgot-pass .o-form-container__main-form .text .a-input-field{margin:0;width:100%}
.a-container--base.a-container--forgot-pass .o-form-container__main-form .text .a-input-field .form-group{display:block;align-items:normal}
.a-container--base.a-container--forgot-pass .o-form-container__main-form .text .a-input-field .form-group .input-group{margin:0}
.a-container--base.a-container--forgot-pass .o-form-container__main-form .text .a-input-field .form-group .a-input-field--text-error,.a-container--base.a-container--forgot-pass .o-form-container__main-form .text .a-input-field .form-group .a-input-field--text-require,.a-container--base.a-container--forgot-pass .o-form-container__main-form .text .a-input-field .form-group .a-input-field--text-regex{position:relative;top:0;left:0}
}
.a-container--base.a-container--change-pass .cmp-container .container{display:unset !important}
.a-container--base.a-container--reset-pass .o-form-container__error-msg{font-family:BaseFontRegular,sans-serif;font-size:14px;text-align:center !important;width:100%;color:red;margin:20px 0}
.a-container--base.a-container--reset-pass .o-form-container__main-form{display:flex;justify-content:center}
.a-container--base.a-container--reset-pass .form-control.a-input-control{border-radius:0;height:42px !important}
.a-container--base.a-container--reset-pass .form-label.a-input-label{font-size:18px;font-family:'BaseFontLight',sans-serif}
.a-container--base.a-container--reset-pass .o-form-container__buttons .a-button--base{margin-top:10px}
.a-container--base.a-container--reset-pass .input-group.a-input-grp{width:400px}
.a-container--base.a-container--reset-pass .a-button--contact-us-hide{pointer-events:none;background-color:gray !important;color:#262525;padding:0;border-radius:80px}
.a-container--base.a-container--reset-pass .cmp-title h1{margin-left:-25px;margin-bottom:20px}
.a-container--base.a-container--reset-pass .a-text--base{line-height:15px;font-size:12px;margin:20px 0 0}
.a-container--base.a-container--reset-pass .a-text--base ul{max-width:fit-content;margin:0 auto;text-align:left;margin-top:10px}
.a-container--base.a-container--reset-pass .cmp-container{display:flex;flex-direction:column;justify-content:center}
@media(max-width:991px){.a-container--base.a-container--reset-pass .a-text--base{font-size:12px;margin-left:10px;margin-top:20px}
.a-container--base.a-container--reset-pass .o-form-container__buttons .a-button--base{margin-right:0;margin-top:0}
.a-container--base.a-container--reset-pass .a-input-field{padding:2px}
.a-container--base.a-container--reset-pass .input-group.a-input-grp{width:370px}
.a-container--base.a-container--reset-pass .cmp-title h1{font-size:24px;margin-left:0;padding-bottom:20px;line-height:29px}
}
.a-container--base.a-container--reset-pass .disable-button .a-button--contact-us-hide{border-color:gray;background-color:gray !important;color:#fff}
@media(max-width:380px){.a-container--base.a-container--reset-pass .input-group.a-input-grp{width:300px}
}
.a-container--cookie-policy{position:fixed;bottom:0;display:none}
.a-container--cookie-policy .cmp-container .a-button--base{padding-top:15px}
.a-container--cookie-policy .cmp-container .btn{font-weight:700;min-width:0 !important}
@media(min-width:576px) and (max-width:991px){.a-container--cookie-policy .cmp-container .container{max-width:none}
.a-container--cookie-policy .cmp-container .row{flex-direction:row !important}
.a-container--cookie-policy .cmp-container .row .col-12:first-child{flex:0 0 70%;max-width:70%}
.a-container--cookie-policy .cmp-container .row .col-12:nth-child(2){flex:0 0 30%;max-width:30%}
}
@media(max-width:991px){.a-container--cookie-policy .cmp-container .container{max-width:none}
.a-container--cookie-policy .cmp-container .row{justify-content:space-around}
.a-container--cookie-policy .cmp-container .row>[class*="col-"]{margin-bottom:0 !important}
.a-container--cookie-policy .cmp-container .a-button--base{margin:0 auto}
}
.a-container--protein-cal{max-width:1200px}
.a-container--protein-cal .proteinCalc .basicContainer .row{margin:0}
.a-container--protein-cal .proteinCalc .proteinP1{font-family:"BaseFontBold","Arial";font-size:20px}
.a-container--protein-cal .proteinCalc .proteinP2{font-family:"BaseFontLight","Arial";font-size:15px}
.a-container--protein-cal .proteinCalc .proteinP3{font-family:"BaseFontMedium","Arial";font-size:20px}
.a-container--protein-cal .proteinCalc .tileP1{font-family:"BaseFontBold","Arial";font-size:29px}
.a-container--protein-cal .proteinCalc .tileP2{font-family:"BaseFontRegular","Arial";font-size:20px}
.a-container--protein-cal .proteinCalc .tileP3{font-family:"BaseFontBold","Arial";font-size:20px}
.a-container--protein-cal .proteinCalc .tileP4{font-family:"BaseFontBold","Arial";font-size:28px}
.a-container--protein-cal .proteinCalc .resultP1{font-family:"BaseFontBold","Arial";font-size:35px}
.a-container--protein-cal .proteinCalc .resultP2{font-family:"BaseFontMedium","Arial";font-size:30px}
.a-container--protein-cal .proteinCalc .resultP3{font-family:"BaseFontBold","Arial";font-size:75px}
.a-container--protein-cal .proteinCalc .resultP4{font-family:"BaseFontRegular","Arial";font-size:40px}
.a-container--protein-cal .proteinCalc .proteinSliderContainer{width:100%;margin:0 0 25px;padding:0 11px}
.a-container--protein-cal .proteinCalc .proteinSlider.owl-carousel{width:100%;position:relative;z-index:1}
.a-container--protein-cal .proteinCalc .proteinSlider .owl-stage-outer{position:relative;overflow:hidden;margin:0 0 20px}
.a-container--protein-cal .proteinCalc .proteinSlider .owl-stage-outer.owl-height{transition:height 500ms ease-in-out}
.a-container--protein-cal .proteinCalc .proteinSlider .owl-stage-outer .owl-stage{position:relative;overflow:hidden;display:flex}
.a-container--protein-cal .proteinCalc .proteinSlider .owl-stage-outer .owl-stage .owl-item{position:relative;height:fit-content}
.a-container--protein-cal .proteinCalc .proteinSlider .owl-controls{margin-top:10px}
.a-container--protein-cal .proteinCalc .proteinSlider .owl-nav{position:relative;font-family:"BaseFontBold","Arial";font-size:20px}
.a-container--protein-cal .proteinCalc .proteinSlider .owl-nav .owl-prev{margin:0;position:absolute;left:0}
.a-container--protein-cal .proteinCalc .proteinSlider .owl-nav .owl-prev button{background:0;color:#06305e;border:0}
.a-container--protein-cal .proteinCalc .proteinSlider .owl-nav .owl-next{margin:0;position:absolute;right:0}
.a-container--protein-cal .proteinCalc .proteinSlider .owl-nav button{background:0;color:#06305e;border:0}
.a-container--protein-cal .proteinCalc .proteinSlider .owl-nav button:focus{outline:0}
.a-container--protein-cal .proteinCalc .proteinSlider .owl-nav button.disabled{color:#06305e;opacity:1;cursor:pointer}
.a-container--protein-cal .proteinCalc .proteinSlider .owl-nav [class*=owl-]:hover{background:transparent;color:#06305e}
.a-container--protein-cal .proteinCalc .proteinSlider .owl-dots{margin:0 auto;text-align:center}
.a-container--protein-cal .proteinCalc .proteinSlider .owl-dots .owl-dot{display:inline-block;background:0;padding:0;color:#06305e;border:0}
.a-container--protein-cal .proteinCalc .proteinSlider .owl-dots .owl-dot:last-child span{margin:0}
.a-container--protein-cal .proteinCalc .proteinSlider .owl-dots .owl-dot:focus{outline:0}
.a-container--protein-cal .proteinCalc .proteinSlider .owl-dots .owl-dot span{display:inline-block;width:16px;height:16px;background:#bfbfbf;margin:0 14px 0 0;border-radius:30px}
.a-container--protein-cal .proteinCalc .proteinSlider .owl-dots .owl-dot.active span{background:#013974}
.a-container--protein-cal .proteinCalc .proteinSlider1{width:889px;margin:0 auto 26px}
.a-container--protein-cal .proteinCalc .proteinSlider1>p{text-align:center;margin-bottom:50px;color:#013974}
.a-container--protein-cal .proteinCalc .proteinFormCalc{border:1px solid #013974;border-radius:28px;padding:43px 180px 40px;width:100%}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinFormContainer{display:flex;justify-content:space-around}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinFormContainer:not(:last-child){margin-bottom:41px}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinFormContainer:nth-of-type(4){margin-bottom:49px}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinFormContainer input[type=number]{width:70%;height:60px;background-color:#064084;border:0;border-radius:20px;padding:10px 20px;color:#fff;-moz-appearance:textfield}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinFormContainer input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinFormContainer input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinFormContainer input[type=number]:focus{outline:0}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinFormLabel{width:160px;vertical-align:top;margin-top:3%;color:#064084;float:left}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinFormFieldContainer .image-radio{width:176px;height:60px;cursor:pointer;background-color:#064084;border-radius:20px;margin-bottom:0}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinFormFieldContainer .image-radio:last-child{margin-left:3px}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinFormFieldContainer .image-radio input{width:176px;height:60px;border-radius:20px;opacity:0}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinFormFieldContainer .image-radio span{margin:7px auto;display:block;width:24px;height:44px}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinFormFieldContainer .image-radio span.female{background:url("../../../../content/dam/an/ensure/mx/es/images/proteinCalculator/gender/female_1.png") no-repeat}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinFormFieldContainer .image-radio span.male{background:url("../../../../content/dam/an/ensure/mx/es/images/proteinCalculator/gender/men_1.png") no-repeat}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinFormFieldContainer .image-radio.active{background-color:#e8b900}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinFormFieldContainer .image-radio.active span.female{background:url("../../../../content/dam/an/ensure/mx/es/images/proteinCalculator/gender/female_3.png") no-repeat}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinFormFieldContainer .image-radio.active span.male{background:url("../../../../content/dam/an/ensure/mx/es/images/proteinCalculator/gender/men_3.png") no-repeat}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinPhysicalActivity{margin-bottom:40px}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinPhysicalActivity>p{color:#064084}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinPhysicalActivity .proteinPhysicalActivityContainer{margin-bottom:17px}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinPhysicalActivity .proteinPhysicalActivityContainer .proteinPhysicalActivityLineContainer{height:25px;padding-top:5px;overflow:hidden}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinPhysicalActivity .proteinPhysicalActivityContainer .proteinPhysicalActivityLineContainer .proteinPhysicalActivityLine{width:528px;width:100%;height:2px;background:#064084;position:relative;top:5px}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinPhysicalActivity .proteinPhysicalActivityContainer .proteinPhysicalActivityLineContainer .proteinPhysicalActivityLine .proteinPhysicalActivityDots{float:left;width:22px;height:22px;background:#fff;border-radius:50%;position:relative;top:-10px;margin-right:104px;margin-right:19.75%;border:1px solid #d3d3d3;cursor:pointer}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinPhysicalActivity .proteinPhysicalActivityContainer .proteinPhysicalActivityLineContainer .proteinPhysicalActivityLine .proteinPhysicalActivityDots:last-child{margin-right:0}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinPhysicalActivity .proteinPhysicalActivityContainer .proteinPhysicalActivityLineContainer .proteinPhysicalActivityLine .proteinPhysicalActivityDots.active{background:#e8b900}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinPhysicalActivityTextContainer{width:528px;width:100%;position:relative;margin-top:3px;color:#212529}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinPhysicalActivityTextContainer .proteinPhysicalActivityText{float:left;width:75px;position:relative;top:-4px}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinPhysicalActivityTextContainer .proteinPhysicalActivityText:not(:last-child){margin-right:8%}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinPhysicalActivityTextContainer .proteinPhysicalActivityText:nth-last-child(3){margin-right:4%}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinPhysicalActivityTextContainer .proteinPhysicalActivityText:nth-last-child(2){text-align:right}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinPhysicalActivityTextContainer .proteinPhysicalActivityText:last-child{text-align:right}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinStartError>p{font-family:"BaseFontRegular";color:red;font-size:15px;text-align:center}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinStartContainer button{width:196px;height:60px;color:#064084;background-color:#e8b900;border-radius:20px;cursor:pointer;border:0;margin:0 auto;display:block}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinStartContainer button:focus{outline:0}
.a-container--protein-cal .proteinCalc .proteinSliderTile{max-width:1200px;margin:0 auto}
.a-container--protein-cal .proteinCalc .proteinSliderTile>p{text-align:center;margin-bottom:50px;color:#064084}
.a-container--protein-cal .proteinCalc .proteinTileContainer{display:flex;flex-wrap:wrap;justify-content:center}
.a-container--protein-cal .proteinCalc .proteinTileContainer .proteinTile{width:386px;float:left;text-align:center;margin:0 21px 22px 0;background-color:#064084;border-radius:20px;padding:43px 15px 25px;cursor:pointer}
.a-container--protein-cal .proteinCalc .proteinTileContainer .proteinTile .proteinTileImg{width:113px;height:101px;margin:0 auto 26px;align-items:flex-end;display:flex}
.a-container--protein-cal .proteinCalc .proteinTileContainer .proteinTile .proteinTileImg img{width:auto;margin:0 auto;max-width:100%;max-height:100%}
.a-container--protein-cal .proteinCalc .proteinTileContainer .proteinTile p{margin-bottom:0}
.a-container--protein-cal .proteinCalc .proteinTileContainer .proteinTile p:nth-of-type(1){color:#fff}
.a-container--protein-cal .proteinCalc .proteinTileContainer .proteinTile p:nth-of-type(2){color:#e8b900}
.a-container--protein-cal .proteinCalc .proteinTileContainer .proteinTile:not(.active) .proteinTileImg img:last-child{display:none}
.a-container--protein-cal .proteinCalc .proteinTileContainer .proteinTile.active{background-color:#e8b900}
.a-container--protein-cal .proteinCalc .proteinTileContainer .proteinTile.active .proteinTileImg img:first-child{display:none}
.a-container--protein-cal .proteinCalc .proteinTileContainer .proteinTile.active p{color:#064084}
.a-container--protein-cal .proteinCalc .proteinThreeTile .proteinTileContainer .proteinTile{width:32%}
.a-container--protein-cal .proteinCalc .proteinThreeTile .proteinTileContainer .proteinTile:nth-child(3n){margin-right:0}
.a-container--protein-cal .proteinCalc .proteinTwoTile .proteinTileContainer{width:800px;margin:0 auto 20px}
.a-container--protein-cal .proteinCalc .proteinTwoTile .proteinTileContainer .proteinTile{margin:0 21px 22px 0}
.a-container--protein-cal .proteinCalc .proteinTwoTile .proteinTileContainer .proteinTile:nth-child(2n){margin-right:0}
.a-container--protein-cal .proteinCalc .finalResultContainer{width:889px;margin:0 auto 86px;background-color:#013974;color:#fff;border-radius:28px;padding:29px 45px 26px 54px;line-height:1}
.a-container--protein-cal .proteinCalc .finalResultContainer>p{text-align:center}
.a-container--protein-cal .proteinCalc .finalResultContainer>p:first-child{margin-bottom:38px}
.a-container--protein-cal .proteinCalc .finalResultContainer>p:not(:first-child){line-height:.8;margin-bottom:0;text-decoration:underline}
.a-container--protein-cal .proteinCalc .finalResultContainer .finalResult{margin-bottom:42px}
.a-container--protein-cal .proteinCalc .finalResultContainer .finalResult .totalCalorieNeed{float:left;width:40%}
.a-container--protein-cal .proteinCalc .finalResultContainer .finalResult .totalCalorieNeed p:first-child{line-height:1}
.a-container--protein-cal .proteinCalc .finalResultContainer .finalResult .totalCalorieNeed p:last-child{width:317px;height:112px;border:2px solid #e8b900;color:#e8b900;margin-bottom:0;line-height:1;text-align:center;padding:10px;border-radius:25px}
.a-container--protein-cal .proteinCalc .finalResultContainer .finalResult .totalCalorieNeed p:last-child span:last-child{font-family:"BaseFontBold","Arial";font-size:40px}
.a-container--protein-cal .proteinCalc .finalResultContainer .finalResult .totalCalorieConsume{float:right;width:40%}
.a-container--protein-cal .proteinCalc .finalResultContainer .finalResult .totalCalorieConsume p:first-child{line-height:1}
.a-container--protein-cal .proteinCalc .finalResultContainer .finalResult .totalCalorieConsume p:last-child{width:317px;height:112px;border:2px solid #e8b900;color:#e8b900;margin-bottom:0;line-height:1;text-align:center;padding:10px;border-radius:25px}
.a-container--protein-cal .proteinCalc .finalResultContainer .finalResult .totalCalorieConsume p:last-child span:last-child{font-family:"BaseFontBold","Arial";font-size:40px}
.a-container--protein-cal .proteinCalc .proteinRequirement{max-width:1200px;margin:0 auto;text-align:center}
.a-container--protein-cal .proteinCalc .proteinRequirement .patientProtein{color:#013974;margin-top:65px;line-height:1.2}
.a-container--protein-cal .proteinCalc .proteinRequirement .patientProteinTotal{font-family:"BaseFontBold","Arial";font-size:40px;max-width:700px;height:71px;color:#06305e;background-color:#e8b900;margin:50px auto 0;padding:10px;line-height:1.2}
@media screen and (max-width:1200px){.a-container--protein-cal .proteinCalc .proteinTileContainer{width:800px;margin:0 auto 20px}
.a-container--protein-cal .proteinCalc .proteinTileContainer .proteinTile:nth-child(2n){margin-right:0}
.a-container--protein-cal .proteinCalc .proteinThreeTile .proteinTileContainer .proteinTile{width:386px}
.a-container--protein-cal .proteinCalc .proteinThreeTile .proteinTileContainer .proteinTile:nth-child(3n){margin-right:21px}
.a-container--protein-cal .proteinCalc .proteinThreeTile .proteinTileContainer .proteinTile:nth-child(even){margin-right:0}
}
@media screen and (max-width:991px){.a-container--protein-cal .proteinCalc .proteinSlider1{width:100%}
.a-container--protein-cal .proteinCalc .proteinFormCalc{padding:4.85% 20.2% 4.5%}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinFormFieldContainer{width:70%}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinFormFieldContainer .image-radio{width:47.85%}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinPhysicalActivity .proteinPhysicalActivityContainer .proteinPhysicalActivityLineContainer .proteinPhysicalActivityLine .proteinPhysicalActivityDots{margin-right:18.75%}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinPhysicalActivityTextContainer .proteinPhysicalActivityText{width:72px}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinPhysicalActivityTextContainer .proteinPhysicalActivityText:not(:last-child){margin-right:5%}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinPhysicalActivityTextContainer .proteinPhysicalActivityText:nth-last-child(3){margin-right:2%}
.a-container--protein-cal .proteinCalc .proteinTileContainer{width:auto}
.a-container--protein-cal .proteinCalc .proteinTileContainer .proteinTile{width:47%;margin-right:3%}
.a-container--protein-cal .proteinCalc .proteinTileContainer .proteinTile:nth-child(3n){margin-right:3%}
.a-container--protein-cal .proteinCalc .proteinTileContainer .proteinTile:last-child{margin-right:0}
.a-container--protein-cal .proteinCalc .proteinThreeTile .proteinTileContainer .proteinTile{width:47%}
.a-container--protein-cal .proteinCalc .proteinThreeTile .proteinTileContainer .proteinTile:nth-child(3n){margin-right:3%}
.a-container--protein-cal .proteinCalc .proteinThreeTile .proteinTileContainer .proteinTile:nth-child(even){margin-right:0}
.a-container--protein-cal .proteinCalc .proteinTwoTile .proteinTileContainer{width:100%}
.a-container--protein-cal .proteinCalc .proteinTwoTile .proteinTileContainer .proteinTile{margin-right:3%}
.a-container--protein-cal .proteinCalc .proteinTwoTile .proteinTileContainer .proteinTile:nth-child(2n){margin-right:0}
.a-container--protein-cal .proteinCalc .finalResultContainer{width:100%}
.a-container--protein-cal .proteinCalc .finalResultContainer .finalResult{position:relative;padding-bottom:112px}
.a-container--protein-cal .proteinCalc .finalResultContainer .finalResult .totalCalorieNeed p:last-child{position:absolute}
.a-container--protein-cal .proteinCalc .finalResultContainer .finalResult .totalCalorieConsume p:last-child{position:absolute;bottom:0;right:0}
body.ensure .calorieCalc .calorieRequirement h2{font-size:24px;line-height:29px}
body.pediasure .bannerWithTextLarge .text-on-image.inverted{color:#4b3661}
body.pediasure .bannerWithTextLarge .text-on-image p{color:#d3d3d3}
body.pediasure .bannerWithTextLarge .text-on-image .seemoreBtn{border-color:#4b3661 !important;color:#4b3661 !important}
body.pediasure .bannerWithTextLarge .text-on-image .seemoreBtn:hover{background-color:#4b3661 !important;color:#fff !important}
}
@media screen and (max-width:768px){.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinPhysicalActivityTextContainer .proteinPhysicalActivityText:not(:last-child){margin-right:3%}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinPhysicalActivity .proteinPhysicalActivityContainer .proteinPhysicalActivityLineContainer .proteinPhysicalActivityLine .proteinPhysicalActivityDots{margin-right:18%}
.a-container--protein-cal .proteinCalc .finalResultContainer .finalResult{padding-bottom:0}
.a-container--protein-cal .proteinCalc .finalResultContainer .finalResult .totalCalorieNeed{width:100%;position:relative;padding-bottom:112px;margin-bottom:25px}
.a-container--protein-cal .proteinCalc .finalResultContainer .finalResult .totalCalorieNeed p:first-child{text-align:center}
.a-container--protein-cal .proteinCalc .finalResultContainer .finalResult .totalCalorieNeed p:last-child{left:0;right:0;margin:auto}
.a-container--protein-cal .proteinCalc .finalResultContainer .finalResult .totalCalorieConsume{float:left;width:100%;position:relative;padding-bottom:112px}
.a-container--protein-cal .proteinCalc .finalResultContainer .finalResult .totalCalorieConsume p:first-child{text-align:center}
.a-container--protein-cal .proteinCalc .finalResultContainer .finalResult .totalCalorieConsume p:last-child{left:0;margin:auto}
body.ensure .bannerWithTextLarge .text-on-image.inverted{color:#06305e}
body.ensure .bannerWithTextLarge .text-on-image p{color:#d3d3d3}
body.ensure .bannerWithTextLarge .text-on-image .seemoreBtn{border-color:#06305e !important;color:#06305e !important}
body.ensure .bannerWithTextLarge .text-on-image .seemoreBtn:hover{background-color:#06305e !important;color:#fff !important}
body.glucerna .bannerWithTextLarge .text-on-image.inverted{color:#1cbfe6}
body.glucerna .bannerWithTextLarge .text-on-image p{color:#d3d3d3}
body.glucerna .bannerWithTextLarge .text-on-image .seemoreBtn{border-color:#1cbfe6 !important;color:#1cbfe6 !important}
body.glucerna .bannerWithTextLarge .text-on-image .seemoreBtn:hover{background-color:#1cbfe6 !important;color:#fff !important}
body.similac .bannerWithTextLarge .text-on-image.inverted{color:#0262ac}
body.similac .bannerWithTextLarge .text-on-image p{color:#d3d3d3}
body.similac .bannerWithTextLarge .text-on-image .seemoreBtn{border-color:#0262ac !important;color:#0262ac !important}
body.similac .bannerWithTextLarge .text-on-image .seemoreBtn:hover{background-color:#0262ac !important;color:#fff !important}
}
@media screen and (max-width:575px){.a-container--protein-cal .proteinCalc .proteinSlider .owl-nav{height:30px}
.a-container--protein-cal .proteinCalc .proteinSlider .owl-dots{margin-top:30px}
.a-container--protein-cal .proteinCalc .proteinSlider .owl-dots .owl-dot span{width:13px;height:13px;margin-right:12px}
.a-container--protein-cal .proteinCalc .proteinSlider1{padding:0 12.5px}
.a-container--protein-cal .proteinCalc .proteinSlider1>p{width:200px;margin:0 auto 50px}
.a-container--protein-cal .proteinCalc .proteinFormCalc{padding:46px 5% 47px}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinFormContainer{flex-direction:column}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinFormContainer:not(:last-child){margin-bottom:45px}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinFormContainer input[type=number]{width:100%;margin-top:34px}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinFormLabel{width:100%;margin:0;text-align:center}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinFormFieldContainer{width:100%;margin-top:34px;text-align:center}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinFormFieldContainer .image-radio{width:100px;border-radius:15px}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinFormFieldContainer .image-radio:last-child{margin-left:40px}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinPhysicalActivity>p{text-align:center;margin-bottom:34px}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinPhysicalActivity .proteinPhysicalActivityContainer{margin:25px 0 50px}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinPhysicalActivity .proteinPhysicalActivityContainer .proteinPhysicalActivityLineContainer{height:359px;margin-left:38%;display:inline-block;padding:10px}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinPhysicalActivity .proteinPhysicalActivityContainer .proteinPhysicalActivityLineContainer .proteinPhysicalActivityLine{width:2px;height:358px}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinPhysicalActivity .proteinPhysicalActivityContainer .proteinPhysicalActivityLineContainer .proteinPhysicalActivityLine .proteinPhysicalActivityDots{width:22px;height:22px;margin:0 0 61px -10px}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinPhysicalActivity .proteinPhysicalActivityContainer .proteinPhysicalActivityLineContainer .proteinPhysicalActivityLine .proteinPhysicalActivityDots:last-child{margin-bottom:0}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinPhysicalActivityTextContainer{width:65px;display:inline-block;vertical-align:top}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinPhysicalActivityTextContainer .proteinPhysicalActivityText{text-align:left;margin:0 0 59px 7px}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinPhysicalActivityTextContainer .proteinPhysicalActivityText:first-child{margin-top:7px;margin-bottom:34px}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinPhysicalActivityTextContainer .proteinPhysicalActivityText:not(:last-child){margin-right:0}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinPhysicalActivityTextContainer .proteinPhysicalActivityText:nth-last-child(2){text-align:left}
.a-container--protein-cal .proteinCalc .proteinFormCalc .proteinPhysicalActivityTextContainer .proteinPhysicalActivityText:last-child{margin-bottom:0;text-align:left}
.a-container--protein-cal .proteinCalc .proteinTileContainer .proteinTile{padding:22px 13px}
.a-container--protein-cal .proteinCalc .proteinTileContainer .proteinTile p:nth-of-type(2){font-size:13px;width:80%;margin:0 auto}
.a-container--protein-cal .proteinCalc .proteinTileContainer .proteinTile p:nth-of-type(1){margin-bottom:16px;font-size:10px}
.a-container--protein-cal .proteinCalc .proteinTileContainer .proteinTile .proteinTileImg{width:64px;height:57px;margin:0 auto 16px}
.a-container--protein-cal .proteinCalc .finalResultContainer{margin-bottom:0;padding:29px 7% 26px}
.a-container--protein-cal .proteinCalc .finalResultContainer>p:not(:first-child){font-size:25px}
.a-container--protein-cal .proteinCalc .finalResultContainer .finalResult .totalCalorieNeed p:first-child{font-size:25px}
.a-container--protein-cal .proteinCalc .finalResultContainer .finalResult .totalCalorieConsume p:first-child{font-size:25px}
.a-container--protein-cal .proteinCalc .proteinRequirement .patientProteinTotal{width:252px;font-size:25px;line-height:2}
}
.a-container--product .a-text--product-purple-heading p{font-size:24px;font-family:'BaseFontMedium',sans-serif;line-height:27px;font-weight:500;text-align:right;padding:0 15px}
.a-container--product .a-text--product-purple-sub-heading{margin-top:30px !important}
.a-container--product .a-text--product-purple-sub-heading p{font-size:16px;font-family:'BaseFontRegular',sans-serif;line-height:24px;font-weight:400;width:100%;text-align:center}
.a-container--product .a-button--product-desc-purple-button{margin:0 auto 22px;text-align:left;background-color:#fbf4ff;border-radius:2px;padding:5px}
.a-container--product .a-button--product-desc-purple-button span{font-family:'BaseFontRegular',sans-serif;font-size:18px;font-weight:400;line-height:21.6px;color:#4b3661;text-decoration:underline}
.a-container--product .a-button--product-desc-purple-button::after{float:right;margin-right:10px;content:"\002B";font-size:30px;color:#4b3661;line-height:40px}
.a-container--product .a-button--product-desc-purple-button.minus-sign::after{content:"\2212";font-size:30px;color:#4b3661}
.a-container--product .a-text--prod-desc-table-pediasure{display:none}
.a-container--product .a-text--prod-desc-table-pediasure .cmp-text table{font-family:'BaseFontRegular',sans-serif;font-size:18px;font-weight:400;line-height:27px;text-align:center;color:#fff;width:-webkit-fill-available}
.a-container--product .a-text--prod-desc-table-pediasure .cmp-text table p{font-family:'BaseFontRegular',sans-serif}
.a-container--product .a-text--prod-desc-table-pediasure .cmp-text tr>td:first-child{font-family:'BaseFontRegular',sans-serif !important;text-align:left}
.a-container--product .a-text--prod-desc-table-pediasure .cmp-text tr:nth-child(odd)>td{background-color:#fcf4ff;font-family:'BaseFontLight',sans-serif;color:#4b3661;padding:6px 30px}
.a-container--product .a-text--prod-desc-table-pediasure .cmp-text tr:nth-child(odd)>td:nth-child(1){background-color:#4b3661;color:#fff}
.a-container--product .a-text--prod-desc-table-pediasure .cmp-text tr:nth-child(even)>td{background-color:#ab92c4;font-family:'BaseFontLight',sans-serif;color:#4b3661;padding:6px 30px}
.a-container--product .a-text--prod-desc-table-pediasure .cmp-text tr:nth-child(even)>td:nth-child(1){background-color:#6f5787;color:#fff}
.a-container--product .a-text--product-italic strong{color:#4b3661}
@media(max-width:767px){.a-container--product .a-container__row .a-container__content .cmp-container{background-size:cover !important}
.a-container--product .a-container__row .a-container__content .cmp-container .container{max-width:none}
.a-container--product .a-button--product-desc-purple-button{width:95%}
.a-container--product .a-text--prod-sup p{font-size:10.5px;line-height:19px}
.a-container--product .a-text--base.a-text--prod-desc p{font-size:24px;line-height:29px}
.a-container--product .a-image__default{width:100%}
.a-container--product .a-text--prod-desc-table-pediasure .cmp-text table{width:100% !important;font-size:10px !important;margin-left:unset;margin-right:unset}
.a-container--product .a-text--prod-desc-table-pediasure .cmp-text tr:nth-child(odd)>td{padding:6px 5px !important}
.a-container--product .a-text--prod-desc-table-pediasure .cmp-text tr:nth-child(odd)>td:nth-child(1){text-align:left}
.a-container--product .a-text--prod-desc-table-pediasure .cmp-text tr:nth-child(even)>td{padding:6px 5px !important}
.a-container--product .a-text--prod-desc-table-pediasure .cmp-text tr:nth-child(even)>td:nth-child(1){text-align:left}
.a-container--product .text hr{margin-left:5px;margin-right:5px}
.a-container__row .a-container__media__mobile img{display:none}
}
.o-hero-carousel--base.o-hero-carousel--medium .slick-arrow{display:none !important}
.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--ensure-banner .slick-arrow{display:none !important}
@media(min-width:1920px){.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--ensure-banner{height:600px !important}
.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--ensure-banner .m-hero--base.m-hero--short.m-hero--style2{max-height:600px !important;height:600px !important}
.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--ensure-banner .m-hero--base.m-hero--short.m-hero--style2.m-hero--content-right .m-hero__content{left:36% !important;transform:translate(50%,-50%) scale(1) !important}
}
@media only screen and (max-width:991.98px){.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--ensure-banner .m-hero--base.m-hero--style2.m-hero--content-left .a-button--base.justify-content-start{justify-content:flex-start !important}
.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--ensure-banner .m-hero--base.m-hero--style2.m-hero--content-left .a-button--base.justify-content-start .btn{margin-top:0 !important;margin-bottom:30px !important}
.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--ensure-banner .m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content .m-hero__body{margin-bottom:30px}
.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--ensure-banner .m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content .m-hero__body p{text-align:center !important}
}
@media only screen and (min-width:992px){.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--ensure-banner .m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content{--hero-content-default-width:570px !important;margin-top:10px !important}
.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--ensure-banner .m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content .m-hero__header,.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--ensure-banner .m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content .h2-hero,.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--ensure-banner .m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content .h2-hero div{text-align:right !important;font-size:44px;line-height:49px;margin-bottom:0 !important;font-family:BaseFontBold,sans-serif}
.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--ensure-banner .m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content .m-hero__body{margin-left:0;width:100%;position:relative;top:-10px;margin-top:0}
.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--ensure-banner .m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content .m-hero__body p{max-width:100%;transform:initial}
}
@media only screen and (max-width:991.98px){.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--ensure-banner .m-hero__header,.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--ensure-banner .h2-hero,.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--ensure-banner .h2-hero div{text-align:center !important;font-size:24px;line-height:29px;margin-bottom:0 !important;margin-top:0 !important;font-family:BaseFontBold,sans-serif}
.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--ensure-banner .m-hero--base.m-hero--style2.m-hero--content-right .m-hero__extras .btn{margin-top:10px}
}
@media only screen and (min-width:1200px){.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--ensure-banner .m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content{left:28% !important}
}
@media(min-width:992px) and (max-width:1024px){.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--ensure-banner .m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content{left:18% !important;transform:translate(50%,-50%) scale(0.6) !important}
}
@media(min-width:1025px) and (max-width:1138px){.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--ensure-banner .m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content{left:23% !important}
}
@media(min-width:1139px) and (max-width:1180px){.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--ensure-banner .m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content{left:25% !important}
}
@media only screen and (min-width:992px){.o-hero-carousel--base.o-hero-carousel--medium{margin-bottom:50px !important}
}
@media only screen and (max-width:767.98px){.o-hero-carousel--base.o-hero-carousel--medium{margin-bottom:0 !important}
.o-hero-carousel--base.o-hero-carousel--medium .slick-slide .image .cmp-image__image{height:100%;min-height:200px}
}
@media only screen and (min-width:768px) and (max-width:991.98px){.o-hero-carousel--base.o-hero-carousel--medium{margin-bottom:0 !important}
.o-hero-carousel--base.o-hero-carousel--medium .slick-slide .image .cmp-image__image{height:427.625px;min-height:200px}
}
.o-hero-carousel--base.o-hero-carousel--medium .slick-dots{margin-bottom:2%}
.o-hero-carousel--base.o-hero-carousel--medium .slick-dots li button{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity 200ms ease;border-radius:30px}
.o-hero-carousel--base.o-hero-carousel--medium .slick-dots .slick-active button{background:#869791 !important}
@media only screen and (min-width:1200px){.o-hero-carousel--base.o-hero-carousel--medium .m-hero.m-hero--base.m-hero--short{height:395px !important;max-height:395px !important}
}
@media(min-width:992px) and (max-width:1024px){.o-hero-carousel--base.o-hero-carousel--medium .m-hero--base.m-hero--style2{height:320px !important;max-height:320px !important}
.o-hero-carousel--base.o-hero-carousel--medium .m-hero--base.m-hero--style2 .m-hero__content{left:22% !important}
}
@media(min-width:1025px) and (max-width:1138px){.o-hero-carousel--base.o-hero-carousel--medium .m-hero--base.m-hero--style2{height:356px !important;max-height:356px !important}
.o-hero-carousel--base.o-hero-carousel--medium .m-hero--base.m-hero--style2 .m-hero__content{left:30% !important}
}
@media(min-width:1139px) and (max-width:1180px){.o-hero-carousel--base.o-hero-carousel--medium .m-hero--base.m-hero--style2{height:369px !important;max-height:369px !important}
.o-hero-carousel--base.o-hero-carousel--medium .m-hero--base.m-hero--style2 .m-hero__content{left:30% !important}
}
@media(min-width:1900px){.o-hero-carousel--base.o-hero-carousel--medium .m-hero--base.m-hero--style2{height:600px !important;max-height:600px !important}
}
@media only screen and (max-width:767.98px){.o-hero-carousel--base.o-hero-carousel--medium .m-hero--base.m-hero--style2 .m-hero__media{min-height:200px !important;height:100% !important}
}
@media only screen and (max-width:991.98px){.o-hero-carousel--base.o-hero-carousel--medium .m-hero--base.m-hero--style2{max-width:100% !important}
.o-hero-carousel--base.o-hero-carousel--medium .m-hero--base.m-hero--style2 .m-hero__content .m-hero__header,.o-hero-carousel--base.o-hero-carousel--medium .m-hero--base.m-hero--style2 .m-hero__content h1{text-align:center}
.o-hero-carousel--base.o-hero-carousel--medium .m-hero--base.m-hero--style2 .m-hero__media .cmp-image__image{object-position:left !important}
}
@media only screen and (min-width:1200px){.o-hero-carousel--base.o-hero-carousel--medium .m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content{left:34% !important;transform:translate(50%,-50%) scale(0.7) !important;--hero-content-default-width:510px;margin-top:30px !important}
}
@media only screen and (min-width:992px){.o-hero-carousel--base.o-hero-carousel--medium .m-hero--base.m-hero--style2 .m-hero__media .cmp-image__image{object-position:left !important}
.o-hero-carousel--base.o-hero-carousel--medium .m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content{--hero-content-default-width:510px;margin-top:20px}
.o-hero-carousel--base.o-hero-carousel--medium .m-hero--base.m-hero--style2.m-hero--content-right .m-hero__content .m-hero__header{text-align:center !important;font-size:44px;line-height:49px;margin-bottom:30px}
}
@media only screen and (max-width:991.98px){.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--glucerna-banner .m-hero.m-hero.m-hero--base{position:relative;height:auto !important}
.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--glucerna-banner .m-hero.m-hero.m-hero--base .m-hero__media{position:relative;height:auto !important}
.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--glucerna-banner .m-hero.m-hero.m-hero--base .m-hero__media .m-hero__image{position:relative}
.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--glucerna-banner .m-hero.m-hero.m-hero--base .m-hero__media .m-hero__image .cmp-image__image{position:relative;height:100%}
}
@media(min-width:992px) and (max-width:1200px){.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--glucerna-banner .m-hero.m-hero--base.m-hero--medium.m-hero--content-extraright{height:400px !important;max-height:400px !important}
}
@media only screen and (min-width:1200px){.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--glucerna-banner .m-hero.m-hero--base.m-hero--medium.m-hero--content-extraright>section>div.container .m-hero__content{left:37% !important}
}
@media(min-width:992px) and (max-width:1200px){.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--glucerna-banner .m-hero.m-hero--base.m-hero--medium.m-hero--content-extraright>section>div.container .m-hero__content{left:26% !important}
}
@media(min-width:1900px){.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--glucerna-banner .m-hero.m-hero--base.m-hero--medium.m-hero--content-right.m-hero--textarea-width-450px>section>div.container .m-hero__content{left:56% !important}
}
@media(min-width:1200px) and (max-width:1300px){.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--glucerna-banner .m-hero.m-hero--base.m-hero--medium.m-hero--content-right.m-hero--textarea-width-450px>section>div.container .m-hero__content{left:59% !important}
}
@media only screen and (min-width:992px){.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--glucerna-banner .m-hero.m-hero--base>section>div.container .m-hero__media .cmp-image__image{object-position:center}
}
.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--pediasure-banner{margin-bottom:50px !important}
.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--pediasure-banner .slick-arrow{display:none !important;top:30% !important}
@media only screen and (max-width:991.98px){.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--pediasure-banner .slick-dots{position:absolute;top:auto !important;bottom:2% !important}
}
@media(min-width:700px) and (max-width:712px){.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--pediasure-banner .slick-slide{width:712px !important}
}
.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--pediasure-banner .a-column-control--base .row{margin:0 !important}
@media(min-width:1200px) and (max-width:1300px){.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--pediasure-banner .a-column-control--base{height:575px;max-height:100%}
.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--pediasure-banner .a-column-control--base .a-image--base .cmp-image__image{height:575px;max-height:100%}
}
@media only screen and (max-width:991.98px){.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--pediasure-banner .a-column-control--base{height:500px;max-height:100%}
.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--pediasure-banner .a-column-control--base .col-lg-6{height:500px;max-height:100%}
.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--pediasure-banner .a-column-control--base .a-image--base{border-right:none !important}
.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--pediasure-banner .a-column-control--base .a-image--base .cmp-image__image{height:500px;max-height:100%}
}
.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--pediasure-banner .a-column-control--base .col-12{padding:0 !important}
.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--pediasure-banner .a-column-control--base .container{max-width:100%;padding:0 !important}
@media(max-width:767px){.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--pediasure-banner .a-column-control--base .col-lg-6{flex:0 0 50% !important;max-width:50% !important}
.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--pediasure-banner .a-column-control--base .col-lg-6:first-child .a-image--base .cmp-image__image{object-position:30%;object-fit:cover}
.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--pediasure-banner .a-column-control--base .col-lg-6:nth-child(2) .a-image--base .cmp-image__image{object-position:77%;object-fit:cover}
}
@media(min-width:1920px){.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--pediasure-banner .a-column-control--base .col-lg-6:nth-child(2) .o-features-card-base.o-features-card-style6{left:100px !important}
}
@media(min-width:1900px){.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--pediasure-banner .m-hero--base.m-hero--medium.m-hero--content-left .m-hero__content{left:15%}
}
@media only screen and (min-width:992px){.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--pediasure-banner .m-hero--base.m-hero--medium.m-hero--content-left .m-hero__content .a-button--base{position:relative;top:30px}
}
.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--pediasure-banner .m-hero--base.m-hero--style2.m-hero--content-left{margin-bottom:0 !important}
@media(min-width:768px){.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--pediasure-banner .m-hero--base.m-hero--style2.m-hero--content-left{min-height:400px !important}
}
.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--pediasure-banner .m-hero--base.m-hero--style2.m-hero--content-left .m-hero__content .m-hero__body{display:none}
@media only screen and (min-width:1200px){.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--pediasure-banner .m-hero--base.m-hero--style2.m-hero--content-left .m-hero__content{left:24% !important;transform:translate(-50%,-50%) scale(0.8) !important}
}
@media only screen and (min-width:992px){.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--pediasure-banner .m-hero--base.m-hero--style2.m-hero--content-left .m-hero__content{margin-top:20px;--hero-content-default-width:470px !important}
}
.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--pediasure-banner .m-hero--base.m-hero--style2.m-hero--content-left .m-hero__content .m-hero__header{font-size:30px !important}
@media only screen and (min-width:992px){.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--pediasure-banner .m-hero--base.m-hero--style2.m-hero--content-left .m-hero__content .m-hero__header{font-family:'BaseFontRegular',sans-serif !important;font-weight:700}
}
@media only screen and (max-width:991.98px){.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--pediasure-banner .m-hero--base.m-hero--style2.m-hero--content-left .m-hero__content .m-hero__header{line-height:29px !important}
}
@media only screen and (min-width:992px){.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--pediasure-banner .m-hero--base.m-hero--style2.m-hero--content-left .m-hero__extras{margin-bottom:0}
.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--pediasure-banner .m-hero--base.m-hero--style2.m-hero--content-left .m-hero__extras .a-button--base{position:relative;top:30px}
}
.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--pediasure-banner .m-hero--base.m-hero--style2.m-hero--content-left .m-hero__media .cmp-image__image{height:100%;min-height:200px;object-fit:cover}
@media(min-width:768px){.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--pediasure-banner .m-hero--base.m-hero--style2.m-hero--content-left .m-hero__media .cmp-image__image{min-height:400px !important}
}
@media only screen and (min-width:992px){.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--pediasure-banner .m-hero--base.m-hero--style2.m-hero--content-left .m-hero__media .cmp-image__image{object-position:55% !important}
}
@media(min-width:600px) and (max-width:712px){.o-hero-carousel--base.o-hero-carousel--medium .m-hero--base.m-hero--style2.m-hero--content-extraleft,.o-hero-carousel--base.o-hero-carousel--medium .m-hero--base.m-hero--style2.m-hero--content-extraright{position:relative;height:auto !important}
.o-hero-carousel--base.o-hero-carousel--medium .m-hero--base.m-hero--style2.m-hero--content-extraleft .m-hero__media,.o-hero-carousel--base.o-hero-carousel--medium .m-hero--base.m-hero--style2.m-hero--content-extraright .m-hero__media{position:relative;height:auto !important}
.o-hero-carousel--base.o-hero-carousel--medium .m-hero--base.m-hero--style2.m-hero--content-extraleft .m-hero__media .m-hero__image,.o-hero-carousel--base.o-hero-carousel--medium .m-hero--base.m-hero--style2.m-hero--content-extraright .m-hero__media .m-hero__image{position:relative;height:auto !important}
.o-hero-carousel--base.o-hero-carousel--medium .m-hero--base.m-hero--style2.m-hero--content-extraleft .m-hero__media .m-hero__image .cmp-image__image,.o-hero-carousel--base.o-hero-carousel--medium .m-hero--base.m-hero--style2.m-hero--content-extraright .m-hero__media .m-hero__image .cmp-image__image{position:relative;height:auto !important}
}
@media(min-width:992px) and (max-width:1600px){.o-hero-carousel--base.o-hero-carousel--medium .m-hero--base.m-hero--style2.m-hero--content-extraleft .m-hero__content,.o-hero-carousel--base.o-hero-carousel--medium .m-hero--base.m-hero--style2.m-hero--content-extraright .m-hero__content{left:26% !important}
}
@media(min-width:1600px){.o-hero-carousel--base.o-hero-carousel--medium .m-hero--base.m-hero--style2.m-hero--content-extraleft .m-hero__content,.o-hero-carousel--base.o-hero-carousel--medium .m-hero--base.m-hero--style2.m-hero--content-extraright .m-hero__content{left:35% !important}
}
@media only screen and (max-width:991.98px){.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--glucerna-banner .slick-dots,.o-hero-carousel--base.o-hero-carousel--medium.o-hero-carousel--ensure-banner .slick-dots,.carousel-slickdot__bottom .slick-dots{position:absolute;top:auto !important;bottom:2% !important}
}
.a-container--product .a-button--product-desc-sky-blue-button{margin:0 auto 22px;width:100%;text-align:left;border-radius:2px;padding:5px;height:50px;background-color:#e8fbff;position:relative}
.a-container--product .a-button--product-desc-sky-blue-button.a-component--width-90{width:90%;margin-left:5%;margin-right:5%}
.a-container--product .a-button--product-desc-sky-blue-button .btn{height:auto;width:100%;justify-content:start}
.a-container--product .a-button--product-desc-sky-blue-button .btn span{font-family:'BaseFontRegular',sans-serif;color:#00529b;text-decoration:underline}
.a-container--product .a-button--product-desc-sky-blue-button::after{content:"\002B";position:absolute;color:#1cbfe6;top:50%;right:10px;font-size:25px;font-weight:700;transform:translateY(-50%)}
.a-container--product .a-button--product-desc-sky-blue-button.minus-sign::after{content:"\2212";position:absolute;color:#1cbfe6;top:50%;right:10px;font-size:30px;font-weight:700;transform:translateY(-50%)}
.a-container--product .a-text--prod-desc-table-glucerna{display:none}
.a-container--product .a-text--prod-desc-table-glucerna.a-component--width-90{width:90%;margin-left:5%;margin-right:5%}
.a-container--product .a-text--prod-desc-table-glucerna .cmp-text p{margin:0 auto;width:85%;padding-bottom:18px}
.a-container--product .a-text--prod-desc-table-glucerna .cmp-text table{color:#fff;margin:0 auto;width:100%;border:transparent}
@media(min-width:768px) and (max-width:991.98px){.a-container--product .a-text--prod-desc-table-glucerna .cmp-text table tr td{padding:6px 5% !important}
}
.a-container--product .a-text--prod-desc-table-glucerna .cmp-text tr:first-child>td{font-family:'BaseFontRegular',sans-serif !important}
.a-container--product .a-text--prod-desc-table-glucerna .cmp-text tr>td:first-child{font-family:'BaseFontRegular',sans-serif !important;text-align:left}
.a-container--product .a-text--prod-desc-table-glucerna .cmp-text tr:nth-child(odd)>td{background-color:#bcf8ff;font-family:'BaseFontLight',sans-serif;color:#004f70;padding:6px 30px}
.a-container--product .a-text--prod-desc-table-glucerna .cmp-text tr:nth-child(odd)>td:nth-child(1){background-color:#1cbfe6;color:#fff}
.a-container--product .a-text--prod-desc-table-glucerna .cmp-text tr:nth-child(even)>td{background-color:#f5feff;font-family:'BaseFontLight',sans-serif;color:#004f70;padding:6px 30px}
.a-container--product .a-text--prod-desc-table-glucerna .cmp-text tr:nth-child(even)>td:nth-child(1){background-color:#00529b;color:#fff}
.a-container--product .a-text--product-italic strong{color:#4b3661}
@media(max-width:767px){.a-container--product.a-container--base{margin-bottom:0 !important}
.a-container--product.a-container--base.o-bg-color--floral-white-g{background-color:#fefbf6 !important}
.a-container--product .a-container__row .a-container__content .cmp-container{background-size:cover !important}
.a-container--product .a-container__row .a-container__content .cmp-container .container{max-width:none}
.a-container--product .a-button--product-desc-sky-blue-button{width:95%}
.a-container--product .a-text--prod-sup p{font-size:10.5px;line-height:19px}
.a-container--product .a-image__default{width:100%}
.a-container--product .text hr{margin-left:5px;margin-right:5px}
.a-container--product .a-text--prod-desc-table-glucerna .cmp-text table{width:85% !important;font-size:10px !important}
.a-container--product .a-text--prod-desc-table-glucerna .cmp-text tr:nth-child(odd)>td{padding:6px 5px !important}
.a-container--product .a-text--prod-desc-table-glucerna .cmp-text tr:nth-child(odd)>td:nth-child(1){text-align:left}
.a-container--product .a-text--prod-desc-table-glucerna .cmp-text tr:nth-child(even)>td{padding:6px 5px !important}
.a-container--product .a-text--prod-desc-table-glucerna .cmp-text tr:nth-child(even)>td:nth-child(1){text-align:left}
.a-container__row .a-container__media__mobile img{display:none}
}
.searchresults{margin:0 !important}
.searchresults .o-search-res{padding:0}
.searchresults .o-search-res .col-12.pb-5{padding:0}
.searchresults .o-search-res .col-12.pb-5 .m-search-bar{margin:0 !important;display:flex;justify-content:left}
.searchresults .o-search-res .o-search-res__container .col-md-8{flex:0 0 100% !important;max-width:100% !important}
.searchresults .o-search-res .o-search-res__container .offset-md-2{margin-left:unset}
.searchresults .o-search-res .o-search-res__container .offset-md-2 .o-search-res__header-title{font-size:34px;font-family:"BaseFontMedium";line-height:39px;font-weight:500;color:#212529;text-align:left !important}
@media only screen and (max-width:767.98px){.searchresults .o-search-res .o-search-res__container .offset-md-2 .o-search-res__header-title{font-size:1.5rem;line-height:29px}
}
.searchresults .o-search-res .o-search-res__container .o-cards-carousel{display:none}
.searchresults .o-search-res .o-search-res__container .o-search-res__no-results{font-size:34px;font-family:"BaseFontMedium";line-height:39px;font-weight:500;color:#212529;border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(0,0,0,0.1);padding:16px 0;margin-bottom:16px;text-align:left !important}
@media only screen and (max-width:767.98px){.searchresults .o-search-res .o-search-res__container .o-search-res__no-results{font-size:1.5rem;line-height:29px}
}
.searchresults .o-search-res .o-search-res__container .searchresultitem{margin:0 !important}
.searchresults .o-search-res .o-search-res__container .a-result{border:0}
.searchresults .o-search-res .o-search-res__container .a-result .a-result__title{margin:0 0 9px;display:flex;flex-direction:column}
.searchresults .o-search-res .o-search-res__container .a-result .a-result__title::before{content:url('../../../../content/dam/an/ensure/us/en/images/logos/LOGO_MENU_ABBOT.png')}
.searchresults .o-search-res .o-search-res__container .a-result .a-result__title .a-result__title--link{color:#007bff;font-size:1.5rem;text-decoration:none;background-color:transparent;font-family:"BaseFontMedium";line-height:27px;width:max-content !important}
@media only screen and (max-width:767.98px){.searchresults .o-search-res .o-search-res__container .a-result .a-result__title .a-result__title--link{font-size:.875rem}
}
.searchresults .o-search-res .o-search-res__container .a-result .a-result__title .a-result__title--link:hover{color:#0056b3;text-decoration:underline;cursor:pointer}
.searchresults .o-search-res .o-search-res__container .a-result .a-result__description{font-size:1.125rem;line-height:23px;font-family:"BaseFontRegular";color:#212529;font-weight:400}
@media only screen and (max-width:767.98px){.searchresults .o-search-res .o-search-res__container .a-result .a-result__description{font-size:.875rem}
}
.searchresults .o-search-res .a-pagination{--pagination-active-bg-color:transparent}
.searchresults .o-search-res .m-search-bar__autocomplete{display:none}
.searchresults .o-search-res .cq-placeholder{display:none}
.searchresults .o-search-res .tabsearch{display:none}
.m-search-bar__button .search-button .btn{padding:11px .75rem;color:#fff}
.a-container--pediasure-calculator .highcharts-button{display:none}
.a-container--pediasure-calculator .highcharts-legend tspan{fill:white}
.a-container--pediasure-calculator a{color:white !important}
.a-container--pediasure-calculator.o-bg-color--fadedblue .highcharts-background{fill:transparent !important}
.a-container--pediasure-calculator a:hover{color:white !important}
.a-container--pediasure-calculator .highcharts-data-table{color:white}
.a-container--pediasure-calculator .highcharts-data-table th,.a-container--pediasure-calculator .highcharts-data-table td{font-family:BaseFontRegular,sans-serif;font-size:18px;line-height:27px}
.a-container--pediasure-calculator .highcharts-table-caption{font-family:BaseFontRegular,sans-serif;font-size:18px}
.a-container--pediasure-calculator .highcharts-contextmenu{margin-left:-25%;left:auto !important;padding:20px 0 !important;top:auto !important;bottom:-20px;width:508px}
@media only screen and (min-width:992px){.a-container--pediasure-calculator .highcharts-contextmenu{width:58%;left:50% !important}
}
@media only screen and (max-width:991.98px){.a-column-control--form-calculator-pediasure .col-md-6{max-width:100%;flex:none}
}
@media only screen and (min-width:992px){.a-column-control--form-calculator-pediasure .col-12.col-md-6.col-lg-6.columncontrol__column:nth-of-type(1){max-width:41.66%}
}
@media only screen and (min-width:992px){.a-column-control--form-calculator-pediasure .col-12.col-md-6.col-lg-6.columncontrol__column:nth-of-type(2){padding-top:200px;max-width:58.33%}
}
@media only screen and (min-width:992px){.a-column-control--form-calculator-pediasure{max-width:1000px;margin:0 auto;width:100%}
}
.a-column-control--form-calculator-pediasure .fields.text.a-input-field--base.a-input-field-date--style1 .a-input-field .form-group .a-input-grp input.a-input-control{color:#6f5987;font-size:16px;font-family:BaseFontRegular,sans-serif;border:0}
.a-column-control--form-calculator-pediasure .fields.text.a-input-field--base.a-input-field-date--style2 .a-input-field .form-group .a-input-grp input.a-input-control{color:#21c6ff;font-size:16px;font-family:BaseFontRegular,sans-serif;border:0}
.a-column-control--form-calculator-pediasure .a-radio-label{font-size:16px;font-family:BaseFontMedium,sans-serif;line-height:23px;color:white;font-weight:500}
.a-column-control--form-calculator-pediasure .a-radio__text{font-size:16px;font-family:BaseFontLight,sans-serif;line-height:27px}
.a-column-control--form-calculator-pediasure .form-label.a-input-label{font-size:16px;font-family:BaseFontMedium,sans-serif;line-height:23px;color:white}
.a-column-control--form-calculator-pediasure .options.o-form-option--base.o-form-option-dropdown--style1{width:115px}
.a-column-control--form-calculator-pediasure .options.o-form-option--base.o-form-option-dropdown--style1 .a-dropdown{--dropdown-menu-option-hover-bg-color:#007bff}
.a-column-control--form-calculator-pediasure .options.o-form-option--base.o-form-option-dropdown--style1 .a-dropdown__field{padding:5px 10px;height:max-content;text-align:center;min-height:unset}
.a-column-control--form-calculator-pediasure .options.o-form-option--base.o-form-option-dropdown--style1 .a-dropdown__field .a-dropdown-selected{font-size:16px;font-family:BaseFontRegular,sans-serif;color:#6f5987}
.a-column-control--form-calculator-pediasure .options.o-form-option--base.o-form-option-dropdown--style1 .a-dropdown__field>.a-dropdown__menu>li{border-bottom:0}
.a-column-control--form-calculator-pediasure .options.o-form-option--base.o-form-option-dropdown--style1 .a-dropdown__field>.a-dropdown__menu>li>span{padding:0 10px;display:block;text-align:left;font-size:16px;font-family:BaseFontRegular,sans-serif;color:#6f5987}
.a-column-control--form-calculator-pediasure .options.o-form-option--base.o-form-option-dropdown--style1 .a-dropdown__container .a-dropdown__field::after{display:none}
.a-column-control--form-calculator-pediasure .options.o-form-option--base.o-form-option-dropdown--style2{width:115px}
.a-column-control--form-calculator-pediasure .options.o-form-option--base.o-form-option-dropdown--style2 .a-dropdown{--dropdown-menu-option-hover-bg-color:#007bff}
.a-column-control--form-calculator-pediasure .options.o-form-option--base.o-form-option-dropdown--style2 .a-dropdown__field{padding:5px 10px;height:max-content;text-align:center;min-height:unset}
.a-column-control--form-calculator-pediasure .options.o-form-option--base.o-form-option-dropdown--style2 .a-dropdown__field .a-dropdown-selected{font-size:16px;font-family:BaseFontRegular,sans-serif;color:#21c6ff}
.a-column-control--form-calculator-pediasure .options.o-form-option--base.o-form-option-dropdown--style2 .a-dropdown__field>.a-dropdown__menu>li{border-bottom:0}
.a-column-control--form-calculator-pediasure .options.o-form-option--base.o-form-option-dropdown--style2 .a-dropdown__field>.a-dropdown__menu>li>span{padding:0 10px;display:block;text-align:left;font-size:16px;font-family:BaseFontRegular,sans-serif;color:#21c6ff}
.a-column-control--form-calculator-pediasure .options.o-form-option--base.o-form-option-dropdown--style2 .a-dropdown__container .a-dropdown__field::after{display:none}
.a-column-control--form-calculator-pediasure .o-form-option--base.o-form-option-radio--style1 .a-radio__label,.a-column-control--form-calculator-pediasure .o-form-option--base.o-form-option-radio--style2 .a-radio__label{margin-bottom:unset;line-height:37px}
.a-input-field--base.a-input-field--small.a-input-field--glucena-calculator{display:flex;justify-content:center;text-align:center}
.a-input-field--base.a-input-field--small.a-input-field--glucena-calculator .form-group.a-form-grp{display:flex}
.a-input-field--base.a-input-field--small.a-input-field--glucena-calculator .form-group.a-form-grp .form-label.a-input-label{order:2;width:87px;line-height:48px}
.a-input-field--base.a-input-field--small.a-input-field--glucena-calculator input::-webkit-outer-spin-button,.a-input-field--base.a-input-field--small.a-input-field--glucena-calculator input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.a-input-field--base.a-input-field--small.a-input-field--glucena-calculator .input-group.a-input-grp{justify-content:center}
.a-input-field--base.a-input-field--small.a-input-field--glucena-calculator input{max-width:54px;height:40px;border:1px solid #1cbfe6 !important;margin:0 20px;text-align:center;border-radius:unset !important;padding:0 !important}
.a-input-field--base.a-input-field--medium.a-input-field--glucena-calculator{display:flex;justify-content:center;text-align:center}
.a-input-field--base.a-input-field--medium.a-input-field--glucena-calculator label{color:#5c5c5c;margin-bottom:20px;font-family:BaseFontRegular,sans-serif;font-size:18px;line-height:27px;text-align:center}
.a-input-field--base.a-input-field--medium.a-input-field--glucena-calculator input{max-width:156px;height:40px !important;border:1px solid #1cbfe6 !important;margin:0 auto;text-align:center;border-radius:unset !important;background-color:white !important;color:#212529 !important;font-family:BaseFontRegular,sans-serif !important;font-size:18px !important}
@media only screen and (min-width:992px){.a-text--base.a-text--glucerna-table-formula{max-width:1000px;margin:0 auto}
}
.a-text--base.a-text--glucerna-table-formula td{padding:6px 30px;font-family:BaseFontRegular,sans-serif;font-size:18px;font-weight:400;line-height:27px;background-color:#1cbfe6;color:#fff}
@media only screen and (max-width:767.98px){.a-text--base.a-text--glucerna-table-formula td{padding:6px 5px;font-size:10px;line-height:15px}
}
@media only screen and (min-width:992px){.a-text--base.a-text--glucerna-table{max-width:1000px;margin:0 auto}
}
@media only screen and (max-width:767.98px){.a-text--base.a-text--glucerna-table th{font-size:10px;font-weight:700;line-height:15px}
.a-text--base.a-text--glucerna-table tr:nth-of-type(odd) td{padding:6px 5px;font-family:BaseFontRegular,sans-serif;font-size:18px;line-height:15px}
.a-text--base.a-text--glucerna-table tr:nth-of-type(even) td{padding:6px 5px;font-family:BaseFontRegular,sans-serif;font-size:18px;line-height:15px}
}
.a-text--base.a-text--glucerna-table th{background-color:#00529b;color:#fff;font-family:BaseFontRegular,sans-serif;font-size:18px;font-weight:700;line-height:27px}
.a-text--base.a-text--glucerna-table tbody p{margin-bottom:3px}
.a-text--base.a-text--glucerna-table tr:nth-of-type(even) td{background-color:#f5feff;color:#004f70;font-family:BaseFontLight,sans-serif;font-size:18px;font-weight:400;padding:6px 30px}
.a-text--base.a-text--glucerna-table tr:nth-of-type(even) td:first-child{background-color:#00529b;color:#fff;font-family:BaseFontRegular,sans-serif;font-size:18px;font-weight:400}
.a-text--base.a-text--glucerna-table tr:nth-of-type(odd) td{background-color:#bcf8ff;color:#004f70;font-family:BaseFontLight,sans-serif;font-size:18px;font-weight:400;padding:6px 30px}
.a-text--base.a-text--glucerna-table tr:nth-of-type(odd) td:first-child{background-color:#1cbfe6;color:#fff;font-family:BaseFontRegular,sans-serif;font-size:18px;font-weight:400}
@media only screen and (min-width:992px){.a-text--base.a-text--glucerna-table.a-full-width{max-width:1200px !important}
}
.a-container--pregnancy-calc .a-date-picker__input-start{width:100%}
.a-container--pregnancy-calc .a-date-picker__input-start>.a-input-field{max-width:100%}
.a-container--pregnancy-calc .form-control.a-input-control{height:40px !important;color:#495057 !important;border:1px solid #ced4da !important;text-align:center;font-family:BaseFontRegular,sans-serif !important;font-size:18px !important;font-weight:400 !important;line-height:27px !important}
.a-container--pregnancy-calc .month-item-name{color:#0262ac !important;border:1px solid #0262ac !important}
.a-container--pregnancy-calc .button.a-button--base>.btn{color:#0262ac;border:1px solid #ced4da;background-color:#fff;padding:5px 12px 2px;border-radius:5px;font-family:'HindFontRegular',sans-serif;font-size:15px;cursor:pointer;height:auto;width:auto;min-width:auto}
.a-container--pregnancy-calc .container.a-container{border:1px solid #ced4da;width:100%;border-radius:5px;margin:1.5rem 0 !important;color:#0262ac;font-family:'HindFontRegular',sans-serif;font-size:15px;padding-bottom:15px !important;padding-top:0 !important}
@media only screen and (min-width:768px){.a-container--pregnancy-calc .container.a-container .cmp-container .text:nth-of-type(2){width:50%;display:inline-block}
.a-container--pregnancy-calc .container.a-container .cmp-container .text:nth-of-type(3){float:right;width:50%}
}
.a-container--pregnancy-calc .text span{font-size:14px;font-weight:700}
.a-container--pregnancy-calc .form-label.a-input-label{text-align:center;margin-bottom:0;font-family:HindFontRegular,sans-serif;font-size:16px;color:gray}
#pregnancy-days span{background-color:#e9eaec;padding:5px 10px 5px;border-radius:15px}
@media only screen and (min-width:992px){.m-hero--base.m-hero--style9{width:100%;height:auto;overflow:initial;padding:0}
.m-hero--base.m-hero--style9 .container{max-width:100%}
.m-hero--base.m-hero--style9 .m-hero__media{position:relative;height:auto}
.m-hero--base.m-hero--style9 .m-hero__media .m-hero__image{position:relative;height:auto}
.m-hero--base.m-hero--style9 .m-hero__media .m-hero__image .cmp-image__image{position:relative;height:100%}
}
@media only screen and (max-width:991.98px){.a-container--banner .m-hero--base.m-hero--style9.m-hero--mobile-view{position:relative;height:auto !important}
.a-container--banner .m-hero--base.m-hero--style9.m-hero--mobile-view .m-hero__media{min-height:100% !important;position:relative;height:auto !important;width:100% !important}
.a-container--banner .m-hero--base.m-hero--style9.m-hero--mobile-view .m-hero__media .m-hero__image{position:relative;height:auto !important}
.a-container--banner .m-hero--base.m-hero--style9.m-hero--mobile-view .m-hero__media .m-hero__image .cmp-image__image{position:relative;height:100% !important;object-position:center !important;width:100% !important}
}
@media only screen and (min-width:1200px){.a-container--banner .m-hero--base.m-hero--style9.o-desktop--height-430px{min-height:430px}
}
@media only screen and (min-width:992px) and (max-width:1199.98px){.a-container--banner .m-hero--base.m-hero--style9.o-desktop--height-430px{min-height:360px}
}
@media only screen and (min-width:1200px){.a-container--banner .m-hero--base.m-hero--style9.o-desktop--height-470px{min-height:470px}
}
@media only screen and (min-width:992px) and (max-width:1199.98px){.a-container--banner .m-hero--base.m-hero--style9.o-desktop--height-470px{min-height:390px}
}
@media only screen and (min-width:1200px){.a-container--banner .m-hero--base.m-hero--style9.o-desktop--height-550px{min-height:550px}
}
@media only screen and (min-width:992px) and (max-width:1199.98px){.a-container--banner .m-hero--base.m-hero--style9.o-desktop--height-550px{min-height:457px}
}
@media only screen and (min-width:1200px){.a-container--banner .m-hero--base.m-hero--style9.o-desktop--height-625px{min-height:625px}
}
@media only screen and (min-width:992px) and (max-width:1199.98px){.a-container--banner .m-hero--base.m-hero--style9.o-desktop--height-625px{min-height:550px}
}
@media only screen and (min-width:1200px){.a-container--banner .m-hero--base.m-hero--style9.o-desktop--height-700px{min-height:700px}
}
@media only screen and (min-width:992px) and (max-width:1199.98px){.a-container--banner .m-hero--base.m-hero--style9.o-desktop--height-700px{min-height:600px}
}
@media only screen and (min-width:992px){.a-container--banner .m-hero--base.m-hero--style9 .m-hero__content{left:15% !important;width:370px;text-align:left;transform:translateY(-50%) scale(0.7) !important}
}
@media only screen and (max-width:991.98px){.a-container--banner .m-hero--base.m-hero--style9 .m-hero__content{background-color:#fff !important;padding:30px 20px}
.a-container--banner .m-hero--base.m-hero--style9 .m-hero__content .h2-hero{margin-bottom:0}
}
.a-container--banner .m-hero--base.m-hero--style9 .m-hero__content .m-hero__header,.a-container--banner .m-hero--base.m-hero--style9 .m-hero__content h1,.a-container--banner .m-hero--base.m-hero--style9 .m-hero__content h3,.a-container--banner .m-hero--base.m-hero--style9 .m-hero__content h4,.a-container--banner .m-hero--base.m-hero--style9 .m-hero__content h5,.a-container--banner .m-hero--base.m-hero--style9 .m-hero__content h6{margin-bottom:30px;margin-top:0;font-family:BaseFontCanoodleRegular,sans-serif}
@media only screen and (min-width:992px){.a-container--banner .m-hero--base.m-hero--style9 .m-hero__content .m-hero__header,.a-container--banner .m-hero--base.m-hero--style9 .m-hero__content h1,.a-container--banner .m-hero--base.m-hero--style9 .m-hero__content h3,.a-container--banner .m-hero--base.m-hero--style9 .m-hero__content h4,.a-container--banner .m-hero--base.m-hero--style9 .m-hero__content h5,.a-container--banner .m-hero--base.m-hero--style9 .m-hero__content h6{font-size:34px;line-height:39px}
}
@media only screen and (max-width:991.98px){.a-container--banner .m-hero--base.m-hero--style9 .m-hero__content .m-hero__header,.a-container--banner .m-hero--base.m-hero--style9 .m-hero__content h1,.a-container--banner .m-hero--base.m-hero--style9 .m-hero__content h3,.a-container--banner .m-hero--base.m-hero--style9 .m-hero__content h4,.a-container--banner .m-hero--base.m-hero--style9 .m-hero__content h5,.a-container--banner .m-hero--base.m-hero--style9 .m-hero__content h6{font-size:24px;line-height:29px}
}
.a-container--banner .m-hero--base.m-hero--style9 .m-hero__content .h2-hero{color:#5c5c5c !important}
.a-container--banner .m-hero--base.m-hero--style9 .m-hero__content .h2-hero sup{font-family:BaseFontLight,sans-serif !important;font-weight:400}
.a-container--banner .m-hero--base.m-hero--style9 .m-hero__content .h2-hero sup b,.a-container--banner .m-hero--base.m-hero--style9 .m-hero__content .h2-hero sup strong{font-weight:bold !important;font-family:baseFontRegular,sans-serif !important}
@media only screen and (min-width:992px){.a-container--banner .m-hero--base.m-hero--style9 .m-hero__content .h2-hero{font-size:18px;line-height:23px}
}
@media only screen and (max-width:991.98px){.a-container--banner .m-hero--base.m-hero--style9 .m-hero__content .h2-hero{font-size:14px;line-height:19px}
}
@media only screen and (max-width:991.98px){.a-container--banner .m-hero--base.m-hero--style9 .m-hero__media{min-width:100%}
}
@media only screen and (max-width:767.98px){.a-container--banner .m-hero--base.m-hero--style9 .m-hero__media{width:250px !important;height:250px !important}
}
@media only screen and (min-width:768px) and (max-width:991.98px){.a-container--banner .m-hero--base.m-hero--style9 .m-hero__media{height:480px !important}
}
@media only screen and (min-width:992px){.a-container--banner .m-hero--base.m-hero--style9 .m-hero__media .cmp-image__image{object-fit:fill}
}
@media only screen and (max-width:991.98px){.a-container--banner .m-hero--base.m-hero--style9 .m-hero__media .cmp-image__image{left:0;max-width:100%}
}
@media only screen and (max-width:767.98px){.a-container--banner .m-hero--base.m-hero--style9 .m-hero__media .cmp-image__image{object-fit:cover;object-position:100%;width:250px !important;height:250px !important}
}
.m-hero.m-hero--base.m-hero--medium.m-hero--style6.m-hero--content-right>section>div.container .m-hero__content{left:25% !important}
@media only screen and (min-width:992px){.m-hero.m-hero--base.m-hero--medium.m-hero--style6.m-hero--content-right>section>div.container .m-hero__content{left:0;width:60%}
}
@media only screen and (max-width:991.98px){.m-hero.m-hero--base.m-hero--medium.m-hero--style6.m-hero-padding-30and11>section>div.container .m-hero__content{padding:30px 11px 20px 11px !important;background-color:#0262ac}
}
@media only screen and (max-width:991.98px){.m-hero.m-hero--base.m-hero--style7.m-hero-padding-30and11>section>div.container .m-hero__content{padding:30px 11px 20px 11px !important}
}
.m-hero.m-hero--base.m-hero--medium.m-hero--style6.m-hero--content-right .m-hero__content h1{color:white;font-size:64px;line-height:59px;margin-bottom:30px;font-family:BaseFontCanoodleRegular,sans-serif}
.m-hero.m-hero--base.m-hero--medium.m-hero--style6.m-hero--content-right .m-hero__content h2{font-size:24px;line-height:29px;color:white;font-family:BaseFontBold,sans-serif !important;font-weight:500}
@media only screen and (min-width:992px){.m-hero.m-hero--base.m-hero--medium.m-hero--style6.m-hero--content-right .m-hero__content{width:883px;left:25%;top:150px;transform:translateY(-50%) scale(0.7)}
.m-hero.m-hero--base.m-hero--medium.m-hero--style6.m-hero--content-right .m-hero__content h1{color:#0262ac;text-align:end !important;font-size:130px;line-height:110px;margin-bottom:30px;font-family:BaseFontCanoodleRegular,sans-serif}
.m-hero.m-hero--base.m-hero--medium.m-hero--style6.m-hero--content-right .m-hero__content h2{font-size:34px;line-height:39px;text-align:right;color:#064181;font-family:BaseFontBold,sans-serif;font-weight:500}
}
@media(min-width:1900px){.m-hero.m-hero--base.m-hero--medium.m-hero--style6.m-hero--content-right .m-hero__content{left:35%}
}
@media(min-width:992px) and (max-width:1024px){.m-hero.m-hero--base.m-hero--medium.m-hero--style6.m-hero--content-left .m-hero__content,.m-hero.m-hero--base.m-hero--medium.m-hero--style8 .m-hero__content,.m-hero.m-hero--base.m-hero--medium.m-hero--style10 .m-hero__content{left:0}
}
.m-hero.m-hero--base.m-hero--medium.m-hero--style6.m-hero--content-left .m-hero__content h1,.m-hero.m-hero--base.m-hero--medium.m-hero--style8 .m-hero__content h1,.m-hero.m-hero--base.m-hero--medium.m-hero--style10 .m-hero__content h1{color:white;font-size:64px;line-height:59px;margin-bottom:30px;font-family:BaseFontCanoodleRegular,sans-serif}
@media(max-width:767px){.m-hero.m-hero--base.m-hero--medium.m-hero--style6.m-hero--content-left .m-hero__content .m-hero__header.h1-hero,.m-hero.m-hero--base.m-hero--medium.m-hero--style8 .m-hero__content .m-hero__header.h1-hero,.m-hero.m-hero--base.m-hero--medium.m-hero--style10 .m-hero__content .m-hero__header.h1-hero{margin-bottom:15px !important}
.m-hero.m-hero--base.m-hero--medium.m-hero--style6.m-hero--content-left .m-hero__content .m-hero__body,.m-hero.m-hero--base.m-hero--medium.m-hero--style8 .m-hero__content .m-hero__body,.m-hero.m-hero--base.m-hero--medium.m-hero--style10 .m-hero__content .m-hero__body{margin:0 !important}
}
@media only screen and (min-width:992px){.m-hero.m-hero--base.m-hero--medium.m-hero--style6.m-hero--content-left .m-hero__content,.m-hero.m-hero--base.m-hero--medium.m-hero--style8 .m-hero__content,.m-hero.m-hero--base.m-hero--medium.m-hero--style10 .m-hero__content{transform:translateY(-50%) scale(0.8)}
.m-hero.m-hero--base.m-hero--medium.m-hero--style6.m-hero--content-left .m-hero__content h1,.m-hero.m-hero--base.m-hero--medium.m-hero--style8 .m-hero__content h1,.m-hero.m-hero--base.m-hero--medium.m-hero--style10 .m-hero__content h1{font-size:105px;line-height:80px;color:#0262ac;margin-bottom:30px;font-family:BaseFontCanoodleRegular,sans-serif}
}
@media(min-width:1200px){.m-hero.m-hero--base.m-hero--medium.m-hero--style6.m-hero--content-left .m-hero__content h1,.m-hero.m-hero--base.m-hero--medium.m-hero--style8 .m-hero__content h1,.m-hero.m-hero--base.m-hero--medium.m-hero--style10 .m-hero__content h1{font-size:130px;line-height:110px}
}
.m-hero.m-hero--base.m-hero--medium.m-hero--style8 .m-hero__content,.m-hero.m-hero--base.m-hero--medium.m-hero--style10 .m-hero__content{left:0}
.m-hero.m-hero--base.m-hero--medium.m-hero--style8 .m-hero__content h1,.m-hero.m-hero--base.m-hero--medium.m-hero--style10 .m-hero__content h1{color:white}
.m-hero.m-hero--base.m-hero--medium.m-hero--style8 .m-hero__content h2,.m-hero.m-hero--base.m-hero--medium.m-hero--style10 .m-hero__content h2{font-family:BaseFontBold,sans-serif;color:white;font-size:64px;line-height:69px}
@media(max-width:767px){.m-hero.m-hero--base.m-hero--medium.m-hero--style8 .m-hero__content h2,.m-hero.m-hero--base.m-hero--medium.m-hero--style10 .m-hero__content h2{font-size:24px;line-height:29px}
}
@media only screen and (min-width:992px){.m-hero.m-hero--base.m-hero--medium.m-hero--style10 .m-hero__content{transform:translateY(-50%) scale(0.8) !important}
}
@media only screen and (max-width:767.98px){.m-hero.m-hero--base.m-hero--medium.m-hero--style10 .m-hero__body{margin-bottom:0 !important}
}
@media(max-width:991px){.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-left .m-hero__content,.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-right .m-hero__content{background-color:white;text-align:left;display:flex;flex-direction:column}
.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-left .m-hero__content h2,.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-right .m-hero__content h2{font-family:BaseFontCanoodleRegular,sans-serif;font-size:24px;line-height:29px;color:#0262ac;margin-bottom:30px;font-weight:500}
.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-left .m-hero__content .h2-hero,.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-right .m-hero__content .h2-hero{font-family:BaseFontLighter,sans-serif;font-size:14px;line-height:19px;color:#5c5c5c}
.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-left .m-hero__content .m-hero__body,.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-right .m-hero__content .m-hero__body{order:2}
.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-left .m-hero__content .m-hero__body p,.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-right .m-hero__content .m-hero__body p{font-family:BaseFontLight,sans-serif;font-size:7.5px;line-height:10px;color:#5c5c5c}
}
@media only screen and (min-width:992px){.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-left .m-hero__content,.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-right .m-hero__content{width:30%;left:15%;display:flex;flex-direction:column}
.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-left .m-hero__content h2,.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-right .m-hero__content h2{font-family:BaseFontCanoodleRegular,sans-serif;font-size:34px;line-height:39px;color:white;margin-bottom:30px !important}
.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-left .m-hero__content .h2-hero,.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-right .m-hero__content .h2-hero{font-family:BaseFontLighter,sans-serif;font-size:18px;line-height:23px;color:white}
.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-left .m-hero__content .m-hero__body,.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-right .m-hero__content .m-hero__body{order:2;position:relative;margin-left:-150px;width:1200px}
.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-left .m-hero__content .m-hero__body p,.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-right .m-hero__content .m-hero__body p{font-family:BaseFontLight,sans-serif;font-size:11.25px;line-height:10px;color:white}
}
@media only screen and (max-width:991.98px){.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-left .m-hero__media,.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-right .m-hero__media{height:305px}
}
@media(max-width:991px){.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-right .m-hero__content{background-color:#0262ac;padding:20px 26px !important}
.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-right .m-hero__content .h2-hero{font-family:BaseFontLight,sans-serif;font-size:24px;line-height:29px;color:white;margin-bottom:30px;text-align:center}
.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-right .m-hero__content .h2-hero strong{font-family:BaseFontBold,sans-serif}
.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-right .m-hero__content .m-hero__body{order:2}
.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-right .m-hero__content .m-hero__body p{font-family:BaseFontLight,sans-serif;font-size:10px;line-height:12px;color:white;font-weight:400}
}
@media only screen and (min-width:992px){.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-right .m-hero__content{left:51%;width:auto;transform:translateY(-50%) scale(1)}
.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-right .m-hero__content .h2-hero{font-family:BaseFontLight,sans-serif;font-size:30px;line-height:41px;color:white;margin-bottom:30px !important;font-weight:500}
.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-right .m-hero__content .h2-hero strong{font-family:BaseFontBold,sans-serif}
.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-right .m-hero__content .m-hero__body{order:2;margin-left:unset;width:unset;position:unset}
.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-right .m-hero__content .m-hero__body p{font-family:BaseFontLight,sans-serif;font-size:10px;line-height:12px;color:white;font-weight:400}
}
@media only screen and (max-width:991.98px){.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-right .m-hero__media{height:305px}
.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-right .m-hero__media .cmp-image__image{object-position:left !important}
}
@media screen and (min-width:992px) and (max-width:1279px){.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-right .m-hero__content .h2-hero{font-size:18px;line-height:26px}
}
@media(max-width:767px){.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-right{width:100%;max-width:385px;margin:auto}
.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-right .m-hero__media{min-width:auto}
}
@media(max-width:991px){.m-hero.m-hero--base.m-hero--short.m-hero--style7.m-hero--content-right.o-remove-m-padding .m-hero__content{padding:unset !important}
}
@media only screen and (min-width:992px) and (max-width:1199.98px){.m-hero--base.a-fontsize-105px.m-hero--desc-firstbanner>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontsize-105px.m-hero--desc-firstbanner>section>div.container .m-hero__content h1,.m-hero--base.a-fontsize-105px.m-hero--desc-firstbanner>section>div.container .m-hero__content h2,.m-hero--base.a-fontsize-105px.m-hero--desc-firstbanner>section>div.container .m-hero__content h3,.m-hero--base.a-fontsize-105px.m-hero--desc-firstbanner>section>div.container .m-hero__content h4,.m-hero--base.a-fontsize-105px.m-hero--desc-firstbanner>section>div.container .m-hero__content h5,.m-hero--base.a-fontsize-105px.m-hero--desc-firstbanner>section>div.container .m-hero__content h6{font-size:105px;line-height:80px}
}
@media only screen and (max-width:991.98px){.m-hero--base.a-fontsize-105px.m-hero--desc-firstbanner>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontsize-105px.m-hero--desc-firstbanner>section>div.container .m-hero__content h1,.m-hero--base.a-fontsize-105px.m-hero--desc-firstbanner>section>div.container .m-hero__content h2,.m-hero--base.a-fontsize-105px.m-hero--desc-firstbanner>section>div.container .m-hero__content h3,.m-hero--base.a-fontsize-105px.m-hero--desc-firstbanner>section>div.container .m-hero__content h4,.m-hero--base.a-fontsize-105px.m-hero--desc-firstbanner>section>div.container .m-hero__content h5,.m-hero--base.a-fontsize-105px.m-hero--desc-firstbanner>section>div.container .m-hero__content h6{font-size:64px;line-height:59px}
}
@media only screen and (min-width:1200px){.m-hero--base.a-fontsize-105px.m-hero--desc-firstbanner>section>div.container .m-hero__content .m-hero__header,.m-hero--base.a-fontsize-105px.m-hero--desc-firstbanner>section>div.container .m-hero__content h1,.m-hero--base.a-fontsize-105px.m-hero--desc-firstbanner>section>div.container .m-hero__content h2,.m-hero--base.a-fontsize-105px.m-hero--desc-firstbanner>section>div.container .m-hero__content h3,.m-hero--base.a-fontsize-105px.m-hero--desc-firstbanner>section>div.container .m-hero__content h4,.m-hero--base.a-fontsize-105px.m-hero--desc-firstbanner>section>div.container .m-hero__content h5,.m-hero--base.a-fontsize-105px.m-hero--desc-firstbanner>section>div.container .m-hero__content h6{font-size:130px;line-height:110px}
}
@media only screen and (max-width:991.98px){.m-hero.m-hero--base.m-hero--medium.m-hero--desc-firstbanner.m-hero--style6.m-hero--content-right>section>div.container .m-hero__content .m-hero__header,.m-hero.m-hero--base.m-hero--medium.m-hero--desc-firstbanner.m-hero--style6.m-hero--content-right>section>div.container .m-hero__content h1,.m-hero.m-hero--base.m-hero--medium.m-hero--desc-firstbanner.m-hero--style6.m-hero--content-right>section>div.container .m-hero__content h2,.m-hero.m-hero--base.m-hero--medium.m-hero--desc-firstbanner.m-hero--style6.m-hero--content-right>section>div.container .m-hero__content h3,.m-hero.m-hero--base.m-hero--medium.m-hero--desc-firstbanner.m-hero--style6.m-hero--content-right>section>div.container .m-hero__content h4,.m-hero.m-hero--base.m-hero--medium.m-hero--desc-firstbanner.m-hero--style6.m-hero--content-right>section>div.container .m-hero__content h5,.m-hero.m-hero--base.m-hero--medium.m-hero--desc-firstbanner.m-hero--style6.m-hero--content-right>section>div.container .m-hero__content h6,.m-hero.m-hero--base.m-hero--medium.m-hero--desc-firstbanner.m-hero--style6.m-hero--content-right>section>div.container .m-hero__content p{color:#fff !important}
.m-hero.m-hero--base.m-hero--medium.m-hero--desc-firstbanner.m-hero--style6.m-hero--content-right>section>div.container .m-hero__content .m-hero__body{margin-top:30px !important;margin-bottom:0 !important}
}
@media only screen and (min-width:992px) and (max-width:1199.98px){.m-hero.m-hero--base.m-hero--medium.m-hero--desc-firstbanner.m-hero--style6.m-hero--content-right>section>div.container .m-hero__content{left:12% !important;transform:translateY(-56%) scale(0.7) !important}
.m-hero.m-hero--base.m-hero--medium.m-hero--desc-firstbanner.m-hero--style6.m-hero--content-right>section>div.container .m-hero__content .m-hero__body{left:-38%;width:800px !important;transform:scale(0.8)}
}
@media only screen and (min-width:992px){.m-hero.m-hero--base.m-hero--medium.m-hero--desc-firstbanner.m-hero--style6.m-hero--content-right>section>div.container .m-hero__content .h2-hero{margin-bottom:30px}
}
@media only screen and (min-width:1200px){.m-hero.m-hero--base.m-hero--medium.m-hero--desc-firstbanner.m-hero--style6.m-hero--content-right>section>div.container .m-hero__content{transform:translateY(-39%) scale(0.7) !important;left:28% !important}
.m-hero.m-hero--base.m-hero--medium.m-hero--desc-firstbanner.m-hero--style6.m-hero--content-right>section>div.container .m-hero__content .m-hero__body{top:auto !important;position:absolute;bottom:-25px;width:800px !important;left:-58%;transform:scale(1.1)}
}
@media(min-width:1900px){.m-hero.m-hero--base.m-hero--medium.m-hero--desc-firstbanner.m-hero--style6.m-hero--content-right>section>div.container .m-hero__content{transform:translateY(-21%) scale(1) !important;left:35% !important;max-width:100%}
}
@media(max-width:991px){.m-hero.m-hero--base.m-hero--short.m-hero--desc-firstbanner.m-hero--style7.m-hero--content-right>section>div.container .m-hero__body p{font-family:BaseFontLight,sans-serif;font-size:7.5px;line-height:10px;color:#5c5c5c}
.m-hero.m-hero--base.m-hero--short.m-hero--desc-firstbanner.m-hero--style7.m-hero--content-right>section>div.container .m-hero__content{background-color:white}
}
@media only screen and (min-width:992px){.m-hero.m-hero--base.m-hero--short.m-hero--desc-firstbanner.m-hero--style7.m-hero--content-right>section>div.container .m-hero__content{left:51%;width:auto;transform:translateY(-50%) scale(0.8)}
.m-hero.m-hero--base.m-hero--short.m-hero--desc-firstbanner.m-hero--style7.m-hero--content-right>section>div.container .m-hero__content .h2-hero{font-family:BaseFontLighter,sans-serif;font-size:18px;line-height:23px;color:white;margin-bottom:30px !important;font-weight:500}
.m-hero.m-hero--base.m-hero--short.m-hero--desc-firstbanner.m-hero--style7.m-hero--content-right>section>div.container .m-hero__content .h2-hero strong{font-family:BaseFontBold,sans-serif}
.m-hero.m-hero--base.m-hero--short.m-hero--desc-firstbanner.m-hero--style7.m-hero--content-right>section>div.container .m-hero__content .m-hero__body{order:2;margin-left:-650px;width:unset;position:unset}
.m-hero.m-hero--base.m-hero--short.m-hero--desc-firstbanner.m-hero--style7.m-hero--content-right>section>div.container .m-hero__content .m-hero__body p{font-family:BaseFontLight,sans-serif;font-size:10px;line-height:12px;color:white;font-weight:400}
}
@media only screen and (max-width:991.98px){.m-hero.m-hero--base.m-hero--short.m-hero--desc-firstbanner.m-hero--style7.m-hero--content-right>section>div.container .m-hero__media{height:305px}
.m-hero.m-hero--base.m-hero--short.m-hero--desc-firstbanner.m-hero--style7.m-hero--content-right>section>div.container .m-hero__media .cmp-image__image{object-position:left !important}
}
@media screen and (min-width:992px) and (max-width:1279px){.m-hero.m-hero--base.m-hero--short.m-hero--desc-firstbanner.m-hero--style7.m-hero--content-right>section>div.container .m-hero__content .h2-hero{font-size:18px;line-height:26px}
}
@media(min-width:767px) and (max-width:992px){.m-hero--base.m-hero--extrashort.m-hero--style2>section>div.container .m-hero__content{padding-bottom:30px !important}
}
@media(min-width:1400px){.m-hero--base,.m-hero--base.m-hero--medium,.m-hero--base.m-hero--short,.m-hero--base.m-hero--extrashort,.m-hero--base.m-hero--extrashort.m-hero--style2.m-hero--content-extraright.m-hero--textarea-width-450px{width:100% !important;height:auto !important;max-height:100% !important;overflow:initial;padding:0;position:relative}
.m-hero--base .container,.m-hero--base.m-hero--medium .container,.m-hero--base.m-hero--short .container,.m-hero--base.m-hero--extrashort .container,.m-hero--base.m-hero--extrashort.m-hero--style2.m-hero--content-extraright.m-hero--textarea-width-450px .container{max-width:100%}
.m-hero--base .m-hero__media,.m-hero--base.m-hero--medium .m-hero__media,.m-hero--base.m-hero--short .m-hero__media,.m-hero--base.m-hero--extrashort .m-hero__media,.m-hero--base.m-hero--extrashort.m-hero--style2.m-hero--content-extraright.m-hero--textarea-width-450px .m-hero__media{position:relative;height:auto}
.m-hero--base .m-hero__media .m-hero__image,.m-hero--base.m-hero--medium .m-hero__media .m-hero__image,.m-hero--base.m-hero--short .m-hero__media .m-hero__image,.m-hero--base.m-hero--extrashort .m-hero__media .m-hero__image,.m-hero--base.m-hero--extrashort.m-hero--style2.m-hero--content-extraright.m-hero--textarea-width-450px .m-hero__media .m-hero__image{position:relative;height:auto}
.m-hero--base .m-hero__media .m-hero__image .cmp-image__image,.m-hero--base.m-hero--medium .m-hero__media .m-hero__image .cmp-image__image,.m-hero--base.m-hero--short .m-hero__media .m-hero__image .cmp-image__image,.m-hero--base.m-hero--extrashort .m-hero__media .m-hero__image .cmp-image__image,.m-hero--base.m-hero--extrashort.m-hero--style2.m-hero--content-extraright.m-hero--textarea-width-450px .m-hero__media .m-hero__image .cmp-image__image{position:relative;height:100%}
}
@media(min-width:992px) and (max-width:1900px){.m-hero.m-hero--base.m-hero--style6.m-hero--content-70>section>div.container .m-hero__content,.m-hero.m-hero--base.m-hero--style7.m-hero--content-70>section>div.container .m-hero__content{transform:translateY(-50%) scale(0.7) !important}
.m-hero.m-hero--base.m-hero--style6.m-hero--content-80>section>div.container .m-hero__content,.m-hero.m-hero--base.m-hero--style7.m-hero--content-80>section>div.container .m-hero__content{transform:translateY(-50%) scale(0.8) !important}
}
@media(min-width:992px) and (max-width:1200px){.m-hero.m-hero--base.m-hero--style6.m-hero--content-70-80>section>div.container .m-hero__content,.m-hero.m-hero--base.m-hero--style7.m-hero--content-70-80>section>div.container .m-hero__content{transform:translateY(-50%) scale(0.7) !important}
}
@media(min-width:1200px) and (max-width:1900px){.m-hero.m-hero--base.m-hero--style6.m-hero--content-70-80>section>div.container .m-hero__content,.m-hero.m-hero--base.m-hero--style7.m-hero--content-70-80>section>div.container .m-hero__content{transform:translateY(-50%) scale(0.8) !important}
}
@media(min-width:767px) and (max-width:992px){.m-hero--base.m-hero--width-70{width:70% !important;margin:auto}
.m-hero--base.m-hero--width-70 .m-hero__media{width:100% !important;min-width:100% !important;margin:auto}
}
@media(max-width:992px){.m-hero--base.m-hero--medium.m-hero--style6{width:100% !important;height:auto !important;max-height:100% !important;overflow:initial;padding:0;position:relative}
.m-hero--base.m-hero--medium.m-hero--style6 .container{max-width:100%}
.m-hero--base.m-hero--medium.m-hero--style6 .m-hero__media{position:relative;height:auto !important}
.m-hero--base.m-hero--medium.m-hero--style6 .m-hero__media .m-hero__image{position:relative;height:auto !important}
.m-hero--base.m-hero--medium.m-hero--style6 .m-hero__media .m-hero__image .cmp-image__image{position:relative;height:100%}
}
@media(min-width:992px){.m-hero--base.m-hero--short.m-hero--style7,.m-hero--base.m-hero--short.m-hero--style2{width:100% !important;height:auto !important;max-height:100% !important;overflow:initial;padding:0;position:relative}
.m-hero--base.m-hero--short.m-hero--style7 .container,.m-hero--base.m-hero--short.m-hero--style2 .container{max-width:100%}
.m-hero--base.m-hero--short.m-hero--style7 .m-hero__media,.m-hero--base.m-hero--short.m-hero--style2 .m-hero__media{position:relative;height:auto !important}
.m-hero--base.m-hero--short.m-hero--style7 .m-hero__media .m-hero__image,.m-hero--base.m-hero--short.m-hero--style2 .m-hero__media .m-hero__image{position:relative;height:auto !important}
.m-hero--base.m-hero--short.m-hero--style7 .m-hero__media .m-hero__image .cmp-image__image,.m-hero--base.m-hero--short.m-hero--style2 .m-hero__media .m-hero__image .cmp-image__image{position:relative;height:100%;object-position:center !important}
}
@media only screen and (min-width:1200px){.m-hero.m-hero--base.m-hero--medium.m-hero--style6.m-hero--content-right.m-hero--content-medium>section>div.container .m-hero__content{left:45% !important}
}
@media(min-width:767px) and (max-width:992px){.m-hero.m-hero--base.m-hero--medium.m-hero--style6.m-hero--content-right.m-hero--content-medium>section>div.container .m-hero__content{left:30% !important}
}
@media(min-width:1900px){.m-hero.m-hero--base.m-hero--medium.m-hero--style6.m-hero--content-right.m-hero--content-medium>section>div.container .m-hero__content{transform:translate(50%,-35%) scale(1) !important}
}
@media only screen and (min-width:992px){.m-hero.m-hero--base.m-hero--medium.m-hero--style6.m-hero--content-right.m-hero--content-medium>section>div.container .m-hero__content{transform:translate(50%,-50%) scale(0.8) !important;width:450px}
.m-hero.m-hero--base.m-hero--medium.m-hero--style6.m-hero--content-right.m-hero--content-medium>section>div.container .m-hero__content .h2-hero{padding:0}
}
@media(min-width:992px) and (max-width:1024px){.m-hero.m-hero--base.m-hero--medium.m-hero--style6.m-hero--content-large.m-hero--content-left .m-hero__content,.m-hero.m-hero--base.m-hero--content-large .m-hero__content{left:-100px !important}
}
@media(min-width:992px) and (max-width:1200px){.m-hero.m-hero--base.m-hero--medium.m-hero--style6.m-hero--content-large.m-hero--content-left .m-hero__content,.m-hero.m-hero--base.m-hero--content-large .m-hero__content{transform:translateY(-50%) scale(0.5) !important;width:57% !important}
}
@media(min-width:1200px){.m-hero.m-hero--base.m-hero--medium.m-hero--style6.m-hero--content-large.m-hero--content-left .m-hero__content,.m-hero.m-hero--base.m-hero--content-large .m-hero__content{transform:translateY(-50%) scale(0.8) !important;width:55% !important}
}
@media only screen and (min-width:712px) and (max-width:991.98px){.m-hero.m-hero--base.m-hero--style7{margin:0 auto 50px !important;overflow-x:hidden;max-width:70%}
}
@media(min-width:1200px){.a-container--banner .m-hero--base.m-hero--style9 .m-hero__content{transform:translateY(-50%) scale(0.8) !important}
}
.o-form-option--base.o-margin-bottom-30px{margin-bottom:30px !important}
.o-form-option--base.o-margin-top-30px{margin-top:30px !important}
.o-form-option--base.o-margin-bottom-20px{margin-bottom:20px !important}
.o-form-option--base.o-margin-bottom-35px{margin-bottom:35px !important}
.o-form-option--base.o-margin-right-30px{margin-right:30px !important}
.o-form-option--base.o-margin-right-0{margin-right:0 !important}
.o-form-option--base.o-padding-bottom-20px{padding-bottom:20px !important}
.o-form-option--base.o-border-purple .a-dropdown__field{--dropdown-field-border:1px solid #4b3661 !important}
.o-form-option--base.o-border-light-blue .a-dropdown__field{--dropdown-field-border:1px solid #1cbfe6 !important}
.o-form-option--base.o-border-nav-blue .a-dropdown__field{--dropdown-field-border:1px solid #004084 !important}
.o-form-option--base.o-border-denim-blue .a-dropdown__field{--dropdown-field-border:1px solid #0262ac !important}
.o-form-option--base.o-label-color-purple .a-input-label{color:#4b3661 !important}
.o-form-option--base.o-label-color-light-blue .a-input-label{color:#1cbfe6 !important}
.o-form-option--base.o-label-color-white .a-input-label{color:#fff !important}
.o-form-option--base.form--checkbox-m-subscribe .a-checkbox__custom{background-color:white !important;border:none !important}
.o-form-option--base.form--checkbox-m-subscribe .checkbox .a-checkbox--default .a-checkbox__label input:checked ~ .a-checkbox__custom{background-color:#0262ac !important}
.o-form-option--base.form--checkbox-m-subscribe .a-checkbox__text{color:white;font-family:BaseFontRegular,sans-serif;font-size:18px;font-style:italic;font-weight:300}
.ensuremxcampaign .ensure-inicio-holder{background:url('../../../../content/dam/an/ensure_mexico/EnsureMXcampaign/images/inicio-bg.png') no-repeat}
.ensuremxcampaign input[type="radio"]{position:absolute}
.ensuremxcampaign .basicContainer{max-width:1200px;width:100%;margin:auto;padding:0 11px}
.ensuremxcampaign .basicContainer .inicio-section .col-lg-12{padding:0}
.ensuremxcampaign .basicContainer .inicio-section .inivio-heading{width:80%;margin:0 auto;margin-top:50px;line-height:15px}
.ensuremxcampaign .basicContainer .inicio-section .inivio-heading h3{text-align:center;font-family:"BasefontBold",sans-serif !important;font-size:34px !important;letter-spacing:0;color:#004084;line-height:39px !important}
.ensuremxcampaign .basicContainer .inicio-section .inicio-formSection{width:100%;margin:0 auto;margin-top:20px;margin-bottom:30px}
.ensuremxcampaign .basicContainer .inicio-section .inicio-formSection .formCTWrap .row{margin-left:0;margin-right:0}
.ensuremxcampaign .basicContainer .inicio-section .inicio-formSection p{margin-bottom:0 !important}
.ensuremxcampaign .basicContainer .inicio-section .inicio-formSection .form-group{margin-bottom:5px}
.ensuremxcampaign .basicContainer .inicio-section .inicio-formSection .form-group.inicio-label label{text-align:left;font-size:18px !important;font-family:"BaseFontLight",sans-serif;letter-spacing:0;color:#004084;margin-bottom:3px}
.ensuremxcampaign .basicContainer .inicio-section .inicio-formSection .form-group.inicio-label input{width:284px;height:40px;background:#fff 0 0 no-repeat padding-box;border:1px solid #004084;border-radius:0;text-align:left;font-family:"BaseFontLight",sans-serif;font-size:18px !important;color:#656565 !important}
.ensuremxcampaign .basicContainer .inicio-section .inicio-formSection .form-group.inicio-label input.inicio_chkBx{text-align:left;font-size:14px !important;font-family:"BaseFontRegular",sans-serif;letter-spacing:0;color:#004084}
.ensuremxcampaign .basicContainer .inicio-section .inicio-formSection .form-group.inicio-label label.invalid-input{color:red;font-size:12px !important;font-family:"BaseFontRegular",sans-serif}
.ensuremxcampaign .basicContainer .inicio-section .inicio-formSection .form-group.inicio-required p{text-align:left;font-family:"BaseFontRegular",sans-serif;font-size:14px !important;letter-spacing:0;color:#004084}
.ensuremxcampaign .basicContainer .inicio-section .inicio-formSection .form-group .custom-checkbox{display:block;position:relative;padding-left:35px;margin-bottom:12px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.ensuremxcampaign .basicContainer .inicio-section .inicio-formSection .form-group .custom-checkbox.inicio-checkbox p{font-size:10px !important;font-family:"BaseFontRegular",sans-serif;line-height:13px;letter-spacing:0;color:#004084}
.ensuremxcampaign .basicContainer .inicio-section .inicio-formSection .form-group .custom-checkbox.inicio-checkbox p a{color:#004084;text-decoration:underline;font-weight:700}
.ensuremxcampaign .basicContainer .inicio-section .inicio-formSection .form-group .custom-checkbox.inicio-checkbox p a:not([href]):not([tabindex]){text-decoration:underline}
.ensuremxcampaign .basicContainer .inicio-section .inicio-formSection .form-group .custom-checkbox input:not(:checked).error ~ .checkmark{border-color:red}
.ensuremxcampaign .basicContainer .inicio-section .inicio-formSection .form-group .custom-checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}
.ensuremxcampaign .basicContainer .inicio-section .inicio-formSection .form-group .custom-checkbox .checkmark{position:absolute;top:0;left:0;height:24px;width:24px;border:1px solid #004084}
.ensuremxcampaign .basicContainer .inicio-section .inicio-formSection .form-group .custom-checkbox .checkmark:after{content:none;position:absolute;left:8px;top:3px;width:6px;height:13px;border:solid #004084;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.ensuremxcampaign .basicContainer .inicio-section .inicio-formSection .form-group .custom-checkbox input.inicio_chkBx:checked ~ .checkmark:after{content:''}
.ensuremxcampaign .basicContainer .inicio-section .inicio-formSection .form-group .custom-checkbox input#inicio-age::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.ensuremxcampaign .basicContainer .inicio-section .inicio-formSection .form-group .custom-checkbox input#inicio-age::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.ensuremxcampaign .basicContainer .inicio-section .inicio-formSection .form-group .custom-checkbox input#inicio-age[type=number]{-moz-appearance:textfield}
.ensuremxcampaign .primary-btn{height:65px;line-height:26px;max-width:100%;min-width:250px;width:auto;overflow:hidden;padding:0 15px;display:inline-block;font-size:18px;border-radius:60px;text-align:center;text-decoration:none;cursor:pointer}
.ensuremxcampaign .miniForm .inicio_chkBx{text-align:left;font-size:14px !important;font-family:"BaseFontRegular",sans-serif;letter-spacing:0;color:#004084}
.ensuremxcampaign .registerWrap .registerCTWrap .formCTWrap .form-group label{color:#004084}
.ensuremxcampaign .tab-section p{text-align:left;font-family:"BasefontBold",sans-serif;font-size:18px !important;letter-spacing:0;color:#818181}
.ensuremxcampaign .form-group.inicio-label{width:100%;margin-bottom:5px}
.ensuremxcampaign .inicio-btnContainer{margin:0 auto}
.ensuremxcampaign .desc-section{margin-top:50px;margin-bottom:30px}
.ensuremxcampaign .desc-section .ensure-inicio-cont p{text-align:left;font-family:"BaseFontMedium",sans-serif;font-size:15px !important;letter-spacing:0;color:#818181;margin-bottom:5px;line-height:20px !important}
.ensuremxcampaign .desc-section img.gif-inicio{width:100%;float:right}
.ensuremxcampaign .tab-desc{margin:0 auto;text-align:center}
.ensuremxcampaign .tab-desc .inicio-horiline{width:80%;height:0;border:3px solid #ffb420}
.ensuremxcampaign .tab-desc p{text-align:left;font-family:"BasefontBold",sans-serif;font-size:18px !important;letter-spacing:0;color:#818181}
.ensuremxcampaign .mini-form{padding:50px 0;background:url('../../../../content/dam/an/ensure_mexico/EnsureMXcampaign/images/form-bg.png') no-repeat;float:left;width:100%}
.ensuremxcampaign .mini-form .form-group.inicio-label{width:auto !important;display:inline-block !important}
.ensuremxcampaign .mini-form .btnCtContainer{margin-top:50px}
.ensuremxcampaign .form-left-cont{text-align:center;font-family:"BasefontBold",sans-serif;font-size:44px !important;color:#004084;line-height:45px !important;padding-top:28px}
.ensuremxcampaign .form-left-cont .yellow-btn{color:#fcbb5f}
.ensuremxcampaign .mini-form-leftcont{padding-right:0}
.ensuremxcampaign .suscribeWrap{margin-top:0}
.ensuremxcampaign .product-result{float:left;width:100%;background:url('../../../../content/dam/an/ensure_mexico/EnsureMXcampaign/images/inicio-bg.png') no-repeat;background-size:cover;padding:1% 0 1% 0;margin:0 0 120px 0;background-color:#fff}
.ensuremxcampaign .product-result .prdContent{width:68%;float:right;text-align:right}
.ensuremxcampaign .product-result .prdContent p.bold-text{font-size:18px;line-height:23px;color:#818181;font-family:"BaseFontLight",sans-serif;text-align:justify}
.ensuremxcampaign .product-result .prdContent p.regular-text{font-size:18px;line-height:23px;color:#818181;font-family:"BaseFontLight",sans-serif;text-align:justify}
.ensuremxcampaign .product-result .prdContent p.small-text{font-size:14px;line-height:18px;color:#818181;float:left;margin-bottom:0;font-family:"BaseFontLight",sans-serif;text-align:justify}
.ensuremxcampaign .product-result .prdContent .productHead h2{font-size:34px;line-height:39px;font-family:"BaseFontMedium",sans-serif;color:#004084;text-align:justify}
.ensuremxcampaign .product-result .prdContent p{color:#262525;font-family:"BaseFontLight",sans-serif;font-size:18px;line-height:23px}
.ensuremxcampaign .product-result .prdContent span{font-family:"BaseFontMedium",sans-serif;color:#004084;font-size:18px}
.ensuremxcampaign .product-result .prdContent .productDesc{padding-top:2%}
.ensuremxcampaign .product-result .prdContent .productBtn{float:right;width:auto;padding:0}
.ensuremxcampaign .product-result .prodImg{width:40%;float:left;margin-left:-8%}
.ensuremxcampaign .product-result .prodImg img{width:100%}
.ensuremxcampaign .product-result .container{width:1364px;margin:0 auto}
.ensuremxcampaign .product-result .container .pdt-details{width:337px;float:right}
.ensuremxcampaign .mini-checkbox{padding-left:15px}
.ensuremxcampaign .mini-req{padding-left:15px}
.ensuremxcampaign #optionsList{float:left;width:100%;background:#fff}
.ensuremxcampaign #optionsList input[type="radio"]{opacity:1;position:static}
.ensuremxcampaign #optionsList label{font-family:"BaseFontRegular",sans-serif;font-size:18px;font-weight:normal;color:#898989}
.ensuremxcampaign #optionsList .image-checkbox{cursor:pointer;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;margin-bottom:0;outline:0}
.ensuremxcampaign #optionsList .image-checkbox input[type="checkbox"]{display:none}
.ensuremxcampaign #optionsList .image-checkbox .breakfast{background:url("../../../../content/dam/an/ensure_mexico/EnsureMXcampaign/images/breakfast.png") no-repeat center;width:100px;height:100px;float:left;min-height:102px}
.ensuremxcampaign #optionsList .image-checkbox .mrgBrk{background:url("../../../../content/dam/an/ensure_mexico/EnsureMXcampaign/images/mrgBrk.png") no-repeat center;width:96px;height:102px;float:left;min-height:102px}
.ensuremxcampaign #optionsList .image-checkbox .lunch{background:url("../../../../content/dam/an/ensure_mexico/EnsureMXcampaign/images/lunch.png") no-repeat center;width:100px;height:94px;float:left;min-height:102px}
.ensuremxcampaign #optionsList .image-checkbox .eveBrk{background:url("../../../../content/dam/an/ensure_mexico/EnsureMXcampaign/images/eveBrk.png") no-repeat center;width:101px;height:100px;float:left;min-height:102px}
.ensuremxcampaign #optionsList .image-checkbox .dinner{background:url("../../../../content/dam/an/ensure_mexico/EnsureMXcampaign/images/dinner.png") no-repeat center;width:100px;height:76px;float:left;min-height:102px}
.ensuremxcampaign #optionsList .image-checkbox .iconCaption{text-align:center;width:100%;float:left;font-size:18px;line-height:40px}
.ensuremxcampaign #optionsList .image-checkbox-checked{border-color:#4783b0}
.ensuremxcampaign #optionsList .image-checkbox-checked .fa{display:block !important}
.ensuremxcampaign #optionsList .eatingHabits img{width:100%}
.ensuremxcampaign #optionsList .eatingHabits .iconOption{float:left;margin-right:3%}
.ensuremxcampaign #optionsList .eatingHabits .headingOption{float:left;width:100%;text-align:center;padding-top:0;padding-bottom:5%}
.ensuremxcampaign #optionsList .eatingHabits .headingOption h2{font-size:34px;font-family:"BaseFontRegular",sans-serif;color:#243c7c;line-height:30px;margin-bottom:0;font-weight:bold}
.ensuremxcampaign #optionsList .eatingHabits .headingOption span{font-size:16px;font-family:"BaseFontRegular",sans-serif;font-style:italic;color:#898989}
.ensuremxcampaign #optionsList .image-checkbox.image-checkbox-checked .breakfast{background:url("../../../../content/dam/an/ensure_mexico/EnsureMXcampaign/images/breakfastActive.png") no-repeat center}
.ensuremxcampaign #optionsList .image-checkbox.image-checkbox-checked .mrgBrk{background:url("../../../../content/dam/an/ensure_mexico/EnsureMXcampaign/images/mrgBrkActive.png") no-repeat center}
.ensuremxcampaign #optionsList .image-checkbox.image-checkbox-checked .lunch{background:url("../../../../content/dam/an/ensure_mexico/EnsureMXcampaign/images/lunchActive.png") no-repeat center}
.ensuremxcampaign #optionsList .image-checkbox.image-checkbox-checked .eveBrk{background:url("../../../../content/dam/an/ensure_mexico/EnsureMXcampaign/images/eveBrkActive.png") no-repeat center}
.ensuremxcampaign #optionsList .image-checkbox.image-checkbox-checked .dinner{background:url("../../../../content/dam/an/ensure_mexico/EnsureMXcampaign/images/dinnerActive.png") no-repeat center}
.ensuremxcampaign #optionsList #firstOption{float:left;width:100%;background:#f7f7f7;padding-top:80px;padding-bottom:80px}
.ensuremxcampaign #optionsList #firstOption .eatingHabits .viewResultbtn{float:left;width:100%;text-align:center;padding-top:8%}
.ensuremxcampaign #optionsList #firstOption .eatingHabits .resultBtn{color:#ffb420;border:5px solid #ffb420;background-color:transparent;line-height:50px}
.ensuremxcampaign #optionsList #firstOption .eatingHabits .resultBtn:hover{color:#fff;border:5px solid #ffb420;background-color:#ffb420}
.ensuremxcampaign #optionsList .allOptions{float:left;width:100%;background:url("../../../../content/dam/an/ensure_mexico/EnsureMXcampaign/images/inicio-bg.png") no-repeat;background-size:cover;padding:5% 0 5% 0}
.ensuremxcampaign #optionsList .allOptions .prdresultBtn{color:#ffb420;border:5px solid #ffb420;background-color:transparent;line-height:50px;float:right;margin:50px 30px 0 0;margin-top:0}
.ensuremxcampaign #optionsList .allOptions .prdresultBtn:hover{color:#fff;border:5px solid #ffb420;background-color:#ffb420}
.ensuremxcampaign #optionsList .allOptions .prodImg{width:40%;float:left;margin-left:-8%}
.ensuremxcampaign #optionsList .allOptions .prodImg img{width:100%}
.ensuremxcampaign #optionsList .allOptions .prodImg .prdresultBtn{margin-top:50px;margin-right:50px}
.ensuremxcampaign #optionsList .allOptions .prdContent{width:68%;float:right;text-align:right}
.ensuremxcampaign #optionsList .allOptions .prdContent .productHead h2{font-size:34px;line-height:39px;font-family:"BaseFontMedium",sans-serif;color:#004084;text-align:justify}
.ensuremxcampaign #optionsList .allOptions .prdContent p{color:#262525;font-family:"BaseFontLighter",sans-serif;font-size:18px;line-height:23px}
.ensuremxcampaign #optionsList .allOptions .prdContent span{font-family:"BaseFontMedium",sans-serif;color:#004084;font-size:18px}
.ensuremxcampaign #optionsList .allOptions .prdContent .productDesc{padding-top:2%}
.ensuremxcampaign #optionsList .allOptions .prdContent p.bold-text{font-size:18px;line-height:23px;color:#818181;font-family:"BaseFontLight",sans-serif;text-align:justify}
.ensuremxcampaign #optionsList .allOptions .prdContent p.regular-text{font-size:18px;line-height:23px;color:#818181;font-family:"BaseFontLight",sans-serif;text-align:justify}
.ensuremxcampaign #optionsList .allOptions .prdContent p.small-text{font-size:14px;line-height:18px;color:#818181;float:left;margin-bottom:0;font-family:"BaseFontLight",sans-serif;text-align:justify}
.ensuremxcampaign #optionsList .allOptions .prdContent .productBtn{float:left;width:100%;padding-top:0}
.ensuremxcampaign a.prdresultBtn.primary-btn{color:#ffb420;border:5px solid #ffb420;background-color:transparent;line-height:50px;float:right;margin:0 30px 0 0}
.ensuremxcampaign #optionsList.activePerson a.prdresultBtn.primary-btn{float:right;margin:90px 30px 0 0;background-color:#fff}
.ensuremxcampaign .container{width:1364px}
.ensuremxcampaign .slider-wrap{margin:0 auto}
.ensuremxcampaign .slider-wrap .image-options{display:table;margin:30px 0}
.ensuremxcampaign .slider-wrap .image-options .options{width:19%;display:table-cell;text-align:center;vertical-align:top;position:relative}
.ensuremxcampaign .slider-wrap .image-options .options .img-wrap{display:inline-block;position:relative;margin:0 5px}
.ensuremxcampaign .slider-wrap .image-options .options .img-wrap .img-overlap{position:absolute;left:0;top:2px;display:none}
.ensuremxcampaign .slider-wrap .image-options .options .slider-dot{position:absolute;bottom:-70px;left:33%;display:none}
.ensuremxcampaign .slider-wrap .image-options .options p.img-caption{font-size:17px !important;font-family:"BasefontBold",sans-serif;text-align:center;margin:25px 0;color:#818181}
.ensuremxcampaign .slider-wrap .image-options .options.active .img-wrap .img-overlap{display:inline}
.ensuremxcampaign .slider-wrap .image-options .options.active .slider-dot{display:inline;z-index:1}
.ensuremxcampaign .slider-wrap p.sec-desc.d-none.d-md-block{line-height:15px !important;margin-top:20px;margin-bottom:60px}
.ensuremxcampaign .desc-blue{text-align:center;font-size:18px !important;line-height:24px;font-family:"BasefontBold",sans-serif;letter-spacing:0;color:#013974;text-transform:uppercase;font-weight:bold}
.ensuremxcampaign .desc-yellow{text-align:center;font-size:18px !important;line-height:24px;font-family:"BasefontBold",sans-serif;color:#ffb420;text-transform:uppercase;font-weight:bold}
.ensuremxcampaign .radio-wrap{margin:0 auto;margin-bottom:73px;margin-bottom:50px;width:100%}
.ensuremxcampaign .radio-wrap .radio-options{margin:0 auto;text-align:center;width:fit-content;position:relative;line-height:20px;height:40px}
.ensuremxcampaign .opt2desc{margin:0 auto;margin-bottom:73px;text-align:center;margin-top:20px;width:100%}
.ensuremxcampaign .reference{text-align:center;font-family:"BaseFontRegular",sans-serif;font-size:11px !important;line-height:15px !important;color:#818181;opacity:1}
.ensuremxcampaign .sec-head{text-align:center;font-size:34px !important;line-height:39px;font-family:"BasefontBold",sans-serif;color:#003b7b;text-transform:uppercase;opacity:1}
.ensuremxcampaign .sec-desc{text-align:center;font-size:18px !important;line-height:39px;font-family:"BasefontBold",sans-serif;color:#818181;opacity:1;font-style:italic}
.ensuremxcampaign .sickness-type{margin-top:28px}
.ensuremxcampaign .sickness-type label.radio-inline{text-align:center}
.ensuremxcampaign .sickness-type .image-options{display:table;margin:0 auto;margin-top:40px}
.ensuremxcampaign .sickness-type .image-options .options{width:24%;display:table-cell;text-align:center;vertical-align:top;position:relative}
.ensuremxcampaign .sickness-type .image-options .options .img-wrap{display:inline-block;position:relative}
.ensuremxcampaign .sickness-type .image-options .options .img-wrap .img-overlap{position:absolute;left:0;top:0;display:none}
.ensuremxcampaign .sickness-type .image-options .options .slider-dot{position:absolute;bottom:-40px;left:33%;display:none}
.ensuremxcampaign .sickness-type .image-options .options p.img-caption{font-size:17px !important;font-family:"BasefontBold",sans-serif;text-align:center;margin:25px 0;color:#818181}
.ensuremxcampaign .sickness-type .image-options .options.active .img-wrap .img-overlap{display:inline}
.ensuremxcampaign .sickness-type .image-options .options.active .slider-dot{display:inline}
.ensuremxcampaign .exercise-type{margin-top:73px}
.ensuremxcampaign .exercise-type .image-options{display:table;margin:0 auto}
.ensuremxcampaign .exercise-type .image-options .options{width:33%;display:table-cell;text-align:center;vertical-align:top;position:relative}
.ensuremxcampaign .exercise-type .image-options .options .img-wrap{display:inline-block;position:relative}
.ensuremxcampaign .exercise-type .image-options .options .img-wrap .img-overlap{position:absolute;left:0;top:2px;display:none}
.ensuremxcampaign .exercise-type .image-options .options .slider-dot{position:absolute;bottom:-40px;left:33%;display:none}
.ensuremxcampaign .exercise-type .image-options .options p.img-caption{font-size:17px;font-weight:bold;text-align:center;margin:25px 0;color:#818181}
.ensuremxcampaign .exercise-type .image-options .options.active .img-wrap .img-overlap{display:inline}
.ensuremxcampaign .exercise-type .image-options .options.active .slider-dot{display:inline}
.ensuremxcampaign .exercise-type label.radio-inline{text-align:center}
.ensuremxcampaign .radio-ques{font-family:"BasefontBold",sans-serif;font-size:18px !important;letter-spacing:0;color:#013974;margin-bottom:28px}
.ensuremxcampaign .radio-options label.radio-inline{margin-right:0;height:40px;float:left}
.ensuremxcampaign .radio-options label.radio-inline span{vertical-align:-webkit-baseline-middle}
.ensuremxcampaign .radio-options label.radio-inline input[type="radio"]{position:relative;border:1px solid #707070;width:20px;height:40px;opacity:1;vertical-align:bottom;left:0;float:left;margin-right:15px;z-index:9}
.ensuremxcampaign .image-options label.radio-inline input[type="radio"]{width:18px;height:18px;z-index:99999999;left:20px;top:-5px;opacity:0}
.ensuremxcampaign label.radio-inline{text-align:left;font-family:"BaseFontMedium",sans-serif;font-size:18px !important;letter-spacing:0;color:#898989}
.ensuremxcampaign .seemoreBtn.primary-btn{width:250px;height:65px;border:5px solid #ffb420 !important;color:#ffb420}
.ensuremxcampaign .seemoreBtn.primary-btn:hover{background-color:#ffb420;color:white}
.ensuremxcampaign .seemoreBtn.primary-btn.resultBtn span span{display:inline-block;padding-top:13px}
.ensuremxcampaign .view-result.d-none{text-align:center}
.ensuremxcampaign .product-leftimg{width:60%;float:right}
.ensuremxcampaign .inicio-radio-section{margin-top:25px}
.ensuremxcampaign .optionlist{float:left;width:100%;background:#fff}
.ensuremxcampaign .level3{float:left;width:100%;background:#fff;margin-bottom:40px}
.ensuremxcampaign .level3 .sec-head{line-height:1}
.ensuremxcampaign .view-result{text-align:center}
.ensuremxcampaign .view-result a{margin:0 auto 80px;display:inline-block}
.ensuremxcampaign .cancerpdt{display:none}
.ensuremxcampaign .pulmonarpdt{display:none}
.ensuremxcampaign .gastropdt{display:none}
.ensuremxcampaign .renalpdt{display:none}
.ensuremxcampaign .cancerpdt.active{display:inline-block}
.ensuremxcampaign .pulmonarpdt.active{display:inline-block}
.ensuremxcampaign .gastropdt.active{display:inline-block}
.ensuremxcampaign .renalpdt.active{display:inline-block}
.ensuremxcampaign .d-md-inline{display:inline !important}
.ensuremxcampaign p.small-text.cancerpdt.active{display:block;clear:left}
.ensuremxcampaign .sick .prodImg{margin-left:-20%}
.ensuremxcampaign .product-result.sick .prdContent .productHead h2{margin-left:-11%;text-align:justify}
.ensuremxcampaign .product-result.sick .prdContent .productDesc p{margin-left:-11%;text-align:justify;font-family:"BaseFontLight",sans-serif;margin-bottom:10px}
.ensuremxcampaign .product-result.surgery .prdContent .productHead h2{margin-left:-11%;text-align:justify}
.ensuremxcampaign .product-result.surgery .prdContent .productDesc p{margin-left:-11%;text-align:justify;font-family:"BaseFontLight",sans-serif;margin-bottom:10px}
.ensuremxcampaign .product-result.surgery .prodImg{margin-left:-20%;margin-top:3%}
.ensuremxcampaign .product-result.pregnancy .prdContent .productHead h2{margin-left:-11%;text-align:justify}
.ensuremxcampaign .product-result.pregnancy .prdContent .productDesc p{margin-left:-11%;text-align:justify;font-family:"BaseFontLight",sans-serif;margin-bottom:10px}
.ensuremxcampaign .product-result.pregnancy .prodImg{margin-left:-20%;margin-top:3%}
.ensuremxcampaign .bannerTextBlock{display:flex;flex-direction:column}
.ensuremxcampaign .bannerTitle{order:1}
.ensuremxcampaign .bannerButton{order:3}
.ensuremxcampaign .footNote-txt{order:2}
.ensuremxcampaign h1{font-size:30px !important;color:#fff !important;line-height:40px !important;text-transform:uppercase;margin-bottom:0}
.ensuremxcampaign .col-lg-5{flex:0 0 48%;max-width:48%}
.ensuremxcampaign .registration{display:none}
.ensuremxcampaign p.footNote-txt{color:#dfdfdf}
.ensuremxcampaign .bannerCarouselWrap .one-padding{margin-bottom:0}
.ensuremxcampaign .inivio-heading{margin-top:0}
.ensuremxcampaign .inicio-formSection .form-group:nth-child(7) .inicio-checkbox p{position:relative;top:5px}
.ensuremxcampaign #optionsList .allOptions.fiveOptions .prdresultBtn{margin:0}
.ensuremxcampaign .radio-options label.radio-inline:nth-child(2){padding:0}
.ensuremxcampaign .form-group{margin-bottom:15px}
.ensuremxcampaign .slider-stroke{position:relative;height:10px;background:#b7b7b7;box-shadow:0 3px 6px #00000029;border-radius:60px;margin-bottom:126px}
.ensuremxcampaign .slider-stroke .slider-dot{position:absolute;left:15px;bottom:-30px}
.ensuremxcampaign .inicio-formSection .form-group{margin-bottom:15px !important}
@media(min-width:992px){.ensuremxcampaign .registerWrap{margin-top:0}
}
@media(min-width:769px){.ensuremxcampaign .radio-wrap .radio-options{width:70%}
}
@media only screen and (max-width:991.98px){.a-container--ensuremxcampaign .m-hero--base.m-hero--tall{max-width:none;width:100%;height:auto}
.a-container--ensuremxcampaign .m-hero--base.m-hero--tall .m-hero__media{height:auto}
}
@media(max-width:767px){.a-container--ensuremxcampaign .m-hero--base.m-hero--tall{max-width:100%;width:100%;height:100%;min-height:600px !important;overflow:auto}
.a-container--ensuremxcampaign .m-hero--base.m-hero--tall .m-hero__media{max-width:100%}
.a-container--ensuremxcampaign .m-hero--base.m-hero--tall .m-hero__media .m-hero__image img{object-fit:fill;height:600px}
.a-container--ensuremxcampaign .ensuremxcampaign .col-lg-5{max-width:100%;flex:0 0 100%}
.a-container--ensuremxcampaign .ensuremxcampaign .basicContainer{padding:0 35px}
.a-container--ensuremxcampaign .ensuremxcampaign .basicContainer .inicio-section .inivio-heading{width:100%;margin-top:0}
.a-container--ensuremxcampaign .ensuremxcampaign .basicContainer .inicio-section .inivio-heading h3{font-size:18px !important;line-height:20px !important;margin-top:30px}
.a-container--ensuremxcampaign .ensuremxcampaign .basicContainer .inicio-section .inicio-formSection{width:100%;text-align:center;margin-left:0;margin-right:0;margin-top:15px}
.a-container--ensuremxcampaign .ensuremxcampaign .basicContainer .inicio-section .inicio-formSection .form-group{text-align:left}
.a-container--ensuremxcampaign .ensuremxcampaign .basicContainer .inicio-section .inicio-formSection .form-group.inicio-label label{font-size:12px !important;padding-left:0;margin-bottom:2px}
.a-container--ensuremxcampaign .ensuremxcampaign .basicContainer .inicio-section .inicio-formSection .form-group.inicio-label input{width:100%;margin:0 auto;color:#707070;font-size:12px !important;margin-left:0}
.a-container--ensuremxcampaign .ensuremxcampaign .basicContainer .inicio-section .inicio-formSection .form-group.inicio-required{margin-bottom:35px}
.a-container--ensuremxcampaign .ensuremxcampaign .basicContainer .inicio-section .inicio-formSection .form-group.inicio-required p{font-size:12px !important;margin-left:50px}
.a-container--ensuremxcampaign .ensuremxcampaign .radio-options label.radio-inline:nth-child(2){padding:0 15px}
.a-container--ensuremxcampaign .ensuremxcampaign #firstOption{margin-top:10px}
.a-container--ensuremxcampaign .ensuremxcampaign .sec-desc.d-none.d-xs-block{line-height:20px;display:block !important}
.a-container--ensuremxcampaign .ensuremxcampaign .product-result.sick .prdContent .productHead h2{margin-left:0}
.a-container--ensuremxcampaign .ensuremxcampaign .sickness-type{margin-top:0}
.a-container--ensuremxcampaign .ensuremxcampaign .sickness-type .image-options{display:block;margin-top:50px}
.a-container--ensuremxcampaign .ensuremxcampaign .sickness-type .image-options .options{display:inline-block;width:auto;padding-left:5px;padding-right:15px}
.a-container--ensuremxcampaign .ensuremxcampaign .sickness-type .image-options .options .img-wrap .img-overlap{position:absolute;left:5px;top:0;display:none}
.a-container--ensuremxcampaign .ensuremxcampaign .sickness-type .image-options .options p.img-caption{font-size:15px !important}
.a-container--ensuremxcampaign .ensuremxcampaign .sickness-type .image-options .options.col-6{width:50%;float:left;padding-left:15px}
.a-container--ensuremxcampaign .ensuremxcampaign .sickness-type img{width:90%}
.a-container--ensuremxcampaign .ensuremxcampaign .empty-inicio{display:none}
.a-container--ensuremxcampaign .ensuremxcampaign .ensure-inicio-holder{background:0}
.a-container--ensuremxcampaign .ensuremxcampaign .mini-form{background:0}
.a-container--ensuremxcampaign .ensuremxcampaign .mini-form .btnCtContainer{text-align:center}
.a-container--ensuremxcampaign .ensuremxcampaign .mini-form p.form-left-cont{padding-top:0}
.a-container--ensuremxcampaign .ensuremxcampaign .mini-form-cont .inicio-label input{margin-left:50px}
.a-container--ensuremxcampaign .ensuremxcampaign .desc-section{margin-top:10px;text-align:center}
.a-container--ensuremxcampaign .ensuremxcampaign .desc-section .ensure-inicio-cont{margin-top:30px}
.a-container--ensuremxcampaign .ensuremxcampaign .desc-section .ensure-inicio-cont p{font-size:13px !important;line-height:28px !important;color:#818181;text-align:center}
.a-container--ensuremxcampaign .ensuremxcampaign .desc-section .ensure-inicio-cont p:last-child{line-height:18px !important}
.a-container--ensuremxcampaign .ensuremxcampaign .desc-section img.gif-inicio{max-width:100%;float:none;width:auto}
.a-container--ensuremxcampaign .ensuremxcampaign .desc-section>.row{flex-direction:column-reverse}
.a-container--ensuremxcampaign .ensuremxcampaign .form-left-cont{font-size:18px !important;line-height:20px !important}
.a-container--ensuremxcampaign .ensuremxcampaign .tab-desc p{text-align:center;padding:30px 0;font-size:14px !important;line-height:20px !important;padding-top:0}
.a-container--ensuremxcampaign .ensuremxcampaign .tab-desc hr.inicio-horiline:first-child{display:none}
.a-container--ensuremxcampaign .ensuremxcampaign p.radio-ques{margin-bottom:35px;font-size:18px !important}
.a-container--ensuremxcampaign .ensuremxcampaign .radio-options label.radio-inline{font-size:18px !important;line-height:23px !important;margin-right:0;font-family:"BaseFontLight",sans-serif}
.a-container--ensuremxcampaign .ensuremxcampaign .radio-wrap .radio-options{padding:0;margin:0;width:100%;display:block}
.a-container--ensuremxcampaign .ensuremxcampaign #optionsList .eatingHabits .iconOption{width:50%;margin-right:0}
.a-container--ensuremxcampaign .ensuremxcampaign #optionsList .image-checkbox{width:100%}
.a-container--ensuremxcampaign .ensuremxcampaign #optionsList .image-checkbox .breakfast{width:100%}
.a-container--ensuremxcampaign .ensuremxcampaign #optionsList .image-checkbox .mrgBrk{width:100%}
.a-container--ensuremxcampaign .ensuremxcampaign #optionsList .image-checkbox .lunch{width:100%}
.a-container--ensuremxcampaign .ensuremxcampaign #optionsList .image-checkbox .eveBrk{width:100%}
.a-container--ensuremxcampaign .ensuremxcampaign #optionsList .image-checkbox .dinner{width:100%}
.a-container--ensuremxcampaign .ensuremxcampaign #optionsList .allOptions{background:0}
.a-container--ensuremxcampaign .ensuremxcampaign #optionsList .allOptions .prodImg{width:100%;text-align:center;margin-left:0}
.a-container--ensuremxcampaign .ensuremxcampaign #optionsList .allOptions .prdContent{width:100%;text-align:left}
.a-container--ensuremxcampaign .ensuremxcampaign #optionsList .allOptions .prdContent .productHead h2{font-size:25px;line-height:30px}
.a-container--ensuremxcampaign .ensuremxcampaign #optionsList .allOptions .prdContent .productBtn{text-align:center}
.a-container--ensuremxcampaign .ensuremxcampaign .slider-wrap .image-options{margin-top:50px}
.a-container--ensuremxcampaign .ensuremxcampaign .slider-wrap .image-options .options{width:50%;display:inline-block;padding-right:10px}
.a-container--ensuremxcampaign .ensuremxcampaign .slider-wrap .image-options .options label.radio-inline{text-align:center}
.a-container--ensuremxcampaign .ensuremxcampaign .slider-wrap .image-options .options p.img-caption{margin:15px auto 25px;font-size:15px !important;width:auto}
.a-container--ensuremxcampaign .ensuremxcampaign .slider-wrap .image-options .options .slider-dot{display:none}
.a-container--ensuremxcampaign .ensuremxcampaign .slider-wrap .image-options .options .img-wrap{display:block}
.a-container--ensuremxcampaign .ensuremxcampaign .slider-wrap .image-options .options .img-wrap img{width:auto !important;max-width:100% !important}
.a-container--ensuremxcampaign .ensuremxcampaign .slider-wrap .image-options .options.active .slider-dot{display:none}
.a-container--ensuremxcampaign .ensuremxcampaign .slider-stroke{display:none}
.a-container--ensuremxcampaign .ensuremxcampaign .inicio-radio-section{margin-top:10px}
.a-container--ensuremxcampaign .ensuremxcampaign p.sec-head{font-size:18px !important;margin-top:40px}
.a-container--ensuremxcampaign .ensuremxcampaign .level3 p.sec-head{margin-top:0;margin-bottom:10px}
.a-container--ensuremxcampaign .ensuremxcampaign .level3 .basicContainer{padding:0}
.a-container--ensuremxcampaign .ensuremxcampaign p.sec-desc{font-size:14px !important}
.a-container--ensuremxcampaign .ensuremxcampaign .optionlist .basicContainer{padding:0}
.a-container--ensuremxcampaign .ensuremxcampaign .nopadd-mob{padding-left:0;padding-right:0}
.a-container--ensuremxcampaign .ensuremxcampaign .exercise-type{margin-top:0}
.a-container--ensuremxcampaign .ensuremxcampaign .exercise-type .image-options{display:block;margin-top:50px}
.a-container--ensuremxcampaign .ensuremxcampaign .exercise-type .image-options .options{display:inline-block;width:auto;padding-left:5px;padding-right:15px;float:left}
.a-container--ensuremxcampaign .ensuremxcampaign .exercise-type .image-options .options p.img-caption{font-size:15px !important}
.a-container--ensuremxcampaign .ensuremxcampaign .exercise-type .options label.radio-inline{text-align:center}
.a-container--ensuremxcampaign .ensuremxcampaign .product-result{background:none !important;margin-bottom:20px}
.a-container--ensuremxcampaign .ensuremxcampaign .product-result.sick .prdContent .productDesc p{margin-left:0}
.a-container--ensuremxcampaign .ensuremxcampaign .product-result.surgery .prdContent .productHead h2,.a-container--ensuremxcampaign .ensuremxcampaign .product-result.surgery .prdContent .productDesc p{margin-left:0}
.a-container--ensuremxcampaign .ensuremxcampaign .product-result .prodImg{width:100%;margin:0 auto 30px}
.a-container--ensuremxcampaign .ensuremxcampaign .product-result .prdContent{width:100%;float:left;text-align:center;padding-left:10px;padding-right:10px}
.a-container--ensuremxcampaign .ensuremxcampaign .product-result .prdContent .productHead h2{font-size:23px !important;line-height:26px}
.a-container--ensuremxcampaign .ensuremxcampaign .product-result .prdContent .productBtn{float:none}
.a-container--ensuremxcampaign .ensuremxcampaign .opt2desc{display:none}
.a-container--ensuremxcampaign .ensuremxcampaign a.prdresultBtn.primary-btn{margin:30px 0;float:none}
.a-container--ensuremxcampaign .ensuremxcampaign .activePerson .productBtn.d-xs-block a.prdresultBtn.primary-btn{margin:30px 0;float:none}
.a-container--ensuremxcampaign .ensuremxcampaign .d-none.d-md-inline{display:none !important}
.a-container--ensuremxcampaign .ensuremxcampaign .d-xs-block{display:block !important}
.a-container--ensuremxcampaign .ensuremxcampaign .d-xs-inline{display:inline !important}
.a-container--ensuremxcampaign .ensuremxcampaign .product-result.pregnancy .prdContent .productHead h2,.a-container--ensuremxcampaign .ensuremxcampaign .product-result.pregnancy .prdContent .productDesc p{margin-left:0}
.a-container--ensuremxcampaign .ensuremxcampaign .view-result a{margin-bottom:50px}
}
@media(max-width:500px){.a-container--ensuremxcampaign .m-hero--base.m-hero--tall{min-height:350px !important}
.a-container--ensuremxcampaign .m-hero--base.m-hero--tall .m-hero__media .m-hero__image img{height:350px}
}
@media only screen and (min-width:480px) and (max-width:736px) and (orientation:landscape){.a-container--ensuremxcampaign .ensuremxcampaign .basicContainer .inicio-label label{padding-left:0}
.a-container--ensuremxcampaign .ensuremxcampaign .basicContainer .inicio-label input{width:100%;margin-left:0}
.a-container--ensuremxcampaign .ensuremxcampaign .slider-wrap .image-options .options .img-wrap img{width:auto}
.a-container--ensuremxcampaign .ensuremxcampaign .slider-wrap .image-options .options p.img-caption{margin:15px 15px 25px}
.a-container--ensuremxcampaign .ensuremxcampaign .slider-wrap .image-options .options .img-wrap .img-overlap{left:30px}
.a-container--ensuremxcampaign .ensuremxcampaign .desc-section{text-align:center}
.a-container--ensuremxcampaign .ensuremxcampaign .desc-section img.gif-inicio{width:auto;float:none;margin:0 auto}
}
@media(min-width:768px){.a-container--ensuremxcampaign .ensuremxcampaign .slider-wrap .image-options .options .img-caption{min-height:100px !important}
}
@media(min-width:768px) and (max-width:1024px){.a-container--ensuremxcampaign .ensuremxcampaign .slider-wrap .image-options .options{display:inline-block;width:20%}
}
@media only screen and (max-width:736px) and (min-width:480px) and (orientation:landscape){.a-container--ensuremxcampaign .ensuremxcampaign .slider-wrap .image-options .options .img-wrap img{width:auto}
}
@media(min-width:768px) and (max-width:1024px){.a-container--ensuremxcampaign .ensuremxcampaign .slider-wrap .image-options .options .img-wrap img{width:100%}
}
@media only screen and (max-width:767px) and (min-width:360px) and (orientation:landscape){.a-container--ensuremxcampaign .ensuremxcampaign .slider-wrap .image-options .options.active .img-wrap .img-overlap{right:0 !important;left:0 !important;margin:0 auto !important}
}
@media(min-width:768px) and (max-width:1024px){.a-container--ensuremxcampaign .ensuremxcampaign .slider-wrap .image-options .options.active .slider-dot{bottom:-70px}
}
@media(min-width:992px) and (max-width:1024px){.a-container--ensuremxcampaign .ensuremxcampaign .slider-stroke{margin:0 auto 50px}
}
@media(max-width:991px){.a-container--ensuremxcampaign .ensuremxcampaign .slider-stroke{margin:0 0 30px}
}
@media only screen and (max-width:736px) and (min-width:480px) and (orientation:landscape){.a-container--ensuremxcampaign .ensuremxcampaign .desc-section img.gif-inicio{width:auto;float:none;margin:0 auto;display:block}
}
@media(min-width:768px) and (max-width:991px){.a-container--ensuremxcampaign .ensuremxcampaign .product-result .prodImg{margin-left:-5% !important}
}
@media(min-width:768px) and (max-width:1024px) and (orientation:landscape){.a-container--ensuremxcampaign .ensuremxcampaign .product-result .prodImg{margin-left:-10% !important}
}
@media only screen and (max-width:736px) and (min-width:480px) and (orientation:landscape){.a-container--ensuremxcampaign .ensuremxcampaign .product-result .prodImg img{width:50%;margin:0 auto;position:relative;left:23%}
}
@media(min-width:768px) and (max-width:991px){.a-container--ensuremxcampaign .ensuremxcampaign .product-result .prdresultBtn{margin:50px auto 0}
}
@media(min-width:768px) and (max-width:1024px){.a-container--ensuremxcampaign .ensuremxcampaign .product-result .prdContent{width:58%}
}
@media(min-width:768px) and (max-width:1024px){.a-container--ensuremxcampaign .ensuremxcampaign #optionsList .allOptions .prodImg{margin-left:0}
}
@media only screen and (max-width:736px) and (min-width:480px) and (orientation:landscape){.a-container--ensuremxcampaign .ensuremxcampaign #optionsList .allOptions .prodImg img{width:auto}
}
@media(min-width:768px) and (max-width:1024px){.a-container--ensuremxcampaign .ensuremxcampaign #optionsList .allOptions .prdContent{width:58%}
}
@media(min-width:768px) and (max-width:1024px){.a-container--ensuremxcampaign .ensuremxcampaign .sick .prodImg{margin-left:-5%}
}
@media(min-width:768px) and (max-width:991px){.a-container--ensuremxcampaign .ensuremxcampaign label.radio-inline span br{display:none}
}
@media(min-width:768px) and (max-width:1024px){.a-container--ensuremxcampaign .ensuremxcampaign .ensure-inicio-holder{background-size:contain}
}
@media(min-width:768px) and (max-width:1024px){.a-container--ensuremxcampaign .ensuremxcampaign .optionlist .row>div{width:100%}
}
@media only screen and (max-width:736px) and (min-width:480px) and (orientation:landscape){.a-container--ensuremxcampaign .ensuremxcampaign .exercise-type .image-options .options{width:33.33%}
}
.a-container--ensuremxcampaign .cmp-experiencefragment--forms{display:none}
.a-container--ensuremxcampaign .a-container--base.a-container--1200px-fixed .cmp-container .o-form-container__wrapper .container .o-form-container__element .o-form-container__main-form .a-container__row{padding-left:0;padding-right:0}
.a-container--ensuremxcampaign .a-container--base.a-container--1200px-fixed .cmp-container .o-form-container__wrapper .container .o-form-container__element .o-form-container__main-form .a-container__row .cmp-container{background-image:none !important}
.a-container--ensuremxcampaign .a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround,.a-container--ensuremxcampaign .a-container--form-v1{max-width:1200px}
.a-container--ensuremxcampaign .a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row,.a-container--ensuremxcampaign .a-container--form-v1 .a-container__row{display:flex;justify-content:center}
.a-container--ensuremxcampaign .a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .a-container__content,.a-container--ensuremxcampaign .a-container--form-v1 .a-container__row .a-container__content{flex:0 0 57%;max-width:57%;margin-bottom:50px}
.a-container--ensuremxcampaign .a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .a-container__content .cmp-container .button button[disabled="disabled"],.a-container--ensuremxcampaign .a-container--form-v1 .a-container__row .a-container__content .cmp-container .button button[disabled="disabled"],.a-container--ensuremxcampaign .a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .a-container__content .cmp-container .button button:disabled,.a-container--ensuremxcampaign .a-container--form-v1 .a-container__row .a-container__content .cmp-container .button button:disabled{background-color:transparent !important;color:unset}
.a-container--ensuremxcampaign .a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .a-container__media,.a-container--ensuremxcampaign .a-container--form-v1 .a-container__row .a-container__media{border-radius:20px;overflow:hidden}
.a-container--ensuremxcampaign .a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .title.a-title--base,.a-container--ensuremxcampaign .a-container--form-v1 .a-container__row .title.a-title--base{padding:20px 0;margin-bottom:0 !important;margin-top:0 !important}
.a-container--ensuremxcampaign .a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .title.a-title--base .cmp-title h1,.a-container--ensuremxcampaign .a-container--form-v1 .a-container__row .title.a-title--base .cmp-title h1{display:none}
.a-container--ensuremxcampaign .a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .title.a-title--base:first-child,.a-container--ensuremxcampaign .a-container--form-v1 .a-container__row .title.a-title--base:first-child{padding-top:50px}
.a-container--ensuremxcampaign .a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .options,.a-container--ensuremxcampaign .a-container--form-v1 .a-container__row .options{margin:0 !important}
.a-container--ensuremxcampaign .a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .options.form--checkbox-p .checkbox .a-checkbox--default .a-checkbox__label input:checked ~ .a-checkbox__custom,.a-container--ensuremxcampaign .a-container--form-v1 .a-container__row .options.form--checkbox-p .checkbox .a-checkbox--default .a-checkbox__label input:checked ~ .a-checkbox__custom{background-color:#4b3661 !important}
.a-container--ensuremxcampaign .a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .options .checkbox .a-checkbox-label,.a-container--ensuremxcampaign .a-container--form-v1 .a-container__row .options .checkbox .a-checkbox-label{display:none}
.a-container--ensuremxcampaign .a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .options .checkbox .a-checkbox--default,.a-container--ensuremxcampaign .a-container--form-v1 .a-container__row .options .checkbox .a-checkbox--default{margin-bottom:8px;padding-right:0}
.a-container--ensuremxcampaign .a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .options .checkbox .a-checkbox--default .a-checkbox__label .a-checkbox__text,.a-container--ensuremxcampaign .a-container--form-v1 .a-container__row .options .checkbox .a-checkbox--default .a-checkbox__label .a-checkbox__text{line-height:18px;font-size:14px;margin-bottom:0;color:#004084;font-family:"BaseFontLight",sans-serif;font-weight:400}
.a-container--ensuremxcampaign .a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .options .checkbox .a-checkbox--default .a-checkbox__label .a-checkbox__text a,.a-container--ensuremxcampaign .a-container--form-v1 .a-container__row .options .checkbox .a-checkbox--default .a-checkbox__label .a-checkbox__text a{font-weight:bold;text-decoration:underline;font-family:"BaseFontRegular",sans-serif;color:#004084}
.a-container--ensuremxcampaign .a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .options .checkbox .a-checkbox--default .a-checkbox__label .a-checkbox__custom,.a-container--ensuremxcampaign .a-container--form-v1 .a-container__row .options .checkbox .a-checkbox--default .a-checkbox__label .a-checkbox__custom{background-color:#fff;border:1px solid #004084;height:24px;width:24px;border-radius:unset;outline:0}
.a-container--ensuremxcampaign .a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .options .checkbox .a-checkbox--default .a-checkbox__label .a-checkbox__custom:after,.a-container--ensuremxcampaign .a-container--form-v1 .a-container__row .options .checkbox .a-checkbox--default .a-checkbox__label .a-checkbox__custom:after{left:8px;top:3px;width:6px;height:13px;outline:0}
.a-container--ensuremxcampaign .a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .options .checkbox .a-checkbox--default .a-checkbox__label .a-checkbox__custom:hover,.a-container--ensuremxcampaign .a-container--form-v1 .a-container__row .options .checkbox .a-checkbox--default .a-checkbox__label .a-checkbox__custom:hover{cursor:pointer;outline:0}
.a-container--ensuremxcampaign .a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .options .checkbox .a-checkbox--default .a-checkbox__label input:checked ~ .a-checkbox__custom,.a-container--ensuremxcampaign .a-container--form-v1 .a-container__row .options .checkbox .a-checkbox--default .a-checkbox__label input:checked ~ .a-checkbox__custom{background-color:#004084 !important;outline:0}
.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form{margin-top:0 !important;margin-bottom:0 !important}
.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form .container .row .columncontrol__column:last-child .fields.text .form-group{display:flex;flex-direction:column}
.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form .container .row .columncontrol__column:last-child .fields.text .form-group .a-input-field--text-help{font-size:10px;line-height:normal;list-style:none;display:flex;order:2}
.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form .container .row .columncontrol__column:last-child .fields.text .form-group .a-input-field--text-error{order:1;font-family:"BaseFontRegular",sans-serif;font-size:12px;font-weight:400;line-height:18px;color:red}
.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form .container .row .columncontrol__column:last-child .fields.text .form-group .a-input-field--text-require{font-family:"BaseFontRegular",sans-serif;font-size:12px;font-weight:400;line-height:18px;color:red}
.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form .container .row .columncontrol__column:first-child .fields.text .form-group{display:flex;flex-direction:column}
.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form .container .row .columncontrol__column:first-child .fields.text .form-group .a-input-field--text-help{font-size:14px;line-height:23px;display:flex;order:2}
.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form .container .row .columncontrol__column:first-child .fields.text .form-group .a-input-field--text-error{order:1;font-family:"BaseFontRegular",sans-serif;font-size:12px;font-weight:400;line-height:18px}
.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form .container .row .columncontrol__column:first-child .fields.text .form-group .a-input-field--text-regex{color:red}
.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form .container .row .columncontrol__column .fields.text{margin:0;margin-bottom:22px}
.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form .container .row .columncontrol__column .fields.text .form-group .a-input-label{color:#004084;font-family:"BaseFontLight",sans-serif;font-size:18px;line-height:27px;margin-bottom:0}
.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form .container .row .columncontrol__column .fields.text .form-group .a-input-field--text-help{color:#004084;font-family:"BaseFontLight",sans-serif}
.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form .container .row .columncontrol__column .fields.text .form-group .a-input-field--text-error,.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form .container .row .columncontrol__column .fields.text .form-group .a-input-field--text-require,.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form .container .row .columncontrol__column .fields.text .form-group .a-input-field--text-regex{font-family:"BaseFontRegular",sans-serif;font-size:12px;font-weight:400;line-height:18px;color:red}
.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form .container .row .columncontrol__column .fields.text .form-group .a-input-grp .a-input-control{border:0;height:40px;border-radius:0;width:100%;padding:.375rem .75rem;color:#495057;background-color:#fff;background-clip:padding-box;margin:0;font-family:"BaseFontLight",sans-serif;font-size:18px;line-height:27px}
.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field{margin-bottom:16px}
.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__title{color:#004084;font-family:"BaseFontLight",sans-serif;font-size:18px;line-height:27px;margin-bottom:0}
.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__field:after{color:#707070;opacity:.5;font-size:14px;line-height:1}
.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__field{height:40px;border-radius:unset;padding:0 12px;max-height:40px}
.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__field .a-dropdown__placeholder,.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__field .a-dropdown-selected{border:0;height:40px;border-radius:0;width:100%;color:#495057;font-family:"BaseFontLight",sans-serif;font-size:18px;line-height:27px;display:flex;align-items:center}
.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__field ul.a-dropdown__menu{border:1px solid #495057;border-radius:unset}
.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__field ul.a-dropdown__menu li{border-bottom:unset;display:flex;align-items:center}
.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__field ul.a-dropdown__menu li span{font-family:"BaseFontLight",sans-serif;font-size:18px;line-height:27px;padding:0 12px;height:auto;color:#495057}
.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__field ul.a-dropdown__menu li.selected{background-color:dodgerblue}
.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__field ul.a-dropdown__menu li.selected span{color:white}
.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__field ul.a-dropdown__menu li:hover{background-color:dodgerblue;cursor:pointer}
.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form .container .row .columncontrol__column .drop-down .a-dropdown.a-input-field .a-dropdown__field ul.a-dropdown__menu li:hover span{color:white}
.a-container--ensuremxcampaign .m-hero--base.m-hero--tall .m-hero__content{display:none}
.a-container--ensuremxcampaign .embed{margin:0}
.a-container--ensuremxcampaign .a-text--base.a-text--o-on-center{margin-top:40px;padding-bottom:40px}
.a-container--ensuremxcampaign .a-text--base.a-text--o-on-center .cmp-text{position:relative}
.a-container--ensuremxcampaign .a-text--base.a-text--o-on-center .cmp-text span{color:#004084;background-color:#f8f8f8;position:absolute;padding:0 20px;left:50%;transform:translate(-50%,-50%);top:0;font-family:"BaseFontLight",sans-serif;font-size:24px;line-height:36px}
.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form:nth-child(4) .container .row .columncontrol__column .fields.text .form-group.validation-error .a-input-field--text-error{visibility:visible;display:flex}
.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form:nth-child(4) .container .row .columncontrol__column .fields.text .form-group.validation-require .a-input-field--text-error,.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form:nth-child(4) .container .row .columncontrol__column .fields.text .form-group.validation-require .a-input-field--text-regex{display:none}
.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form:nth-child(4) .container .row .columncontrol__column .fields.text .form-group.validation-regex .a-input-field--text-error,.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form:nth-child(4) .container .row .columncontrol__column .fields.text .form-group.validation-regex .a-input-field--text-require{display:none}
.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form:nth-child(4) .container .row .columncontrol__column .fields.text .form-group.validation-regex .a-input-field--text-regex{display:flex;visibility:visible;color:red}
.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form:nth-child(4) .container .row .columncontrol__column .fields.text .form-group .a-input-field--text-error{display:flex;visibility:hidden}
.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form:nth-child(4) .container .row .columncontrol__column .fields.text .form-group .a-input-field--text-regex{display:none}
.a-container--ensuremxcampaign .a-column-control--base.a-column-control--form:nth-child(4) .container .row .columncontrol__column .fields.text .form-group .a-input-field--text-help{margin-top:unset}
.checkbox.validation-require .checkbox--text-require{padding-left:30px;padding-right:30px}
.a-container--1200px-fixed{max-width:1200px;width:100%;margin-top:30px !important;margin-bottom:30px !important;padding-left:0;padding-right:0}
.a-container--1200px-fixed .container{max-width:1200px;width:100%;margin:auto;padding-left:0;padding-right:0}
.o-form-container__main-form .a-container__row{padding:0 20px}
.o-form-container__main-form .a-container__row .options{margin-top:0 !important;margin-bottom:0 !important}
.o-form-container__main-form .a-container__row .a-column-control--form .container .row .columncontrol__column .form-group.a-form-grp .a-input-date-group{margin-bottom:1px}
.o-form-container__main-form .options.o-form-option--base.form--checkbox .checkbox .a-checkbox.a-checkbox--vertical.a-checkbox--default .a-checkbox__label{margin-bottom:0}
.o-form-container__main-form .options.o-form-option--base.form--checkbox .checkbox .a-checkbox.a-checkbox--vertical.a-checkbox--default .a-checkbox__label .a-checkbox__custom,.o-form-container__main-form .options.o-form-option--base.form--checkbox .checkbox .a-checkbox.a-checkbox--vertical.a-checkbox--default .a-checkbox__label .a-checkbox__custom:hover,.o-form-container__main-form .options.o-form-option--base.form--checkbox .checkbox .a-checkbox.a-checkbox--vertical.a-checkbox--default .a-checkbox__label .a-checkbox__custom:active{outline:0}
.o-form-container__main-form .options.o-form-option--base.form--checkbox .checkbox .checkbox--text-require{margin-top:auto;color:red;font-family:"BaseFontRegular",sans-serif;line-height:18px}
.a-container--form-v1 .a-container__row{display:flex;justify-content:center}
.a-container--form-v1 .a-container__row .a-container__content{flex:0 0 57%;max-width:57%}
.a-container--form-v1 .a-container__row .a-container__content .cmp-container .button{margin-bottom:50px;margin-top:22px}
.a-container--form-v1 .a-container__row .a-container__content .cmp-container .button button[disabled="disabled"],.a-container--form-v1 .a-container__row .a-container__content .cmp-container .button button:disabled{background-color:transparent !important;color:unset}
.a-container--form-v1 .a-container__row .a-container__content .cmp-container .options.o-form-option--base.form--checkbox{padding-top:22px}
.a-container--form-v1 .a-container__row .columncontrol__column .form-group.a-form-grp .a-input-field--text-error{display:flex;visibility:hidden}
.a-container--form-v1 .a-container__row .columncontrol__column .form-group.a-form-grp.validation-regex .a-input-field--text-error,.a-container--form-v1 .a-container__row .columncontrol__column .form-group.a-form-grp.validation-regex .a-input-field--text-require{display:none}
.a-container--form-v1 .a-container__row .columncontrol__column .form-group.a-form-grp.validation-regex .a-input-field--text-regex{visibility:visible;color:red}
.a-container--form-v1 .a-container__row .columncontrol__column .form-group.a-form-grp.validation-error .a-input-field--text-regex,.a-container--form-v1 .a-container__row .columncontrol__column .form-group.a-form-grp.validation-error .a-input-field--text-require{display:none}
.a-container--form-v1 .a-container__row .columncontrol__column .form-group.a-form-grp.validation-error .a-input-field--text-error{visibility:visible;color:red}
.a-container--form-v1 .a-container__row .columncontrol__column .form-group.a-form-grp.validation-require .a-input-field--text-error,.a-container--form-v1 .a-container__row .columncontrol__column .form-group.a-form-grp.validation-require .a-input-field--text-regex{display:none}
.a-container--form-v1 .a-container__row .columncontrol__column .form-group.a-form-grp.validation-require .a-input-field--text-require{visibility:visible;color:red}
.a-container--form-v1 .a-container--base.a-container--form-v1 .a-container__row .options .drop-down .a-dropdown.a-input-field.mt-0 .a-dropdown__field{border:1px solid #004084}
@media(max-width:991px){.a-container--ensuremxcampaign .a-container--base.a-container--1200px-fixed .a-container__row .title.a-title--base .cmp-title h2{font-size:24px;line-height:29px}
.a-container--ensuremxcampaign .a-container--base.a-container--borderround .a-container__row .a-container__content,.a-container--ensuremxcampaign .a-container--form-v1 .a-container__row .a-container__content{flex:0 0 96% !important;max-width:96% !important}
.a-container--ensuremxcampaign .a-container--base.a-container--borderround .a-container__row .a-container__content .title.a-title--base:first-child,.a-container--ensuremxcampaign .a-container--form-v1 .a-container__row .a-container__content .title.a-title--base:first-child{padding-top:50px;padding-bottom:20px}
.a-container--ensuremxcampaign .a-container--base.a-container--borderround .a-container__row .a-container__content .cmp-container .a-column-control--base.a-column-control--form .columncontrol__column,.a-container--ensuremxcampaign .a-container--form-v1 .a-container__row .a-container__content .cmp-container .a-column-control--base.a-column-control--form .columncontrol__column{margin-bottom:0 !important}
.a-container--ensuremxcampaign .a-container--base.a-container--borderround .a-container__row .a-container__content .cmp-container .a-column-control--base.a-column-control--form .columncontrol__column .options,.a-container--ensuremxcampaign .a-container--form-v1 .a-container__row .a-container__content .cmp-container .a-column-control--base.a-column-control--form .columncontrol__column .options{margin-left:0;margin-right:0}
}
@media(max-width:991px) and (min-width:768px){.a-container--ensuremxcampaign .a-container--base.a-container--1200px-fixed .a-container--base.a-container--borderround .a-container__row .options .checkbox{padding-left:15px}
.a-container--ensuremxcampaign .a-container--base.a-container--borderround .a-container__row .a-container__content .cmp-container .a-column-control--base.a-column-control--form .columncontrol__column:first-child{padding-left:30px !important}
.a-container--ensuremxcampaign .a-container--base.a-container--borderround .a-container__row .a-container__content .cmp-container .a-column-control--base.a-column-control--form .columncontrol__column:last-child{padding-right:30px !important}
.a-container--ensuremxcampaign .a-container--form-v1 .a-container__row .a-container__content .title.a-title--base:first-child{padding-top:0}
.a-container--ensuremxcampaign .a-container--form-v1 .a-container__row .a-container__content .cmp-container .options.o-form-option--base.form--checkbox{padding-left:15px;padding-right:15px}
.a-container--ensuremxcampaign .a-container--form-v1 .a-container__row .a-container__content .cmp-container .a-column-control--base.a-column-control--form .columncontrol__column:first-child{padding-left:30px !important}
.a-container--ensuremxcampaign .a-container--form-v1 .a-container__row .a-container__content .cmp-container .a-column-control--base.a-column-control--form .columncontrol__column:last-child{padding-right:30px !important}
}
@media(max-width:767px){.a-container--ensuremxcampaign .a-container--base.a-container--borderround .a-container__row .a-container__content,.a-container--ensuremxcampaign .a-container--form-v1 .a-container__row .a-container__content{flex:0 0 100% !important;max-width:100% !important;padding-left:15px;padding-right:15px}
.a-container--ensuremxcampaign .a-container--base.a-container--borderround .a-container__row .a-container__content .cmp-container .a-column-control--base.a-column-control--form .columncontrol__column,.a-container--ensuremxcampaign .a-container--form-v1 .a-container__row .a-container__content .cmp-container .a-column-control--base.a-column-control--form .columncontrol__column{padding-right:15px;padding-left:15px}
.a-container--ensuremxcampaign .a-container--base.a-container--borderround .a-container__row .a-container__media .a-container__image,.a-container--ensuremxcampaign .a-container--form-v1 .a-container__row .a-container__media .a-container__image{display:block}
.a-container--ensuremxcampaign .a-container--form-v1{padding-left:0 !important;padding-right:0 !important}
.a-container--ensuremxcampaign .a-container--form-v1 .a-container__row{padding-left:0 !important;padding-right:0 !important;display:flex;justify-content:center}
.a-container--ensuremxcampaign .a-container--form-v1 .a-container__row .options .checkbox .a-checkbox--default{margin-left:-15px}
.a-container--ensuremxcampaign .a-container--form-v1 .a-container__row .a-container__content .cmp-container .title.a-title--base .cmp-title{padding-top:50px}
.a-container--ensuremxcampaign .a-container--form-v1 .a-container__row .a-container__content .cmp-container .options.o-form-option--base.form--checkbox{padding-right:15px;padding-left:15px}
}
#gender-prediction-calc>.container{max-width:875px;width:100%;margin:0 auto;padding:0}
#gender-prediction-calc #calculator-wrapper{font-size:18px;font-family:"BaseFontLight",sans-serif;padding:0 30px}
#gender-prediction-calc #calculator-wrapper .o-form-option--base .a-dropdown__container{display:flex;justify-content:right;align-items:center;flex-wrap:wrap}
#gender-prediction-calc #calculator-wrapper .o-form-option--base .a-dropdown__container .a-dropdown__title{color:#0262ac;font-size:18px;line-height:23px}
#gender-prediction-calc #calculator-wrapper .o-form-option--base .a-dropdown__container .a-dropdown__field{border:1px solid #0262ac;max-width:235px;width:100%;margin-left:22px;padding:0 5px;height:34px;min-height:auto}
#gender-prediction-calc #calculator-wrapper .o-form-option--base .a-dropdown__container .a-dropdown__field.active{border:1px solid #000}
#gender-prediction-calc #calculator-wrapper .o-form-option--base .a-dropdown__container .a-dropdown__field .a-dropdown-selected{font-size:18px;line-height:23px;color:#5c5c5c;vertical-align:sub}
#gender-prediction-calc #calculator-wrapper .o-form-option--base .a-dropdown__container .a-dropdown__field:after{font-size:xx-small}
#gender-prediction-calc #calculator-wrapper .o-form-option--base .a-dropdown__container .a-dropdown__field .a-dropdown__placeholder{font-size:18px;vertical-align:sub}
#gender-prediction-calc #calculator-wrapper .o-form-option--base .a-dropdown__container .a-dropdown__field .a-dropdown__menu li{border:1px solid transparent}
#gender-prediction-calc #calculator-wrapper .o-form-option--base .a-dropdown__container .a-dropdown__field .a-dropdown__menu li span{font-size:18px;color:#5c5c5c;padding:5px 2px}
#gender-prediction-calc #calculator-wrapper .o-form-option--base .a-dropdown__container .a-dropdown__field .a-dropdown__menu li.selected{background-color:#c3e3ef}
#gender-prediction-calc #calculator-wrapper .o-form-option--base .a-dropdown__container .a-dropdown__field .a-dropdown__menu li:hover{border:1px solid #007bff}
#gender-prediction-calc #calculator-wrapper .o-form-option--base .a-dropdown__container .a-input-field--text-require{flex:0 0 100%;text-align:right}
#gender-prediction-calc #calculator-nina,#gender-prediction-calc #calculator-nino{padding-bottom:50px}
#gender-prediction-calc #calculator-nina .cmp-title__text,#gender-prediction-calc #calculator-nino .cmp-title__text{font-size:115px;line-height:110px}
#gender-prediction-calc #calculator-nina .image .a-image__default.a-image__original,#gender-prediction-calc #calculator-nino .image .a-image__default.a-image__original{margin:unset}
@media screen and (max-width:991px){#gender-prediction-calc #calculator-wrapper .o-form-option--base .a-dropdown__container{justify-content:left}
#gender-prediction-calc #calculator-wrapper .o-form-option--base .a-dropdown__container .a-dropdown__title .a-dropdown__title--required{width:5px}
#gender-prediction-calc #calculator-wrapper .o-form-option--base .a-dropdown__container .a-input-field--text-require{text-align:left;margin-left:22px}
}
@media screen and (max-width:767px){#gender-prediction-calc #calculator-wrapper .o-form-option--base .a-dropdown__container{flex-direction:column;justify-content:center}
#gender-prediction-calc #calculator-wrapper .o-form-option--base .a-dropdown__container .a-dropdown__field{margin-left:0}
#gender-prediction-calc #calculator-wrapper .o-form-option--base .a-dropdown__container .a-input-field--text-require{margin-left:0}
#gender-prediction-calc #calculator-nina .image .a-image__default.a-image__original,#gender-prediction-calc #calculator-nino .image .a-image__default.a-image__original{margin:0 auto}
}
#growth-calculator{max-width:730px;margin:auto}
#growth-calculator .formcontainer .form-container .a-titlecolor--purple h3.cmp-title__text{color:#4b3661;font-family:"BaseFontMedium"}
#growth-calculator .formcontainer .form-container .a-titlecolor--purple.o-padding-top{padding-top:30px}
#growth-calculator .formcontainer .form-container .a-rule{color:#e0e0e0}
#growth-calculator .formcontainer .form-container .text.o-color-purple .cmp-text p{color:#4b3661;font-family:"BaseFontLighter";font-size:18px}
#growth-calculator .formcontainer .form-container .o-bg-color--lightgrey p{color:#898989;font-family:"BaseFontLight";font-size:18px}
#growth-calculator .formcontainer .form-container .columncontrol .columncontrol__column .options #custom-radio-options .a-radio.a-radio--selected{background-color:#4b3661}
#growth-calculator .formcontainer .form-container .columncontrol .columncontrol__column .options #custom-radio-options .a-radio .a-radio__text{--radio-text-color:#63666a}
#growth-calculator .formcontainer .form-container .columncontrol .columncontrol__column .options #custom-radio-options .a-radio-label{margin:0}
#growth-calculator .formcontainer .form-container .columncontrol .columncontrol__column .options .a-dropdown__menu li{border-bottom:0}
#growth-calculator .formcontainer .form-container .columncontrol .columncontrol__column .options .a-dropdown__menu li:hover{background-color:#e0e0e0}
#growth-calculator .formcontainer .form-container .columncontrol .columncontrol__column .options .a-dropdown__menu li.selectedColor{background-color:#e0e0e0}
#growth-calculator .formcontainer .form-container .columncontrol .columncontrol__column .options .a-dropdown__menu li span{color:#616161}
#growth-calculator .formcontainer .form-container .columncontrol .columncontrol__column .options .a-dropdown__field::after{color:#490e67}
#growth-calculator .formcontainer .form-container .columncontrol .columncontrol__column .options .childBirthDropdown .a-input-field .form-label{display:none}
#growth-calculator .formcontainer + .container .text p{color:#898989;font-family:"BaseFontLight";font-size:18px}
#growth-calculator .button .btn{font-family:"BaseFontRegular"}
#growth-calculator .button:has(.growth-height-percentile-result,.coupon-code-btn,.couponcode-btn){text-align:center}
#growth-calculator .growth-height-percentile-result{display:none;background-color:#490e67;color:#fff;padding:10px 32px;font-size:18px;text-transform:uppercase;border-radius:30px}
#growth-calculator>.experiencefragment .container{padding:0}
#growth-calculator-columns .container{padding:0}
#growth-calculator-columns .row{gap:20px;margin-left:0;margin-right:0}
@media only screen and (max-width:767.98px){#growth-calculator-columns .row{gap:0}
}
#growth-calculator-columns .form-container>.title{margin-bottom:40px}
#growth-calculator-columns .columncontrol{max-width:470px;margin:0 auto}
#growth-calculator-columns .columncontrol__column{padding:17px;flex:1}
@media only screen and (max-width:767.98px){#growth-calculator-columns .columncontrol__column{flex:auto}
}
#growth-calculator-columns .columncontrol .title,#growth-calculator-columns .columncontrol .embed{margin:0}
#growth-calculator-columns .columncontrol .options{margin:0;text-align:center}
#growth-calculator-columns .columncontrol .options #custom-radio-options,#growth-calculator-columns .columncontrol .options .custom-radio{background-color:#f6f6f7;padding:5px;border:1px solid #e8e8e7;border-radius:25px}
#growth-calculator-columns .columncontrol .options #custom-radio-options .a-radio,#growth-calculator-columns .columncontrol .options .custom-radio .a-radio{margin:0;padding:0;width:49%;border-radius:50px}
#growth-calculator-columns .columncontrol .options #custom-radio-options .a-radio .a-radio__label,#growth-calculator-columns .columncontrol .options .custom-radio .a-radio .a-radio__label{margin-bottom:0;width:100%}
#growth-calculator-columns .columncontrol .options #custom-radio-options .a-radio .a-radio__text,#growth-calculator-columns .columncontrol .options .custom-radio .a-radio .a-radio__text{min-width:150px;padding:10px 15px;text-transform:uppercase;font-weight:700;display:inline-block;width:100%;font-family:"BaseFontLight";color:#6f5987}
#growth-calculator-columns .columncontrol .options #custom-radio-options .a-radio .a-radio__custom,#growth-calculator-columns .columncontrol .options .custom-radio .a-radio .a-radio__custom{display:none}
#growth-calculator-columns .columncontrol .options #custom-radio-options .a-radio.a-radio--selected .a-radio__text,#growth-calculator-columns .columncontrol .options .custom-radio .a-radio.a-radio--selected .a-radio__text{color:#fff}
#growth-calculator-columns .columncontrol .options:has(#childMonthDropdown-options),#growth-calculator-columns .columncontrol .options:has(#childYearDropdown-options){width:49% !important;display:inline-block;vertical-align:top;margin-top:0}
#growth-calculator-columns .columncontrol .options:has(#childMonthDropdown-options) .a-dropdown__field,#growth-calculator-columns .columncontrol .options:has(#childYearDropdown-options) .a-dropdown__field{background:#f6f6f7;border-color:transparent;font-family:"BaseFontLight"}
#growth-calculator-columns .columncontrol .options .drop-down{margin-bottom:0}
#growth-calculator-columns .columncontrol .fields{margin:0}
#growth-calculator-columns .columncontrol .fields [type="number"]{background-color:#f6f6f7;text-align:center;border-color:transparent}
#growth-calculator-columns .columncontrol .fields + .text{margin:0}
#growth-calculator-columns .columncontrol .text:has(.childAgeError){margin-top:0}
#growth-calculator-columns .columncontrol .text:has(.childAgeError) p{margin-bottom:0}
#growth-calculator-columns .columncontrol #ph-growth-sg-columns__child .fields .form-group .form-label{display:none}
#growth-calculator-columns .columncontrol #ph-growth-sg-columns__child .fields .form-group input{font-family:"BaseFontLight"}
#growth-calculator-columns .columncontrol .cmp-title__text{color:#936c0b !important;-webkit-text-fill-color:initial;margin-bottom:15px;font-family:"BaseFontMedium"}
#growth-calculator-columns .columncontrol .hidden{margin:0}
#growth-calculator-columns .range-input-container.shared{flex-direction:column-reverse}
#growth-calculator-columns .range-input-container.shared input{margin:15px 0;width:100%;background-size:11.5%}
#growth-calculator-columns .range-input-container.shared input[type='range']::-webkit-slider-thumb{background:#e20d8b !important}
#growth-calculator-columns .range-input-container.shared output{border:0;width:auto;font-size:40px;line-height:1;font-weight:bold}
#growth-calculator-columns .range-input-container.shared .label{font-size:18px;font-weight:bold}
#growth-calculator-columns .o-form-container__buttons{flex-direction:row-reverse;margin-top:10px}
@media only screen and (max-width:767.98px){#growth-calculator-columns .o-form-container__buttons{margin-top:0;flex-direction:column-reverse}
#growth-calculator-columns .o-form-container__buttons .button{margin:0 0 10px 0}
}
#growth-calculator-columns .o-form-container__buttons .btn{min-width:156px;background:linear-gradient(90deg,#d5b25a 0,#faefc1 47.92%,#d5b25a 100%);padding:10px 32px;border-radius:30px;font-size:18px;color:#490e67;text-transform:uppercase;font-weight:bold}
#growth-calculator-columns div[role="alert"]{display:none}
#growth-calculator-result .text:has(.bmi-stunted) .bmi-stunted,#growth-calculator-result .text:has(.bmi-risk) .bmi-stunted,#growth-calculator-result .text:has(.bmi-normal) .bmi-stunted,#growth-calculator-result .text:has(.bmi-normal-between) .bmi-stunted,#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-stunted,#growth-calculator-result .text:has(.bmi-obese) .bmi-stunted,#growth-calculator-result .text:has(.bmi-stunted) .bmi-risk,#growth-calculator-result .text:has(.bmi-risk) .bmi-risk,#growth-calculator-result .text:has(.bmi-normal) .bmi-risk,#growth-calculator-result .text:has(.bmi-normal-between) .bmi-risk,#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-risk,#growth-calculator-result .text:has(.bmi-obese) .bmi-risk,#growth-calculator-result .text:has(.bmi-stunted) .bmi-normal,#growth-calculator-result .text:has(.bmi-risk) .bmi-normal,#growth-calculator-result .text:has(.bmi-normal) .bmi-normal,#growth-calculator-result .text:has(.bmi-normal-between) .bmi-normal,#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-normal,#growth-calculator-result .text:has(.bmi-obese) .bmi-normal,#growth-calculator-result .text:has(.bmi-stunted) .bmi-normal-between,#growth-calculator-result .text:has(.bmi-risk) .bmi-normal-between,#growth-calculator-result .text:has(.bmi-normal) .bmi-normal-between,#growth-calculator-result .text:has(.bmi-normal-between) .bmi-normal-between,#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-normal-between,#growth-calculator-result .text:has(.bmi-obese) .bmi-normal-between,#growth-calculator-result .text:has(.bmi-stunted) .bmi-normal-diff,#growth-calculator-result .text:has(.bmi-risk) .bmi-normal-diff,#growth-calculator-result .text:has(.bmi-normal) .bmi-normal-diff,#growth-calculator-result .text:has(.bmi-normal-between) .bmi-normal-diff,#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-normal-diff,#growth-calculator-result .text:has(.bmi-obese) .bmi-normal-diff,#growth-calculator-result .text:has(.bmi-stunted) .bmi-obese,#growth-calculator-result .text:has(.bmi-risk) .bmi-obese,#growth-calculator-result .text:has(.bmi-normal) .bmi-obese,#growth-calculator-result .text:has(.bmi-normal-between) .bmi-obese,#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-obese,#growth-calculator-result .text:has(.bmi-obese) .bmi-obese{padding:20px;border-radius:15px;max-width:450px;margin:0 auto;display:flex;align-items:center}
#growth-calculator-result .text:has(.bmi-stunted) .bmi-stunted p,#growth-calculator-result .text:has(.bmi-risk) .bmi-stunted p,#growth-calculator-result .text:has(.bmi-normal) .bmi-stunted p,#growth-calculator-result .text:has(.bmi-normal-between) .bmi-stunted p,#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-stunted p,#growth-calculator-result .text:has(.bmi-obese) .bmi-stunted p,#growth-calculator-result .text:has(.bmi-stunted) .bmi-risk p,#growth-calculator-result .text:has(.bmi-risk) .bmi-risk p,#growth-calculator-result .text:has(.bmi-normal) .bmi-risk p,#growth-calculator-result .text:has(.bmi-normal-between) .bmi-risk p,#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-risk p,#growth-calculator-result .text:has(.bmi-obese) .bmi-risk p,#growth-calculator-result .text:has(.bmi-stunted) .bmi-normal p,#growth-calculator-result .text:has(.bmi-risk) .bmi-normal p,#growth-calculator-result .text:has(.bmi-normal) .bmi-normal p,#growth-calculator-result .text:has(.bmi-normal-between) .bmi-normal p,#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-normal p,#growth-calculator-result .text:has(.bmi-obese) .bmi-normal p,#growth-calculator-result .text:has(.bmi-stunted) .bmi-normal-between p,#growth-calculator-result .text:has(.bmi-risk) .bmi-normal-between p,#growth-calculator-result .text:has(.bmi-normal) .bmi-normal-between p,#growth-calculator-result .text:has(.bmi-normal-between) .bmi-normal-between p,#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-normal-between p,#growth-calculator-result .text:has(.bmi-obese) .bmi-normal-between p,#growth-calculator-result .text:has(.bmi-stunted) .bmi-normal-diff p,#growth-calculator-result .text:has(.bmi-risk) .bmi-normal-diff p,#growth-calculator-result .text:has(.bmi-normal) .bmi-normal-diff p,#growth-calculator-result .text:has(.bmi-normal-between) .bmi-normal-diff p,#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-normal-diff p,#growth-calculator-result .text:has(.bmi-obese) .bmi-normal-diff p,#growth-calculator-result .text:has(.bmi-stunted) .bmi-obese p,#growth-calculator-result .text:has(.bmi-risk) .bmi-obese p,#growth-calculator-result .text:has(.bmi-normal) .bmi-obese p,#growth-calculator-result .text:has(.bmi-normal-between) .bmi-obese p,#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-obese p,#growth-calculator-result .text:has(.bmi-obese) .bmi-obese p{margin-bottom:0}
#growth-calculator-result .text:has(.bmi-stunted) .bmi-stunted p:first-child:has(img),#growth-calculator-result .text:has(.bmi-risk) .bmi-stunted p:first-child:has(img),#growth-calculator-result .text:has(.bmi-normal) .bmi-stunted p:first-child:has(img),#growth-calculator-result .text:has(.bmi-normal-between) .bmi-stunted p:first-child:has(img),#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-stunted p:first-child:has(img),#growth-calculator-result .text:has(.bmi-obese) .bmi-stunted p:first-child:has(img),#growth-calculator-result .text:has(.bmi-stunted) .bmi-risk p:first-child:has(img),#growth-calculator-result .text:has(.bmi-risk) .bmi-risk p:first-child:has(img),#growth-calculator-result .text:has(.bmi-normal) .bmi-risk p:first-child:has(img),#growth-calculator-result .text:has(.bmi-normal-between) .bmi-risk p:first-child:has(img),#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-risk p:first-child:has(img),#growth-calculator-result .text:has(.bmi-obese) .bmi-risk p:first-child:has(img),#growth-calculator-result .text:has(.bmi-stunted) .bmi-normal p:first-child:has(img),#growth-calculator-result .text:has(.bmi-risk) .bmi-normal p:first-child:has(img),#growth-calculator-result .text:has(.bmi-normal) .bmi-normal p:first-child:has(img),#growth-calculator-result .text:has(.bmi-normal-between) .bmi-normal p:first-child:has(img),#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-normal p:first-child:has(img),#growth-calculator-result .text:has(.bmi-obese) .bmi-normal p:first-child:has(img),#growth-calculator-result .text:has(.bmi-stunted) .bmi-normal-between p:first-child:has(img),#growth-calculator-result .text:has(.bmi-risk) .bmi-normal-between p:first-child:has(img),#growth-calculator-result .text:has(.bmi-normal) .bmi-normal-between p:first-child:has(img),#growth-calculator-result .text:has(.bmi-normal-between) .bmi-normal-between p:first-child:has(img),#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-normal-between p:first-child:has(img),#growth-calculator-result .text:has(.bmi-obese) .bmi-normal-between p:first-child:has(img),#growth-calculator-result .text:has(.bmi-stunted) .bmi-normal-diff p:first-child:has(img),#growth-calculator-result .text:has(.bmi-risk) .bmi-normal-diff p:first-child:has(img),#growth-calculator-result .text:has(.bmi-normal) .bmi-normal-diff p:first-child:has(img),#growth-calculator-result .text:has(.bmi-normal-between) .bmi-normal-diff p:first-child:has(img),#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-normal-diff p:first-child:has(img),#growth-calculator-result .text:has(.bmi-obese) .bmi-normal-diff p:first-child:has(img),#growth-calculator-result .text:has(.bmi-stunted) .bmi-obese p:first-child:has(img),#growth-calculator-result .text:has(.bmi-risk) .bmi-obese p:first-child:has(img),#growth-calculator-result .text:has(.bmi-normal) .bmi-obese p:first-child:has(img),#growth-calculator-result .text:has(.bmi-normal-between) .bmi-obese p:first-child:has(img),#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-obese p:first-child:has(img),#growth-calculator-result .text:has(.bmi-obese) .bmi-obese p:first-child:has(img){max-width:55px;float:left;margin-right:12px}
#growth-calculator-result .text:has(.bmi-stunted) .bmi-stunted p:first-child:has(img) img,#growth-calculator-result .text:has(.bmi-risk) .bmi-stunted p:first-child:has(img) img,#growth-calculator-result .text:has(.bmi-normal) .bmi-stunted p:first-child:has(img) img,#growth-calculator-result .text:has(.bmi-normal-between) .bmi-stunted p:first-child:has(img) img,#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-stunted p:first-child:has(img) img,#growth-calculator-result .text:has(.bmi-obese) .bmi-stunted p:first-child:has(img) img,#growth-calculator-result .text:has(.bmi-stunted) .bmi-risk p:first-child:has(img) img,#growth-calculator-result .text:has(.bmi-risk) .bmi-risk p:first-child:has(img) img,#growth-calculator-result .text:has(.bmi-normal) .bmi-risk p:first-child:has(img) img,#growth-calculator-result .text:has(.bmi-normal-between) .bmi-risk p:first-child:has(img) img,#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-risk p:first-child:has(img) img,#growth-calculator-result .text:has(.bmi-obese) .bmi-risk p:first-child:has(img) img,#growth-calculator-result .text:has(.bmi-stunted) .bmi-normal p:first-child:has(img) img,#growth-calculator-result .text:has(.bmi-risk) .bmi-normal p:first-child:has(img) img,#growth-calculator-result .text:has(.bmi-normal) .bmi-normal p:first-child:has(img) img,#growth-calculator-result .text:has(.bmi-normal-between) .bmi-normal p:first-child:has(img) img,#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-normal p:first-child:has(img) img,#growth-calculator-result .text:has(.bmi-obese) .bmi-normal p:first-child:has(img) img,#growth-calculator-result .text:has(.bmi-stunted) .bmi-normal-between p:first-child:has(img) img,#growth-calculator-result .text:has(.bmi-risk) .bmi-normal-between p:first-child:has(img) img,#growth-calculator-result .text:has(.bmi-normal) .bmi-normal-between p:first-child:has(img) img,#growth-calculator-result .text:has(.bmi-normal-between) .bmi-normal-between p:first-child:has(img) img,#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-normal-between p:first-child:has(img) img,#growth-calculator-result .text:has(.bmi-obese) .bmi-normal-between p:first-child:has(img) img,#growth-calculator-result .text:has(.bmi-stunted) .bmi-normal-diff p:first-child:has(img) img,#growth-calculator-result .text:has(.bmi-risk) .bmi-normal-diff p:first-child:has(img) img,#growth-calculator-result .text:has(.bmi-normal) .bmi-normal-diff p:first-child:has(img) img,#growth-calculator-result .text:has(.bmi-normal-between) .bmi-normal-diff p:first-child:has(img) img,#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-normal-diff p:first-child:has(img) img,#growth-calculator-result .text:has(.bmi-obese) .bmi-normal-diff p:first-child:has(img) img,#growth-calculator-result .text:has(.bmi-stunted) .bmi-obese p:first-child:has(img) img,#growth-calculator-result .text:has(.bmi-risk) .bmi-obese p:first-child:has(img) img,#growth-calculator-result .text:has(.bmi-normal) .bmi-obese p:first-child:has(img) img,#growth-calculator-result .text:has(.bmi-normal-between) .bmi-obese p:first-child:has(img) img,#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-obese p:first-child:has(img) img,#growth-calculator-result .text:has(.bmi-obese) .bmi-obese p:first-child:has(img) img{width:52px;max-width:100%}
#growth-calculator-result .text:has(.bmi-stunted) .bmi-stunted p:not(:first-child),#growth-calculator-result .text:has(.bmi-risk) .bmi-stunted p:not(:first-child),#growth-calculator-result .text:has(.bmi-normal) .bmi-stunted p:not(:first-child),#growth-calculator-result .text:has(.bmi-normal-between) .bmi-stunted p:not(:first-child),#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-stunted p:not(:first-child),#growth-calculator-result .text:has(.bmi-obese) .bmi-stunted p:not(:first-child),#growth-calculator-result .text:has(.bmi-stunted) .bmi-risk p:not(:first-child),#growth-calculator-result .text:has(.bmi-risk) .bmi-risk p:not(:first-child),#growth-calculator-result .text:has(.bmi-normal) .bmi-risk p:not(:first-child),#growth-calculator-result .text:has(.bmi-normal-between) .bmi-risk p:not(:first-child),#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-risk p:not(:first-child),#growth-calculator-result .text:has(.bmi-obese) .bmi-risk p:not(:first-child),#growth-calculator-result .text:has(.bmi-stunted) .bmi-normal p:not(:first-child),#growth-calculator-result .text:has(.bmi-risk) .bmi-normal p:not(:first-child),#growth-calculator-result .text:has(.bmi-normal) .bmi-normal p:not(:first-child),#growth-calculator-result .text:has(.bmi-normal-between) .bmi-normal p:not(:first-child),#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-normal p:not(:first-child),#growth-calculator-result .text:has(.bmi-obese) .bmi-normal p:not(:first-child),#growth-calculator-result .text:has(.bmi-stunted) .bmi-normal-between p:not(:first-child),#growth-calculator-result .text:has(.bmi-risk) .bmi-normal-between p:not(:first-child),#growth-calculator-result .text:has(.bmi-normal) .bmi-normal-between p:not(:first-child),#growth-calculator-result .text:has(.bmi-normal-between) .bmi-normal-between p:not(:first-child),#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-normal-between p:not(:first-child),#growth-calculator-result .text:has(.bmi-obese) .bmi-normal-between p:not(:first-child),#growth-calculator-result .text:has(.bmi-stunted) .bmi-normal-diff p:not(:first-child),#growth-calculator-result .text:has(.bmi-risk) .bmi-normal-diff p:not(:first-child),#growth-calculator-result .text:has(.bmi-normal) .bmi-normal-diff p:not(:first-child),#growth-calculator-result .text:has(.bmi-normal-between) .bmi-normal-diff p:not(:first-child),#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-normal-diff p:not(:first-child),#growth-calculator-result .text:has(.bmi-obese) .bmi-normal-diff p:not(:first-child),#growth-calculator-result .text:has(.bmi-stunted) .bmi-obese p:not(:first-child),#growth-calculator-result .text:has(.bmi-risk) .bmi-obese p:not(:first-child),#growth-calculator-result .text:has(.bmi-normal) .bmi-obese p:not(:first-child),#growth-calculator-result .text:has(.bmi-normal-between) .bmi-obese p:not(:first-child),#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-obese p:not(:first-child),#growth-calculator-result .text:has(.bmi-obese) .bmi-obese p:not(:first-child){text-align:left}
#growth-calculator-result .text:has(.bmi-stunted) .bmi-stunted:not(:has(img)),#growth-calculator-result .text:has(.bmi-risk) .bmi-stunted:not(:has(img)),#growth-calculator-result .text:has(.bmi-normal) .bmi-stunted:not(:has(img)),#growth-calculator-result .text:has(.bmi-normal-between) .bmi-stunted:not(:has(img)),#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-stunted:not(:has(img)),#growth-calculator-result .text:has(.bmi-obese) .bmi-stunted:not(:has(img)),#growth-calculator-result .text:has(.bmi-stunted) .bmi-risk:not(:has(img)),#growth-calculator-result .text:has(.bmi-risk) .bmi-risk:not(:has(img)),#growth-calculator-result .text:has(.bmi-normal) .bmi-risk:not(:has(img)),#growth-calculator-result .text:has(.bmi-normal-between) .bmi-risk:not(:has(img)),#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-risk:not(:has(img)),#growth-calculator-result .text:has(.bmi-obese) .bmi-risk:not(:has(img)),#growth-calculator-result .text:has(.bmi-stunted) .bmi-normal:not(:has(img)),#growth-calculator-result .text:has(.bmi-risk) .bmi-normal:not(:has(img)),#growth-calculator-result .text:has(.bmi-normal) .bmi-normal:not(:has(img)),#growth-calculator-result .text:has(.bmi-normal-between) .bmi-normal:not(:has(img)),#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-normal:not(:has(img)),#growth-calculator-result .text:has(.bmi-obese) .bmi-normal:not(:has(img)),#growth-calculator-result .text:has(.bmi-stunted) .bmi-normal-between:not(:has(img)),#growth-calculator-result .text:has(.bmi-risk) .bmi-normal-between:not(:has(img)),#growth-calculator-result .text:has(.bmi-normal) .bmi-normal-between:not(:has(img)),#growth-calculator-result .text:has(.bmi-normal-between) .bmi-normal-between:not(:has(img)),#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-normal-between:not(:has(img)),#growth-calculator-result .text:has(.bmi-obese) .bmi-normal-between:not(:has(img)),#growth-calculator-result .text:has(.bmi-stunted) .bmi-normal-diff:not(:has(img)),#growth-calculator-result .text:has(.bmi-risk) .bmi-normal-diff:not(:has(img)),#growth-calculator-result .text:has(.bmi-normal) .bmi-normal-diff:not(:has(img)),#growth-calculator-result .text:has(.bmi-normal-between) .bmi-normal-diff:not(:has(img)),#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-normal-diff:not(:has(img)),#growth-calculator-result .text:has(.bmi-obese) .bmi-normal-diff:not(:has(img)),#growth-calculator-result .text:has(.bmi-stunted) .bmi-obese:not(:has(img)),#growth-calculator-result .text:has(.bmi-risk) .bmi-obese:not(:has(img)),#growth-calculator-result .text:has(.bmi-normal) .bmi-obese:not(:has(img)),#growth-calculator-result .text:has(.bmi-normal-between) .bmi-obese:not(:has(img)),#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-obese:not(:has(img)),#growth-calculator-result .text:has(.bmi-obese) .bmi-obese:not(:has(img)){padding:15px}
#growth-calculator-result .text:has(.bmi-stunted) .bmi-stunted:not(:has(img)) p,#growth-calculator-result .text:has(.bmi-risk) .bmi-stunted:not(:has(img)) p,#growth-calculator-result .text:has(.bmi-normal) .bmi-stunted:not(:has(img)) p,#growth-calculator-result .text:has(.bmi-normal-between) .bmi-stunted:not(:has(img)) p,#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-stunted:not(:has(img)) p,#growth-calculator-result .text:has(.bmi-obese) .bmi-stunted:not(:has(img)) p,#growth-calculator-result .text:has(.bmi-stunted) .bmi-risk:not(:has(img)) p,#growth-calculator-result .text:has(.bmi-risk) .bmi-risk:not(:has(img)) p,#growth-calculator-result .text:has(.bmi-normal) .bmi-risk:not(:has(img)) p,#growth-calculator-result .text:has(.bmi-normal-between) .bmi-risk:not(:has(img)) p,#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-risk:not(:has(img)) p,#growth-calculator-result .text:has(.bmi-obese) .bmi-risk:not(:has(img)) p,#growth-calculator-result .text:has(.bmi-stunted) .bmi-normal:not(:has(img)) p,#growth-calculator-result .text:has(.bmi-risk) .bmi-normal:not(:has(img)) p,#growth-calculator-result .text:has(.bmi-normal) .bmi-normal:not(:has(img)) p,#growth-calculator-result .text:has(.bmi-normal-between) .bmi-normal:not(:has(img)) p,#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-normal:not(:has(img)) p,#growth-calculator-result .text:has(.bmi-obese) .bmi-normal:not(:has(img)) p,#growth-calculator-result .text:has(.bmi-stunted) .bmi-normal-between:not(:has(img)) p,#growth-calculator-result .text:has(.bmi-risk) .bmi-normal-between:not(:has(img)) p,#growth-calculator-result .text:has(.bmi-normal) .bmi-normal-between:not(:has(img)) p,#growth-calculator-result .text:has(.bmi-normal-between) .bmi-normal-between:not(:has(img)) p,#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-normal-between:not(:has(img)) p,#growth-calculator-result .text:has(.bmi-obese) .bmi-normal-between:not(:has(img)) p,#growth-calculator-result .text:has(.bmi-stunted) .bmi-normal-diff:not(:has(img)) p,#growth-calculator-result .text:has(.bmi-risk) .bmi-normal-diff:not(:has(img)) p,#growth-calculator-result .text:has(.bmi-normal) .bmi-normal-diff:not(:has(img)) p,#growth-calculator-result .text:has(.bmi-normal-between) .bmi-normal-diff:not(:has(img)) p,#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-normal-diff:not(:has(img)) p,#growth-calculator-result .text:has(.bmi-obese) .bmi-normal-diff:not(:has(img)) p,#growth-calculator-result .text:has(.bmi-stunted) .bmi-obese:not(:has(img)) p,#growth-calculator-result .text:has(.bmi-risk) .bmi-obese:not(:has(img)) p,#growth-calculator-result .text:has(.bmi-normal) .bmi-obese:not(:has(img)) p,#growth-calculator-result .text:has(.bmi-normal-between) .bmi-obese:not(:has(img)) p,#growth-calculator-result .text:has(.bmi-normal-diff) .bmi-obese:not(:has(img)) p,#growth-calculator-result .text:has(.bmi-obese) .bmi-obese:not(:has(img)) p{width:100%;text-align:center}
#growth-calculator-result .text:has(.alert-success) + .text p{font-size:18px;font-family:"BaseFontRegular";color:#898989}
#growth-calculator-result .text p,#growth-calculator-result .text ul li{font-family:"BaseFontLight";font-size:18px}
#growth-calculator-result .text .nutritional_content img{padding-right:15px}
#growth-calculator-result .text .nutritional_content div,#growth-calculator-result .text .nutritional_content span{font-size:18px;font-family:"BaseFontRegular";color:#898989}
#growth-calculator-result .growth-result-comparison .growth-actual-result,#growth-calculator-result .growth-result-comparison .growth-result-median{display:inline-block;width:28%;text-align:center;vertical-align:bottom}
@media only screen and (max-width:575.98px){#growth-calculator-result .growth-result-comparison .growth-actual-result,#growth-calculator-result .growth-result-comparison .growth-result-median{width:44%}
}
#growth-calculator-result .growth-result-comparison .growth-actual-result img,#growth-calculator-result .growth-result-comparison .growth-result-median img{max-width:100%}
#growth-calculator-result .growth-result-comparison .growth-actual-result p,#growth-calculator-result .growth-result-comparison .growth-result-median p{display:block;padding:20px;max-width:155px;margin:25px auto 0;border-radius:15px;font-size:14px;line-height:20px;font-family:"BaseFontRegular"}
#growth-calculator-result .growth-result-comparison .growth-actual-result p.alert-grey,#growth-calculator-result .growth-result-comparison .growth-result-median p.alert-grey{background-color:#d9d9d6}
@media only screen and (max-width:767.98px){#growth-calculator-result .growth-result-comparison .growth-actual-result p,#growth-calculator-result .growth-result-comparison .growth-result-median p{padding:15px}
}
#growth-calculator-result .growth-result-comparison .growth-actual-result p span,#growth-calculator-result .growth-result-comparison .growth-result-median p span{display:block}
#growth-calculator-result .growth-result-comparison .growth-result-median p{padding:10px 20px}
#growth-calculator-result .growth-result-comparison .growth-result-vs{margin-top:19%;display:inline-block;width:20px;vertical-align:top}
@media only screen and (max-width:575.98px){#growth-calculator-result .growth-result-comparison .growth-result-vs{margin-top:35%}
}
#growth-calculator-result .button .btn{background-color:#490e67;color:#fff;padding:10px 32px;font-size:18px;text-transform:uppercase;border-radius:30px}
#growth-calculator-result .coupon-code-content{text-align:center}
#growth-calculator-result .growth-description h4{color:#898989;font-size:20px}
#growth-calculator-result .growth-description p{color:#898989}
#growth-calculator-result .growth-description p:has(a){font-family:"BaseFontLighter"}
#growth-calculator-result .growth-description ul li{color:#898989}
#growth-calculator-result .result_copied{border-radius:8px;background:#dcd6e6;padding:24px}
@media only screen and (max-width:991.98px){#growth-calculator-result .result_copied .cmp-container .columncontrol .columncontrol__column{margin:0 !important}
}
@media only screen and (max-width:767.98px){#growth-calculator-result .result_copied .cmp-container .columncontrol .columncontrol__column:first-child{flex:0 0 70%;max-width:70%}
}
@media only screen and (max-width:767.98px){#growth-calculator-result .result_copied .cmp-container .columncontrol .columncontrol__column:last-child{flex:0 0 30%;max-width:30%;padding:0}
}
#growth-calculator-result .result_copied .cmp-container .columncontrol .columncontrol__column .text{background-color:#fff;padding:10px;border-radius:4px}
#growth-calculator-result .result_copied .cmp-container .columncontrol .columncontrol__column .text p{margin-bottom:0;font-size:12px;color:#363636;word-break:break-all}
@media only screen and (max-width:767.98px){#growth-calculator-result .result_copied .cmp-container .columncontrol .columncontrol__column .text p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
}
#growth-calculator-result .result_copied .cmp-container .columncontrol .columncontrol__column .button .btn{font-size:14px;font-style:normal;font-weight:450;line-height:14px;padding:12px 16px;font-family:"BrandonGrotesqueRegular"}
#growth-calculator-result .result_copied .cmp-container .columncontrol .columncontrol__column .button .btn.textcopied{position:relative}
#growth-calculator-result .result_copied .cmp-container .columncontrol .columncontrol__column .button .btn.textcopied::before{content:'Copied!';position:absolute;top:-86%;left:17%;font-size:9px;background:#000;padding:7px;border-radius:14px}
#growth-calculator-result .result_copied .cmp-container .text h4{font-size:20px;font-weight:700;line-height:24px;color:#000;font-family:"BrandonGrotesqueBold"}
#growth-calculator-result .result-register_redirect{border-radius:8px;background:#dcd6e6;padding:28px}
@media only screen and (max-width:991.98px){#growth-calculator-result .result-register_redirect .cmp-container .columncontrol .columncontrol__column{margin:0 !important}
}
#growth-calculator-result .result-register_redirect .cmp-container .columncontrol .columncontrol__column .text h4{color:#490e67;font-family:"BrandonGrotesqueRegular";font-size:30px;font-weight:450;line-height:36px}
@media only screen and (max-width:767.98px){#growth-calculator-result .result-register_redirect .cmp-container .columncontrol .columncontrol__column .text h4{font-size:24px;line-height:30px}
}
#growth-calculator-result .result-register_redirect .cmp-container .columncontrol .columncontrol__column .button .btn{font-size:24px;font-weight:450;font-family:"BrandonGrotesqueRegular"}
@media only screen and (max-width:767.98px){#growth-calculator-result .result-register_redirect .cmp-container .columncontrol .columncontrol__column .button .btn{margin-top:20px}
}
#growth-calculator .growth-chipset{padding:5px 15px;border-radius:50px;display:inline-block}
#growth-calculator .growth-chipset-bg{background-color:#eaedef}
#growth-calculator .text .growth-chipset{margin-bottom:10px}
#growth-calculator .text .growth-chipset:not(:last-child){margin-right:10px}
#growth-calculator .bg-grey,#growth-calculator .bg-yellow{padding:25px !important;border-radius:25px}
#growth-calculator .bg-grey{background-color:rgba(234,237,239,0.3)}
#growth-calculator .bg-yellow{background-color:#fff9de}