Lenovo Device Intelligence Managed Services

<style type="text/css">@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,6…;);
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device orientation change,
* without disabling user zoom.
*/
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */ }

/**
* Remove default margin.
*/
body {
margin: 0; }

/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block; }

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */ }

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0; }

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

/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
background-color: transparent; }

/**
* Improve readability of focused elements when they are also in an
* active/hover state.
*/
a:active,
a:hover {
outline: 0; }

/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted; }

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
font-weight: bold; }

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
font-style: italic; }

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
font-size: 2em;
margin: 0.67em 0; }

/**
* Address styling not present in IE 8/9.
*/
mark {
background: #ff0;
color: #000; }

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%; }

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }

sup {
top: -0.5em; }

sub {
bottom: -0.25em; }

/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
border: 0; }

/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
overflow: hidden; }

/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
margin: 1em 40px; }

/**
* Address differences between Firefox and other browsers.
*/
hr {
box-sizing: content-box;
height: 0; }

/**
* Contain overflow in all browsers.
*/
pre {
overflow: auto; }

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }

/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
color: inherit;
/* 1 */
font: inherit;
/* 2 */
margin: 0;
/* 3 */ }

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
overflow: visible; }

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

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
/* 3 */ }

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
cursor: default; }

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }

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

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
*/
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
box-sizing: content-box;
/* 2 */ }

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }

/**
* Define consistent border, margin, and padding.
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }

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

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
overflow: auto; }

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

/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0; }

td,
th {
padding: 0; }

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

.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0; }
.slick-list:focus {
outline: none; }
.slick-list.dragging {
cursor: pointer;
cursor: hand; }

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

.slick-track {
position: relative;
left: 0;
top: 0;
display: block; }
.slick-track:before, .slick-track:after {
content: "";
display: table; }
.slick-track:after {
clear: both; }
.slick-loading .slick-track {
visibility: hidden; }

.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none; }
[dir="rtl"] .slick-slide {
float: right; }
.slick-slide img {
display: block; }
.slick-slide.slick-loading img {
display: none; }
.slick-slide.dragging img {
pointer-events: none; }
.slick-initialized .slick-slide {
display: block; }
.slick-loading .slick-slide {
visibility: hidden; }
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent; }

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

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

.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0; }
.slick-list:focus {
outline: none; }
.slick-list.dragging {
cursor: pointer;
cursor: hand; }

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

.slick-track {
position: relative;
left: 0;
top: 0;
display: block; }
.slick-track:before, .slick-track:after {
content: "";
display: table; }
.slick-track:after {
clear: both; }
.slick-loading .slick-track {
visibility: hidden; }

.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none; }
[dir="rtl"] .slick-slide {
float: right; }
.slick-slide img {
display: block; }
.slick-slide.slick-loading img {
display: none; }
.slick-slide.dragging img {
pointer-events: none; }
.slick-initialized .slick-slide {
display: block; }
.slick-loading .slick-slide {
visibility: hidden; }
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent; }

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

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

.clearfix:after {
content: '';
display: block;
clear: both; }

.ellipsis {
white-space: nowrap;
/* 1 */
text-overflow: ellipsis;
/* 2 */
overflow: hidden; }

html {
box-sizing: border-box; }

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

* {
max-height: 1000000px; }

body {
color: #000;
background: #fff;
font: 16px/1.5 "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
min-width: 320px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }

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

.gm-style img {
max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
font-family: inherit;
font-weight: bold;
margin: 0 0 0.5em;
color: inherit; }

h1, .h1 {
font-size: 36px; }

h2, .h2 {
font-size: 30px; }

h3, .h3 {
font-size: 28px; }

h4, .h4 {
font-size: 26px; }

h5, .h5 {
font-size: 24px; }

h6, .h6 {
font-size: 20px; }

p {
margin: 0 0 1em; }

a {
color: inherit; }
a:hover, a:focus {
text-decoration: none; }

form,
fieldset {
margin: 0;
padding: 0;
border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
-webkit-appearance: none;
-webkit-border-radius: 0;
box-sizing: border-box;
border: 1px solid #c4beb6;
padding: 0.4em 0.7em; }
input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
border-color: #000; }
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #c4beb6; }
input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
opacity: 1;
color: #c4beb6; }
input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
color: #c4beb6; }
input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #c4beb6; }
input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
color: #c4beb6; }

select {
-webkit-border-radius: 0; }

textarea {
resize: vertical;
vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
-webkit-appearance: none;
-webkit-border-radius: 0;
cursor: pointer; }

#page {
width: 100% !important;
max-width: 100% !important; }

#sticky-link {
text-decoration: none !important; }
#sticky-link:hover {
text-decoration: none !important; }

#sticky-link.color-scheme-purple {
background-color: #7a126b !important;
border: 1px solid #7a126b !important; }

.link-gated-resource span:hover {
text-decoration: none !important; }

.video-modal__btn {
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
white-space: nowrap;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none; }

.video-modal__img-btn::after {
display: none !important; }

.video-btn:after {
display: none !important; }

.btn-cta-button {
padding: 0 !important; }

.page-node-type-category .paragraph--type--body-text {
padding: 0 !important; }

.paragraph--type--body-text.container-fluid .field--name-field-body {
max-width: 100% !important;
color: inherit;
text-align: left;
padding: 0;
font-size: inherit; }

.slick-slide .paragraph {
padding: 0; }

.slick-slide-anything, .slick-list {
width: 100% !important; }

.slick-slide .paragraph {
padding: 0; }

.slick-slide-anything, .slick-list {
width: 100% !important; }

.slick-dots {
max-width: 1110px;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 1px !important;
line-height: 1px !important;
margin-top: 10px; }
@media (min-width: 768px) {
.slick-dots {
margin-top: 20px; } }
.slick-dots li {
margin: 0 4px !important;
width: auto !important;
height: auto !important; }
.slick-dots li.slick-active button:after {
width: 15px;
height: 15px;
margin: 0; }
.slick-dots button {
background: none !important;
border: none !important;
width: auto !important;
height: auto !important;
padding: 0 !important;
text-indent: -9990px !important;
overflow: hidden !important;
outline: none; }
.slick-dots button:before {
display: none !important; }
.slick-dots button:after {
width: 9px;
height: 9px;
display: block;
border-radius: 50%;
background: #fff;
content: '';
margin: 3px 0 0; }

.slick-arrow {
background: none !important;
padding: 0 !important;
text-indent: -9999px;
overflow: hidden;
-webkit-transform: translateY(0) !important;
-ms-transform: translateY(0) !important;
transform: translateY(0) !important;
position: absolute;
top: 0;
left: 0; }
.slick-arrow:hover:before {
border-color: black !important; }
@media (max-width: 767px) {
.slick-arrow:hover:before {
border-color: #1a1919 !important; } }
.slick-arrow:before {
width: 13px;
height: 13px;
content: '';
border-left: 3px solid #000;
border-bottom: 3px solid #000;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: rotate(45deg) translateY(-70%);
-ms-transform: rotate(45deg) translateY(-70%);
transform: rotate(45deg) translateY(-70%); }
@media (max-width: 767px) {
.slick-arrow:before {
width: 15px;
height: 15px;
border-color: #000 !important; } }

.slick-next {
left: auto;
right: 0; }
.slick-next:before {
border: none;
border-right: 3px solid #000;
border-top: 3px solid #000;
-webkit-transform: rotate(45deg) translateX(-70%);
-ms-transform: rotate(45deg) translateX(-70%);
transform: rotate(45deg) translateX(-70%);
left: auto;
right: 0; }

.sec-nav-container,
.section-styles,
.section-01-container,
.section-02-container,
.section-03-container,
.section-04-container,
.section-05-container,
.section-06-container,
.section-07-container,
.section-08-container,
.section-09-container,
.section-10-container,
.section-11-container,
.section-12-container,
.section-sticky-btn {
padding: 0 !important;
width: 100%; }
.sec-nav-container .field--name-field-body,
.section-styles .field--name-field-body,
.section-01-container .field--name-field-body,
.section-02-container .field--name-field-body,
.section-03-container .field--name-field-body,
.section-04-container .field--name-field-body,
.section-05-container .field--name-field-body,
.section-06-container .field--name-field-body,
.section-07-container .field--name-field-body,
.section-08-container .field--name-field-body,
.section-09-container .field--name-field-body,
.section-10-container .field--name-field-body,
.section-11-container .field--name-field-body,
.section-12-container .field--name-field-body,
.section-sticky-btn .field--name-field-body {
max-width: 100% !important; }

.section, .section-01, .section-02, .section-03, .section-04, .section-05, .section-06, .section-07, .section-08, .section-09 {
overflow: hidden;
position: relative;
color: #000;
font: 16px/1.5 "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
.section *, .section-01 *, .section-02 *, .section-03 *, .section-04 *, .section-05 *, .section-06 *, .section-07 *, .section-08 *, .section-09 *, .section *:before, .section-01 *:before, .section-02 *:before, .section-03 *:before, .section-04 *:before, .section-05 *:before, .section-06 *:before, .section-07 *:before, .section-08 *:before, .section-09 *:before, .section *:after, .section-01 *:after, .section-02 *:after, .section-03 *:after, .section-04 *:after, .section-05 *:after, .section-06 *:after, .section-07 *:after, .section-08 *:after, .section-09 *:after {
box-sizing: border-box; }
.field .section h1, .field .section-01 h1, .field .section-02 h1, .field .section-03 h1, .field .section-04 h1, .field .section-05 h1, .field .section-06 h1, .field .section-07 h1, .field .section-08 h1, .field .section-09 h1, .field .section h2, .field .section-01 h2, .field .section-02 h2, .field .section-03 h2, .field .section-04 h2, .field .section-05 h2, .field .section-06 h2, .field .section-07 h2, .field .section-08 h2, .field .section-09 h2, .field .section h3, .field .section-01 h3, .field .section-02 h3, .field .section-03 h3, .field .section-04 h3, .field .section-05 h3, .field .section-06 h3, .field .section-07 h3, .field .section-08 h3, .field .section-09 h3, .field .section h4, .field .section-01 h4, .field .section-02 h4, .field .section-03 h4, .field .section-04 h4, .field .section-05 h4, .field .section-06 h4, .field .section-07 h4, .field .section-08 h4, .field .section-09 h4, .field .section h5, .field .section-01 h5, .field .section-02 h5, .field .section-03 h5, .field .section-04 h5, .field .section-05 h5, .field .section-06 h5, .field .section-07 h5, .field .section-08 h5, .field .section-09 h5, .field .section h6, .field .section-01 h6, .field .section-02 h6, .field .section-03 h6, .field .section-04 h6, .field .section-05 h6, .field .section-06 h6, .field .section-07 h6, .field .section-08 h6, .field .section-09 h6, .section h1, .section-01 h1, .section-02 h1, .section-03 h1, .section-04 h1, .section-05 h1, .section-06 h1, .section-07 h1, .section-08 h1, .section-09 h1, .section h2, .section-01 h2, .section-02 h2, .section-03 h2, .section-04 h2, .section-05 h2, .section-06 h2, .section-07 h2, .section-08 h2, .section-09 h2, .section h3, .section-01 h3, .section-02 h3, .section-03 h3, .section-04 h3, .section-05 h3, .section-06 h3, .section-07 h3, .section-08 h3, .section-09 h3, .section h4, .section-01 h4, .section-02 h4, .section-03 h4, .section-04 h4, .section-05 h4, .section-06 h4, .section-07 h4, .section-08 h4, .section-09 h4, .section h5, .section-01 h5, .section-02 h5, .section-03 h5, .section-04 h5, .section-05 h5, .section-06 h5, .section-07 h5, .section-08 h5, .section-09 h5, .section h6, .section-01 h6, .section-02 h6, .section-03 h6, .section-04 h6, .section-05 h6, .section-06 h6, .section-07 h6, .section-08 h6, .section-09 h6 {
font-family: inherit;
font-weight: bold;
margin: 0 0 .5em;
line-height: 1.2;
color: inherit; }
.field .section p, .field .section-01 p, .field .section-02 p, .field .section-03 p, .field .section-04 p, .field .section-05 p, .field .section-06 p, .field .section-07 p, .field .section-08 p, .field .section-09 p, .field .section ul, .field .section-01 ul, .field .section-02 ul, .field .section-03 ul, .field .section-04 ul, .field .section-05 ul, .field .section-06 ul, .field .section-07 ul, .field .section-08 ul, .field .section-09 ul, .field .section ol, .field .section-01 ol, .field .section-02 ol, .field .section-03 ol, .field .section-04 ol, .field .section-05 ol, .field .section-06 ol, .field .section-07 ol, .field .section-08 ol, .field .section-09 ol, .field .section li, .field .section-01 li, .field .section-02 li, .field .section-03 li, .field .section-04 li, .field .section-05 li, .field .section-06 li, .field .section-07 li, .field .section-08 li, .field .section-09 li, .section p, .section-01 p, .section-02 p, .section-03 p, .section-04 p, .section-05 p, .section-06 p, .section-07 p, .section-08 p, .section-09 p, .section ul, .section-01 ul, .section-02 ul, .section-03 ul, .section-04 ul, .section-05 ul, .section-06 ul, .section-07 ul, .section-08 ul, .section-09 ul, .section ol, .section-01 ol, .section-02 ol, .section-03 ol, .section-04 ol, .section-05 ol, .section-06 ol, .section-07 ol, .section-08 ol, .section-09 ol, .section li, .section-01 li, .section-02 li, .section-03 li, .section-04 li, .section-05 li, .section-06 li, .section-07 li, .section-08 li, .section-09 li {
color: inherit;
font-size: inherit;
line-height: inherit; }
.field .section p, .field .section-01 p, .field .section-02 p, .field .section-03 p, .field .section-04 p, .field .section-05 p, .field .section-06 p, .field .section-07 p, .field .section-08 p, .field .section-09 p, .section p, .section-01 p, .section-02 p, .section-03 p, .section-04 p, .section-05 p, .section-06 p, .section-07 p, .section-08 p, .section-09 p {
font-size: inherit !important;
color: inherit !important;
letter-spacing: inherit; }
.field .section h1, .field .section-01 h1, .field .section-02 h1, .field .section-03 h1, .field .section-04 h1, .field .section-05 h1, .field .section-06 h1, .field .section-07 h1, .field .section-08 h1, .field .section-09 h1, .section h1, .section-01 h1, .section-02 h1, .section-03 h1, .section-04 h1, .section-05 h1, .section-06 h1, .section-07 h1, .section-08 h1, .section-09 h1 {
font-size: 30px;
line-height: 1.11;
letter-spacing: -1px; }
@media (min-width: 768px) {
.field .section h1, .field .section-01 h1, .field .section-02 h1, .field .section-03 h1, .field .section-04 h1, .field .section-05 h1, .field .section-06 h1, .field .section-07 h1, .field .section-08 h1, .field .section-09 h1, .section h1, .section-01 h1, .section-02 h1, .section-03 h1, .section-04 h1, .section-05 h1, .section-06 h1, .section-07 h1, .section-08 h1, .section-09 h1 {
font-size: 44px; } }
@media (min-width: 1024px) {
.field .section h1, .field .section-01 h1, .field .section-02 h1, .field .section-03 h1, .field .section-04 h1, .field .section-05 h1, .field .section-06 h1, .field .section-07 h1, .field .section-08 h1, .field .section-09 h1, .section h1, .section-01 h1, .section-02 h1, .section-03 h1, .section-04 h1, .section-05 h1, .section-06 h1, .section-07 h1, .section-08 h1, .section-09 h1 {
font-size: 53px;
line-height: 1.09;
letter-spacing: -1.5px;
margin: 0 0 .28em; } }
.field .section h2, .field .section-01 h2, .field .section-02 h2, .field .section-03 h2, .field .section-04 h2, .field .section-05 h2, .field .section-06 h2, .field .section-07 h2, .field .section-08 h2, .field .section-09 h2, .section h2, .section-01 h2, .section-02 h2, .section-03 h2, .section-04 h2, .section-05 h2, .section-06 h2, .section-07 h2, .section-08 h2, .section-09 h2 {
font-size: 30px;
line-height: 1.1;
letter-spacing: -.8px;
color: #1e0013; }
@media (min-width: 768px) {
.field .section h2, .field .section-01 h2, .field .section-02 h2, .field .section-03 h2, .field .section-04 h2, .field .section-05 h2, .field .section-06 h2, .field .section-07 h2, .field .section-08 h2, .field .section-09 h2, .section h2, .section-01 h2, .section-02 h2, .section-03 h2, .section-04 h2, .section-05 h2, .section-06 h2, .section-07 h2, .section-08 h2, .section-09 h2 {
font-size: 35px; } }
@media (min-width: 1024px) {
.field .section h2, .field .section-01 h2, .field .section-02 h2, .field .section-03 h2, .field .section-04 h2, .field .section-05 h2, .field .section-06 h2, .field .section-07 h2, .field .section-08 h2, .field .section-09 h2, .section h2, .section-01 h2, .section-02 h2, .section-03 h2, .section-04 h2, .section-05 h2, .section-06 h2, .section-07 h2, .section-08 h2, .section-09 h2 {
font-size: 40px;
letter-spacing: -1.2px; } }
.field .section h3, .field .section-01 h3, .field .section-02 h3, .field .section-03 h3, .field .section-04 h3, .field .section-05 h3, .field .section-06 h3, .field .section-07 h3, .field .section-08 h3, .field .section-09 h3, .section h3, .section-01 h3, .section-02 h3, .section-03 h3, .section-04 h3, .section-05 h3, .section-06 h3, .section-07 h3, .section-08 h3, .section-09 h3 {
font-size: 30px;
line-height: 1.1;
letter-spacing: -.6px; }
@media (min-width: 1024px) {
.field .section h3, .field .section-01 h3, .field .section-02 h3, .field .section-03 h3, .field .section-04 h3, .field .section-05 h3, .field .section-06 h3, .field .section-07 h3, .field .section-08 h3, .field .section-09 h3, .section h3, .section-01 h3, .section-02 h3, .section-03 h3, .section-04 h3, .section-05 h3, .section-06 h3, .section-07 h3, .section-08 h3, .section-09 h3 {
line-height: 1.2; } }
.field .section h4, .field .section-01 h4, .field .section-02 h4, .field .section-03 h4, .field .section-04 h4, .field .section-05 h4, .field .section-06 h4, .field .section-07 h4, .field .section-08 h4, .field .section-09 h4, .section h4, .section-01 h4, .section-02 h4, .section-03 h4, .section-04 h4, .section-05 h4, .section-06 h4, .section-07 h4, .section-08 h4, .section-09 h4 {
font-size: 24px;
line-height: 1.17; }
@media (min-width: 1024px) {
.field .section h4, .field .section-01 h4, .field .section-02 h4, .field .section-03 h4, .field .section-04 h4, .field .section-05 h4, .field .section-06 h4, .field .section-07 h4, .field .section-08 h4, .field .section-09 h4, .section h4, .section-01 h4, .section-02 h4, .section-03 h4, .section-04 h4, .section-05 h4, .section-06 h4, .section-07 h4, .section-08 h4, .section-09 h4 {
font-size: 24px; } }
.field .section h5, .field .section-01 h5, .field .section-02 h5, .field .section-03 h5, .field .section-04 h5, .field .section-05 h5, .field .section-06 h5, .field .section-07 h5, .field .section-08 h5, .field .section-09 h5, .section h5, .section-01 h5, .section-02 h5, .section-03 h5, .section-04 h5, .section-05 h5, .section-06 h5, .section-07 h5, .section-08 h5, .section-09 h5 {
font-size: 18px;
line-height: 1.22;
letter-spacing: -.3px; }
@media (min-width: 1024px) {
.field .section h5, .field .section-01 h5, .field .section-02 h5, .field .section-03 h5, .field .section-04 h5, .field .section-05 h5, .field .section-06 h5, .field .section-07 h5, .field .section-08 h5, .field .section-09 h5, .section h5, .section-01 h5, .section-02 h5, .section-03 h5, .section-04 h5, .section-05 h5, .section-06 h5, .section-07 h5, .section-08 h5, .section-09 h5 {
font-size: 24px;
line-height: 1.12;
letter-spacing: .1px; } }
.section a, .section-01 a, .section-02 a, .section-03 a, .section-04 a, .section-05 a, .section-06 a, .section-07 a, .section-08 a, .section-09 a {
color: inherit;
font-weight: 600; }
.section a:hover, .section-01 a:hover, .section-02 a:hover, .section-03 a:hover, .section-04 a:hover, .section-05 a:hover, .section-06 a:hover, .section-07 a:hover, .section-08 a:hover, .section-09 a:hover, .section a:focus, .section-01 a:focus, .section-02 a:focus, .section-03 a:focus, .section-04 a:focus, .section-05 a:focus, .section-06 a:focus, .section-07 a:focus, .section-08 a:focus, .section-09 a:focus {
text-decoration: none; }
.section a[href^="tel"]:hover, .section-01 a[href^="tel"]:hover, .section-02 a[href^="tel"]:hover, .section-03 a[href^="tel"]:hover, .section-04 a[href^="tel"]:hover, .section-05 a[href^="tel"]:hover, .section-06 a[href^="tel"]:hover, .section-07 a[href^="tel"]:hover, .section-08 a[href^="tel"]:hover, .section-09 a[href^="tel"]:hover {
text-decoration: none; }
.section sup, .section-01 sup, .section-02 sup, .section-03 sup, .section-04 sup, .section-05 sup, .section-06 sup, .section-07 sup, .section-08 sup, .section-09 sup {
font-size: 60%; }
.section mark, .section-01 mark, .section-02 mark, .section-03 mark, .section-04 mark, .section-05 mark, .section-06 mark, .section-07 mark, .section-08 mark, .section-09 mark {
padding: 0; }
@media (max-width: 479px) {
.section .hm, .section-01 .hm, .section-02 .hm, .section-03 .hm, .section-04 .hm, .section-05 .hm, .section-06 .hm, .section-07 .hm, .section-08 .hm, .section-09 .hm {
display: none; } }
.section img, .section-01 img, .section-02 img, .section-03 img, .section-04 img, .section-05 img, .section-06 img, .section-07 img, .section-08 img, .section-09 img {
max-width: 100%;
height: auto;
vertical-align: top; }
.section .container, .section-01 .container, .section-02 .container, .section-03 .container, .section-04 .container, .section-05 .container, .section-06 .container, .section-07 .container, .section-08 .container, .section-09 .container {
max-width: 1190px;
padding: 0 30px;
width: 100%;
margin: 0 auto; }
.section .arrow-right, .section-01 .arrow-right, .section-02 .arrow-right, .section-03 .arrow-right, .section-04 .arrow-right, .section-05 .arrow-right, .section-06 .arrow-right, .section-07 .arrow-right, .section-08 .arrow-right, .section-09 .arrow-right, .section .cta, .section-01 .section .cta, .section .section-01 .cta, .section-02 .section .cta, .section .section-02 .cta, .section-03 .section .cta, .section .section-03 .cta, .section-04 .section .cta, .section .section-04 .cta, .section-05 .section .cta, .section .section-05 .cta, .section-06 .section .cta, .section .section-06 .cta, .section-07 .section .cta, .section .section-07 .cta, .section-08 .section .cta, .section .section-08 .cta, .section-09 .section .cta, .section .section-09 .cta, .section .section-01 .cta, .section-01 .section .cta, .section-01 .cta, .section-02 .section-01 .cta, .section-01 .section-02 .cta, .section-03 .section-01 .cta, .section-01 .section-03 .cta, .section-04 .section-01 .cta, .section-01 .section-04 .cta, .section-05 .section-01 .cta, .section-01 .section-05 .cta, .section-06 .section-01 .cta, .section-01 .section-06 .cta, .section-07 .section-01 .cta, .section-01 .section-07 .cta, .section-08 .section-01 .cta, .section-01 .section-08 .cta, .section-09 .section-01 .cta, .section-01 .section-09 .cta, .section .section-02 .cta, .section-02 .section .cta, .section-01 .section-02 .cta, .section-02 .section-01 .cta, .section-02 .cta, .section-03 .section-02 .cta, .section-02 .section-03 .cta, .section-04 .section-02 .cta, .section-02 .section-04 .cta, .section-05 .section-02 .cta, .section-02 .section-05 .cta, .section-06 .section-02 .cta, .section-02 .section-06 .cta, .section-07 .section-02 .cta, .section-02 .section-07 .cta, .section-08 .section-02 .cta, .section-02 .section-08 .cta, .section-09 .section-02 .cta, .section-02 .section-09 .cta, .section .section-03 .cta, .section-03 .section .cta, .section-01 .section-03 .cta, .section-03 .section-01 .cta, .section-02 .section-03 .cta, .section-03 .section-02 .cta, .section-03 .cta, .section-04 .section-03 .cta, .section-03 .section-04 .cta, .section-05 .section-03 .cta, .section-03 .section-05 .cta, .section-06 .section-03 .cta, .section-03 .section-06 .cta, .section-07 .section-03 .cta, .section-03 .section-07 .cta, .section-08 .section-03 .cta, .section-03 .section-08 .cta, .section-09 .section-03 .cta, .section-03 .section-09 .cta, .section .section-04 .cta, .section-04 .section .cta, .section-01 .section-04 .cta, .section-04 .section-01 .cta, .section-02 .section-04 .cta, .section-04 .section-02 .cta, .section-03 .section-04 .cta, .section-04 .section-03 .cta, .section-04 .cta, .section-05 .section-04 .cta, .section-04 .section-05 .cta, .section-06 .section-04 .cta, .section-04 .section-06 .cta, .section-07 .section-04 .cta, .section-04 .section-07 .cta, .section-08 .section-04 .cta, .section-04 .section-08 .cta, .section-09 .section-04 .cta, .section-04 .section-09 .cta, .section .section-05 .cta, .section-05 .section .cta, .section-01 .section-05 .cta, .section-05 .section-01 .cta, .section-02 .section-05 .cta, .section-05 .section-02 .cta, .section-03 .section-05 .cta, .section-05 .section-03 .cta, .section-04 .section-05 .cta, .section-05 .section-04 .cta, .section-05 .cta, .section-06 .section-05 .cta, .section-05 .section-06 .cta, .section-07 .section-05 .cta, .section-05 .section-07 .cta, .section-08 .section-05 .cta, .section-05 .section-08 .cta, .section-09 .section-05 .cta, .section-05 .section-09 .cta, .section .section-06 .cta, .section-06 .section .cta, .section-01 .section-06 .cta, .section-06 .section-01 .cta, .section-02 .section-06 .cta, .section-06 .section-02 .cta, .section-03 .section-06 .cta, .section-06 .section-03 .cta, .section-04 .section-06 .cta, .section-06 .section-04 .cta, .section-05 .section-06 .cta, .section-06 .section-05 .cta, .section-06 .cta, .section-07 .section-06 .cta, .section-06 .section-07 .cta, .section-08 .section-06 .cta, .section-06 .section-08 .cta, .section-09 .section-06 .cta, .section-06 .section-09 .cta, .section .section-07 .cta, .section-07 .section .cta, .section-01 .section-07 .cta, .section-07 .section-01 .cta, .section-02 .section-07 .cta, .section-07 .section-02 .cta, .section-03 .section-07 .cta, .section-07 .section-03 .cta, .section-04 .section-07 .cta, .section-07 .section-04 .cta, .section-05 .section-07 .cta, .section-07 .section-05 .cta, .section-06 .section-07 .cta, .section-07 .section-06 .cta, .section-07 .cta, .section-08 .section-07 .cta, .section-07 .section-08 .cta, .section-09 .section-07 .cta, .section-07 .section-09 .cta, .section .section-08 .cta, .section-08 .section .cta, .section-01 .section-08 .cta, .section-08 .section-01 .cta, .section-02 .section-08 .cta, .section-08 .section-02 .cta, .section-03 .section-08 .cta, .section-08 .section-03 .cta, .section-04 .section-08 .cta, .section-08 .section-04 .cta, .section-05 .section-08 .cta, .section-08 .section-05 .cta, .section-06 .section-08 .cta, .section-08 .section-06 .cta, .section-07 .section-08 .cta, .section-08 .section-07 .cta, .section-08 .cta, .section-09 .section-08 .cta, .section-08 .section-09 .cta, .section .section-09 .cta, .section-09 .section .cta, .section-01 .section-09 .cta, .section-09 .section-01 .cta, .section-02 .section-09 .cta, .section-09 .section-02 .cta, .section-03 .section-09 .cta, .section-09 .section-03 .cta, .section-04 .section-09 .cta, .section-09 .section-04 .cta, .section-05 .section-09 .cta, .section-09 .section-05 .cta, .section-06 .section-09 .cta, .section-09 .section-06 .cta, .section-07 .section-09 .cta, .section-09 .section-07 .cta, .section-08 .section-09 .cta, .section-09 .section-08 .cta, .section-09 .cta, .section .btn, .section-01 .btn, .section-02 .btn, .section-03 .btn, .section-04 .btn, .section-05 .btn, .section-06 .btn, .section-07 .btn, .section-08 .btn, .section-09 .btn {
position: relative;
display: inline-block; }
.section .arrow-right:after, .section-01 .arrow-right:after, .section-02 .arrow-right:after, .section-03 .arrow-right:after, .section-04 .arrow-right:after, .section-05 .arrow-right:after, .section-06 .arrow-right:after, .section-07 .arrow-right:after, .section-08 .arrow-right:after, .section-09 .arrow-right:after, .section .cta:after, .section-01 .section .cta:after, .section .section-01 .cta:after, .section-02 .section .cta:after, .section .section-02 .cta:after, .section-03 .section .cta:after, .section .section-03 .cta:after, .section-04 .section .cta:after, .section .section-04 .cta:after, .section-05 .section .cta:after, .section .section-05 .cta:after, .section-06 .section .cta:after, .section .section-06 .cta:after, .section-07 .section .cta:after, .section .section-07 .cta:after, .section-08 .section .cta:after, .section .section-08 .cta:after, .section-09 .section .cta:after, .section .section-09 .cta:after, .section .section-01 .cta:after, .section-01 .section .cta:after, .section-01 .cta:after, .section-02 .section-01 .cta:after, .section-01 .section-02 .cta:after, .section-03 .section-01 .cta:after, .section-01 .section-03 .cta:after, .section-04 .section-01 .cta:after, .section-01 .section-04 .cta:after, .section-05 .section-01 .cta:after, .section-01 .section-05 .cta:after, .section-06 .section-01 .cta:after, .section-01 .section-06 .cta:after, .section-07 .section-01 .cta:after, .section-01 .section-07 .cta:after, .section-08 .section-01 .cta:after, .section-01 .section-08 .cta:after, .section-09 .section-01 .cta:after, .section-01 .section-09 .cta:after, .section .section-02 .cta:after, .section-02 .section .cta:after, .section-01 .section-02 .cta:after, .section-02 .section-01 .cta:after, .section-02 .cta:after, .section-03 .section-02 .cta:after, .section-02 .section-03 .cta:after, .section-04 .section-02 .cta:after, .section-02 .section-04 .cta:after, .section-05 .section-02 .cta:after, .section-02 .section-05 .cta:after, .section-06 .section-02 .cta:after, .section-02 .section-06 .cta:after, .section-07 .section-02 .cta:after, .section-02 .section-07 .cta:after, .section-08 .section-02 .cta:after, .section-02 .section-08 .cta:after, .section-09 .section-02 .cta:after, .section-02 .section-09 .cta:after, .section .section-03 .cta:after, .section-03 .section .cta:after, .section-01 .section-03 .cta:after, .section-03 .section-01 .cta:after, .section-02 .section-03 .cta:after, .section-03 .section-02 .cta:after, .section-03 .cta:after, .section-04 .section-03 .cta:after, .section-03 .section-04 .cta:after, .section-05 .section-03 .cta:after, .section-03 .section-05 .cta:after, .section-06 .section-03 .cta:after, .section-03 .section-06 .cta:after, .section-07 .section-03 .cta:after, .section-03 .section-07 .cta:after, .section-08 .section-03 .cta:after, .section-03 .section-08 .cta:after, .section-09 .section-03 .cta:after, .section-03 .section-09 .cta:after, .section .section-04 .cta:after, .section-04 .section .cta:after, .section-01 .section-04 .cta:after, .section-04 .section-01 .cta:after, .section-02 .section-04 .cta:after, .section-04 .section-02 .cta:after, .section-03 .section-04 .cta:after, .section-04 .section-03 .cta:after, .section-04 .cta:after, .section-05 .section-04 .cta:after, .section-04 .section-05 .cta:after, .section-06 .section-04 .cta:after, .section-04 .section-06 .cta:after, .section-07 .section-04 .cta:after, .section-04 .section-07 .cta:after, .section-08 .section-04 .cta:after, .section-04 .section-08 .cta:after, .section-09 .section-04 .cta:after, .section-04 .section-09 .cta:after, .section .section-05 .cta:after, .section-05 .section .cta:after, .section-01 .section-05 .cta:after, .section-05 .section-01 .cta:after, .section-02 .section-05 .cta:after, .section-05 .section-02 .cta:after, .section-03 .section-05 .cta:after, .section-05 .section-03 .cta:after, .section-04 .section-05 .cta:after, .section-05 .section-04 .cta:after, .section-05 .cta:after, .section-06 .section-05 .cta:after, .section-05 .section-06 .cta:after, .section-07 .section-05 .cta:after, .section-05 .section-07 .cta:after, .section-08 .section-05 .cta:after, .section-05 .section-08 .cta:after, .section-09 .section-05 .cta:after, .section-05 .section-09 .cta:after, .section .section-06 .cta:after, .section-06 .section .cta:after, .section-01 .section-06 .cta:after, .section-06 .section-01 .cta:after, .section-02 .section-06 .cta:after, .section-06 .section-02 .cta:after, .section-03 .section-06 .cta:after, .section-06 .section-03 .cta:after, .section-04 .section-06 .cta:after, .section-06 .section-04 .cta:after, .section-05 .section-06 .cta:after, .section-06 .section-05 .cta:after, .section-06 .cta:after, .section-07 .section-06 .cta:after, .section-06 .section-07 .cta:after, .section-08 .section-06 .cta:after, .section-06 .section-08 .cta:after, .section-09 .section-06 .cta:after, .section-06 .section-09 .cta:after, .section .section-07 .cta:after, .section-07 .section .cta:after, .section-01 .section-07 .cta:after, .section-07 .section-01 .cta:after, .section-02 .section-07 .cta:after, .section-07 .section-02 .cta:after, .section-03 .section-07 .cta:after, .section-07 .section-03 .cta:after, .section-04 .section-07 .cta:after, .section-07 .section-04 .cta:after, .section-05 .section-07 .cta:after, .section-07 .section-05 .cta:after, .section-06 .section-07 .cta:after, .section-07 .section-06 .cta:after, .section-07 .cta:after, .section-08 .section-07 .cta:after, .section-07 .section-08 .cta:after, .section-09 .section-07 .cta:after, .section-07 .section-09 .cta:after, .section .section-08 .cta:after, .section-08 .section .cta:after, .section-01 .section-08 .cta:after, .section-08 .section-01 .cta:after, .section-02 .section-08 .cta:after, .section-08 .section-02 .cta:after, .section-03 .section-08 .cta:after, .section-08 .section-03 .cta:after, .section-04 .section-08 .cta:after, .section-08 .section-04 .cta:after, .section-05 .section-08 .cta:after, .section-08 .section-05 .cta:after, .section-06 .section-08 .cta:after, .section-08 .section-06 .cta:after, .section-07 .section-08 .cta:after, .section-08 .section-07 .cta:after, .section-08 .cta:after, .section-09 .section-08 .cta:after, .section-08 .section-09 .cta:after, .section .section-09 .cta:after, .section-09 .section .cta:after, .section-01 .section-09 .cta:after, .section-09 .section-01 .cta:after, .section-02 .section-09 .cta:after, .section-09 .section-02 .cta:after, .section-03 .section-09 .cta:after, .section-09 .section-03 .cta:after, .section-04 .section-09 .cta:after, .section-09 .section-04 .cta:after, .section-05 .section-09 .cta:after, .section-09 .section-05 .cta:after, .section-06 .section-09 .cta:after, .section-09 .section-06 .cta:after, .section-07 .section-09 .cta:after, .section-09 .section-07 .cta:after, .section-08 .section-09 .cta:after, .section-09 .section-08 .cta:after, .section-09 .cta:after, .section .btn:after, .section-01 .btn:after, .section-02 .btn:after, .section-03 .btn:after, .section-04 .btn:after, .section-05 .btn:after, .section-06 .btn:after, .section-07 .btn:after, .section-08 .btn:after, .section-09 .btn:after {
width: 13px;
height: 13px;
content: '';
display: inline-block;
vertical-align: middle;
border-right: 3px solid #fff;
border-bottom: 3px solid #fff;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
margin: 0 0 1px 5px; }
.section .arrow-right, .section-01 .arrow-right, .section-02 .arrow-right, .section-03 .arrow-right, .section-04 .arrow-right, .section-05 .arrow-right, .section-06 .arrow-right, .section-07 .arrow-right, .section-08 .arrow-right, .section-09 .arrow-right, .section .cta, .section-01 .section .cta, .section .section-01 .cta, .section-02 .section .cta, .section .section-02 .cta, .section-03 .section .cta, .section .section-03 .cta, .section-04 .section .cta, .section .section-04 .cta, .section-05 .section .cta, .section .section-05 .cta, .section-06 .section .cta, .section .section-06 .cta, .section-07 .section .cta, .section .section-07 .cta, .section-08 .section .cta, .section .section-08 .cta, .section-09 .section .cta, .section .section-09 .cta, .section .section-01 .cta, .section-01 .section .cta, .section-01 .cta, .section-02 .section-01 .cta, .section-01 .section-02 .cta, .section-03 .section-01 .cta, .section-01 .section-03 .cta, .section-04 .section-01 .cta, .section-01 .section-04 .cta, .section-05 .section-01 .cta, .section-01 .section-05 .cta, .section-06 .section-01 .cta, .section-01 .section-06 .cta, .section-07 .section-01 .cta, .section-01 .section-07 .cta, .section-08 .section-01 .cta, .section-01 .section-08 .cta, .section-09 .section-01 .cta, .section-01 .section-09 .cta, .section .section-02 .cta, .section-02 .section .cta, .section-01 .section-02 .cta, .section-02 .section-01 .cta, .section-02 .cta, .section-03 .section-02 .cta, .section-02 .section-03 .cta, .section-04 .section-02 .cta, .section-02 .section-04 .cta, .section-05 .section-02 .cta, .section-02 .section-05 .cta, .section-06 .section-02 .cta, .section-02 .section-06 .cta, .section-07 .section-02 .cta, .section-02 .section-07 .cta, .section-08 .section-02 .cta, .section-02 .section-08 .cta, .section-09 .section-02 .cta, .section-02 .section-09 .cta, .section .section-03 .cta, .section-03 .section .cta, .section-01 .section-03 .cta, .section-03 .section-01 .cta, .section-02 .section-03 .cta, .section-03 .section-02 .cta, .section-03 .cta, .section-04 .section-03 .cta, .section-03 .section-04 .cta, .section-05 .section-03 .cta, .section-03 .section-05 .cta, .section-06 .section-03 .cta, .section-03 .section-06 .cta, .section-07 .section-03 .cta, .section-03 .section-07 .cta, .section-08 .section-03 .cta, .section-03 .section-08 .cta, .section-09 .section-03 .cta, .section-03 .section-09 .cta, .section .section-04 .cta, .section-04 .section .cta, .section-01 .section-04 .cta, .section-04 .section-01 .cta, .section-02 .section-04 .cta, .section-04 .section-02 .cta, .section-03 .section-04 .cta, .section-04 .section-03 .cta, .section-04 .cta, .section-05 .section-04 .cta, .section-04 .section-05 .cta, .section-06 .section-04 .cta, .section-04 .section-06 .cta, .section-07 .section-04 .cta, .section-04 .section-07 .cta, .section-08 .section-04 .cta, .section-04 .section-08 .cta, .section-09 .section-04 .cta, .section-04 .section-09 .cta, .section .section-05 .cta, .section-05 .section .cta, .section-01 .section-05 .cta, .section-05 .section-01 .cta, .section-02 .section-05 .cta, .section-05 .section-02 .cta, .section-03 .section-05 .cta, .section-05 .section-03 .cta, .section-04 .section-05 .cta, .section-05 .section-04 .cta, .section-05 .cta, .section-06 .section-05 .cta, .section-05 .section-06 .cta, .section-07 .section-05 .cta, .section-05 .section-07 .cta, .section-08 .section-05 .cta, .section-05 .section-08 .cta, .section-09 .section-05 .cta, .section-05 .section-09 .cta, .section .section-06 .cta, .section-06 .section .cta, .section-01 .section-06 .cta, .section-06 .section-01 .cta, .section-02 .section-06 .cta, .section-06 .section-02 .cta, .section-03 .section-06 .cta, .section-06 .section-03 .cta, .section-04 .section-06 .cta, .section-06 .section-04 .cta, .section-05 .section-06 .cta, .section-06 .section-05 .cta, .section-06 .cta, .section-07 .section-06 .cta, .section-06 .section-07 .cta, .section-08 .section-06 .cta, .section-06 .section-08 .cta, .section-09 .section-06 .cta, .section-06 .section-09 .cta, .section .section-07 .cta, .section-07 .section .cta, .section-01 .section-07 .cta, .section-07 .section-01 .cta, .section-02 .section-07 .cta, .section-07 .section-02 .cta, .section-03 .section-07 .cta, .section-07 .section-03 .cta, .section-04 .section-07 .cta, .section-07 .section-04 .cta, .section-05 .section-07 .cta, .section-07 .section-05 .cta, .section-06 .section-07 .cta, .section-07 .section-06 .cta, .section-07 .cta, .section-08 .section-07 .cta, .section-07 .section-08 .cta, .section-09 .section-07 .cta, .section-07 .section-09 .cta, .section .section-08 .cta, .section-08 .section .cta, .section-01 .section-08 .cta, .section-08 .section-01 .cta, .section-02 .section-08 .cta, .section-08 .section-02 .cta, .section-03 .section-08 .cta, .section-08 .section-03 .cta, .section-04 .section-08 .cta, .section-08 .section-04 .cta, .section-05 .section-08 .cta, .section-08 .section-05 .cta, .section-06 .section-08 .cta, .section-08 .section-06 .cta, .section-07 .section-08 .cta, .section-08 .section-07 .cta, .section-08 .cta, .section-09 .section-08 .cta, .section-08 .section-09 .cta, .section .section-09 .cta, .section-09 .section .cta, .section-01 .section-09 .cta, .section-09 .section-01 .cta, .section-02 .section-09 .cta, .section-09 .section-02 .cta, .section-03 .section-09 .cta, .section-09 .section-03 .cta, .section-04 .section-09 .cta, .section-09 .section-04 .cta, .section-05 .section-09 .cta, .section-09 .section-05 .cta, .section-06 .section-09 .cta, .section-09 .section-06 .cta, .section-07 .section-09 .cta, .section-09 .section-07 .cta, .section-08 .section-09 .cta, .section-09 .section-08 .cta, .section-09 .cta, .section .cta, .section-01 .cta, .section-02 .cta, .section-03 .cta, .section-04 .cta, .section-05 .cta, .section-06 .cta, .section-07 .cta, .section-08 .cta, .section-09 .cta {
position: relative;
display: inline-block; }
.section .arrow-right:after, .section-01 .arrow-right:after, .section-02 .arrow-right:after, .section-03 .arrow-right:after, .section-04 .arrow-right:after, .section-05 .arrow-right:after, .section-06 .arrow-right:after, .section-07 .arrow-right:after, .section-08 .arrow-right:after, .section-09 .arrow-right:after, .section .cta:after, .section-01 .section .cta:after, .section .section-01 .cta:after, .section-02 .section .cta:after, .section .section-02 .cta:after, .section-03 .section .cta:after, .section .section-03 .cta:after, .section-04 .section .cta:after, .section .section-04 .cta:after, .section-05 .section .cta:after, .section .section-05 .cta:after, .section-06 .section .cta:after, .section .section-06 .cta:after, .section-07 .section .cta:after, .section .section-07 .cta:after, .section-08 .section .cta:after, .section .section-08 .cta:after, .section-09 .section .cta:after, .section .section-09 .cta:after, .section .section-01 .cta:after, .section-01 .section .cta:after, .section-01 .cta:after, .section-02 .section-01 .cta:after, .section-01 .section-02 .cta:after, .section-03 .section-01 .cta:after, .section-01 .section-03 .cta:after, .section-04 .section-01 .cta:after, .section-01 .section-04 .cta:after, .section-05 .section-01 .cta:after, .section-01 .section-05 .cta:after, .section-06 .section-01 .cta:after, .section-01 .section-06 .cta:after, .section-07 .section-01 .cta:after, .section-01 .section-07 .cta:after, .section-08 .section-01 .cta:after, .section-01 .section-08 .cta:after, .section-09 .section-01 .cta:after, .section-01 .section-09 .cta:after, .section .section-02 .cta:after, .section-02 .section .cta:after, .section-01 .section-02 .cta:after, .section-02 .section-01 .cta:after, .section-02 .cta:after, .section-03 .section-02 .cta:after, .section-02 .section-03 .cta:after, .section-04 .section-02 .cta:after, .section-02 .section-04 .cta:after, .section-05 .section-02 .cta:after, .section-02 .section-05 .cta:after, .section-06 .section-02 .cta:after, .section-02 .section-06 .cta:after, .section-07 .section-02 .cta:after, .section-02 .section-07 .cta:after, .section-08 .section-02 .cta:after, .section-02 .section-08 .cta:after, .section-09 .section-02 .cta:after, .section-02 .section-09 .cta:after, .section .section-03 .cta:after, .section-03 .section .cta:after, .section-01 .section-03 .cta:after, .section-03 .section-01 .cta:after, .section-02 .section-03 .cta:after, .section-03 .section-02 .cta:after, .section-03 .cta:after, .section-04 .section-03 .cta:after, .section-03 .section-04 .cta:after, .section-05 .section-03 .cta:after, .section-03 .section-05 .cta:after, .section-06 .section-03 .cta:after, .section-03 .section-06 .cta:after, .section-07 .section-03 .cta:after, .section-03 .section-07 .cta:after, .section-08 .section-03 .cta:after, .section-03 .section-08 .cta:after, .section-09 .section-03 .cta:after, .section-03 .section-09 .cta:after, .section .section-04 .cta:after, .section-04 .section .cta:after, .section-01 .section-04 .cta:after, .section-04 .section-01 .cta:after, .section-02 .section-04 .cta:after, .section-04 .section-02 .cta:after, .section-03 .section-04 .cta:after, .section-04 .section-03 .cta:after, .section-04 .cta:after, .section-05 .section-04 .cta:after, .section-04 .section-05 .cta:after, .section-06 .section-04 .cta:after, .section-04 .section-06 .cta:after, .section-07 .section-04 .cta:after, .section-04 .section-07 .cta:after, .section-08 .section-04 .cta:after, .section-04 .section-08 .cta:after, .section-09 .section-04 .cta:after, .section-04 .section-09 .cta:after, .section .section-05 .cta:after, .section-05 .section .cta:after, .section-01 .section-05 .cta:after, .section-05 .section-01 .cta:after, .section-02 .section-05 .cta:after, .section-05 .section-02 .cta:after, .section-03 .section-05 .cta:after, .section-05 .section-03 .cta:after, .section-04 .section-05 .cta:after, .section-05 .section-04 .cta:after, .section-05 .cta:after, .section-06 .section-05 .cta:after, .section-05 .section-06 .cta:after, .section-07 .section-05 .cta:after, .section-05 .section-07 .cta:after, .section-08 .section-05 .cta:after, .section-05 .section-08 .cta:after, .section-09 .section-05 .cta:after, .section-05 .section-09 .cta:after, .section .section-06 .cta:after, .section-06 .section .cta:after, .section-01 .section-06 .cta:after, .section-06 .section-01 .cta:after, .section-02 .section-06 .cta:after, .section-06 .section-02 .cta:after, .section-03 .section-06 .cta:after, .section-06 .section-03 .cta:after, .section-04 .section-06 .cta:after, .section-06 .section-04 .cta:after, .section-05 .section-06 .cta:after, .section-06 .section-05 .cta:after, .section-06 .cta:after, .section-07 .section-06 .cta:after, .section-06 .section-07 .cta:after, .section-08 .section-06 .cta:after, .section-06 .section-08 .cta:after, .section-09 .section-06 .cta:after, .section-06 .section-09 .cta:after, .section .section-07 .cta:after, .section-07 .section .cta:after, .section-01 .section-07 .cta:after, .section-07 .section-01 .cta:after, .section-02 .section-07 .cta:after, .section-07 .section-02 .cta:after, .section-03 .section-07 .cta:after, .section-07 .section-03 .cta:after, .section-04 .section-07 .cta:after, .section-07 .section-04 .cta:after, .section-05 .section-07 .cta:after, .section-07 .section-05 .cta:after, .section-06 .section-07 .cta:after, .section-07 .section-06 .cta:after, .section-07 .cta:after, .section-08 .section-07 .cta:after, .section-07 .section-08 .cta:after, .section-09 .section-07 .cta:after, .section-07 .section-09 .cta:after, .section .section-08 .cta:after, .section-08 .section .cta:after, .section-01 .section-08 .cta:after, .section-08 .section-01 .cta:after, .section-02 .section-08 .cta:after, .section-08 .section-02 .cta:after, .section-03 .section-08 .cta:after, .section-08 .section-03 .cta:after, .section-04 .section-08 .cta:after, .section-08 .section-04 .cta:after, .section-05 .section-08 .cta:after, .section-08 .section-05 .cta:after, .section-06 .section-08 .cta:after, .section-08 .section-06 .cta:after, .section-07 .section-08 .cta:after, .section-08 .section-07 .cta:after, .section-08 .cta:after, .section-09 .section-08 .cta:after, .section-08 .section-09 .cta:after, .section .section-09 .cta:after, .section-09 .section .cta:after, .section-01 .section-09 .cta:after, .section-09 .section-01 .cta:after, .section-02 .section-09 .cta:after, .section-09 .section-02 .cta:after, .section-03 .section-09 .cta:after, .section-09 .section-03 .cta:after, .section-04 .section-09 .cta:after, .section-09 .section-04 .cta:after, .section-05 .section-09 .cta:after, .section-09 .section-05 .cta:after, .section-06 .section-09 .cta:after, .section-09 .section-06 .cta:after, .section-07 .section-09 .cta:after, .section-09 .section-07 .cta:after, .section-08 .section-09 .cta:after, .section-09 .section-08 .cta:after, .section-09 .cta:after, .section .cta:after, .section-01 .cta:after, .section-02 .cta:after, .section-03 .cta:after, .section-04 .cta:after, .section-05 .cta:after, .section-06 .cta:after, .section-07 .cta:after, .section-08 .cta:after, .section-09 .cta:after {
width: 7px;
height: 7px;
content: '';
display: inline-block;
vertical-align: middle;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
margin: 0 0 1px 5px; }
.section .logo, .section-01 .logo, .section-02 .logo, .section-03 .logo, .section-04 .logo, .section-05 .logo, .section-06 .logo, .section-07 .logo, .section-08 .logo, .section-09 .logo {
width: 160px;
display: block; }
.section .logo a, .section-01 .logo a, .section-02 .logo a, .section-03 .logo a, .section-04 .logo a, .section-05 .logo a, .section-06 .logo a, .section-07 .logo a, .section-08 .logo a, .section-09 .logo a, .section .logo img, .section-01 .logo img, .section-02 .logo img, .section-03 .logo img, .section-04 .logo img, .section-05 .logo img, .section-06 .logo img, .section-07 .logo img, .section-08 .logo img, .section-09 .logo img {
display: block; }
.section .btn, .section-01 .btn, .section-02 .btn, .section-03 .btn, .section-04 .btn, .section-05 .btn, .section-06 .btn, .section-07 .btn, .section-08 .btn, .section-09 .btn {
-webkit-transition: background 0.2s ease-in-out;
transition: background 0.2s ease-in-out;
text-align: center;
text-decoration: none;
display: inline-block;
background: #fff;
color: #000;
padding: 8px 20px;
font-size: 16px;
line-height: 1.5;
letter-spacing: -.4px;
border: 1px solid #fff;
font-weight: 600; }
@media (min-width: 650px) {
.section .btn, .section-01 .btn, .section-02 .btn, .section-03 .btn, .section-04 .btn, .section-05 .btn, .section-06 .btn, .section-07 .btn, .section-08 .btn, .section-09 .btn {
letter-spacing: -.2px; } }
.section .btn:hover, .section-01 .btn:hover, .section-02 .btn:hover, .section-03 .btn:hover, .section-04 .btn:hover, .section-05 .btn:hover, .section-06 .btn:hover, .section-07 .btn:hover, .section-08 .btn:hover, .section-09 .btn:hover {
color: #000; }
.section .btn:hover span, .section-01 .btn:hover span, .section-02 .btn:hover span, .section-03 .btn:hover span, .section-04 .btn:hover span, .section-05 .btn:hover span, .section-06 .btn:hover span, .section-07 .btn:hover span, .section-08 .btn:hover span, .section-09 .btn:hover span {
text-decoration: none;
color: #000; }
.section .btn:after, .section-01 .btn:after, .section-02 .btn:after, .section-03 .btn:after, .section-04 .btn:after, .section-05 .btn:after, .section-06 .btn:after, .section-07 .btn:after, .section-08 .btn:after, .section-09 .btn:after {
border-color: #000; }
.section .btn:before, .section-01 .btn:before, .section-02 .btn:before, .section-03 .btn:before, .section-04 .btn:before, .section-05 .btn:before, .section-06 .btn:before, .section-07 .btn:before, .section-08 .btn:before, .section-09 .btn:before {
display: none; }
.section .btn.transparent, .section-01 .btn.transparent, .section-02 .btn.transparent, .section-03 .btn.transparent, .section-04 .btn.transparent, .section-05 .btn.transparent, .section-06 .btn.transparent, .section-07 .btn.transparent, .section-08 .btn.transparent, .section-09 .btn.transparent {
background: transparent;
border: 2px solid #1e0013;
color: #1e0013;
padding: 8px 20px; }
.section .btn.transparent:after, .section-01 .btn.transparent:after, .section-02 .btn.transparent:after, .section-03 .btn.transparent:after, .section-04 .btn.transparent:after, .section-05 .btn.transparent:after, .section-06 .btn.transparent:after, .section-07 .btn.transparent:after, .section-08 .btn.transparent:after, .section-09 .btn.transparent:after {
border-color: #1e0013; }
.section .btn.transparent:hover, .section-01 .btn.transparent:hover, .section-02 .btn.transparent:hover, .section-03 .btn.transparent:hover, .section-04 .btn.transparent:hover, .section-05 .btn.transparent:hover, .section-06 .btn.transparent:hover, .section-07 .btn.transparent:hover, .section-08 .btn.transparent:hover, .section-09 .btn.transparent:hover {
color: #1e0013; }
.section .btn.transparent:hover span, .section-01 .btn.transparent:hover span, .section-02 .btn.transparent:hover span, .section-03 .btn.transparent:hover span, .section-04 .btn.transparent:hover span, .section-05 .btn.transparent:hover span, .section-06 .btn.transparent:hover span, .section-07 .btn.transparent:hover span, .section-08 .btn.transparent:hover span, .section-09 .btn.transparent:hover span {
text-decoration: none;
color: #1e0013; }
.section .cta, .section-01 .cta, .section-02 .cta, .section-03 .cta, .section-04 .cta, .section-05 .cta, .section-06 .cta, .section-07 .cta, .section-08 .cta, .section-09 .cta {
font-weight: 600;
color: #1e0013;
letter-spacing: -.4px;
text-decoration: none;
padding: 0;
width: 100%;
display: inline-block;
background: none;
margin: 4px 0 0; }
.section .cta:hover span, .section-01 .cta:hover span, .section-02 .cta:hover span, .section-03 .cta:hover span, .section-04 .cta:hover span, .section-05 .cta:hover span, .section-06 .cta:hover span, .section-07 .cta:hover span, .section-08 .cta:hover span, .section-09 .cta:hover span {
text-decoration: none;
color: #1e0013; }
.section .cta:after, .section-01 .cta:after, .section-02 .cta:after, .section-03 .cta:after, .section-04 .cta:after, .section-05 .cta:after, .section-06 .cta:after, .section-07 .cta:after, .section-08 .cta:after, .section-09 .cta:after {
border-color: #1e0013; }

.body-inner-wrapper .dialog-off-canvas-main-canvas .format-modal-form {
left: auto !important;
right: 70px !important; }
@media (max-width: 479px) {
.body-inner-wrapper .dialog-off-canvas-main-canvas .format-modal-form {
left: 0 !important;
right: 0 !important; } }
.body-inner-wrapper .dialog-off-canvas-main-canvas .format-modal-form:hover {
color: #fff; }
.body-inner-wrapper .dialog-off-canvas-main-canvas .format-modal-form:hover span {
text-decoration: none !important; }
.body-inner-wrapper .dialog-off-canvas-main-canvas .format-modal-form .link-text {
width: 100px !important; }

.body-inner-wrapper .dialog-off-canvas-main-canvas .link-gated-resource:hover {
color: #fff; }
.body-inner-wrapper .dialog-off-canvas-main-canvas .link-gated-resource:hover span {
text-decoration: none !important; }

.body-inner-wrapper .dialog-off-canvas-main-canvas .link-gated-resource .glyphicon-refresh:before {
color: #000 !important; }

@media (min-width: 480px) {
.body-inner-wrapper .dialog-off-canvas-main-canvas .region {
padding: 0 !important; } }

.section-01 {
background-color: #000;
font-size: 18px;
line-height: 1.56;
letter-spacing: -.3px;
color: #fff; }
.section-01 .columns-block {
margin: 0 -30px; }
@media (min-width: 650px) {
.section-01 .columns-block {
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;
padding: 30px 0;
margin: 0; } }
@media (min-width: 1024px) {
.section-01 .columns-block {
min-height: 611px; } }
@media (min-width: 650px) {
.section-01 .columns-block .img-holder {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%; } }
@media (min-width: 1366px) {
.section-01 .columns-block .img-holder {
position: absolute;
top: 0;
right: 0;
width: 50%;
height: 100%; } }
.section-01 .columns-block .img-holder .mobile {
display: block; }
@media (min-width: 650px) {
.section-01 .columns-block .img-holder .mobile {
display: none; } }
.section-01 .columns-block .img-holder .desktop {
display: none; }
@media (min-width: 650px) {
.section-01 .columns-block .img-holder .desktop {
display: block; } }
@media (min-width: 650px) {
.section-01 .columns-block .img-holder img {
width: 100%;
height: 100%;
object-fit: cover; } }
.section-01 .columns-block .left-column {
position: relative;
padding: 50px 20px 35px 30px; }
@media (min-width: 650px) {
.section-01 .columns-block .left-column {
position: unset;
width: 50%;
padding: 20px 70px 20px 0; } }
.section-01 .columns-block .left-column .bg-holder {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0; }
@media (min-width: 650px) {
.section-01 .columns-block .left-column .bg-holder {
width: 50%; } }
.section-01 .columns-block .left-column .bg-holder img {
width: 100%;
height: 100%;
object-fit: cover; }
.section-01 .columns-block .left-column .bg-holder ~ * {
position: relative;
z-index: 1; }
.section-01 .columns-block .left-column h5 {
margin: 0 20px .6em 5px; }
@media (min-width: 1024px) {
.section-01 .columns-block .left-column h5 {
margin: 0 0 1.2em; } }
.section-01 .columns-block .left-column p {
max-width: 360px; }
.section-01 .columns-block .left-column .btn {
margin: 13px 0 0; }
.section-01 .columns-block .right-column {
position: relative;
z-index: 1;
background: #7a126b;
padding: 32px 30px 50px; }
@media (min-width: 650px) {
.section-01 .columns-block .right-column {
background: none;
width: 50%;
-ms-flex-item-align: end;
align-self: flex-end;
padding: 0; } }
@media (min-width: 1366px) {
.section-01 .columns-block .right-column {
position: unset; } }

.section-02 {
background: #fff;
padding: 50px 0 45px;
font-size: 18px;
line-height: 1.55;
letter-spacing: -.3px;
color: #000; }
@media (min-width: 480px) {
.section-02 {
font-size: 16px;
line-height: 1.5; } }
@media (min-width: 1024px) {
.section-02 {
padding: 80px 0;
margin: 0; } }
.section-02 .columns-block {
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: 650px) {
.section-02 .columns-block {
-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;
gap: 0 30px; } }
.section-02 .columns-block .post-column {
margin: 0 0 20px; }
@media (max-width: 649px) {
.section-02 .columns-block .post-column {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; } }
@media (min-width: 650px) {
.section-02 .columns-block .post-column {
width: calc(50% - 15px);
margin: 0; } }
@media (min-width: 1024px) {
.section-02 .columns-block .post-column {
width: calc(50% - 15px); } }
.section-02 .columns-block .post-column h2 {
margin: 0 0 .5em; }
@media (min-width: 1024px) {
.section-02 .columns-block .post-column h2 {
margin: 0 0 .6em; } }
.section-02 .columns-block .post-column p {
margin: 0 0 1.56em; }
.section-02 .columns-block .post-column p + p {
margin: 0; }
@media (max-width: 649px) {
.section-02 .columns-block .img-column {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; } }
@media (min-width: 650px) {
.section-02 .columns-block .img-column {
width: calc(50% - 15px);
max-width: 532px; } }
@media (min-width: 1024px) {
.section-02 .columns-block .img-column {
width: calc(50% - 15px); } }

.section-03 {
background: #f1e1ed;
padding: 50px 0 5px;
text-align: center;
line-height: 1.5;
letter-spacing: -.3px; }
@media (min-width: 1024px) {
.section-03 {
padding: 82px 0 60px; } }
.section-03 .heading-block {
margin: 0 auto 45px; }
@media (min-width: 480px) {
.section-03 .heading-block {
max-width: 754px; } }
.section-03 .columns-block {
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: center;
-ms-flex-align: center;
align-items: center; }
@media (min-width: 650px) {
.section-03 .columns-block {
-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-wrap: wrap;
flex-wrap: wrap;
gap: 0 20px; } }
@media (min-width: 1024px) {
.section-03 .columns-block {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; } }
.section-03 .column {
max-width: 360px;
margin: 0 0 25px; }
@media (min-width: 650px) {
.section-03 .column {
width: calc(50% - 15px);
margin: 0; } }
@media (min-width: 1024px) {
.section-03 .column {
width: calc(33.333% - 16px); } }
.section-03 .img-holder {
margin: 0 0 25px; }
.section-03 .img-holder img {
width: 131px;
margin: 0 auto; }
.section-03 .post-holder {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.section-03 .post-holder h4 {
margin: 0 0 .83em; }
@media (min-width: 1024px) {
.section-03 .post-holder h4 {
margin: 0 0 .92em;
letter-spacing: -.5px; } }

.section-04 {
background: #fff;
padding: 50px 0;
font-size: 18px;
line-height: 1.56;
letter-spacing: -.3px;
color: #000; }
@media (min-width: 480px) {
.section-04 {
font-size: 16px;
line-height: 1.5; } }
@media (min-width: 1024px) {
.section-04 {
padding: 82px 0 64px; } }
.section-04 .columns-block {
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: 650px) {
.section-04 .columns-block {
-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;
gap: 0 30px;
margin: 0 0 80px; } }
.section-04 .columns-block .post-column {
margin: 0 0 20px; }
@media (max-width: 649px) {
.section-04 .columns-block .post-column {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; } }
@media (min-width: 650px) {
.section-04 .columns-block .post-column {
width: calc(50% - 15px);
margin: 0; } }
@media (min-width: 1024px) {
.section-04 .columns-block .post-column {
width: calc(50% - 15px); } }
.section-04 .columns-block .post-column h2 {
margin: 0 0 .5em; }
@media (min-width: 1024px) {
.section-04 .columns-block .post-column h2 {
margin: 0 0 .6em; } }
.section-04 .columns-block .post-column p {
margin: 0 0 1.56em; }
.section-04 .columns-block .post-column p + p {
margin: 0; }
@media (max-width: 649px) {
.section-04 .columns-block .img-column {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; } }
@media (min-width: 650px) {
.section-04 .columns-block .img-column {
width: calc(50% - 15px);
max-width: 532px; } }
@media (min-width: 1024px) {
.section-04 .columns-block .img-column {
width: calc(50% - 15px); } }
.section-04 .offers-block {
display: none; }
@media (min-width: 650px) {
.section-04 .offers-block {
display: block;
line-height: 2.06; } }
.section-04 .offers-block .heading-block {
margin: 0 0 25px; }
.section-04 .offers-block .offers-columns {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 0 30px; }
@media (min-width: 1024px) {
.section-04 .offers-block .offers-columns {
gap: 0 115px; } }
.section-04 .offers-block .offers-columns .offer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 0 13px;
margin: 0 0 15px; }
.section-04 .offers-block .offers-columns .offer img {
max-width: 34px; }
@media (min-width: 1024px) {
.section-04 .offers-block .offers-columns .offer p {
margin: 0; } }

.section-05 {
background: #64131e;
overflow: hidden;
padding: 50px 0 40px;
letter-spacing: -.3px; }
@media (min-width: 1024px) {
.section-05 {
padding: 80px 0 70px; } }
.section-05 .heading-block {
font-size: 16px;
line-height: 1.5;
color: #fff;
letter-spacing: -.2px;
margin: 0 3px 20px 0;
max-width: 898px; }
@media (min-width: 1024px) {
.section-05 .heading-block {
font-size: 20px;
line-height: 1.4;
letter-spacing: -.4px;
margin: 0 0 25px; } }
.section-05 .heading-block h2 {
margin: 0 0 23px;
color: #fff; }
@media (max-width: 479px) {
.section-05 .heading-block h2 {
font-size: 24px;
line-height: 1.17;
letter-spacing: -.4px; } }
.section-05 .slider-block {
margin: 0 -42px 10px 0; }
@media (min-width: 1024px) {
.section-05 .slider-block {
margin: 0 -24px 0 0; } }
.section-05 .slider-block h4 {
margin: 0 0 .6em;
font-size: 24px;
line-height: 1.17;
letter-spacing: -.5px; }
.section-05 .slider-block .slick-list {
padding: 10px 50px 10px 0;
margin: 0 -12px; }
@media (min-width: 1024px) {
.section-05 .slider-block .slick-list {
padding: 10px 0;
cursor: default; } }
.section-05 .slider-block .slick-track {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.section-05 .slider-block .slide {
background: #fff;
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-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
height: inherit;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
margin: 0 12px !important;
outline: none; }
.section-05 .slider-block .post-holder {
padding: 20px 23px 15px 20px; }
@media (min-width: 1024px) {
.section-05 .slider-block .post-holder {
padding: 21px 21px 15px; } }

.section-06 {
font-size: 18px;
line-height: 1.56;
letter-spacing: -.3px;
color: #fff;
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: end;
-ms-flex-pack: end;
justify-content: flex-end;
min-height: 726px; }
@media (min-width: 480px) {
.section-06 {
font-size: 16px;
line-height: 1.5; } }
@media (min-width: 650px) {
.section-06 {
min-height: auto; } }
@media (min-width: 1024px) {
.section-06 {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; } }
@media (min-width: 1366px) {
.section-06 {
min-height: 520px; } }
.section-06 .bg-holder img {
width: 100%;
height: 100%;
object-fit: cover; }
.section-06 .bg-holder ~ * {
position: relative;
z-index: 1; }
.section-06 .mobile {
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
left: 0; }
@media (min-width: 650px) {
.section-06 .mobile {
display: none; } }
.section-06 .desktop {
display: none; }
@media (min-width: 650px) {
.section-06 .desktop {
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
left: 0; } }
.section-06 .post-block {
padding: 60px 0;
max-width: 456px; }
@media (max-width: 649px) {
.section-06 .post-block {
padding: 0 0 50px; } }
.section-06 .post-block h2 {
color: #fff;
margin: 0 0 .6em; }
.section-06 .post-block .btn-holder {
margin: 20px 0 0;
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; }
.section-06 .post-block .btn-holder .btn {
margin: 0 0 15px; }
@media (min-width: 650px) {
.section-06 .post-block .btn-holder .btn {
margin: 0 0 20px; } }
.section-06 .post-block .btn-holder .btn + .btn {
margin: 0; }
.section-06 .post-block .btn-holder .btn.transparent {
border: 2px solid #fff;
color: #fff; }
.section-06 .post-block .btn-holder .btn.transparent:after {
border-color: #fff; }
.section-06 .post-block .btn-holder .btn.transparent:hover {
color: #fff; }
.section-06 .post-block .btn-holder .btn.transparent:hover span {
color: #fff; }

.section-07 {
background: #fff;
padding: 45px 0;
font-size: 20px;
line-height: 1.4;
letter-spacing: -.3px;
color: #fff; }
@media (min-width: 480px) {
.section-07 {
font-size: 16px;
line-height: 1.5; } }
@media (min-width: 1024px) {
.section-07 {
padding: 105px 0 80px; } }
@media (min-width: 768px) {
.section-07 .container {
max-width: 1164px; } }
.section-07 .columns-block {
margin: 0 -10px; }
@media (min-width: 768px) {
.section-07 .columns-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
max-width: none;
margin: 0; } }
.section-07 .columns-block .column {
position: relative;
min-height: 480px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; }
@media (min-width: 768px) {
.section-07 .columns-block .column {
width: 50%;
min-height: 380px; } }
.section-07 .bg-holder {
width: 100%;
height: 100%;
position: absolute; }
.section-07 .bg-holder div {
height: 100%; }
.section-07 .bg-holder img {
width: 100%;
height: 100%;
object-fit: cover; }
@media (max-width: 649px) {
.section-07 .bg-holder img {
object-position: 29% top; } }
.section-07 .post-block {
position: relative;
padding: 60px 30px 35px;
z-index: 1; }
@media (min-width: 1024px) {
.section-07 .post-block {
padding: 40px 36px 35px; } }
.section-07 .post-block h2 {
color: #fff;
margin: 0 0 15px; }
@media (max-width: 1023px) {
.section-07 .post-block h2 {
font-size: 24px;
line-height: 1.17;
letter-spacing: -.3px; } }
.section-07 .post-block .btn {
background: #294e95;
color: #fff;
border: 1px solid #294e95;
margin: 0; }
@media (min-width: 650px) {
.section-07 .post-block .btn {
margin: 15px 0 0; } }
.section-07 .post-block .btn:hover {
color: #fff; }
.section-07 .post-block .btn:hover span {
color: #fff; }
.section-07 .post-block .btn:after {
border-color: #fff; }

.section-08-container {
background-size: cover !important;
background-position: right 25% top !important;
background-repeat: no-repeat !important;
background-color: #7a126b !important; }
@media (min-width: 1024px) {
.section-08-container {
background-position: center top !important; } }

.section-08 {
background-size: cover;
background-position: right 25% top;
background-repeat: no-repeat;
padding: 50px 0 45px;
font-size: 18px;
line-height: 1.56;
letter-spacing: -.3px;
color: #fff; }
@media (min-width: 480px) {
.section-08 {
font-size: 16px;
line-height: 1.5; } }
@media (min-width: 1024px) {
.section-08 {
background-position: center top;
padding: 80px 0; } }
.section-08 .columns-block {
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: 650px) {
.section-08 .columns-block {
-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;
gap: 0 30px; } }
.section-08 .columns-block .post-column {
margin: 0 0 30px; }
@media (max-width: 649px) {
.section-08 .columns-block .post-column {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; } }
@media (min-width: 650px) {
.section-08 .columns-block .post-column {
width: calc(50% - 15px);
margin: 0; } }
@media (min-width: 1024px) {
.section-08 .columns-block .post-column {
width: calc(49% - 15px); } }
.section-08 .columns-block .post-column h2 {
color: #fff;
margin: 0 0 .6em; }
.section-08 .columns-block .post-column p {
margin: 0 0 1.5em; }
@media (min-width: 650px) {
.section-08 .columns-block .post-column p {
margin: 0 0 .63em; } }
.section-08 .columns-block .post-column p + p {
margin: 0; }
.section-08 .columns-block .post-column .btn {
margin: 20px 0 0; }
@media (min-width: 650px) {
.section-08 .columns-block .post-column .btn {
margin: 30px 0 0; } }
.section-08 .columns-block .post-column .transparent {
border: 2px solid #fff;
color: #fff; }
.section-08 .columns-block .post-column .transparent:after {
border-color: #fff; }
.section-08 .columns-block .post-column .transparent:hover {
color: #fff; }
.section-08 .columns-block .post-column .transparent:hover span {
color: #fff; }
@media (max-width: 649px) {
.section-08 .columns-block .img-column {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; } }
@media (min-width: 650px) {
.section-08 .columns-block .img-column {
width: calc(50% - 15px);
max-width: 532px; } }
@media (min-width: 1024px) {
.section-08 .columns-block .img-column {
width: calc(51% - 15px); } }

.section-09 {
background: #fff;
padding: 50px 0;
font-size: 18px;
line-height: 1.56;
letter-spacing: -.3px;
color: #000; }
@media (min-width: 480px) {
.section-09 {
font-size: 16px;
line-height: 1.5; } }
@media (min-width: 1024px) {
.section-09 {
padding: 80px 0; } }
.section-09 .columns-block {
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: 650px) {
.section-09 .columns-block {
-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;
gap: 0 30px; } }
.section-09 .columns-block .post-column {
margin: 0 0 25px; }
@media (max-width: 649px) {
.section-09 .columns-block .post-column {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; } }
@media (min-width: 650px) {
.section-09 .columns-block .post-column {
width: calc(50% - 15px);
margin: 0; } }
@media (min-width: 1024px) {
.section-09 .columns-block .post-column {
width: calc(50% - 15px); } }
.section-09 .columns-block .post-column h2 {
margin: 0 0 .45em; }
@media (min-width: 1024px) {
.section-09 .columns-block .post-column h2 {
margin: 0 0 .6em; } }
.section-09 .columns-block .post-column .btn {
background: #294e95;
color: #fff;
margin: 5px 0 0; }
@media (min-width: 1024px) {
.section-09 .columns-block .post-column .btn {
margin: 15px 0 0; } }
.section-09 .columns-block .post-column .btn:hover {
color: #fff; }
.section-09 .columns-block .post-column .btn:hover span {
color: #fff; }
.section-09 .columns-block .post-column .btn:after {
border-color: #fff; }
@media (max-width: 649px) {
.section-09 .columns-block .img-column {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; } }
@media (min-width: 650px) {
.section-09 .columns-block .img-column {
width: calc(50% - 15px);
max-width: 532px; } }
@media (min-width: 1024px) {
.section-09 .columns-block .img-column {
width: calc(50% - 15px); } }
/*# sourceMappingURL=main.css.map */
</style>

<section class="section-01">
<div class="container">
<div class="columns-block">
<div class="img-holder">
<div class="mobile"><img alt="" src="/origind8/sites/default/files/2022-09/img-header-mobile-right_56.jpg" /></div>

<div class="desktop"><img alt="" src="/origind8/sites/default/files/2022-09/img-header-desktop-right_56.jpg" /></div>
</div>

<div class="left-column">
<div class="bg-holder"><img alt="" src="/origind8/sites/default/files/2022-09/img-header-desktop-left_56.jpg" /></div>

<h5>Lenovo Device Intelligence<br class="hm" />
Plus Managed Services</h5>

<h1>A more intelligent approach to digital experience monitoring</h1>

<p>A purpose-built managed service to&nbsp;save&nbsp;you time and money, without the need to hire specialized personnel.</p>
<cta-button data-embed-class="btn" data-embed-label="Read brochure" data-embed-media="" data-embed-scheme="link" data-embed-target="_blank" data-embed-text="" data-embed-type="link" data-embed-url="https://www.lenovo.com/content/dam/lenovo/dcg/global/en/services/highsp… brochure</cta-button></div>
</div>
</div>
</section>

<section class="section-02">
<div class="container">
<div class="columns-block">
<div class="post-column">
<h2>Optimizing devices, wherever your workforce&nbsp;is</h2>

<p>Digital workplace. Hybrid workplace. Transformed workplace. Whatever&nbsp;label we put on it, keeping your device fleet optimized and your internal customers happy and productive is a huge challenge!</p>

<p>Adding the adoption of new IT solutions, the use of remote personal devices and the need to speed up digital transformation increases the&nbsp;pressure on IT leaders, executives, and their teams.</p>
</div>

<div class="img-column">
<drupal-entity data-embed-button="media_entity_embed" data-entity-embed-display="view_mode:media.original_dimension" data-entity-embed-display-settings="" data-entity-type="media" data-entity-uuid="ac9d024b-b620-4b2b-97e4-1e864c0cd72a" data-langcode="ww-en"></drupal-entity>
</div>
</div>
</div>
</section>

<section class="section-03">
<div class="container">
<div class="heading-block">
<h2>The challenges of managing the fleet of a hybrid workforce</h2>
</div>

<div class="columns-block">
<div class="column">
<div class="img-holder">
<drupal-entity data-embed-button="media_entity_embed" data-entity-embed-display="view_mode:media.original_dimension" data-entity-embed-display-settings="" data-entity-type="media" data-entity-uuid="ab9ca513-687e-457e-8824-a1d505bef21a" data-langcode="ww-en"></drupal-entity>
</div>

<div class="post-holder">
<h4>of global CIOs consider the issue of supporting the remote workforce extremely or very challenging</h4>

<p>Lenovo SSG, CIO Report<br class="hm" />
2022</p>
</div>
</div>

<div class="column">
<div class="img-holder">
<drupal-entity data-embed-button="media_entity_embed" data-entity-embed-display="view_mode:media.image_preview" data-entity-embed-display-settings="" data-entity-type="media" data-entity-uuid="cad00c90-8e02-48f5-a093-d4100a4c4308" data-langcode="ww-en"></drupal-entity>
</div>

<div class="post-holder">
<h4>of IT leaders find it extremely or very challenging to manage the fragmented<br class="hm" />
IT ecosystem</h4>

<p>Lenovo SSG, CIO Report<br class="hm" />
2022</p>
</div>
</div>

<div class="column">
<div class="img-holder">
<drupal-entity data-embed-button="media_entity_embed" data-entity-embed-display="view_mode:media.original_dimension" data-entity-embed-display-settings="" data-entity-type="media" data-entity-uuid="ae4b29f3-df78-4616-8cf9-31e0cf2df863" data-langcode="ww-en"></drupal-entity>
</div>

<div class="post-holder">
<h4>is the 5-year growth trend for&nbsp;predictive managed maintenance solutions</h4>

<p>Global Predictive Maintenance Market,&nbsp;Forecast 2021-2027</p>
</div>
</div>
</div>
</div>
</section>

<section class="section-04">
<div class="container">
<div class="columns-block">
<div class="post-column">
<h2>How does LDI<br />
Managed Services help&nbsp;your business</h2>

<p>LDI Plus Managed Services is an offering that combines Lenovo’s digital experience monitoring software with our managed services to help you to oversee the&nbsp;health of your device fleet, remediate issues, improve internal&nbsp;customer experience, and&nbsp;optimize IT resource utilization.</p>

<p>Maximize the performance of your device fleet, increase employee productivity and end-user experience, and free up IT resources to focus&nbsp;on strategic business initiatives.</p>
</div>

<div class="img-column">
<drupal-entity data-embed-button="media_entity_embed" data-entity-embed-display="view_mode:media.original_dimension" data-entity-embed-display-settings="" data-entity-type="media" data-entity-uuid="2e80945f-c818-4439-a37b-1a9ff04a86c6" data-langcode="ww-en"></drupal-entity>
</div>
</div>

<div class="offers-block">
<div class="heading-block">
<h3>Offer summary</h3>
</div>

<div class="offers-columns">
<div class="column">
<div class="offer">
<div class="img-holder">
<drupal-entity data-embed-button="media_entity_embed" data-entity-embed-display="view_mode:media.original_dimension" data-entity-embed-display-settings="" data-entity-type="media" data-entity-uuid="a6c4d6a3-5129-4786-b445-a97eb945b27b" data-langcode="ww-en"></drupal-entity>
</div>

<p>Professional tech experts &amp; customer success team</p>
</div>

<div class="offer">
<div class="img-holder">
<drupal-entity data-embed-button="media_entity_embed" data-entity-embed-display="view_mode:media.original_dimension" data-entity-embed-display-settings="" data-entity-type="media" data-entity-uuid="a6c4d6a3-5129-4786-b445-a97eb945b27b" data-langcode="ww-en"></drupal-entity>
</div>

<p>Device health performance monitoring &amp; insights</p>
</div>

<div class="offer">
<div class="img-holder">
<drupal-entity data-embed-button="media_entity_embed" data-entity-embed-display="view_mode:media.original_dimension" data-entity-embed-display-settings="" data-entity-type="media" data-entity-uuid="a6c4d6a3-5129-4786-b445-a97eb945b27b" data-langcode="ww-en"></drupal-entity>
</div>

<p>Employee Digital Experience Management</p>
</div>
</div>

<div class="column">
<div class="offer">
<div class="img-holder">
<drupal-entity data-embed-button="media_entity_embed" data-entity-embed-display="view_mode:media.original_dimension" data-entity-embed-display-settings="" data-entity-type="media" data-entity-uuid="a6c4d6a3-5129-4786-b445-a97eb945b27b" data-langcode="ww-en"></drupal-entity>
</div>

<p>Implementation &amp; Steady-State Services</p>
</div>

<div class="offer">
<div class="img-holder">
<drupal-entity data-embed-button="media_entity_embed" data-entity-embed-display="view_mode:media.original_dimension" data-entity-embed-display-settings="" data-entity-type="media" data-entity-uuid="a6c4d6a3-5129-4786-b445-a97eb945b27b" data-langcode="ww-en"></drupal-entity>
</div>

<p>Incident Management &amp; Remediation</p>
</div>

<div class="offer">
<div class="img-holder">
<drupal-entity data-embed-button="media_entity_embed" data-entity-embed-display="view_mode:media.original_dimension" data-entity-embed-display-settings="" data-entity-type="media" data-entity-uuid="a6c4d6a3-5129-4786-b445-a97eb945b27b" data-langcode="ww-en"></drupal-entity>
</div>

<p>IT resource planning consultancy</p>
</div>
</div>
</div>
</div>
</div>
</section>

<script>
jQuery(function() {
initSlickCarousel();
});

// slick init
function initSlickCarousel() {

// Resources carousel
jQuery('.slider-block').slick({
settings: "unslick",
slidesToShow: 4,
rows: 0,
arrows: false,
dots: true,
autoplay: false,
infinite: true,
responsive: [{
breakpoint: 1200,
settings: "slick",
breakpoint: 1024,
settings: {
slidesToShow: 2,
}
},
{
breakpoint: 650,
settings: {
slidesToShow: 1,
}
}]
});
}

(function(i){"use strict";"function"==typeof define&&define.amd?define(["jquery"],i):"undefined"!=typeof exports?module.exports=i(require("jquery")):i(jQuery)})(function(i){"use strict";var e=window.Slick||{};e=function(){function e(e,o){var s,n=this;n.defaults={accessibility:!0,adaptiveHeight:!1,appendArrows:i(e),appendDots:i(e),arrows:!0,asNavFor:null,prevArrow:'<button class="slick-prev" aria-label="Previous" type="button">Previous</button>',nextArrow:'<button class="slick-next" aria-label="Next" type="button">Next</button>',autoplay:!1,autoplaySpeed:3e3,centerMode:!1,centerPadding:"50px",cssEase:"ease",customPaging:function(e,t){return i('<button type="button" />').text(t+1)},dots:!1,dotsClass:"slick-dots",draggable:!0,easing:"linear",edgeFriction:.35,fade:!1,focusOnSelect:!1,focusOnChange:!1,infinite:!0,initialSlide:0,lazyLoad:"ondemand",mobileFirst:!1,pauseOnHover:!0,pauseOnFocus:!0,pauseOnDotsHover:!1,respondTo:"window",responsive:null,rows:1,rtl:!1,slide:"",slidesPerRow:1,slidesToShow:1,slidesToScroll:1,speed:500,swipe:!0,swipeToSlide:!1,touchMove:!0,touchThreshold:5,useCSS:!0,useTransform:!0,variableWidth:!1,vertical:!1,verticalSwiping:!1,waitForAnimate:!0,zIndex:1e3},n.initials={animating:!1,dragging:!1,autoPlayTimer:null,currentDirection:0,currentLeft:null,currentSlide:0,direction:1,$dots:null,listWidth:null,listHeight:null,loadIndex:0,$nextArrow:null,$prevArrow:null,scrolling:!1,slideCount:null,slideWidth:null,$slideTrack:null,$slides:null,sliding:!1,slideOffset:0,swipeLeft:null,swiping:!1,$list:null,touchObject:{},transformsEnabled:!1,unslicked:!1},i.extend(n,n.initials),n.activeBreakpoint=null,n.animType=null,n.animProp=null,n.breakpoints=[],n.breakpointSettings=[],n.cssTransitions=!1,n.focussed=!1,n.interrupted=!1,n.hidden="hidden",n.paused=!0,n.positionProp=null,n.respondTo=null,n.rowCount=1,n.shouldClick=!0,n.$slider=i(e),n.$slidesCache=null,n.transformType=null,n.transitionType=null,n.visibilityChange="visibilitychange",n.windowWidth=0,n.windowTimer=null,s=i(e).data("slick")||{},n.options=i.extend({},n.defaults,o,s),n.currentSlide=n.options.initialSlide,n.originalSettings=n.options,"undefined"!=typeof document.mozHidden?(n.hidden="mozHidden",n.visibilityChange="mozvisibilitychange"):"undefined"!=typeof document.webkitHidden&&(n.hidden="webkitHidden",n.visibilityChange="webkitvisibilitychange"),n.autoPlay=i.proxy(n.autoPlay,n),n.autoPlayClear=i.proxy(n.autoPlayClear,n),n.autoPlayIterator=i.proxy(n.autoPlayIterator,n),n.changeSlide=i.proxy(n.changeSlide,n),n.clickHandler=i.proxy(n.clickHandler,n),n.selectHandler=i.proxy(n.selectHandler,n),n.setPosition=i.proxy(n.setPosition,n),n.swipeHandler=i.proxy(n.swipeHandler,n),n.dragHandler=i.proxy(n.dragHandler,n),n.keyHandler=i.proxy(n.keyHandler,n),n.instanceUid=t++,n.htmlExpr=/^(?:\s*(<[\w\W]+>)[^>]*)$/,n.registerBreakpoints(),n.init(!0)}var t=0;return e}(),e.prototype.activateADA=function(){var i=this;i.$slideTrack.find(".slick-active").attr({"aria-hidden":"false"}).find("a, input, button, select").attr({tabindex:"0"})},e.prototype.addSlide=e.prototype.slickAdd=function(e,t,o){var s=this;if("boolean"==typeof t)o=t,t=null;else if(t<0||t>=s.slideCount)return!1;s.unload(),"number"==typeof t?0===t&&0===s.$slides.length?i(e).appendTo(s.$slideTrack):o?i(e).insertBefore(s.$slides.eq(t)):i(e).insertAfter(s.$slides.eq(t)):o===!0?i(e).prependTo(s.$slideTrack):i(e).appendTo(s.$slideTrack),s.$slides=s.$slideTrack.children(this.options.slide),s.$slideTrack.children(this.options.slide).detach(),s.$slideTrack.append(s.$slides),s.$slides.each(function(e,t){i(t).attr("data-slick-index",e)}),s.$slidesCache=s.$slides,s.reinit()},e.prototype.animateHeight=function(){var i=this;if(1===i.options.slidesToShow&&i.options.adaptiveHeight===!0&&i.options.vertical===!1){var e=i.$slides.eq(i.currentSlide).outerHeight(!0);i.$list.animate({height:e},i.options.speed)}},e.prototype.animateSlide=function(e,t){var o={},s=this;s.animateHeight(),s.options.rtl===!0&&s.options.vertical===!1&&(e=-e),s.transformsEnabled===!1?s.options.vertical===!1?s.$slideTrack.animate({left:e},s.options.speed,s.options.easing,t):s.$slideTrack.animate({top:e},s.options.speed,s.options.easing,t):s.cssTransitions===!1?(s.options.rtl===!0&&(s.currentLeft=-s.currentLeft),i({animStart:s.currentLeft}).animate({animStart:e},{duration:s.options.speed,easing:s.options.easing,step:function(i){i=Math.ceil(i),s.options.vertical===!1?(o[s.animType]="translate("+i+"px, 0px)",s.$slideTrack.css(o)):(o[s.animType]="translate(0px,"+i+"px)",s.$slideTrack.css(o))},complete:function(){t&&t.call()}})):(s.applyTransition(),e=Math.ceil(e),s.options.vertical===!1?o[s.animType]="translate3d("+e+"px, 0px, 0px)":o[s.animType]="translate3d(0px,"+e+"px, 0px)",s.$slideTrack.css(o),t&&setTimeout(function(){s.disableTransition(),t.call()},s.options.speed))},e.prototype.getNavTarget=function(){var e=this,t=e.options.asNavFor;return t&&null!==t&&(t=i(t).not(e.$slider)),t},e.prototype.asNavFor=function(e){var t=this,o=t.getNavTarget();null!==o&&"object"==typeof o&&o.each(function(){var t=i(this).slick("getSlick");t.unslicked||t.slideHandler(e,!0)})},e.prototype.applyTransition=function(i){var e=this,t={};e.options.fade===!1?t[e.transitionType]=e.transformType+" "+e.options.speed+"ms "+e.options.cssEase:t[e.transitionType]="opacity "+e.options.speed+"ms "+e.options.cssEase,e.options.fade===!1?e.$slideTrack.css(t):e.$slides.eq(i).css(t)},e.prototype.autoPlay=function(){var i=this;i.autoPlayClear(),i.slideCount>i.options.slidesToShow&&(i.autoPlayTimer=setInterval(i.autoPlayIterator,i.options.autoplaySpeed))},e.prototype.autoPlayClear=function(){var i=this;i.autoPlayTimer&&clearInterval(i.autoPlayTimer)},e.prototype.autoPlayIterator=function(){var i=this,e=i.currentSlide+i.options.slidesToScroll;i.paused||i.interrupted||i.focussed||(i.options.infinite===!1&&(1===i.direction&&i.currentSlide+1===i.slideCount-1?i.direction=0:0===i.direction&&(e=i.currentSlide-i.options.slidesToScroll,i.currentSlide-1===0&&(i.direction=1))),i.slideHandler(e))},e.prototype.buildArrows=function(){var e=this;e.options.arrows===!0&&(e.$prevArrow=i(e.options.prevArrow).addClass("slick-arrow"),e.$nextArrow=i(e.options.nextArrow).addClass("slick-arrow"),e.slideCount>e.options.slidesToShow?(e.$prevArrow.removeClass("slick-hidden").removeAttr("aria-hidden tabindex"),e.$nextArrow.removeClass("slick-hidden").removeAttr("aria-hidden tabindex"),e.htmlExpr.test(e.options.prevArrow)&&e.$prevArrow.prependTo(e.options.appendArrows),e.htmlExpr.test(e.options.nextArrow)&&e.$nextArrow.appendTo(e.options.appendArrows),e.options.infinite!==!0&&e.$prevArrow.addClass("slick-disabled").attr("aria-disabled","true")):e.$prevArrow.add(e.$nextArrow).addClass("slick-hidden").attr({"aria-disabled":"true",tabindex:"-1"}))},e.prototype.buildDots=function(){var e,t,o=this;if(o.options.dots===!0&&o.slideCount>o.options.slidesToShow){for(o.$slider.addClass("slick-dotted"),t=i("<ul />").addClass(o.options.dotsClass),e=0;e<=o.getDotCount();e+=1)t.append(i("<li />").append(o.options.customPaging.call(this,o,e)));o.$dots=t.appendTo(o.options.appendDots),o.$dots.find("li").first().addClass("slick-active")}},e.prototype.buildOut=function(){var e=this;e.$slides=e.$slider.children(e.options.slide+":not(.slick-cloned)").addClass("slick-slide"),e.slideCount=e.$slides.length,e.$slides.each(function(e,t){i(t).attr("data-slick-index",e).data("originalStyling",i(t).attr("style")||"")}),e.$slider.addClass("slick-slider"),e.$slideTrack=0===e.slideCount?i('<div class="slick-track"/>').appendTo(e.$slider):e.$slides.wrapAll('<div class="slick-track"/>').parent(),e.$list=e.$slideTrack.wrap('<div class="slick-list"/>').parent(),e.$slideTrack.css("opacity",0),e.options.centerMode!==!0&&e.options.swipeToSlide!==!0||(e.options.slidesToScroll=1),i("img[data-lazy]",e.$slider).not("[src]").addClass("slick-loading"),e.setupInfinite(),e.buildArrows(),e.buildDots(),e.updateDots(),e.setSlideClasses("number"==typeof e.currentSlide?e.currentSlide:0),e.options.draggable===!0&&e.$list.addClass("draggable")},e.prototype.buildRows=function(){var i,e,t,o,s,n,r,l=this;if(o=document.createDocumentFragment(),n=l.$slider.children(),l.options.rows>0){for(r=l.options.slidesPerRow*l.options.rows,s=Math.ceil(n.length/r),i=0;i<s;i++){var d=document.createElement("div");for(e=0;e<l.options.rows;e++){var a=document.createElement("div");for(t=0;t<l.options.slidesPerRow;t++){var c=i*r+(e*l.options.slidesPerRow+t);n.get(c)&&a.appendChild(n.get(c))}d.appendChild(a)}o.appendChild(d)}l.$slider.empty().append(o),l.$slider.children().children().children().css({width:100/l.options.slidesPerRow+"%",display:"inline-block"})}},e.prototype.checkResponsive=function(e,t){var o,s,n,r=this,l=!1,d=r.$slider.width(),a=window.innerWidth||i(window).width();if("window"===r.respondTo?n=a:"slider"===r.respondTo?n=d:"min"===r.respondTo&&(n=Math.min(a,d)),r.options.responsive&&r.options.responsive.length&&null!==r.options.responsive){s=null;for(o in r.breakpoints)r.breakpoints.hasOwnProperty(o)&&(r.originalSettings.mobileFirst===!1?n<r.breakpoints[o]&&(s=r.breakpoints[o]):n>r.breakpoints[o]&&(s=r.breakpoints[o]));null!==s?null!==r.activeBreakpoint?(s!==r.activeBreakpoint||t)&&(r.activeBreakpoint=s,"unslick"===r.breakpointSettings[s]?r.unslick(s):(r.options=i.extend({},r.originalSettings,r.breakpointSettings[s]),e===!0&&(r.currentSlide=r.options.initialSlide),r.refresh(e)),l=s):(r.activeBreakpoint=s,"unslick"===r.breakpointSettings[s]?r.unslick(s):(r.options=i.extend({},r.originalSettings,r.breakpointSettings[s]),e===!0&&(r.currentSlide=r.options.initialSlide),r.refresh(e)),l=s):null!==r.activeBreakpoint&&(r.activeBreakpoint=null,r.options=r.originalSettings,e===!0&&(r.currentSlide=r.options.initialSlide),r.refresh(e),l=s),e||l===!1||r.$slider.trigger("breakpoint",[r,l])}},e.prototype.changeSlide=function(e,t){var o,s,n,r=this,l=i(e.currentTarget);switch(l.is("a")&&e.preventDefault(),l.is("li")||(l=l.closest("li")),n=r.slideCount%r.options.slidesToScroll!==0,o=n?0:(r.slideCount-r.currentSlide)%r.options.slidesToScroll,e.data.message){case"previous":s=0===o?r.options.slidesToScroll:r.options.slidesToShow-o,r.slideCount>r.options.slidesToShow&&r.slideHandler(r.currentSlide-s,!1,t);break;case"next":s=0===o?r.options.slidesToScroll:o,r.slideCount>r.options.slidesToShow&&r.slideHandler(r.currentSlide+s,!1,t);break;case"index":var d=0===e.data.index?0:e.data.index||l.index()*r.options.slidesToScroll;r.slideHandler(r.checkNavigable(d),!1,t),l.children().trigger("focus");break;default:return}},e.prototype.checkNavigable=function(i){var e,t,o=this;if(e=o.getNavigableIndexes(),t=0,i>e[e.length-1])i=e[e.length-1];else for(var s in e){if(i<e[s]){i=t;break}t=e[s]}return i},e.prototype.cleanUpEvents=function(){var e=this;e.options.dots&&null!==e.$dots&&(i("li",e.$dots).off("click.slick",e.changeSlide).off("mouseenter.slick",i.proxy(e.interrupt,e,!0)).off("mouseleave.slick",i.proxy(e.interrupt,e,!1)),e.options.accessibility===!0&&e.$dots.off("keydown.slick",e.keyHandler)),e.$slider.off("focus.slick blur.slick"),e.options.arrows===!0&&e.slideCount>e.options.slidesToShow&&(e.$prevArrow&&e.$prevArrow.off("click.slick",e.changeSlide),e.$nextArrow&&e.$nextArrow.off("click.slick",e.changeSlide),e.options.accessibility===!0&&(e.$prevArrow&&e.$prevArrow.off("keydown.slick",e.keyHandler),e.$nextArrow&&e.$nextArrow.off("keydown.slick",e.keyHandler))),e.$list.off("touchstart.slick mousedown.slick",e.swipeHandler),e.$list.off("touchmove.slick mousemove.slick",e.swipeHandler),e.$list.off("touchend.slick mouseup.slick",e.swipeHandler),e.$list.off("touchcancel.slick mouseleave.slick",e.swipeHandler),e.$list.off("click.slick",e.clickHandler),i(document).off(e.visibilityChange,e.visibility),e.cleanUpSlideEvents(),e.options.accessibility===!0&&e.$list.off("keydown.slick",e.keyHandler),e.options.focusOnSelect===!0&&i(e.$slideTrack).children().off("click.slick",e.selectHandler),i(window).off("orientationchange.slick.slick-"+e.instanceUid,e.orientationChange),i(window).off("resize.slick.slick-"+e.instanceUid,e.resize),i("[draggable!=true]",e.$slideTrack).off("dragstart",e.preventDefault),i(window).off("load.slick.slick-"+e.instanceUid,e.setPosition)},e.prototype.cleanUpSlideEvents=function(){var e=this;e.$list.off("mouseenter.slick",i.proxy(e.interrupt,e,!0)),e.$list.off("mouseleave.slick",i.proxy(e.interrupt,e,!1))},e.prototype.cleanUpRows=function(){var i,e=this;e.options.rows>0&&(i=e.$slides.children().children(),i.removeAttr("style"),e.$slider.empty().append(i))},e.prototype.clickHandler=function(i){var e=this;e.shouldClick===!1&&(i.stopImmediatePropagation(),i.stopPropagation(),i.preventDefault())},e.prototype.destroy=function(e){var t=this;t.autoPlayClear(),t.touchObject={},t.cleanUpEvents(),i(".slick-cloned",t.$slider).detach(),t.$dots&&t.$dots.remove(),t.$prevArrow&&t.$prevArrow.length&&(t.$prevArrow.removeClass("slick-disabled slick-arrow slick-hidden").removeAttr("aria-hidden aria-disabled tabindex").css("display",""),t.htmlExpr.test(t.options.prevArrow)&&t.$prevArrow.remove()),t.$nextArrow&&t.$nextArrow.length&&(t.$nextArrow.removeClass("slick-disabled slick-arrow slick-hidden").removeAttr("aria-hidden aria-disabled tabindex").css("display",""),t.htmlExpr.test(t.options.nextArrow)&&t.$nextArrow.remove()),t.$slides&&(t.$slides.removeClass("slick-slide slick-active slick-center slick-visible slick-current").removeAttr("aria-hidden").removeAttr("data-slick-index").each(function(){i(this).attr("style",i(this).data("originalStyling"))}),t.$slideTrack.children(this.options.slide).detach(),t.$slideTrack.detach(),t.$list.detach(),t.$slider.append(t.$slides)),t.cleanUpRows(),t.$slider.removeClass("slick-slider"),t.$slider.removeClass("slick-initialized"),t.$slider.removeClass("slick-dotted"),t.unslicked=!0,e||t.$slider.trigger("destroy",[t])},e.prototype.disableTransition=function(i){var e=this,t={};t[e.transitionType]="",e.options.fade===!1?e.$slideTrack.css(t):e.$slides.eq(i).css(t)},e.prototype.fadeSlide=function(i,e){var t=this;t.cssTransitions===!1?(t.$slides.eq(i).css({zIndex:t.options.zIndex}),t.$slides.eq(i).animate({opacity:1},t.options.speed,t.options.easing,e)):(t.applyTransition(i),t.$slides.eq(i).css({opacity:1,zIndex:t.options.zIndex}),e&&setTimeout(function(){t.disableTransition(i),e.call()},t.options.speed))},e.prototype.fadeSlideOut=function(i){var e=this;e.cssTransitions===!1?e.$slides.eq(i).animate({opacity:0,zIndex:e.options.zIndex-2},e.options.speed,e.options.easing):(e.applyTransition(i),e.$slides.eq(i).css({opacity:0,zIndex:e.options.zIndex-2}))},e.prototype.filterSlides=e.prototype.slickFilter=function(i){var e=this;null!==i&&(e.$slidesCache=e.$slides,e.unload(),e.$slideTrack.children(this.options.slide).detach(),e.$slidesCache.filter(i).appendTo(e.$slideTrack),e.reinit())},e.prototype.focusHandler=function(){var e=this;e.$slider.off("focus.slick blur.slick").on("focus.slick","*",function(t){var o=i(this);setTimeout(function(){e.options.pauseOnFocus&&o.is(":focus")&&(e.focussed=!0,e.autoPlay())},0)}).on("blur.slick","*",function(t){i(this);e.options.pauseOnFocus&&(e.focussed=!1,e.autoPlay())})},e.prototype.getCurrent=e.prototype.slickCurrentSlide=function(){var i=this;return i.currentSlide},e.prototype.getDotCount=function(){var i=this,e=0,t=0,o=0;if(i.options.infinite===!0)if(i.slideCount<=i.options.slidesToShow)++o;else for(;e<i.slideCount;)++o,e=t+i.options.slidesToScroll,t+=i.options.slidesToScroll<=i.options.slidesToShow?i.options.slidesToScroll:i.options.slidesToShow;else if(i.options.centerMode===!0)o=i.slideCount;else if(i.options.asNavFor)for(;e<i.slideCount;)++o,e=t+i.options.slidesToScroll,t+=i.options.slidesToScroll<=i.options.slidesToShow?i.options.slidesToScroll:i.options.slidesToShow;else o=1+Math.ceil((i.slideCount-i.options.slidesToShow)/i.options.slidesToScroll);return o-1},e.prototype.getLeft=function(i){var e,t,o,s,n=this,r=0;return n.slideOffset=0,t=n.$slides.first().outerHeight(!0),n.options.infinite===!0?(n.slideCount>n.options.slidesToShow&&(n.slideOffset=n.slideWidth*n.options.slidesToShow*-1,s=-1,n.options.vertical===!0&&n.options.centerMode===!0&&(2===n.options.slidesToShow?s=-1.5:1===n.options.slidesToShow&&(s=-2)),r=t*n.options.slidesToShow*s),n.slideCount%n.options.slidesToScroll!==0&&i+n.options.slidesToScroll>n.slideCount&&n.slideCount>n.options.slidesToShow&&(i>n.slideCount?(n.slideOffset=(n.options.slidesToShow-(i-n.slideCount))*n.slideWidth*-1,r=(n.options.slidesToShow-(i-n.slideCount))*t*-1):(n.slideOffset=n.slideCount%n.options.slidesToScroll*n.slideWidth*-1,r=n.slideCount%n.options.slidesToScroll*t*-1))):i+n.options.slidesToShow>n.slideCount&&(n.slideOffset=(i+n.options.slidesToShow-n.slideCount)*n.slideWidth,r=(i+n.options.slidesToShow-n.slideCount)*t),n.slideCount<=n.options.slidesToShow&&(n.slideOffset=0,r=0),n.options.centerMode===!0&&n.slideCount<=n.options.slidesToShow?n.slideOffset=n.slideWidth*Math.floor(n.options.slidesToShow)/2-n.slideWidth*n.slideCount/2:n.options.centerMode===!0&&n.options.infinite===!0?n.slideOffset+=n.slideWidth*Math.floor(n.options.slidesToShow/2)-n.slideWidth:n.options.centerMode===!0&&(n.slideOffset=0,n.slideOffset+=n.slideWidth*Math.floor(n.options.slidesToShow/2)),e=n.options.vertical===!1?i*n.slideWidth*-1+n.slideOffset:i*t*-1+r,n.options.variableWidth===!0&&(o=n.slideCount<=n.options.slidesToShow||n.options.infinite===!1?n.$slideTrack.children(".slick-slide").eq(i):n.$slideTrack.children(".slick-slide").eq(i+n.options.slidesToShow),e=n.options.rtl===!0?o[0]?(n.$slideTrack.width()-o[0].offsetLeft-o.width())*-1:0:o[0]?o[0].offsetLeft*-1:0,n.options.centerMode===!0&&(o=n.slideCount<=n.options.slidesToShow||n.options.infinite===!1?n.$slideTrack.children(".slick-slide").eq(i):n.$slideTrack.children(".slick-slide").eq(i+n.options.slidesToShow+1),e=n.options.rtl===!0?o[0]?(n.$slideTrack.width()-o[0].offsetLeft-o.width())*-1:0:o[0]?o[0].offsetLeft*-1:0,e+=(n.$list.width()-o.outerWidth())/2)),e},e.prototype.getOption=e.prototype.slickGetOption=function(i){var e=this;return e.options[i]},e.prototype.getNavigableIndexes=function(){var i,e=this,t=0,o=0,s=[];for(e.options.infinite===!1?i=e.slideCount:(t=e.options.slidesToScroll*-1,o=e.options.slidesToScroll*-1,i=2*e.slideCount);t<i;)s.push(t),t=o+e.options.slidesToScroll,o+=e.options.slidesToScroll<=e.options.slidesToShow?e.options.slidesToScroll:e.options.slidesToShow;return s},e.prototype.getSlick=function(){return this},e.prototype.getSlideCount=function(){var e,t,o,s,n=this;return s=n.options.centerMode===!0?Math.floor(n.$list.width()/2):0,o=n.swipeLeft*-1+s,n.options.swipeToSlide===!0?(n.$slideTrack.find(".slick-slide").each(function(e,s){var r,l,d;if(r=i(s).outerWidth(),l=s.offsetLeft,n.options.centerMode!==!0&&(l+=r/2),d=l+r,o<d)return t=s,!1}),e=Math.abs(i(t).attr("data-slick-index")-n.currentSlide)||1):n.options.slidesToScroll},e.prototype.goTo=e.prototype.slickGoTo=function(i,e){var t=this;t.changeSlide({data:{message:"index",index:parseInt(i)}},e)},e.prototype.init=function(e){var t=this;i(t.$slider).hasClass("slick-initialized")||(i(t.$slider).addClass("slick-initialized"),t.buildRows(),t.buildOut(),t.setProps(),t.startLoad(),t.loadSlider(),t.initializeEvents(),t.updateArrows(),t.updateDots(),t.checkResponsive(!0),t.focusHandler()),e&&t.$slider.trigger("init",[t]),t.options.accessibility===!0&&t.initADA(),t.options.autoplay&&(t.paused=!1,t.autoPlay())},e.prototype.initADA=function(){var e=this,t=Math.ceil(e.slideCount/e.options.slidesToShow),o=e.getNavigableIndexes().filter(function(i){return i>=0&&i<e.slideCount});e.$slides.add(e.$slideTrack.find(".slick-cloned")).attr({"aria-hidden":"true",tabindex:"-1"}).find("a, input, button, select").attr({tabindex:"-1"}),null!==e.$dots&&(e.$slides.not(e.$slideTrack.find(".slick-cloned")).each(function(t){var s=o.indexOf(t);if(i(this).attr({role:"tabpanel",id:"slick-slide"+e.instanceUid+t,tabindex:-1}),s!==-1){var n="slick-slide-control"+e.instanceUid+s;i("#"+n).length&&i(this).attr({"aria-describedby":n})}}),e.$dots.attr("role","tablist").find("li").each(function(s){var n=o[s];i(this).attr({role:"presentation"}),i(this).find("button").first().attr({role:"tab",id:"slick-slide-control"+e.instanceUid+s,"aria-controls":"slick-slide"+e.instanceUid+n,"aria-label":s+1+" of "+t,"aria-selected":null,tabindex:"-1"})}).eq(e.currentSlide).find("button").attr({"aria-selected":"true",tabindex:"0"}).end());for(var s=e.currentSlide,n=s+e.options.slidesToShow;s<n;s++)e.options.focusOnChange?e.$slides.eq(s).attr({tabindex:"0"}):e.$slides.eq(s).removeAttr("tabindex");e.activateADA()},e.prototype.initArrowEvents=function(){var i=this;i.options.arrows===!0&&i.slideCount>i.options.slidesToShow&&(i.$prevArrow.off("click.slick").on("click.slick",{message:"previous"},i.changeSlide),i.$nextArrow.off("click.slick").on("click.slick",{message:"next"},i.changeSlide),i.options.accessibility===!0&&(i.$prevArrow.on("keydown.slick",i.keyHandler),i.$nextArrow.on("keydown.slick",i.keyHandler)))},e.prototype.initDotEvents=function(){var e=this;e.options.dots===!0&&e.slideCount>e.options.slidesToShow&&(i("li",e.$dots).on("click.slick",{message:"index"},e.changeSlide),e.options.accessibility===!0&&e.$dots.on("keydown.slick",e.keyHandler)),e.options.dots===!0&&e.options.pauseOnDotsHover===!0&&e.slideCount>e.options.slidesToShow&&i("li",e.$dots).on("mouseenter.slick",i.proxy(e.interrupt,e,!0)).on("mouseleave.slick",i.proxy(e.interrupt,e,!1))},e.prototype.initSlideEvents=function(){var e=this;e.options.pauseOnHover&&(e.$list.on("mouseenter.slick",i.proxy(e.interrupt,e,!0)),e.$list.on("mouseleave.slick",i.proxy(e.interrupt,e,!1)))},e.prototype.initializeEvents=function(){var e=this;e.initArrowEvents(),e.initDotEvents(),e.initSlideEvents(),e.$list.on("touchstart.slick mousedown.slick",{action:"start"},e.swipeHandler),e.$list.on("touchmove.slick mousemove.slick",{action:"move"},e.swipeHandler),e.$list.on("touchend.slick mouseup.slick",{action:"end"},e.swipeHandler),e.$list.on("touchcancel.slick mouseleave.slick",{action:"end"},e.swipeHandler),e.$list.on("click.slick",e.clickHandler),i(document).on(e.visibilityChange,i.proxy(e.visibility,e)),e.options.accessibility===!0&&e.$list.on("keydown.slick",e.keyHandler),e.options.focusOnSelect===!0&&i(e.$slideTrack).children().on("click.slick",e.selectHandler),i(window).on("orientationchange.slick.slick-"+e.instanceUid,i.proxy(e.orientationChange,e)),i(window).on("resize.slick.slick-"+e.instanceUid,i.proxy(e.resize,e)),i("[draggable!=true]",e.$slideTrack).on("dragstart",e.preventDefault),i(window).on("load.slick.slick-"+e.instanceUid,e.setPosition),i(e.setPosition)},e.prototype.initUI=function(){var i=this;i.options.arrows===!0&&i.slideCount>i.options.slidesToShow&&(i.$prevArrow.show(),i.$nextArrow.show()),i.options.dots===!0&&i.slideCount>i.options.slidesToShow&&i.$dots.show()},e.prototype.keyHandler=function(i){var e=this;i.target.tagName.match("TEXTAREA|INPUT|SELECT")||(37===i.keyCode&&e.options.accessibility===!0?e.changeSlide({data:{message:e.options.rtl===!0?"next":"previous"}}):39===i.keyCode&&e.options.accessibility===!0&&e.changeSlide({data:{message:e.options.rtl===!0?"previous":"next"}}))},e.prototype.lazyLoad=function(){function e(e){i("img[data-lazy]",e).each(function(){var e=i(this),t=i(this).attr("data-lazy"),o=i(this).attr("data-srcset"),s=i(this).attr("data-sizes")||r.$slider.attr("data-sizes"),n=document.createElement("img");n.onload=function(){e.animate({opacity:0},100,function(){o&&(e.attr("srcset",o),s&&e.attr("sizes",s)),e.attr("src",t).animate({opacity:1},200,function(){e.removeAttr("data-lazy data-srcset data-sizes").removeClass("slick-loading")}),r.$slider.trigger("lazyLoaded",[r,e,t])})},n.onerror=function(){e.removeAttr("data-lazy").removeClass("slick-loading").addClass("slick-lazyload-error"),r.$slider.trigger("lazyLoadError",[r,e,t])},n.src=t})}var t,o,s,n,r=this;if(r.options.centerMode===!0?r.options.infinite===!0?(s=r.currentSlide+(r.options.slidesToShow/2+1),n=s+r.options.slidesToShow+2):(s=Math.max(0,r.currentSlide-(r.options.slidesToShow/2+1)),n=2+(r.options.slidesToShow/2+1)+r.currentSlide):(s=r.options.infinite?r.options.slidesToShow+r.currentSlide:r.currentSlide,n=Math.ceil(s+r.options.slidesToShow),r.options.fade===!0&&(s>0&&s--,n<=r.slideCount&&n++)),t=r.$slider.find(".slick-slide").slice(s,n),"anticipated"===r.options.lazyLoad)for(var l=s-1,d=n,a=r.$slider.find(".slick-slide"),c=0;c<r.options.slidesToScroll;c++)l<0&&(l=r.slideCount-1),t=t.add(a.eq(l)),t=t.add(a.eq(d)),l--,d++;e(t),r.slideCount<=r.options.slidesToShow?(o=r.$slider.find(".slick-slide"),e(o)):r.currentSlide>=r.slideCount-r.options.slidesToShow?(o=r.$slider.find(".slick-cloned").slice(0,r.options.slidesToShow),e(o)):0===r.currentSlide&&(o=r.$slider.find(".slick-cloned").slice(r.options.slidesToShow*-1),e(o))},e.prototype.loadSlider=function(){var i=this;i.setPosition(),i.$slideTrack.css({opacity:1}),i.$slider.removeClass("slick-loading"),i.initUI(),"progressive"===i.options.lazyLoad&&i.progressiveLazyLoad()},e.prototype.next=e.prototype.slickNext=function(){var i=this;i.changeSlide({data:{message:"next"}})},e.prototype.orientationChange=function(){var i=this;i.checkResponsive(),i.setPosition()},e.prototype.pause=e.prototype.slickPause=function(){var i=this;i.autoPlayClear(),i.paused=!0},e.prototype.play=e.prototype.slickPlay=function(){var i=this;i.autoPlay(),i.options.autoplay=!0,i.paused=!1,i.focussed=!1,i.interrupted=!1},e.prototype.postSlide=function(e){var t=this;if(!t.unslicked&&(t.$slider.trigger("afterChange",[t,e]),t.animating=!1,t.slideCount>t.options.slidesToShow&&t.setPosition(),t.swipeLeft=null,t.options.autoplay&&t.autoPlay(),t.options.accessibility===!0&&(t.initADA(),t.options.focusOnChange))){var o=i(t.$slides.get(t.currentSlide));o.attr("tabindex",0).focus()}},e.prototype.prev=e.prototype.slickPrev=function(){var i=this;i.changeSlide({data:{message:"previous"}})},e.prototype.preventDefault=function(i){i.preventDefault()},e.prototype.progressiveLazyLoad=function(e){e=e||1;var t,o,s,n,r,l=this,d=i("img[data-lazy]",l.$slider);d.length?(t=d.first(),o=t.attr("data-lazy"),s=t.attr("data-srcset"),n=t.attr("data-sizes")||l.$slider.attr("data-sizes"),r=document.createElement("img"),r.onload=function(){s&&(t.attr("srcset",s),n&&t.attr("sizes",n)),t.attr("src",o).removeAttr("data-lazy data-srcset data-sizes").removeClass("slick-loading"),l.options.adaptiveHeight===!0&&l.setPosition(),l.$slider.trigger("lazyLoaded",[l,t,o]),l.progressiveLazyLoad()},r.onerror=function(){e<3?setTimeout(function(){l.progressiveLazyLoad(e+1)},500):(t.removeAttr("data-lazy").removeClass("slick-loading").addClass("slick-lazyload-error"),l.$slider.trigger("lazyLoadError",[l,t,o]),l.progressiveLazyLoad())},r.src=o):l.$slider.trigger("allImagesLoaded",[l])},e.prototype.refresh=function(e){var t,o,s=this;o=s.slideCount-s.options.slidesToShow,!s.options.infinite&&s.currentSlide>o&&(s.currentSlide=o),s.slideCount<=s.options.slidesToShow&&(s.currentSlide=0),t=s.currentSlide,s.destroy(!0),i.extend(s,s.initials,{currentSlide:t}),s.init(),e||s.changeSlide({data:{message:"index",index:t}},!1)},e.prototype.registerBreakpoints=function(){var e,t,o,s=this,n=s.options.responsive||null;if("array"===i.type(n)&&n.length){s.respondTo=s.options.respondTo||"window";for(e in n)if(o=s.breakpoints.length-1,n.hasOwnProperty(e)){for(t=n[e].breakpoint;o>=0;)s.breakpoints[o]&&s.breakpoints[o]===t&&s.breakpoints.splice(o,1),o--;s.breakpoints.push(t),s.breakpointSettings[t]=n[e].settings}s.breakpoints.sort(function(i,e){return s.options.mobileFirst?i-e:e-i})}},e.prototype.reinit=function(){var e=this;e.$slides=e.$slideTrack.children(e.options.slide).addClass("slick-slide"),e.slideCount=e.$slides.length,e.currentSlide>=e.slideCount&&0!==e.currentSlide&&(e.currentSlide=e.currentSlide-e.options.slidesToScroll),e.slideCount<=e.options.slidesToShow&&(e.currentSlide=0),e.registerBreakpoints(),e.setProps(),e.setupInfinite(),e.buildArrows(),e.updateArrows(),e.initArrowEvents(),e.buildDots(),e.updateDots(),e.initDotEvents(),e.cleanUpSlideEvents(),e.initSlideEvents(),e.checkResponsive(!1,!0),e.options.focusOnSelect===!0&&i(e.$slideTrack).children().on("click.slick",e.selectHandler),e.setSlideClasses("number"==typeof e.currentSlide?e.currentSlide:0),e.setPosition(),e.focusHandler(),e.paused=!e.options.autoplay,e.autoPlay(),e.$slider.trigger("reInit",[e])},e.prototype.resize=function(){var e=this;i(window).width()!==e.windowWidth&&(clearTimeout(e.windowDelay),e.windowDelay=window.setTimeout(function(){e.windowWidth=i(window).width(),e.checkResponsive(),e.unslicked||e.setPosition()},50))},e.prototype.removeSlide=e.prototype.slickRemove=function(i,e,t){var o=this;return"boolean"==typeof i?(e=i,i=e===!0?0:o.slideCount-1):i=e===!0?--i:i,!(o.slideCount<1||i<0||i>o.slideCount-1)&&(o.unload(),t===!0?o.$slideTrack.children().remove():o.$slideTrack.children(this.options.slide).eq(i).remove(),o.$slides=o.$slideTrack.children(this.options.slide),o.$slideTrack.children(this.options.slide).detach(),o.$slideTrack.append(o.$slides),o.$slidesCache=o.$slides,void o.reinit())},e.prototype.setCSS=function(i){var e,t,o=this,s={};o.options.rtl===!0&&(i=-i),e="left"==o.positionProp?Math.ceil(i)+"px":"0px",t="top"==o.positionProp?Math.ceil(i)+"px":"0px",s[o.positionProp]=i,o.transformsEnabled===!1?o.$slideTrack.css(s):(s={},o.cssTransitions===!1?(s[o.animType]="translate("+e+", "+t+")",o.$slideTrack.css(s)):(s[o.animType]="translate3d("+e+", "+t+", 0px)",o.$slideTrack.css(s)))},e.prototype.setDimensions=function(){var i=this;i.options.vertical===!1?i.options.centerMode===!0&&i.$list.css({padding:"0px "+i.options.centerPadding}):(i.$list.height(i.$slides.first().outerHeight(!0)*i.options.slidesToShow),i.options.centerMode===!0&&i.$list.css({padding:i.options.centerPadding+" 0px"})),i.listWidth=i.$list.width(),i.listHeight=i.$list.height(),i.options.vertical===!1&&i.options.variableWidth===!1?(i.slideWidth=Math.ceil(i.listWidth/i.options.slidesToShow),i.$slideTrack.width(Math.ceil(i.slideWidth*i.$slideTrack.children(".slick-slide").length))):i.options.variableWidth===!0?i.$slideTrack.width(5e3*i.slideCount):(i.slideWidth=Math.ceil(i.listWidth),i.$slideTrack.height(Math.ceil(i.$slides.first().outerHeight(!0)*i.$slideTrack.children(".slick-slide").length)));var e=i.$slides.first().outerWidth(!0)-i.$slides.first().width();i.options.variableWidth===!1&&i.$slideTrack.children(".slick-slide").width(i.slideWidth-e)},e.prototype.setFade=function(){var e,t=this;t.$slides.each(function(o,s){e=t.slideWidth*o*-1,t.options.rtl===!0?i(s).css({position:"relative",right:e,top:0,zIndex:t.options.zIndex-2,opacity:0}):i(s).css({position:"relative",left:e,top:0,zIndex:t.options.zIndex-2,opacity:0})}),t.$slides.eq(t.currentSlide).css({zIndex:t.options.zIndex-1,opacity:1})},e.prototype.setHeight=function(){var i=this;if(1===i.options.slidesToShow&&i.options.adaptiveHeight===!0&&i.options.vertical===!1){var e=i.$slides.eq(i.currentSlide).outerHeight(!0);i.$list.css("height",e)}},e.prototype.setOption=e.prototype.slickSetOption=function(){var e,t,o,s,n,r=this,l=!1;if("object"===i.type(arguments[0])?(o=arguments[0],l=arguments[1],n="multiple"):"string"===i.type(arguments[0])&&(o=arguments[0],s=arguments[1],l=arguments[2],"responsive"===arguments[0]&&"array"===i.type(arguments[1])?n="responsive":"undefined"!=typeof arguments[1]&&(n="single")),"single"===n)r.options[o]=s;else if("multiple"===n)i.each(o,function(i,e){r.options[i]=e});else if("responsive"===n)for(t in s)if("array"!==i.type(r.options.responsive))r.options.responsive=[s[t]];else{for(e=r.options.responsive.length-1;e>=0;)r.options.responsive[e].breakpoint===s[t].breakpoint&&r.options.responsive.splice(e,1),e--;r.options.responsive.push(s[t])}l&&(r.unload(),r.reinit())},e.prototype.setPosition=function(){var i=this;i.setDimensions(),i.setHeight(),i.options.fade===!1?i.setCSS(i.getLeft(i.currentSlide)):i.setFade(),i.$slider.trigger("setPosition",[i])},e.prototype.setProps=function(){var i=this,e=document.body.style;i.positionProp=i.options.vertical===!0?"top":"left",
"top"===i.positionProp?i.$slider.addClass("slick-vertical"):i.$slider.removeClass("slick-vertical"),void 0===e.WebkitTransition&&void 0===e.MozTransition&&void 0===e.msTransition||i.options.useCSS===!0&&(i.cssTransitions=!0),i.options.fade&&("number"==typeof i.options.zIndex?i.options.zIndex<3&&(i.options.zIndex=3):i.options.zIndex=i.defaults.zIndex),void 0!==e.OTransform&&(i.animType="OTransform",i.transformType="-o-transform",i.transitionType="OTransition",void 0===e.perspectiveProperty&&void 0===e.webkitPerspective&&(i.animType=!1)),void 0!==e.MozTransform&&(i.animType="MozTransform",i.transformType="-moz-transform",i.transitionType="MozTransition",void 0===e.perspectiveProperty&&void 0===e.MozPerspective&&(i.animType=!1)),void 0!==e.webkitTransform&&(i.animType="webkitTransform",i.transformType="-webkit-transform",i.transitionType="webkitTransition",void 0===e.perspectiveProperty&&void 0===e.webkitPerspective&&(i.animType=!1)),void 0!==e.msTransform&&(i.animType="msTransform",i.transformType="-ms-transform",i.transitionType="msTransition",void 0===e.msTransform&&(i.animType=!1)),void 0!==e.transform&&i.animType!==!1&&(i.animType="transform",i.transformType="transform",i.transitionType="transition"),i.transformsEnabled=i.options.useTransform&&null!==i.animType&&i.animType!==!1},e.prototype.setSlideClasses=function(i){var e,t,o,s,n=this;if(t=n.$slider.find(".slick-slide").removeClass("slick-active slick-center slick-current").attr("aria-hidden","true"),n.$slides.eq(i).addClass("slick-current"),n.options.centerMode===!0){var r=n.options.slidesToShow%2===0?1:0;e=Math.floor(n.options.slidesToShow/2),n.options.infinite===!0&&(i>=e&&i<=n.slideCount-1-e?n.$slides.slice(i-e+r,i+e+1).addClass("slick-active").attr("aria-hidden","false"):(o=n.options.slidesToShow+i,t.slice(o-e+1+r,o+e+2).addClass("slick-active").attr("aria-hidden","false")),0===i?t.eq(t.length-1-n.options.slidesToShow).addClass("slick-center"):i===n.slideCount-1&&t.eq(n.options.slidesToShow).addClass("slick-center")),n.$slides.eq(i).addClass("slick-center")}else i>=0&&i<=n.slideCount-n.options.slidesToShow?n.$slides.slice(i,i+n.options.slidesToShow).addClass("slick-active").attr("aria-hidden","false"):t.length<=n.options.slidesToShow?t.addClass("slick-active").attr("aria-hidden","false"):(s=n.slideCount%n.options.slidesToShow,o=n.options.infinite===!0?n.options.slidesToShow+i:i,n.options.slidesToShow==n.options.slidesToScroll&&n.slideCount-i<n.options.slidesToShow?t.slice(o-(n.options.slidesToShow-s),o+s).addClass("slick-active").attr("aria-hidden","false"):t.slice(o,o+n.options.slidesToShow).addClass("slick-active").attr("aria-hidden","false"));"ondemand"!==n.options.lazyLoad&&"anticipated"!==n.options.lazyLoad||n.lazyLoad()},e.prototype.setupInfinite=function(){var e,t,o,s=this;if(s.options.fade===!0&&(s.options.centerMode=!1),s.options.infinite===!0&&s.options.fade===!1&&(t=null,s.slideCount>s.options.slidesToShow)){for(o=s.options.centerMode===!0?s.options.slidesToShow+1:s.options.slidesToShow,e=s.slideCount;e>s.slideCount-o;e-=1)t=e-1,i(s.$slides[t]).clone(!0).attr("id","").attr("data-slick-index",t-s.slideCount).prependTo(s.$slideTrack).addClass("slick-cloned");for(e=0;e<o+s.slideCount;e+=1)t=e,i(s.$slides[t]).clone(!0).attr("id","").attr("data-slick-index",t+s.slideCount).appendTo(s.$slideTrack).addClass("slick-cloned");s.$slideTrack.find(".slick-cloned").find("[id]").each(function(){i(this).attr("id","")})}},e.prototype.interrupt=function(i){var e=this;i||e.autoPlay(),e.interrupted=i},e.prototype.selectHandler=function(e){var t=this,o=i(e.target).is(".slick-slide")?i(e.target):i(e.target).parents(".slick-slide"),s=parseInt(o.attr("data-slick-index"));return s||(s=0),t.slideCount<=t.options.slidesToShow?void t.slideHandler(s,!1,!0):void t.slideHandler(s)},e.prototype.slideHandler=function(i,e,t){var o,s,n,r,l,d=null,a=this;if(e=e||!1,!(a.animating===!0&&a.options.waitForAnimate===!0||a.options.fade===!0&&a.currentSlide===i))return e===!1&&a.asNavFor(i),o=i,d=a.getLeft(o),r=a.getLeft(a.currentSlide),a.currentLeft=null===a.swipeLeft?r:a.swipeLeft,a.options.infinite===!1&&a.options.centerMode===!1&&(i<0||i>a.getDotCount()*a.options.slidesToScroll)?void(a.options.fade===!1&&(o=a.currentSlide,t!==!0&&a.slideCount>a.options.slidesToShow?a.animateSlide(r,function(){a.postSlide(o)}):a.postSlide(o))):a.options.infinite===!1&&a.options.centerMode===!0&&(i<0||i>a.slideCount-a.options.slidesToScroll)?void(a.options.fade===!1&&(o=a.currentSlide,t!==!0&&a.slideCount>a.options.slidesToShow?a.animateSlide(r,function(){a.postSlide(o)}):a.postSlide(o))):(a.options.autoplay&&clearInterval(a.autoPlayTimer),s=o<0?a.slideCount%a.options.slidesToScroll!==0?a.slideCount-a.slideCount%a.options.slidesToScroll:a.slideCount+o:o>=a.slideCount?a.slideCount%a.options.slidesToScroll!==0?0:o-a.slideCount:o,a.animating=!0,a.$slider.trigger("beforeChange",[a,a.currentSlide,s]),n=a.currentSlide,a.currentSlide=s,a.setSlideClasses(a.currentSlide),a.options.asNavFor&&(l=a.getNavTarget(),l=l.slick("getSlick"),l.slideCount<=l.options.slidesToShow&&l.setSlideClasses(a.currentSlide)),a.updateDots(),a.updateArrows(),a.options.fade===!0?(t!==!0?(a.fadeSlideOut(n),a.fadeSlide(s,function(){a.postSlide(s)})):a.postSlide(s),void a.animateHeight()):void(t!==!0&&a.slideCount>a.options.slidesToShow?a.animateSlide(d,function(){a.postSlide(s)}):a.postSlide(s)))},e.prototype.startLoad=function(){var i=this;i.options.arrows===!0&&i.slideCount>i.options.slidesToShow&&(i.$prevArrow.hide(),i.$nextArrow.hide()),i.options.dots===!0&&i.slideCount>i.options.slidesToShow&&i.$dots.hide(),i.$slider.addClass("slick-loading")},e.prototype.swipeDirection=function(){var i,e,t,o,s=this;return i=s.touchObject.startX-s.touchObject.curX,e=s.touchObject.startY-s.touchObject.curY,t=Math.atan2(e,i),o=Math.round(180*t/Math.PI),o<0&&(o=360-Math.abs(o)),o<=45&&o>=0?s.options.rtl===!1?"left":"right":o<=360&&o>=315?s.options.rtl===!1?"left":"right":o>=135&&o<=225?s.options.rtl===!1?"right":"left":s.options.verticalSwiping===!0?o>=35&&o<=135?"down":"up":"vertical"},e.prototype.swipeEnd=function(i){var e,t,o=this;if(o.dragging=!1,o.swiping=!1,o.scrolling)return o.scrolling=!1,!1;if(o.interrupted=!1,o.shouldClick=!(o.touchObject.swipeLength>10),void 0===o.touchObject.curX)return!1;if(o.touchObject.edgeHit===!0&&o.$slider.trigger("edge",[o,o.swipeDirection()]),o.touchObject.swipeLength>=o.touchObject.minSwipe){switch(t=o.swipeDirection()){case"left":case"down":e=o.options.swipeToSlide?o.checkNavigable(o.currentSlide+o.getSlideCount()):o.currentSlide+o.getSlideCount(),o.currentDirection=0;break;case"right":case"up":e=o.options.swipeToSlide?o.checkNavigable(o.currentSlide-o.getSlideCount()):o.currentSlide-o.getSlideCount(),o.currentDirection=1}"vertical"!=t&&(o.slideHandler(e),o.touchObject={},o.$slider.trigger("swipe",[o,t]))}else o.touchObject.startX!==o.touchObject.curX&&(o.slideHandler(o.currentSlide),o.touchObject={})},e.prototype.swipeHandler=function(i){var e=this;if(!(e.options.swipe===!1||"ontouchend"in document&&e.options.swipe===!1||e.options.draggable===!1&&i.type.indexOf("mouse")!==-1))switch(e.touchObject.fingerCount=i.originalEvent&&void 0!==i.originalEvent.touches?i.originalEvent.touches.length:1,e.touchObject.minSwipe=e.listWidth/e.options.touchThreshold,e.options.verticalSwiping===!0&&(e.touchObject.minSwipe=e.listHeight/e.options.touchThreshold),i.data.action){case"start":e.swipeStart(i);break;case"move":e.swipeMove(i);break;case"end":e.swipeEnd(i)}},e.prototype.swipeMove=function(i){var e,t,o,s,n,r,l=this;return n=void 0!==i.originalEvent?i.originalEvent.touches:null,!(!l.dragging||l.scrolling||n&&1!==n.length)&&(e=l.getLeft(l.currentSlide),l.touchObject.curX=void 0!==n?n[0].pageX:i.clientX,l.touchObject.curY=void 0!==n?n[0].pageY:i.clientY,l.touchObject.swipeLength=Math.round(Math.sqrt(Math.pow(l.touchObject.curX-l.touchObject.startX,2))),r=Math.round(Math.sqrt(Math.pow(l.touchObject.curY-l.touchObject.startY,2))),!l.options.verticalSwiping&&!l.swiping&&r>4?(l.scrolling=!0,!1):(l.options.verticalSwiping===!0&&(l.touchObject.swipeLength=r),t=l.swipeDirection(),void 0!==i.originalEvent&&l.touchObject.swipeLength>4&&(l.swiping=!0,i.preventDefault()),s=(l.options.rtl===!1?1:-1)*(l.touchObject.curX>l.touchObject.startX?1:-1),l.options.verticalSwiping===!0&&(s=l.touchObject.curY>l.touchObject.startY?1:-1),o=l.touchObject.swipeLength,l.touchObject.edgeHit=!1,l.options.infinite===!1&&(0===l.currentSlide&&"right"===t||l.currentSlide>=l.getDotCount()&&"left"===t)&&(o=l.touchObject.swipeLength*l.options.edgeFriction,l.touchObject.edgeHit=!0),l.options.vertical===!1?l.swipeLeft=e+o*s:l.swipeLeft=e+o*(l.$list.height()/l.listWidth)*s,l.options.verticalSwiping===!0&&(l.swipeLeft=e+o*s),l.options.fade!==!0&&l.options.touchMove!==!1&&(l.animating===!0?(l.swipeLeft=null,!1):void l.setCSS(l.swipeLeft))))},e.prototype.swipeStart=function(i){var e,t=this;return t.interrupted=!0,1!==t.touchObject.fingerCount||t.slideCount<=t.options.slidesToShow?(t.touchObject={},!1):(void 0!==i.originalEvent&&void 0!==i.originalEvent.touches&&(e=i.originalEvent.touches[0]),t.touchObject.startX=t.touchObject.curX=void 0!==e?e.pageX:i.clientX,t.touchObject.startY=t.touchObject.curY=void 0!==e?e.pageY:i.clientY,void(t.dragging=!0))},e.prototype.unfilterSlides=e.prototype.slickUnfilter=function(){var i=this;null!==i.$slidesCache&&(i.unload(),i.$slideTrack.children(this.options.slide).detach(),i.$slidesCache.appendTo(i.$slideTrack),i.reinit())},e.prototype.unload=function(){var e=this;i(".slick-cloned",e.$slider).remove(),e.$dots&&e.$dots.remove(),e.$prevArrow&&e.htmlExpr.test(e.options.prevArrow)&&e.$prevArrow.remove(),e.$nextArrow&&e.htmlExpr.test(e.options.nextArrow)&&e.$nextArrow.remove(),e.$slides.removeClass("slick-slide slick-active slick-visible slick-current").attr("aria-hidden","true").css("width","")},e.prototype.unslick=function(i){var e=this;e.$slider.trigger("unslick",[e,i]),e.destroy()},e.prototype.updateArrows=function(){var i,e=this;i=Math.floor(e.options.slidesToShow/2),e.options.arrows===!0&&e.slideCount>e.options.slidesToShow&&!e.options.infinite&&(e.$prevArrow.removeClass("slick-disabled").attr("aria-disabled","false"),e.$nextArrow.removeClass("slick-disabled").attr("aria-disabled","false"),0===e.currentSlide?(e.$prevArrow.addClass("slick-disabled").attr("aria-disabled","true"),e.$nextArrow.removeClass("slick-disabled").attr("aria-disabled","false")):e.currentSlide>=e.slideCount-e.options.slidesToShow&&e.options.centerMode===!1?(e.$nextArrow.addClass("slick-disabled").attr("aria-disabled","true"),e.$prevArrow.removeClass("slick-disabled").attr("aria-disabled","false")):e.currentSlide>=e.slideCount-1&&e.options.centerMode===!0&&(e.$nextArrow.addClass("slick-disabled").attr("aria-disabled","true"),e.$prevArrow.removeClass("slick-disabled").attr("aria-disabled","false")))},e.prototype.updateDots=function(){var i=this;null!==i.$dots&&(i.$dots.find("li").removeClass("slick-active").end(),i.$dots.find("li").eq(Math.floor(i.currentSlide/i.options.slidesToScroll)).addClass("slick-active"))},e.prototype.visibility=function(){var i=this;i.options.autoplay&&(document[i.hidden]?i.interrupted=!0:i.interrupted=!1)},i.fn.slick=function(){var i,t,o=this,s=arguments[0],n=Array.prototype.slice.call(arguments,1),r=o.length;for(i=0;i<r;i++)if("object"==typeof s||"undefined"==typeof s?o[i].slick=new e(o[i],s):t=o[i].slick[s].apply(o[i].slick,n),"undefined"!=typeof t)return t;return o}});
</script>
<section class="section-05">
<div class="container">
<div class="heading-block">
<h2>Learn more about Lenovo<br class="hm" />
Device Intelligence Solutions</h2>

<p>The cloud-based platforms are PC health management SaaS solutions using proactive device insights and AI-driven predictive analytics to keep fleets running at peak performance, optimize support costs, and improve end user productivity and satisfaction.</p>
</div>

<div class="slider-block">
<div class="slide">
<div class="img-holder">
<drupal-entity data-embed-button="media_entity_embed" data-entity-embed-display="view_mode:media.original_dimension" data-entity-embed-display-settings="" data-entity-type="media" data-entity-uuid="21512228-3779-4a76-920a-c3291c62f0fc" data-langcode="ww-en"></drupal-entity>
</div>

<div class="post-holder">
<div class="post-block">
<h4>Increase employee productivity and end-user experience</h4>

<p>Monitor fleet activity to uncover issues before they impact user productivity.</p>
</div>
</div>
</div>

<div class="slide">
<div class="img-holder">
<drupal-entity data-embed-button="media_entity_embed" data-entity-embed-display="view_mode:media.original_dimension" data-entity-embed-display-settings="" data-entity-type="media" data-entity-uuid="e35c492a-4414-4520-ba95-f60f1f797d05" data-langcode="ww-en"></drupal-entity>
</div>

<div class="post-holder">
<div class="post-block">
<h4>Free up IT resources to focus on strategic business initiatives</h4>

<p>Let Lenovo’s team of experts be a smart extension of your IT or help desk team.</p>
</div>
</div>
</div>

<div class="slide">
<div class="img-holder">
<drupal-entity data-embed-button="media_entity_embed" data-entity-embed-display="view_mode:media.original_dimension" data-entity-embed-display-settings="" data-entity-type="media" data-entity-uuid="b724e063-44a3-4bbb-992b-2bb97939b639" data-langcode="ww-en"></drupal-entity>
</div>

<div class="post-holder">
<div class="post-block">
<h4>Maximize performance of your device fleet</h4>

<p>Use AI predictive analytics to identify key performance issues and apply remediations..</p>
</div>
</div>
</div>

<div class="slide">
<div class="img-holder">
<drupal-entity data-embed-button="media_entity_embed" data-entity-embed-display="view_mode:media.original_dimension" data-entity-embed-display-settings="" data-entity-type="media" data-entity-uuid="095f5b4f-0d4f-4b3d-b7ff-b8ce0f1fbfa9" data-langcode="ww-en"></drupal-entity>
</div>

<div class="post-holder">
<div class="post-block">
<h4>Reduce cost through IT resource planning</h4>

<p>Analyze and plan to ensure your next hardware and software investments are right for your business.</p>
</div>
</div>
</div>
</div>
</div>
</section>

<section class="section-06">
<div class="container">
<div class="bg-holder">
<div class="mobile"><img alt="" src="/origind8/sites/default/files/2022-09/img-your-business-mobile_56.jpg" /></div>

<div class="desktop"><img alt="" src="/origind8/sites/default/files/2022-09/img-your-business_56.jpg" /></div>
</div>

<div class="post-block">
<h2>It’s time to unburden your&nbsp;business</h2>

<p>Get in touch with our representatives and learn how Lenovo Device Intelligence managed Services can help your business and unburden your IT team.</p>

<div class="btn-holder"><cta-button data-embed-class="btn" data-embed-label="Read flyer" data-embed-media="" data-embed-scheme="link" data-embed-target="_blank" data-embed-text="" data-embed-type="link" data-embed-url="https://techtoday.lenovo.com/origind8/sites/default/files/2021-04/lenov… flyer</cta-button> <cta-button data-embed-class="btn transparent" data-embed-label="Learn more" data-embed-media="" data-embed-scheme="link" data-embed-target="" data-embed-text="" data-embed-type="link" data-embed-url="/node/4082/">Learn more</cta-button></div>
</div>
</div>
</section>

<section class="section-07">
<div class="container">
<div class="columns-block">
<div class="column">
<div class="bg-holder"><img alt="" src="/origind8/sites/default/files/2022-09/img-managed-services_56.jpg" /></div>

<div class="post-block">
<h2>Lenovo Managed&nbsp;Services</h2>

<p>Learn more about Lenovo's Managed Services umbrella of solutions, and check how Lenovo can reduce the workload of your IT teams while boosting the productivity of your workforce.</p>
<cta-button data-embed-class="btn" data-embed-label="Learn more" data-embed-media="" data-embed-scheme="link" data-embed-target="" data-embed-text="" data-embed-type="link" data-embed-url="/node/5426/">Learn more</cta-button></div>
</div>

<div class="column">
<div class="bg-holder"><img alt="" src="/origind8/sites/default/files/2022-09/img-len-truscale_56.jpg" /></div>

<div class="post-block">
<h2>Lenovo<br />
TruScale</h2>

<p>From the pocket to the cloud, empower your teams with the tech they need - delivered as a service, anywhere in the world - and ignite your business strategy.</p>
<cta-button data-embed-class="btn" data-embed-label="Learn more" data-embed-media="" data-embed-scheme="link" data-embed-target="" data-embed-text="" data-embed-type="link" data-embed-url="/node/5331/">Learn more</cta-button></div>
</div>
</div>
</div>
</section>

<section class="section-08">
<div class="container">
<div class="columns-block">
<div class="post-column">
<h2>Lenovo Solutions and&nbsp;Services</h2>

<p>Dive deep in our full portfolio of solutions and lifecycle services, and learn more about how Lenovo can help you manage your IT.</p>

<p>From the moment your organization is planning a new device fleet, to the time your assets must be responsibly disposed, Lenovo got a full suite of&nbsp;business-grade services to help you configure, deploy, support and manage your technology.</p>
<cta-button data-embed-class="btn transparent" data-embed-label="Learn more" data-embed-media="" data-embed-scheme="link" data-embed-target="" data-embed-text="" data-embed-type="link" data-embed-url="/node/5837/">Learn more</cta-button></div>

<div class="img-column">
<drupal-entity data-embed-button="media_entity_embed" data-entity-embed-display="view_mode:media.original_dimension" data-entity-embed-display-settings="" data-entity-type="media" data-entity-uuid="c6c3075e-044f-4c6a-bf23-ecf62562bc47" data-langcode="ww-en"></drupal-entity>
</div>
</div>
</div>
</section>

<section class="section-09">
<div class="container">
<div class="columns-block">
<div class="post-column">
<h2>It’s time to unburden your&nbsp;business</h2>

<p>Get in touch with our representatives and learn how Lenovo Device Intelligence managed Services can help your business and unburden&nbsp;your IT team.</p>

<div class="btn"><gated-resource data-embed-button-icon="" data-embed-form="6846" data-embed-label="Contact us" data-embed-media="" data-embed-scheme="link" data-embed-target="" data-embed-type="form" data-embed-url=""> Contact us </gated-resource></div>
</div>

<div class="img-column">
<drupal-entity data-embed-button="media_entity_embed" data-entity-embed-display="view_mode:media.original_dimension" data-entity-embed-display-settings="" data-entity-type="media" data-entity-uuid="d05f3c1b-9207-4dac-aa07-684e07c9eb64" data-langcode="ww-en"></drupal-entity>
</div>
</div>
</div>
</section>