@charset "UTF-8";
input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 2px solid #0F7FFF !important;
  outline-offset: 1px !important; }

input:focus + label {
  outline: 2px solid #0F7FFF !important;
  outline-offset: 1px !important; }

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 551px)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:551px)/";
  width: 551px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:551px) and (max-width:801px)/";
  width: 551px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:801px)/";
  width: 801px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:801px) and (max-width:1261px)/";
  width: 801px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1261px)/";
  width: 1261px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1261px) and (max-width:1681px)/";
  width: 1261px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1681px)/";
  width: 1681px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

.u-block {
  display: block !important; }

.u-inlineBlock {
  display: inline-block !important;
  max-width: 100% !important; }

.u-hidden {
  display: none !important; }

.u-hiddenVisually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.is-srOnly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.u-textAlignCenter {
  text-align: center !important; }

.u-textAlignLeft {
  text-align: left !important; }

.u-textAlignRight {
  text-align: right !important; }

.u-textBreak {
  word-wrap: break-word !important; }

.u-textInheritColor {
  color: inherit !important; }

.u-textKern {
  text-rendering: optimizeLegibility !important;
  font-feature-settings: "kern" 1 !important;
  font-kerning: normal !important; }

.u-textLead {
  line-height: 1.6 !important;
  font-size: 1.1em !important; }

.u-textNoWrap {
  white-space: nowrap !important; }

.u-textTruncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important; }

.u-fontSmoothing {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important; }

/*! 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; }

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

html,
body {
  height: 100%; }

body {
  background: white;
  color: black;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

img {
  -ms-interpolation-mode: bicubic; }

button {
  background: none;
  border: 0; }
  button:active, button:focus {
    box-shadow: none;
    outline: none; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

html {
  font-size: 14px; }
  @media (min-width: 551px) {
    html {
      font-size: 14px; } }
  @media (min-width: 801px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 14px; } }

body {
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: black;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #757575; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.78571rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #757575;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

.subheader {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0.78571rem; }

hr {
  border: solid #e5e5e5;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 2rem 0 1.92857rem; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

ul,
ol,
dl {
  list-style-position: outside;
  margin-bottom: 1.5rem; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.2rem;
  margin-bottom: 0; }

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

dl dt {
  font-weight: 700;
  margin-bottom: 0.35714rem; }

dl dd {
  margin-bottom: 1.5rem; }

abbr,
acronym {
  border-bottom: 1px dotted #cccccc;
  color: black;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 22px;
  line-height: 29px; }

cite {
  color: #999999;
  display: block;
  font-size: 1rem; }

.icon {
  height: 1.14286rem;
  width: 1.14286rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #757575;
    height: 100%;
    vertical-align: top;
    width: 100%; }

/*doc
---
title: Lists
name: lists
category: Elements
---

*/
/*doc
---
title: Inline List
name: inline_list
category: Elements
parent: lists
---


```html_example
<ul class="inlineList">
    <li><a href="#">Link 1</a></li>
    <li><a href="#">Link 2</a></li>
    <li><a href="#">Link 3</a></li>
    <li><a href="#">Link 4</a></li>
    <li><a href="#">Link 5</a></li>
</ul>
```
##### Inline list settings
```sass_file_example
src/settings/foundation/inlineList/_settings.scss
```

*/
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.21429rem;
  margin-left: -1.57143rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.57143rem; }
    .inlineList > li > * {
      display: block; }

/*doc
---
title: Tables
name: tables
category: Elements
---


```html_example
<table class="table">
    <thead class="table-thead">
        <tr>
            <th>Table Header</th>
            <th>Table Header</th>
            <th class="table-header--numericData" scope="column">Totals</th>
        </tr>
    </thead>
    <tbody class="table-tbody">
        <tr>
            <td>Content Goes Here</td>
            <td>This is longer content Donec id elit non mi porta gravida at eget metus.</td>
            <td class="table-cell--numericData">$10</td>
        </tr>
    </tbody>
    <tfoot class="table-tfoot">
        <tr>
            <td class="table-cell--numericData" colspan="2">Subtotal:</td>
            <td class="table-cell--numericData"><strong>$60</strong></td>
        </tr>
    </tfoot>
</table>
```
##### Tables settings
```sass_file_example
src/settings/foundation/tables/_settings.scss
```

*/
.table {
  border: solid 1px #e5e5e5;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #e5e5e5; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.78571rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.78571rem 1.5rem;
    text-align: left; }
  .table thead tr th,
  .table tfoot tr th,
  .table tfoot tr td,
  .table tbody tr th,
  .table tbody tr td,
  .table tr td {
    display: table-cell; }
  .table th.table-header--numericData,
  .table td.table-cell--numericData {
    text-align: right; }

.table-thead {
  border: 1px solid #e5e5e5; }

.table-tfoot {
  border: 1px solid #e5e5e5; }

.table-tbody tr {
  border-bottom: 1px solid #e5e5e5; }
  .table-tbody tr:last-child {
    border-bottom: 0; }

/*doc
---
title: Buttons
name: button
category: Components
---

These are all the button

```sass_file_example
src/settings/foundation/buttons/_settings.scss
```

```html_example
<button class="button">Button</button>

<input type="submit" class="button" value="Button">

<a class="button" role="button" href="#">Button</a>
```

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #8f8f8f;
  color: #666666;
  font-size: 1rem;
  padding: 0.85714rem 2.28571rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #474747;
    color: black; }
  .button:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: black; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.78571rem; } }

/*doc
---
title: Button states
name: button_states
category: Components
parent: button
---

```html_example
<button class="button button--primary">Primary Button</button>

<button class="button">Secondary / Default Button</button>

<button class="button button--tertiary">Tertiary Button</button>

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary {
  background-color: black;
  border-color: black;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #666666;
    border-color: #666666;
    color: white; }
  .button--primary:active {
    background-color: black;
    border: 1px solid black;
    color: white; }

.button[disabled] {
  background-color: #cccccc;
  border-color: rgba(0, 0, 255, 0);
  color: white;
  cursor: default; }

/*doc
---
title: Button sizes
name: button_sizes
category: Components
parent: button
---

```html_example
<button class="button button--large">Large</button>

<button class="button">Default</button>

<button class="button button--small">Small</button>

<button class="button button--tiny">Tiny</button>
```

And a special case, slab, which takes the full width of it's container and any
size modifier

```html_example
<button class="button button--slab">Slab</button>

<button class="button button--slab button--large">Slab</button>
```

*/
.button--large {
  font-size: 15px; }

.button--small {
  font-size: 13px;
  padding: 0.57143rem 1.5rem; }

.button--tiny { }

.button--slab {
  display: block;
  width: 100%; }
  .button + .button--slab {
    margin-left: 0; }

.button--icon {
  font-size: 1rem;
  padding: 0.78571rem 0.78571rem; }
  .button--icon svg {
    fill: #757575; }

/*doc
---
title: Button Groups
name: button_groups
category: Components
parent: button
---


```html_example
<div class="buttonGroup">
    <button class="button">Button1</button>
    <button class="button">Button2</button>
    <button class="button">Button3</button>
</div>
```
##### Button group settings
```sass_file_example
src/settings/bigcommerce/buttonGroup/_settings.scss
```

*/
.buttonGroup {
  display: inline-block; }
  .buttonGroup > .button {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button:last-child {
      border-bottom-right-radius: 4px;
      border-right-width: 1px;
      border-top-right-radius: 4px; }

/*doc
---
title: Dropdowns
name: dropdown
category: Components
---

Dropdowns are simple lists that can appear next to any element that can trigger a click event.
They can be used by buttons, icons, links and other similar items.

```sass_file_example
src/settings/foundation/dropdown/_settings.scss
```
```html_example
<ul class="dropdown-menu" style="display:block; left: 0;">
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">One</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Two</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Three</a></li>
</ul>
```
*/
.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu.open {
    display: block; }
  .dropdown-menu > *:first-child {
    margin-top: 0; }
  .dropdown-menu > *:last-child {
    margin-bottom: 0; }

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  padding: 0.78571rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

.dropdown-menu-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.35714rem 0.71429rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.35714rem; }
  .dropdown-menu-item a {
    margin: -0.35714rem; }

/*doc
---
title: Forms
name: forms
category: Forms
---

##### Foundation Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

##### Citadel Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

*/
/*doc
---
title: Form basics
name: 01forms_basics
category: Forms
parent: forms
---

Citadel comes with styling for most form input types and some custom ones. To start
things off a basic, semantic mark-up structure should be adhered too, including
the `form`, `fieldset` and `legend` elements where ever possible.

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
    </fieldset>
</form>
```

*/
.form {
  margin: 0 0 1.5rem; }

.form-fieldset {
  border-width: 0;
  margin: 0;
  padding: 0; }

.form-legend {
  background: transparent;
  border: solid #999999;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.78571rem;
  padding: 0;
  width: 100%; }

/*doc
---
title: Form labels and inputs
name: 03forms_basics
category: Forms
parent: forms
---

Inputs of all types should be associated with a label which has a `for` attribute

```html_example
<div class="form-field">
    <label class="form-label" for="input1">Input Label</label>
    <input class="form-input" id="input1" type="text" placeholder="Placeholder text">
</div>
<div class="form-field">
    <label class="form-label" for="input2">Number Label</label>
    <input class="form-input" id="input2" type="number" placeholder="Number input">
</div>
<div class="form-field">
    <label class="form-label" for="input3">Textarea Label <small>additional context</small></label>
    <textarea class="form-input" id="input3" placeholder="Placeholder text" rows="3"></textarea>
</div>
```
*/
.form-label {
  color: #666666;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #757575;
    font-size: 0.71429rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: #8f8f8f;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #666666;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: border-color 100ms ease-out;
  width: 100%;
  /*doc
---
title: Disabled inputs
name: 04forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="disabled_input1">Input Label</label>
    <input class="form-input" id="disabled_input1" disabled type="text" value="Disabled text">
</div>

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled {
    background-color: white;
    color: #999999;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #e5e5e5;
    border-color: #999999;
    color: #757575;
    cursor: text; }
  .form-input:focus {
    border-color: #474747;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #999999; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #999999; }
  .form-input:-ms-input-placeholder {
    color: #999999; }

/*doc
---
title: Selects
name: 05forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #8f8f8f;
  color: #666666;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    border-color: #474747; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #474747; }

/*doc
---
title: Form Panels and Layouts
name: 13forms_layouts
category: Forms
parent: forms
---

We provide a couple of component styles to layout forms.

The more `form-field` components you place in the `form-row`, the smaller the columns gets.
Columns are equal length, and calculated automatically by Flexbox by default.

It's the same mark-up but depending on your browser support needs, you can switch
between a flexbox layout or a more traditional grid based layout by setting
`$formRow-modernBrowsers` to `false`.

The grid based layout of `form-feilds` will require the use of modifiers to calculate
the correct widths. We support `form-field--half`, `form-field--third` and
`form-field--quarter`

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
        <div class="form-body">
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
        </div>
    </fieldset>
</form>
```
*/
.form-body {
  background-color: white;
  border: 1px solid #999999;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 551px) {
    .form-row--half .form-field {
      width: 50%; }
    .form-row--third .form-field {
      width: 33.33333%; }
    .form-row--quarter .form-field {
      width: 25%; } }

/*doc
---
title: Form Fields
name: 02forms_basics
category: Forms
parent: forms
---

Each form input should be wrapped in a `form-field`

```html_example
<div class="form-field">
</div>
```
*/
.form-field {
  display: block;
  margin: 0 0 2rem;
  max-width: none; }
  .form-field:before, .form-field:after {
    content: " ";
    display: table; }
  .form-field:after {
    clear: both; }

/*doc
---
title: Selects [multiple]
name: 06forms_basics
category: Forms
parent: forms
---

Styling of the select element with the multiple attribute

```html_example
<div class="form-field">
    <label class="form-label" for="multiselect1">Native Select Multiple label</label>
    <select class="form-select" multiple name="multiselect1" id="multiselect1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
        <option value="3">Option 3</option>
        <option value="4">Option 4</option>
    </select>
</div>
```
*/
.form-select[multiple] {
  height: auto; }
  .form-select[multiple] option {
    padding: 5px; }

/*doc
---
title: Radios and Checkbox
name: 07forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-checkbox" type="checkbox" id="check1">
    <label class="form-label" for="check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="check2">
    <label class="form-label" for="check2">Checkbox 2 label</label>
</div>
```

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.35714rem;
    padding-left: 1.85714rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #8f8f8f;
      border-width: 1px;
      height: 1.14286rem;
      left: 0;
      top: 0;
      width: 1.14286rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 1rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 1rem; }

.form-checkbox:checked + .form-label::after,
.form-radio:checked + .form-label::after {
  opacity: 1;
  transform: scale(1); }

.form-checkbox[disabled] + .form-label,
.form-radio[disabled] + .form-label {
  cursor: default; }
  .form-checkbox[disabled] + .form-label::before,
  .form-radio[disabled] + .form-label::before {
    background-color: white; }

.form-checkbox + .form-label::before {
  border-radius: 4px; }

.form-checkbox + .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 0, 0, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(0, 0, 0, 0.999);
  content: "";
  font-size: 1rem;
  line-height: 1;
  text-align: center; }

.form-radio + .form-label::before {
  border-radius: 50%; }

.form-radio + .form-label::after {
  background: rgba(0, 0, 0, 0.999);
  border: 3px solid white;
  border-radius: 1rem; }

/*doc
---
title: Inputs with Extras
name: 08forms_inputextras
category: Forms
parent: forms
---

Sometimes inputs need inline actions. An inline button for a search box for example.

```html_example
<div class="form-field">
    <label class="form-label" for="input9">Input with action</label>
    <input class="form-input has-action" type="search" id="input9">
    <button class="button button--icon button--inputAction">
        <span class="u-hiddenVisually">Search</span>
        <icon glyph="ic-search" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></icon>
    </button>
</div>
```
*/
.form-input.has-action {
  float: left;
  padding-right: 2.85714rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.85714rem;
    margin: 0.07143rem 0 0 -2.92857rem;
    width: 2.85714rem; }

/*doc
---
title: Inputs with Icons
name: 09forms_inputicons
category: Forms
parent: forms
---

Sometimes inputs need to display an informative icon to convey a certain meaning, like secure.

```html_example
<div class="form-field">
    <label class="form-label" for="input99">Input with icon</label>
    <input class="form-input has-icon" type="search" id="input9">
    <icon glyph="ic-lock" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"></path></svg></icon>
</div>
```
*/
.form-input.has-icon {
  float: left;
  padding-right: 2.57143rem; }
  .form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -2.57143rem;
    width: 1.42857rem; }

/*doc
---
title: Form PrefixPostfix
name: 10forms_prefixpostfix
category: Forms
parent: forms
---

PrefixPostfix

```html_example
<div class="form-field">
    <label class="form-label" for="input4">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input5">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="input5" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
</div>
```

### PrefixPostfix with a button

```html_example
<div class="form-field">
    <label class="form-label" for="input6">Prefixed Button</label>
    <div class="form-prefixPostfix">
        <input class="button form-prefixPostfix-button--prefix" type="submit" value="Save">
        <input class="form-input" id="input6" type="text" placeholder="Placeholder text">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input7">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="input7" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
</div>
```
*/
.form-prefixPostfix {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .form-prefixPostfix .form-input {
    flex: 1; }
  .form-prefixPostfix .button {
    height: 3rem; }

.form-prefixPostfix-input {
  border-radius: 0 0 0 0; }

.form-prefixPostfix-label {
  background-color: white;
  border: solid #999999;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 6.42857rem;
  padding: 0.75rem;
  text-align: center; }

.form-prefixPostfix-label--prefix {
  border-radius: 0 0 0 0;
  border-width: 1px 0 1px 1px; }
  .form-prefixPostfix-label--prefix + .form-input {
    border-radius: 0 0 0 0; }

.form-prefixPostfix-label--postfix {
  border-radius: 0 0 0 0;
  border-width: 1px 1px 1px 0; }

.form-prefixPostfix-button--prefix {
  margin: 0 0.75rem 0 0; }

.form-prefixPostfix-button--postfix {
  margin: 0 0 0 0.75rem; }

/*doc
---
title: Form Switch
name: 11forms_switch
category: Forms
parent: forms
---

Switch

```html_example
<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">On</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">Off</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important switch--checked">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>
```
*/
.switch-checkbox {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .switch-checkbox:focus + .switch-toggle {
    border-color: #757575;
    box-shadow: 0 0 4px rgba(117, 117, 117, 0.4); }

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 2rem;
  cursor: pointer;
  display: inline-block;
  height: 2rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 4.28571rem; }
  .switch--important .switch-toggle {
    background-color: #f1a500;
    border-color: #f1a500; }
  .switch--checked .switch-toggle {
    background-color: #008a06;
    border-color: #008a06; }
  .switch--disabled .switch-toggle {
    background-color: #e5e5e5;
    border-color: #999999;
    cursor: default; }

.switch-toggle::before {
  background: white;
  border-radius: 1.4286rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.4286rem;
  left: 0.21427rem;
  position: absolute;
  top: 0.21427rem;
  transition: all 100ms ease-out;
  width: 1.4286rem; }
  .switch--checked .switch-toggle::before {
    left: 2.49999rem; }

.switch-label {
  color: white;
  height: 26px;
  line-height: 1.92857;
  position: absolute;
  right: 0.42857rem;
  text-transform: uppercase;
  transition: all 100ms ease-out; }
  .switch--checked .switch-label {
    font-weight: 600;
    left: 0.42857rem;
    right: auto; }
  .switch--disabled .switch-label {
    color: #757575; }

.switch-label--icon.icon {
  height: 1.85714rem;
  width: 1.85714rem; }
  .switch-label--icon.icon svg {
    height: 1.85714rem;
    width: 1.85714rem;
    fill: white; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #757575; }

.switch-description--off {
  color: black;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #757575; }

.switch-description--on {
  color: #757575;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: black; }

.switch-ariaDescription {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*doc
---
title: Form Actions
name: 14forms_actions
category: Forms
parent: forms
---

Forms require actions to submit or cancel (or what ever action a user should perform).
Form actions come in 2 flavours; normal and fixed.

```html_example
<div class="form-actions">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```

### Form Actions --fixed

```html_example
<div class="form-actions form-actions--fixed">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```
*/
.form-actions {
  background: none;
  border: 0;
  text-align: center; }
  @media (min-width: 481px) {
    .form-actions {
      text-align: left; } }

.form-actions > * {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 481px) {
    .form-actions > * {
      vertical-align: baseline;
      width: auto; } }

@media (min-width: 481px) {
  .form-actions--fixed {
    background: white;
    border-top: 1px solid #999999;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

/*doc
---
title: Form Errors
name: 12forms_errors
category: Forms
parent: forms
---

Form inline errors

```html_example
<div class="form-field form-field--success">
    <label class="form-label" for="valid_simple">Valid field</label>
    <input class="form-input" id="valid_simple" type="text" value="Some Valid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-check-circle" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path></svg></icon>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_simple">Invalid field</label>
    <input class="form-input" id="invalid_simple" type="text" value="Some Invalid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_simple">
                This is not a valid email address
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--warning">
    <label class="form-label" for="warning_simple">Warning field</label>
    <input class="form-input" id="warning_simple" type="text" value="Text that generated a Warning">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="warning_simple">
                Did you mean…
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_select">Select label</label>
    <select class="form-select" name="invalid_select" id="invalid_select">
        <option value="Please select a value">Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_select">
                You must select a value
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Checkbox label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check1">
    <label class="form-label" for="invalid_check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check2">
    <label class="form-label" for="invalid_check2">Checkbox 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select one or more
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Radio label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio1">
    <label class="form-label" for="invalid_radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio2">
    <label class="form-label" for="invalid_radio2">Radio 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select an option
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_prefix">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="invalid_prefix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
        <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_prefix">
                Please input a dollar amount
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="invalid_postfix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix">
                Please enter the weight in kilograms
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix_button">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="invalid_postfix_button" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                This is a really long error message to give alot
                more detail to the user about what is wrong with this field.
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                Something else was wrong
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                You really messed up here
            </label>
        </li>
    </ul>
</div>
```
*/
.form-input-indicator {
  height: 1.57143rem;
  width: 1.57143rem;
  float: left;
  margin: 0 0 0 -2.14286rem;
  position: relative;
  top: 0.71429rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #008a06; }

.form-field-errors {
  list-style: none;
  margin-left: 0;
  margin-left: 0;
  clear: both;
  margin-bottom: 0;
  margin-top: 0.21429rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.35714rem 0 -0.5rem;
  width: 100%; }

.form-field--success .form-input,
.form-field--error .form-input,
.form-field--warning .form-input {
  float: left; }

.form-field--success .form-input,
.form-field--success .form-select,
.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-radio + .form-label::before,
.form-field--success .form-prefixPostfix-label {
  border-color: #008a06; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #008a06; }

.form-field--success .form-input-indicator > svg {
  fill: #008a06; }

.form-field--error .form-input,
.form-field--error .form-select,
.form-field--error .form-checkbox + .form-label::before,
.form-field--error .form-radio + .form-label::before,
.form-field--error .form-prefixPostfix-label {
  border-color: #cc4749; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  color: #cc4749; }

.form-field--error .form-input-indicator > svg {
  fill: #cc4749; }

.form-field--warning .form-input,
.form-field--warning .form-select,
.form-field--warning .form-checkbox + .form-label::before,
.form-field--warning .form-radio + .form-label::before,
.form-field--warning .form-prefixPostfix-label {
  border-color: #f1a500; }

.form-field--warning .form-field-error,
.form-field--warning .form-inlineMessage {
  color: #f1a500; }

.form-field--warning .form-input-indicator > svg {
  fill: #f1a500; }

/*doc
---
title: Panels
name: panel
category: Components
---

Panels are a simple container which is relatively positioned within the document which helps you section
your content. Panels may also have a header, which contains a related title to describe the contents.

```sass_file_example
src/settings/foundation/panels/_settings.scss
```
```html_example
<div class="panel">
    <div class="panel-header">
        <h2 class="panel-title">Panel Title</h2>
    </div>
    <div class="panel-body">
        <h2>Some Panel Content</h2>
        <p>Should be able to handle any type of content.</p>
    </div>
</div>
```
*/
.panel {
  position: relative; }

.panel-header {
  background-color: #e5e5e5;
  margin: 0;
  padding: 1.5rem 2rem 0; }

.panel-title {
  line-height: 1.5;
  margin: 0; }

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2rem 1.5rem;
  background: #e5e5e5; }
  .panel-body > :first-child {
    margin-top: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }

.breadcrumbs {
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden; }

.breadcrumb {
  color: #757575;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #757575; }
  .breadcrumb.current {
    color: #757575;
    cursor: default; }
    .breadcrumb.current a {
      color: #757575;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #999999; }
    .breadcrumb.unavailable a {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #757575;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: black;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #757575;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #e5e5e5;
  margin: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }

.tab {
  border-bottom: white;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  @media (min-width: 551px) {
    .tab {
      float: left; } }

.tab-title {
  color: #757575;
  display: block;
  font-size: 15px;
  padding: 0.78571rem 1.57143rem; }
  .tab-title:hover {
    color: black; }

.tab.is-active .tab-title {
  color: black;
  font-weight: 700; }

@media (min-width: 551px) {
  .tabs--vertical {
    border-bottom: 0;
    float: left;
    margin: 0 0 1.5rem;
    max-width: 20%;
    width: 20%; } }

.tabs--vertical .tab {
  float: none; }

.tabs-contents {
  margin-bottom: 1.5rem; }
  .tabs-contents:before, .tabs-contents:after {
    content: " ";
    display: table; }
  .tabs-contents:after {
    clear: both; }

@media (min-width: 551px) {
  .tabs-contents--vertical {
    float: left;
    max-width: 80%;
    padding-left: 1.5rem;
    width: 80%; }
    .tabs-contents--vertical > .tab-content {
      padding: 0 1.5rem; } }

.tab-content {
  display: none;
  padding: 1.5rem 0; }
  .tab-content.is-active {
    display: block; }

.no-js .tab-content {
  display: block;
  float: none; }

/*doc
---
title: Navigation
name: nav
category: Components
---

The navigation pattern holds a list of links wrapped in a navigation element. The links can help you navigate
the document, or the information architecture. Each link should modify the URL in some way.

```sass_file_example
src/settings/bigcommerce/nav/_settings.scss
```
We generate our own navigation abstractions through a `nav()` mixin. The mixin works as follows:

```scss_example
nav($style: "navBar", $wrapper: "nav")
```
Where:

 - `$style` - The type of navigation (a bar or list)
 - `$wrapper` - The wrapper of the navigation (usually nav, ul or ol)

There is also a `nav-action()` mixin, which when used will set the styles for any actionable items in your navigation list.

```scss_example
nav-action($color, $fontFamily, $fontSize, $padding)
```

*/
/*doc
---
title: Navigation Bar
name: navBar
parent: nav
category: Components
---

The Navigation Bar is a horizontal navigation component, useful for page navigation or any other primary content navigation.

```html_example
<nav class="navBar navBar--internal">
    <ul class="navBar-section">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 1</a>
        </li>
        <li class="navBar-item is-active">
            <a class="navBar-action" href="#">Item 2</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 3</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 4</a>
        </li>
    </ul>
    <ul class="navBar-section navBar-section--alt">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 5</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 6</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 7</a>
        </li>
    </ul>
</nav>
```

You can create a navigation bar abstraction with the following mixin:

```scss_example
.pageNavigation {
    @include nav("navBar", "nav");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navBar:before, .navBar:after {
  content: " ";
  display: table; }

.navBar:after {
  clear: both; }

.navBar ul,
.navBar ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navBar ul ul,
  .navBar ul ol,
  .navBar ol ul,
  .navBar ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navBar ul li,
  .navBar ol li {
    margin: 0;
    padding: 0; }

.navBar-section {
  float: left; }
  .navBar-section:before, .navBar-section:after {
    content: " ";
    display: table; }
  .navBar-section:after {
    clear: both; }

.navBar-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navBar-section + .navBar-section {
  margin-left: 1.5rem; }

@media (min-width: 551px) {
  .navBar-item {
    float: left; } }

.navBar-item, .navBar-action {
  display: block; }

.navBar-action {
  color: black;
  font-size: 15px;
  padding: 0.78571rem; }

/*doc
---
title: Navigation List
name: navList
parent: nav
category: Components
---

The Navigation List is a vertical navigation component, useful for secondary navigation like a list of child pages.

```html_example
<nav class="navList navList--aside">
    <ul class="navList-section">
        <li class="navList-item">
            <a class="navList-action" href="#">Item 1</a>
        </li>
        <li class="navList-item is-active">
            <a class="navList-action" href="#">Item 2</a>
            <ul class="navList-subSection">
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 1</a>
                </li>
                <li class="navList-item is-active">
                    <a class="navList-action" href="#">Sub-item 2</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 3</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 4</a>
                </li>
            </ul>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 3</a>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 4</a>
        </li>
    </ul>
</nav>
```

You can create a navigation list abstraction with the following mixin:

```scss_example
.subPagesList {
    @include nav("navList", "ul");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navList:before, .navList:after {
  content: " ";
  display: table; }

.navList:after {
  clear: both; }

.navList ul,
.navList ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navList ul ul,
  .navList ul ol,
  .navList ol ul,
  .navList ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navList ul li,
  .navList ol li {
    margin: 0;
    padding: 0; }

.navList-section:before, .navList-section:after {
  content: " ";
  display: table; }

.navList-section:after {
  clear: both; }

.navList-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navList-section + .navList-section {
  margin-top: 1.5rem; }

.navList-item, .navList-action {
  display: block; }

.navList-action {
  color: black;
  font-size: 15px;
  padding: 0.21429rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #757575;
    font-size: 1rem;
    margin-left: 0.35714rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #757575;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.28571rem 0.5rem; }
  .pagination-list li {
    display: block; }

li.pagination-item {
  cursor: pointer; }
  li.pagination-item:first-child {
    margin-left: 0; }
  li.pagination-item a:hover {
    color: black; }

li.pagination-item--current a, li.pagination-item--current button {
  color: black;
  cursor: default; }

/*doc
---
title: Alerts
name: alerts
category: Components
---

Alerts can be used to inform users about the actions they perform, whether it's a successful message, a warning, error, or just information.
They can be displayed at a page level or inside a specific container. They will take the full width of their containers.

```sass_file_example
src/settings/foundation/alerts/_settings.scss
```

The alert box consists of three `alertBox-column`s: The `alertBox-icon` which contains the icon for the type of alert,
the `alertBox-message` which can contain the heading and text for the alert message, and `alertBox-close` which holds the close button.
You can set the vertical alignment of the columns in the setting variables.

```html_example
<div class="alertBox">
    <div class="alertBox-column alertBox-icon">
        <icon class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path>
            </svg>
        </icon>
    </div>
    <div class="alertBox-column alertBox-message">
        <span>Generic alert</span>
    </div>
    <a class="alertBox-column alertBox-close" tabindex="0" href="#">
        <icon glyph="ic-close" class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
            </svg>
        </icon>
    </a>
</div>
```
*/
.alertBox {
  border-style: none;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.78571rem;
  padding: 0.78571rem 1.14286rem 0.78571rem 1.14286rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox .button {
    margin: 0 0 0 0.78571rem; }

.alertBox--info {
  background-color: #666666;
  border-color: #666666;
  color: black; }
  .alertBox--info svg {
    fill: #dfdfdf; }

.alertBox--success {
  background-color: #d5ffd8;
  border-color: #d5ffd8;
  color: white; }
  .alertBox--success svg {
    fill: #008a06; }

.alertBox--warning {
  background-color: #fffdea;
  border-color: #fffdea;
  color: white; }
  .alertBox--warning svg {
    fill: #f1a500; }

.alertBox--error {
  background-color: #ffdddd;
  border-color: #ffdddd;
  color: white; }
  .alertBox--error svg {
    fill: #cc4749; }

.alertBox-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.alertBox-icon {
  padding-right: 1.14286rem; }

.alertBox-message {
  margin: 0;
  text-align: left;
  width: 100%; }

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.14286rem; }
  .alertBox-close .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox-close svg {
    fill: #999999; }

/*doc
---
title: Accordion
name: accordion
category: Components
---
```html_example
<section class="accordion">
    <article heading="Dynamic Group Header - 1" class="is-open">
        <h2 class="accordion-navigation is-open">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 1
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
        <div class="accordion-content is-open">
            Dynamic Group Body - 1
        </div>
    </article>
    <article heading="Dynamic Group Header - 2">
        <h2 class="accordion-navigation">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 2
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
<article heading="Dynamic Group Header - 3">
        <h2 class="accordion-navigation accordion-navigation--error">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 3
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
</section>
```

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #e5e5e5 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e5e5e5 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: black;
    padding: 1.85714rem;
    display: block;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.85714rem; }

.accordion-title {
  font-weight: 700;
  line-height: 24px; }

.accordion-content {
  display: none;
  padding: 2rem;
  border: #e5e5e5 solid;
  border-width: 0 0 1px; }
  .accordion-content.is-open {
    display: block; }

.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open > a {
  color: #008a06; }

.accordion-navigation--error .accordion-title,
.accordion-navigation--error.is-open > a {
  color: #cc4749; }

.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open > a {
  color: #f1a500; }

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: black;
  background: rgba(0, 0, 0, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }
  .has-activeModal .modal-background {
    display: block; }

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 551px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 551px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 551px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 551px) {
    .modal {
      transform: translateY(-50%); } }

.modal--large {
  max-height: 90%;
  width: 1280px; }

.modal--small {
  width: 500px; }

.modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0;
  position: relative; }

.modal-header-title {
  margin: 0; }

.modal-body {
  padding: 3rem 0; }
  .modal-body > :last-child {
    margin-bottom: 0; }

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.78571rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

.modal-footer-link {
  display: inline-block;
  font-size: 15px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

.modal-close {
  color: #666666;
  cursor: pointer;
  font-size: 25px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }
  .modal-close .icon {
    height: 1.42857rem;
    width: 1.42857rem; }

@media print {
  .modal {
    background: #FFFFFF !important;
    display: none; } }

.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 3rem;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  transition: all 200ms ease-out;
  z-index: 500; }
  .loadingNotification.ng-hide-remove, .loadingNotification.ng-hide-add-active {
    opacity: 0;
    top: 3.6rem;
    transform: scale(0.9) translateX(-50%); }
  .loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 3rem;
    transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: #666666;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 15px;
  padding: 0.35714rem 0.78571rem; }

.loadingOverlay-container {
  min-height: 120px;
  position: relative; }

.loadingOverlay {
  background: rgba(0, 0, 0, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    height: 2.85714rem;
    width: 2.85714rem;
    border-radius: 2.85714rem;
    border: solid 2px;
    border-color: white white #999999 #999999;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

/*doc
---
title: ActionBar
name: action_bar
category: Patterns
---
```html_example
<div class="actionBar">
    <div class="actionBar-section">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <input class="form-input has-action" type="search" placeholder="Search">
                <button class="button button--icon button--inputAction">
                    <span class="is-srOnly">Search</span>
                    <icon glyph="ic-search"></icon>
                </button>
            </div>
            <a href="#" class="actionBar-item">Advanced</a>
        </fieldset>
    </div>
    <div class="actionBar-section actionBar-section--alt">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <div class="buttonGroup">
                    <button class="button">
                        All
                    </button>
                    <button class="button">
                        Free
                    </button>
                    <button class="button">
                        Paid
                    </button>
                </div>
            </div>
            <div class="actionBar-item form-field">
                <label class="form-label" for="select1">Sort by</label>
                <select class="form-select" name="select1" id="select1">
                    <option value="1">Popular</option>
                    <option value="2">Newest</option>
                </select>
            </div>
        </fieldset>
    </div>
</div>
```

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

.actionBar-link {
  display: block;
  padding: 0.78571rem 0; }

.actionBar-section:before, .actionBar-section:after {
  content: " ";
  display: table; }

.actionBar-section:after {
  clear: both; }

@media (min-width: 551px) {
  .actionBar-section {
    float: left; }
    .actionBar-section .form-label {
      display: inline-block;
      margin: 0 0.35714rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 14.28571rem; } }

@media (min-width: 551px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 551px) {
    .actionBar-item {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1.5rem;
      vertical-align: middle; }
      .actionBar-item:last-child {
        margin-right: 0; } }

/*doc
---
title: Cards
name: cards
category: Components
---

Cards are a typical component consisting of a figure and a short snippet of descriptive text.
This could include a heading and a caption or definition, and perhaps a call to action
or other actionable functions.

```sass_file_example
src/settings/bigcommerce/cards/_settings.scss
```
```html_example
<article class="card">
    <figure class="card-figure">
        <img class="card-image" src="http://lorempixel.com/960/360/sports/" alt="Example card image">
        <figcaption class="card-figcaption">
            <a class="card-figcaption-action" href="#">
                <div class="card-figcaption-body">
                    <span class="button card-figcaption-button">Learn more</span>
                </div>
            </a>
        </figcaption>
    </figure>
    <div class="card-body">
        <h2 class="card-title">20% Off First Design Project</h2>
        <h3 class="card-subTitle">Custom Designs</h3>
        <p class="card-text">
            Be seen by customers at the very moment that
            they are searching on Google for the things you offer.
        </p>
    </div>
</article>
```
*/
.card {
  background-color: transparent;
  margin-bottom: 3rem;
  padding: 0 0; }

.card-figure {
  background-color: white;
  margin-bottom: 0;
  padding: 0 0;
  position: relative; }

.card-image {
  border: 1px solid #999999;
  width: 100%; }

.card-figcaption {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }
  .card-figcaption:hover {
    opacity: 1; }

.card-figcaption-action {
  display: block;
  height: 100%; }

.card-figcaption-body {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transform-style: preserve-3d; }
  .card-figcaption-body > :first-child {
    margin-top: 0; }
  .card-figcaption-body > :last-child {
    margin-bottom: 0; }
  .card-figcaption-body .card-text {
    color: #757575; }

.card-figcaption-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: black; }
  .card-figcaption-button:hover {
    background-color: white;
    color: black; }

.card-body {
  padding: 0.78571rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: #757575; }

.card-surTitle {
  float: right;
  margin-left: 1.5rem;
  max-width: 40%;
  text-align: right; }

.card-footer {
  background-color: transparent;
  margin: 0; }
  .card-footer:before, .card-footer:after {
    content: " ";
    display: table; }
  .card-footer:after {
    clear: both; }

.card-button {
  margin-bottom: 0; }

.aria-description--hidden {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  margin-left: -10000px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .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 */
.slick-loading .slick-list {
  background: #fff center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: #8f8f8f;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.8; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: inherit;
        font-size: 60px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #757575;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  border: 1px solid white;
  height: 4.35714rem;
  margin-top: -1.07143rem;
  padding: 0.71429rem;
  width: 2.85714rem; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.92857rem;
    width: 1.42857rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -5px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.35714rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-prev {
  left: -5px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.35714rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-slide img {
  display: block;
  width: 100%; }

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 2.28571rem;
    width: 2.28571rem;
    margin: 0;
    padding: 0.35714rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 1.07143rem;
      width: 1.07143rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid black;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: black; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #757575; }

.productView .slick-dots {
  position: relative; }

.slick-disabled {
  cursor: default;
  opacity: 0.1; }

.slick-track {
  backface-visibility: hidden;
  perspective: 1000px; }

div.slick-slider {
  width: 1px;
  min-width: 100%;
  *width: 100%; }

.carousel-tooltip {
  height: 1px;
  display: none;
  position: relative;
  margin-top: 10px; }
  .carousel-tooltip:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    border-width: 0.71429rem;
    border-style: solid;
    border-color: transparent transparent #313440 transparent; }
  .carousel-tooltip:after {
    content: attr(aria-label);
    padding: 0.28571rem 0.42857rem;
    background-color: #313440;
    color: white;
    position: absolute;
    font-size: 1rem;
    white-space: nowrap;
    right: 0;
    top: 100%;
    cursor: default;
    border-radius: 0.57143rem; }
  .carousel-tooltip:before, .carousel-tooltip:after {
    display: none; }
  .carousel-tooltip:focus:before, .carousel-tooltip:focus:after {
    display: block; }
  @media (min-width: 551px) {
    .carousel-tooltip {
      display: block; } }
  .carousel-tooltip:after {
    padding: 15px 10px;
    top: 10px; }
  .slick-prev:focus .carousel-tooltip:before, .slick-prev:focus .carousel-tooltip:after,
  .slick-next:focus .carousel-tooltip:before,
  .slick-next:focus .carousel-tooltip:after,
  .slick-dots button:focus .carousel-tooltip:before,
  .slick-dots button:focus .carousel-tooltip:after {
    display: block; }
  .slick-prev .carousel-tooltip:before,
  .slick-next .carousel-tooltip:before {
    top: -7px; }
  .slick-prev .carousel-tooltip:before {
    right: -2px; }
  .slick-prev .carousel-tooltip:after {
    right: auto;
    left: -35px; }
  .slick-next .carousel-tooltip:after {
    right: -35px; }
  .slick-dots button .carousel-tooltip {
    margin-top: 25px; }
    .slick-dots button .carousel-tooltip:before, .slick-dots button .carousel-tooltip:after {
      right: 50%;
      transform: translateX(50%); }
    .slick-dots button .carousel-tooltip:before {
      top: -7px; }

.carousel-play-pause-button {
  display: none;
  position: absolute;
  left: 15px;
  bottom: 0.5rem;
  height: 32px;
  min-width: 60px;
  max-width: 60px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #8f8f8f;
  transition: color 100ms ease-out;
  z-index: 5;
  border: 1px solid white;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9); }
  @media (min-width: 375px) {
    .carousel-play-pause-button {
      min-width: 80px;
      max-width: 90px; } }
  @media (min-width: 551px) {
    .carousel-play-pause-button {
      max-width: 150px;
      font-size: 18px; } }
  @media (min-width: 801px) {
    .carousel-play-pause-button {
      left: 25px;
      bottom: 1.5rem; } }
  .carousel-play-pause-button:hover {
    color: #474747; }

#gif-carousel.slick-slider {
  min-width: 40%;
  width: 40%; }
  @media screen and (max-width: 475px) {
    #gif-carousel.slick-slider {
      width: 100%; } }

#gif-carousel .item-img {
  width: 100%; }

#gif-carousel .slick-prev {
  left: -1.35714rem; }
  @media screen and (max-width: 475px) {
    #gif-carousel .slick-prev {
      left: 0.64286rem; } }

#gif-carousel .slick-next {
  right: -1.35714rem; }
  @media screen and (max-width: 475px) {
    #gif-carousel .slick-next {
      right: 0.64286rem; } }

.nanobar {
  display: none;
  width: 100%;
  height: 0.35714rem;
  z-index: 9999;
  top: 0;
  pointer-events: none;
  user-select: none; }
  .nanobar .bar {
    width: 0;
    height: 100%;
    transition: height .1s;
    background-color: #999999; }

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9; }
  .swal2-popup.swal2-toast .swal2-header {
    flex-direction: row;
    padding: 0; }
  .swal2-popup.swal2-toast .swal2-title {
    flex-grow: 1;
    justify-content: flex-start;
    margin: 0 0.6em;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-footer {
    margin: 0.5em 0 0;
    padding: 0.5em 0 0;
    font-size: 0.8em; }
  .swal2-popup.swal2-toast .swal2-close {
    position: static;
    width: 0.8em;
    height: 0.8em;
    line-height: 0.8; }
  .swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    padding: 0;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0; }
    .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 1.8em;
      font-weight: bold; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
          font-size: .25em; } }
    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      top: .875em;
      width: 1.375em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: .3125em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: .3125em; }
  .swal2-popup.swal2-toast .swal2-actions {
    flex-basis: auto !important;
    width: auto;
    height: auto;
    margin: 0 .3125em; }
  .swal2-popup.swal2-toast .swal2-styled {
    margin: 0 .3125em;
    padding: .3125em .625em;
    font-size: 1em; }
    .swal2-popup.swal2-toast .swal2-styled:focus {
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 1.6em;
      height: 3em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.8em;
        left: -.5em;
        transform: rotate(-45deg);
        transform-origin: 2em 2em;
        border-radius: 4em 0 0 4em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.25em;
        left: .9375em;
        transform-origin: 0 1.5em;
        border-radius: 0 4em 4em 0; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
      top: 0;
      left: .4375em;
      width: .4375em;
      height: 2.6875em; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
      height: .3125em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 1.125em;
        left: .1875em;
        width: .75em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
        top: .9375em;
        right: .1875em;
        width: 1.375em; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-toast-animate-success-line-tip .75s; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-toast-animate-success-line-long .75s; }
  .swal2-popup.swal2-toast.swal2-show {
    animation: swal2-toast-show 0.5s; }
  .swal2-popup.swal2-toast.swal2-hide {
    animation: swal2-toast-hide 0.1s forwards; }

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch; }
  .swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, 0.4); }
  .swal2-container.swal2-backdrop-hide {
    background: transparent !important; }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom > :first-child,
  .swal2-container.swal2-bottom-start > :first-child,
  .swal2-container.swal2-bottom-left > :first-child,
  .swal2-container.swal2-bottom-end > :first-child,
  .swal2-container.swal2-bottom-right > :first-child {
    margin-top: auto; }
  .swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center; }
  .swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center; }
  .swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column; }
    .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
      align-items: center; }
    .swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
      align-items: flex-start; }
    .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
      align-items: flex-end; }
    .swal2-container.swal2-grow-column > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
  .swal2-container.swal2-no-transition {
    transition: none !important; }
  .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem; }
  .swal2-popup:focus {
    outline: none; }
  .swal2-popup.swal2-loading {
    overflow-y: hidden; }

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em; }

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word; }

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0; }
  .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4; }
  .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
  .swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    box-sizing: border-box;
    width: 2.5em;
    height: 2.5em;
    margin: .46875em;
    padding: 0;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: .25em solid transparent;
    border-radius: 100%;
    border-color: transparent;
    background-color: transparent !important;
    color: transparent !important;
    cursor: default;
    user-select: none; }
  .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
    margin-right: 30px;
    margin-left: 30px; }
  .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: 3px solid #999999;
    border-radius: 50%;
    border-right-color: transparent;
    box-shadow: 1px 1px 1px #fff; }

.swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  box-shadow: none;
  font-weight: 500; }
  .swal2-styled:not([disabled]) {
    cursor: pointer; }
  .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #3085d6;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #aaa;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-styled::-moz-focus-inner {
    border: 0; }

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em; }

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em; }

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2); }

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto; }

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer; }
  .swal2-close:hover {
    transform: none;
    background: transparent;
    color: #f27474; }
  .swal2-close::-moz-focus-inner {
    border: 0; }

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word; }

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto; }

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em; }
  .swal2-input.swal2-inputerror,
  .swal2-file.swal2-inputerror,
  .swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important; }
  .swal2-input:focus,
  .swal2-file:focus,
  .swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: none;
    box-shadow: 0 0 3px #c4e6f5; }
  .swal2-input::placeholder,
  .swal2-file::placeholder,
  .swal2-textarea::placeholder {
    color: #cccccc; }

.swal2-range {
  margin: 1em auto;
  background: #fff; }
  .swal2-range input {
    width: 80%; }
  .swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center; }
  .swal2-range input,
  .swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em; }

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em; }
  .swal2-input[type='number'] {
    max-width: 10em; }

.swal2-file {
  background: inherit;
  font-size: 1.125em; }

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em; }

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em; }

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit; }
  .swal2-radio label,
  .swal2-checkbox label {
    margin: 0 .6em;
    font-size: 1.125em; }
  .swal2-radio input,
  .swal2-checkbox input {
    margin: 0 .4em; }

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300; }
  .swal2-validation-message::before {
    content: '!';
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 .625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center; }

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none; }
  .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em; }
  .swal2-icon.swal2-error {
    border-color: #f27474;
    color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      flex-grow: 1; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      display: block;
      position: absolute;
      top: 2.3125em;
      width: 2.9375em;
      height: .3125em;
      border-radius: .125em;
      background-color: #f27474; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: 1.0625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: 1em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-error.swal2-icon-show {
      animation: swal2-animate-error-icon .5s; }
      .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
        animation: swal2-animate-error-x-mark .5s; }
  .swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86; }
  .swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee; }
  .swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86;
    color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 3.75em;
      height: 7.5em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.4375em;
        left: -2.0635em;
        transform: rotate(-45deg);
        transform-origin: 3.75em 3.75em;
        border-radius: 7.5em 0 0 7.5em; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.6875em;
        left: 1.875em;
        transform: rotate(-45deg);
        transform-origin: 0 3.75em;
        border-radius: 0 7.5em 7.5em 0; }
    .swal2-icon.swal2-success .swal2-success-ring {
      position: absolute;
      z-index: 2;
      top: -.25em;
      left: -.25em;
      box-sizing: content-box;
      width: 100%;
      height: 100%;
      border: 0.25em solid rgba(165, 220, 134, 0.3);
      border-radius: 50%; }
    .swal2-icon.swal2-success .swal2-success-fix {
      position: absolute;
      z-index: 1;
      top: .5em;
      left: 1.625em;
      width: .4375em;
      height: 5.625em;
      transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      display: block;
      position: absolute;
      z-index: 2;
      height: .3125em;
      border-radius: .125em;
      background-color: #a5dc86; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 2.875em;
        left: .8125em;
        width: 1.5625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-animate-success-line-tip .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-animate-success-line-long .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
      animation: swal2-rotate-success-circular-line 4.25s ease-in; }

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600; }
  .swal2-progress-steps li {
    display: inline-block;
    position: relative; }
  .swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #3085d6;
    color: #fff;
    line-height: 2em;
    text-align: center; }
    .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
      background: #3085d6; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
        background: #add8e6;
        color: #fff; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
        background: #add8e6; }
  .swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #3085d6; }

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent; }

.swal2-show {
  animation: swal2-show 0.3s; }

.swal2-hide {
  animation: swal2-hide 0.15s forwards; }

.swal2-noanimation {
  transition: none; }

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.swal2-rtl .swal2-close {
  right: auto;
  left: 0; }

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4); } }

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0deg); } }

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

@keyframes swal2-show {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden; }

body.swal2-height-auto {
  height: auto !important; }

body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important; }
  body.swal2-no-backdrop .swal2-container > .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  body.swal2-no-backdrop .swal2-container.swal2-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
    top: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
    top: 0;
    right: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
    bottom: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
    right: 0;
    bottom: 0; }

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
      display: none; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
      position: static !important; } }

body.swal2-toast-shown .swal2-container {
  background-color: transparent; }
  body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto; }
  body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto; }

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch; }
  body.swal2-toast-column .swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    height: 2.2em;
    margin-top: .3125em; }
  body.swal2-toast-column .swal2-toast .swal2-loading {
    justify-content: center; }
  body.swal2-toast-column .swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em; }
  body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em; }

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Karla", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: black;
    font-size: 2.14286rem; }
  .swal2-modal .swal2-content {
    color: black;
    font-size: 1.14286rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #8f8f8f;
    color: #666666; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #666666; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-color: #8f8f8f;
    color: #666666;
    font-size: 1rem;
    padding: 0.85714rem 2.28571rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: transparent;
      border-color: #474747;
      color: black; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #757575;
      color: black; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: black;
    border-color: black;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #666666;
    border-color: #666666;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: black;
    border-color: black;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #8f8f8f;
    color: #666666; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #474747;
    color: black; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #757575;
    color: black; }
  .swal2-modal .button + .button {
    margin-left: 0.78571rem; }

.swal2-icon {
  display: flex; }

.swal2-container {
  z-index: 1000; }

html,
body {
  height: auto; }

body {
  padding-top: 55px; }
  @media (min-width: 801px) {
    body {
      padding-top: 0; } }

figure {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  figure > figcaption {
    margin-bottom: -0.5rem; }

figcaption {
  color: #999999;
  margin-top: 0.78571rem; }

body {
  font-size: 16px;
  font-weight: 400; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 14px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 2.28571rem; }

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

cite {
  line-height: 1.5;
  margin: 0.5rem 0 0; }

.page-heading {
  margin: 0 0 3rem;
  text-align: center; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #757575;
  float: left;
  font-weight: 400;
  margin: 0 0.35714rem 0 0; }

.definitionList-value {
  margin: 0; }

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(117, 117, 117, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.57143rem top 0.71429rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

.form-label small {
  float: right;
  margin-top: 0.35714rem; }

.form-label--inlineSmall small {
  color: #757575;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.35714rem;
  text-transform: none; }

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #e5e5e5; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

.table-actions {
  margin: 1.5rem;
  text-align: center; }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 551px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .table-actions .button + .button {
        margin-left: 0.35714rem; } }

.table--line {
  border-color: #e5e5e5;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e5e5e5;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.5rem; }
  .table--line tr {
    border-color: 1px solid #e5e5e5; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

.dropdown {
  left: -9999px;
  outline: none;
  position: absolute; }

.dropdown-menu {
  z-index: 5; }
  .dropdown-menu.is-loading .loadingOverlay {
    background: none;
    padding: 4.5rem 0;
    position: relative; }
  .dropdown-menu.is-open {
    display: block; }
  .dropdown-menu .button:focus {
    z-index: 5; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.78571rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.28571rem 1.14286rem;
    text-decoration: none; }

.form-wishlist {
  position: relative; }

.dropdown-menu-button {
  width: 100%; }
  .dropdown-menu-button.is-open {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
  .dropdown-menu-button .icon {
    float: right;
    margin-left: 10px; }
  .dropdown-menu-button:focus {
    z-index: 10; }

#wishlist-dropdown.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 551px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 801px) {
    #wishlist-dropdown.is-open {
      padding-right: 0px; } }
  @media (min-width: 1261px) {
    #wishlist-dropdown.is-open {
      padding-right: 11px; } }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: none;
    margin-bottom: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    background-color: white;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: none;
    border-radius: 0px;
    border-top: none;
    margin-bottom: 0px; }

.modal {
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  left: 50%;
  top: 50% !important;
  transform: translate(-50%, -50%); }
  .modal .form-field {
    position: relative; }
  .modal.discount-modal {
    width: 400px;
    background-color: #2E4EC6;
    min-height: auto;
    overflow: visible;
    border-radius: 18px; }
    .modal.discount-modal .modal-content {
      padding: 30px;
      color: #ffffff;
      text-align: center; }
      .modal.discount-modal .modal-content .modal-close {
        background-color: #ffffff;
        border-radius: 5555px;
        line-height: 1;
        top: -10px;
        right: -10px;
        height: 35px;
        width: 35px;
        text-align: center; }
        .modal.discount-modal .modal-content .modal-close span {
          font-size: 32px;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
      .modal.discount-modal .modal-content h4 {
        margin: 0;
        color: #ffffff;
        font-weight: bold;
        font-size: 40px;
        line-height: 1; }
      .modal.discount-modal .modal-content h5 {
        margin: 0;
        color: #ffffff;
        font-size: 20px;
        margin-bottom: 20px; }
      .modal.discount-modal .modal-content p {
        margin: 0;
        color: #ffffff; }
      .modal.discount-modal .modal-content .button-holder {
        text-align: center;
        margin-top: 20px; }

@media (min-width: 1261px) {
  .modal--large {
    width: 1280px; } }

.modal-header {
  padding-left: 2.25rem;
  padding-right: 3.03571rem; }

.modal-header-title {
  font-size: 22px;
  text-align: center; }
  @media (min-width: 801px) {
    .modal-header-title {
      font-size: 25px; } }

.modal-close {
  height: 2.28571rem;
  width: 2.28571rem;
  color: #757575;
  font-size: 26px;
  line-height: 2.28571rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  .modal-close span {
    color: #333; }
  @media (min-width: 801px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }
  .modal-close:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    border-width: 0.71429rem;
    border-style: solid;
    border-color: transparent transparent #313440 transparent; }
  .modal-close:after {
    content: attr(title);
    padding: 0.28571rem 0.42857rem;
    background-color: #313440;
    color: white;
    position: absolute;
    font-size: 1rem;
    white-space: nowrap;
    right: 0;
    top: 100%;
    cursor: default;
    border-radius: 0.57143rem; }
  .modal-close:before, .modal-close:after {
    display: none; }
  .modal-close:focus:before, .modal-close:focus:after {
    display: block; }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem; }

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px 20px;
  text-align: center; }
  .modal--alert .modal-content {
    color: black;
    font-size: 1.14286rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: black;
      border-color: black;
      color: white; }
    .modal--alert .button-container .confirm:focus, .modal--alert .button-container .confirm:hover {
      background-color: #666666;
      border-color: #666666;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: black;
      border-color: black;
      color: white; }

.hide-content {
  opacity: 0; }

ol.breadcrumbs {
  display: none;
  font-size: 0;
  text-align: center;
  overflow: visible; }
  @media (min-width: 551px) {
    ol.breadcrumbs {
      display: block; } }

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer;
    font-weight: 700; }
  .breadcrumb:not(:first-child):before {
    display: inline-block;
    margin: 0 0.25rem;
    transform: rotate(15deg);
    border-right: 0.1em solid #757575;
    height: 0.8em;
    content: ''; }

.panel-title {
  font-size: 20px; }

.panel--large .panel-body {
  margin-bottom: 2rem;
  padding: 2rem; }

.pagination-list {
  font-size: 0;
  margin-bottom: 1.5rem;
  text-align: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block; }

.pagination-item {
  border: 1px solid transparent;
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease; }
    .pagination-item .pagination-link:hover {
      color: black; }
  .pagination-item.pagination-item--current {
    border-color: #e5e5e5;
    border-radius: 4px;
    margin: 0 0.35714rem 0 0.78571rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: black; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #757575; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #757575; }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  height: 1.42857rem;
  margin-top: -0.14286rem;
  width: 1.42857rem; }

.pagination-item--previous {
  float: left; }
  .pagination-item--previous .icon {
    margin-left: -0.85714rem; }

.pagination-item--next {
  float: right; }
  .pagination-item--next .icon {
    margin-right: -0.85714rem; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #757575;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.35714rem; }
  .pagination-list--small .pagination-item--previous,
  .pagination-list--small .pagination-item--next {
    position: absolute;
    top: 0; }
  .pagination-list--small .pagination-item--previous {
    left: 0; }
  .pagination-list--small .pagination-item--next {
    right: 0; }

.button {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 801px) {
      .button + .button {
        margin-left: 0.78571rem; } }

.button[disabled] {
  cursor: not-allowed; }

.button--icon svg {
  fill: #757575; }

.tab {
  border-top: 1px solid #e5e5e5;
  float: none; }
  @media (min-width: 801px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white; }
    @media (min-width: 551px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 801px) {
      .tab.is-active {
        border: 1px solid #e5e5e5;
        border-bottom: 1px solid white; } }

.tab-title {
  padding: 1.14286rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 801px) {
    .tab-title {
      padding: 0.78571rem 1.5rem; } }
  @media (min-width: 1261px) {
    .tab-title {
      padding: 0.78571rem 1.28571rem; } }

.tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }
  .tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 1.5rem 0;
    visibility: visible; }

@media (min-width: 551px) {
  .tab-content .productReview {
    width: 50%; } }

@media (min-width: 801px) {
  .tab-content .productReview {
    width: 33.33333%; } }

@media (min-width: 1261px) {
  .tab-content .productReview {
    width: 50%; } }

.tab-content .productReviews {
  border-top: 0; }

.accordion {
  border-radius: 4px;
  box-shadow: none; }
  .accordion .navList {
    margin-bottom: 0; }

.accordion-content {
  border: 0; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }

.accordion-title {
  font-size: 1.07143rem;
  margin: 0;
  color: black;
  font-family: "Montserrat", Arial, Helvetica, sans-serif; }

.accordion-navigation {
  position: relative;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 1rem; }

@media (min-width: 801px) {
  .accordion--navList {
    border: 0; } }

@media (min-width: 801px) {
  .sidebarBlock + .accordion--navList {
    margin-top: 2rem; } }

@media (min-width: 801px) {
  .accordion--navList .accordion-block {
    margin-top: 2rem; } }

.accordion--navList .accordion-content {
  padding: 1rem; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-content {
      padding: 0; } }

@media (min-width: 801px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0;
    margin-bottom: 0.78571rem !important;
    padding: 0; } }

.accordion--navList .accordion-title {
  font-weight: normal;
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-title {
      padding: 0; } }

.accordion--navList .accordion-indicator {
  fill: #999999; }

.accordion-block:first-child {
  margin-top: 0; }
  .accordion-block:first-child .accordion-navigation {
    border-radius: 4px 4px 0 0; }

.accordion-block:last-child .accordion-navigation,
.accordion-block:last-child .accordion-content {
  border-radius: 0 0 4px 4px; }

.accordion-block:last-child .accordion-navigation {
  border-bottom-width: 0; }
  .accordion-block:last-child .accordion-navigation.is-open {
    border-bottom-width: 1px;
    border-radius: 0; }

.accordion-nav-clear-holder {
  position: relative; }

.facetedSearch-clearLink {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  color: #757575; }
  @media (min-width: 801px) {
    .facetedSearch-clearLink {
      right: 20px;
      top: 3px;
      transform: none; } }
  .facetedSearch-clearLink:hover {
    color: black; }

ul.inlineList {
  overflow: visible; }
  ul.inlineList:before, ul.inlineList:after {
    content: " ";
    display: table; }
  ul.inlineList:after {
    clear: both; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -0.78571rem; }
  .inlineList--labels > li {
    margin-bottom: 0.78571rem;
    margin-left: 0.78571rem; }

.alertBox {
  border-radius: 4px;
  color: black; }

.alertBox-icon .icon {
  height: 1.78571rem;
  width: 1.78571rem; }

.alertBox--info {
  color: white;
  background-color: #707070; }
  .alertBox--info .alertBox-close svg {
    fill: #dfdfdf; }

.form--hiddenLabels .form-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.form-inlineMessage {
  display: block; }

.form-field--error .form-input {
  float: none; }

.form-field--error .form-inlineMessage:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(204, 71, 73, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 1rem;
  left: -0.14286rem;
  margin-right: 0.07143rem;
  position: relative;
  top: 0.21429rem;
  width: 1rem; }

.form-field--success .form-input[type="text"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 138, 6, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.71429rem center;
  background-repeat: no-repeat;
  padding-right: 3rem; }

.form-checkbox + .form-label:last-child,
.form-radio + .form-label:last-child {
  display: block;
  margin-bottom: -0.28571rem; }

.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  top: 0.28571rem; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  top: 0.21429rem; }

.form-option-wrapper {
  position: relative;
  display: inline-block; }
  .form-option-wrapper .form-radio, .form-option-wrapper .form-checkbox {
    bottom: 0.5rem;
    left: 0.5rem; }

.form-actions {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 551px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.78571rem; }
      @media (min-width: 551px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.78571rem; } }

.form-label--alternate {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 0.78571rem; }

.form-select--date {
  width: initial; }
  .form-select--date + .form-select--date {
    margin-left: 0.35714rem; }

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.28571rem;
  font-size: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.57143rem 0.78571rem;
  padding-right: 2rem; }

.form-select--short {
  max-width: 6rem;
  width: 4.5rem; }

.form-file {
  margin-bottom: 0.5rem; }

.form-fileDescription {
  color: #999999;
  font-size: 13px; }

.form-field-group {
  border: 1px solid #8f8f8f;
  border-radius: 4px;
  padding: 1.5rem; }

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .form-column {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.form-prefixPostfix.wrap {
  flex-wrap: wrap; }

.form-prefixPostfix .form-input,
.form-prefixPostfix .button {
  display: block;
  width: 100%; }

@media (min-width: 1261px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

.form-prefixPostfix .form-input::-webkit-input-placeholder {
  color: #666666; }

.form-prefixPostfix .form-input::-moz-placeholder {
  color: #666666; }

.form-prefixPostfix .form-input:-ms-input-placeholder {
  color: #666666; }

@media (min-width: 1261px) {
  .form-prefixPostfix .button {
    width: auto; } }

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.35714rem; }
  @media (min-width: 1261px) {
    .form-prefixPostfix .form-inlineMessage {
      margin-bottom: 0; } }

.form-prefixPostfix-button--postfix {
  margin: 0.78571rem 0 0;
  order: 1; }
  @media (min-width: 1261px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 0.78571rem;
      order: 0; } }

.form-increment .button {
  margin: 0;
  padding: 0.21429rem 0.35714rem; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.5rem; }

.form-option {
  border: 1px solid #8f8f8f;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #474747; }
  .form-radio:checked + .form-option {
    border-color: black;
    box-shadow: 0 0 0 1px black; }

.form-option-variant {
  display: inline-block;
  font-size: 16px;
  min-width: 2.71429rem;
  padding: 1px 0.35714rem;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.57143rem;
  width: 1.57143rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 551px) {
    .form-option-variant--color,
    .form-option-variant--pattern {
      pointer-events: inherit; } }

.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat; }

.form-input--small {
  font-size: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  padding: 0.57143rem 0.78571rem; }

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
  .form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

@media (min-width: 551px) {
  .form-row--half > .form-field:nth-child(odd) {
    clear: left; } }

[data-product-attribute] .form-option {
  overflow: hidden;
  position: relative; }
  [data-product-attribute] .form-option.unavailable {
    background-color: #ddd;
    opacity: 0.3; }
    [data-product-attribute] .form-option.unavailable:before {
      background-color: #000;
      content: "";
      height: 2px;
      left: -5px;
      position: absolute;
      top: 11px;
      transform: rotate(-45deg);
      width: 141%; }

[data-product-attribute="set-radio"] .unavailable,
[data-product-attribute="product-list"] .unavailable {
  opacity: 0.6;
  text-decoration: line-through; }

.card:focus-within .card-figcaption {
  opacity: 1; }

.card.focus-within .card-figcaption {
  opacity: 1; }

.card-figure {
  margin-top: 0;
  position: relative;
  padding: 3px;
  overflow: hidden; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }
  .card-figure__link {
    display: block;
    position: relative; }

.card-img-container {
  max-width: 500px; }
  .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.8%; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 801px) {
    .card-figcaption {
      display: block; } }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  transform: translate3d(0, -50%, 0); }

.card-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  /* Object-fit polyfill */
  font-family: 'object-fit: contain;'; }

.card-title {
  font-size: 15px;
  margin: 0 0 0.28571rem; }
  .card-title > a {
    color: black;
    text-decoration: none;
    display: block; }
    .card-title > a:hover {
      color: #757575; }

.card-text {
  margin-bottom: 0.21429rem; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.35714rem 0 0; }
  .card-figcaption-button:active {
    background-color: white;
    border: none; }
  .card-figcaption-body .card-figcaption-button:focus {
    background-color: white;
    outline: revert; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.35714rem 0 0; }

.card-body {
  text-align: center; }
  @media (min-width: 551px) {
    .card-body {
      text-align: left; } }

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.78571rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #757575; }
    .card--alternate:hover .card-body {
      background-color: #757575; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a {
      color: white; }

.navList,
.navBar {
  margin-left: 0; }

.navList-action,
.navBar-action {
  text-decoration: none; }

.navList-action.is-active {
  font-weight: 700; }

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.35714rem;
  padding-left: 1.85714rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #8f8f8f;
    border-width: 1px;
    height: 1.14286rem;
    left: 0;
    top: 0;
    width: 1.14286rem; }
  .navList-action--checkbox::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 0, 0, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(0, 0, 0, 0.999);
    content: "";
    font-size: 1rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%; }
  .navList-action--checkbox:before {
    margin-top: -0.57143rem; }
  .navList-action--checkbox:after {
    margin-top: -0.5rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #e5e5e5;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.28571rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.92857rem;
    width: 0.92857rem;
    fill: black; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.78571rem; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid black; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #757575;
        margin: 0;
        padding-left: 0.78571rem; } }
  .navBar--sub .navBar-action {
    color: #757575;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: black; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }

.icons-svg-sprite {
  display: none; }

.icon,
.icon svg {
  transition: all 0.15s ease; }

.actionBar-section .form-field {
  background-color: white;
  border: 1px solid #8f8f8f;
  border-radius: 4px; }
  .actionBar-section .form-field:hover {
    border-color: #474747; }

.actionBar-section .form-label {
  color: #757575;
  font-size: 13px;
  line-height: 2.14286rem;
  margin-bottom: 0;
  padding-left: 0.78571rem; }

.actionBar-section .form-input,
.actionBar-section .form-select {
  border: 0;
  padding-left: 0.21429rem;
  width: auto; }

.actionBar-section .form-label,
.actionBar-section .form-input,
.actionBar-section .form-select {
  display: inline-block; }

.actionBar-section .form-select {
  color: black;
  height: 2.14286rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: black;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.78571rem -0.78571rem 0 0;
  padding: 0.07143rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 551px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 801px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open:before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #cccccc transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.78571rem;
      position: absolute; }
    .navUser .dropdown-menu.is-open:after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.92857rem;
      position: absolute; }

@media (min-width: 801px) {
  .navUser-section {
    position: relative; } }

.navUser-action {
  color: black;
  font-weight: 700;
  padding: 1rem 0.78571rem;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #757575; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #757575;
      stroke: #757575; }
  .navUser-action .icon {
    height: 0.57143rem;
    width: 0.57143rem;
    margin: -1px 0 0 0.21429rem; }
  .navUser-action svg {
    fill: black;
    stroke: black;
    transition: all 0.15s ease; }

.navUser-action--currencySelector + .dropdown-menu:before {
  left: auto !important;
  right: 0.78571rem; }

.navUser-action--currencySelector + .dropdown-menu:after {
  left: auto !important;
  right: 0.92857rem; }

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 21.42857rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu:before {
    left: 10rem !important; }
  .navUser-action--storeCredit + .dropdown-menu:after {
    left: 10.14286rem !important; }

.navUser-action-divider {
  border-right: 1px solid #e5e5e5;
  color: #757575;
  display: inline-block;
  padding: 0 1.42857rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none; }
  @media (min-width: 801px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.35714rem;
        padding-right: 0.35714rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.78571rem;
        margin-top: 0.57143rem;
        padding-left: 0.14286rem; } }

.navUser-item--cart {
  display: block; }
  @media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: black; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      top: auto !important;
      left: auto !important;
      right: 0.35714rem; }
      @media (min-width: 801px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open:before, .navUser-item--cart .dropdown-menu.is-open:after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open:before {
        right: 0.42857rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open:before {
            right: 0.78571rem; } }
      .navUser-item--cart .dropdown-menu.is-open:after {
        right: 0.57143rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open:after {
            right: 0.92857rem; } }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 551px) {
    .navUser-item-cartLabel {
      display: inline; } }

.navUser-item--compare {
  display: none; }
  .navUser-item--compare.show {
    display: block; }

.navUser-item--account .navUser-or + .navUser-action {
  margin-right: -0.5rem; }

.navUser-item--account .navUser-action {
  display: inline-block; }

.navUser-or {
  color: black;
  cursor: default;
  display: inline-block;
  margin: 0 -0.85714rem;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

.navUser-action--quickSearch.is-open {
  position: relative; }
  .navUser-action--quickSearch.is-open:before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e5e5e5 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  background-color: #e5e5e5;
  padding: 1.5rem 0;
  display: none; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    display: block;
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 20px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  background-color: black;
  border-radius: 50%;
  color: white;
  display: none;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.21429rem;
  text-align: center;
  width: 20px; }

.countPill--positive {
  display: inline-block; }

.countPill--alt {
  background-color: #cccccc;
  color: black; }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #cccccc;
  margin: 0.35714rem 0.78571rem;
  padding-left: 0.78571rem; }

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10; }
  @media (min-width: 801px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px;
    z-index: 0; }

.navPages {
  background-color: #e5e5e5;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .navPages {
      margin: 0 auto;
      max-width: 85.71429rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages ul,
      .navPages ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages ul ul,
        .navPages ul ol,
        .navPages ol ul,
        .navPages ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages ul li,
        .navPages ol li {
          margin: 0;
          padding: 0; }
      .navPages-section {
        float: left; }
        .navPages-section:before, .navPages-section:after {
          content: " ";
          display: table; }
        .navPages-section:after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; } }
  @media (min-width: 801px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 801px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (min-width: 801px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 85.71429rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }

.navPages-list {
  margin: 0; }
  @media (min-width: 801px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #cccccc;
    margin-top: 0.78571rem;
    padding-top: 0.78571rem; }

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 801px) {
    .navPages-list-depth-max.subMenu-is-open .is-hidden {
      display: inline-block; } }

.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
  display: none; }
  @media (min-width: 801px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 801px) {
  .navPages-action-depth-max.has-subMenu.is-root.is-open .navPages-action-moreIcon {
    transform: rotate(0); } }

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #cccccc;
  text-align: center; }
  @media (min-width: 801px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: left; } }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg);
    width: 35px; }
    @media (min-width: 801px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg); } }
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px; }
    @media (min-width: 801px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: black;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #757575;
    stroke: #757575; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open {
        background-color: #e5e5e5; } }
  .navPages-action:hover, .navPages-action.activePage {
    color: #757575; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #757575;
      stroke: #757575; }
  .navPages-action svg {
    fill: black;
    stroke: black;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: #757575; }

.navPages-action--compare {
  display: none; }
  .navPages-action--compare.show {
    display: block; }

.navPages-action-moreIcon {
  height: 0.57143rem;
  width: 0.57143rem;
  margin-left: 0.78571rem;
  transform: rotate(-90deg); }
  @media (min-width: 801px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon,
  .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
    transform: rotate(0); }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    height: 0.78571rem;
    width: 0.78571rem;
    margin: 0 1.5rem; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        margin: 0 0 0 0.78571rem; } }

.navPage-childList {
  display: none; }
  @media (min-width: 801px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 3rem; }
    @media (min-width: 801px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 801px) {
    .navPage-subMenu {
      background-color: #e5e5e5;
      padding: 1.5rem 1.5rem 2.28571rem !important;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
    margin-right: 0; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }

@media (min-width: 801px) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    border-left: 0;
    height: auto;
    left: inherit;
    margin: auto;
    top: inherit;
    width: 15.35714rem; } }

@media (min-width: 801px) {
  .navPage-subMenu-horizontal.is-open {
    border-left: 1px solid #cccccc;
    display: inherit;
    height: auto;
    margin-left: 15.35714rem;
    padding: 0 !important;
    top: 0;
    width: 16.35714rem; } }

@media (min-width: 801px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

.navPage-subMenu-item {
  padding: 0.78571rem 0; }
  @media (min-width: 801px) {
    .navPage-subMenu-item {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left;
      padding: 0 0.75rem !important; }
      .navPage-subMenu-item .navPages-action {
        text-transform: none;
        width: 100%; }
      .navPage-subMenu-item > .navPage-subMenu-action {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 1.14286rem; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 801px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 100%; } }

.navPage-subMenu-action {
  padding: 0.78571rem 0; }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0 0 0 1.5rem; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
        padding: 0.78571rem 0 1.14286rem; } }
  @media (min-width: 801px) {
    .navPage-subMenu-action {
      padding: 0.78571rem 0 1.14286rem; } }
  .navPage-subMenu-action .collapsible-icon-wrapper {
    height: 100%;
    width: 100%;
    box-sizing: content-box;
    display: inline-block;
    text-align: right; }
    @media (min-width: 801px) {
      .navPage-subMenu-action .collapsible-icon-wrapper {
        display: none; } }

.navPage-childList-action {
  font-weight: 400;
  padding: 0 0 0.35714rem; }

.navPages-quickSearch {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.78571rem; }
  @media (min-width: 801px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container, .navPages-quickSearch > .page-heading, .navPages-quickSearch > .alertBox {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

@media (min-width: 801px) {
  .navPages-list--user {
    display: none; } }

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.78571rem 1.5rem; }

.tags {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  text-align: center; }
  .tags ul,
  .tags ol {
    list-style: none;
    margin-bottom: 0; }

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: #757575;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: black; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    height: 1.42857rem;
    width: 1.42857rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #999999; }
    .socialLinks .icon svg {
      fill: #757575;
      transition: all 0.15s ease; }

.socialLinks-item--pinterest {
  width: 25px; }

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.35714rem;
    margin-right: 0.78571rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .socialLinks-item .socialLinks__link {
    position: relative;
    height: 2rem; }
    .socialLinks-item .socialLinks__link:before {
      content: " ";
      position: absolute;
      right: 0;
      top: 50%;
      border-width: 0.71429rem;
      border-style: solid;
      border-color: transparent transparent #313440 transparent; }
    .socialLinks-item .socialLinks__link:after {
      content: attr(title);
      padding: 0.28571rem 0.42857rem;
      background-color: #313440;
      color: white;
      position: absolute;
      font-size: 1rem;
      white-space: nowrap;
      right: 0;
      top: 100%;
      cursor: default;
      border-radius: 0.57143rem; }
    .socialLinks-item .socialLinks__link:before, .socialLinks-item .socialLinks__link:after {
      display: none; }
    .socialLinks-item .socialLinks__link:focus:before, .socialLinks-item .socialLinks__link:focus:after {
      display: block; }
    .socialLinks-item .socialLinks__link:focus:after {
      right: auto;
      left: 0;
      z-index: 20; }

.socialLinks--alt .icon {
  height: 1.5rem;
  width: 1.5rem; }

.socialLinks--alt svg {
  fill: #757575; }

.heroCarousel {
  width: 1px;
  min-width: 100%;
  margin-bottom: 4.5rem;
  margin-top: -1.5rem; }
  @media (min-width: 801px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 551px) {
    .heroCarousel.slick-initialized {
      max-height: 28.57143rem; } }
  @media (min-width: 801px) {
    .heroCarousel.slick-initialized {
      max-height: 42.85714rem; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .heroCarousel {
      opacity: 0; }
      .heroCarousel.slick-initialized {
        opacity: 1; } }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 50%;
    transform: translateY(-50%);
    margin: 0; }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }
  .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
  @media (min-width: 551px) {
    .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
      height: 56.25vw; } }
  .heroCarousel .slick-slide.is-image-error {
    background: url("../img/hero-carousel-image-load-error.svg") center center no-repeat;
    background-size: contain; }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: 50% 0%; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image {
        object-position: 50% 50%; } }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    width: 100%;
    height: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 56.25vw;
    max-height: 100vh;
    transition: height .3s ease; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 28.57143rem; } }
    @media (min-width: 801px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 42.85714rem; } }

.heroCarousel-content {
  background-color: white;
  padding: 0.78571rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 551px) {
    .heroCarousel-content {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9);
      width: 50rem;
      padding: 2.25rem;
      width: 70%;
      background-color: rgba(255, 255, 255, 0.9);
      left: 0;
      padding: 1.5rem;
      margin: 0 auto;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      max-height: 80%;
      overflow: auto; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent; } }

.heroCarousel-title {
  color: black;
  font-size: 20px;
  margin-top: 0; }
  @media (min-width: 801px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: black;
  font-size: 12px; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 13px; } }
  @media (min-width: 801px) {
    .heroCarousel-description {
      font-size: 15px; } }

.heroCarousel-action {
  margin: 0; }
  @media (min-width: 801px) {
    .heroCarousel-action {
      margin-top: 1.5rem; } }

@media (min-width: 801px) {
  .writeReview-productDetails {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productDetails .product-brand {
  color: #999999;
  margin: 0; }

.writeReview-productDetails .product-title {
  margin-top: 0; }

@media (min-width: 801px) {
  .writeReview-form {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productImage-container {
  position: relative; }
  .writeReview-productImage-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;'; }
  .writeReview-productImage-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.8%; }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 551px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.78571rem;
        padding-top: 0.78571rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 551px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.21429rem; }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 551px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 15px; }
  .account--addReturn .table-thead th:first-child {
    width: 60%; }

.account--addReturn .table-tbody {
  display: block; }
  @media (min-width: 551px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

.return-itemName {
  font-size: 15px;
  font-weight: 700; }
  @media (min-width: 551px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

.return-itemPrice {
  color: #999999;
  margin-bottom: 0.35714rem; }
  @media (min-width: 551px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.35714rem; }
  @media (min-width: 551px) {
    .return-itemQuantity .form-label {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }

.account--addReturn-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0 -1rem; }
  .account--addReturn-row:before, .account--addReturn-row:after {
    content: " ";
    display: table; }
  .account--addReturn-row:after {
    clear: both; }

.account--addReturn-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 1rem; }
  @media (min-width: 551px) {
    .account--addReturn-column {
      width: 50%; } }

.productCarousel {
  width: 1px;
  min-width: 100%;
  position: relative;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1261px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word; }

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

.quickView:after {
  clear: both; }

.productReviews-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .productReviews-list ul,
  .productReviews-list ol {
    list-style: none;
    margin-bottom: 0; }
  .productReviews-list:before, .productReviews-list:after {
    content: " ";
    display: table; }
  .productReviews-list:after {
    clear: both; }

.productReview {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  font-size: 1rem;
  vertical-align: top; }
  @media (min-width: 801px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

.productReview-title {
  margin: 0;
  text-transform: none; }

.productReview-author {
  color: #757575;
  margin-bottom: 1rem; }

.productReview-rating {
  display: inline-block;
  margin-bottom: 0.35714rem; }

.productReview-ratingNumber {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.productView {
  padding-top: 1rem; }

.productView-images {
  margin-bottom: 3rem; }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }
  @media (min-width: 801px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.78571rem; }
  @media (min-width: 320px) and (max-width: 801px) {
    .productView-image {
      pointer-events: none; } }

.productView-img-container {
  position: relative;
  margin: auto;
  max-width: 500px;
  width: 100%; }
  .productView-img-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    width: 100%;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;'; }
  .productView-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.8%; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.35714rem;
  margin-right: -0.35714rem; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  .productView-thumbnails .slick-list {
    margin-left: 2.85714rem;
    margin-right: 2.85714rem; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin: 0;
    width: 50px;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;';
    position: relative; }

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  padding-left: 0.35714rem;
  padding-right: 0.35714rem;
  text-align: center; }
  @media (min-width: 1261px) {
    .productView-thumbnail {
      width: 20%; } }

.productView-thumbnail-link {
  border: 1px solid #e5e5e5;
  display: inline-flex;
  height: 67px;
  max-width: 75px;
  padding: 2px;
  position: relative;
  width: 100%;
  box-sizing: content-box;
  justify-content: center; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: black; }

.productView-details {
  padding-bottom: 2rem; }

@media (min-width: 801px) {
  .productView-product {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2rem; } }

.productView-product > :last-child {
  margin-bottom: 0; }

.productView-title {
  font-size: 20px;
  margin: -0.78571rem 0 0.35714rem; }
  @media (min-width: 801px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 28px; } }

.productView-brand {
  color: #757575;
  font-size: 15px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.21429rem 0 1rem; } }
  .productView-brand a {
    color: #757575; }
    .productView-brand a:hover {
      color: black; }

.productView-price {
  font-size: 15px;
  margin-bottom: 0.5rem; }
  @media (min-width: 801px) {
    .productView-price {
      font-size: 25px;
      margin-bottom: 1rem; } }
  .productView-price .price-section--saving {
    font-size: 15px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.35714rem;
  vertical-align: middle;
  color: #757575; }
  .productView-reviewLink:hover {
    color: black; }
  .productView-reviewLink--new {
    padding: 0; }

.productView-info {
  margin-top: 0.78571rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 551px) {
    .productView-info > :first-child {
      margin-top: 1.5rem; } }
  .productView-info > :last-child {
    margin-bottom: 0; }

.productView-info-name,
.productView-info-value {
  float: left; }
  @media (min-width: 551px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0.21429rem;
  margin-right: 0.35714rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400; } }

.productView-info-value {
  margin-bottom: 0.35714rem; }
  @media (min-width: 551px) {
    .productView-info-value {
      margin-bottom: 1rem; } }

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      text-align: justify;
      display: inline-block; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  @media (min-width: 551px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 801px) {
    .productView-options .form-action {
      float: none;
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 1261px) {
      .productView-options .form-action .button {
        margin-right: 0.78571rem;
        width: auto; } }

.productOptions-list {
  border: 1px solid #8f8f8f;
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #8f8f8f; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

.productOptions-list-item-figure,
.productOptions-list-item-content {
  display: table-cell;
  vertical-align: middle; }

.productOptions-list-item-figure {
  width: 3rem; }

.productOptions-list-item-content {
  padding-left: 1.28571rem; }

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto; }

.price--rrp,
.price--non-sale,
.price--discounted {
  text-decoration: line-through; }

.price-section--minor {
  color: #999999; }

.compareTable {
  border-top: 1px solid #e5e5e5;
  table-layout: fixed;
  width: 100%; }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row + .compareTable-row .compareTable-heading,
  .compareTable-row + .compareTable-row .compareTable-item {
    border-top: 1px solid #e5e5e5; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.28571rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 801px) {
    .compareTable-heading {
      width: 25%; } }

.compareTable-headingText {
  position: absolute;
  top: 1.28571rem;
  white-space: nowrap; }
  @media (min-width: 801px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-item {
  padding: 3.28571rem 1rem 1.28571rem; }
  @media (min-width: 801px) {
    .compareTable-item {
      padding-top: 1.28571rem; } }

.compareTable-removeProduct {
  background-color: #e5e5e5;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem; }
  .compareTable-removeProduct .icon {
    fill: #757575;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.28571rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem; }
  .compareTable-product .card-figure {
    overflow: visible; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

.blocker {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 71.42857rem; }

.textTruncate-viewMore {
  background-color: white;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 2.28571rem; }
  .toggle:last-of-type {
    margin-bottom: 4.57143rem; }

.toggle-title {
  margin-bottom: 2.28571rem; }

.toggleLink {
  color: #757575; }
  .toggleLink:hover {
    color: black; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-size: 13px;
  font-weight: 400; }

.toggleLink-text--off {
  display: inline-block; }
  .toggleLink.is-open .toggleLink-text--off {
    display: none; }

.toggleLink-text--on {
  display: none; }
  .toggleLink.is-open .toggleLink-text--on {
    display: inline-block; }

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: block; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 801px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

.facetedSearch-toggle-text,
.facetedSearch-toggle-indicator {
  display: block;
  font-weight: normal; }

.facetedSearch-toggle-text {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }

.facetedSearch-toggle-indicator {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 41.66667%;
  float: left;
  font-weight: bold;
  padding: 0;
  text-align: right; }

.facetedSearch-navList {
  display: none; }
  @media (min-width: 801px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 801px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

.facet-quick-heading {
  text-transform: capitalize; }

.facetedSearch-optionColumns {
  column-count: 3;
  column-gap: 20px; }

.facetedSearch-refineFilters {
  display: none; }
  @media (min-width: 801px) {
    .facetedSearch-refineFilters {
      display: block; } }

.facetedSearch-content--rating .is-selected {
  font-weight: bold; }

.banners {
  background-color: #757575;
  color: white;
  padding: 0.78571rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }

.banner {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner + .banner {
    margin-top: 1.5rem; }

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.21429rem 0.5rem 0.21429rem 0.71429rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.85714rem;
    width: 0.85714rem;
    display: inline-block;
    fill: #757575;
    position: relative;
    top: -1px; }

.cart-additionalCheckoutButtons:before, .previewCart-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight:before, .previewCart-additionalCheckoutButtons .FloatRight:before, .cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight p, .previewCart-additionalCheckoutButtons .FloatRight p {
  float: none !important;
  margin: 0.5rem 0;
  text-align: right; }

.cart-additionalCheckoutButtons .FloatRight div, .previewCart-additionalCheckoutButtons .FloatRight div {
  float: right; }

.cart {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%; }
  @media (min-width: 801px) {
    .cart {
      display: table; } }

.cart-header {
  display: none; }
  @media (min-width: 801px) {
    .cart-header {
      display: table-header-group;
      text-align: left; } }

.cart-header-item {
  padding-bottom: 1rem;
  text-align: center; }

.cart-list {
  border-top: 1px solid #e5e5e5;
  display: block; }
  @media (min-width: 801px) {
    .cart-list {
      display: table-row-group; } }

.cart-item {
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  display: block;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .cart-item {
      padding-left: 25%; }
      .cart-item:before, .cart-item:after {
        content: " ";
        display: table; }
      .cart-item:after {
        clear: both; } }
  @media (min-width: 801px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item:before, .cart-item:after {
        display: none; } }

.cart-item-block {
  display: block; }
  @media (min-width: 801px) {
    .cart-item-block {
      display: table-cell; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.35714rem; }

.cart-item-figure {
  float: left;
  text-align: center;
  margin-bottom: 1.5rem;
  width: 33.33333%;
  position: relative; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .cart-item-figure {
      float: none;
      width: 8.33333%;
      padding: 0.5rem 0; } }
  .cart-item-figure:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.cart-item-fixed-image {
  width: 100%; }

.cart-item-image {
  max-height: 14rem;
  max-width: 120px; }
  @media (min-width: 801px) {
    .cart-item-image {
      margin-left: 0; } }

.cart-item-title {
  display: table-cell;
  height: 7.14286rem;
  padding-left: 1.5rem; }
  @media (min-width: 551px) {
    .cart-item-title {
      display: block;
      height: auto;
      margin-bottom: 1.5rem;
      overflow: hidden; } }
  @media (min-width: 801px) {
    .cart-item-title {
      display: table-cell;
      padding: 1.5rem; } }

.cart-item-info {
  text-align: center;
  clear: both;
  width: 100%; }
  @media (min-width: 551px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 801px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }

.cart-content-padding-right {
  padding-right: 4px; }

@media (min-width: 801px) {
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center; } }

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0 0.21429rem 1px 1.5rem;
  vertical-align: middle; }
  @media (min-width: 801px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

.cart-item-label {
  color: black;
  float: left;
  margin-bottom: 0.35714rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-item-label {
      display: block;
      padding-left: 1.5rem;
      text-align: left;
      width: 100%; } }
  @media (min-width: 801px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 1.5rem; }
  @media (min-width: 801px) {
    .cart-item-value {
      padding-left: 0; } }

.cart-item-brand {
  color: #757575;
  margin-bottom: 0.21429rem; }

.cart-item-name {
  font-size: 15px;
  margin: 0;
  display: inline-block; }
  .cart-item-name__label {
    display: inline-block; }
  .cart-item-name + .definitionList {
    margin-top: 0.35714rem; }

.cart-item-options--giftWrapping {
  margin-top: 1.14286rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: black; }

.cart-remove {
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.28571rem;
  margin-top: 0.14286rem;
  padding: 0.21429rem;
  transition: background-color 0.15s ease;
  width: 1.28571rem; }
  @media (min-width: 551px) {
    .cart-remove {
      margin-left: 1rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #757575; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 551px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 801px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1261px) {
    .cart-totals {
      width: 41.66667%; } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 801px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e5e5e5; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2.28571rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.35714rem center;
    background-size: 1.42857rem 1.42857rem;
    height: 2.28571rem;
    margin-bottom: 0.78571rem;
    padding: 0 0.78571rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #757575;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 801px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

.cart-total-value {
  text-align: left; }
  @media (min-width: 551px) {
    .cart-total-value {
      text-align: right; } }
  @media (min-width: 801px) {
    .cart-total-value {
      width: 50%; } }

.cart-total-label,
.cart-total-value {
  float: left;
  padding: 0.5rem 0 0.5rem 1.5rem; }
  @media (min-width: 801px) {
    .cart-total-label,
    .cart-total-value {
      padding: 1rem 0; } }

.cart-total-grandTotal {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding-bottom: 0.21429rem;
  padding-top: 0.21429rem;
  position: relative; }
  @media (min-width: 801px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.28571rem; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #757575;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: black; }

.coupon-code-cancel,
.shipping-estimate-show[aria-expanded="true"] {
  font-style: italic; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.78571rem;
    width: 100%; }
  .estimator-form .button--primary {
    width: 60%; }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0; }
  .estimator-form-label .form-label {
    line-height: 2.28571rem;
    margin-bottom: 0; }

.estimator-form-label-text {
  margin-left: 0.71429rem; }

.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

.estimator-form-input--price {
  width: 30%; }

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

.estimator-form-row:after {
  clear: both; }

.estimator-form-toggleUPSRate {
  display: block;
  margin-bottom: 1em; }

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 551px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.35714rem; }

.previewCart-additionalCheckoutButtons {
  padding-right: 1.5rem;
  padding-bottom: 1.5rem; }

.previewCartWrapper {
  max-height: calc(100vh - 6rem);
  overflow: auto; }

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .previewCartList ul,
  .previewCartList ol {
    list-style: none;
    margin-bottom: 0; }
  .previewCartList li {
    margin: 0;
    padding: 0; }

.previewCartItem {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: table-row;
  line-height: 19px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #e5e5e5; }

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: middle; }

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 0;
  text-align: center;
  position: relative; }
  .previewCartItem-image img {
    max-height: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .previewCartItem-image:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }
  @media (min-width: 320px) {
    .previewCartItem-image:after {
      padding-bottom: 75%; } }
  @media (min-width: 481px) {
    .previewCartItem-image:after {
      padding-bottom: 100%; } }

.previewCartItem-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 66.66667%;
  padding-left: 0; }

.previewCartItem-name {
  margin: 0;
  text-transform: none; }
  .previewCartItem-name > a {
    text-decoration: none; }

.previewCartItem-brand,
.previewCartItem-name {
  margin-bottom: 0.21429rem; }

.previewCartItem-brand,
.previewCartItem-price {
  color: #757575;
  display: inline-block;
  font-size: 13px; }

.previewCartAction {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  display: block; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  @media (min-width: 320px) {
    .previewCartAction {
      padding: 0.78571rem 0.35714rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.78571rem; } }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  .previewCartAction-checkout.previewCartAction-viewCart--sole,
  .previewCartAction-viewCart.previewCartAction-viewCart--sole {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; }

.previewCartAction-checkout {
  padding-right: 0.35714rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.78571rem;
  padding-top: 0.35714rem; }

.previewCartAction-viewCart {
  padding-left: 0.35714rem; }

.previewCart-emptyBody {
  padding: 3rem;
  text-align: center; }

span.pop-out-cart {
  position: absolute;
  right: 25px; }

.clear-basket {
  text-align: center; }
  .clear-basket .cart-remove {
    width: auto;
    background-color: #fff;
    float: none;
    border-radius: 0%;
    height: auto; }
  .clear-basket svg {
    height: 20px;
    width: 30px;
    vertical-align: bottom; }

.product-details-cart {
  position: relative; }
  .product-details-cart span {
    position: absolute;
    right: 0; }

.cart-description-v2 {
  position: relative; }
  .cart-description-v2 span {
    position: absolute;
    right: 0; }

.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -0.78571rem;
  margin-right: -0.78571rem; }

.address {
  display: inline-block;
  padding: 0 0.78571rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 551px) {
    .address {
      width: 50%; } }
  @media (min-width: 1261px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 17.85714rem;
    padding: 1.5rem; }
    @media (min-width: 551px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.78571rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 551px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.78571rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 551px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.35714rem; } }

.address-title {
  margin: 0 0 0.78571rem;
  text-transform: none; }

.address-details {
  list-style: none;
  margin: 0 0 0.78571rem; }

.address-details--postal {
  font-size: 15px; }

.address-label,
.address-description {
  display: inline-block;
  font-size: 1rem;
  margin: 0; }

.address-label {
  color: #757575;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #757575; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.address-symbol {
  font-size: 50px;
  line-height: 1; }

.videoGallery-main {
  height: 0;
  margin-bottom: 1.14286rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.78571rem;
  position: relative;
  margin-bottom: 1.85714rem; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

.videoGallery-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .videoGallery-list ul,
  .videoGallery-list ol {
    list-style: none;
    margin-bottom: 0; }
  .videoGallery-list:before, .videoGallery-list:after {
    content: " ";
    display: table; }
  .videoGallery-list:after {
    clear: both; }

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 801px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.85714rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.78571rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.78571rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 801px) {
    .video {
      margin-bottom: 1.85714rem; } }
  .video:hover, .video.is-active {
    color: black;
    opacity: 1; }

.video-figure {
  margin-right: 1.85714rem; }

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none; }

.video-description {
  font-size: 1rem;
  margin-bottom: 0; }

.previewCart {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 801px) {
    .previewCart .productView {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      float: left;
      display: flex;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0; }
    .previewCart .productView-image {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 58.33333%;
      float: left;
      display: flex;
      flex-direction: column; }
    .previewCart .productView-image--cart {
      align-self: flex-start;
      margin: 0 auto;
      width: 100%; }
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

.previewCartCheckout {
  background: #e5e5e5;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 801px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + p {
      margin-top: 0.78571rem; }
    .previewCartCheckout .button:not(:last-child) {
      margin-bottom: 0.78571rem; }

.previewCartCheckout-price {
  display: block;
  font-size: 28px;
  font-weight: bold;
  text-align: center; }

.previewCartCheckout-subtotal {
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.previewCartCheckout-additionalCheckoutButtons p {
  float: none !important;
  margin: 0.5rem 0; }

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem; }

.suggestiveCart {
  display: none;
  text-align: center; }
  @media (min-width: 801px) {
    .suggestiveCart {
      display: block; } }

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #999999;
  color: black;
  left: 1.14286rem;
  padding: 1rem 1.28571rem;
  position: fixed;
  top: 1.14286rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: black; }

.maintenanceNotice-header {
  font-family: "Montserrat";
  margin: 0 0 0.78571rem; }

body.hasAdminBar {
  padding-top: 55px; }
  @media (min-width: 801px) {
    body.hasAdminBar {
      padding-top: 0; }
      body.hasAdminBar .banners {
        margin-top: 46px; }
      body.hasAdminBar .header {
        padding-top: 46px; } }
  body.hasAdminBar .navPages-container.is-open {
    padding-top: 55px; }

.adminBar {
  display: none;
  background-color: white;
  box-shadow: 0 0.14286rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }
  @media (min-width: 801px) {
    .adminBar {
      display: block; } }
  .adminBar .svg-icon {
    display: inline-flex;
    align-self: center; }
  .adminBar .svg-icon svg {
    height: 1em;
    width: 1em; }
  .adminBar .svg-icon.svg-baseline svg {
    top: .125em;
    position: relative; }

.adminBar-logo {
  float: left;
  height: 46px;
  width: 45px; }
  .adminBar-logo svg {
    height: 100%;
    padding: 7px 10px 11px 7px;
    width: 100%; }

.adminBar-content {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: space-between; }
  .adminBar-content a {
    color: #3E67F8;
    text-decoration: none; }
  .adminBar-content a:hover {
    background-color: #f0f3fe;
    border-radius: 5px; }

.adminBar-private {
  margin-right: auto;
  text-align: left;
  /* Tooltip container */
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */ }
  .adminBar-private a {
    padding: 10px; }
  .adminBar-private span {
    white-space: nowrap; }
  .adminBar-private .tooltip {
    position: relative;
    display: inline-block; }
  .adminBar-private .tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #313440;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1; }
  .adminBar-private .tooltip-bottom {
    top: 135%;
    left: 50%;
    margin-left: -60px; }
  .adminBar-private .tooltip:hover .tooltiptext {
    visibility: visible; }

.adminBar-links {
  margin-left: auto;
  text-align: right;
  padding-right: 5px; }
  .adminBar-links a {
    padding: 10px; }
  .adminBar-links span {
    white-space: nowrap; }

.adminBar-large {
  display: none; }
  @media (min-width: 1261px) {
    .adminBar-large {
      display: initial; } }

.adminBar-close span {
  padding: 10px;
  margin-right: 5px;
  margin-bottom: .25em; }

.adminBar-close span:hover {
  background-color: #f0f3fe;
  border-radius: 5px; }

.adminBar-close span svg {
  height: 100%;
  width: 100%; }

.preview {
  font-weight: 400;
  padding-left: 9px; }

.cookieMessage {
  background: #e5e5e5;
  color: black;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 801px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1261px) {
      .cookieMessage .button {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1261px) {
    .cookieMessage-container {
      width: 58.33333%; } }

@media (min-width: 801px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.78571rem;
    vertical-align: middle;
    width: 66.66667%; } }

.login {
  margin: 3rem auto 6rem;
  max-width: 64.28571rem; }

.login-row {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .login-row:before, .login-row:after {
    content: " ";
    display: table; }
  .login-row:after {
    clear: both; }
  @media (min-width: 801px) {
    .login-row {
      margin-top: 6rem; } }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .login-form {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      margin-top: 3rem; } }

.new-customer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .new-customer {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.new-customer-intro {
  margin-bottom: 0; }

.new-customer-fact-list {
  margin-left: 3rem; }

.new-customer-fact {
  padding-left: 0.78571rem; }

.welcomeMessage {
  width: 588px;
  margin: 0 auto;
  background: #2E4EC6;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 4px;
  text-align: center;
  box-shadow: 4px 5px 5px #ccc; }
  @media (max-width: 767px) {
    .welcomeMessage {
      width: 95%; } }
  .welcomeMessage p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0; }

.search-suggestion {
  margin-bottom: 2rem; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }

.quickSearchResults {
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 801px) {
      .quickSearchResults .modal-close {
        display: block; } }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 1.5rem;
  text-transform: inherit; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 551px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 551px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.category-suggestion-list {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  list-style-type: none; }
  .category-suggestion-list:before, .category-suggestion-list:after {
    content: " ";
    display: table; }
  .category-suggestion-list:after {
    clear: both; }

.category-suggestion {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  font-size: 15px; }

.search-refine {
  margin-left: 1.5rem; }

.quickSearchMessage {
  font-size: 28px;
  margin: 1.5rem 0 0;
  text-align: center; }

.search-nav {
  position: relative; }

.navBar--account {
  display: none; }
  @media (min-width: 801px) {
    .navBar--account {
      display: block; } }

.account-heading {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding-bottom: 1rem; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #e5e5e5;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: relative; }

.account-listShipping {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.78571rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.78571rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }
  .account-product-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.account-product-download {
  border-radius: 50%;
  height: 2.35714rem;
  padding: 0;
  position: absolute;
  right: -0.78571rem;
  top: -0.78571rem;
  width: 2.35714rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.35714rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 15px;
    margin-bottom: 0; }

.account-product-title {
  margin: 0 0 0.21429rem;
  text-transform: inherit; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.78571rem; }

.account-product-subtitle {
  color: #999999;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: -0.21429rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 15px; }

.account-product-description + .definitionList {
  margin: -1.35714rem 0 1.5rem; }

.account-product-refundQty {
  color: #999999;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-product-details:before, .account-product-details:after {
    content: " ";
    display: table; }
  .account-product-details:after {
    clear: both; }

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 551px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 551px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

@media (min-width: 1261px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: #757575;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.35714rem; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 15px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: #757575;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.28571rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e5e5e5;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 20px; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 551px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #cccccc;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.35714rem;
  padding: 0.21429rem 0.5rem; }

.account-orderStatus-action {
  color: #757575;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.78571rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 551px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: black; }

.account .pagination {
  color: #999999;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #999999; }

.account-sidebar-block {
  font-size: 15px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #757575;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  padding-bottom: 1.5rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: #757575;
  font-size: 15px;
  margin-bottom: 0.21429rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #757575; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 85.71429rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 39.28571rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 46.42857rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #8f8f8f; }

.icon--ratingFull svg {
  fill: #474747; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 1rem;
    width: 1rem;
    margin-top: -3px; }

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.28571rem;
  cursor: pointer;
  display: none;
  max-height: 4.57143rem;
  min-height: 2.28571rem;
  min-width: 90px;
  width: 160px;
  padding: 1.5rem;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.apple-pay-supported .apple-pay-checkout-button {
  display: block;
  float: right; }

.apple-pay-supported .previewCartCheckout .apple-pay-checkout-button {
  display: inline-block;
  float: none; }

.paymentMethodsTitle {
  padding: 0;
  text-transform: none;
  width: 100%;
  margin: 0 0 0.78571rem; }

.paymentMethodsGrid {
  margin: -0.78571rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap; }
  .paymentMethodsGrid-item {
    padding: 0.78571rem;
    width: 100%; }
    @media (min-width: 551px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  border: 1px solid #e5e5e5;
  background-color: #e5e5e5;
  border-radius: 0.21429rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #ffffff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button {
    margin-bottom: 0; }

.methodHeader {
  justify-content: space-between;
  display: flex;
  flex-flow: row;
  align-items: center; }
  .methodHeader-icon {
    margin-right: 0.78571rem;
    width: 2rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 3rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    padding-left: 0.78571rem;
    margin-left: auto;
    display: flex;
    flex-wrap: nowrap; }
  .methodHeader-default {
    margin-left: 0.78571rem;
    fill: #666666;
    height: 1.28571rem;
    width: 1.28571rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.42857rem;
        width: 1.42857rem; } }
  .methodHeader-expiry {
    font-size: 15px;
    text-transform: capitalize; }

.methodDetails {
  margin: 0;
  display: flex; }
  .methodDetails-label {
    flex: 1;
    font-weight: 600; }
  .methodDetails-description {
    flex: 2;
    font-size: 13px; }

.newPaymentMethod {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-items: center;
  flex-direction: column;
  min-height: 13.28571rem;
  height: 100%; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.78571rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media (min-width: 551px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.78571rem; } }

.paymentMethodForm-heading {
  color: black;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 551px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.21429rem;
  width: 2.42857rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 551px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.64286rem;
  top: 2.78571rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.5rem;
    width: 1.5rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.78571rem; }

.paymentMethodForm-details-description {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.25px; }

.category-header-image {
  width: 100%; }

.skip-to-main-link {
  background: white;
  color: black;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 55px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 55px; }
  @media (min-width: 801px) {
    .header {
      border-bottom: 1px solid #e5e5e5;
      overflow: visible;
      position: relative;
      height: auto;
      display: flex;
      flex-direction: column; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 801px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  margin: 0 3.92857rem;
  text-align: center;
  height: 55px; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 801px) {
    .header-logo {
      margin: 4rem auto 4.5rem;
      padding: 0;
      height: auto; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  @media (max-width: 375px) {
    .header-logo {
      left: -15px !important;
      width: 100px !important; } }
  x .header-logo__link {
    color: black;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 20; }
    x .header-logo__link:before, x .header-logo__link:after {
      content: " ";
      display: table; }
    x .header-logo__link:after {
      clear: both; }
    @media (min-width: 801px) {
      x .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    x .header-logo__link:hover {
      color: #757575; }
    x .header-logo__link:active {
      color: #757575; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 801px) {
    .header-logo--left {
      margin-left: 2.85714rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 801px) {
    .header-logo--right {
      margin-right: 2.85714rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 400;
  letter-spacing: 0.14286rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      white-space: normal;
      padding: 0 10px; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }
  @media (min-width: 801px) {
    .header-logo-image-container {
      min-height: 100px; } }
  @media (max-width: 430px) {
    .header-logo-image-container {
      width: 66px; } }

.header-logo-image-container:after {
  content: '';
  display: block; }

.header-logo-image {
  max-height: 2.35714rem;
  display: block;
  margin: 0 auto; }
  @media (min-width: 801px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 2.35714rem; }
  @media (min-width: 801px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  height: 3.92857rem;
  width: 3.92857rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.28571rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 801px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: black;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.42857rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.92857rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: black;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.product-type #header-banner {
  display: none; }

.sticky-pink-banner p {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-family: konnect-light;
  text-align: center;
  background: #2E4EC6;
  z-index: 2; }
  .checkout-page .sticky-pink-banner p,
  .product-type .sticky-pink-banner p {
    display: none; }
  @media screen and (max-width: 600px) {
    .sticky-pink-banner p {
      font-size: 13px; } }
  .sticky-pink-banner p a {
    font-weight: 300;
    text-decoration: underline;
    color: #fff;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px; }

.home-hero-banner {
  margin-top: 50px; }
  @media screen and (max-width: 600px) {
    .home-hero-banner {
      margin-top: -10px; } }
  @media screen and (max-width: 767px) {
    .home-hero-banner p {
      text-align: center; } }
  .home-hero-banner p:last-child {
    font-weight: normal;
    font-size: 16px;
    font-family: konnect-light; }

[data-layout-id="0ee629bb-66b6-4abb-a068-261f76b6716b"] {
  margin-top: 100px; }

[data-layout-id="9b909e1b-d7c8-4486-807b-e37bac52d664"] {
  margin-top: 10px; }

div#sd-image-512d2e39-e7a7-44dc-be76-e3c10e2207ed {
  margin-top: 100px; }

#center-nav {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    #center-nav {
      display: none; } }
  #center-nav li {
    list-style: none;
    margin: 0 auto; }
    #center-nav li:last-child {
      margin-right: 0; }
    #center-nav li a {
      display: block;
      width: 100%;
      text-align: center;
      color: #444;
      text-decoration: none;
      line-height: 24px;
      font-size: 16px;
      font-weight: 600;
      text-transform: initial; }
      #center-nav li a span {
        display: block; }

@media (max-width: 767px) {
  .m-block {
    display: block; } }

.main-nav-container {
  width: 100%;
  margin: 0 30px; }
  @media (max-width: 800px) {
    .main-nav-container {
      display: none; } }
  .main-nav-container .nav-list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center; }
    .main-nav-container .nav-list li {
      list-style: none;
      position: relative; }
      .main-nav-container .nav-list li a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
        color: #333;
        padding: 5px 20px; }
        .main-nav-container .nav-list li a.has-sub-menu {
          position: relative;
          margin-right: 20px; }
          .main-nav-container .nav-list li a.has-sub-menu:after {
            content: "";
            width: 10px;
            height: 10px;
            display: block;
            border-top: 2px solid #ccc;
            border-right: 2px solid #ccc;
            transform: rotate(135deg);
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto; }
      .main-nav-container .nav-list li:hover a {
        color: #fff;
        background-color: #444;
        border-radius: 97px; }
        .main-nav-container .nav-list li:hover a.has-sub-menu:after {
          display: none; }
      .main-nav-container .nav-list li:hover .dropdown-nav {
        display: block !important;
        padding-top: 20px;
        box-shadow: 0px 5px 6px #2828280D; }
        .main-nav-container .nav-list li:hover .dropdown-nav ul li a {
          color: inherit;
          background-color: inherit;
          border-radius: 97px; }
          .main-nav-container .nav-list li:hover .dropdown-nav ul li a:hover {
            color: #fff;
            background-color: #444; }
      .main-nav-container .nav-list li .dropdown-nav {
        display: none;
        position: absolute;
        background: #fff;
        width: 250px;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px; }
        .main-nav-container .nav-list li .dropdown-nav .sub-nav-list {
          margin-left: 0; }
          .main-nav-container .nav-list li .dropdown-nav .sub-nav-list li {
            list-style: none;
            display: block;
            padding: 10px 15px; }
            .main-nav-container .nav-list li .dropdown-nav .sub-nav-list li a {
              padding: 5px 15px;
              color: #333;
              font-weight: normal;
              font-size: 14px; }

.mobile-main-nav {
  display: none;
  overflow-y: scroll; }
  @media (max-width: 767px) {
    .mobile-main-nav {
      position: fixed;
      top: 104px;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      background: #fff; } }
  @media (max-width: 390px) {
    .mobile-main-nav {
      top: 100px; } }

.navPages-container.is-open .mobile-main-nav {
  display: block !important; }
  .navPages-container.is-open .mobile-main-nav .nav-list {
    padding: 0 30px;
    margin-top: 50px; }
    .navPages-container.is-open .mobile-main-nav .nav-list li {
      list-style-type: none;
      border-bottom: 1px solid #F2F2F2;
      padding: 0 0 10px; }
      .navPages-container.is-open .mobile-main-nav .nav-list li a {
        text-decoration: none;
        color: #333;
        font-size: 20px;
        display: block;
        width: 100%;
        padding: 15px 0;
        font-weight: 600;
        position: relative; }
        .navPages-container.is-open .mobile-main-nav .nav-list li a.has-sub-menu:before {
          content: '';
          position: absolute;
          right: 0;
          top: 50%;
          transform: rotate(0deg) translateY(-50%);
          width: 21px;
          height: 3px;
          background-color: #2E4EC6;
          transition: all 300ms ease; }
        .navPages-container.is-open .mobile-main-nav .nav-list li a.has-sub-menu:after {
          content: '';
          position: absolute;
          right: 9px;
          top: 50%;
          transform-origin: 50% 0%;
          transform: rotate(0deg) translateY(-50%);
          width: 3px;
          height: 21px;
          background-color: #2E4EC6;
          transition: all 300ms ease; }
      .navPages-container.is-open .mobile-main-nav .nav-list li.active a.has-sub-menu {
        transition: .5s; }
        .navPages-container.is-open .mobile-main-nav .nav-list li.active a.has-sub-menu:after {
          display: none; }
      .navPages-container.is-open .mobile-main-nav .nav-list li .dropdown-nav {
        background: #fff; }
        .navPages-container.is-open .mobile-main-nav .nav-list li .dropdown-nav .sub-nav-list li {
          border-bottom: 0; }
          .navPages-container.is-open .mobile-main-nav .nav-list li .dropdown-nav .sub-nav-list li a {
            border-bottom: 0;
            font-size: 16px !important;
            font-weight: bold;
            padding: 5px 0; }

.body {
  margin-bottom: 6rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .body {
      margin-top: 2.5rem; } }

.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 801px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.footer {
  background-color: white;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0;
  position: relative; }

@media (max-width: 767px) {
  .product-type .footer {
    z-index: -1; } }

.footer-title-sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #757575;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all;
  overflow-wrap: break-word; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 801px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 801px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 551px) {
  .footer-info-col--left {
    padding: 0;
    z-index: -1; } }

@media (min-width: 551px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit;
    width: 50%; } }

@media (min-width: 801px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #757575;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: black; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #757575;
    font-size: 12px;
    margin: 0; }
  .footer-copyright > .paypal-credit {
    color: #757575;
    font-size: 12px;
    margin: 1em 0 2em; }
  .footer-copyright a {
    color: #757575;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: black; }

.footer-payment-icons {
  height: 2.85714rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.35714rem;
    vertical-align: middle;
    width: 3.57143rem; }
  .footer-payment-icons svg {
    fill: #757575; }

@media (min-width: 551px) {
  .footer-geotrust-ssl-seal {
    bottom: 0;
    position: absolute;
    right: 16px; } }

.footer-geotrust-ssl-seal table {
  margin: auto; }

.footer-newsletter-summary {
  text-align: left; }

.container, .page-heading, .alertBox {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.71429rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1261px) {
    .container, .page-heading, .alertBox {
      padding: 0 6rem; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e5e5e5;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  font-size: 22px;
  margin: 0 1.5rem 0.35714rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #757575;
  text-align: center; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 15px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  position: relative;
  max-width: 190px; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 801px) {
    .blog-post-figure {
      width: 66.66667%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 551px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 801px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1261px) {
    .blog-post-body {
      width: 50%; } }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #e5e5e5;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  font-size: 1.07143rem;
  margin-top: 0;
  text-transform: inherit; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.brand-image-container {
  position: relative;
  max-width: 100px; }
  .brand-image-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .brand-image-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.brand .card-img-container {
  max-width: 190px; }
  .brand .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.57895%; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 551px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.42857rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 801px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    page-break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.78571rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 1261px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1261px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: black; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: white;
    color: black; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      opacity: 0;
      position: absolute; }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.28571rem;
    padding-right: 0.78571rem;
    width: 75%; } }

@media (min-width: 1261px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.35714rem; }

.listItem-brand {
  color: #999999;
  font-size: 1rem;
  margin: 0 0 0.21429rem; }
  @media (min-width: 801px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.21429rem; }
  @media (min-width: 801px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 801px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.57143rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.78571rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 801px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: -1; }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after, .sold-out-flag-star,
.sold-out-flag-star:before,
.sold-out-flag-star:after {
  content: "";
  display: block;
  height: 3.57143rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.57143rem;
  z-index: 10; }
  
  .sale-flag-star:before,
  .sold-out-flag-star:before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star:after,
  .sold-out-flag-star:after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  background: #007dc6; }

.sold-out-flag-star,
.sold-out-flag-star:before,
.sold-out-flag-star:after {
  background: #007dc6; }

.starwrap {
  height: 3.57143rem;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 3.57143rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 551px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  z-index: 50; }

.sale-text-burst {
  color: white; }

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star:before,
.product:hover .starwrap .sale-flag-star:after {
  background: black; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star:before,
.product:hover .starwrap .sold-out-flag-star:after {
  background: black; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #007dc6;
  color: white; }

.sold-out-flag-side {
  background: #007dc6;
  color: white; }

.product:hover .sale-flag-side {
  background: black; }

.product:hover .sold-out-flag-side {
  background: black; }

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  left: -25px;
  line-height: 1.14286rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 8.5rem;
  z-index: 10; }

.sale-flag-sash {
  background: #007dc6;
  color: white; }

.sold-out-flag-sash {
  background: #007dc6;
  color: white; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      top: 19px;
      left: -20px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: black; }

.product:hover .sold-out-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #474747;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100px;
  width: 100px; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 801px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 801px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit; }

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.vakata-context {
  display: none; }

.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999; }

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px; }

.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context li {
  list-style: none;
  display: inline; }

.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px; }

.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus {
  outline: 0; }

.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0; }

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em; }

.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3; }

.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none; }

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3; }

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0px no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/ }
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

a {
  display: inline-block; }

img {
  max-width: 100%;
  max-height: 100%; }

figure,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0; }

input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 0 !important; }

.button {
  border-radius: 0;
  transition: none;
  margin: 0; }
  .button:active, .button:focus {
    border: 0;
    outline: 0; }

.body {
  margin: 0; }

@media screen and (max-width: 767px) {
  body,
  html {
    overflow-x: hidden; } }

.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.slick-list.draggable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.page-content {
  float: none; }

.page {
  margin: 0; }

body {
  line-height: initial; }

.button + .button {
  margin: 0; }

[data-sub-layout] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.small-1 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 0) {
    .small-1 {
      flex: 0 0 auto;
      width: calc(100% * 1 / 12); } }

.small-2 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 0) {
    .small-2 {
      flex: 0 0 auto;
      width: calc(100% * 2 / 12); } }

.small-3 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 0) {
    .small-3 {
      flex: 0 0 auto;
      width: calc(100% * 3 / 12); } }

.small-4 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 0) {
    .small-4 {
      flex: 0 0 auto;
      width: calc(100% * 4 / 12); } }

.small-5 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 0) {
    .small-5 {
      flex: 0 0 auto;
      width: calc(100% * 5 / 12); } }

.small-6 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 0) {
    .small-6 {
      flex: 0 0 auto;
      width: calc(100% * 6 / 12); } }

.small-7 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 0) {
    .small-7 {
      flex: 0 0 auto;
      width: calc(100% * 7 / 12); } }

.small-8 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 0) {
    .small-8 {
      flex: 0 0 auto;
      width: calc(100% * 8 / 12); } }

.small-9 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 0) {
    .small-9 {
      flex: 0 0 auto;
      width: calc(100% * 9 / 12); } }

.small-10 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 0) {
    .small-10 {
      flex: 0 0 auto;
      width: calc(100% * 10 / 12); } }

.small-11 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 0) {
    .small-11 {
      flex: 0 0 auto;
      width: calc(100% * 11 / 12); } }

.small-12, .form-group-wrapper .form-group, .form-group-wrapper .form-group.form-group-halfer {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 0) {
    .small-12, .form-group-wrapper .form-group, .form-group-wrapper .form-group.form-group-halfer {
      flex: 0 0 auto;
      width: calc(100% * 12 / 12); } }

.medium-1 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 768px) {
    .medium-1 {
      flex: 0 0 auto;
      width: calc(100% * 1 / 12); } }

.medium-2 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 768px) {
    .medium-2 {
      flex: 0 0 auto;
      width: calc(100% * 2 / 12); } }

.medium-3 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 768px) {
    .medium-3 {
      flex: 0 0 auto;
      width: calc(100% * 3 / 12); } }

.medium-4 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 768px) {
    .medium-4 {
      flex: 0 0 auto;
      width: calc(100% * 4 / 12); } }

.medium-5 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 768px) {
    .medium-5 {
      flex: 0 0 auto;
      width: calc(100% * 5 / 12); } }

.medium-6, .form-group-wrapper .form-group.form-group-halfer {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 768px) {
    .medium-6, .form-group-wrapper .form-group.form-group-halfer {
      flex: 0 0 auto;
      width: calc(100% * 6 / 12); } }

.medium-7 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 768px) {
    .medium-7 {
      flex: 0 0 auto;
      width: calc(100% * 7 / 12); } }

.medium-8 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 768px) {
    .medium-8 {
      flex: 0 0 auto;
      width: calc(100% * 8 / 12); } }

.medium-9 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 768px) {
    .medium-9 {
      flex: 0 0 auto;
      width: calc(100% * 9 / 12); } }

.medium-10 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 768px) {
    .medium-10 {
      flex: 0 0 auto;
      width: calc(100% * 10 / 12); } }

.medium-11 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 768px) {
    .medium-11 {
      flex: 0 0 auto;
      width: calc(100% * 11 / 12); } }

.medium-12 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 768px) {
    .medium-12 {
      flex: 0 0 auto;
      width: calc(100% * 12 / 12); } }

.large-1 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 992px) {
    .large-1 {
      flex: 0 0 auto;
      width: calc(100% * 1 / 12); } }

.large-2 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 992px) {
    .large-2 {
      flex: 0 0 auto;
      width: calc(100% * 2 / 12); } }

.large-3 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 992px) {
    .large-3 {
      flex: 0 0 auto;
      width: calc(100% * 3 / 12); } }

.large-4 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 992px) {
    .large-4 {
      flex: 0 0 auto;
      width: calc(100% * 4 / 12); } }

.large-5 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 992px) {
    .large-5 {
      flex: 0 0 auto;
      width: calc(100% * 5 / 12); } }

.large-6 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 992px) {
    .large-6 {
      flex: 0 0 auto;
      width: calc(100% * 6 / 12); } }

.large-7 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 992px) {
    .large-7 {
      flex: 0 0 auto;
      width: calc(100% * 7 / 12); } }

.large-8 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 992px) {
    .large-8 {
      flex: 0 0 auto;
      width: calc(100% * 8 / 12); } }

.large-9 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 992px) {
    .large-9 {
      flex: 0 0 auto;
      width: calc(100% * 9 / 12); } }

.large-10 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 992px) {
    .large-10 {
      flex: 0 0 auto;
      width: calc(100% * 10 / 12); } }

.large-11 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 992px) {
    .large-11 {
      flex: 0 0 auto;
      width: calc(100% * 11 / 12); } }

.large-12 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 992px) {
    .large-12 {
      flex: 0 0 auto;
      width: calc(100% * 12 / 12); } }

.xlarge-1 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 1200px) {
    .xlarge-1 {
      flex: 0 0 auto;
      width: calc(100% * 1 / 12); } }

.xlarge-2 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 1200px) {
    .xlarge-2 {
      flex: 0 0 auto;
      width: calc(100% * 2 / 12); } }

.xlarge-3 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 1200px) {
    .xlarge-3 {
      flex: 0 0 auto;
      width: calc(100% * 3 / 12); } }

.xlarge-4 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 1200px) {
    .xlarge-4 {
      flex: 0 0 auto;
      width: calc(100% * 4 / 12); } }

.xlarge-5 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 1200px) {
    .xlarge-5 {
      flex: 0 0 auto;
      width: calc(100% * 5 / 12); } }

.xlarge-6 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 1200px) {
    .xlarge-6 {
      flex: 0 0 auto;
      width: calc(100% * 6 / 12); } }

.xlarge-7 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 1200px) {
    .xlarge-7 {
      flex: 0 0 auto;
      width: calc(100% * 7 / 12); } }

.xlarge-8 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 1200px) {
    .xlarge-8 {
      flex: 0 0 auto;
      width: calc(100% * 8 / 12); } }

.xlarge-9 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 1200px) {
    .xlarge-9 {
      flex: 0 0 auto;
      width: calc(100% * 9 / 12); } }

.xlarge-10 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 1200px) {
    .xlarge-10 {
      flex: 0 0 auto;
      width: calc(100% * 10 / 12); } }

.xlarge-11 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 1200px) {
    .xlarge-11 {
      flex: 0 0 auto;
      width: calc(100% * 11 / 12); } }

.xlarge-12 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 1200px) {
    .xlarge-12 {
      flex: 0 0 auto;
      width: calc(100% * 12 / 12); } }

.xxlarge-1 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 1900px) {
    .xxlarge-1 {
      flex: 0 0 auto;
      width: calc(100% * 1 / 12); } }

.xxlarge-2 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 1900px) {
    .xxlarge-2 {
      flex: 0 0 auto;
      width: calc(100% * 2 / 12); } }

.xxlarge-3 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 1900px) {
    .xxlarge-3 {
      flex: 0 0 auto;
      width: calc(100% * 3 / 12); } }

.xxlarge-4 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 1900px) {
    .xxlarge-4 {
      flex: 0 0 auto;
      width: calc(100% * 4 / 12); } }

.xxlarge-5 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 1900px) {
    .xxlarge-5 {
      flex: 0 0 auto;
      width: calc(100% * 5 / 12); } }

.xxlarge-6 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 1900px) {
    .xxlarge-6 {
      flex: 0 0 auto;
      width: calc(100% * 6 / 12); } }

.xxlarge-7 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 1900px) {
    .xxlarge-7 {
      flex: 0 0 auto;
      width: calc(100% * 7 / 12); } }

.xxlarge-8 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 1900px) {
    .xxlarge-8 {
      flex: 0 0 auto;
      width: calc(100% * 8 / 12); } }

.xxlarge-9 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 1900px) {
    .xxlarge-9 {
      flex: 0 0 auto;
      width: calc(100% * 9 / 12); } }

.xxlarge-10 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 1900px) {
    .xxlarge-10 {
      flex: 0 0 auto;
      width: calc(100% * 10 / 12); } }

.xxlarge-11 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 1900px) {
    .xxlarge-11 {
      flex: 0 0 auto;
      width: calc(100% * 11 / 12); } }

.xxlarge-12 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 1900px) {
    .xxlarge-12 {
      flex: 0 0 auto;
      width: calc(100% * 12 / 12); } }

.container, .page-heading, .alertBox {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container, .page-heading, .alertBox {
      max-width: 1600px; } }
  @media (min-width: 768px) {
    .container, .page-heading, .alertBox {
      max-width: 1600px; } }
  @media (min-width: 992px) {
    .container, .page-heading, .alertBox {
      max-width: 1600px; } }
  @media (min-width: 1200px) {
    .container, .page-heading, .alertBox {
      max-width: 1600px; } }
  @media (min-width: 1900px) {
    .container, .page-heading, .alertBox {
      max-width: 1600px; } }

.inner-container {
  max-width: 1200px;
  margin: 0 auto; }
  .inner-container.large {
    max-width: 1220px; }

.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  width: unset; }

.gap-20 {
  gap: 20px; }

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/v2/98e034cd-2675-4b88-81f3-06a60190a264.eot?#iefix") format("eot"); }

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/v2/98e034cd-2675-4b88-81f3-06a60190a264.eot?#iefix");
  src: url("../fonts/v2/98e034cd-2675-4b88-81f3-06a60190a264.eot?#iefix") format("eot"), url("../fonts/v2/122f8a1b-fa6b-4246-8d37-911edb4ac556.woff2") format("woff2"), url("../fonts/v2/0f51d8b8-bda2-4557-9b56-0a4e94ab63d9.woff") format("woff"), url("../fonts/v2/5ca78d60-9a94-4e66-ada3-c0d856f105dc.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/v2/98e034cd-2675-4b88-81f3-06a60190a264.eot?#iefix");
  src: url("../fonts/v2/98e034cd-2675-4b88-81f3-06a60190a264.eot?#iefix") format("eot"), url("../fonts/v2/122f8a1b-fa6b-4246-8d37-911edb4ac556.woff2") format("woff2"), url("../fonts/v2/0f51d8b8-bda2-4557-9b56-0a4e94ab63d9.woff") format("woff"), url("../fonts/v2/5ca78d60-9a94-4e66-ada3-c0d856f105dc.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/v2/0544df48-eb9a-4e54-a363-6bd93f52f1f4.eot?#iefix") format("eot"); }

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/v2/0544df48-eb9a-4e54-a363-6bd93f52f1f4.eot?#iefix");
  src: url("../fonts/v2/0544df48-eb9a-4e54-a363-6bd93f52f1f4.eot?#iefix") format("eot"), url("../fonts/v2/c7dcb253-8dca-459b-aaa9-afef9131ef22.woff2") format("woff2"), url("../fonts/v2/390be235-bf11-42ee-8ba1-2dd10ca6a4ac.woff") format("woff"), url("../fonts/v2/b0417299-cd03-4eb8-a744-f7bfa9ebc1bd.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/custom/ProximaNova-Bold.eot");
  src: url("../fonts/custom/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/custom/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/custom/ProximaNova-Bold.woff") format("woff"), url("../fonts/custom/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/custom/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-display: swap;
  font-family: 'icons';
  src: url(../fonts/v2/icons.eot?cj3r4h);
  src: url("../fonts/v2/icons.eot?cj3r4h#iefix") format("embedded-opentype"), url(../fonts/v2/icons.ttf?cj3r4h) format("truetype"), url(../fonts/v2/icons.woff?cj3r4h) format("woff"), url("../fonts/v2/icons.svg?cj3r4h#icons") format("svg");
  font-weight: 400;
  font-style: normal; }

.p-0 {
  padding: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.m-0 {
  margin: 0 !important; }

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.mx-20px {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.mt-0 {
  margin-top: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.m-auto {
  margin: auto !important; }

.mb-20px {
  margin-bottom: 20px !important; }

.mb-40px {
  margin-bottom: 40px !important; }

.mt-24px {
  margin-top: 24px !important; }

.mt-40px {
  margin-top: 40px !important; }

.border-0 {
  border: 0 !important; }

.region-border, .banners .banner, .home-hero-banner .container, .home-hero-banner .page-heading, .home-hero-banner .alertBox, .product-banner .container, .product-banner .page-heading, .product-banner .alertBox, .info-section .container, .info-section .page-heading, .info-section .alertBox, .kitchen-showcase .container, .kitchen-showcase .page-heading, .kitchen-showcase .alertBox, .how-it-works .container, .how-it-works .page-heading, .how-it-works .alertBox, .trustpilot-reviews .container, .trustpilot-reviews .page-heading, .trustpilot-reviews .alertBox, .image-with-text .container, .image-with-text .page-heading, .image-with-text .alertBox, .home-cta .container, .home-cta .page-heading, .home-cta .alertBox, .features .container, .features .page-heading, .features .alertBox, .two-col-info .container, .two-col-info .page-heading, .two-col-info .alertBox, .vp-video .container, .vp-video .page-heading, .vp-video .alertBox, .technology .container, .technology .page-heading, .technology .alertBox, .basic-accordion .container, .basic-accordion .page-heading, .basic-accordion .alertBox, .partners .container, .partners .page-heading, .partners .alertBox, .white-cta .container, .white-cta .page-heading, .white-cta .alertBox, .product-hero .container, .product-hero .page-heading, .product-hero .alertBox, .faqs .container, .faqs .page-heading, .faqs .alertBox, .package-hero .container, .package-hero .page-heading, .package-hero .alertBox, .product-comparison .container, .product-comparison .page-heading, .product-comparison .alertBox, .products .container, .products .page-heading, .products .alertBox, .custom-text .container, .custom-text .page-heading, .custom-text .alertBox, .single-product .container, .single-product .page-heading, .single-product .alertBox, .blog-banner .container, .blog-banner .page-heading, .blog-banner .alertBox, .blog-list .container, .blog-list .page-heading, .blog-list .alertBox, .blog-pagination .container, .blog-pagination .page-heading, .blog-pagination .alertBox, .blog-newsletter .container, .blog-newsletter .page-heading, .blog-newsletter .alertBox, .content-holder .container, .content-holder .page-heading, .content-holder .alertBox, .blog-post-holder .container, .blog-post-holder .page-heading, .blog-post-holder .alertBox, .related-blog-content .container, .related-blog-content .page-heading, .related-blog-content .alertBox, .splitit-calculation .container, .splitit-calculation .page-heading, .splitit-calculation .alertBox, .help-support-items .container, .help-support-items .page-heading, .help-support-items .alertBox, .referral-section .container, .referral-section .page-heading, .referral-section .alertBox, .product-specifications .container, .product-specifications .page-heading, .product-specifications .alertBox, .cart-section .container, .cart-section .page-heading, .cart-section .alertBox, .product-steps .container, .product-steps .page-heading, .product-steps .alertBox, .full-price-header .container, .full-price-header .page-heading, .full-price-header .alertBox, .full-price-products .container, .full-price-products .page-heading, .full-price-products .alertBox, .package-form .container, .package-form .page-heading, .package-form .alertBox, .section-404 .container, .section-404 .page-heading, .section-404 .alertBox, .packages-steps .container, .packages-steps .page-heading, .packages-steps .alertBox, .products-redesign .container, .products-redesign .page-heading, .products-redesign .alertBox, .packages-tabs .container, .packages-tabs .page-heading, .packages-tabs .alertBox, .comparison-table-image .container, .comparison-table-image .page-heading, .comparison-table-image .alertBox, .product-compare .container, .product-compare .page-heading, .product-compare .alertBox, .experts .container, .experts .page-heading, .experts .alertBox, .parallax-custom .container, .parallax-custom .page-heading, .parallax-custom .alertBox, .hidden-content .container, .hidden-content .page-heading, .hidden-content .alertBox, .info-timeline .container, .info-timeline .page-heading, .info-timeline .alertBox, .business-form .container, .business-form .page-heading, .business-form .alertBox, footer.footer .inner-footer, .account-page .container, .account-page .page-heading, .account-page .alertBox, .order-confirmation .container, .order-confirmation .page-heading, .order-confirmation .alertBox, .packages .stepper-section .container, .packages .stepper-section .page-heading, .packages .stepper-section .alertBox, .product-page .stepper-section .container, .product-page .stepper-section .page-heading, .product-page .stepper-section .alertBox, .filtration .table-wrapper .container, .filtration .table-wrapper .page-heading, .filtration .table-wrapper .alertBox, .home-water-system.element-alt .table-wrapper .container, .home-water-system.element-alt .table-wrapper .page-heading, .home-water-system.element-alt .table-wrapper .alertBox, .home-water-system .table-wrapper .container, .home-water-system .table-wrapper .page-heading, .home-water-system .table-wrapper .alertBox, .comparison-page .table-wrapper .container, .comparison-page .table-wrapper .page-heading, .comparison-page .table-wrapper .alertBox, .product-features .custom-text .container, .product-features .custom-text .page-heading, .product-features .custom-text .alertBox, .packages-redesign .faq-buttons .container, .packages-redesign .faq-buttons .page-heading, .packages-redesign .faq-buttons .alertBox {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2; }

.font-Serif {
  font-family: konnect-regular, serif; }

.font-SansSerif {
  font-family: konnect-regular, sans-serif; }

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

.underline {
  text-decoration: underline !important; }

.pos-rel {
  position: relative; }

.d-block {
  display: block !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

.d-none {
  display: none !important; }

.justify-content-center {
  justify-content: center !important; }

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

.nowrap {
  flex-wrap: nowrap !important; }

.w-100 {
  width: 100% !important; }

.hidden {
  display: none !important; }

body:not([dir="rtl"]) .float-left {
  float: left; }

body[dir="rtl"] .float-left {
  float: right; }

body:not([dir="rtl"]) .float-right {
  float: right; }

body[dir="rtl"] .float-right {
  float: left; }

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

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

.full-width {
  width: 100%; }

@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-none {
    display: none !important; } }

@media (max-width: 767px) {
  .px-md-15px {
    padding-right: 15px !important;
    padding-left: 15px !important; } }

@media (min-width: 576px) {
  .d-md-flex {
    display: flex !important; }
  .d-md-block {
    display: block !important; }
  .d-md-none {
    display: none !important; } }

@media (max-width: 575px) {
  .m-sm-20px {
    margin-top: 20px !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .m-sm-0 {
    margin-right: 0 !important; }
  .d-sm-none {
    display: none !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .w-sm-100 {
    width: 100% !important; } }

@font-face {
  font-family: konnect-regular;
  src: url("../fonts/konnect/Konnect-Light.otf") format("opentype");
  font-display: swap; }

@font-face {
  font-family: DesMontilles-Regular;
  src: url(https://store-q62ewc10kd.mybigcommerce.com/content/DesMontilles-Regular.woff2);
  font-display: swap; }

@font-face {
  font-family: konnect;
  src: url("../fonts/konnect/Konnect-Regular.otf") format("opentype");
  font-display: swap; }

@font-face {
  font-family: konnect-medium;
  src: url("../fonts/konnect/Konnect-Medium.otf") format("opentype");
  font-display: swap; }

@font-face {
  font-family: konnect-semiBold;
  src: url("../fonts/konnect/Konnect-SemiBold.otf") format("opentype");
  font-display: swap; }

.hasAdminBar {
  padding: 0 !important; }

body {
  padding: 0 !important;
  color: black;
  background-color: #FEFCF8; }

body,
html {
  scroll-behavior: smooth; }

hr {
  border: 0;
  border-bottom: 1px solid #cecece;
  width: 100%; }

.loader {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 10px; }

.loader:after {
  content: " ";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2.5px solid #fff;
  border-color: transparent transparent #fff transparent;
  animation: loader 0.6s linear infinite; }

.checkout-loader {
  display: block;
  margin: auto;
  width: 80px;
  height: 80px; }

.checkout-loader:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #2E4EC6;
  border-color: #2E4EC6 transparent #2E4EC6 transparent;
  animation: loader 1.2s linear infinite; }

.normal-section {
  padding: 64px 0; }
  .normal-section .accordion {
    border-radius: 8px;
    padding: 10px 30px; }
    .normal-section .accordion li img {
      display: none; }
  @media (max-width: 767px) {
    .normal-section {
      padding: 30px; } }
  @media (max-width: 767px) {
    .normal-section.image-with-text {
      padding-left: 0;
      padding-right: 0; } }

.ellipse-mask {
  mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
  mask-composite: source-in, source-over, xor; }

.grey-bg {
  background-color: #ececec; }

[data-sub-layout-container="13dea1ea-8c09-441d-8665-3c19b7ae0c47"] {
  z-index: 1 !important; }

[data-content-region="header_bottom--global"] {
  margin: 0 !important; }

[data-content-region="header_bottom"] {
  margin: 0 !important; }

@media (max-width: 767px) {
  .optimizedCheckout-contentPrimary.modal--afterOpen {
    transform: translateY(-50%); } }

.cart-section #zoid-paypal-buttons-uid_80d17f524f_mta6nda6mjm > iframe.component-frame {
  z-index: 1 !important; }

.css-ueuzok {
  z-index: 999999999999 !important; }

#consent-manager .css-10z1g2q {
  background: #2e4ec6; }

#consent-manager p {
  color: white; }
  #consent-manager p span {
    color: white !important; }

#consent-manager button {
  border-radius: 999px !important;
  margin-bottom: 8px;
  font-family: 'konnect-regular';
  font-weight: 600; }
  #consent-manager button.css-a0j149 {
    color: #11214A; }

#consent-manager-update-banner {
  background: #2e4ec6; }

[data-consent-manager-dialog] button {
  border-radius: 999px !important; }

.product-type .footer-content {
  display: none; }

#swal2-content {
  font-family: konnect-regular, sans-serif; }

.plyr__poster {
  background-size: cover !important; }

.container.has-mask, .has-mask.page-heading, .has-mask.alertBox {
  padding: 28px 0; }

#chat-widget-container {
  z-index: 9 !important;
  min-height: 84px; }

.heading-holder h1 {
  font-weight: 600; }

.heading-holder.has-bg {
  padding: 64px 0;
  margin-bottom: 18px;
  mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
  mask-composite: source-in, source-over, xor;
  background: #3bbb92 linear-gradient(90deg, #3bbb92, #01484c); }
  @media (max-width: 767px) {
    .heading-holder.has-bg {
      padding: 36px 0; } }
  .heading-holder.has-bg h2 {
    margin: 0 auto !important; }
    .heading-holder.has-bg h2 *[id*="sd-simple-text"] {
      display: block !important; }
    .heading-holder.has-bg h2 p {
      color: #ffffff !important; }

.heading-holder + .inner-container {
  padding-top: 0 !important; }

.css-10z1g2q {
  padding: 40px !important; }
  @media screen and (max-width: 767px) {
    .css-10z1g2q {
      padding: 30px !important; } }
  .css-10z1g2q p {
    text-align: center; }

.css-10z1g2q > div {
  justify-content: center !important; }

#consent-manager button:nth-child(2) {
  display: none !important; }

@media screen and (max-width: 767px) {
  .css-1wn42nw {
    width: 100%;
    flex-direction: column !important; } }

.css-1wn42nw button {
  justify-content: center; }

.Smart-Package .form-option-wrapper .form-radio[aria-label="Red"] ~ label,
.Smart-Package-Shopping .form-option-wrapper .form-radio[aria-label="Cream"] ~ label,
.Smart-Package-Shopping .form-option-wrapper .form-radio[aria-label="Red"] ~ label,
.Smart-Package-Shopping .form-option-wrapper .form-radio[aria-label="Silver"] ~ label {
  pointer-events: none;
  opacity: 0.6; }

#onetrust-banner-sdk {
  position: fixed;
  right: unset !important;
  bottom: unset !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 500px;
  z-index: 1000; }
  @media screen and (max-width: 475px) {
    #onetrust-banner-sdk {
      width: 320px; } }

@media only screen and (min-width: 1024px) {
  #onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent {
    position: unset !important;
    top: unset !important;
    left: unset !important;
    transform: none; } }

@media only screen and (min-width: 1024px) {
  #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
    margin: auto;
    width: 100%; } }

@media only screen and (min-width: 1024px) {
  #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
    width: 100%; } }

#onetrust-policy-text {
  text-align: center !important; }

#onetrust-policy-title {
  text-align: center !important;
  float: none !important;
  display: block !important; }

#onetrust-banner-sdk #onetrust-policy {
  margin: 10px !important;
  overflow: hidden; }

.pt-0 {
  padding-top: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

@keyframes loader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.agentCoupon {
  color: red;
  font-size: 12px !important;
  display: inline-block;
  margin-bottom: 10px; }

.monthlyPlanInfo {
  margin-bottom: 0; }

.birthday {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px; }
  .birthday input {
    width: 100px;
    background: #fff !important; }
    @media (max-width: 600px) {
      .birthday input {
        width: 70px !important; } }
  .birthday button {
    background: #e00a0a !important;
    color: #fff !important;
    padding: 9px 10px;
    height: 37.99px; }
    @media (max-width: 600px) {
      .birthday button {
        height: 38px; } }

.monthly-subscription-modal {
  display: none; }

.monthly-subscription-section {
  position: relative; }
  .monthly-subscription-section:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    display: block;
    left: 0;
    z-index: 1;
    right: 0;
    background: rgba(0, 0, 0, 0.5); }
  .monthly-subscription-section .monthly-subscription-modal {
    background: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 15px 30px;
    border-radius: 10px;
    box-shadow: 0 1px 5px #333; }
    @media (max-width: 767px) {
      .monthly-subscription-section .monthly-subscription-modal {
        -ms-transform: translate(-50%, -50%);
        /* IE 9 */
        -webkit-transform: translate(-50%, -50%);
        /* Chrome, Safari, Opera */
        left: 50%; } }
    .monthly-subscription-section .monthly-subscription-modal p {
      color: #333;
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 0 !important;
      text-align: center; }

.invalid-date {
  color: red;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px !important; }

.your-birthday {
  color: #000;
  text-align: center;
  text-align: underline; }

.previewCartItem-content.installation_discount {
  padding-left: 0 !important;
  padding-top: 0 !important; }
  .previewCartItem-content.installation_discount h6.previewCartItem-name {
    font-size: 14px !important;
    margin: 0;
    font-family: "konnect", serif;
    font-weight: bold;
    line-height: 20px;
    color: #11214A;
    padding-right: 5px; }

body.cart-foreground:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 100000;
  right: 355px; }

.contract-agreement-page {
  margin-top: 100px; }
  .contract-agreement-page .container .inner-container, .contract-agreement-page .page-heading .inner-container, .contract-agreement-page .alertBox .inner-container {
    padding: 0 15px; }

.pad-0 {
  padding: 0 !important; }

.your-details-step-agreement {
  width: 850px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .your-details-step-agreement {
      width: 100%;
      padding: 0 15px; } }
  .your-details-step-agreement .stepper-header {
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px 10px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc; }
    .your-details-step-agreement .stepper-header h6 {
      margin-bottom: 0;
      font-weight: bold;
      font-size: 18px; }
  .your-details-step-agreement #terms-content div {
    width: 820px;
    background: transparent; }
    @media (max-width: 767px) {
      .your-details-step-agreement #terms-content div {
        width: 100%; } }
  .your-details-step-agreement .terms-wrapper {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%; }
    @media (max-width: 767px) {
      .your-details-step-agreement .terms-wrapper {
        width: 100%;
        height: 150px;
        overflow-y: scroll; } }
    .your-details-step-agreement .terms-wrapper::-webkit-scrollbar-track {
      border-radius: 10px;
      background-color: #efefef; }
    .your-details-step-agreement .terms-wrapper::-webkit-scrollbar {
      width: 12px;
      background-color: #efefef; }
    .your-details-step-agreement .terms-wrapper::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background-color: #bebebe; }
  .your-details-step-agreement .chk-container {
    margin-top: 25px !important; }
    @media (max-width: 600px) {
      .your-details-step-agreement .chk-container .agreement-label::before {
        top: 50% !important;
        transform: translate(0, -50%); } }

.formMessage {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: block; }
  .formMessage.error {
    color: #be0082; }
  .formMessage.success {
    color: #01484c; }

ul li {
  list-style: none; }

#gift-modal,
#invalid-code-modal,
#free-modal,
#promo-modal {
  border-radius: 10px;
  display: block;
  width: 300px;
  min-height: auto !important; }
  #gift-modal .modal-content,
  #invalid-code-modal .modal-content,
  #free-modal .modal-content,
  #promo-modal .modal-content {
    padding: 25px; }
    #gift-modal .modal-content h4,
    #invalid-code-modal .modal-content h4,
    #free-modal .modal-content h4,
    #promo-modal .modal-content h4 {
      font-size: 18px;
      text-align: center;
      margin-bottom: 0;
      font-weight: bold; }

.col-1 {
  width: 8.33%; }

.col-2 {
  width: 16.66%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33%; }

.col-5 {
  width: 41.66%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33%; }

.col-8 {
  width: 66.66%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33%; }

.col-11 {
  width: 91.66%; }

.col-12 {
  width: 100%; }

.button-red {
  border-radius: 23px;
  background-color: #223a94 !important;
  min-width: 160px !important;
  color: #fff !important;
  border: 0; }
  .button-red-inverse {
    border: 1px solid #223a94 !important;
    background-color: #fff !important;
    color: #223a94 !important; }
  @media (max-width: 575px) {
    .button-red {
      width: 100%;
      min-width: 100% !important; } }

.button-default {
  background: #eee !important;
  border-radius: 23px;
  border: 0; }

.quick-links .columns {
  display: none; }

.quick-links,
.download-app {
  align-items: self-end;
  margin-top: 30px; }
  @media (max-width: 767px) {
    .quick-links .customerName,
    .download-app .customerName {
      font-size: 14px !important; } }
  @media (max-width: 767px) {
    .quick-links .col-6,
    .download-app .col-6 {
      margin-bottom: 30px !important; } }
  @media (max-width: 767px) {
    .quick-links .myacc_heading,
    .download-app .myacc_heading {
      margin-bottom: 30px !important;
      font-size: 16px !important; } }
  .quick-links ul,
  .download-app ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2; }
    @media (max-width: 767px) {
      .quick-links ul,
      .download-app ul {
        columns: 1; } }
    .quick-links ul li a,
    .download-app ul li a {
      text-align: left;
      text-decoration: none;
      color: #282828;
      font-size: 12px;
      font-weight: 600;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .quick-links ul li a,
        .download-app ul li a {
          margin-bottom: 25px; } }
    .quick-links ul li.mb-0 a,
    .download-app ul li.mb-0 a {
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .quick-links ul li.mb-0 a,
        .download-app ul li.mb-0 a {
          margin-bottom: 25px; } }
  .quick-links .columns,
  .download-app .columns {
    align-items: end;
    margin-bottom: 0; }
  .quick-links .heading-green,
  .download-app .heading-green {
    font-size: 20px;
    color: #11214A;
    font-weight: 600;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .quick-links .heading-green,
      .download-app .heading-green {
        font-size: 14px;
        text-align: left; } }
  .quick-links .store-logo,
  .download-app .store-logo {
    width: 80px;
    height: 23px; }
  .quick-links p,
  .download-app p {
    font-size: 14px;
    font-weight: 600;
    color: #282828 !important;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .quick-links p,
      .download-app p {
        font-size: 12px !important;
        color: #282828; } }

.download-app {
  width: 100%;
  margin-top: 80px; }
  .download-app .columns.content {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    justify-content: center;
    width: 630px;
    margin: 0 auto;
    background: #FCFCFC;
    padding: 22px 30px;
    border-radius: 5px;
    position: relative;
    text-align: left; }
    .download-app .columns.content .col.thumb {
      height: 160px;
      width: 170px;
      position: absolute;
      bottom: 0;
      left: 75px;
      float: none; }
      @media (max-width: 767px) {
        .download-app .columns.content .col.thumb {
          left: -15px;
          height: auto;
          width: 140px; } }
      .download-app .columns.content .col.thumb .thumbnail {
        height: 160px; }
    .download-app .columns.content .col.content {
      margin-left: 130px; }
      @media (max-width: 767px) {
        .download-app .columns.content .col.content {
          margin-left: 50px;
          position: relative;
          left: 25px;
          bottom: 0px; } }
      .download-app .columns.content .col.content p {
        margin-bottom: 15px; }
    .download-app .columns.content p {
      color: #333;
      text-align: left; }
      @media (max-width: 767px) {
        .download-app .columns.content p {
          font-size: 12px; } }
    @media (max-width: 767px) {
      .download-app .columns.content {
        width: 90%; } }

.thumbnail {
  height: auto;
  border-radius: 5px;
  align-self: center; }

.personal-info .columns {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 10px; }
  .personal-info .columns .col {
    float: left; }
    .personal-info .columns .col:last-child {
      margin-left: 30px; }
      @media (max-width: 767px) {
        .personal-info .columns .col:last-child {
          margin-left: 15px; } }
    .personal-info .columns .col p:last-child {
      margin-bottom: 0; }

.alertBox {
  padding: 10px !important;
  margin: 0 0 30px !important;
  border-radius: 5px; }
  .alertBox--success {
    background-color: #E5F3F2 !important; }
  .alertBox p {
    color: #282828; }

.mr-20 {
  margin-right: 20px; }

.panel {
  padding: 15px;
  border-radius: 4px; }
  .panel-warning {
    background-color: pink; }
  .panel-success {
    background-color: #F6FAF9; }
    .panel-success p {
      color: #11214A; }
  .panel p {
    font-size: 14px; }

.visibility-hidden {
  visibility: hidden; }

.custom-radio-button {
  border: 2px solid white;
  box-shadow: 0 0 0 1px #11214A;
  appearance: none;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #fff;
  transition: all ease-in 0.2s; }
  @media (max-width: 767px) {
    .custom-radio-button {
      width: 24px; } }
  .custom-radio-button:checked {
    background-color: #11214A; }

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

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

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

.text-red {
  color: #2e4ec6;
  font-weight: 600; }

.backToHome {
  color: #C62828 !important;
  text-decoration: none;
  font-weight: 600 !important;
  display: block;
  text-align: center; }

.fw-normal {
  font-weight: normal !important; }

.ml-100 {
  margin-left: 100px; }

.bg {
  border-radius: 23px;
  color: #fff;
  display: inline-block;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 800; }
  .bg-success {
    background-color: #2B856A;
    border: 1px solid #2B856A; }
  .bg-error {
    background: #F4D4D4;
    border: 1px solid #F4D4D4; }
    .bg-error.radius {
      border-radius: 4px; }
  .bg-default {
    background-color: #2828281A;
    color: #282828; }

@media (max-width: 767px) {
  .hidden-m {
    display: none; } }

.visibility-m {
  display: none !important; }
  @media (max-width: 767px) {
    .visibility-m {
      display: block !important; }
      .visibility-m.flex {
        display: flex !important; } }

.visibility-d {
  display: block; }
  @media (max-width: 767px) {
    .visibility-d {
      display: none !important; }
      .visibility-d.show {
        display: block !important; } }

.hidden.visibility-m {
  display: none !important; }
  @media (max-width: 767px) {
    .hidden.visibility-m {
      display: none !important; } }

.mb-25 {
  margin-bottom: 25px !important; }

.flex {
  display: flex;
  flex-wrap: nowrap; }
  .flex-space-between {
    justify-content: space-between; }
  .flex-space-evenly {
    justify-content: space-evenly; }
  .flex-d {
    display: flex; }
    @media (max-width: 767px) {
      .flex-d {
        display: block; } }
  @media (max-width: 767px) {
    .flex-m {
      display: flex;
      flex-wrap: nowrap; } }

@media (max-width: 800px) {
  .col-m-12 {
    width: 100% !important; }
  .col-m-6 {
    width: 50% !important; } }

@media (max-width: 414px) {
  .col-s-12 {
    width: 100% !important; } }

.form-field:has(.error-message.show) .form-input {
  border-color: #B00020 !important; }

.error-message {
  color: #B00020;
  font-size: 12px;
  text-align: left;
  margin: 3px 0 0; }
  .error-message span {
    text-transform: capitalize;
    color: inherit; }

.myacc_loader.active {
  opacity: .9; }

.choosePlan .mp24.blackFriday .panelHeading,
.choosePlan .mp24.zeroInstallationFee .panelHeading {
  background: #000 !important; }

.choosePlan .panelHeading i {
  font-style: normal !important; }

.choosePlan .panelHeading span {
  color: #fff; }

.choosePlan .mp1 .price {
  padding-bottom: 15px; }

.choosePlan .mp1 .includes {
  margin-bottom: 0 !important; }

@media (max-width: 600px) {
  #main-content.body .padded-mobile {
    padding-top: 60px; } }

.loadingNotification span {
  color: #fff !important; }

.package-plan-works-modal .salePriceMdodal > span {
  text-decoration: line-through; }

/* Marquee styles */
@keyframes scroll {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(calc(-100% - var(--gap))); } }

/* Pause animation when reduced-motion is set */
/* Enable animation */
/* Reverse animation */
/* Pause on hover */
/* Attempt to size parent based on content. Keep in mind that the parent width is equal to both content containers that stretch to fill the parent. */
/* A fit-content sizing fix: Absolute position the duplicate container. This will set the size of the parent wrapper to a single child container. Shout out to Olavi's article that had this solution 👏 @link: https://olavihaapala.fi/2021/02/23/modern-marquee.html  */
/* Enable position absolute animation on the duplicate content (last-child) */
@keyframes scroll-abs {
  from {
    transform: translateX(calc(100% + var(--gap))); }
  to {
    transform: translateX(0); } }

/* Other page demo styles */
.marquee {
  --gap: 2rem;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  padding: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-family: konnect-light;
  text-align: center;
  background: linear-gradient(90deg, #f9f182 0%, #ffd1c7 34%, #ccb4f9 67%, #aec9ff 100%); }
  @media (max-width: 767px) {
    .marquee {
      background: transparent linear-gradient(103deg, #FAF481 0%, #FFD1C7 16%, #CCB4F9 58%, #AEC9FF 100%) 0% 0% no-repeat padding-box;
      opacity: 1; } }
  .marquee li,
  .marquee li span {
    list-style: none;
    font-size: 14px;
    font-family: Konnect-SemiBold !important;
    color: #11214A; }

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  margin: 0; }
  .marquee__content > * {
    flex: 0 0 auto;
    text-align: center; }

.enable-animation .marquee__content {
  animation: scroll 20s linear infinite; }

.enable-animation .marquee--pos-absolute .marquee__content:last-child {
  animation-name: scroll-abs; }

.marquee--reverse .marquee__content {
  animation-direction: reverse; }

.marquee--hover-pause:hover .marquee__content {
  animation-play-state: paused; }

.marquee--fit-content {
  max-width: fit-content; }

.marquee--pos-absolute .marquee__content:last-child {
  position: absolute;
  top: 0;
  left: 0; }

@media (prefers-reduced-motion: reduce) {
  .marquee__content {
    animation-play-state: paused !important; } }

@media (max-width: 767px) {
  .marquee {
    --gap: 2rem; } }

.blink-text {
  animation: blinker 1s linear infinite; }

@keyframes blinker {
  50% {
    opacity: 0; } }

.blink-text-twice {
  animation: blinkTwice 2s linear 2;
  /* 1s duration, linear timing, 2 iterations */ }

@keyframes blinkTwice {
  0%, 50%, 100% {
    opacity: 1;
    /* Visible */ }
  25%, 75% {
    opacity: 0;
    /* Hidden */ } }

h1,
.h1 {
  font-family: konnect-regular, serif;
  color: #333;
  font-weight: 300;
  font-size: 48px;
  margin-bottom: 32px;
  letter-spacing: normal; }
  @media (max-width: 767px) {
    h1,
    .h1 {
      font-size: 31px;
      margin-bottom: 20px;
      letter-spacing: normal; } }
  @media (max-width: 575px) {
    h1,
    .h1 {
      font-size: 31px;
      margin-bottom: 10px;
      letter-spacing: normal; } }

h2,
.h2 {
  font-family: konnect-regular, serif;
  color: #333;
  font-weight: 300;
  font-size: 48px;
  margin-bottom: 32px;
  letter-spacing: normal; }
  @media (max-width: 767px) {
    h2,
    .h2 {
      font-size: 48px;
      margin-bottom: 20px;
      letter-spacing: normal; } }
  @media (max-width: 575px) {
    h2,
    .h2 {
      font-size: 48px;
      margin-bottom: 10px;
      letter-spacing: normal; } }

h3,
.h3 {
  font-family: konnect-regular, serif;
  color: #333;
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 16px;
  letter-spacing: normal; }
  @media (max-width: 767px) {
    h3,
    .h3 {
      font-size: 40px;
      margin-bottom: 16px;
      letter-spacing: normal; } }
  @media (max-width: 575px) {
    h3,
    .h3 {
      font-size: 40px;
      margin-bottom: 16px;
      letter-spacing: normal; } }

h4,
.h4 {
  font-family: konnect-regular, serif;
  color: #333;
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 16px;
  letter-spacing: normal; }
  @media (max-width: 767px) {
    h4,
    .h4 {
      font-size: 32px;
      margin-bottom: 16px;
      letter-spacing: normal; } }
  @media (max-width: 575px) {
    h4,
    .h4 {
      font-size: 32px;
      margin-bottom: 16px;
      letter-spacing: normal; } }

h5,
.h5 {
  font-family: konnect-regular, serif;
  color: #333;
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 16px;
  letter-spacing: normal;
  text-transform: initial; }
  @media (max-width: 767px) {
    h5,
    .h5 {
      font-size: 24px;
      margin-bottom: 16px;
      letter-spacing: normal; } }
  @media (max-width: 575px) {
    h5,
    .h5 {
      font-size: 24px;
      margin-bottom: 16px;
      letter-spacing: normal; } }

h6,
.h6 {
  width: 100%;
  font-family: konnect-regular, sans-serif;
  color: #444444;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 25px;
  letter-spacing: normal;
  text-transform: initial; }
  @media (max-width: 767px) {
    h6,
    .h6 {
      font-size: 16px;
      margin-bottom: 25px;
      letter-spacing: normal; } }
  @media (max-width: 575px) {
    h6,
    .h6 {
      font-size: 16px;
      margin-bottom: 10px;
      letter-spacing: normal; } }

span {
  font-family: konnect-regular, sans-serif !important;
  color: #333; }

p,
.p,
footer.footer .footer-info-heading,
footer.footer .footer-info-list a,
footer.footer p {
  font-family: konnect-regular, sans-serif !important;
  color: #333;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 16px;
  letter-spacing: normal;
  line-height: 1.56; }
  @media (max-width: 767px) {
    p,
    .p,
    footer.footer .footer-info-heading,
    footer.footer .footer-info-list a,
    footer.footer p {
      font-size: 14px;
      margin-bottom: 16px;
      letter-spacing: normal;
      line-height: 1.56; } }
  @media (max-width: 575px) {
    p,
    .p,
    footer.footer .footer-info-heading,
    footer.footer .footer-info-list a,
    footer.footer p {
      font-size: 14px;
      margin-bottom: 14px;
      letter-spacing: normal;
      line-height: 1.56; } }

ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    font-family: konnect-regular, sans-serif; }

small,
.small {
  font-family: konnect-regular, sans-serif;
  color: #333;
  font-size: 80%;
  margin-bottom: 0;
  letter-spacing: normal;
  line-height: 1.64; }
  @media (max-width: 767px) {
    small,
    .small {
      margin-bottom: 0;
      letter-spacing: normal;
      line-height: 1.64; } }
  @media (max-width: 575px) {
    small,
    .small {
      margin-bottom: 0;
      letter-spacing: normal;
      line-height: 1.64; } }

.page-heading {
  text-transform: uppercase;
  font-family: konnect-regular, serif;
  color: #333;
  font-weight: 300;
  font-size: 43px;
  margin-bottom: 20px;
  letter-spacing: normal; }
  @media (max-width: 767px) {
    .page-heading {
      font-size: 20px;
      margin-bottom: 20px;
      letter-spacing: normal; } }
  @media (max-width: 575px) {
    .page-heading {
      font-size: 20px;
      margin-bottom: 10px;
      letter-spacing: normal; } }

.red {
  color: #e0090b; }

.basic-h2, .features h2, .two-col-info h2, .vp-video h2, .technology h2, .basic-accordion h2, .partners h2, .product-hero h2, .faqs .faqs-title h2, .product-comparison h2, .splitit-video h2, .package-form h2 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .basic-h2, .features h2, .two-col-info h2, .vp-video h2, .technology h2, .basic-accordion h2, .partners h2, .product-hero h2, .faqs .faqs-title h2, .product-comparison h2, .splitit-video h2, .package-form h2 {
      padding-left: 16px;
      padding-right: 16px; } }
  .basic-h2 p, .features h2 p, .two-col-info h2 p, .vp-video h2 p, .technology h2 p, .basic-accordion h2 p, .partners h2 p, .product-hero h2 p, .faqs .faqs-title h2 p, .product-comparison h2 p, .splitit-video h2 p, .package-form h2 p {
    margin: 0 !important;
    font-size: 40px !important;
    font-family: konnect-regular, sans-serif;
    font-weight: 300 !important;
    line-height: 1.23 !important;
    color: #333 !important; }
    @media (max-width: 767px) {
      .basic-h2 p, .features h2 p, .two-col-info h2 p, .vp-video h2 p, .technology h2 p, .basic-accordion h2 p, .partners h2 p, .product-hero h2 p, .faqs .faqs-title h2 p, .product-comparison h2 p, .splitit-video h2 p, .package-form h2 p {
        font-size: 30px !important;
        line-height: 1.18 !important;
        letter-spacing: -0.05px !important; } }

.text-green {
  color: #2E4EC6 !important; }

.text-black {
  color: #333 !important; }

.text-bold {
  font-weight: 600 !important; }

.validation-error {
  font-size: 11px;
  color: #e00a0a;
  margin-top: 5px; }
  .validation-error b {
    font-weight: 700; }

.remove-currency-spacing {
  word-spacing: -4px; }

a[href],
.a {
  transition: all 300ms ease;
  font-weight: normal;
  outline: 0;
  font-family: konnect-regular, sans-serif;
  line-height: inherit;
  background: transparent;
  color: #2E4EC6;
  padding: 0; }
  a[href]:hover,
  .a:hover {
    color: #2E4EC6;
    background: transparent; }
  a[href]:active,
  .a:active {
    color: #105f48;
    outline: 0;
    background: transparent; }
  a[href]:focus,
  .a:focus {
    color: #105f48;
    outline: 0;
    background: transparent; }

.button {
  transition: 0.2s all;
  text-transform: none !important;
  font-weight: 600;
  border: 1px solid transparent;
  outline: 0;
  cursor: pointer;
  font-family: konnect-regular, sans-serif;
  line-height: normal;
  color: black; }
  .button:focus, .button:hover, .button:active {
    border: 1px solid transparent; }
  .button[disabled] {
    background-color: #cecece !important; }
  .button.button-small {
    font-size: 10px;
    min-width: 50px;
    padding: 7px 11px; }
  .button.button-medium {
    min-width: 135px;
    padding: 9px 32px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 600;
    border-radius: 999px; }
    .button.button-medium p {
      margin: 0;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: normal;
      font-weight: 600; }
    @media (max-width: 767px) {
      .button.button-medium {
        min-width: 100%;
        font-size: 14px;
        letter-spacing: normal; }
        .button.button-medium p {
          font-size: 14px; } }
    @media (max-width: 575px) {
      .button.button-medium {
        min-width: 100%;
        font-size: 14px;
        letter-spacing: normal;
        padding: 12px 28px; }
        .button.button-medium p {
          font-size: 14px; } }
  .button.button-fat {
    min-width: 294px;
    padding: 13px 37px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 600;
    border-radius: 999px; }
    .button.button-fat p {
      margin: 0;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: normal;
      font-weight: 600; }
    @media (max-width: 767px) {
      .button.button-fat {
        min-width: 130px;
        font-size: 14px;
        letter-spacing: normal; }
        .button.button-fat p {
          font-size: 14px; } }
    @media (max-width: 575px) {
      .button.button-fat {
        min-width: 113px;
        font-size: 14px;
        letter-spacing: normal;
        padding: 8px 28px; }
        .button.button-fat p {
          font-size: 14px; } }
  .button.button-large {
    min-width: 160px;
    padding: 17px 35px;
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: normal;
    font-weight: 600;
    border-radius: 999px; }
    .button.button-large p {
      font-size: 22px;
      line-height: 1.6;
      letter-spacing: normal;
      font-weight: 600; }
    @media (max-width: 767px) {
      .button.button-large {
        min-width: 130px;
        font-size: 16px;
        letter-spacing: normal; } }
    @media (max-width: 575px) {
      .button.button-large {
        min-width: 130px;
        font-size: 16px;
        letter-spacing: normal;
        padding: 11px 15px; } }
  .button.button-white {
    background: white;
    color: black;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
    .button.button-white p {
      color: black; }
    .button.button-white:hover {
      background: #2E4EC6;
      color: white; }
      .button.button-white:hover p {
        color: white; }
    .button.button-white:active {
      background: #2E4EC6;
      color: white; }
      .button.button-white:active p {
        color: white; }
  .button.button-black {
    background: #F2664A;
    color: white;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
    .button.button-black p {
      color: white; }
    .button.button-black:hover {
      background: #ee3611;
      color: white; }
      .button.button-black:hover p {
        color: white; }
    .button.button-black:active {
      background: #F2664A;
      color: white; }
      .button.button-black:active p {
        color: white; }
  .button.button-yellow {
    background: #e0920a;
    color: white;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
    .button.button-yellow p {
      color: white; }
    .button.button-yellow:hover {
      background: #7e5206;
      color: white; }
      .button.button-yellow:hover p {
        color: white; }
    .button.button-yellow:active {
      background: #3A3E42;
      color: white; }
      .button.button-yellow:active p {
        color: white; }
  .button.button-pink {
    background: #e2828b;
    color: white;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
    .button.button-pink p {
      color: white; }
    .button.button-pink:hover {
      background: #a3585f;
      color: white; }
      .button.button-pink:hover p {
        color: white; }
    .button.button-pink:active {
      background: #3A3E42;
      color: white; }
      .button.button-pink:active p {
        color: white; }
  .button.button-green {
    background: #F2664A;
    color: white;
    border-radius: 999px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
    .button.button-green p {
      color: white; }
    .button.button-green:hover {
      color: white;
      background: #ee3611; }
    .button.button-green:active {
      color: white;
      background: rgba(46, 78, 198, 0.6); }
  .button.button-dark-green {
    background: #175646;
    color: white;
    border-radius: 999px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
    .button.button-dark-green p {
      color: white; }
    .button.button-dark-green:hover {
      color: white;
      background: #0a261f; }
    .button.button-dark-green:active {
      color: white;
      background: rgba(23, 86, 70, 0.6); }
  .button.button-link {
    background: transparent;
    color: #2E4EC6;
    text-decoration: underline;
    border-radius: 0px;
    box-shadow: none; }
    .button.button-link p {
      color: #2E4EC6; }
    .button.button-link:hover {
      color: #2E4EC6;
      background: transparent; }
    .button.button-link:active {
      color: #2E4EC6;
      background: transparent; }
  .button.rounded {
    border-radius: 5px; }
  .button p {
    font-family: konnect-regular, sans-serif !important;
    text-transform: none !important;
    transition: all 300ms ease; }

.button {
  transition: 0.2s all;
  text-transform: none !important;
  font-weight: 600;
  border: 1px solid transparent;
  outline: 0;
  cursor: pointer;
  font-family: konnect-regular, sans-serif;
  line-height: normal;
  color: black; }
  .button:focus, .button:hover, .button:active {
    border: 1px solid transparent; }
  .button[disabled] {
    background-color: #cecece !important; }
  .button p {
    font-family: konnect-regular, sans-serif !important;
    text-transform: none !important;
    transition: all 300ms ease; }

.button-small {
  font-size: 10px;
  min-width: 50px;
  padding: 7px 11px; }

.button-medium {
  min-width: 135px;
  padding: 9px 32px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 600;
  border-radius: 999px; }
  .button-medium p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 600; }
  @media (max-width: 767px) {
    .button-medium {
      min-width: 130px;
      font-size: 14px;
      letter-spacing: normal; }
      .button-medium p {
        font-size: 14px; } }
  @media (max-width: 575px) {
    .button-medium {
      min-width: 113px;
      font-size: 14px;
      letter-spacing: normal;
      padding: 8px 28px; }
      .button-medium p {
        font-size: 14px; } }

.button-fat {
  min-width: 294px;
  padding: 13px 37px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 600;
  border-radius: 999px; }
  .button-fat p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 600; }
  @media (max-width: 767px) {
    .button-fat {
      min-width: 130px;
      font-size: 14px;
      letter-spacing: normal; }
      .button-fat p {
        font-size: 14px; } }
  @media (max-width: 575px) {
    .button-fat {
      min-width: 113px;
      font-size: 14px;
      letter-spacing: normal;
      padding: 8px 28px; }
      .button-fat p {
        font-size: 14px; } }

.button-large {
  min-width: 160px;
  padding: 17px 35px;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: normal;
  font-weight: 600;
  border-radius: 999px; }
  .button-large p {
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: normal;
    font-weight: 600; }
  @media (max-width: 767px) {
    .button-large {
      min-width: 130px;
      font-size: 16px;
      letter-spacing: normal; } }
  @media (max-width: 575px) {
    .button-large {
      min-width: 130px;
      font-size: 16px;
      letter-spacing: normal;
      padding: 11px 15px; } }

.button-white {
  background: white;
  color: black;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
  .button-white p {
    color: black; }
  .button-white:hover {
    background: #2E4EC6;
    color: white; }
    .button-white:hover p {
      color: white; }
  .button-white:active {
    background: #2E4EC6;
    color: white; }
    .button-white:active p {
      color: white; }

.button-black {
  background: #F2664A;
  color: white;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
  .button-black p {
    color: white; }
  .button-black:hover {
    background: #ee3611;
    color: white; }
    .button-black:hover p {
      color: white; }
  .button-black:active {
    background: #F2664A;
    color: white; }
    .button-black:active p {
      color: white; }

.button-yellow {
  background: #e0920a;
  color: white;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
  .button-yellow p {
    color: white; }
  .button-yellow:hover {
    background: #7e5206;
    color: white; }
    .button-yellow:hover p {
      color: white; }
  .button-yellow:active {
    background: #3A3E42;
    color: white; }
    .button-yellow:active p {
      color: white; }

.button-green {
  background: #2E4EC6;
  color: white;
  border-radius: 999px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
  .button-green p {
    color: white; }
  .button-green:hover {
    color: white;
    background: #223a94; }
  .button-green:active {
    color: white;
    background: rgba(46, 78, 198, 0.6); }

.button-dark-green {
  background: #175646;
  color: white;
  border-radius: 999px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
  .button-dark-green p {
    color: white; }
  .button-dark-green:hover {
    color: white;
    background: #0a261f; }
  .button-dark-green:active {
    color: white;
    background: rgba(23, 86, 70, 0.6); }

.button-link {
  background: transparent;
  color: #2E4EC6;
  text-decoration: underline;
  border-radius: 0px;
  box-shadow: none; }
  .button-link p {
    color: #2E4EC6; }
  .button-link:hover {
    color: #2E4EC6;
    background: transparent; }
  .button-link:active {
    color: #2E4EC6;
    background: transparent; }

.button--primary {
  background: #2E4EC6;
  color: white;
  border-radius: 25px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
  .button--primary p {
    color: white; }
  .button--primary:hover {
    color: white;
    background: #223a94; }
  .button--primary:active {
    color: white;
    background: rgba(46, 78, 198, 0.6); }

.button--small {
  font-size: 10px;
  min-width: 50px;
  padding: 7px 11px; }

.button--action {
  background: #2E4EC6;
  color: white;
  border-radius: 25px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
  .button--action p {
    color: white; }
  .button--action:hover {
    color: white;
    background: #223a94; }
  .button--action:active {
    color: white;
    background: rgba(46, 78, 198, 0.6); }

.gpay-button.black.short.en {
  padding: 11px 10px;
  min-width: unset;
  width: 100px;
  height: 39px;
  min-height: unset;
  border-radius: 1px; }

.form-actions input.button {
  width: auto; }

.button-stack {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 20px; }
  @media (max-width: 767px) {
    .button-stack {
      flex-direction: column; } }

#agreement-button {
  margin: 20px auto 40px;
  text-align: center;
  display: block; }

.inverse-button {
  background: #fff !important;
  border: 1px solid #F2664A !important;
  color: #000 !important;
  cursor: pointer; }

.price-section {
  font-weight: bold;
  color: black;
  font-family: konnect-regular, sans-serif;
  letter-spacing: initial; }

.previewCartItem-price {
  font-weight: bold; }

.price.price--non-sale {
  font-weight: normal; }

.productView--product .productView .productView-price .price.price--non-sale {
  color: #e0090b;
  font-weight: bold; }

.element.simple-title {
  font-family: konnect-regular, serif;
  font-size: 40px; }
  .element.simple-title p {
    line-height: 1.1; }
  @media (max-width: 991px) {
    .element.simple-title {
      font-size: 30px; } }
  @media (max-width: 575px) {
    .element.simple-title {
      font-size: 20px; } }

.element.simple-paragraph {
  font-family: konnect-regular, sans-serif;
  font-size: 14px; }
  .element.simple-paragraph p {
    line-height: 1.5; }
  @media (max-width: 991px) {
    .element.simple-paragraph {
      font-size: 14px; } }
  @media (max-width: 575px) {
    .element.simple-paragraph {
      font-size: 12px; } }

.element.simple-button {
  font-family: konnect-regular, sans-serif; }
  .element.simple-button [id="buttonLink"] {
    display: flex; }

.element ul li {
  margin-bottom: 10px; }

.banners {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: transparent;
  padding: 0;
  margin-top: 0 !important; }
  .banners + .header {
    top: 60px; }
  .banners ~ .body {
    padding-top: 125px !important; }
    @media (max-width: 767px) {
      .banners ~ .body {
        padding-top: 110px !important; } }
  @media (max-width: 767px) {
    .banners .container, .banners .page-heading, .banners .alertBox {
      padding: 0; } }
  .banners .banner {
    max-width: unset;
    background: linear-gradient(180deg, #be0082 0, #e80445 100%);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px; }
    .banners .banner p {
      margin: 0;
      font-size: 19.2px;
      line-height: normal;
      text-align: center;
      color: #ffffff;
      font-weight: 600; }
      @media (max-width: 767px) {
        .banners .banner p {
          font-size: 12.6px;
          line-height: 1.5; } }
    .banners .banner a {
      font-weight: inherit;
      text-decoration: none;
      display: inline-block;
      border-bottom: 2px solid white;
      color: white; }
      .banners .banner a:hover, .banners .banner a:focus, .banners .banner a:active {
        color: inherit; }

header.header {
  min-height: 75px; }
  header.header .navUser-action,
  header.header .navUser-or {
    font-family: konnect-regular, sans-serif;
    font-size: 12px;
    font-weight: bold; }
  @media (min-width: 768px) {
    header.header .navPages-action {
      padding: 17px 20px;
      font-size: 14px;
      width: 100%; }
    header.header .navUser-action {
      padding-left: 0 !important;
      margin-right: 20px;
      padding-top: 0;
      padding-bottom: 0; }
    header.header .navUser-or {
      margin-left: -17px;
      margin-right: -17px; }
    header.header .navUser-item--cart__hidden-s {
      padding-left: calc(20px + 8px); }
    header.header .navPages-container.is-open {
      padding-top: 75px; } }
  @media (max-width: 767px) {
    header.header .navPages-container {
      padding-top: calc(75px - 24px); }
    header.header .mobileMenu-toggle .mobileMenu-toggleIcon,
    header.header .mobileMenu-toggle .mobileMenu-toggleIcon::before,
    header.header .mobileMenu-toggle .mobileMenu-toggleIcon::after {
      height: 2px;
      width: 16px; }
    header.header .mobileMenu-toggle:not(.is-open) .mobileMenu-toggleIcon::before {
      top: -5px; }
    header.header .mobileMenu-toggle:not(.is-open) .mobileMenu-toggleIcon::after {
      bottom: -5px; }
    header.header .navPages-list .navPage-subMenu-action {
      padding-top: 10px;
      padding-bottom: 10px; } }
  header.header .user-menu {
    padding-right: 16px;
    padding-top: 13px; }
    @media (max-width: 767px) {
      header.header .user-menu {
        padding-top: 20px;
        padding-right: 0; } }
    header.header .user-menu .user-name, header.header .user-menu .user-logout {
      display: none; }
    header.header .user-menu .user-img img {
      width: 37px; }
  header.header #header-banner #top-banner-countdown {
    color: #ffffff; }
  @media (min-width: 768px) {
    header.header {
      background: transparent;
      border-bottom: none;
      position: fixed;
      top: 0;
      width: 100%;
      margin-top: 0 !important;
      padding-top: 0 !important;
      z-index: 999; }
      header.header .header-inner {
        box-shadow: 0px 3px 6px #2828280D;
        position: relative;
        border-left: 1px solid #f2f2f2;
        border-right: 1px solid #f2f2f2;
        background: white; }
        header.header .header-inner::after {
          content: '';
          position: absolute;
          top: 99%;
          left: -1px;
          right: -1px;
          height: 20px;
          border-left: 1px solid #f2f2f2;
          border-right: 1px solid #f2f2f2;
          z-index: 0; }
        header.header .header-inner .header-content {
          position: relative;
          display: flex;
          max-width: 1308px;
          align-items: center;
          justify-content: space-between;
          margin: auto;
          z-index: 1; }
          header.header .header-inner .header-content .header-logo {
            margin: 20px;
            padding: 4px; }
            header.header .header-inner .header-content .header-logo .header-logo-image-container {
              min-height: unset; }
              header.header .header-inner .header-content .header-logo .header-logo-image-container .header-logo-image {
                max-width: 160px;
                width: 160px; }
          header.header .header-inner .header-content .navPages-container {
            padding: 0; }
            header.header .header-inner .header-content .navPages-container .navPages .navPages-list:not(.navPages-list--user) {
              display: flex;
              align-items: center;
              justify-content: center;
              padding-left: 0; }
              header.header .header-inner .header-content .navPages-container .navPages .navPages-list:not(.navPages-list--user) > .navPages-item {
                position: relative;
                padding: 13px 2px; }
                header.header .header-inner .header-content .navPages-container .navPages .navPages-list:not(.navPages-list--user) > .navPages-item:hover > .navPages-action {
                  color: white !important;
                  background-color: #444444; }
                  header.header .header-inner .header-content .navPages-container .navPages .navPages-list:not(.navPages-list--user) > .navPages-item:hover > .navPages-action.has-subMenu + .navPage-subMenu {
                    opacity: 1;
                    pointer-events: all; }
                header.header .header-inner .header-content .navPages-container .navPages .navPages-list:not(.navPages-list--user) > .navPages-item > .navPages-action {
                  position: relative;
                  padding: 7px 14px;
                  border-radius: 999px;
                  font-family: konnect-regular, serif;
                  font-size: 14px;
                  text-align: center;
                  color: #444444;
                  font-weight: normal;
                  background-color: transparent;
                  text-transform: none;
                  line-height: 21px; }
                  header.header .header-inner .header-content .navPages-container .navPages .navPages-list:not(.navPages-list--user) > .navPages-item > .navPages-action.activePage {
                    color: #a40000; }
                  header.header .header-inner .header-content .navPages-container .navPages .navPages-list:not(.navPages-list--user) > .navPages-item > .navPages-action.has-subMenu {
                    line-height: 24px;
                    font-size: 16px;
                    font-weight: 600; }
                    header.header .header-inner .header-content .navPages-container .navPages .navPages-list:not(.navPages-list--user) > .navPages-item > .navPages-action.has-subMenu::after {
                      content: '';
                      position: absolute;
                      top: 100%;
                      left: 0;
                      right: 0;
                      height: 50px; }
                  header.header .header-inner .header-content .navPages-container .navPages .navPages-list:not(.navPages-list--user) > .navPages-item > .navPages-action .navPages-action-moreIcon {
                    display: none; }
                header.header .header-inner .header-content .navPages-container .navPages .navPages-list:not(.navPages-list--user) > .navPages-item .navPage-subMenu {
                  padding: 10px 0 0 !important;
                  background-color: white;
                  width: 250px;
                  border-bottom-left-radius: 24px;
                  border-bottom-right-radius: 24px;
                  left: auto;
                  top: 74px;
                  display: block;
                  opacity: 0;
                  pointer-events: none;
                  transition: all 200ms ease; }
                  header.header .header-inner .header-content .navPages-container .navPages .navPages-list:not(.navPages-list--user) > .navPages-item .navPage-subMenu.is-open {
                    opacity: 1;
                    pointer-events: all; }
                  header.header .header-inner .header-content .navPages-container .navPages .navPages-list:not(.navPages-list--user) > .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item {
                    padding: 8px !important;
                    display: block;
                    width: auto;
                    float: none; }
                    header.header .header-inner .header-content .navPages-container .navPages .navPages-list:not(.navPages-list--user) > .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item a {
                      font-weight: normal;
                      display: inline-block;
                      color: #444444;
                      width: auto;
                      padding: 7px 14px;
                      margin: 0;
                      border: none;
                      border-radius: 999px;
                      transition: all 300ms ease; }
                      header.header .header-inner .header-content .navPages-container .navPages .navPages-list:not(.navPages-list--user) > .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item a.activePage {
                        color: #a40000; }
                      header.header .header-inner .header-content .navPages-container .navPages .navPages-list:not(.navPages-list--user) > .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item a:hover, header.header .header-inner .header-content .navPages-container .navPages .navPages-list:not(.navPages-list--user) > .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item a:focus {
                        background-color: #444444;
                        color: white; }
          header.header .header-inner .header-content .user-icon-holder {
            margin-left: auto;
            margin-top: -15px;
            position: relative; }
            header.header .header-inner .header-content .user-icon-holder a {
              display: block; }
              header.header .header-inner .header-content .user-icon-holder a img {
                max-width: unset; }
            header.header .header-inner .header-content .user-icon-holder .dropdown-menu {
              top: calc(100% + 20px) !important;
              left: 50% !important;
              transform: translateX(-50%);
              background-color: #ffffff;
              width: 148px;
              border-radius: 15px;
              box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.15);
              padding: 20px; }
              header.header .header-inner .header-content .user-icon-holder .dropdown-menu.customer-logged-in ul li a {
                opacity: 1;
                pointer-events: auto; }
              header.header .header-inner .header-content .user-icon-holder .dropdown-menu .title {
                color: #333;
                font-weight: bold;
                margin: 0;
                margin-bottom: 7px;
                font-size: 12px;
                text-transform: uppercase;
                padding-bottom: 3px;
                border-bottom: 1px solid #f2f2f2; }
                header.header .header-inner .header-content .user-icon-holder .dropdown-menu .title a {
                  text-decoration: none;
                  color: inherit;
                  font-weight: inherit; }
              header.header .header-inner .header-content .user-icon-holder .dropdown-menu ul {
                margin: 0;
                padding: 0;
                list-style: none; }
                header.header .header-inner .header-content .user-icon-holder .dropdown-menu ul li {
                  margin: 0;
                  padding: 0; }
                  header.header .header-inner .header-content .user-icon-holder .dropdown-menu ul li a {
                    opacity: 0.25;
                    pointer-events: none;
                    line-height: 2.08;
                    font-size: 12px;
                    text-decoration: none;
                    color: #333; }
          header.header .header-inner .header-content .cart-icon-holder {
            padding: 0px 25px 0 0;
            margin-top: -3px; }
            header.header .header-inner .header-content .cart-icon-holder .cart-toggle {
              display: flex !important;
              flex-direction: row;
              align-items: center; }
              header.header .header-inner .header-content .cart-icon-holder .cart-toggle img {
                margin-right: 6px; }
              header.header .header-inner .header-content .cart-icon-holder .cart-toggle span {
                background-color: #2557d6;
                border-radius: 100%;
                display: inline-block;
                height: 17px;
                min-width: 17px;
                color: white;
                font-size: 14px;
                text-align: center;
                font-weight: normal;
                line-height: 17px;
                margin-left: 0;
                position: relative;
                top: 2px; }
          header.header .header-inner .header-content .user-menu {
            max-width: 100px;
            width: 100%;
            position: relative;
            padding-left: 35px;
            display: block;
            padding-top: 0;
            padding-right: 0;
            min-height: 32px; }
            header.header .header-inner .header-content .user-menu a {
              font-size: 11px;
              font-weight: 600;
              color: #105f48; }
            header.header .header-inner .header-content .user-menu .user-name {
              text-transform: capitalize;
              text-decoration: none;
              overflow: hidden;
              display: -webkit-box;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical; }
            header.header .header-inner .header-content .user-menu .user-logout {
              color: #2557D6;
              display: block;
              font-size: 14px;
              font-weight: 600; }
            header.header .header-inner .header-content .user-menu .user-img {
              position: absolute;
              top: 0;
              left: 0; }
              header.header .header-inner .header-content .user-menu .user-img img {
                height: 32px;
                width: 32px; }
            header.header .header-inner .header-content .user-menu--logout .user-logout {
              top: 8px;
              position: relative; } }
          @media (min-width: 768px) and (max-width: 767px) {
            header.header .header-inner .header-content .user-menu--logout .user-logout {
              display: none !important; } }
  @media (max-width: 767px) {
    header.header {
      border: none;
      background-color: transparent;
      margin-top: 0 !important;
      padding-top: 0 !important;
      z-index: 5; }
      header.header.is-open {
        height: auto; }
      header.header .container, header.header .page-heading, header.header .alertBox {
        padding-left: 0;
        padding-right: 0; }
      header.header *[data-dropdown*="cart"] {
        display: none !important; }
      header.header .header-inner {
        box-shadow: 0px 3px 6px #2828280D;
        z-index: 1;
        position: relative;
        border: none;
        background-color: white;
        height: 67px; }
        header.header .header-inner::before {
          content: '';
          position: absolute;
          top: 99%;
          left: -1px;
          right: -1px;
          height: 14px;
          z-index: 0; }
        header.header .header-inner .header-content {
          padding-bottom: 3px;
          display: flex;
          flex-direction: row;
          justify-content: space-between; }
          header.header .header-inner .header-content .mobileMenu-toggle {
            position: relative;
            padding-left: 16px; }
            header.header .header-inner .header-content .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
              top: 0; }
            header.header .header-inner .header-content .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
              bottom: 0; }
            header.header .header-inner .header-content .mobileMenu-toggle .mobileMenu-toggleIcon {
              height: 1px;
              width: 24px; }
              header.header .header-inner .header-content .mobileMenu-toggle .mobileMenu-toggleIcon::before, header.header .header-inner .header-content .mobileMenu-toggle .mobileMenu-toggleIcon::after {
                height: 1px;
                width: 24px; }
              header.header .header-inner .header-content .mobileMenu-toggle .mobileMenu-toggleIcon::before {
                top: -9px; }
              header.header .header-inner .header-content .mobileMenu-toggle .mobileMenu-toggleIcon::after {
                bottom: -9px; }
          header.header .header-inner .header-content .header-logo {
            padding: 8.4px;
            height: auto;
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 100px;
            background-color: #ffffff; } }
        @media (max-width: 767px) and (max-width: 767px) {
          header.header .header-inner .header-content .header-logo {
            padding: 0; } }
  @media (max-width: 767px) {
            header.header .header-inner .header-content .header-logo .header-logo__link {
              margin: 0;
              display: block;
              width: 100%; } }
          @media (max-width: 767px) and (max-width: 430px) {
            header.header .header-inner .header-content .header-logo .header-logo__link {
              width: 66px; } }
  @media (max-width: 767px) {
              header.header .header-inner .header-content .header-logo .header-logo__link .header-logo-image-container .header-logo-image {
                max-height: unset;
                width: 120px;
                position: relative;
                top: 10px; } }
            @media (max-width: 767px) and (max-width: 767px) {
              header.header .header-inner .header-content .header-logo .header-logo__link .header-logo-image-container .header-logo-image {
                width: auto !important;
                top: 10px !important;
                height: 40px !important; } }
            @media (max-width: 767px) and (max-width: 425px) {
              header.header .header-inner .header-content .header-logo .header-logo__link .header-logo-image-container .header-logo-image {
                left: 90px;
                position: relative; } }
            @media (max-width: 767px) and (max-width: 414px) {
              header.header .header-inner .header-content .header-logo .header-logo__link .header-logo-image-container .header-logo-image {
                left: 50px;
                position: relative; } }
            @media (max-width: 767px) and (max-width: 375px) {
              header.header .header-inner .header-content .header-logo .header-logo__link .header-logo-image-container .header-logo-image {
                left: 20px;
                position: relative; } }
            @media (max-width: 767px) and (max-width: 320px) {
              header.header .header-inner .header-content .header-logo .header-logo__link .header-logo-image-container .header-logo-image {
                left: 0;
                position: relative; } }
  @media (max-width: 767px) {
          header.header .header-inner .header-content .navPages-container {
            display: block !important;
            top: 0;
            left: -100vw;
            right: auto;
            bottom: auto;
            height: 100vh;
            width: 100vw;
            position: fixed;
            padding-top: 59px;
            z-index: -1;
            transition: all 300ms ease; }
            header.header .header-inner .header-content .navPages-container.is-open {
              transform: translateX(100vw); }
            header.header .header-inner .header-content .navPages-container .mobile-scroller {
              height: 100%;
              overflow: auto; }
            header.header .header-inner .header-content .navPages-container .navPages {
              min-height: 753px;
              display: flex;
              align-items: center;
              justify-content: center;
              background-color: white; }
              header.header .header-inner .header-content .navPages-container .navPages .navPages-quickSearch {
                display: none; }
              header.header .header-inner .header-content .navPages-container .navPages ul.navPages-list {
                text-align: center; }
                header.header .header-inner .header-content .navPages-container .navPages ul.navPages-list.navPages-list--user {
                  display: none; }
                header.header .header-inner .header-content .navPages-container .navPages ul.navPages-list .activePage {
                  color: #a40000 !important; }
                header.header .header-inner .header-content .navPages-container .navPages ul.navPages-list > li.navPages-item {
                  position: relative;
                  text-align: center;
                  margin: 0 0 14px;
                  padding: 0; }
                  header.header .header-inner .header-content .navPages-container .navPages ul.navPages-list > li.navPages-item > a.navPages-action {
                    display: inline-block;
                    font-size: 14px;
                    padding: 7px 14px;
                    border-radius: 999px;
                    color: #444444;
                    font-weight: normal;
                    text-transform: none;
                    line-height: 1.5; }
                    header.header .header-inner .header-content .navPages-container .navPages ul.navPages-list > li.navPages-item > a.navPages-action:hover, header.header .header-inner .header-content .navPages-container .navPages ul.navPages-list > li.navPages-item > a.navPages-action:focus, header.header .header-inner .header-content .navPages-container .navPages ul.navPages-list > li.navPages-item > a.navPages-action:active {
                      background-color: #444444;
                      color: white; }
                    header.header .header-inner .header-content .navPages-container .navPages ul.navPages-list > li.navPages-item > a.navPages-action.has-subMenu {
                      padding: 8px 16px;
                      font-size: 16px;
                      font-weight: 600; }
                    header.header .header-inner .header-content .navPages-container .navPages ul.navPages-list > li.navPages-item > a.navPages-action .navPages-action-moreIcon {
                      display: none; }
                  header.header .header-inner .header-content .navPages-container .navPages ul.navPages-list > li.navPages-item .navPage-subMenu {
                    display: block; }
                    header.header .header-inner .header-content .navPages-container .navPages ul.navPages-list > li.navPages-item .navPage-subMenu ul.navPage-subMenu-list > li.navPage-subMenu-item {
                      text-align: center;
                      margin: 0;
                      padding: 0; }
                      header.header .header-inner .header-content .navPages-container .navPages ul.navPages-list > li.navPages-item .navPage-subMenu ul.navPage-subMenu-list > li.navPage-subMenu-item > a.navPage-subMenu-action {
                        display: inline-block;
                        padding: 0;
                        text-transform: none;
                        font-size: 14px;
                        font-weight: normal;
                        padding: 7px 14px;
                        border-radius: 999px;
                        line-height: 1.5;
                        color: #444444; }
                        header.header .header-inner .header-content .navPages-container .navPages ul.navPages-list > li.navPages-item .navPage-subMenu ul.navPage-subMenu-list > li.navPage-subMenu-item > a.navPage-subMenu-action:hover, header.header .header-inner .header-content .navPages-container .navPages ul.navPages-list > li.navPages-item .navPage-subMenu ul.navPage-subMenu-list > li.navPage-subMenu-item > a.navPage-subMenu-action:focus, header.header .header-inner .header-content .navPages-container .navPages ul.navPages-list > li.navPages-item .navPage-subMenu ul.navPage-subMenu-list > li.navPage-subMenu-item > a.navPage-subMenu-action:active {
                          background-color: #444444;
                          color: white; }
                  header.header .header-inner .header-content .navPages-container .navPages ul.navPages-list > li.navPages-item .parent-link-clickable {
                    display: none; }
          header.header .header-inner .header-content .user-icon-holder {
            margin-left: auto;
            padding-top: 13px;
            padding-right: 13px;
            position: relative; }
            header.header .header-inner .header-content .user-icon-holder a {
              display: block; }
              header.header .header-inner .header-content .user-icon-holder a img {
                max-width: 25px; }
            header.header .header-inner .header-content .user-icon-holder .dropdown-menu {
              top: 100% !important;
              left: 50% !important;
              transform: translateX(-50%);
              background-color: #ffffff;
              width: 148px !important;
              border-radius: 15px;
              box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.15);
              padding: 20px; }
              header.header .header-inner .header-content .user-icon-holder .dropdown-menu.customer-logged-in ul li a {
                opacity: 1;
                pointer-events: auto; }
              header.header .header-inner .header-content .user-icon-holder .dropdown-menu .title {
                color: #333;
                font-weight: bold;
                margin: 0;
                margin-bottom: 7px;
                font-size: 12px;
                text-transform: uppercase;
                padding-bottom: 3px;
                border-bottom: 1px solid #f2f2f2; }
                header.header .header-inner .header-content .user-icon-holder .dropdown-menu .title a {
                  text-decoration: none;
                  color: inherit;
                  font-weight: inherit; }
              header.header .header-inner .header-content .user-icon-holder .dropdown-menu ul {
                margin: 0;
                padding: 0;
                list-style: none; }
                header.header .header-inner .header-content .user-icon-holder .dropdown-menu ul li {
                  margin: 0;
                  padding: 0; }
                  header.header .header-inner .header-content .user-icon-holder .dropdown-menu ul li a {
                    opacity: 0.25;
                    pointer-events: none;
                    line-height: 2.08;
                    font-size: 12px;
                    text-decoration: none;
                    color: #333; }
          header.header .header-inner .header-content .cart-icon-holder {
            padding-top: 6px;
            padding-right: 6px; } }
        @media (max-width: 767px) and (max-width: 767px) {
          header.header .header-inner .header-content .cart-icon-holder {
            position: relative;
            left: -10px;
            display: flex; } }
  @media (max-width: 767px) {
            header.header .header-inner .header-content .cart-icon-holder .cart-toggle {
              display: flex !important;
              flex-direction: row;
              align-items: center;
              margin-left: auto;
              position: relative;
              top: 1px; }
              header.header .header-inner .header-content .cart-icon-holder .cart-toggle img {
                margin-right: 6px;
                width: 37px; }
              header.header .header-inner .header-content .cart-icon-holder .cart-toggle span {
                background-color: #2557d6;
                border-radius: 100%;
                display: inline-block;
                padding: 3px;
                height: auto;
                width: auto;
                min-width: 22px;
                color: white;
                line-height: normal;
                font-size: 11px;
                text-align: center; } }
  header.header .navUser {
    transform: none; }
  header.header .navUser-section--alt li {
    display: none; }
    header.header .navUser-section--alt li.navUser-item--cart {
      display: block; }
      header.header .navUser-section--alt li.navUser-item--cart .navUser-action {
        display: none; }
      header.header .navUser-section--alt li.navUser-item--cart .dropdown-menu {
        position: fixed !important;
        top: 0 !important;
        left: auto !important;
        right: 0 !important;
        height: 100%;
        width: 355px !important;
        max-width: 100% !important;
        transform: translateX(355px);
        background-color: #ffffff;
        box-shadow: -1px 0 2px rgba(0, 0, 0, 0.1);
        display: flex;
        flex-flow: column;
        padding: 0;
        z-index: 999;
        transition: all 300ms ease; }
        header.header .navUser-section--alt li.navUser-item--cart .dropdown-menu.is-open {
          transform: translateX(0); }
        header.header .navUser-section--alt li.navUser-item--cart .dropdown-menu.checkout .previewCartAction-checkout {
          display: none; }

@media (min-width: 768px) {
  .body {
    padding-top: 65px !important;
    margin: 0 !important; } }

@media (max-width: 767px) {
  .body {
    padding-top: 55px !important;
    margin: 0 !important; } }

@media (max-width: 767px) {
  .user-img {
    position: relative;
    top: -5px;
    left: -5px; } }

.user-name {
  color: #2557D6 !important; }

.home-hero-banner .holder {
  position: relative; }
  .home-hero-banner .holder .fake-background img {
    width: 100% !important;
    height: 540px !important; }
    @media (max-width: 767px) {
      .home-hero-banner .holder .fake-background img {
        height: 100% !important; } }
  .home-hero-banner .holder .inner-container {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 80%;
    max-width: 800px;
    margin-left: 0; }
    @media (max-width: 767px) {
      .home-hero-banner .holder .inner-container {
        margin-top: -15px;
        width: 100%;
        max-width: unset;
        position: static; } }
    .home-hero-banner .holder .inner-container .left {
      position: relative;
      z-index: 2;
      background: linear-gradient(252.93deg, #A3C6FB 0%, #E9C7EB 71.23%, #F8D9C2 112.11%);
      padding-left: 80px;
      padding-top: 48px;
      padding-bottom: 48px;
      padding-right: 48px;
      border-top-right-radius: 63px;
      border-bottom-right-radius: 63px; }
      @media (max-width: 767px) {
        .home-hero-banner .holder .inner-container .left {
          margin-top: -10px;
          padding: 28px 14px;
          border-radius: 0; } }
      .home-hero-banner .holder .inner-container .left .heading-holder h1 {
        margin-bottom: 12px;
        line-height: 1;
        font-size: 40px !important;
        font-family: konnect-regular, sans-serif !important;
        font-weight: 600 !important;
        line-height: 1.2 !important;
        color: #11214A !important; }
        @media (max-width: 767px) {
          .home-hero-banner .holder .inner-container .left .heading-holder h1 {
            font-size: 24px !important;
            line-height: 1.23 !important;
            letter-spacing: -0.25px !important;
            text-align: center !important; } }
        .home-hero-banner .holder .inner-container .left .heading-holder h1 strong, .home-hero-banner .holder .inner-container .left .heading-holder h1 b {
          all: inherit;
          font-weight: bold;
          display: inline; }
        @media (max-width: 767px) {
          .home-hero-banner .holder .inner-container .left .heading-holder h1 *[class*="sd-simple-text"] {
            text-align: center !important; } }
        .home-hero-banner .holder .inner-container .left .heading-holder h1 p {
          margin: 0 !important;
          font-size: 40px !important;
          font-family: konnect-regular, sans-serif !important;
          font-weight: 600 !important;
          line-height: 1.2 !important;
          color: #11214A !important; }
          @media (max-width: 767px) {
            .home-hero-banner .holder .inner-container .left .heading-holder h1 p {
              font-size: 30px !important;
              line-height: 1.23 !important;
              letter-spacing: -0.25px !important;
              text-align: center !important; } }
          .home-hero-banner .holder .inner-container .left .heading-holder h1 p strong, .home-hero-banner .holder .inner-container .left .heading-holder h1 p b {
            all: inherit;
            font-weight: bold;
            display: inline; }
      .home-hero-banner .holder .inner-container .left .paragraph-holder p, .home-hero-banner .holder .inner-container .left .paragraph-holder strong {
        margin: 0 !important;
        font-size: 24px !important;
        font-family: konnect-regular, sans-serif !important;
        font-weight: 300 !important;
        line-height: 1.4 !important;
        color: #11214A !important; }
        @media (max-width: 767px) {
          .home-hero-banner .holder .inner-container .left .paragraph-holder p, .home-hero-banner .holder .inner-container .left .paragraph-holder strong {
            font-size: 18px !important;
            line-height: 1.39 !important;
            letter-spacing: -0.1px !important;
            text-align: center !important; } }
      .home-hero-banner .holder .inner-container .left .paragraph-holder strong {
        font-weight: bold !important; }
      .home-hero-banner .holder .inner-container .left .buttons {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-top: 24px;
        margin-bottom: 24px; }
        @media (max-width: 767px) {
          .home-hero-banner .holder .inner-container .left .buttons {
            margin-top: 16px;
            margin-bottom: 16px; } }
        @media (max-width: 767px) {
          .home-hero-banner .holder .inner-container .left .buttons {
            display: block; } }
        .home-hero-banner .holder .inner-container .left .buttons .button-holder + .button-holder {
          margin-left: 18px; }
          @media (max-width: 767px) {
            .home-hero-banner .holder .inner-container .left .buttons .button-holder + .button-holder {
              margin-left: 0;
              margin-top: 13px; } }
        .home-hero-banner .holder .inner-container .left .buttons .button-1 #buttonLink {
          transition: 0.2s all;
          text-transform: none !important;
          font-weight: 600;
          border: 1px solid transparent;
          outline: 0;
          cursor: pointer;
          font-family: konnect-regular, sans-serif;
          line-height: normal;
          color: black;
          min-width: 135px;
          padding: 9px 32px;
          font-size: 16px;
          line-height: 1.5;
          letter-spacing: normal;
          font-weight: 600;
          border-radius: 30px;
          background: white;
          color: black;
          box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
          .home-hero-banner .holder .inner-container .left .buttons .button-1 #buttonLink:focus, .home-hero-banner .holder .inner-container .left .buttons .button-1 #buttonLink:hover, .home-hero-banner .holder .inner-container .left .buttons .button-1 #buttonLink:active {
            border: 1px solid transparent; }
          .home-hero-banner .holder .inner-container .left .buttons .button-1 #buttonLink[disabled] {
            background-color: #cecece !important; }
          .home-hero-banner .holder .inner-container .left .buttons .button-1 #buttonLink p {
            font-family: konnect-regular, sans-serif !important;
            text-transform: none !important;
            transition: all 300ms ease; }
          .home-hero-banner .holder .inner-container .left .buttons .button-1 #buttonLink p {
            margin: 0;
            font-size: 16px;
            line-height: 1.5;
            letter-spacing: normal;
            font-weight: 600; }
          @media (max-width: 767px) {
            .home-hero-banner .holder .inner-container .left .buttons .button-1 #buttonLink {
              min-width: 130px;
              font-size: 14px;
              letter-spacing: normal; }
              .home-hero-banner .holder .inner-container .left .buttons .button-1 #buttonLink p {
                font-size: 14px; } }
          @media (max-width: 575px) {
            .home-hero-banner .holder .inner-container .left .buttons .button-1 #buttonLink {
              min-width: 113px;
              font-size: 14px;
              letter-spacing: normal;
              padding: 8px 28px; }
              .home-hero-banner .holder .inner-container .left .buttons .button-1 #buttonLink p {
                font-size: 14px; } }
          .home-hero-banner .holder .inner-container .left .buttons .button-1 #buttonLink p {
            color: black; }
          .home-hero-banner .holder .inner-container .left .buttons .button-1 #buttonLink:hover {
            background: #2E4EC6;
            color: white; }
            .home-hero-banner .holder .inner-container .left .buttons .button-1 #buttonLink:hover p {
              color: white; }
          .home-hero-banner .holder .inner-container .left .buttons .button-1 #buttonLink:active {
            background: #2E4EC6;
            color: white; }
            .home-hero-banner .holder .inner-container .left .buttons .button-1 #buttonLink:active p {
              color: white; }
          @media (max-width: 767px) {
            .home-hero-banner .holder .inner-container .left .buttons .button-1 #buttonLink {
              width: 100%;
              max-width: 300px;
              margin: 0 auto !important; } }
        .home-hero-banner .holder .inner-container .left .buttons .button-2 #buttonLink {
          transition: 0.2s all;
          text-transform: none !important;
          font-weight: 600;
          border: 1px solid transparent;
          outline: 0;
          cursor: pointer;
          font-family: konnect-regular, sans-serif;
          line-height: normal;
          color: black;
          min-width: 135px;
          padding: 9px 32px;
          font-size: 16px;
          line-height: 1.5;
          letter-spacing: normal;
          font-weight: 600;
          border-radius: 30px;
          background: #2E4EC6;
          color: white;
          border-radius: 25px;
          box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
          .home-hero-banner .holder .inner-container .left .buttons .button-2 #buttonLink:focus, .home-hero-banner .holder .inner-container .left .buttons .button-2 #buttonLink:hover, .home-hero-banner .holder .inner-container .left .buttons .button-2 #buttonLink:active {
            border: 1px solid transparent; }
          .home-hero-banner .holder .inner-container .left .buttons .button-2 #buttonLink[disabled] {
            background-color: #cecece !important; }
          .home-hero-banner .holder .inner-container .left .buttons .button-2 #buttonLink p {
            font-family: konnect-regular, sans-serif !important;
            text-transform: none !important;
            transition: all 300ms ease; }
          .home-hero-banner .holder .inner-container .left .buttons .button-2 #buttonLink p {
            margin: 0;
            font-size: 16px;
            line-height: 1.5;
            letter-spacing: normal;
            font-weight: 600; }
          @media (max-width: 767px) {
            .home-hero-banner .holder .inner-container .left .buttons .button-2 #buttonLink {
              min-width: 130px;
              font-size: 14px;
              letter-spacing: normal; }
              .home-hero-banner .holder .inner-container .left .buttons .button-2 #buttonLink p {
                font-size: 14px; } }
          @media (max-width: 575px) {
            .home-hero-banner .holder .inner-container .left .buttons .button-2 #buttonLink {
              min-width: 113px;
              font-size: 14px;
              letter-spacing: normal;
              padding: 8px 28px; }
              .home-hero-banner .holder .inner-container .left .buttons .button-2 #buttonLink p {
                font-size: 14px; } }
          .home-hero-banner .holder .inner-container .left .buttons .button-2 #buttonLink p {
            color: white; }
          .home-hero-banner .holder .inner-container .left .buttons .button-2 #buttonLink:hover {
            color: white;
            background: #223a94; }
          .home-hero-banner .holder .inner-container .left .buttons .button-2 #buttonLink:active {
            color: white;
            background: rgba(46, 78, 198, 0.6); }
          @media (max-width: 767px) {
            .home-hero-banner .holder .inner-container .left .buttons .button-2 #buttonLink {
              width: 100%;
              max-width: 300px;
              margin: 0 auto !important; } }

.home-hero-banner.home-hero-banner-2.no-image .holder {
  padding: 64px 0;
  background: linear-gradient(252.93deg, #A3C6FB 0%, #E9C7EB 71.23%, #F8D9C2 112.11%); }
  @media (max-width: 575px) {
    .home-hero-banner.home-hero-banner-2.no-image .holder {
      padding: 45px 0 45px; } }
  .home-hero-banner.home-hero-banner-2.no-image .holder .inner-container {
    justify-content: center; }
    @media (max-width: 575px) {
      .home-hero-banner.home-hero-banner-2.no-image .holder .inner-container {
        padding-top: 30px; } }
  @media (max-width: 575px) {
    .home-hero-banner.home-hero-banner-2.no-image .holder .left .paragraph-holder p {
      line-height: 1.11 !important; } }
  .home-hero-banner.home-hero-banner-2.no-image .holder p {
    text-align: center; }

.home-hero-banner.home-hero-banner-2.banner-image-curvy .holder {
  background: linear-gradient(252.93deg, #A3C6FB 0%, #E9C7EB 71.23%, #F8D9C2 112.11%); }
  @media (max-width: 575px) {
    .home-hero-banner.home-hero-banner-2.banner-image-curvy .holder {
      padding-top: 50px !important; } }
  .home-hero-banner.home-hero-banner-2.banner-image-curvy .holder .inner-container {
    padding-top: 0 !important; }
  .home-hero-banner.home-hero-banner-2.banner-image-curvy .holder .image {
    margin-bottom: -20px !important; }

.home-hero-banner.home-hero-banner-2 .holder {
  padding-top: 20px;
  background: url(../icons/custom/for-business-hero-bg.svg) no-repeat center bottom, linear-gradient(252.93deg, #A3C6FB 0%, #E9C7EB 71.23%, #F8D9C2 112.11%); }
  @media (max-width: 767px) {
    .home-hero-banner.home-hero-banner-2 .holder {
      padding-left: 0;
      padding-right: 0; } }
  .home-hero-banner.home-hero-banner-2 .holder .image {
    padding: 0 16px 0;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .home-hero-banner.home-hero-banner-2 .holder .image {
        padding: 0 14px 0; } }
    .home-hero-banner.home-hero-banner-2 .holder .image img {
      margin: 0 auto;
      min-height: 250px;
      height: auto;
      max-height: 45vh;
      max-width: unset; }
      @media (max-width: 767px) {
        .home-hero-banner.home-hero-banner-2 .holder .image img {
          max-width: 100%; } }
  .home-hero-banner.home-hero-banner-2 .holder .inner-container {
    position: static;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px; }
    @media (max-width: 575px) {
      .home-hero-banner.home-hero-banner-2 .holder .inner-container {
        padding-top: 60px;
        flex-wrap: wrap;
        flex-direction: column-reverse; } }
    .home-hero-banner.home-hero-banner-2 .holder .inner-container .left {
      background: unset;
      max-width: 800px;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 20px;
      padding-bottom: 20px; }
      .home-hero-banner.home-hero-banner-2 .holder .inner-container .left .heading-holder strong {
        font-size: inherit !important;
        font-weight: 600 !important; }
      .home-hero-banner.home-hero-banner-2 .holder .inner-container .left .heading-holder h1 {
        line-height: 1.2 !important; }
        @media (max-width: 575px) {
          .home-hero-banner.home-hero-banner-2 .holder .inner-container .left .heading-holder h1 {
            margin-bottom: 15px; } }
        .home-hero-banner.home-hero-banner-2 .holder .inner-container .left .heading-holder h1 p {
          line-height: 1.2 !important; }

.home-hero-banner.home-hero-banner-simple {
  position: relative;
  z-index: 0; }
  .home-hero-banner.home-hero-banner-simple .holder {
    background: linear-gradient(252.93deg, #A3C6FB 0%, #E9C7EB 71.23%, #F8D9C2 112.11%); }
    .home-hero-banner.home-hero-banner-simple .holder .inner-container {
      display: block;
      position: static;
      width: 100%;
      max-width: unset;
      margin-top: 0; }
  .home-hero-banner.home-hero-banner-simple .heading-holder {
    padding: 8vh 0;
    max-width: 740px;
    margin: auto; }
    @media (max-width: 767px) {
      .home-hero-banner.home-hero-banner-simple .heading-holder {
        padding: 28px; } }
    .home-hero-banner.home-hero-banner-simple .heading-holder h1 {
      margin: 0;
      font-weight: 600 !important;
      font-size: 40px !important;
      color: #11214A !important;
      line-height: 1.2 !important;
      text-align: center; }
      @media (max-width: 767px) {
        .home-hero-banner.home-hero-banner-simple .heading-holder h1 {
          font-size: 24px !important; } }
      .home-hero-banner.home-hero-banner-simple .heading-holder h1 p {
        margin: 0;
        font-weight: 300 !important;
        font-size: 40px !important;
        color: white !important;
        line-height: 1.2 !important; }
        @media (max-width: 767px) {
          .home-hero-banner.home-hero-banner-simple .heading-holder h1 p {
            font-size: 30px !important; } }
    .home-hero-banner.home-hero-banner-simple .heading-holder .subtext p {
      font-size: 24px !important;
      font-weight: 300 !important;
      color: #11214A !important;
      line-height: 1.4 !important;
      font-family: konnect-regular, sans-serif !important; }
      @media (max-width: 767px) {
        .home-hero-banner.home-hero-banner-simple .heading-holder .subtext p {
          font-size: 18px !important; } }

.home-hero-banner.right .holder .inner-container {
  right: 0; }
  .home-hero-banner.right .holder .inner-container .left {
    padding-right: 192px;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 48px;
    border-top-left-radius: 63px;
    border-bottom-left-radius: 63px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
    @media (max-width: 767px) {
      .home-hero-banner.right .holder .inner-container .left {
        padding: 20px 14px;
        border-radius: 0; } }
    .home-hero-banner.right .holder .inner-container .left .buttons .button-holder.button-2 #buttonLink {
      background: #3a3d43;
      color: white;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
      .home-hero-banner.right .holder .inner-container .left .buttons .button-holder.button-2 #buttonLink p {
        color: white; }
      .home-hero-banner.right .holder .inner-container .left .buttons .button-holder.button-2 #buttonLink:hover {
        background: #2E4EC6;
        color: white; }
        .home-hero-banner.right .holder .inner-container .left .buttons .button-holder.button-2 #buttonLink:hover p {
          color: white; }
      .home-hero-banner.right .holder .inner-container .left .buttons .button-holder.button-2 #buttonLink:active {
        background: #3FD2A3;
        color: white; }
        .home-hero-banner.right .holder .inner-container .left .buttons .button-holder.button-2 #buttonLink:active p {
          color: white; }

.product-banner .holder {
  padding: 64px 0 0; }

.product-banner h2 {
  margin: 0 auto;
  max-width: 670px;
  text-align: center;
  color: #000000;
  font-size: 34px;
  line-height: 1.205; }

.home_hero_banner--img {
  object-fit: cover; }

.rental-home-review .bg-holder {
  overflow-x: hidden; }

.info-section.no-button .inner-container {
  padding: 64px 0; }
  @media (max-width: 767px) {
    .info-section.no-button .inner-container {
      padding: 30px; } }

@media (max-width: 767px) {
  .info-section.no-button .desc {
    margin-bottom: 0; } }

.info-section.energy-usage .d-flex .col .img-holder img {
  height: 200px !important; }

.info-section .inner-container {
  padding-top: 64px;
  padding-bottom: 16px; }
  @media (max-width: 767px) {
    .info-section .inner-container {
      padding: 28px; } }

.info-section .d-flex {
  flex-direction: row;
  flex-flow: wrap; }
  .info-section .d-flex .col {
    position: relative;
    flex: 1 1 20%;
    padding-left: 16px;
    padding-right: 16px; }
    @media (max-width: 767px) {
      .info-section .d-flex .col {
        flex: 0 0 100%;
        padding: 0;
        padding-left: 56px; } }
    @media (max-width: 767px) {
      .info-section .d-flex .col + .col {
        margin-top: 21px; } }
    .info-section .d-flex .col .img-holder {
      text-align: center; }
      @media (max-width: 767px) {
        .info-section .d-flex .col .img-holder {
          position: absolute;
          left: 0;
          max-width: 42px;
          margin: 0; } }
      .info-section .d-flex .col .img-holder img {
        height: 8vh !important; }
    @media (max-width: 767px) {
      .info-section .d-flex .col h3 *[class*="simple-text"] {
        text-align: center !important; } }
    @media (max-width: 767px) {
      .info-section .d-flex .col h3 p {
        text-align: left !important; } }
    @media (max-width: 767px) {
      .info-section .d-flex .col h3 p br {
        display: none; } }
    @media (max-width: 767px) {
      .info-section .d-flex .col .desc *[class*="simple-text"] {
        text-align: center !important; } }
    @media (max-width: 767px) {
      .info-section .d-flex .col .desc p {
        text-align: center !important; } }
    @media (max-width: 767px) {
      .info-section .d-flex .col .desc p br {
        display: none; } }

.info-section *[class*="medium"] {
  padding-left: 16px;
  padding-right: 16px; }
  @media (max-width: 767px) {
    .info-section *[class*="medium"] + *[class*="medium"] {
      margin-top: 21px; } }

.info-section h2 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .info-section h2 {
      padding: 0 16px;
      margin-bottom: 28px; } }
  .info-section h2 p {
    margin: 0 !important;
    font-size: 40px !important;
    font-family: konnect-regular, sans-serif;
    font-weight: 300 !important;
    line-height: 1.23 !important;
    text-align: center !important;
    color: #333 !important; }
    @media (max-width: 767px) {
      .info-section h2 p {
        font-size: 22px !important;
        line-height: 1.18 !important;
        letter-spacing: -0.05px !important; } }

.info-section .desc {
  margin-bottom: 24px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .info-section .desc p {
    font-size: 16px !important;
    font-family: konnect-regular, sans-serif !important;
    line-height: 1.53 !important;
    text-align: center !important;
    color: #333333 !important; }

.info-section .img-holder {
  margin-bottom: 17px; }
  @media (max-width: 767px) {
    .info-section .img-holder {
      margin-bottom: 7px; } }
  .info-section .img-holder img {
    height: 8vh !important; }

.info-section h3 {
  margin-bottom: 8px; }
  @media (max-width: 767px) {
    .info-section h3 {
      margin-bottom: 2px;
      line-height: 1; } }
  .info-section h3 p {
    margin: 0 !important;
    font-size: 24px !important;
    font-family: konnect-regular, sans-serif;
    font-weight: 400 !important;
    line-height: 1.42 !important;
    text-align: left !important;
    color: #333 !important; }
    @media (max-width: 767px) {
      .info-section h3 p {
        font-size: 18px !important;
        line-height: 1.5 !important;
        letter-spacing: -0.05px !important; } }

.info-section .desc p {
  margin: 0 !important;
  font-size: 16px !important;
  font-family: konnect-regular, sans-serif;
  font-weight: 400 !important;
  line-height: 1.53 !important;
  letter-spacing: -0.05px !important;
  text-align: center;
  color: #333 !important; }
  @media (max-width: 767px) {
    .info-section .desc p {
      font-size: 14px !important;
      line-height: 1.46 !important;
      letter-spacing: -0.05px !important;
      text-align: left; } }

.info-section .button-holder {
  margin-top: 19px;
  text-align: center; }
  .info-section .button-holder #buttonLink {
    transition: 0.2s all;
    text-transform: none !important;
    font-weight: 600;
    border: 1px solid transparent;
    outline: 0;
    cursor: pointer;
    font-family: konnect-regular, sans-serif;
    line-height: normal;
    color: black;
    min-width: 135px;
    padding: 9px 32px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 600;
    border-radius: 30px;
    background: #2E4EC6;
    color: white;
    border-radius: 25px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
    .info-section .button-holder #buttonLink:focus, .info-section .button-holder #buttonLink:hover, .info-section .button-holder #buttonLink:active {
      border: 1px solid transparent; }
    .info-section .button-holder #buttonLink[disabled] {
      background-color: #cecece !important; }
    .info-section .button-holder #buttonLink p {
      font-family: konnect-regular, sans-serif !important;
      text-transform: none !important;
      transition: all 300ms ease; }
    .info-section .button-holder #buttonLink p {
      margin: 0;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: normal;
      font-weight: 600; }
    @media (max-width: 767px) {
      .info-section .button-holder #buttonLink {
        min-width: 130px;
        font-size: 14px;
        letter-spacing: normal; }
        .info-section .button-holder #buttonLink p {
          font-size: 14px; } }
    @media (max-width: 575px) {
      .info-section .button-holder #buttonLink {
        min-width: 113px;
        font-size: 14px;
        letter-spacing: normal;
        padding: 8px 28px; }
        .info-section .button-holder #buttonLink p {
          font-size: 14px; } }
    .info-section .button-holder #buttonLink p {
      color: white; }
    .info-section .button-holder #buttonLink:hover {
      color: white;
      background: #223a94; }
    .info-section .button-holder #buttonLink:active {
      color: white;
      background: rgba(46, 78, 198, 0.6); }
    @media (max-width: 767px) {
      .info-section .button-holder #buttonLink {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto; } }

.info-section .source p {
  font-size: 12px !important; }

.kitchen-showcase.has-text.text-alt .kitchen-showcase-carousel .item {
  padding-bottom: 0; }
  .kitchen-showcase.has-text.text-alt .kitchen-showcase-carousel .item .text {
    position: static; }

.kitchen-showcase.has-text .item {
  padding-bottom: 80px; }

.kitchen-showcase.green .bg-holder {
  padding: 96px 0;
  background: linear-gradient(-90deg, #3bbb92, #01484c); }
  .kitchen-showcase.green .bg-holder:not(.has-mask) {
    mask: unset;
    padding-bottom: 160px; }
  @media (max-width: 767px) {
    .kitchen-showcase.green .bg-holder {
      padding: 84px 28px; } }

.kitchen-showcase.green h2 {
  margin-bottom: 12px; }
  .kitchen-showcase.green h2 p {
    color: white !important; }

.kitchen-showcase.green .desc p {
  color: #ffffff !important; }

.kitchen-showcase.green h5 {
  margin-bottom: 16px; }
  .kitchen-showcase.green h5 p {
    font-size: 19.2px !important;
    font-family: konnect-regular, sans-serif !important;
    line-height: 1.28 !important;
    color: white !important;
    text-transform: none !important; }

.kitchen-showcase.green .kitchen-showcase-carousel .item .text p {
  color: #ffffff !important; }

.kitchen-showcase.green .button-holder {
  margin-top: 20px; }
  .kitchen-showcase.green .button-holder #buttonLink {
    background: white;
    color: black;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
    .kitchen-showcase.green .button-holder #buttonLink p {
      color: black; }
    .kitchen-showcase.green .button-holder #buttonLink:hover {
      background: #2E4EC6;
      color: white; }
      .kitchen-showcase.green .button-holder #buttonLink:hover p {
        color: white; }
    .kitchen-showcase.green .button-holder #buttonLink:active {
      background: #2E4EC6;
      color: white; }
      .kitchen-showcase.green .button-holder #buttonLink:active p {
        color: white; }
    @media (max-width: 767px) {
      .kitchen-showcase.green .button-holder #buttonLink {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto; } }

.kitchen-showcase.plain-green .container, .kitchen-showcase.plain-green .page-heading, .kitchen-showcase.plain-green .alertBox {
  padding-top: 64px; }
  @media (max-width: 767px) {
    .kitchen-showcase.plain-green .container, .kitchen-showcase.plain-green .page-heading, .kitchen-showcase.plain-green .alertBox {
      padding-top: 28px; } }

.kitchen-showcase.plain-green .bg-holder {
  padding: 64px 0;
  background-color: #2E4EC6;
  mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover; }
  @media (max-width: 767px) {
    .kitchen-showcase.plain-green .bg-holder {
      padding: 28px; } }

.kitchen-showcase.plain-green h2 p {
  color: white !important; }

.kitchen-showcase.plain-green .desc p {
  color: #ffffff !important; }

.kitchen-showcase .bg-holder {
  padding: 64px 0;
  background-color: #f2f2f2; }
  @media (max-width: 575px) {
    .kitchen-showcase .bg-holder {
      mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
      padding: 36px 28px 44px; } }

.kitchen-showcase h2 {
  margin-bottom: 15px; }
  .kitchen-showcase h2 p {
    margin: 0 !important;
    font-size: 40px !important;
    font-family: konnect-regular, sans-serif;
    font-weight: 300 !important;
    line-height: 1.23 !important;
    text-align: center !important;
    color: #333 !important; }
    @media (max-width: 767px) {
      .kitchen-showcase h2 p {
        font-size: 28px !important;
        line-height: 1.18 !important;
        letter-spacing: -0.1px !important; } }

.kitchen-showcase .desc {
  margin-bottom: 24px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .kitchen-showcase .desc p {
    font-size: 16px !important;
    font-family: konnect-regular, sans-serif !important;
    line-height: 1.53 !important;
    text-align: center !important;
    color: #000000 !important; }

.kitchen-showcase .button-holder {
  margin-top: 32px; }
  .kitchen-showcase .button-holder #buttonLink {
    transition: 0.2s all;
    text-transform: none !important;
    font-weight: 600;
    border: 1px solid transparent;
    outline: 0;
    cursor: pointer;
    font-family: konnect-regular, sans-serif;
    line-height: normal;
    color: black;
    min-width: 135px;
    padding: 9px 32px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 600;
    border-radius: 30px;
    background: #2E4EC6;
    color: white;
    border-radius: 25px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
    .kitchen-showcase .button-holder #buttonLink:focus, .kitchen-showcase .button-holder #buttonLink:hover, .kitchen-showcase .button-holder #buttonLink:active {
      border: 1px solid transparent; }
    .kitchen-showcase .button-holder #buttonLink[disabled] {
      background-color: #cecece !important; }
    .kitchen-showcase .button-holder #buttonLink p {
      font-family: konnect-regular, sans-serif !important;
      text-transform: none !important;
      transition: all 300ms ease; }
    .kitchen-showcase .button-holder #buttonLink p {
      margin: 0;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: normal;
      font-weight: 600; }
    @media (max-width: 767px) {
      .kitchen-showcase .button-holder #buttonLink {
        min-width: 130px;
        font-size: 14px;
        letter-spacing: normal; }
        .kitchen-showcase .button-holder #buttonLink p {
          font-size: 14px; } }
    @media (max-width: 575px) {
      .kitchen-showcase .button-holder #buttonLink {
        min-width: 113px;
        font-size: 14px;
        letter-spacing: normal;
        padding: 8px 28px; }
        .kitchen-showcase .button-holder #buttonLink p {
          font-size: 14px; } }
    .kitchen-showcase .button-holder #buttonLink p {
      color: white; }
    .kitchen-showcase .button-holder #buttonLink:hover {
      color: white;
      background: #223a94; }
    .kitchen-showcase .button-holder #buttonLink:active {
      color: white;
      background: rgba(46, 78, 198, 0.6); }
    @media (max-width: 767px) {
      .kitchen-showcase .button-holder #buttonLink {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto; } }

.kitchen-showcase .source {
  margin-top: 20px; }
  .kitchen-showcase .source p {
    font-size: 12px !important; }

.kitchen-showcase .kitchen-showcase-carousel .slick-list {
  margin: 0 -195px;
  padding: 0 195px; }
  .kitchen-showcase .kitchen-showcase-carousel .slick-list .slick-slide {
    margin: 0 30px;
    opacity: 0.4;
    transition: all 250ms ease; }
    @media (max-width: 575px) {
      .kitchen-showcase .kitchen-showcase-carousel .slick-list .slick-slide {
        margin: 0 7px; } }
    .kitchen-showcase .kitchen-showcase-carousel .slick-list .slick-slide.slick-active {
      opacity: 1; }

.kitchen-showcase .kitchen-showcase-carousel .item {
  position: relative; }
  .kitchen-showcase .kitchen-showcase-carousel .item img {
    width: auto;
    margin: auto; }
  .kitchen-showcase .kitchen-showcase-carousel .item .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px; }
    .kitchen-showcase .kitchen-showcase-carousel .item .text p {
      margin: 0 !important;
      font-size: 18px !important;
      font-family: konnect-regular, sans-serif;
      font-weight: 400 !important;
      line-height: 1.53 !important;
      letter-spacing: -0.05px !important;
      text-align: center !important;
      color: #333 !important; }
      @media (max-width: 767px) {
        .kitchen-showcase .kitchen-showcase-carousel .item .text p {
          font-size: 14px !important;
          line-height: 1.46 !important;
          letter-spacing: -0.05px !important; } }

.kitchen-showcase .kitchen-showcase-carousel .slick-arrow {
  margin: 0;
  height: 45px;
  width: 45px;
  border: none;
  background: transparent no-repeat center center;
  background-size: auto 60%;
  background-position: 45% 50%;
  background-color: #2E4EC6;
  transition: all 300ms ease; }
  @media (max-width: 575px) {
    .kitchen-showcase .kitchen-showcase-carousel .slick-arrow {
      height: 28px;
      width: 28px; } }
  .kitchen-showcase .kitchen-showcase-carousel .slick-arrow.slick-prev {
    left: 0; }
    .kitchen-showcase .kitchen-showcase-carousel .slick-arrow.slick-prev:before {
      background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'><path d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /></svg>") no-repeat center center/cover !important;
      transform: rotate(180deg); }
    .kitchen-showcase .kitchen-showcase-carousel .slick-arrow.slick-prev:hover {
      transform: translate(-20%, -50%); }
  .kitchen-showcase .kitchen-showcase-carousel .slick-arrow.slick-next {
    right: 0; }
    .kitchen-showcase .kitchen-showcase-carousel .slick-arrow.slick-next:before {
      background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'><path d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /></svg>") no-repeat center center/cover !important; }
    .kitchen-showcase .kitchen-showcase-carousel .slick-arrow.slick-next:hover {
      transform: translate(20%, -50%); }

.how-it-works .inner-container {
  padding: 64px 0; }
  @media (max-width: 767px) {
    .how-it-works .inner-container {
      padding: 30px; } }

.how-it-works h2 {
  margin-bottom: 27px; }
  @media (max-width: 767px) {
    .how-it-works h2 {
      margin-bottom: 22px; } }
  .how-it-works h2 p {
    margin: 0 !important;
    font-size: 40px !important;
    font-family: konnect-regular, sans-serif;
    font-weight: 300 !important;
    line-height: 1.23 !important;
    text-align: center !important;
    color: #333 !important; }
    @media (max-width: 767px) {
      .how-it-works h2 p {
        font-size: 28px !important;
        line-height: 1.18 !important;
        letter-spacing: -0.1px !important; } }

.how-it-works .button-holder {
  margin: 32px 0 16px; }
  @media (max-width: 767px) {
    .how-it-works .button-holder {
      margin: 0 0 14px; } }
  .how-it-works .button-holder #buttonLink {
    transition: 0.2s all;
    text-transform: none !important;
    font-weight: 600;
    border: 1px solid transparent;
    outline: 0;
    cursor: pointer;
    font-family: konnect-regular, sans-serif;
    line-height: normal;
    color: black;
    min-width: 135px;
    padding: 9px 32px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 600;
    border-radius: 30px;
    background: #2E4EC6;
    color: white;
    border-radius: 25px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
    .how-it-works .button-holder #buttonLink:focus, .how-it-works .button-holder #buttonLink:hover, .how-it-works .button-holder #buttonLink:active {
      border: 1px solid transparent; }
    .how-it-works .button-holder #buttonLink[disabled] {
      background-color: #cecece !important; }
    .how-it-works .button-holder #buttonLink p {
      font-family: konnect-regular, sans-serif !important;
      text-transform: none !important;
      transition: all 300ms ease; }
    .how-it-works .button-holder #buttonLink p {
      margin: 0;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: normal;
      font-weight: 600; }
    @media (max-width: 767px) {
      .how-it-works .button-holder #buttonLink {
        min-width: 130px;
        font-size: 14px;
        letter-spacing: normal; }
        .how-it-works .button-holder #buttonLink p {
          font-size: 14px; } }
    @media (max-width: 575px) {
      .how-it-works .button-holder #buttonLink {
        min-width: 113px;
        font-size: 14px;
        letter-spacing: normal;
        padding: 8px 28px; }
        .how-it-works .button-holder #buttonLink p {
          font-size: 14px; } }
    .how-it-works .button-holder #buttonLink p {
      color: white; }
    .how-it-works .button-holder #buttonLink:hover {
      color: white;
      background: #223a94; }
    .how-it-works .button-holder #buttonLink:active {
      color: white;
      background: rgba(46, 78, 198, 0.6); }
    @media (max-width: 767px) {
      .how-it-works .button-holder #buttonLink {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto; } }

.how-it-works .how-it-works-carousel {
  padding: 0 64px; }
  @media (max-width: 767px) {
    .how-it-works .how-it-works-carousel {
      padding: 0;
      margin-bottom: 26px; } }
  .how-it-works .how-it-works-carousel .slick-arrow {
    margin: 0;
    height: 45px;
    width: 45px;
    border: none;
    background: transparent no-repeat center center;
    background-size: auto 60%;
    background-position: 45% 50%;
    background-color: #2E4EC6;
    transition: all 300ms ease; }
    @media (max-width: 767px) {
      .how-it-works .how-it-works-carousel .slick-arrow {
        height: 28px;
        width: 28px; } }
    .how-it-works .how-it-works-carousel .slick-arrow::before {
      display: none; }
    .how-it-works .how-it-works-carousel .slick-arrow.slick-disabled {
      opacity: 0.2; }
    .how-it-works .how-it-works-carousel .slick-arrow.slick-prev {
      left: 0;
      background-image: url(../icons/custom/angle-left.svg); }
      .how-it-works .how-it-works-carousel .slick-arrow.slick-prev:hover {
        transform: translate(-20%, -50%); }
    .how-it-works .how-it-works-carousel .slick-arrow.slick-next {
      right: 0;
      background-image: url(../icons/custom/angle-right.svg); }
      .how-it-works .how-it-works-carousel .slick-arrow.slick-next:hover {
        transform: translate(20%, -50%); }
  .how-it-works .how-it-works-carousel .slick-list .slick-slide {
    padding: 0 16px; }
    @media (max-width: 767px) {
      .how-it-works .how-it-works-carousel .slick-list .slick-slide {
        padding: 0; } }
    .how-it-works .how-it-works-carousel .slick-list .slick-slide h5 {
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .how-it-works .how-it-works-carousel .slick-list .slick-slide h5 {
          margin-bottom: 13px; } }
      .how-it-works .how-it-works-carousel .slick-list .slick-slide h5 p {
        margin: 0 !important;
        font-size: 24px !important;
        font-family: konnect-regular, sans-serif !important;
        font-weight: 300 !important;
        line-height: 1.38 !important;
        text-align: center !important;
        text-transform: none !important;
        color: #333 !important; }
        @media (max-width: 767px) {
          .how-it-works .how-it-works-carousel .slick-list .slick-slide h5 p {
            font-size: 18px !important;
            line-height: 1.39 !important;
            letter-spacing: -0.05px !important; } }
    .how-it-works .how-it-works-carousel .slick-list .slick-slide .img-holder {
      margin-bottom: 25px;
      text-align: center; }
      .how-it-works .how-it-works-carousel .slick-list .slick-slide .img-holder img {
        display: inline-block !important;
        width: auto !important;
        max-width: 100% !important; }
    .how-it-works .how-it-works-carousel .slick-list .slick-slide .desc p {
      margin: 0 !important;
      font-size: 16px !important;
      font-family: konnect-regular, sans-serif !important;
      font-weight: 400 !important;
      line-height: 1.53 !important;
      text-align: center !important;
      color: #333; }
      @media (max-width: 767px) {
        .how-it-works .how-it-works-carousel .slick-list .slick-slide .desc p {
          font-size: 14px !important;
          line-height: 1.46 !important;
          letter-spacing: -0.05px !important; } }

.trustpilot-reviews.green .bg-holder {
  background: url(../img/custom/testimonials-bg.svg) no-repeat left bottom/auto 80%;
  mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
  mask-composite: source-in, source-over, xor; }

@media (max-width: 767px) {
  .trustpilot-reviews.green .inner-container {
    padding-top: 0; } }

.trustpilot-reviews.green .trustpilot-reviews-carousel .slick-arrow {
  filter: none; }

.trustpilot-reviews.green .trustpilot-reviews-carousel .slick-dots li.slick-active button {
  background-color: white;
  border-color: transparent; }
  .trustpilot-reviews.green .trustpilot-reviews-carousel .slick-dots li.slick-active button:hover {
    background-color: white; }

.trustpilot-reviews.green .trustpilot-reviews-carousel .slick-dots li button:hover {
  background-color: white; }

.trustpilot-reviews.grey .bg-holder {
  background: #ececec;
  mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
  mask-composite: source-in, source-over, xor; }

.trustpilot-reviews.v2 .container, .trustpilot-reviews.v2 .page-heading, .trustpilot-reviews.v2 .alertBox {
  padding: 28px 0; }

.trustpilot-reviews.v2 .bg-holder {
  background-color: #ececec;
  mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
  mask-composite: source-in,source-over,xor; }

.trustpilot-reviews.v2 .trustpilot-reviews-carousel .item-holder {
  background-color: transparent;
  box-shadow: unset;
  border: 3px solid #ffffff; }

.trustpilot-reviews .inner-container {
  padding: 64px 0; }
  @media (max-width: 767px) {
    .trustpilot-reviews .inner-container {
      padding: 56px 28px; } }

.trustpilot-reviews h2 {
  text-align: center;
  max-width: 880px;
  margin: auto;
  margin-bottom: 16px;
  font-weight: normal;
  font-size: 40px !important;
  font-family: konnect-regular, sans-serif;
  font-weight: 300 !important;
  line-height: 1.23 !important;
  text-align: center !important;
  color: #333 !important;
  padding-left: 16px;
  padding-right: 16px; }
  @media (max-width: 767px) {
    .trustpilot-reviews h2 {
      margin-bottom: 14px;
      padding-top: 15px;
      font-size: 22.4px !important;
      line-height: 1.18 !important;
      letter-spacing: -0.1px !important; } }
  .trustpilot-reviews h2 p {
    margin: 0 !important;
    font-size: 40px !important;
    font-family: konnect-regular, sans-serif;
    font-weight: 300 !important;
    line-height: 1.23 !important;
    text-align: center !important;
    color: #333 !important; }
    @media (max-width: 767px) {
      .trustpilot-reviews h2 p {
        font-size: 28px !important;
        line-height: 1.18 !important;
        letter-spacing: -0.1px !important; } }

.trustpilot-reviews .trustpilot-desc {
  margin: 12px 0 28px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .trustpilot-reviews .trustpilot-desc {
      margin: 0;
      display: block; } }
  .trustpilot-reviews .trustpilot-desc h5 {
    margin: 0; }
    @media (max-width: 767px) {
      .trustpilot-reviews .trustpilot-desc h5 {
        margin-bottom: 4px; } }
    .trustpilot-reviews .trustpilot-desc h5 p {
      margin: 0 !important;
      font-size: 24px !important;
      font-family: konnect-regular, sans-serif !important;
      font-weight: 300 !important;
      line-height: 1.23 !important;
      color: #333 !important;
      text-transform: none !important;
      text-align: center !important; }
      @media (max-width: 767px) {
        .trustpilot-reviews .trustpilot-desc h5 p {
          font-size: 18px !important;
          line-height: 1.39 !important;
          letter-spacing: -0.15px !important; } }
      .trustpilot-reviews .trustpilot-desc h5 p b,
      .trustpilot-reviews .trustpilot-desc h5 p strong {
        margin: 0 !important;
        font-size: 24px !important;
        font-weight: 600 !important;
        font-family: konnect-regular, sans-serif !important;
        line-height: 1.23 !important;
        color: #333 !important;
        text-transform: none !important; }
        @media (max-width: 767px) {
          .trustpilot-reviews .trustpilot-desc h5 p b,
          .trustpilot-reviews .trustpilot-desc h5 p strong {
            font-size: 18px !important;
            line-height: 1.39 !important;
            letter-spacing: -0.15px !important; } }
  .trustpilot-reviews .trustpilot-desc .img-holder {
    height: 24px; }
    @media (max-width: 767px) {
      .trustpilot-reviews .trustpilot-desc .img-holder {
        height: 18px;
        text-align: center; } }
    .trustpilot-reviews .trustpilot-desc .img-holder img {
      height: 24px !important;
      width: auto !important; }
      @media (max-width: 767px) {
        .trustpilot-reviews .trustpilot-desc .img-holder img {
          height: 18px !important; } }

.trustpilot-reviews .trustpilot-reviews-carousel {
  padding: 0 64px 64px;
  margin: 0; }
  @media (max-width: 767px) {
    .trustpilot-reviews .trustpilot-reviews-carousel {
      padding: 0 0 56px; } }
  .trustpilot-reviews .trustpilot-reviews-carousel .slick-arrow {
    margin: 0;
    height: 45px;
    width: 45px;
    border: none;
    background: transparent no-repeat center center;
    background-size: auto 60%;
    background-position: 45% 50%;
    background-color: transparent;
    filter: brightness(0) saturate(100%) invert(64%) sepia(0%) saturate(0%) hue-rotate(216deg) brightness(94%) contrast(94%);
    transition: all 300ms ease; }
    @media (max-width: 767px) {
      .trustpilot-reviews .trustpilot-reviews-carousel .slick-arrow {
        height: 28px;
        width: 28px; } }
    .trustpilot-reviews .trustpilot-reviews-carousel .slick-arrow::before {
      display: none; }
    .trustpilot-reviews .trustpilot-reviews-carousel .slick-arrow.slick-prev {
      left: 0;
      background-image: url(../icons/custom/angle-left.svg); }
      @media (max-width: 767px) {
        .trustpilot-reviews .trustpilot-reviews-carousel .slick-arrow.slick-prev {
          left: 10px; } }
      .trustpilot-reviews .trustpilot-reviews-carousel .slick-arrow.slick-prev:hover {
        transform: translate(-20%, -50%); }
    .trustpilot-reviews .trustpilot-reviews-carousel .slick-arrow.slick-next {
      right: 0;
      background-image: url(../icons/custom/angle-right.svg); }
      .trustpilot-reviews .trustpilot-reviews-carousel .slick-arrow.slick-next:hover {
        transform: translate(20%, -50%); }
      @media (max-width: 767px) {
        .trustpilot-reviews .trustpilot-reviews-carousel .slick-arrow.slick-next {
          right: 10px; } }
  .trustpilot-reviews .trustpilot-reviews-carousel .slick-dots {
    padding: 16px 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .trustpilot-reviews .trustpilot-reviews-carousel .slick-dots li {
      padding: 0;
      margin: 0 8px;
      height: auto;
      width: auto; }
      @media (max-width: 767px) {
        .trustpilot-reviews .trustpilot-reviews-carousel .slick-dots li {
          margin: 0 7px; } }
      .trustpilot-reviews .trustpilot-reviews-carousel .slick-dots li.slick-active button {
        background-color: #2E4EC6;
        border-color: #2E4EC6; }
        .trustpilot-reviews .trustpilot-reviews-carousel .slick-dots li.slick-active button:hover {
          background-color: #2E4EC6; }
      .trustpilot-reviews .trustpilot-reviews-carousel .slick-dots li button {
        display: inline-block;
        border-radius: 50%;
        color: inherit;
        text-indent: -9999px;
        width: 20px;
        height: 20px;
        line-height: normal;
        font-size: 0;
        padding: 0;
        border: 0.1px solid #cecece;
        transition: all 300ms ease; }
        @media (max-width: 767px) {
          .trustpilot-reviews .trustpilot-reviews-carousel .slick-dots li button {
            height: 17px;
            width: 17px; } }
        .trustpilot-reviews .trustpilot-reviews-carousel .slick-dots li button:hover {
          background-color: #cecece; }
        .trustpilot-reviews .trustpilot-reviews-carousel .slick-dots li button::before {
          display: none; }
  .trustpilot-reviews .trustpilot-reviews-carousel .slick-list {
    max-width: 800px;
    margin: 0 auto; }
  .trustpilot-reviews .trustpilot-reviews-carousel .slick-slide {
    padding: 16px; }
    @media (max-width: 767px) {
      .trustpilot-reviews .trustpilot-reviews-carousel .slick-slide {
        padding: 10px; } }
  .trustpilot-reviews .trustpilot-reviews-carousel .item-holder {
    border-radius: 16px;
    background-color: white;
    padding: 32px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-flow: column;
    height: 319px; }
    @media (max-width: 767px) {
      .trustpilot-reviews .trustpilot-reviews-carousel .item-holder {
        padding: 28px;
        height: auto;
        min-height: 275px; } }
    .trustpilot-reviews .trustpilot-reviews-carousel .item-holder .top {
      margin-bottom: 15px; }
    .trustpilot-reviews .trustpilot-reviews-carousel .item-holder .bottom {
      margin-top: auto; }
      .trustpilot-reviews .trustpilot-reviews-carousel .item-holder .bottom .customer {
        display: flex;
        flex-direction: row;
        align-items: center; }
        .trustpilot-reviews .trustpilot-reviews-carousel .item-holder .bottom .customer .left .customer-img-holder {
          border-radius: 50%; }
          .trustpilot-reviews .trustpilot-reviews-carousel .item-holder .bottom .customer .left .customer-img-holder [id*="sd-image"] {
            border-radius: 9999px;
            margin-right: 15px; }
          .trustpilot-reviews .trustpilot-reviews-carousel .item-holder .bottom .customer .left .customer-img-holder img {
            width: 60px !important; }
    .trustpilot-reviews .trustpilot-reviews-carousel .item-holder .review p {
      margin: 0 !important;
      font-size: 14.4px !important;
      font-family: konnect-regular, sans-serif !important;
      font-weight: 400 !important;
      line-height: 1.49 !important;
      color: #333 !important; }
      @media (max-width: 767px) {
        .trustpilot-reviews .trustpilot-reviews-carousel .item-holder .review p {
          font-size: 12.6px !important;
          line-height: 1.43 !important;
          letter-spacing: -0.05px !important; } }
    .trustpilot-reviews .trustpilot-reviews-carousel .item-holder .rating {
      margin-bottom: 7px; }
      .trustpilot-reviews .trustpilot-reviews-carousel .item-holder .rating img {
        height: 20px !important;
        width: auto !important; }
        @media (max-width: 767px) {
          .trustpilot-reviews .trustpilot-reviews-carousel .item-holder .rating img {
            height: 17px !important; } }
    .trustpilot-reviews .trustpilot-reviews-carousel .item-holder .customer p {
      margin: 0 !important;
      font-size: 22.4px !important;
      font-family: konnect-regular, sans-serif !important;
      font-weight: 600 !important;
      line-height: 0.96 !important;
      color: #333 !important; }
      @media (max-width: 767px) {
        .trustpilot-reviews .trustpilot-reviews-carousel .item-holder .customer p {
          font-size: 19.6px !important;
          line-height: 1.1 !important;
          color: #333333 !important; } }

.trustpilot-reviews .button-holder {
  margin-top: 16px; }
  .trustpilot-reviews .button-holder #buttonLink {
    transition: 0.2s all;
    text-transform: none !important;
    font-weight: 600;
    border: 1px solid transparent;
    outline: 0;
    cursor: pointer;
    font-family: konnect-regular, sans-serif;
    line-height: normal;
    color: black;
    min-width: 135px;
    padding: 9px 32px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 600;
    border-radius: 30px;
    background: #2E4EC6;
    color: white;
    border-radius: 25px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
    .trustpilot-reviews .button-holder #buttonLink:focus, .trustpilot-reviews .button-holder #buttonLink:hover, .trustpilot-reviews .button-holder #buttonLink:active {
      border: 1px solid transparent; }
    .trustpilot-reviews .button-holder #buttonLink[disabled] {
      background-color: #cecece !important; }
    .trustpilot-reviews .button-holder #buttonLink p {
      font-family: konnect-regular, sans-serif !important;
      text-transform: none !important;
      transition: all 300ms ease; }
    .trustpilot-reviews .button-holder #buttonLink p {
      margin: 0;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: normal;
      font-weight: 600; }
    @media (max-width: 767px) {
      .trustpilot-reviews .button-holder #buttonLink {
        min-width: 130px;
        font-size: 14px;
        letter-spacing: normal; }
        .trustpilot-reviews .button-holder #buttonLink p {
          font-size: 14px; } }
    @media (max-width: 575px) {
      .trustpilot-reviews .button-holder #buttonLink {
        min-width: 113px;
        font-size: 14px;
        letter-spacing: normal;
        padding: 8px 28px; }
        .trustpilot-reviews .button-holder #buttonLink p {
          font-size: 14px; } }
    .trustpilot-reviews .button-holder #buttonLink p {
      color: white; }
    .trustpilot-reviews .button-holder #buttonLink:hover {
      color: white;
      background: #223a94; }
    .trustpilot-reviews .button-holder #buttonLink:active {
      color: white;
      background: rgba(46, 78, 198, 0.6); }

@media (max-width: 767px) {
  .image-with-text.image-with-text-widget.image-then-text-mobile.left-text .holder .text, .image-with-text.image-with-text-widget.image-then-text-mobile.right-text .holder .text {
    order: 1; } }

@media (max-width: 767px) {
  .image-with-text.image-with-text-widget.image-then-text-mobile.left-text .holder .image, .image-with-text.image-with-text-widget.image-then-text-mobile.right-text .holder .image {
    order: 0; } }

.image-with-text.image-with-text-widget .action-holder {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px; }
  .image-with-text.image-with-text-widget .action-holder.flex-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px; }
    @media (max-width: 767px) {
      .image-with-text.image-with-text-widget .action-holder.flex-buttons {
        gap: 0;
        flex-direction: column; } }
    @media (min-width: 768px) {
      .image-with-text.image-with-text-widget .action-holder.flex-buttons .button {
        flex: 1; } }
  @media (max-width: 575px) {
    .image-with-text.image-with-text-widget .action-holder .button {
      width: 100%; } }
  @media (max-width: 767px) {
    .image-with-text.image-with-text-widget .action-holder .button + .button {
      margin-top: 20px; } }

.image-with-text.image-with-text-widget.hasIcons .text {
  flex-direction: column; }

.image-with-text.image-with-text-widget .right-content-wrapper {
  flex: 1; }

.image-with-text.image-with-text-widget .text {
  display: flex;
  align-items: center;
  flex-flow: wrap; }
  @media (max-width: 767px) {
    .image-with-text.image-with-text-widget .text {
      align-items: flex-start; } }

.image-with-text.image-with-text-widget .iwt-icons {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 100%; }
  @media (max-width: 767px) {
    .image-with-text.image-with-text-widget .iwt-icons {
      margin-top: 10px; } }
  .image-with-text.image-with-text-widget .iwt-icons .iwt-icon {
    padding: 10px 5px;
    margin-top: 16px;
    text-align: center;
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (max-width: 767px) {
      .image-with-text.image-with-text-widget .iwt-icons .iwt-icon {
        width: 50%;
        margin-top: 0; } }
  .image-with-text.image-with-text-widget .iwt-icons img {
    margin-bottom: 8px; }
  .image-with-text.image-with-text-widget .iwt-icons p {
    font-weight: 600;
    margin-bottom: 0; }

.image-with-text.image-with-text-widget .section-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 955px;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 25px; }
  @media (max-width: 575px) {
    .image-with-text.image-with-text-widget .section-title {
      max-width: unset;
      font-size: 28px;
      line-height: 1.23;
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .image-with-text.image-with-text-widget .section-title br {
      display: none; } }

.image-with-text.image-with-text-widget .holder {
  justify-content: space-between; }

.image-with-text.image-with-text-widget.right-text .holder {
  flex-direction: row-reverse; }

@media (max-width: 767px) {
  .image-with-text.image-with-text-widget.left-text .holder .text {
    order: 0; } }

@media (max-width: 767px) {
  .image-with-text.image-with-text-widget.left-text .holder .image {
    order: 1; } }

@media (max-width: 767px) {
  .image-with-text.image-with-text-widget.right-text .holder .text {
    order: 0; } }

@media (max-width: 767px) {
  .image-with-text.image-with-text-widget.right-text .holder .image {
    order: 1; } }

.image-with-text.no-max-width .image,
.image-with-text.no-max-width .text {
  max-width: unset; }

.image-with-text.no-max-width .text {
  padding-right: 60px; }

.image-with-text.text-image .image {
  position: relative; }
  .image-with-text.text-image .image::after {
    content: "Stand sold separately";
    color: white;
    font-family: konnect-regular, sans-serif;
    font-weight: 600;
    font-size: 18px;
    position: absolute;
    bottom: 1em;
    left: 1em; }
    @media (max-width: 767px) {
      .image-with-text.text-image .image::after {
        font-size: 12px; } }

.image-with-text.left-text .holder .image {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: calc((min(100vw, 1600px) - 100%) / -2); }
  @media (max-width: 767px) {
    .image-with-text.left-text .holder .image {
      margin-right: 0;
      border-radius: 0;
      order: 0; } }
  .image-with-text.left-text .holder .image img {
    margin-left: auto; }

@media (max-width: 767px) {
  .image-with-text.left-text .holder .text {
    order: 1; } }

.image-with-text.right-text .holder .image {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: calc((min(100vw, 1600px) - 100%) / -2); }
  @media (max-width: 767px) {
    .image-with-text.right-text .holder .image {
      margin-left: 0;
      border-radius: 0; } }
  .image-with-text.right-text .holder .image img {
    margin-right: auto; }

.image-with-text.no-overflow .holder .text {
  max-width: 700px; }
  @media (max-width: 767px) {
    .image-with-text.no-overflow .holder .text {
      max-width: unset; } }

.image-with-text.no-overflow.left-text .holder .image {
  padding: 18px 42px 0;
  margin-right: 0;
  mask: unset;
  background-color: transparent; }

.image-with-text.no-overflow.right-text .holder .image {
  padding: 18px 42px 0;
  margin-left: 0; }

.image-with-text .heading-holder strong {
  font-size: inherit !important;
  font-weight: 600 !important; }

.image-with-text .button-holder {
  margin-top: 48px;
  text-align: center; }

.image-with-text .section-number {
  border: solid 3px #b2367c;
  text-align: center;
  border-radius: 100%;
  min-width: 70px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 70px;
  max-width: 70px;
  margin-right: 33px;
  background-color: white; }
  @media (max-width: 767px) {
    .image-with-text .section-number {
      min-width: 45px;
      min-height: 45px;
      flex: 0 0 45px;
      max-width: 45px;
      margin-right: 20px;
      margin-top: 11px; } }
  .image-with-text .section-number span {
    font-size: 36px;
    line-height: 0.67;
    color: #333333;
    font-family: konnect-regular, sans-serif; }
    @media (max-width: 767px) {
      .image-with-text .section-number span {
        font-size: 20px; } }
  .image-with-text .section-number + .right-content-wrapper .heading-holder h2 p {
    text-align: left !important; }
  .image-with-text .section-number + .right-content-wrapper .content-holder p {
    text-align: left !important; }

@media (max-width: 767px) {
  .image-with-text .normal-section {
    padding: 0 !important; } }

.image-with-text .inner-container {
  padding: 16px 0; }

.image-with-text .holder {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .image-with-text .holder {
      flex-flow: wrap; } }

@media (min-width: 768px) {
  .image-with-text .sticky {
    position: relative;
    align-items: flex-start; }
    .image-with-text .sticky .images-sticky {
      position: sticky;
      flex-shrink: 0;
      top: 0;
      height: 100vh;
      margin-bottom: 0; }
      .image-with-text .sticky .images-sticky .img-holder {
        display: flex;
        align-items: center;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: all 300ms ease;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        overflow: hidden;
        opacity: 0; }
        .image-with-text .sticky .images-sticky .img-holder.active {
          opacity: 1; }
    .image-with-text .sticky .text-sticky .text-holder {
      display: flex;
      justify-content: center;
      flex-direction: column;
      height: 100vh; } }

.image-with-text .text {
  max-width: 500px;
  padding-left: 16px;
  padding-right: 16px;
  flex: 1; }
  @media (max-width: 767px) {
    .image-with-text .text {
      padding: 14px 42px 0;
      max-width: unset;
      flex: 1 1 100%; } }
  .image-with-text .text .heading-holder h2 {
    margin: 0;
    margin-bottom: 18px; }
    @media (max-width: 767px) {
      .image-with-text .text .heading-holder h2 {
        margin: 11px 0; } }
    @media (max-width: 767px) {
      .image-with-text .text .heading-holder h2 [class*="sd-simple-text"] {
        text-align: center !important; } }
    .image-with-text .text .heading-holder h2 p {
      margin: 0 !important;
      font-size: 36px !important;
      font-weight: 300 !important;
      line-height: 1.19 !important;
      color: #333 !important;
      text-transform: none !important; }
      @media (max-width: 767px) {
        .image-with-text .text .heading-holder h2 p {
          font-size: 22px !important;
          line-height: 1.14 !important;
          letter-spacing: -0.05px !important;
          text-align: center !important; } }
  .image-with-text .text .content-holder p {
    margin: 0 !important;
    font-size: 16px !important;
    font-family: konnect-regular, sans-serif !important;
    font-weight: 400 !important;
    line-height: 1.53 !important;
    color: #333 !important;
    text-transform: none !important; }
    @media (max-width: 767px) {
      .image-with-text .text .content-holder p {
        font-size: 14px !important;
        line-height: 1.54 !important;
        letter-spacing: -0.05px !important;
        text-align: center !important; } }
    .image-with-text .text .content-holder p + p {
      margin-top: 16px !important; }
    .image-with-text .text .content-holder p strong,
    .image-with-text .text .content-holder p b {
      font-size: inherit !important;
      font-weight: 600 !important; }
  @media (max-width: 767px) {
    .image-with-text .text .content-holder .number-list > li p,
    .image-with-text .text .content-holder .faq-list > li p,
    .image-with-text .text .content-holder .steps-list > li p {
      text-align: left !important; } }
  .image-with-text .text .link-holder {
    margin-top: 14px;
    text-align: center; }
    @media (max-width: 767px) {
      .image-with-text .text .link-holder {
        margin-top: 9px; } }
    .image-with-text .text .link-holder #buttonLink {
      transition: 0.2s all;
      text-transform: none !important;
      font-weight: 600;
      border: 1px solid transparent;
      outline: 0;
      cursor: pointer;
      font-family: konnect-regular, sans-serif;
      line-height: normal;
      color: black;
      min-width: 135px;
      padding: 9px 32px;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: normal;
      font-weight: 600;
      border-radius: 30px;
      background: #2E4EC6;
      color: white;
      border-radius: 25px;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
      .image-with-text .text .link-holder #buttonLink:focus, .image-with-text .text .link-holder #buttonLink:hover, .image-with-text .text .link-holder #buttonLink:active {
        border: 1px solid transparent; }
      .image-with-text .text .link-holder #buttonLink[disabled] {
        background-color: #cecece !important; }
      .image-with-text .text .link-holder #buttonLink p {
        font-family: konnect-regular, sans-serif !important;
        text-transform: none !important;
        transition: all 300ms ease; }
      .image-with-text .text .link-holder #buttonLink p {
        margin: 0;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: normal;
        font-weight: 600; }
      @media (max-width: 767px) {
        .image-with-text .text .link-holder #buttonLink {
          min-width: 130px;
          font-size: 14px;
          letter-spacing: normal; }
          .image-with-text .text .link-holder #buttonLink p {
            font-size: 14px; } }
      @media (max-width: 575px) {
        .image-with-text .text .link-holder #buttonLink {
          min-width: 113px;
          font-size: 14px;
          letter-spacing: normal;
          padding: 8px 28px; }
          .image-with-text .text .link-holder #buttonLink p {
            font-size: 14px; } }
      .image-with-text .text .link-holder #buttonLink p {
        color: white; }
      .image-with-text .text .link-holder #buttonLink:hover {
        color: white;
        background: #223a94; }
      .image-with-text .text .link-holder #buttonLink:active {
        color: white;
        background: rgba(46, 78, 198, 0.6); }
      @media (max-width: 767px) {
        .image-with-text .text .link-holder #buttonLink {
          width: 100%;
          max-width: 300px;
          display: block;
          margin-left: auto !important;
          margin-right: auto !important; } }

.image-with-text .image {
  flex: 1;
  border-radius: 50px;
  overflow: hidden;
  max-width: 700px;
  position: relative; }
  @media (max-width: 767px) {
    .image-with-text .image {
      max-width: unset;
      flex: 1 1 50%;
      margin-left: -10px;
      margin-right: -10px; } }
  .image-with-text .image img {
    display: block;
    width: 100%; }
  .image-with-text .image .quote {
    font-family: konnect-regular, sans-serif;
    text-align: center;
    font-size: 20px;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff; }

.home-cta .holder {
  background: #3bbb92 linear-gradient(252.93deg, #A3C6FB 0%, #E9C7EB 71.23%, #F8D9C2 112.11%);
  padding: 69px 0 83px;
  text-align: center;
  font-size: 0; }
  @media (max-width: 767px) {
    .home-cta .holder {
      padding: 28px 28px 34px;
      background: #3bbb92 linear-gradient(252.93deg, #A3C6FB 0%, #E9C7EB 71.23%, #F8D9C2 112.11%); } }
  .home-cta .holder h2 {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .home-cta .holder h2 {
        margin-bottom: 14px;
        padding-left: 14px;
        padding-right: 14px; } }
    .home-cta .holder h2 p {
      margin-bottom: 0 !important;
      font-size: 40px !important;
      font-family: konnect-regular, sans-serif !important;
      font-weight: 300 !important;
      line-height: 1.23 !important;
      letter-spacing: -0.05px !important;
      text-align: center;
      color: white !important; }
      @media (max-width: 767px) {
        .home-cta .holder h2 p {
          font-size: 28px !important; } }
  .home-cta .holder .buttons-holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #ffffff;
    font-family: 'Proxima Nova'; }
    @media (max-width: 767px) {
      .home-cta .holder .buttons-holder {
        display: block; } }
    .home-cta .holder .buttons-holder .col {
      margin: 0 16px; }
      @media (max-width: 767px) {
        .home-cta .holder .buttons-holder .col {
          margin: 8px auto;
          width: 100%;
          max-width: 300px; } }
      @media (max-width: 767px) {
        .home-cta .holder .buttons-holder .col #buttonLink {
          width: 100%; } }
    .home-cta .holder .buttons-holder .col-1 #buttonLink {
      transition: 0.2s all;
      text-transform: none !important;
      font-weight: 600;
      border: 1px solid transparent;
      outline: 0;
      cursor: pointer;
      font-family: konnect-regular, sans-serif;
      line-height: normal;
      color: black;
      min-width: 135px;
      padding: 9px 32px;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: normal;
      font-weight: 600;
      border-radius: 30px;
      background: white;
      color: black;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
      .home-cta .holder .buttons-holder .col-1 #buttonLink:focus, .home-cta .holder .buttons-holder .col-1 #buttonLink:hover, .home-cta .holder .buttons-holder .col-1 #buttonLink:active {
        border: 1px solid transparent; }
      .home-cta .holder .buttons-holder .col-1 #buttonLink[disabled] {
        background-color: #cecece !important; }
      .home-cta .holder .buttons-holder .col-1 #buttonLink p {
        font-family: konnect-regular, sans-serif !important;
        text-transform: none !important;
        transition: all 300ms ease; }
      .home-cta .holder .buttons-holder .col-1 #buttonLink p {
        margin: 0;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: normal;
        font-weight: 600; }
      @media (max-width: 767px) {
        .home-cta .holder .buttons-holder .col-1 #buttonLink {
          min-width: 130px;
          font-size: 14px;
          letter-spacing: normal; }
          .home-cta .holder .buttons-holder .col-1 #buttonLink p {
            font-size: 14px; } }
      @media (max-width: 575px) {
        .home-cta .holder .buttons-holder .col-1 #buttonLink {
          min-width: 113px;
          font-size: 14px;
          letter-spacing: normal;
          padding: 8px 28px; }
          .home-cta .holder .buttons-holder .col-1 #buttonLink p {
            font-size: 14px; } }
      .home-cta .holder .buttons-holder .col-1 #buttonLink p {
        color: black; }
      .home-cta .holder .buttons-holder .col-1 #buttonLink:hover {
        background: #2E4EC6;
        color: white; }
        .home-cta .holder .buttons-holder .col-1 #buttonLink:hover p {
          color: white; }
      .home-cta .holder .buttons-holder .col-1 #buttonLink:active {
        background: #2E4EC6;
        color: white; }
        .home-cta .holder .buttons-holder .col-1 #buttonLink:active p {
          color: white; }
    .home-cta .holder .buttons-holder .col-2 #buttonLink {
      transition: 0.2s all;
      text-transform: none !important;
      font-weight: 600;
      border: 1px solid transparent;
      outline: 0;
      cursor: pointer;
      font-family: konnect-regular, sans-serif;
      line-height: normal;
      color: black;
      min-width: 135px;
      padding: 9px 32px;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: normal;
      font-weight: 600;
      border-radius: 30px;
      background: #3a3d43;
      color: white;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
      .home-cta .holder .buttons-holder .col-2 #buttonLink:focus, .home-cta .holder .buttons-holder .col-2 #buttonLink:hover, .home-cta .holder .buttons-holder .col-2 #buttonLink:active {
        border: 1px solid transparent; }
      .home-cta .holder .buttons-holder .col-2 #buttonLink[disabled] {
        background-color: #cecece !important; }
      .home-cta .holder .buttons-holder .col-2 #buttonLink p {
        font-family: konnect-regular, sans-serif !important;
        text-transform: none !important;
        transition: all 300ms ease; }
      .home-cta .holder .buttons-holder .col-2 #buttonLink p {
        margin: 0;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: normal;
        font-weight: 600; }
      @media (max-width: 767px) {
        .home-cta .holder .buttons-holder .col-2 #buttonLink {
          min-width: 130px;
          font-size: 14px;
          letter-spacing: normal; }
          .home-cta .holder .buttons-holder .col-2 #buttonLink p {
            font-size: 14px; } }
      @media (max-width: 575px) {
        .home-cta .holder .buttons-holder .col-2 #buttonLink {
          min-width: 113px;
          font-size: 14px;
          letter-spacing: normal;
          padding: 8px 28px; }
          .home-cta .holder .buttons-holder .col-2 #buttonLink p {
            font-size: 14px; } }
      .home-cta .holder .buttons-holder .col-2 #buttonLink p {
        color: white; }
      .home-cta .holder .buttons-holder .col-2 #buttonLink:hover {
        background: #2E4EC6;
        color: white; }
        .home-cta .holder .buttons-holder .col-2 #buttonLink:hover p {
          color: white; }
      .home-cta .holder .buttons-holder .col-2 #buttonLink:active {
        background: #3FD2A3;
        color: white; }
        .home-cta .holder .buttons-holder .col-2 #buttonLink:active p {
          color: white; }

.home-cta.home-cta-2 .holder {
  background: #ececec; }
  @media (max-width: 575px) {
    .home-cta.home-cta-2 .holder {
      padding-top: 45px;
      padding-bottom: 45px;
      padding-left: 40px;
      padding-right: 40px; } }
  .home-cta.home-cta-2 .holder .inner-container {
    max-width: 800px; }
  @media (max-width: 575px) {
    .home-cta.home-cta-2 .holder [data-content-region="button1-home-cta"] {
      margin-bottom: 20px; } }
  .home-cta.home-cta-2 .holder .button-desc {
    margin-bottom: 15px;
    font-family: konnect-regular, sans-serif; }
    @media (max-width: 575px) {
      .home-cta.home-cta-2 .holder .button-desc p {
        font-size: 18px !important; } }
    .home-cta.home-cta-2 .holder .button-desc strong {
      font-family: konnect-regular, sans-serif;
      font-size: inherit !important; }
  .home-cta.home-cta-2 .holder h2 p {
    font-size: 18px !important;
    color: black !important;
    font-weight: 400 !important; }
    @media (max-width: 575px) {
      .home-cta.home-cta-2 .holder h2 p {
        font-size: 16px !important;
        line-height: 1.38 !important; } }

.home-cta.home-cta-2 .buttons-holder {
  justify-content: space-between !important; }

.home-cta.home-cta-2 [data-content-region="button1-home-cta"] #buttonLink {
  background: #2E4EC6;
  color: white;
  border-radius: 25px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
  .home-cta.home-cta-2 [data-content-region="button1-home-cta"] #buttonLink p {
    color: white; }
  .home-cta.home-cta-2 [data-content-region="button1-home-cta"] #buttonLink:hover {
    color: white;
    background: #223a94; }
  .home-cta.home-cta-2 [data-content-region="button1-home-cta"] #buttonLink:active {
    color: white;
    background: rgba(46, 78, 198, 0.6); }

.home-cta.home-cta-3 .holder {
  padding: 80px 0 64px;
  mask: unset;
  background: linear-gradient(0deg, #3BBB92, #01484C); }
  @media (max-width: 767px) {
    .home-cta.home-cta-3 .holder {
      padding: 84px 28px 28px; } }
  .home-cta.home-cta-3 .holder h2 {
    margin-bottom: 16px; }
  .home-cta.home-cta-3 .holder .subtext {
    max-width: 800px;
    margin: auto;
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .home-cta.home-cta-3 .holder .subtext {
        margin-bottom: 14px; } }
    .home-cta.home-cta-3 .holder .subtext p {
      font-family: konnect-regular, sans-serif !important;
      font-size: 16px !important;
      line-height: 1.5 !important;
      color: white !important; }
      @media (max-width: 767px) {
        .home-cta.home-cta-3 .holder .subtext p {
          font-size: 14px !important; } }
  .home-cta.home-cta-3 .holder .buttons-holder {
    margin-bottom: 16px; }

.features .inner-container {
  max-width: 1360px;
  padding: 64px 0 32px;
  background-repeat: no-repeat;
  background-position: center center; }
  @media (max-width: 767px) {
    .features .inner-container {
      padding: 28px 0;
      background-size: 22vh;
      background-position: center 130px; } }

.features h2 {
  margin-bottom: 16px; }

.features .toggle-switch {
  text-align: center;
  margin-bottom: 16px; }
  @media (max-width: 767px) {
    .features .toggle-switch {
      margin-bottom: 40vh; } }
  .features .toggle-switch input {
    opacity: 0;
    position: absolute;
    visibility: hidden; }
    .features .toggle-switch input:checked + label::before {
      right: 47px; }
      @media (max-width: 767px) {
        .features .toggle-switch input:checked + label::before {
          right: 42px; } }
  .features .toggle-switch label {
    font-size: 18px;
    font-family: konnect-regular, sans-serif;
    padding-right: 90px;
    position: relative; }
    @media (max-width: 767px) {
      .features .toggle-switch label {
        font-size: 15px;
        padding-right: 80px; } }
    .features .toggle-switch label::before, .features .toggle-switch label::after {
      content: '';
      display: inline-block;
      width: 32px;
      height: 32px;
      background-color: #2E4EC6;
      position: absolute;
      right: 0;
      top: -7px;
      font-size: 32px;
      border-radius: 32px;
      margin-left: 32px;
      padding: 3px;
      line-height: 32px;
      text-align: left;
      transition: all 300ms ease;
      z-index: 200; }
      @media (max-width: 767px) {
        .features .toggle-switch label::before, .features .toggle-switch label::after {
          width: 27px;
          height: 27px;
          top: -5px; } }
    .features .toggle-switch label::before {
      transform: scale(0.7); }
    .features .toggle-switch label::after {
      width: 79px;
      background: white;
      z-index: 100;
      border: 1px solid rgba(0, 0, 0, 0.5); }
      @media (max-width: 767px) {
        .features .toggle-switch label::after {
          width: 69px; } }

.features .columns-holder {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .features .columns-holder {
      flex-flow: wrap;
      padding: 0 28px; } }
  .features .columns-holder + .columns-holder {
    margin-top: 34px; }
    @media (max-width: 767px) {
      .features .columns-holder + .columns-holder {
        margin-top: 14px; } }
  .features .columns-holder .col {
    flex: 0 0 30%;
    max-width: 475px;
    padding: 0 16px;
    position: relative; }
    @media (max-width: 767px) {
      .features .columns-holder .col {
        flex: 0 0 100%;
        padding: 0;
        padding-left: 56px; } }
    @media (max-width: 767px) {
      .features .columns-holder .col + .col {
        margin-top: 14px; } }
    @media (max-width: 767px) {
      .features .columns-holder .col .img-holder {
        position: absolute;
        left: 0;
        max-width: 42px;
        margin: 0; } }
    .features .columns-holder .col .img-holder img {
      max-height: 60px; }
      @media (max-width: 767px) {
        .features .columns-holder .col .img-holder img {
          max-height: unset;
          height: 8vh !important; } }
    @media (max-width: 767px) {
      .features .columns-holder .col h3 *[class*="simple-text"] {
        text-align: left !important; } }
    @media (max-width: 767px) {
      .features .columns-holder .col h3 p {
        text-align: left !important; } }
    @media (max-width: 767px) {
      .features .columns-holder .col .desc *[class*="simple-text"] {
        text-align: left !important; } }
    @media (max-width: 767px) {
      .features .columns-holder .col .desc p {
        text-align: left !important; } }
    @media (max-width: 767px) {
      .features .columns-holder .col .desc p br {
        display: none; } }

.features .img-holder {
  margin-bottom: 17px; }
  @media (max-width: 767px) {
    .features .img-holder {
      margin-bottom: 7px; } }

.features h3 {
  margin-bottom: 8px; }
  @media (max-width: 767px) {
    .features h3 {
      margin-bottom: 2px; } }
  .features h3 p {
    margin: 0 !important;
    font-size: 24px !important;
    font-family: konnect-regular, sans-serif;
    font-weight: 400 !important;
    line-height: 1.42 !important;
    text-align: center !important;
    color: #333 !important; }
    @media (max-width: 767px) {
      .features h3 p {
        font-size: 18px !important;
        line-height: 1.5 !important;
        letter-spacing: -0.05px !important; } }

.features .desc p {
  margin: 0 !important;
  font-size: 16px !important;
  font-family: konnect-regular, sans-serif;
  font-weight: 400 !important;
  line-height: 1.53 !important;
  letter-spacing: -0.05px !important;
  text-align: center !important;
  color: #333 !important; }
  @media (max-width: 767px) {
    .features .desc p {
      font-size: 14px !important;
      line-height: 1.46 !important;
      letter-spacing: -0.05px !important; } }

.features .button-holder {
  margin-top: 16px; }
  .features .button-holder #buttonLink {
    transition: 0.2s all;
    text-transform: none !important;
    font-weight: 600;
    border: 1px solid transparent;
    outline: 0;
    cursor: pointer;
    font-family: konnect-regular, sans-serif;
    line-height: normal;
    color: black;
    min-width: 135px;
    padding: 9px 32px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 600;
    border-radius: 30px;
    background: #2E4EC6;
    color: white;
    border-radius: 25px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
    .features .button-holder #buttonLink:focus, .features .button-holder #buttonLink:hover, .features .button-holder #buttonLink:active {
      border: 1px solid transparent; }
    .features .button-holder #buttonLink[disabled] {
      background-color: #cecece !important; }
    .features .button-holder #buttonLink p {
      font-family: konnect-regular, sans-serif !important;
      text-transform: none !important;
      transition: all 300ms ease; }
    .features .button-holder #buttonLink p {
      margin: 0;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: normal;
      font-weight: 600; }
    @media (max-width: 767px) {
      .features .button-holder #buttonLink {
        min-width: 130px;
        font-size: 14px;
        letter-spacing: normal; }
        .features .button-holder #buttonLink p {
          font-size: 14px; } }
    @media (max-width: 575px) {
      .features .button-holder #buttonLink {
        min-width: 113px;
        font-size: 14px;
        letter-spacing: normal;
        padding: 8px 28px; }
        .features .button-holder #buttonLink p {
          font-size: 14px; } }
    .features .button-holder #buttonLink p {
      color: white; }
    .features .button-holder #buttonLink:hover {
      color: white;
      background: #223a94; }
    .features .button-holder #buttonLink:active {
      color: white;
      background: rgba(46, 78, 198, 0.6); }
    @media (max-width: 767px) {
      .features .button-holder #buttonLink {
        width: 100%;
        max-width: 300px;
        margin: 0 auto; } }

.two-col-info.v2 .holder {
  background-color: #f2f2f2; }

.two-col-info.v2 h2 p {
  font-size: 32px !important; }
  @media (max-width: 767px) {
    .two-col-info.v2 h2 p {
      font-size: 22px !important; } }

.two-col-info.v2 .desc p {
  font-size: 19px !important; }
  @media (max-width: 767px) {
    .two-col-info.v2 .desc p {
      font-size: 14px !important; } }

.two-col-info h2 {
  margin-bottom: 16px; }
  .two-col-info h2 p strong, .two-col-info h2 p b {
    font-size: inherit !important; }

.two-col-info .desc {
  max-width: 800px;
  margin: 0 auto 16px; }
  .two-col-info .desc p {
    margin-bottom: 16px !important;
    font-size: 16px !important;
    font-family: konnect-regular, sans-serif !important;
    font-weight: 400 !important;
    line-height: 1.53 !important;
    text-align: center !important;
    color: #333 !important; }
    @media (max-width: 767px) {
      .two-col-info .desc p {
        font-size: 14px !important;
        line-height: 1.5 !important;
        letter-spacing: -0.1px !important; } }
    .two-col-info .desc p a {
      font-size: 16px !important;
      font-family: konnect-regular, sans-serif !important;
      font-weight: 400 !important; }
      @media (max-width: 767px) {
        .two-col-info .desc p a {
          font-size: 14px !important;
          line-height: 1.5 !important;
          letter-spacing: -0.1px !important; } }

.two-col-info .col-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-flow: wrap; }
  .two-col-info .col-row .col {
    flex: 1;
    max-width: 450px;
    padding: 0 16px; }
    @media (max-width: 767px) {
      .two-col-info .col-row .col {
        flex: 0 0 100%;
        padding: 0; } }
    @media (max-width: 767px) {
      .two-col-info .col-row .col + .col {
        margin-top: 28px; } }
    .two-col-info .col-row .col .col-bg {
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 32px;
      position: relative;
      box-shadow: 0 1px 2px rgba(105, 116, 123, 0.5);
      border-radius: 16px;
      background: white; }
      @media (max-width: 767px) {
        .two-col-info .col-row .col .col-bg {
          justify-content: flex-end;
          padding: 14px 14px 5px; } }
      .two-col-info .col-row .col .col-bg .img-holder {
        margin: 19px 0; }
        @media (max-width: 767px) {
          .two-col-info .col-row .col .col-bg .img-holder {
            margin: 7px 0; } }
        .two-col-info .col-row .col .col-bg .img-holder img {
          height: 10vh !important; }
      .two-col-info .col-row .col .col-bg h3 {
        margin-bottom: 13px; }
        @media (max-width: 767px) {
          .two-col-info .col-row .col .col-bg h3 {
            margin-bottom: 9px; } }
        .two-col-info .col-row .col .col-bg h3 p {
          margin: 0 !important;
          font-size: 24px !important;
          font-family: konnect-regular, sans-serif;
          font-weight: 400 !important;
          line-height: 1.42 !important;
          text-align: center !important;
          color: #333 !important; }
          @media (max-width: 767px) {
            .two-col-info .col-row .col .col-bg h3 p {
              font-size: 18px !important;
              line-height: 1.5 !important;
              letter-spacing: -0.05px !important; } }
      .two-col-info .col-row .col .col-bg .desc {
        max-width: unset; }
        .two-col-info .col-row .col .col-bg .desc p {
          margin: 0 !important;
          font-size: 16px !important;
          font-family: konnect-regular, sans-serif;
          font-weight: 400 !important;
          line-height: 1.53 !important;
          letter-spacing: -0.05px !important;
          text-align: center !important;
          color: #333 !important; }
          @media (max-width: 767px) {
            .two-col-info .col-row .col .col-bg .desc p {
              font-size: 14px !important;
              line-height: 1.46 !important;
              letter-spacing: -0.05px !important; } }

.two-col-info .button-holder {
  margin-top: 33px;
  margin-bottom: 16px; }
  .two-col-info .button-holder #buttonLink {
    transition: 0.2s all;
    text-transform: none !important;
    font-weight: 600;
    border: 1px solid transparent;
    outline: 0;
    cursor: pointer;
    font-family: konnect-regular, sans-serif;
    line-height: normal;
    color: black;
    min-width: 135px;
    padding: 9px 32px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 600;
    border-radius: 30px;
    background: #2E4EC6;
    color: white;
    border-radius: 25px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
    .two-col-info .button-holder #buttonLink:focus, .two-col-info .button-holder #buttonLink:hover, .two-col-info .button-holder #buttonLink:active {
      border: 1px solid transparent; }
    .two-col-info .button-holder #buttonLink[disabled] {
      background-color: #cecece !important; }
    .two-col-info .button-holder #buttonLink p {
      font-family: konnect-regular, sans-serif !important;
      text-transform: none !important;
      transition: all 300ms ease; }
    .two-col-info .button-holder #buttonLink p {
      margin: 0;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: normal;
      font-weight: 600; }
    @media (max-width: 767px) {
      .two-col-info .button-holder #buttonLink {
        min-width: 130px;
        font-size: 14px;
        letter-spacing: normal; }
        .two-col-info .button-holder #buttonLink p {
          font-size: 14px; } }
    @media (max-width: 575px) {
      .two-col-info .button-holder #buttonLink {
        min-width: 113px;
        font-size: 14px;
        letter-spacing: normal;
        padding: 8px 28px; }
        .two-col-info .button-holder #buttonLink p {
          font-size: 14px; } }
    .two-col-info .button-holder #buttonLink p {
      color: white; }
    .two-col-info .button-holder #buttonLink:hover {
      color: white;
      background: #223a94; }
    .two-col-info .button-holder #buttonLink:active {
      color: white;
      background: rgba(46, 78, 198, 0.6); }
    @media (max-width: 767px) {
      .two-col-info .button-holder #buttonLink {
        width: 100%;
        max-width: 300px;
        margin: 0 auto; } }

.vp-video {
  z-index: 0;
  position: relative; }
  .vp-video .holder {
    padding: 64px 0 96px; }
    @media (max-width: 767px) {
      .vp-video .holder {
        padding: 28px 0 56px;
        margin-bottom: 32px; } }
  .vp-video .button-holder {
    margin-top: 40px;
    text-align: center; }
  .vp-video .desc {
    margin-bottom: 24px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
    .vp-video .desc p {
      font-size: 16px !important;
      font-family: konnect-regular, sans-serif !important;
      line-height: 1.53 !important;
      text-align: center !important;
      color: #333333 !important; }
  .vp-video .plyr {
    margin-top: 60px;
    border-radius: 20px; }
    .vp-video .plyr .plyr__controls {
      padding-bottom: 20px; }
      @media (max-width: 767px) {
        .vp-video .plyr .plyr__controls {
          padding-bottom: 20px; } }

.technology.grey .ellipse-mask {
  background: #ececec;
  mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
  mask-composite: source-in, source-over, xor; }

.technology .inner-container {
  padding: 64px 0 128px; }
  @media (max-width: 767px) {
    .technology .inner-container {
      padding: 28px; } }

.technology h2 {
  margin-bottom: 26px; }

.technology .technology-carousel {
  padding: 0 64px; }
  @media (max-width: 767px) {
    .technology .technology-carousel {
      padding: 0 0 42px;
      margin: 0; } }
  .technology .technology-carousel .slick-arrow {
    margin: 0;
    height: 45px;
    width: 45px;
    border: none;
    background: transparent no-repeat center center;
    background-size: auto 100%;
    filter: invert(38%) sepia(97%) saturate(311%) hue-rotate(112deg) brightness(93%) contrast(84%);
    transition: all 300ms ease; }
    @media (max-width: 767px) {
      .technology .technology-carousel .slick-arrow {
        height: 28px;
        width: 28px; } }
    .technology .technology-carousel .slick-arrow::before {
      display: none; }
    .technology .technology-carousel .slick-arrow.slick-prev {
      left: 0;
      background-image: url(../icons/custom/angle-left.svg); }
      .technology .technology-carousel .slick-arrow.slick-prev:hover {
        transform: translate(-20%, -50%); }
    .technology .technology-carousel .slick-arrow.slick-next {
      right: 0;
      background-image: url(../icons/custom/angle-right.svg); }
      .technology .technology-carousel .slick-arrow.slick-next:hover {
        transform: translate(20%, -50%); }
  .technology .technology-carousel .slick-dots {
    padding: 26px 0;
    left: 0;
    right: 0;
    top: 100%; }
    @media (max-width: 767px) {
      .technology .technology-carousel .slick-dots {
        padding: 7px 0;
        top: auto;
        bottom: 0; } }
    .technology .technology-carousel .slick-dots li {
      padding: 0;
      margin: 0 9px;
      height: auto;
      width: auto; }
      .technology .technology-carousel .slick-dots li.slick-active button {
        background: #2E4EC6;
        color: white; }
        .technology .technology-carousel .slick-dots li.slick-active button:hover {
          background: #2E4EC6; }
      .technology .technology-carousel .slick-dots li button {
        display: inline-block;
        border-radius: 50%;
        color: inherit;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: normal;
        font-size: 16px;
        padding: 0;
        background: transparent;
        border-color: #2E4EC6;
        color: #333;
        transition: all 300ms ease; }
        @media (max-width: 767px) {
          .technology .technology-carousel .slick-dots li button {
            height: 30px;
            width: 30px;
            font-size: 14px; } }
        .technology .technology-carousel .slick-dots li button:hover {
          background: none; }
        .technology .technology-carousel .slick-dots li button::before {
          display: none; }
  .technology .technology-carousel .item {
    padding: 16px; }
    @media (max-width: 767px) {
      .technology .technology-carousel .item {
        padding: 0; } }
    .technology .technology-carousel .item .bg-holder {
      max-width: 800px;
      margin: 0 auto;
      padding: 32px;
      background-color: white;
      box-shadow: 0 1px 2px rgba(105, 116, 123, 0.5);
      border-radius: 16px; }
      @media (max-width: 767px) {
        .technology .technology-carousel .item .bg-holder {
          padding: 14px;
          margin-bottom: 14px; } }
      .technology .technology-carousel .item .bg-holder h3 {
        margin-bottom: 0; }
        .technology .technology-carousel .item .bg-holder h3 p {
          margin: 0 !important;
          font-size: 36px !important;
          font-weight: 600 !important;
          font-family: konnect-regular, sans-serif !important;
          line-height: 1.36 !important;
          text-transform: none !important;
          text-align: center !important;
          color: #333 !important; }
          @media (max-width: 767px) {
            .technology .technology-carousel .item .bg-holder h3 p {
              font-size: 22px !important;
              line-height: 2.23 !important;
              letter-spacing: -0.1px !important; } }
      .technology .technology-carousel .item .bg-holder h5 {
        margin-bottom: 4px; }
        @media (max-width: 767px) {
          .technology .technology-carousel .item .bg-holder h5 {
            margin-bottom: 14px; } }
        .technology .technology-carousel .item .bg-holder h5 p {
          margin: 0 !important;
          font-size: 24px !important;
          font-family: konnect-regular, sans-serif !important;
          line-height: 2.04 !important;
          text-transform: none !important;
          text-align: center !important;
          color: #333 !important; }
          @media (max-width: 767px) {
            .technology .technology-carousel .item .bg-holder h5 p {
              font-size: 18px !important;
              line-height: 1.39 !important;
              letter-spacing: -0.15px !important; } }
      .technology .technology-carousel .item .bg-holder .desc {
        margin-bottom: 24px; }
        @media (max-width: 767px) {
          .technology .technology-carousel .item .bg-holder .desc {
            margin-bottom: 16px; } }
        .technology .technology-carousel .item .bg-holder .desc p {
          margin: 0 !important;
          font-size: 16px !important;
          font-family: konnect-regular, sans-serif !important;
          line-height: 1.5 !important;
          text-transform: none !important;
          text-align: center !important;
          color: #333 !important; }
          @media (max-width: 767px) {
            .technology .technology-carousel .item .bg-holder .desc p {
              font-size: 14px !important;
              letter-spacing: -0.1px !important; } }
      .technology .technology-carousel .item .bg-holder .img-holder {
        margin-bottom: 16px; }
        .technology .technology-carousel .item .bg-holder .img-holder img {
          width: auto !important;
          height: auto !important; }

.technology .button-holder {
  text-align: center;
  margin-top: 128px; }
  @media (max-width: 767px) {
    .technology .button-holder {
      margin-top: 32px; } }
  .technology .button-holder #buttonLink {
    transition: 0.2s all;
    text-transform: none !important;
    font-weight: 600;
    border: 1px solid transparent;
    outline: 0;
    cursor: pointer;
    font-family: konnect-regular, sans-serif;
    line-height: normal;
    color: black;
    min-width: 135px;
    padding: 9px 32px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 600;
    border-radius: 30px;
    background: #2E4EC6;
    color: white;
    border-radius: 25px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
    .technology .button-holder #buttonLink:focus, .technology .button-holder #buttonLink:hover, .technology .button-holder #buttonLink:active {
      border: 1px solid transparent; }
    .technology .button-holder #buttonLink[disabled] {
      background-color: #cecece !important; }
    .technology .button-holder #buttonLink p {
      font-family: konnect-regular, sans-serif !important;
      text-transform: none !important;
      transition: all 300ms ease; }
    .technology .button-holder #buttonLink p {
      margin: 0;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: normal;
      font-weight: 600; }
    @media (max-width: 767px) {
      .technology .button-holder #buttonLink {
        min-width: 130px;
        font-size: 14px;
        letter-spacing: normal; }
        .technology .button-holder #buttonLink p {
          font-size: 14px; } }
    @media (max-width: 575px) {
      .technology .button-holder #buttonLink {
        min-width: 113px;
        font-size: 14px;
        letter-spacing: normal;
        padding: 8px 28px; }
        .technology .button-holder #buttonLink p {
          font-size: 14px; } }
    .technology .button-holder #buttonLink p {
      color: white; }
    .technology .button-holder #buttonLink:hover {
      color: white;
      background: #223a94; }
    .technology .button-holder #buttonLink:active {
      color: white;
      background: rgba(46, 78, 198, 0.6); }

.accordion {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  border: none;
  max-width: 800px; }
  @media (min-width: 768px) {
    .accordion.mobile-accordion .accordion-item .accordion-btn {
      background-image: none; } }
  @media (min-width: 768px) {
    .accordion.mobile-accordion .accordion-item .accordion-btn::after {
      display: none; } }
  @media (min-width: 768px) {
    .accordion.mobile-accordion .accordion-item .accordion-content {
      max-height: none; } }
  .accordion .accordion-item {
    margin: 0; }
    .accordion .accordion-item.active .accordion-content {
      max-height: 800px; }
      @media (max-width: 767px) {
        .accordion .accordion-item.active .accordion-content {
          font-size: 12px; } }
    .accordion .accordion-item.active .accordion-btn::before {
      transform: rotate(180deg) translateY(-50%); }
    .accordion .accordion-item.active .accordion-btn::after {
      opacity: 0;
      transform: rotate(180deg) translateY(-50%); }
    .accordion .accordion-item .accordion-btn {
      display: flex;
      align-items: center;
      text-decoration: none;
      font-family: konnect-regular, sans-serif !important;
      padding: 10.4px 62.4px 10.4px 0px;
      text-align: left;
      position: relative; }
      .accordion .accordion-item .accordion-btn::before {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: rotate(0deg) translateY(-50%);
        width: 21px;
        height: 3px;
        background-color: #2E4EC6;
        transition: all 300ms ease; }
      .accordion .accordion-item .accordion-btn::after {
        content: '';
        position: absolute;
        right: 9px;
        top: 50%;
        transform-origin: 50% 0%;
        transform: rotate(0deg) translateY(-50%);
        width: 3px;
        height: 21px;
        background-color: #2E4EC6;
        transition: all 300ms ease; }
      .accordion .accordion-item .accordion-btn .img-holder {
        margin-right: 5px;
        min-width: 30px; }
        .accordion .accordion-item .accordion-btn .img-holder img {
          max-height: 30px !important;
          vertical-align: middle !important; }
      .accordion .accordion-item .accordion-btn h5 p {
        margin: 0 !important;
        font-size: 20.8px !important;
        font-weight: bold !important;
        font-family: konnect-regular, sans-serif !important;
        line-height: 1.18 !important;
        letter-spacing: -0.05px !important;
        text-transform: none !important;
        color: #333 !important; }
        @media (max-width: 767px) {
          .accordion .accordion-item .accordion-btn h5 p {
            font-size: 18.2px !important;
            line-height: 1.35 !important;
            letter-spacing: -0.1px !important; } }
    .accordion .accordion-item .accordion-content {
      display: block;
      padding-top: 16px;
      padding-bottom: 16px;
      padding: 0;
      max-height: 0;
      overflow: auto;
      transition: all 300ms ease; }
      .accordion .accordion-item .accordion-content p {
        margin-bottom: 16px !important;
        margin-top: 16px !important;
        font-size: 16px !important;
        font-family: konnect-regular, sans-serif !important;
        line-height: 1.5 !important;
        color: #333 !important; }
        @media (max-width: 767px) {
          .accordion .accordion-item .accordion-content p {
            margin-bottom: 12px !important;
            margin-top: 12px !important;
            font-size: 12px !important;
            line-height: 1.63 !important; } }
        .accordion .accordion-item .accordion-content p strong,
        .accordion .accordion-item .accordion-content p b {
          font-size: 16px !important;
          font-weight: 600;
          font-family: konnect-regular, sans-serif !important;
          line-height: 1.5 !important;
          color: #333 !important; }
          @media (max-width: 767px) {
            .accordion .accordion-item .accordion-content p strong,
            .accordion .accordion-item .accordion-content p b {
              font-size: 14px !important;
              line-height: 1.63 !important; } }
        .accordion .accordion-item .accordion-content p em,
        .accordion .accordion-item .accordion-content p i {
          font-size: 16px !important;
          font-family: konnect-regular, sans-serif !important;
          line-height: 1.5 !important;
          color: #333 !important; }
          @media (max-width: 767px) {
            .accordion .accordion-item .accordion-content p em,
            .accordion .accordion-item .accordion-content p i {
              font-size: 14px !important;
              line-height: 1.63 !important; } }
        .accordion .accordion-item .accordion-content p a {
          margin: 0; }
      .accordion .accordion-item .accordion-content a {
        margin-top: 16px;
        margin-bottom: 16px;
        font-size: 16px; }
        @media (max-width: 767px) {
          .accordion .accordion-item .accordion-content a {
            margin-top: 12px;
            margin-bottom: 12px;
            font-size: 12px !important; } }
      .accordion .accordion-item .accordion-content .image-text-list {
        list-style: none !important; }
        .accordion .accordion-item .accordion-content .image-text-list li {
          position: relative;
          padding-left: 96px;
          text-align: left;
          margin: 0 !important; }
          .accordion .accordion-item .accordion-content .image-text-list li .image {
            position: absolute;
            left: 0;
            max-width: 80px; }
            .accordion .accordion-item .accordion-content .image-text-list li .image img {
              max-width: 80px !important; }
      .accordion .accordion-item .accordion-content ul {
        margin-bottom: 16px;
        margin-left: 18px;
        list-style: disc; }
        .accordion .accordion-item .accordion-content ul li {
          font-size: 16px;
          font-family: konnect-regular, sans-serif;
          color: #333;
          line-height: 1.5 !important; }
          @media (max-width: 767px) {
            .accordion .accordion-item .accordion-content ul li {
              font-size: 14px; } }

.basic-accordion.title-left h2 {
  text-align: left; }

.basic-accordion.title-underline h2 {
  border-bottom: 1px solid #d8d8d8; }

.basic-accordion.smaller-paddings .inner-container.normal-section {
  padding-top: 15px;
  padding-bottom: 15px; }

.basic-accordion .panel-images {
  display: flex;
  justify-content: center; }
  @media (max-width: 575px) {
    .basic-accordion .panel-images {
      flex-direction: column;
      align-items: center; } }
  .basic-accordion .panel-images img {
    max-width: 160px; }

.basic-accordion h2 {
  max-width: 800px;
  margin-bottom: 16px;
  text-align: center;
  font-weight: 300;
  line-height: 1.53;
  font-size: 40px; }
  @media (max-width: 575px) {
    .basic-accordion h2 {
      font-size: 28px;
      line-height: 1.18; } }

.basic-accordion .desc {
  margin-bottom: 16px; }
  .basic-accordion .desc p {
    font-size: 19.2px !important;
    font-family: konnect-regular, sans-serif;
    line-height: 1.28 !important;
    text-transform: none !important;
    color: #333 !important; }
    @media (max-width: 767px) {
      .basic-accordion .desc p {
        font-size: 14.4px !important;
        line-height: 1.74 !important;
        letter-spacing: -0.05px !important; } }

.basic-accordion h5 {
  margin: 0;
  font-size: 21px;
  line-height: 1.6;
  letter-spacing: -0.05px;
  font-weight: bold; }
  @media (max-width: 575px) {
    .basic-accordion h5 {
      line-height: 1.48;
      font-size: 16px; } }

.basic-accordion .anchor {
  position: relative;
  top: -200px; }

.basic-accordion .accordion-item {
  counter-increment: counter; }

.basic-accordion .number {
  border-radius: 100%;
  font-weight: bold;
  min-width: 30px;
  min-height: 30px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  border: 2px solid #bd1b84;
  color: black;
  font-size: 0; }
  .basic-accordion .number::before {
    content: counter(counter);
    font-size: 16px;
    font-family: 'konnect'; }
    @media (max-width: 767px) {
      .basic-accordion .number::before {
        font-size: 14px; } }
  @media (max-width: 575px) {
    .basic-accordion .number {
      align-self: flex-start;
      margin-top: 5px;
      min-width: 25px;
      min-height: 25px;
      height: 25px;
      width: 25px; } }

.basic-accordion .button-holder {
  margin-top: 32px;
  text-align: center; }

.number-list,
.faq-list,
.steps-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .number-list > li,
  .faq-list > li,
  .steps-list > li {
    counter-increment: counter;
    margin: 8px 0;
    padding: 0 0 0 48px;
    position: relative;
    text-align: left; }
    @media (max-width: 767px) {
      .number-list > li,
      .faq-list > li,
      .steps-list > li {
        margin: 7px 0;
        padding-left: 42px;
        font-size: 14px; } }
    .number-list > li::before,
    .faq-list > li::before,
    .steps-list > li::before {
      position: absolute;
      top: 0;
      left: 0;
      font-weight: bold;
      background: white;
      color: #333;
      padding: 6px;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      border: 2px solid #BD1B84;
      text-align: center;
      vertical-align: middle;
      line-height: 1;
      content: counter(counter);
      display: inline-block;
      margin: 3px 0 0 4px;
      box-sizing: content-box;
      font-size: 14px; }
      @media (max-width: 767px) {
        .number-list > li::before,
        .faq-list > li::before,
        .steps-list > li::before {
          font-size: 12.6px;
          height: 13px;
          width: 13px;
          margin-top: 2.52px;
          margin-left: 3.78px; } }
    .number-list > li h5,
    .faq-list > li h5,
    .steps-list > li h5 {
      font-size: 20px !important;
      font-weight: 300 !important;
      line-height: 1.02 !important;
      color: #333;
      margin: 12px 0; }
      @media (max-width: 767px) {
        .number-list > li h5,
        .faq-list > li h5,
        .steps-list > li h5 {
          font-size: 18px !important; } }

@media (max-width: 767px) {
  .partners {
    padding: 28px; } }

.partners h2 {
  margin: 18px auto; }
  @media (max-width: 767px) {
    .partners h2 p {
      font-size: 22px !important; } }

.partners .column-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap; }
  .partners .column-holder .col {
    flex: 1;
    padding-left: 16px;
    padding-right: 16px; }
    @media (max-width: 767px) {
      .partners .column-holder .col {
        flex: 1 1 33.3333333%; } }
    .partners .column-holder .col .img-holder {
      margin: 16px 0; }
      .partners .column-holder .col .img-holder img {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
        height: 8vh !important;
        width: auto !important; }

.white-cta .holder {
  padding: 64px; }
  @media (max-width: 575px) {
    .white-cta .holder {
      padding: 28px; } }

.white-cta h2 {
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto; }
  .white-cta h2 p {
    font-size: 32px !important;
    font-weight: bold !important;
    font-family: konnect-regular, sans-serif;
    line-height: 1.22 !important;
    text-align: center !important;
    color: #333 !important; }
    @media (max-width: 767px) {
      .white-cta h2 p {
        font-size: 20px !important; } }
    @media (max-width: 767px) {
      .white-cta h2 p br {
        display: none; } }

.white-cta .button-holder {
  margin-top: 16px;
  margin-bottom: 16px; }
  @media (max-width: 767px) {
    .white-cta .button-holder {
      margin-bottom: 20px !important; } }
  .white-cta .button-holder #buttonLink {
    transition: 0.2s all;
    text-transform: none !important;
    font-weight: 600;
    border: 1px solid transparent;
    outline: 0;
    cursor: pointer;
    font-family: konnect-regular, sans-serif;
    line-height: normal;
    color: black;
    min-width: 135px;
    padding: 9px 32px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 600;
    border-radius: 30px;
    background: #3a3d43;
    color: white;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
    .white-cta .button-holder #buttonLink:focus, .white-cta .button-holder #buttonLink:hover, .white-cta .button-holder #buttonLink:active {
      border: 1px solid transparent; }
    .white-cta .button-holder #buttonLink[disabled] {
      background-color: #cecece !important; }
    .white-cta .button-holder #buttonLink p {
      font-family: konnect-regular, sans-serif !important;
      text-transform: none !important;
      transition: all 300ms ease; }
    .white-cta .button-holder #buttonLink p {
      margin: 0;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: normal;
      font-weight: 600; }
    @media (max-width: 767px) {
      .white-cta .button-holder #buttonLink {
        min-width: 130px;
        font-size: 14px;
        letter-spacing: normal; }
        .white-cta .button-holder #buttonLink p {
          font-size: 14px; } }
    @media (max-width: 575px) {
      .white-cta .button-holder #buttonLink {
        min-width: 113px;
        font-size: 14px;
        letter-spacing: normal;
        padding: 8px 28px; }
        .white-cta .button-holder #buttonLink p {
          font-size: 14px; } }
    .white-cta .button-holder #buttonLink p {
      color: white; }
    .white-cta .button-holder #buttonLink:hover {
      background: #2E4EC6;
      color: white; }
      .white-cta .button-holder #buttonLink:hover p {
        color: white; }
    .white-cta .button-holder #buttonLink:active {
      background: #3FD2A3;
      color: white; }
      .white-cta .button-holder #buttonLink:active p {
        color: white; }
    @media (max-width: 767px) {
      .white-cta .button-holder #buttonLink {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto; } }

.product-hero + .product-hero .holder {
  border-top: 5px solid #f2f2f2; }

.product-hero .holder {
  padding: 64px; }
  @media (max-width: 767px) {
    .product-hero .holder {
      padding: 28px; } }

.product-hero h2 {
  margin-bottom: 12px; }
  @media (max-width: 767px) {
    .product-hero h2 p {
      font-size: 28px !important; } }

.product-hero .desc {
  margin-bottom: 16px; }
  .product-hero .desc p {
    font-size: 24px !important;
    font-family: konnect-regular, sans-serif !important;
    line-height: 1.02 !important;
    color: #333 !important; }
    @media (max-width: 767px) {
      .product-hero .desc p {
        padding-left: 16px;
        padding-right: 16px;
        font-size: 18px !important;
        line-height: 1.44 !important;
        letter-spacing: -0.04px !important; } }

.product-hero .column-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  align-items: stretch;
  gap: 35px; }
  .product-hero .column-holder .col {
    flex: 1 1 50%;
    max-width: 550px;
    min-width: 300px; }
    @media (max-width: 767px) {
      .product-hero .column-holder .col {
        margin: 0;
        flex: 1 1 100%;
        margin-bottom: 14px; } }
    .product-hero .column-holder .col .bg-holder {
      display: flex;
      flex-flow: column;
      align-content: flex-start;
      position: relative;
      background: #f9f9f9;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
      height: 100%; }
      @media (max-width: 767px) {
        .product-hero .column-holder .col .bg-holder {
          flex-flow: wrap;
          text-align: left; } }
      .product-hero .column-holder .col .bg-holder .product-title {
        margin-top: 23px;
        margin-bottom: 14px; }
        @media (max-width: 767px) {
          .product-hero .column-holder .col .bg-holder .product-title {
            margin-top: 14px;
            margin-bottom: 13px;
            padding: 0 18px;
            width: 100%;
            order: 1; } }
        @media (max-width: 767px) {
          .product-hero .column-holder .col .bg-holder .product-title *[class*="sd-simple-text"] {
            text-align: left; } }
        .product-hero .column-holder .col .bg-holder .product-title p {
          margin: 0 !important;
          font-size: 24px !important;
          font-family: konnect-regular, sans-serif;
          font-weight: bold !important;
          line-height: 1.42 !important;
          color: #333; }
          @media (max-width: 767px) {
            .product-hero .column-holder .col .bg-holder .product-title p {
              font-size: 18px !important;
              line-height: 1.89 !important;
              text-align: left !important; } }
      .product-hero .column-holder .col .bg-holder .product-image {
        margin-bottom: 33px;
        padding-right: 18px; }
        @media (max-width: 767px) {
          .product-hero .column-holder .col .bg-holder .product-image {
            order: 3;
            width: 40%; } }
        .product-hero .column-holder .col .bg-holder .product-image img {
          position: relative !important;
          height: 140px !important;
          width: auto !important;
          vertical-align: top !important;
          object-fit: contain !important; }
      .product-hero .column-holder .col .bg-holder .product-price {
        margin: 0 16px 34px;
        border: 1px solid #f2f2f2;
        padding: 8px;
        font-family: konnect-regular, sans-serif;
        text-align: center; }
        @media (max-width: 767px) {
          .product-hero .column-holder .col .bg-holder .product-price {
            order: 2;
            width: 60%;
            margin: 0 0 34px;
            padding: 0;
            padding-left: 18px;
            display: flex;
            align-items: center;
            text-align: left;
            border: none;
            border-top: 1px solid #f2f2f2; } }
        .product-hero .column-holder .col .bg-holder .product-price .label {
          font-size: 16px;
          font-weight: normal;
          line-height: 1.5;
          float: none;
          display: block;
          flex: 1 1 100%; }
          @media (max-width: 767px) {
            .product-hero .column-holder .col .bg-holder .product-price .label {
              font-size: 13px;
              line-height: 1.71; } }
        .product-hero .column-holder .col .bg-holder .product-price .amount {
          font-size: 19px;
          line-height: 1.5;
          margin: 0 4px;
          font-weight: bold;
          color: #2E4EC6; }
          @media (max-width: 767px) {
            .product-hero .column-holder .col .bg-holder .product-price .amount {
              font-size: 15.12px;
              line-height: 1.71; } }
          .product-hero .column-holder .col .bg-holder .product-price .amount del {
            color: #000000 !important;
            font-size: 80%; }
        .product-hero .column-holder .col .bg-holder .product-price .subscription-details {
          font-size: 16px;
          line-height: 1.5; }
          @media (max-width: 767px) {
            .product-hero .column-holder .col .bg-holder .product-price .subscription-details {
              font-size: 13px;
              line-height: 1.71; } }
      .product-hero .column-holder .col .bg-holder .product-description {
        padding: 0 28px; }
        @media (max-width: 767px) {
          .product-hero .column-holder .col .bg-holder .product-description {
            order: 4;
            width: 100%;
            padding: 0 18px; } }
        .product-hero .column-holder .col .bg-holder .product-description .accordion {
          margin-bottom: 24px; }
          .product-hero .column-holder .col .bg-holder .product-description .accordion .accordion-btn {
            padding: 0;
            background-size: 16px; }
          .product-hero .column-holder .col .bg-holder .product-description .accordion .accordion-content ul {
            list-style-type: disc; }
            .product-hero .column-holder .col .bg-holder .product-description .accordion .accordion-content ul > li {
              margin-bottom: 8px; }
        .product-hero .column-holder .col .bg-holder .product-description p {
          font-size: 16px !important;
          margin: 16px 0;
          line-height: 1.5 !important; }
          @media (max-width: 767px) {
            .product-hero .column-holder .col .bg-holder .product-description p {
              font-size: 14px !important; } }
        .product-hero .column-holder .col .bg-holder .product-description small {
          font-size: 80%; }
      .product-hero .column-holder .col .bg-holder .product-price-description {
        padding: 0 40px 30px;
        margin-top: auto;
        font-family: konnect-regular, sans-serif;
        font-size: 16px;
        text-align: center; }
        @media (max-width: 767px) {
          .product-hero .column-holder .col .bg-holder .product-price-description {
            order: 5;
            width: 100%;
            padding: 17px 13px 30px;
            font-size: 13px; } }
        .product-hero .column-holder .col .bg-holder .product-price-description .button-holder {
          margin-top: 10px; }
          @media (max-width: 767px) {
            .product-hero .column-holder .col .bg-holder .product-price-description .button-holder {
              margin-top: 5px; } }
          .product-hero .column-holder .col .bg-holder .product-price-description .button-holder #buttonLink {
            transition: 0.2s all;
            text-transform: none !important;
            font-weight: 600;
            border: 1px solid transparent;
            outline: 0;
            cursor: pointer;
            font-family: konnect-regular, sans-serif;
            line-height: normal;
            color: black;
            min-width: 135px;
            padding: 9px 32px;
            font-size: 16px;
            line-height: 1.5;
            letter-spacing: normal;
            font-weight: 600;
            border-radius: 30px;
            background: #2E4EC6;
            color: white;
            border-radius: 25px;
            box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
            .product-hero .column-holder .col .bg-holder .product-price-description .button-holder #buttonLink:focus, .product-hero .column-holder .col .bg-holder .product-price-description .button-holder #buttonLink:hover, .product-hero .column-holder .col .bg-holder .product-price-description .button-holder #buttonLink:active {
              border: 1px solid transparent; }
            .product-hero .column-holder .col .bg-holder .product-price-description .button-holder #buttonLink[disabled] {
              background-color: #cecece !important; }
            .product-hero .column-holder .col .bg-holder .product-price-description .button-holder #buttonLink p {
              font-family: konnect-regular, sans-serif !important;
              text-transform: none !important;
              transition: all 300ms ease; }
            .product-hero .column-holder .col .bg-holder .product-price-description .button-holder #buttonLink p {
              margin: 0;
              font-size: 16px;
              line-height: 1.5;
              letter-spacing: normal;
              font-weight: 600; }
            @media (max-width: 767px) {
              .product-hero .column-holder .col .bg-holder .product-price-description .button-holder #buttonLink {
                min-width: 130px;
                font-size: 14px;
                letter-spacing: normal; }
                .product-hero .column-holder .col .bg-holder .product-price-description .button-holder #buttonLink p {
                  font-size: 14px; } }
            @media (max-width: 575px) {
              .product-hero .column-holder .col .bg-holder .product-price-description .button-holder #buttonLink {
                min-width: 113px;
                font-size: 14px;
                letter-spacing: normal;
                padding: 8px 28px; }
                .product-hero .column-holder .col .bg-holder .product-price-description .button-holder #buttonLink p {
                  font-size: 14px; } }
            .product-hero .column-holder .col .bg-holder .product-price-description .button-holder #buttonLink p {
              color: white; }
            .product-hero .column-holder .col .bg-holder .product-price-description .button-holder #buttonLink:hover {
              color: white;
              background: #223a94; }
            .product-hero .column-holder .col .bg-holder .product-price-description .button-holder #buttonLink:active {
              color: white;
              background: rgba(46, 78, 198, 0.6); }
            @media (max-width: 767px) {
              .product-hero .column-holder .col .bg-holder .product-price-description .button-holder #buttonLink {
                width: 100%; } }
          @media (max-width: 767px) {
            .product-hero .column-holder .col .bg-holder .product-price-description .button-holder .button {
              width: 100%; } }
      @media (max-width: 767px) {
        .product-hero .column-holder .col .bg-holder .accordion .accordion-item .accordion-btn::after {
          height: 20px;
          width: 3px;
          background-size: 14px;
          right: 8.5px; } }

@media (max-width: 767px) {
  .product-hero.filter-head h2 p {
    font-size: 22px !important; } }

.faqs .holder {
  background-color: #f7f7f7; }

.faqs .inner-container {
  padding: 64px 0;
  display: flex; }
  @media (max-width: 767px) {
    .faqs .inner-container {
      display: block;
      padding: 64px 28px; } }

.faqs .faqs-title {
  flex: 1; }
  .faqs .faqs-title h2 {
    margin: 36px 0 14px; }
    @media (max-width: 767px) {
      .faqs .faqs-title h2 {
        margin: 0;
        padding: 0; } }
    @media (min-width: 768px) {
      .faqs .faqs-title h2 p {
        font-size: 36px !important; } }
    @media (max-width: 767px) {
      .faqs .faqs-title h2 p {
        font-size: 22px !important; } }
    @media (max-width: 767px) {
      .faqs .faqs-title h2 *[class*="sd-simple-text"], .faqs .faqs-title h2 p {
        text-align: center; } }
    @media (max-width: 767px) {
      .faqs .faqs-title h2 *[class*="sd-simple-text"] br, .faqs .faqs-title h2 p br {
        display: none; } }

.faqs .basic-accordion .inner-container {
  padding: 0; }

.faqs .faqs-accordion {
  max-width: 800px; }
  @media (max-width: 767px) {
    .faqs .faqs-accordion .accordion-item .accordion-btn {
      padding-top: 14px;
      padding-bottom: 14px; } }
  .faqs .faqs-accordion .accordion-item .accordion-btn h5 {
    margin: 0;
    margin-left: 0; }
    @media (max-width: 767px) {
      .faqs .faqs-accordion .accordion-item .accordion-btn h5 *[class*="sd-simple-text"], .faqs .faqs-accordion .accordion-item .accordion-btn h5 p {
        text-align: left;
        font-size: 15px !important; } }

.package-hero.v2 {
  position: relative;
  z-index: 2; }
  .package-hero.v2:not(.b) .holder .fake-background [id*="sd-image"] {
    background-position: right center !important; }
    @media (max-width: 767px) {
      .package-hero.v2:not(.b) .holder .fake-background [id*="sd-image"] {
        background-image: url(https://cdn11.bigcommerce.com/s-q62ewc10kd/product_images/uploaded_images/bannerimagemobile.png) !important; } }
  .package-hero.v2 .holder {
    position: relative; }
    .package-hero.v2 .holder::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: -1px;
      right: -1px;
      background: url(../img/nav-divider-v2.png) top left;
      height: 20px;
      border-left: 1px solid #f2f2f2;
      border-right: 1px solid #f2f2f2;
      z-index: 0; }
      @media (max-width: 767px) {
        .package-hero.v2 .holder::after {
          background-repeat: no-repeat;
          bottom: 0;
          height: 14px;
          background: none !important; } }
    .package-hero.v2 .holder .fake-background [id*="sd-image"] {
      background-position: right center !important; }
      @media (max-width: 767px) {
        .package-hero.v2 .holder .fake-background [id*="sd-image"] {
          height: 185px !important;
          background-size: cover !important;
          background-position: center center !important; } }
    .package-hero.v2 .holder .inner-container {
      position: absolute;
      top: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      width: 80%;
      max-width: 580px;
      margin-left: 0;
      padding: 0;
      padding-left: 192px; }
      @media (max-width: 767px) {
        .package-hero.v2 .holder .inner-container {
          position: relative;
          width: 100%;
          top: -10px;
          padding: 30px 13px 40px;
          background: linear-gradient(90deg, #3bbb92, #01484c);
          -webkit-mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
          -webkit-mask-composite: source-in,source-over,xor; }
          .package-hero.v2 .holder .inner-container #sd-simple-text-editable-ed86637c-ec23-4607-80b0-2afe0aea2a4c p {
            color: #fff !important;
            font-weight: 400 !important; }
          .package-hero.v2 .holder .inner-container #sd-simple-text-editable-59ca8d79-2152-437e-8e73-3bc986e8c411 p {
            color: #fff !important;
            font-weight: 400 !important; }
          .package-hero.v2 .holder .inner-container #sd-simple-text-editable-3d5e7d9e-eeb9-4fe6-ad31-a105c3b4108a p {
            color: #fff !important;
            font-weight: 400 !important; }
          .package-hero.v2 .holder .inner-container #sd-simple-text-editable-b172a94b-11bf-4bb1-aad3-2c143adbf707 p {
            color: #fff !important;
            font-weight: 400 !important; }
          .package-hero.v2 .holder .inner-container #sd-simple-text-editable-77a78f95-e75a-4236-8e9d-c65350eef83f p {
            color: #fff !important;
            font-weight: 400 !important; }
          .package-hero.v2 .holder .inner-container #sd-simple-text-editable-6ca1a993-f90b-4992-bc59-5b67c1effa27 p {
            color: #fff !important;
            font-weight: 400 !important; } }
      .package-hero.v2 .holder .inner-container::before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 0;
        height: 25px;
        width: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #FFFFFF 100%); }
        @media (max-width: 767px) {
          .package-hero.v2 .holder .inner-container::before {
            background: none; } }
    .package-hero.v2 .holder h1 {
      font-family: konnect-regular, sans-serif;
      font-weight: bold !important;
      text-align: left !important;
      font-size: 34px !important; }
      @media (max-width: 767px) {
        .package-hero.v2 .holder h1 {
          text-align: center !important;
          color: #fff !important;
          font-weight: 800 !important; } }

.package-hero .inner-container {
  padding: 64px 64px 0; }
  @media (max-width: 767px) {
    .package-hero .inner-container {
      padding: 30px 28px 0; } }

.package-hero h1 {
  margin: 0 auto 16px;
  max-width: 860px;
  font-size: 32px !important;
  font-weight: 300 !important;
  font-family: konnect-regular, sans-serif !important;
  line-height: 1.21 !important;
  color: #333 !important;
  text-align: center !important; }
  @media (max-width: 767px) {
    .package-hero h1 {
      margin-bottom: 14px;
      padding-left: 16px;
      padding-right: 16px; } }
  @media (max-width: 767px) {
    .package-hero h1 {
      font-size: 22px !important;
      line-height: 1.2 !important; } }
  .package-hero h1 p {
    font-size: 32px !important;
    font-weight: 300 !important;
    font-family: konnect-regular, sans-serif !important;
    line-height: 1.21 !important;
    color: #333 !important;
    text-align: center !important; }
    @media (max-width: 767px) {
      .package-hero h1 p {
        font-size: 22px !important;
        line-height: 1.2 !important; } }

.package-hero .desc {
  max-width: 800px;
  margin: auto; }
  .package-hero .desc p {
    margin-bottom: 16px !important;
    font-size: 16px !important;
    font-family: konnect-regular, sans-serif !important;
    line-height: 1.69 !important;
    color: #333 !important; }
    @media (max-width: 767px) {
      .package-hero .desc p {
        font-size: 14px !important;
        line-height: 1.5 !important; } }

.product-comparison .container, .product-comparison .page-heading, .product-comparison .alertBox {
  border-top: 1px solid #f2f2f2; }

.product-comparison .inner-container {
  padding: 64px; }
  @media (max-width: 767px) {
    .product-comparison .inner-container {
      padding: 28px 28px 42px; } }

.product-comparison h2 {
  margin-bottom: 16px; }
  @media (max-width: 767px) {
    .product-comparison h2 p {
      font-size: 28px !important; } }

.product-comparison .desc {
  max-width: 800px;
  margin: 0 auto 16px; }
  .product-comparison .desc p {
    font-size: 16px !important;
    font-family: konnect-regular, sans-serif !important;
    line-height: 1.5 !important; }
    @media (max-width: 767px) {
      .product-comparison .desc p {
        font-size: 14px !important; } }

.product-comparison .table-holder {
  max-width: 910px;
  margin: 0 auto;
  text-align: center; }
  .product-comparison .table-holder table {
    font-family: konnect-regular, sans-serif;
    table-layout: fixed; }
  .product-comparison .table-holder h5 {
    font-weight: bold;
    margin: 16px 0;
    text-align: center;
    font-size: 20px; }
    .product-comparison .table-holder h5 a {
      font-weight: bold; }

.product-comparison .button-holder {
  margin-top: 32px; }
  .product-comparison .button-holder #buttonLink {
    transition: 0.2s all;
    text-transform: none !important;
    font-weight: 600;
    border: 1px solid transparent;
    outline: 0;
    cursor: pointer;
    font-family: konnect-regular, sans-serif;
    line-height: normal;
    color: black;
    min-width: 135px;
    padding: 9px 32px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 600;
    border-radius: 30px;
    background: #2E4EC6;
    color: white;
    border-radius: 25px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
    .product-comparison .button-holder #buttonLink:focus, .product-comparison .button-holder #buttonLink:hover, .product-comparison .button-holder #buttonLink:active {
      border: 1px solid transparent; }
    .product-comparison .button-holder #buttonLink[disabled] {
      background-color: #cecece !important; }
    .product-comparison .button-holder #buttonLink p {
      font-family: konnect-regular, sans-serif !important;
      text-transform: none !important;
      transition: all 300ms ease; }
    .product-comparison .button-holder #buttonLink p {
      margin: 0;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: normal;
      font-weight: 600; }
    @media (max-width: 767px) {
      .product-comparison .button-holder #buttonLink {
        min-width: 130px;
        font-size: 14px;
        letter-spacing: normal; }
        .product-comparison .button-holder #buttonLink p {
          font-size: 14px; } }
    @media (max-width: 575px) {
      .product-comparison .button-holder #buttonLink {
        min-width: 113px;
        font-size: 14px;
        letter-spacing: normal;
        padding: 8px 28px; }
        .product-comparison .button-holder #buttonLink p {
          font-size: 14px; } }
    .product-comparison .button-holder #buttonLink p {
      color: white; }
    .product-comparison .button-holder #buttonLink:hover {
      color: white;
      background: #223a94; }
    .product-comparison .button-holder #buttonLink:active {
      color: white;
      background: rgba(46, 78, 198, 0.6); }

.comparison-table thead td, .comparison-table thead th {
  padding: 16px;
  font-size: 16px; }
  @media (max-width: 767px) {
    .comparison-table thead td, .comparison-table thead th {
      padding: 14px;
      font-size: 14px; } }

.comparison-table tbody td, .comparison-table tbody th {
  padding: 16px;
  font-size: 14.4px; }
  @media (max-width: 767px) {
    .comparison-table tbody td, .comparison-table tbody th {
      padding: 12px;
      font-size: 12.6px; } }

.comparison-table .highlight td {
  background-color: #f7f7f7; }
  .comparison-table .highlight td:first-child {
    font-weight: bold; }

.comparison-table .icon-column {
  padding: 16px; }
  @media (max-width: 767px) {
    .comparison-table .icon-column {
      padding: 12px; } }

@media (max-width: 767px) {
  .comparison-table .button {
    min-width: unset;
    width: 100%;
    padding: 9px 5px; } }

.products .inner-container {
  padding-bottom: 64px; }
  @media (max-width: 767px) {
    .products .inner-container {
      padding: 28px;
      padding-top: 56px; } }

.products .column-holder {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-flow: wrap; }
  .products .column-holder .col {
    flex: 1;
    max-width: 550px;
    min-width: 300px;
    margin: 0 16px; }
    @media (max-width: 767px) {
      .products .column-holder .col {
        flex: 1 1 100%;
        margin: 0; } }
    .products .column-holder .col.smart-package {
      order: 1; }
      @media (max-width: 767px) {
        .products .column-holder .col.smart-package {
          margin-bottom: 14px; } }
      .products .column-holder .col.smart-package .bg-holder::before {
        content: 'Most Popular';
        display: block;
        background: #e0920a;
        color: #FFF;
        padding: 8px;
        font-weight: bold;
        text-align: center;
        font-size: 15px;
        line-height: 1.5;
        font-family: konnect-regular, sans-serif;
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        white-space: pre; }
        @media (max-width: 767px) {
          .products .column-holder .col.smart-package .bg-holder::before {
            padding: 7px;
            line-height: 1.64;
            font-size: 14px; } }
      .products .column-holder .col.smart-package .bg-holder .product-promotion {
        background-color: #e0920a; }
    .products .column-holder .col.basic-package {
      order: 2; }
      @media (max-width: 767px) {
        .products .column-holder .col.basic-package .monthly-price {
          display: none; } }
      @media (min-width: 768px) {
        .products .column-holder .col.basic-package .bg-holder .product-add-to-cart {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 76px; } }
    .products .column-holder .col.monthly-membership {
      order: 2; }
      @media (max-width: 767px) {
        .products .column-holder .col.monthly-membership {
          margin-bottom: 14px;
          order: 1; } }
      .products .column-holder .col.monthly-membership .bg-holder::before {
        content: 'Most Popular';
        display: block;
        background: #e0920a;
        color: #FFF;
        padding: 8px;
        font-weight: bold;
        text-align: center;
        font-size: 15px;
        line-height: 1.5;
        font-family: konnect-regular, sans-serif;
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        white-space: pre; }
        @media (max-width: 767px) {
          .products .column-holder .col.monthly-membership .bg-holder::before {
            padding: 7px;
            line-height: 1.64;
            font-size: 14px; } }
      .products .column-holder .col.monthly-membership .bg-holder .product-promotion {
        background-color: #e0920a; }
    .products .column-holder .col.purchase {
      order: 1; }
      @media (max-width: 767px) {
        .products .column-holder .col.purchase {
          order: 2; } }
      .products .column-holder .col.purchase .bg-holder .product-promotion {
        visibility: hidden; }
        @media (max-width: 767px) {
          .products .column-holder .col.purchase .bg-holder .product-promotion {
            display: none; } }
      @media (min-width: 768px) {
        .products .column-holder .col.purchase .bg-holder .product-add-to-cart {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 76px; } }
      .products .column-holder .col.purchase .bg-holder .product-price-description {
        background-color: transparent; }
        @media (max-width: 767px) {
          .products .column-holder .col.purchase .bg-holder .product-price-description {
            display: none; } }
    .products .column-holder .col .bg-holder {
      position: relative;
      height: 100%;
      display: flex;
      flex-direction: column;
      flex-flow: wrap;
      align-content: flex-start;
      color: #333;
      background: #f9f9f9;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2); }
      .products .column-holder .col .bg-holder .product-title {
        order: 1;
        margin-top: 24px;
        padding: 0 24px;
        font-size: 24px;
        font-family: konnect-regular, sans-serif;
        font-weight: bold;
        line-height: 1.64;
        text-align: center;
        flex: 1 1 100%; }
        @media (max-width: 767px) {
          .products .column-holder .col .bg-holder .product-title {
            margin-top: 18px;
            line-height: 1.2;
            font-size: 18px;
            text-align: left;
            padding: 0 14px; } }
      .products .column-holder .col .bg-holder .product-subtitle {
        order: 2;
        padding: 0 14px;
        font-size: 14px;
        line-height: 1.5;
        font-family: konnect-regular, sans-serif;
        text-align: center;
        flex: 1 1 100%; }
        @media (max-width: 767px) {
          .products .column-holder .col .bg-holder .product-subtitle {
            text-align: left;
            font-size: 12px; } }
      .products .column-holder .col .bg-holder .product-price-description {
        order: 3;
        background-color: #f2f2f2;
        color: #333;
        font-weight: bold;
        font-family: konnect-regular, sans-serif;
        font-size: 20px;
        line-height: 1.5;
        margin-top: 24px;
        padding: 12px 32px;
        text-align: center;
        flex: 1 1 100%; }
        @media (max-width: 767px) {
          .products .column-holder .col .bg-holder .product-price-description {
            margin-top: 12px;
            font-size: 12.6px;
            line-height: 1.53;
            padding: 12px; } }
      .products .column-holder .col .bg-holder .product-thumbnail {
        order: 4;
        padding: 16px;
        text-align: center;
        flex: 1 1 100%; }
        @media (max-width: 767px) {
          .products .column-holder .col .bg-holder .product-thumbnail {
            padding: 12px;
            order: 5; } }
        .products .column-holder .col .bg-holder .product-thumbnail a {
          display: inline-block; }
          .products .column-holder .col .bg-holder .product-thumbnail a img {
            height: 220px;
            width: auto;
            vertical-align: top;
            object-fit: contain; }
      .products .column-holder .col .bg-holder .product-options {
        order: 5;
        padding: 16px 32px; }
        @media (max-width: 767px) {
          .products .column-holder .col .bg-holder .product-options {
            order: 7;
            flex: 0 0 100%;
            padding: 12px 25px; } }
        .products .column-holder .col .bg-holder .product-options .form-label {
          margin-bottom: 15px;
          font-size: 18px;
          font-weight: bold;
          line-height: 1.28;
          color: #333; }
        .products .column-holder .col .bg-holder .product-options .option-group.product-list {
          display: none; }
        @media (max-width: 767px) {
          .products .column-holder .col .bg-holder .product-options .options {
            display: block;
            text-align: left;
            margin: 0 -5px;
            width: auto; } }
        .products .column-holder .col .bg-holder .product-options .options .option-wrapper {
          position: relative;
          display: inline-block; }
          @media (max-width: 767px) {
            .products .column-holder .col .bg-holder .product-options .options .option-wrapper {
              padding: 0px 5px;
              float: left;
              width: 25%; } }
          .products .column-holder .col .bg-holder .product-options .options .option-wrapper .form-radio:checked + .option {
            box-shadow: none;
            border-color: #2E4EC6; }
          .products .column-holder .col .bg-holder .product-options .options .option-wrapper .option {
            cursor: pointer;
            min-height: 80px;
            width: 100px;
            margin-right: 16px;
            margin-bottom: 23px;
            padding: 0;
            border: solid 2px rgba(224, 224, 224, 0.68);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-flow: wrap;
            outline: none !important;
            transition: all 300ms ease; }
            @media (max-width: 767px) {
              .products .column-holder .col .bg-holder .product-options .options .option-wrapper .option {
                margin-right: 0;
                width: auto; } }
            .products .column-holder .col .bg-holder .product-options .options .option-wrapper .option .bg-color {
              display: block;
              margin: auto;
              margin-bottom: 5px;
              width: 23px;
              height: 23px;
              border-radius: 50%; }
            .products .column-holder .col .bg-holder .product-options .options .option-wrapper .option .color-label {
              display: block;
              font-size: 13px;
              line-height: 1.77;
              text-align: center;
              color: #333;
              font-family: konnect-regular, sans-serif; }
      .products .column-holder .col .bg-holder .product-promotion {
        order: 6;
        background-color: #2E4EC6;
        padding: 8px 32px;
        font-size: 16px;
        font-family: konnect-regular, sans-serif;
        line-height: 1.5;
        color: white;
        text-align: center;
        flex: 1 1 100%; }
        @media (max-width: 767px) {
          .products .column-holder .col .bg-holder .product-promotion {
            order: 7;
            font-size: 14px;
            line-height: 1.79;
            padding: 7px 28px; } }
      .products .column-holder .col .bg-holder .product-price {
        order: 7;
        padding: 16px;
        font-size: 16px;
        display: flex;
        text-align: center;
        justify-content: center;
        flex-flow: wrap;
        align-items: stretch;
        font-family: konnect-regular, sans-serif;
        flex: 1 1 100%; }
        @media (max-width: 767px) {
          .products .column-holder .col .bg-holder .product-price {
            order: 5; } }
        .products .column-holder .col .bg-holder .product-price .product-full-price {
          order: 1;
          border: 1px solid #F2F2F2;
          padding: 8px;
          flex: 1;
          display: flex;
          flex-flow: wrap;
          align-items: center;
          justify-content: center; }
        .products .column-holder .col .bg-holder .product-price .or {
          order: 2;
          padding: 5px;
          font-weight: bold;
          display: flex;
          align-items: center; }
        .products .column-holder .col .bg-holder .product-price .payment-option {
          order: 3;
          border: 1px solid #F2F2F2;
          padding: 8px;
          flex: 1;
          display: flex;
          flex-flow: wrap;
          align-items: center;
          justify-content: center; }
        .products .column-holder .col .bg-holder .product-price .monthly-price {
          order: 4;
          min-height: 24px;
          font-size: 16px;
          line-height: 1.5;
          flex: 1 1 100%;
          margin-top: 8px; }
          @media (max-width: 767px) {
            .products .column-holder .col .bg-holder .product-price .monthly-price {
              min-height: unset;
              font-size: 12.6px;
              line-height: 1.64;
              padding: 0 32px;
              margin-bottom: 0;
              white-space: nowrap;
              padding: 0;
              padding-left: 15px; } }
        .products .column-holder .col .bg-holder .product-price .label {
          font-size: 16px;
          font-weight: normal;
          line-height: 1.5;
          float: none;
          display: block;
          flex: 1 1 100%; }
          @media (max-width: 767px) {
            .products .column-holder .col .bg-holder .product-price .label {
              font-size: 14px;
              line-height: 1.93; } }
        .products .column-holder .col .bg-holder .product-price .amount {
          font-size: 19px;
          line-height: 1.5;
          margin: 0 4px;
          font-weight: bold;
          color: #2E4EC6;
          word-spacing: -4px; }
          @media (max-width: 767px) {
            .products .column-holder .col .bg-holder .product-price .amount {
              font-size: 17px; } }
          .products .column-holder .col .bg-holder .product-price .amount.sale {
            color: #e0090b; }
            .products .column-holder .col .bg-holder .product-price .amount.sale .original {
              font-size: 15px;
              font-weight: 600;
              color: #333;
              margin-right: 6px; }
              @media (max-width: 767px) {
                .products .column-holder .col .bg-holder .product-price .amount.sale .original {
                  font-size: 11px; } }
          @media (max-width: 767px) {
            .products .column-holder .col .bg-holder .product-price .amount {
              font-size: 16px;
              line-height: 1.71; } }
      .products .column-holder .col .bg-holder .product-description {
        order: 8;
        padding: 16px 32px;
        font-size: 16px;
        font-family: konnect-regular, sans-serif;
        flex: 1 1 100%; }
        @media (max-width: 767px) {
          .products .column-holder .col .bg-holder .product-description {
            padding: 10px 25px 0; } }
        .products .column-holder .col .bg-holder .product-description p {
          margin-bottom: 16px; }
          @media (max-width: 767px) {
            .products .column-holder .col .bg-holder .product-description p {
              margin-bottom: 0; } }
        .products .column-holder .col .bg-holder .product-description ul {
          list-style: disc;
          padding-left: 18px;
          margin: 16px 0; }
          @media (max-width: 767px) {
            .products .column-holder .col .bg-holder .product-description ul {
              margin: 12px 0 32px; } }
          .products .column-holder .col .bg-holder .product-description ul li {
            margin-bottom: 8px; }
      .products .column-holder .col .bg-holder .product-add-to-cart {
        order: 9;
        padding: 16px;
        margin-top: auto;
        text-align: center;
        flex: 1 1 100%; }
        @media (max-width: 767px) {
          .products .column-holder .col .bg-holder .product-add-to-cart {
            padding: 0 12px 12px; } }
        @media (max-width: 767px) {
          .products .column-holder .col .bg-holder .product-add-to-cart .button {
            width: 100%; } }

.custom-text .holder {
  padding-top: 70px;
  padding-bottom: 16px;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media (max-width: 575px) {
    .custom-text .holder {
      padding-top: 31px;
      padding-bottom: 0; } }
  .custom-text .holder .inner-container {
    max-width: 876px; }
    .custom-text .holder .inner-container h2 {
      margin-bottom: 13px;
      padding-left: 16px;
      padding-right: 16px; }
      .custom-text .holder .inner-container h2 p {
        font-size: 40px !important; }
        @media (max-width: 575px) {
          .custom-text .holder .inner-container h2 p {
            font-size: 28px !important;
            line-height: 1.2; } }
    .custom-text .holder .inner-container a {
      font-size: inherit; }
    .custom-text .holder .inner-container .desc p {
      font-size: 16px !important;
      margin-bottom: 17px;
      font-family: konnect-regular, sans-serif; }
      .custom-text .holder .inner-container .desc p a {
        color: #2E4EC6; }
      @media (max-width: 575px) {
        .custom-text .holder .inner-container .desc p {
          font-size: 14px !important;
          margin-bottom: 0; } }

@media (max-width: 767px) {
  .single-product .inner-container {
    padding-left: 13px;
    padding-right: 13px; } }

.single-product .slick-list {
  height: 100%; }

.single-product .productView {
  padding: 0;
  padding-top: 40px;
  margin: 0; }
  @media (max-width: 767px) {
    .single-product .productView {
      padding-top: 0;
      padding-top: 50px; } }
  .single-product .productView .columns-holder {
    display: flex;
    gap: 30px; }
    @media (max-width: 767px) {
      .single-product .productView .columns-holder {
        flex-direction: column;
        flex-flow: wrap;
        gap: 0; } }
    .single-product .productView .columns-holder .left {
      flex: 1 1 41%; }
      @media (max-width: 767px) {
        .single-product .productView .columns-holder .left {
          flex: 1 1 100%; } }
      .single-product .productView .columns-holder .left .productView-details {
        display: none; }
        @media (max-width: 767px) {
          .single-product .productView .columns-holder .left .productView-details {
            display: block; } }
    .single-product .productView .columns-holder .right {
      flex: 1 1 59%; }
      @media (max-width: 767px) {
        .single-product .productView .columns-holder .right {
          padding: 0;
          flex: 1 1 100%; } }
      @media (max-width: 767px) {
        .single-product .productView .columns-holder .right .productView-details.product-data {
          display: none; } }
      .single-product .productView .columns-holder .right .cart-slider {
        margin: 32px 0; }
        @media (max-width: 767px) {
          .single-product .productView .columns-holder .right .cart-slider {
            margin: 16px 0; } }
        .single-product .productView .columns-holder .right .cart-slider .item {
          padding: 6px; }
          .single-product .productView .columns-holder .right .cart-slider .item .holder {
            display: flex;
            background-color: #ffffff;
            padding: 24px;
            box-shadow: 0 3px 6px 0 rgba(0, 0, 32, 0.15);
            align-items: center;
            justify-content: space-between;
            border-radius: 4px; }
            @media (max-width: 767px) {
              .single-product .productView .columns-holder .right .cart-slider .item .holder {
                padding: 16px; } }
            .single-product .productView .columns-holder .right .cart-slider .item .holder .img-holder img {
              max-height: 80px; }
              @media (max-width: 767px) {
                .single-product .productView .columns-holder .right .cart-slider .item .holder .img-holder img {
                  max-height: 95px; } }
            .single-product .productView .columns-holder .right .cart-slider .item .holder .desc-holder {
              padding-left: 32px; }
              @media (max-width: 767px) {
                .single-product .productView .columns-holder .right .cart-slider .item .holder .desc-holder {
                  padding-left: 28px; } }
              .single-product .productView .columns-holder .right .cart-slider .item .holder .desc-holder p {
                margin: 0; }
        .single-product .productView .columns-holder .right .cart-slider .slick-dots {
          padding: 12px 0;
          bottom: 0; }
          .single-product .productView .columns-holder .right .cart-slider .slick-dots li {
            padding: 0;
            height: auto;
            width: auto; }
            .single-product .productView .columns-holder .right .cart-slider .slick-dots li.slick-active button::before {
              background-color: #2E4EC6; }
            .single-product .productView .columns-holder .right .cart-slider .slick-dots li button {
              margin: 0 4px;
              border-color: #2E4EC6;
              display: block; }
              .single-product .productView .columns-holder .right .cart-slider .slick-dots li button:hover::before {
                background-color: rgba(42, 133, 107, 0.32); }
  .single-product .productView .productView-images {
    padding: 0;
    float: none;
    width: 100%; }
    @media (max-width: 767px) {
      .single-product .productView .productView-images {
        margin: 0; } }
    .single-product .productView .productView-images .productView-image {
      pointer-events: auto;
      display: block; }
      @media (max-width: 767px) {
        .single-product .productView .productView-images .productView-image {
          pointer-events: none; } }
      @media (max-width: 767px) {
        .single-product .productView .productView-images .productView-image.has-pointer {
          pointer-events: auto; } }
      .single-product .productView .productView-images .productView-image .productView-img-container {
        max-width: unset;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 440px;
        gap: 10px; }
        @media (max-width: 767px) {
          .single-product .productView .productView-images .productView-image .productView-img-container {
            height: 350px; } }
        .single-product .productView .productView-images .productView-image .productView-img-container.no-slick .item {
          cursor: pointer; }
          .single-product .productView .productView-images .productView-image .productView-img-container.no-slick .item:first-child {
            cursor: default;
            pointer-events: none;
            height: 100%; }
        .single-product .productView .productView-images .productView-image .productView-img-container.slick-slider {
          display: block; }
          .single-product .productView .productView-images .productView-image .productView-img-container.slick-slider img {
            max-height: 440px !important; }
            @media (max-width: 767px) {
              .single-product .productView .productView-images .productView-image .productView-img-container.slick-slider img {
                max-height: auto !important; } }
        .single-product .productView .productView-images .productView-image .productView-img-container::after {
          display: none; }
        .single-product .productView .productView-images .productView-image .productView-img-container img {
          position: static;
          width: auto;
          max-height: 100% !important; }
          @media (max-width: 767px) {
            .single-product .productView .productView-images .productView-image .productView-img-container img {
              max-height: 55px !important; } }
        .single-product .productView .productView-images .productView-image .productView-img-container .item {
          width: calc(100% - 350px);
          max-height: 100px;
          text-align: center; }
          @media (max-width: 767px) {
            .single-product .productView .productView-images .productView-image .productView-img-container .item {
              width: 26%;
              max-height: 80px; } }
          .single-product .productView .productView-images .productView-image .productView-img-container .item:first-child {
            width: 350px;
            max-height: unset; }
            @media (max-width: 767px) {
              .single-product .productView .productView-images .productView-image .productView-img-container .item:first-child {
                width: calc(74% - 10px);
                max-height: 300px; } }
            @media (max-width: 767px) {
              .single-product .productView .productView-images .productView-image .productView-img-container .item:first-child img {
                max-height: 250px !important; } }
      .single-product .productView .productView-images .productView-image .easyzoom-flyout {
        display: none; }
    .single-product .productView .productView-images .productView-thumbnails {
      margin: 0;
      margin-top: 8px;
      display: none; }
      @media (max-width: 767px) {
        .single-product .productView .productView-images .productView-thumbnails.images-1 .slick-track {
          transform: none !important; } }
      .single-product .productView .productView-images .productView-thumbnails.slick-slider {
        display: block; }
      @media (max-width: 767px) {
        .single-product .productView .productView-images .productView-thumbnails.three-thumbnails .slick-track {
          transform: none !important; } }
      @media (max-width: 767px) {
        .single-product .productView .productView-images .productView-thumbnails.three-thumbnails .item.slick-current a, .single-product .productView .productView-images .productView-thumbnails.three-thumbnails .item.slick-center a {
          border-color: #f2f2f2; } }
      @media (max-width: 767px) {
        .single-product .productView .productView-images .productView-thumbnails.three-thumbnails .item.slick-current a {
          border-color: #333; } }
      @media (max-width: 767px) {
        .single-product .productView .productView-images .productView-thumbnails .item.slick-current a, .single-product .productView .productView-images .productView-thumbnails .item.slick-center a {
          border-color: #f2f2f2; } }
      @media (max-width: 767px) {
        .single-product .productView .productView-images .productView-thumbnails .item.slick-current a {
          border-color: #333; } }
      .single-product .productView .productView-images .productView-thumbnails .slick-list {
        height: 100%;
        margin: 0; }
      @media (min-width: 768px) {
        .single-product .productView .productView-images .productView-thumbnails .slick-track {
          transform: none !important; } }
      .single-product .productView .productView-images .productView-thumbnails .item {
        width: auto;
        padding: 0; }
        .single-product .productView .productView-images .productView-thumbnails .item.slick-current a, .single-product .productView .productView-images .productView-thumbnails .item.slick-center a {
          border-color: #333; }
        .single-product .productView .productView-images .productView-thumbnails .item .img-holder {
          padding: 8px; }
        .single-product .productView .productView-images .productView-thumbnails .item a {
          display: block;
          max-width: unset;
          height: auto;
          width: auto;
          border: 2px solid #f2f2f2;
          transition: all 300ms ease; }
        .single-product .productView .productView-images .productView-thumbnails .item img {
          display: block;
          margin: auto;
          position: static;
          max-width: unset;
          max-height: unset;
          width: 70px;
          height: 70px;
          object-fit: cover; }
  .single-product .productView .productView-details {
    padding: 0;
    float: none;
    width: 100%; }
    .single-product .productView .productView-details .productView-product {
      padding-bottom: 32px;
      border: none; }
      @media (max-width: 767px) {
        .single-product .productView .productView-details .productView-product {
          padding-bottom: 30px; } }
      .single-product .productView .productView-details .productView-product h1 {
        margin: 0;
        font-size: 28px;
        font-weight: 600;
        line-height: 1.21;
        color: #333; }
        @media (max-width: 767px) {
          .single-product .productView .productView-details .productView-product h1 {
            text-align: center; } }
    .single-product .productView .productView-details .productView-options {
      font-family: konnect-regular, sans-serif;
      text-align: left; }
      @media (max-width: 767px) {
        .single-product .productView .productView-details .productView-options {
          margin-bottom: 40px; }
          .single-product .productView .productView-details .productView-options .filter-sale {
            margin-top: 30px; }
            .single-product .productView .productView-details .productView-options .filter-sale p {
              font-size: 16px !important; } }
      .single-product .productView .productView-details .productView-options .product-description {
        margin-top: 16px; }
        .single-product .productView .productView-details .productView-options .product-description ul {
          margin-bottom: 16px;
          list-style-position: inside;
          list-style: none; }
          .single-product .productView .productView-details .productView-options .product-description ul > li {
            margin: 8px 0;
            display: flex;
            align-items: baseline; }
            .single-product .productView .productView-details .productView-options .product-description ul > li::before {
              content: "\2022";
              color: #000;
              font-weight: bold;
              display: inline-block;
              margin-right: 14px;
              font-size: 23px; }
      .single-product .productView .productView-details .productView-options .form-field {
        margin: 0; }
        .single-product .productView .productView-details .productView-options .form-field.form-field--increments {
          flex-wrap: wrap; }
          .single-product .productView .productView-details .productView-options .form-field.form-field--increments .form-label {
            width: 100% !important;
            margin: 25px 0 10px !important;
            display: block !important;
            font-size: 17px !important; }
        .single-product .productView .productView-details .productView-options .form-field.form-field--stock {
          display: none; }
      .single-product .productView .productView-details .productView-options .form-label {
        margin-bottom: 15px;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.28;
        color: #333; }
        @media (max-width: 767px) {
          .single-product .productView .productView-details .productView-options .form-label {
            margin: 15px 15px 0; } }
      .single-product .productView .productView-details .productView-options .options::before, .single-product .productView .productView-details .productView-options .options::after {
        content: '';
        display: table;
        clear: both; }
      @media (max-width: 767px) {
        .single-product .productView .productView-details .productView-options .options {
          display: block;
          text-align: left;
          margin: 15px 0;
          margin-bottom: 30px;
          width: auto;
          padding-left: 10px;
          padding-right: 10px; } }
      @media (max-width: 767px) {
        .single-product .productView .productView-details .productView-options .options .form-option-wrapper {
          padding: 0px 5px;
          float: left;
          width: 33%; } }
      .single-product .productView .productView-details .productView-options .form-option-wrapper .form-radio:checked + .form-option {
        box-shadow: none;
        border-color: #2E4EC6; }
        .single-product .productView .productView-details .productView-options .form-option-wrapper .form-radio:checked + .form-option .color-label {
          font-weight: bolder; }
      .single-product .productView .productView-details .productView-options .form-option-wrapper .form-option {
        min-height: 80px;
        min-width: 110px;
        min-height: 110px;
        margin-right: 16px;
        margin-bottom: 23px;
        padding: 0;
        border: solid 2px rgba(224, 224, 224, 0.68);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: wrap;
        outline: none !important; }
        @media (max-width: 767px) {
          .single-product .productView .productView-details .productView-options .form-option-wrapper .form-option {
            min-width: 80px;
            min-height: 80px;
            margin-bottom: 10px; } }
        @media (max-width: 767px) {
          .single-product .productView .productView-details .productView-options .form-option-wrapper .form-option {
            margin-right: 0;
            width: auto; } }
        .single-product .productView .productView-details .productView-options .form-option-wrapper .form-option .form-option-variant {
          display: block;
          height: auto;
          width: auto;
          text-align: center; }
        .single-product .productView .productView-details .productView-options .form-option-wrapper .form-option .bg-color {
          display: block;
          margin: auto;
          margin-bottom: 5px;
          width: 52px;
          height: 52px;
          border-radius: 50%;
          border: solid 2px rgba(224, 224, 224, 0.68); }
          @media (max-width: 767px) {
            .single-product .productView .productView-details .productView-options .form-option-wrapper .form-option .bg-color {
              height: 38px;
              width: 38px; } }
        .single-product .productView .productView-details .productView-options .form-option-wrapper .form-option .color-label {
          display: block;
          font-size: 16px;
          line-height: 1.77;
          text-align: center;
          color: #333; }
          @media (max-width: 767px) {
            .single-product .productView .productView-details .productView-options .form-option-wrapper .form-option .color-label {
              line-height: 1.2;
              font-size: 14px; } }
        .single-product .productView .productView-details .productView-options .form-option-wrapper .form-option .form-option-variant--pattern {
          flex: 0 0 100%;
          margin-top: 10px;
          height: 70px;
          width: 100%;
          background-size: contain;
          background-position: center; }
        .single-product .productView .productView-details .productView-options .form-option-wrapper .form-option .pattern-name {
          display: block;
          flex: 0 0 100%;
          font-size: 12px;
          font-weight: 300;
          line-height: 1.5;
          padding: 0 10px 10px;
          text-align: center; }
        .single-product .productView .productView-details .productView-options .form-option-wrapper .form-option .form-option-expanded {
          display: none; }
      .single-product .productView .productView-details .productView-options .productView-price {
        font-size: 16px;
        margin-bottom: 0; }
        @media (max-width: 767px) {
          .single-product .productView .productView-details .productView-options .productView-price {
            font-size: 14px; } }
        .single-product .productView .productView-details .productView-options .productView-price .product-price {
          display: flex;
          text-align: center;
          justify-content: center;
          flex-flow: wrap;
          align-items: stretch; }
          .single-product .productView .productView-details .productView-options .productView-price .product-price del {
            font-size: 0.8em; }
            .single-product .productView .productView-details .productView-options .productView-price .product-price del .amount {
              color: inherit; }
          .single-product .productView .productView-details .productView-options .productView-price .product-price ins {
            text-decoration: none; }
          .single-product .productView .productView-details .productView-options .productView-price .product-price ins .amount {
            color: #e00a0a; }
          .single-product .productView .productView-details .productView-options .productView-price .product-price .or {
            padding: 0.3em;
            font-weight: 700;
            display: flex;
            align-items: center; }
          .single-product .productView .productView-details .productView-options .productView-price .product-price .label {
            font-weight: 400;
            float: none;
            display: block;
            flex: 1 1 100%; }
          .single-product .productView .productView-details .productView-options .productView-price .product-price .note {
            display: block;
            font-size: 0.8em; }
          .single-product .productView .productView-details .productView-options .productView-price .product-price .product-full-price,
          .single-product .productView .productView-details .productView-options .productView-price .product-price .payment-option {
            border: 1px solid #f2f2f2;
            padding: 0.5em;
            flex: 1;
            display: flex;
            flex-flow: wrap;
            align-items: center;
            justify-content: center;
            text-align: center; }
            .single-product .productView .productView-details .productView-options .productView-price .product-price .product-full-price .label,
            .single-product .productView .productView-details .productView-options .productView-price .product-price .payment-option .label {
              align-self: flex-end; }
            .single-product .productView .productView-details .productView-options .productView-price .product-price .product-full-price .price,
            .single-product .productView .productView-details .productView-options .productView-price .product-price .payment-option .price {
              text-align: center;
              align-self: flex-start; }
          .single-product .productView .productView-details .productView-options .productView-price .product-price .monthly-price {
            flex: 1 1 100%;
            margin-top: 0.5em; }
          .single-product .productView .productView-details .productView-options .productView-price .product-price .subscription-prices {
            flex: 0 1 100%;
            text-align: left; }
          .single-product .productView .productView-details .productView-options .productView-price .product-price .subscription-prices .subscription-price {
            padding: 1em 0;
            font-size: 1.4em;
            border-bottom: 2px solid #f2f2f2; }
          .single-product .productView .productView-details .productView-options .productView-price .product-price .subscription-prices .subscription-price .label {
            display: inline;
            float: none;
            font-weight: bold; }
          .single-product .productView .productView-details .productView-options .productView-price .product-price .subscription-prices .subscription-price del {
            display: inline-block;
            margin-right: 5px;
            font-size: 100%; }
          .single-product .productView .productView-details .productView-options .productView-price .product-price .subscription-prices .subscription-price small {
            font-size: 80%; }
          .single-product .productView .productView-details .productView-options .productView-price .product-price .subscription-prices .subscription-price .description {
            font-size: 0.7em; }
          .single-product .productView .productView-details .productView-options .productView-price .product-price .subscription-prices .subscription-price .price {
            float: right; }
          .single-product .productView .productView-details .productView-options .productView-price .product-price .subscription-prices .subscription-price .amount {
            font-weight: bold;
            color: #2E4EC6;
            font-size: 1em;
            white-space: nowrap; }
        .single-product .productView .productView-details .productView-options .productView-price .original {
          margin-right: 5px;
          color: #000000;
          font-size: 80%; }
        .single-product .productView .productView-details .productView-options .productView-price .amount {
          margin: 0 0.2em;
          font-weight: 700;
          color: #2E4EC6;
          margin-top: 5px !important;
          font-size: 22.4px;
          word-spacing: -5px; }
          @media (max-width: 767px) {
            .single-product .productView .productView-details .productView-options .productView-price .amount {
              font-size: 19.6px; } }
          .single-product .productView .productView-details .productView-options .productView-price .amount.sale {
            color: #e0090b;
            margin-left: 5px; }
            .single-product .productView .productView-details .productView-options .productView-price .amount.sale .original {
              color: #333;
              font-size: 80%;
              margin-right: 10px; }
        .single-product .productView .productView-details .productView-options .productView-price .product-price .amount {
          font-size: 1.2em; }
        .single-product .productView .productView-details .productView-options .productView-price .price-section {
          display: inline-block;
          color: #2E4EC6;
          font-size: 24px; }
      .single-product .productView .productView-details .productView-options .payment-details {
        padding: 1em 0;
        font-size: 14px;
        line-height: 1.64;
        color: #333; }
        .single-product .productView .productView-details .productView-options .payment-details.orange {
          margin-top: 16px;
          padding: 1em;
          color: #ffffff;
          background-color: #e0920a;
          font-weight: bold;
          font-size: 20px;
          text-align: center; }
          @media (max-width: 767px) {
            .single-product .productView .productView-details .productView-options .payment-details.orange {
              font-size: 16px; } }
          .single-product .productView .productView-details .productView-options .payment-details.orange a {
            color: #ffffff;
            font-weight: bold; }
        @media (max-width: 767px) {
          .single-product .productView .productView-details .productView-options .payment-details {
            font-size: 12px; } }
    @media (max-width: 767px) {
      .single-product .productView .productView-details .form-action .button {
        font-size: 16px;
        padding: 13px 37px;
        min-width: 320px;
        border-radius: 999px; } }

@media (max-width: 767px) {
  .single-product div[data-entity-id="117"] .form-option-wrapper, .single-product div[data-entity-id="116"] .form-option-wrapper {
    padding: 0px 5px;
    float: left;
    width: 33% !important; } }

@media (max-width: 767px) {
  .single-product div[data-entity-id="117"] .productView-img-container, .single-product div[data-entity-id="116"] .productView-img-container {
    height: 295px !important; } }

@media (max-width: 767px) {
  .single-product div[data-entity-id="117"] .productView-product h1, .single-product div[data-entity-id="116"] .productView-product h1 {
    margin-bottom: 20px !important; } }

@media (max-width: 767px) {
  button#form-action-addToCart {
    width: 100%;
    padding: 11px;
    position: relative;
    top: -20px; } }

@media (max-width: 500px) {
  button#form-action-addToCart {
    top: 0px !important; } }

#selected-color-label {
  color: #fff !important; }

h3.gift-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.28;
  color: #333; }

.gift-option {
  display: flex;
  flex-wrap: wrap;
  border: 0 !important;
  gap: 10px;
  padding-left: 3px !important; }
  .gift-option .option-label {
    width: 100%; }
  .gift-option li div {
    border: solid 2px rgba(224, 224, 224, 0.68); }
    .gift-option li div.selected {
      border: solid 2px #2E4EC6 !important; }
  .gift-option li input {
    display: none; }
  .gift-option li img {
    width: 110px;
    height: 115px; }

.previewCartWrapper {
  position: relative;
  padding: 16px;
  max-height: unset;
  font-family: 'Proxima Nova'; }
  @media (max-width: 767px) {
    .previewCartWrapper {
      padding: 12px; } }
  .previewCartWrapper .previewCartList {
    margin-bottom: 16px; }
  .previewCartWrapper .previewCartItem {
    display: flex;
    flex-wrap: nowrap;
    padding-top: 16px;
    padding-bottom: 16px;
    align-items: top !important;
    flex-flow: wrap;
    position: relative; }
    @media (max-width: 767px) {
      .previewCartWrapper .previewCartItem {
        margin-bottom: 20px;
        padding-top: 12px;
        padding-bottom: 12px; } }
    .previewCartWrapper .previewCartItem.redesign .previewCartItem-content {
      flex-basis: 100%;
      padding: 0 !important;
      margin-bottom: 0; }
    .previewCartWrapper .previewCartItem.redesign .amount {
      word-spacing: -4px; }
    .previewCartWrapper .previewCartItem.redesign .pricing {
      margin-bottom: 15px; }
    .previewCartWrapper .previewCartItem.redesign .pay-now {
      margin: 0;
      color: #a6a6a6;
      font-size: 12px; }
    .previewCartWrapper .previewCartItem.add-on::before {
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      background: #FFF;
      padding: 0 .5em;
      transform: translate(-50%, -50%);
      font-size: 1.2em;
      font-weight: 700; }
    .previewCartWrapper .previewCartItem.add-on .product-price {
      text-align: right;
      display: block;
      flex: 1 1 100%; }
      .previewCartWrapper .previewCartItem.add-on .product-price .amount {
        color: #2E4EC6;
        font-weight: 700; }
      .previewCartWrapper .previewCartItem.add-on .product-price .label {
        float: left; }
    .previewCartWrapper .previewCartItem + .previewCartItem {
      border-top: 0; }
    .previewCartWrapper .previewCartItem .label {
      font-size: 14px;
      line-height: 1.4;
      font-weight: 700; }
      @media (max-width: 767px) {
        .previewCartWrapper .previewCartItem .label {
          font-size: 13px; } }
      .previewCartWrapper .previewCartItem .label.service-cost {
        font-size: 16px; }
        @media (max-width: 767px) {
          .previewCartWrapper .previewCartItem .label.service-cost {
            font-size: 14px; } }
  .previewCartWrapper h3 {
    margin: 0;
    padding-bottom: 16px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    border-bottom: 1px solid #f2f2f2; }
    @media (max-width: 767px) {
      .previewCartWrapper h3 {
        font-size: 16px;
        padding-bottom: 12px; } }
  .previewCartWrapper .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 6px; }
    @media (max-width: 767px) {
      .previewCartWrapper .close-btn {
        top: 4px; } }
    @media (max-width: 767px) {
      .previewCartWrapper .close-btn img {
        width: 16px; } }
  .previewCartWrapper .previewCartItem-image {
    display: block;
    flex: 0 0 40px;
    padding: 0;
    padding-top: 16px;
    width: auto; }
    .previewCartWrapper .previewCartItem-image::after {
      display: none; }
    .previewCartWrapper .previewCartItem-image img {
      position: static;
      max-height: unset;
      width: 100%; }
  .previewCartWrapper .previewCartItem-content {
    position: relative;
    padding: 0;
    padding-top: 16px;
    padding-left: 10px !important;
    flex: 1;
    display: flex;
    flex-flow: column; }
    .previewCartWrapper .previewCartItem-content .cart-remove {
      position: absolute;
      top: 0;
      right: 0;
      left: auto;
      bottom: auto;
      height: 16px;
      width: 16px;
      margin: 0;
      float: none;
      padding: 0;
      background-color: transparent; }
    .previewCartWrapper .previewCartItem-content h6 {
      margin: 0 0 15px;
      font-size: 13px !important;
      font-weight: 700;
      line-height: 1.5; }
      @media (max-width: 767px) {
        .previewCartWrapper .previewCartItem-content h6 {
          font-size: 14px; } }
    .previewCartWrapper .previewCartItem-content .options {
      font-size: 13px;
      line-height: 1.1;
      margin: 0; }
      @media (max-width: 767px) {
        .previewCartWrapper .previewCartItem-content .options {
          font-size: 12px; } }
    .previewCartWrapper .previewCartItem-content .includes {
      margin: 6px 0;
      font-size: 13px;
      line-height: 1.5; }
      @media (max-width: 767px) {
        .previewCartWrapper .previewCartItem-content .includes {
          margin: 3px 0;
          font-size: 12px; } }
      .previewCartWrapper .previewCartItem-content .includes .option-list-item {
        display: list-item;
        list-style-type: disc;
        list-style-position: outside;
        margin-left: 15px; }
  .previewCartWrapper .mini-cart-totals {
    margin: 16px 0; }
    .previewCartWrapper .mini-cart-totals.base-product {
      flex: 1 1 100%;
      margin: 0; }
      .previewCartWrapper .mini-cart-totals.base-product .mini-cart-payment-options {
        padding: 0;
        margin: 0;
        border: none;
        background-color: transparent; }
        .previewCartWrapper .mini-cart-totals.base-product .mini-cart-payment-options .payment-option {
          padding-bottom: 0;
          text-align: center; }
          .previewCartWrapper .mini-cart-totals.base-product .mini-cart-payment-options .payment-option .desc {
            float: left; }
            .previewCartWrapper .mini-cart-totals.base-product .mini-cart-payment-options .payment-option .desc p {
              font-family: konnect-regular, sans-serif;
              font-weight: bold;
              margin: 0;
              line-height: 1.2; }
          .previewCartWrapper .mini-cart-totals.base-product .mini-cart-payment-options .payment-option .price {
            position: static; }
    .previewCartWrapper .mini-cart-totals .label {
      font-size: 14px;
      line-height: 1.4;
      font-weight: 700;
      display: inline-block; }
      @media (max-width: 767px) {
        .previewCartWrapper .mini-cart-totals .label {
          font-size: 12px; } }
    .previewCartWrapper .mini-cart-totals .mini-cart-payment-options {
      width: 100%;
      margin: 0.2em 0; }
    .previewCartWrapper .mini-cart-totals .mini-cart-payment-options label.payment-option:before {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      content: "";
      width: 1em;
      height: 1em;
      display: inline-block;
      background-size: contain;
      border-radius: 50%;
      border: 1px solid #dadada;
      padding: 0.2em;
      box-sizing: content-box;
      background: #fff; }
    .previewCartWrapper .mini-cart-totals .mini-cart-payment-options label.payment-option.checked:before {
      border-color: #333;
      background: #fff url(../images/icons/tick.svg) no-repeat center center; }
    .previewCartWrapper .mini-cart-totals .mini-cart-payment-options label.payment-option input[type="radio"] {
      position: absolute;
      opacity: 0;
      visibility: hidden; }
    .previewCartWrapper .mini-cart-totals .mini-cart-payment-options .payment-option {
      font-size: 0.9em; }
    .previewCartWrapper .mini-cart-totals .payment-options,
    .previewCartWrapper .mini-cart-totals .product-payment-options,
    .previewCartWrapper .mini-cart-totals .mini-cart-payment-options {
      display: block;
      background: #f8f8f8;
      padding: 0 1em;
      border-top: 1px solid #d8d8d8;
      border-bottom: 1px solid #d8d8d8; }
    .previewCartWrapper .mini-cart-totals .payment-options .payment-option,
    .previewCartWrapper .mini-cart-totals .product-payment-options .payment-option,
    .previewCartWrapper .mini-cart-totals .mini-cart-payment-options .payment-option {
      display: block;
      padding: 0;
      position: relative;
      text-align: left;
      border-top: 1px solid #d8d8d8; }
    .previewCartWrapper .mini-cart-totals .payment-options .payment-option.no-plus,
    .previewCartWrapper .mini-cart-totals .product-payment-options .payment-option.no-plus,
    .previewCartWrapper .mini-cart-totals .mini-cart-payment-options .payment-option.no-plus {
      border-top: 0; }
    .previewCartWrapper .mini-cart-totals .payment-options .payment-option:first-child,
    .previewCartWrapper .mini-cart-totals .product-payment-options .payment-option:first-child,
    .previewCartWrapper .mini-cart-totals .mini-cart-payment-options .payment-option:first-child {
      border-top: 0;
      text-align: left; }
      @media (max-width: 767px) {
        .previewCartWrapper .mini-cart-totals .payment-options .payment-option:first-child,
        .previewCartWrapper .mini-cart-totals .product-payment-options .payment-option:first-child,
        .previewCartWrapper .mini-cart-totals .mini-cart-payment-options .payment-option:first-child {
          padding-left: 5px; } }
    .previewCartWrapper .mini-cart-totals .payment-options .payment-option:first-child:after,
    .previewCartWrapper .mini-cart-totals .product-payment-options .payment-option:first-child:after,
    .previewCartWrapper .mini-cart-totals .mini-cart-payment-options .payment-option:first-child:after {
      display: none; }
    .previewCartWrapper .mini-cart-totals .payment-options .payment-option.no-plus:after,
    .previewCartWrapper .mini-cart-totals .product-payment-options .payment-option.no-plus:after,
    .previewCartWrapper .mini-cart-totals .mini-cart-payment-options .payment-option.no-plus:after {
      display: none; }
    .previewCartWrapper .mini-cart-totals .payment-options .payment-option:after,
    .previewCartWrapper .mini-cart-totals .product-payment-options .payment-option:after,
    .previewCartWrapper .mini-cart-totals .mini-cart-payment-options .payment-option:after {
      position: absolute;
      left: 50%;
      top: 0;
      transform: translate(-50%, -50%);
      content: "or";
      text-transform: uppercase;
      display: block;
      text-align: center;
      color: #3a3e42;
      font-weight: bold;
      background: #f8f8f8;
      font-size: 0.8em;
      padding: 0 1em; }
    .previewCartWrapper .mini-cart-totals .payment-options .payment-option .label,
    .previewCartWrapper .mini-cart-totals .product-payment-options .payment-option .label,
    .previewCartWrapper .mini-cart-totals .mini-cart-payment-options .payment-option .label {
      display: block;
      font-weight: bold; }
    .previewCartWrapper .mini-cart-totals .payment-options .payment-option .description,
    .previewCartWrapper .mini-cart-totals .product-payment-options .payment-option .description,
    .previewCartWrapper .mini-cart-totals .mini-cart-payment-options .payment-option .description {
      display: block;
      font-size: 0.9em; }
    .previewCartWrapper .mini-cart-totals .payment-options .payment-option .price,
    .previewCartWrapper .mini-cart-totals .product-payment-options .payment-option .price,
    .previewCartWrapper .mini-cart-totals .mini-cart-payment-options .payment-option .price {
      position: absolute;
      top: 1em;
      right: 0; }
    .previewCartWrapper .mini-cart-totals .payment-options .payment-option .price del,
    .previewCartWrapper .mini-cart-totals .product-payment-options .payment-option .price del {
      display: block; }
    .previewCartWrapper .mini-cart-totals .payment-options .payment-option .price del .amount,
    .previewCartWrapper .mini-cart-totals .product-payment-options .payment-option .price del .amount,
    .previewCartWrapper .mini-cart-totals .mini-cart-payment-options .payment-option .price del .amount {
      color: inherit; }
    .previewCartWrapper .mini-cart-totals .payment-options .payment-option .price .amount,
    .previewCartWrapper .mini-cart-totals .product-payment-options .payment-option .price .amount,
    .previewCartWrapper .mini-cart-totals .mini-cart-payment-options .payment-option .price .amount {
      color: #000;
      font-size: 13px;
      font-weight: normal;
      word-spacing: -4px;
      margin-right: 5px; }
      @media (max-width: 767px) {
        .previewCartWrapper .mini-cart-totals .payment-options .payment-option .price .amount,
        .previewCartWrapper .mini-cart-totals .product-payment-options .payment-option .price .amount,
        .previewCartWrapper .mini-cart-totals .mini-cart-payment-options .payment-option .price .amount {
          font-size: 13px; } }
    .previewCartWrapper .mini-cart-totals .payment-options .payment-option a,
    .previewCartWrapper .mini-cart-totals .product-payment-options .payment-option a,
    .previewCartWrapper .mini-cart-totals .mini-cart-payment-options .payment-option a {
      text-decoration: underline; }
    .previewCartWrapper .mini-cart-totals .payment-options .payment-details,
    .previewCartWrapper .mini-cart-totals .product-payment-options .payment-details,
    .previewCartWrapper .mini-cart-totals .mini-cart-payment-options .payment-details {
      padding: 1em 0;
      display: block;
      border-top: 1px solid #d8d8d8; }
    .previewCartWrapper .mini-cart-totals .payment-options .payment-details:after,
    .previewCartWrapper .mini-cart-totals .product-payment-options .payment-details:after,
    .previewCartWrapper .mini-cart-totals .mini-cart-payment-options .payment-details:after {
      display: none; }
  .previewCartWrapper .total-to-pay {
    font-size: 16px;
    text-align: right; }
    .previewCartWrapper .total-to-pay .amount {
      font-weight: bold;
      color: #2E4EC6; }
  .previewCartWrapper .previewCartAction-checkout {
    margin: 32px 0 15px;
    width: auto;
    padding: 0;
    text-align: center;
    float: none; }
    .previewCartWrapper .previewCartAction-checkout .button-red {
      background-color: #2E4EC6;
      color: #FFF; }

.clear-cart {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  text-align: center; }

.remove-all {
  transition: all 300ms ease;
  font-weight: normal;
  outline: 0;
  font-family: konnect-regular;
  line-height: inherit;
  background: transparent;
  color: #2A856B;
  padding: 0;
  text-decoration: underline; }

.flex {
  display: flex;
  flex-wrap: nowrap; }
  .flex .content {
    flex-basis: 55%;
    flex-grow: 0;
    flex-shrink: 0; }
    .flex .content h6, .flex .content p {
      line-height: 1em;
      font-size: 13px !important; }
    .flex .content h6 {
      margin-bottom: 5px; }
  .flex .mini-cart-totals {
    flex-basis: 35%;
    flex-grow: 0;
    flex-shrink: 0; }

.price .amount, .price p {
  font-size: 13px; }

.price p {
  line-height: 1 !important; }

.custom-total {
  font-size: 16px !important;
  width: 100%;
  text-align: left !important;
  display: block;
  width: 65%;
  margin: 0 auto;
  font-weight: bold; }
  .custom-total .amount {
    float: right;
    color: #000 !important; }

.total-container {
  margin-bottom: 15px; }
  .total-container p {
    text-align: left;
    margin-bottom: 0; }
    .total-container p span {
      float: right; }

.info-bg {
  padding: 10px;
  margin-top: 15px;
  background: #eaeaea; }
  .info-bg p {
    font-size: 14px; }

.container.checklist, .checklist.page-heading, .checklist.alertBox {
  margin: 40px 0;
  border: 0 !important; }
  @media (max-width: 600px) {
    .container.checklist, .checklist.page-heading, .checklist.alertBox {
      margin: 20px 0; } }
  .container.checklist .heading, .checklist.page-heading .heading, .checklist.alertBox .heading {
    font-weight: bold;
    font-size: 20px !important; }
  .container.checklist ul, .checklist.page-heading ul, .checklist.alertBox ul {
    display: table; }
    @media (max-width: 600px) {
      .container.checklist ul, .checklist.page-heading ul, .checklist.alertBox ul {
        width: 80%;
        margin: 15px 30px 0; } }
    .container.checklist ul li, .checklist.page-heading ul li, .checklist.alertBox ul li {
      list-style: none;
      text-indent: -0.1em;
      list-style: none;
      text-align: left;
      display: block !important;
      font-size: 14px;
      margin-bottom: 15px;
      position: relative;
      padding-left: 35px; }
      @media (max-width: 600px) {
        .container.checklist ul li:last-child, .checklist.page-heading ul li:last-child, .checklist.alertBox ul li:last-child {
          margin-bottom: 0; } }
      @media (max-width: 600px) {
        .container.checklist ul li:last-child .content, .checklist.page-heading ul li:last-child .content, .checklist.alertBox ul li:last-child .content {
          margin-bottom: 0; } }
      .container.checklist ul li .heading, .checklist.page-heading ul li .heading, .checklist.alertBox ul li .heading {
        font-size: 16px;
        margin-bottom: 0;
        text-align: left; }
      .container.checklist ul li:before, .checklist.page-heading ul li:before, .checklist.alertBox ul li:before {
        content: "";
        display: inline-block;
        background: url(../img/packages/check-icon-mini.png) no-repeat center center;
        width: 23px;
        position: absolute;
        height: 22px;
        top: 5px;
        bottom: 0;
        margin-left: -35px; }

.unlock {
  margin: 40px 0;
  border: 0 !important; }
  @media (max-width: 600px) {
    .unlock {
      margin: 20px 0; } }
  .unlock .heading {
    font-size: 20px;
    font-weight: bold;
    text-align: center; }
    @media (max-width: 600px) {
      .unlock .heading {
        margin-bottom: 30px; } }
  .unlock .filtration-list {
    display: block;
    margin-bottom: 40px; }
    .unlock .filtration-list li {
      text-indent: 0;
      padding: 0 !important;
      margin-bottom: 0;
      display: block !important;
      list-style: none;
      text-align: left;
      font-size: 16px;
      padding: 10px;
      position: relative;
      width: 100%;
      padding: 15px !important;
      font-size: 12px;
      padding: 0px 0px 0px 70px !important;
      margin-bottom: 25px; }
      .unlock .filtration-list li:before {
        content: "";
        margin-right: 0; }
      .unlock .filtration-list li:last-child {
        margin-bottom: 0 !important; }
      .unlock .filtration-list li .logo {
        width: 60px;
        height: 60px;
        margin: auto;
        position: absolute;
        left: 0;
        top: 0; }
      .unlock .filtration-list li .content {
        width: 100%;
        margin: 0 auto;
        font-size: 14px; }
      .unlock .filtration-list li h4 {
        font-size: 16px;
        font-family: konnect-regular, sans-serif;
        line-height: 20px;
        margin: 0;
        font-weight: 600;
        width: 100%;
        margin-bottom: 0px; }

.blog-banner .inner-container {
  max-width: 1160px; }

.blog-banner .holder {
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  mask: url(../img/ellipse-mask-bottom.svg) bottom center/cover;
  background: linear-gradient(252.93deg, #A3C6FB 0%, #E9C7EB 71.23%, #F8D9C2 112.11%); }
  @media (max-width: 767px) {
    .blog-banner .holder {
      padding: 0 15px;
      height: 350px; } }
  .blog-banner .holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: -1;
    display: none; }
  .blog-banner .holder .inner-container {
    flex: 1 1 100%; }

@media (max-width: 767px) {
  .blog-banner .heading-holder {
    text-align: center; } }

.blog-banner h1 {
  margin-bottom: 10px;
  font-size: 72px;
  letter-spacing: 4.32px;
  text-transform: uppercase;
  color: #11214A;
  font-weight: bold;
  line-height: 1; }
  @media (max-width: 767px) {
    .blog-banner h1 {
      text-align: left;
      display: inline-block;
      font-size: 64px; } }
  .blog-banner h1 small {
    font-weight: 400;
    font-size: 66.67%;
    color: #11214A; }

.blog-banner p {
  margin: 0;
  max-width: 768px;
  font-size: 24px;
  color: #11214A;
  font-weight: 300; }
  @media (max-width: 767px) {
    .blog-banner p {
      font-size: 20px;
      text-align: center;
      line-height: 1.3; } }

.blog-list .inner-container {
  max-width: 1160px; }

.blog-list .category-filter {
  padding: 50px 0 40px;
  font-size: 0; }
  @media (max-width: 767px) {
    .blog-list .category-filter {
      padding: 35px 15px 30px;
      white-space: nowrap;
      overflow: auto; } }
  .blog-list .category-filter .button + .button {
    margin-left: 20px; }

.blog-list .category {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 600; }
  @media (max-width: 767px) {
    .blog-list .category {
      padding: 0 15px;
      font-size: 22px; } }

.blog-list .blog-post-container {
  margin: 0 -7.5px;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: center; }
  @media (max-width: 767px) {
    .blog-list .blog-post-container {
      margin: 0;
      padding: 0 15px; } }
  .blog-list .blog-post-container .blog-post {
    flex: 1 1 33.3333333%;
    max-width: 33.3333333%;
    padding: 0 7.5px;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .blog-list .blog-post-container .blog-post {
        padding: 0;
        flex: 0 0 100%;
        max-width: unset; } }
    .blog-list .blog-post-container .blog-post .blog-post-inner {
      display: flex;
      flex-direction: column; }
    .blog-list .blog-post-container .blog-post:first-child, .blog-list .blog-post-container .blog-post:nth-child(7n + 1):not(:first-child) {
      flex: 1 1 100%;
      max-width: 100%; }
      .blog-list .blog-post-container .blog-post:first-child .blog-post-inner, .blog-list .blog-post-container .blog-post:nth-child(7n + 1):not(:first-child) .blog-post-inner {
        position: relative;
        flex-direction: row; }
      .blog-list .blog-post-container .blog-post:first-child .blog-thumbnail, .blog-list .blog-post-container .blog-post:nth-child(7n + 1):not(:first-child) .blog-thumbnail {
        order: 2;
        flex: 1;
        position: absolute;
        right: 0; }
        @media (max-width: 767px) {
          .blog-list .blog-post-container .blog-post:first-child .blog-thumbnail, .blog-list .blog-post-container .blog-post:nth-child(7n + 1):not(:first-child) .blog-thumbnail {
            order: 1; } }
      .blog-list .blog-post-container .blog-post:first-child .blog-content, .blog-list .blog-post-container .blog-post:nth-child(7n + 1):not(:first-child) .blog-content {
        order: 1;
        flex: 0 0 765px;
        padding: 10px 190px 25px 80px;
        background-color: #f2f2f2;
        border-radius: 25px; }
        @media (min-width: 768px) {
          .blog-list .blog-post-container .blog-post:first-child .blog-content, .blog-list .blog-post-container .blog-post:nth-child(7n + 1):not(:first-child) .blog-content {
            min-height: 343px;
            display: flex;
            flex-direction: column;
            justify-content: center; } }
        @media (max-width: 767px) {
          .blog-list .blog-post-container .blog-post:first-child .blog-content, .blog-list .blog-post-container .blog-post:nth-child(7n + 1):not(:first-child) .blog-content {
            display: block;
            order: 2;
            flex: 1;
            padding: 15px 20px; } }
      @media (max-width: 767px) {
        .blog-list .blog-post-container .blog-post:first-child .tags, .blog-list .blog-post-container .blog-post:nth-child(7n + 1):not(:first-child) .tags {
          margin-top: 0;
          margin-bottom: 10px; } }
      .blog-list .blog-post-container .blog-post:first-child h2, .blog-list .blog-post-container .blog-post:nth-child(7n + 1):not(:first-child) h2 {
        font-size: 36px; }
        @media (max-width: 767px) {
          .blog-list .blog-post-container .blog-post:first-child h2, .blog-list .blog-post-container .blog-post:nth-child(7n + 1):not(:first-child) h2 {
            font-size: 24px;
            letter-spacing: 0;
            margin-top: 0;
            margin-bottom: 15px; } }
      .blog-list .blog-post-container .blog-post:first-child .summary, .blog-list .blog-post-container .blog-post:nth-child(7n + 1):not(:first-child) .summary {
        display: block; }
      .blog-list .blog-post-container .blog-post:first-child .author, .blog-list .blog-post-container .blog-post:nth-child(7n + 1):not(:first-child) .author {
        margin-top: 30px;
        display: flex;
        align-items: center; }
        @media (max-width: 767px) {
          .blog-list .blog-post-container .blog-post:first-child .author, .blog-list .blog-post-container .blog-post:nth-child(7n + 1):not(:first-child) .author {
            margin-top: 20px; } }
        .blog-list .blog-post-container .blog-post:first-child .author p, .blog-list .blog-post-container .blog-post:nth-child(7n + 1):not(:first-child) .author p {
          margin: 0; }
    @media (max-width: 767px) {
      .blog-list .blog-post-container .blog-post:first-child {
        margin-top: 120px; } }
    .blog-list .blog-post-container .blog-post:first-child .blog-thumbnail {
      top: -20px;
      mask: url(../img/custom/blog-mask-1.png) center/cover; }
      @media (max-width: 767px) {
        .blog-list .blog-post-container .blog-post:first-child .blog-thumbnail {
          top: auto;
          bottom: calc(100% - 20px); } }
      .blog-list .blog-post-container .blog-post:first-child .blog-thumbnail img {
        height: 380px;
        width: 570px; }
        @media (max-width: 767px) {
          .blog-list .blog-post-container .blog-post:first-child .blog-thumbnail img {
            height: 175px;
            width: 260px; } }
    .blog-list .blog-post-container .blog-post:nth-child(7n + 1):not(:first-child) {
      margin-top: 40px; }
      @media (max-width: 767px) {
        .blog-list .blog-post-container .blog-post:nth-child(7n + 1):not(:first-child) {
          margin-top: 160px; } }
      .blog-list .blog-post-container .blog-post:nth-child(7n + 1):not(:first-child) .blog-thumbnail {
        top: -34px;
        mask: url(../img/custom/blog-mask-2.png) center/cover; }
        @media (max-width: 767px) {
          .blog-list .blog-post-container .blog-post:nth-child(7n + 1):not(:first-child) .blog-thumbnail {
            top: auto;
            bottom: calc(100% - 20px); } }
        .blog-list .blog-post-container .blog-post:nth-child(7n + 1):not(:first-child) .blog-thumbnail img {
          height: 395px;
          width: 570px; }
          @media (max-width: 767px) {
            .blog-list .blog-post-container .blog-post:nth-child(7n + 1):not(:first-child) .blog-thumbnail img {
              height: 180px;
              width: 260px; } }
    .blog-list .blog-post-container .blog-post .blog-thumbnail {
      order: 1;
      margin: 0;
      max-width: unset;
      overflow: hidden;
      border-radius: 15px; }
      .blog-list .blog-post-container .blog-post .blog-thumbnail a {
        display: block; }
      .blog-list .blog-post-container .blog-post .blog-thumbnail img {
        height: 210px;
        width: 100%;
        object-fit: cover; }
        @media (max-width: 767px) {
          .blog-list .blog-post-container .blog-post .blog-thumbnail img {
            height: 190px; } }
    .blog-list .blog-post-container .blog-post .blog-content {
      order: 2; }
      @media (max-width: 767px) {
        .blog-list .blog-post-container .blog-post .blog-content {
          display: flex;
          flex-direction: column; } }
    .blog-list .blog-post-container .blog-post .tags {
      text-align: left;
      margin: 15px 0 20px; }
      @media (max-width: 767px) {
        .blog-list .blog-post-container .blog-post .tags {
          order: 2;
          margin: 15px 0 0; } }
      .blog-list .blog-post-container .blog-post .tags li {
        margin: 0;
        margin-right: 15px; }
        .blog-list .blog-post-container .blog-post .tags li:last-child {
          margin-right: 0; }
        @media (max-width: 767px) {
          .blog-list .blog-post-container .blog-post .tags li .button {
            padding: 3px 15px;
            min-width: unset; } }
    .blog-list .blog-post-container .blog-post h2 {
      margin-bottom: 10px;
      font-size: 24px;
      font-weight: 600; }
      @media (max-width: 767px) {
        .blog-list .blog-post-container .blog-post h2 {
          font-size: 24px;
          letter-spacing: 0;
          order: 1;
          margin-bottom: 0;
          margin-top: 10px; } }
      .blog-list .blog-post-container .blog-post h2 a {
        text-decoration: none;
        color: inherit;
        font-weight: inherit; }
    .blog-list .blog-post-container .blog-post .summary {
      font-family: konnect-regular, sans-serif;
      font-size: 16px;
      line-height: 1.3; }
      @media (max-width: 767px) {
        .blog-list .blog-post-container .blog-post .summary {
          font-size: 14px;
          display: none; } }
    .blog-list .blog-post-container .blog-post .author {
      display: none; }

.blog-pagination .container, .blog-pagination .page-heading, .blog-pagination .alertBox {
  padding: 40px 0; }
  @media (max-width: 767px) {
    .blog-pagination .container, .blog-pagination .page-heading, .blog-pagination .alertBox {
      padding: 0 0 40px; } }
  .blog-pagination .container .pagination-list, .blog-pagination .page-heading .pagination-list, .blog-pagination .alertBox .pagination-list {
    margin: 0; }
  @media (max-width: 767px) {
    .blog-pagination .container .button, .blog-pagination .page-heading .button, .blog-pagination .alertBox .button {
      display: block;
      width: 100%;
      max-width: 320px;
      margin: auto; } }

.blog-newsletter .holder {
  background-color: #2E4EC6;
  text-align: center;
  padding: 85px 28px; }
  @media (max-width: 767px) {
    .blog-newsletter .holder {
      padding: 40px 20px 50px; } }

.blog-newsletter h2 {
  margin-bottom: 25px;
  font-size: 34px;
  font-weight: 300;
  color: white; }
  @media (max-width: 767px) {
    .blog-newsletter h2 {
      font-size: 20px;
      font-weight: 400;
      margin-bottom: 20px;
      line-height: 1.3; } }

.blog-newsletter h5 {
  color: #ffffff; }

.blog-newsletter p {
  max-width: 720px;
  margin: 0 auto 25px;
  font-size: 20px;
  color: white;
  font-weight: 300; }
  @media (max-width: 767px) {
    .blog-newsletter p {
      text-align: left;
      font-size: 16px;
      margin-bottom: 20px; } }

.blog-newsletter form {
  display: flex;
  align-items: flex-end;
  justify-content: center; }
  @media (max-width: 767px) {
    .blog-newsletter form {
      display: block; } }
  .blog-newsletter form .form-group {
    position: relative; }
    @media (max-width: 767px) {
      .blog-newsletter form .form-group {
        margin: 0; } }
    .blog-newsletter form .form-group + .form-group {
      margin-left: 20px; }
      @media (max-width: 767px) {
        .blog-newsletter form .form-group + .form-group {
          margin-left: 0;
          margin-top: 20px; } }
  .blog-newsletter form label {
    display: block;
    color: white;
    font-family: konnect-regular, sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
    text-align: left; }
    @media (max-width: 767px) {
      .blog-newsletter form label {
        margin-bottom: 10px; } }
  .blog-newsletter form input[type="text"] {
    background-color: white;
    border: 1px solid #d0dece;
    border-radius: 6px;
    height: 45px;
    min-width: 400px; }
    @media (max-width: 767px) {
      .blog-newsletter form input[type="text"] {
        min-width: unset;
        width: 100%; } }
  .blog-newsletter form .validation-error {
    text-align: left;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    top: 100%; }
  .blog-newsletter form .button {
    min-width: 170px; }
    @media (max-width: 767px) {
      .blog-newsletter form .button {
        display: block;
        width: 100%;
        max-width: 320px;
        margin: auto; } }

.blog-newsletter .loader-wrapper {
  position: absolute;
  left: 0;
  right: 0; }
  .blog-newsletter .loader-wrapper .checkout-loader {
    width: 40px;
    height: 40px; }
    .blog-newsletter .loader-wrapper .checkout-loader::after {
      width: 30px;
      height: 30px;
      border-width: 3px;
      border-color: #fff transparent #fff transparent; }

.content-holder {
  position: relative;
  z-index: 1; }
  .content-holder .holder {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-flow: wrap; }
  .content-holder .side-bar {
    background: #f2f2f2;
    margin-top: -32px;
    flex: 0 0 300px; }
    @media (max-width: 767px) {
      .content-holder .side-bar {
        margin-top: -10px;
        flex: 0 0 100%; } }
    .content-holder .side-bar + .page-content {
      max-width: unset;
      padding: 32px 64px; }
      @media (max-width: 767px) {
        .content-holder .side-bar + .page-content {
          padding: 7px 14px;
          font-size: 14px; } }
    .content-holder .side-bar .inner-side-bar {
      padding: 24px; }
      @media (max-width: 767px) {
        .content-holder .side-bar .inner-side-bar {
          padding: 21px; } }
      .content-holder .side-bar .inner-side-bar ul {
        margin: 32px 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column-reverse; }
        @media (max-width: 767px) {
          .content-holder .side-bar .inner-side-bar ul {
            margin: 0; } }
        .content-holder .side-bar .inner-side-bar ul li {
          margin: 0;
          padding: 0; }
          .content-holder .side-bar .inner-side-bar ul li.active {
            position: relative; }
            .content-holder .side-bar .inner-side-bar ul li.active::before {
              content: '';
              position: absolute;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 22px 0 24px 24px;
              border-color: transparent transparent transparent #2E4EC6;
              top: 0;
              left: 100%; }
              @media (max-width: 767px) {
                .content-holder .side-bar .inner-side-bar ul li.active::before {
                  display: none; } }
            .content-holder .side-bar .inner-side-bar ul li.active a {
              background-color: #2E4EC6;
              color: white; }
          .content-holder .side-bar .inner-side-bar ul li a {
            display: block;
            padding: 12px 30px;
            text-decoration: underline;
            font-size: 14.4px;
            font-weight: 600;
            text-decoration: none;
            color: #2E4EC6; }
            @media (max-width: 767px) {
              .content-holder .side-bar .inner-side-bar ul li a {
                padding: 10px 25px;
                font-size: 12.6px; } }
  .content-holder .page-content {
    max-width: 1100px;
    flex: 1;
    padding: 32px 16px;
    font-family: konnect-regular, sans-serif;
    font-size: 16px; }
    @media (max-width: 767px) {
      .content-holder .page-content {
        padding: 7px 14px;
        font-size: 14px; } }
    .content-holder .page-content.v2 ul {
      list-style-type: disc;
      padding-left: 20px; }
    .content-holder .page-content .smaller {
      padding: 32px 0;
      max-width: 800px;
      margin: 0 auto; }
      @media (max-width: 767px) {
        .content-holder .page-content .smaller {
          padding: 21px 14px; } }
      .content-holder .page-content .smaller ul {
        list-style: disc;
        padding-left: 18px;
        margin: 16px 0; }
        @media (max-width: 767px) {
          .content-holder .page-content .smaller ul {
            margin: 14px 0; } }
    .content-holder .page-content .videos {
      padding: 32px 20px; }
      @media (max-width: 767px) {
        .content-holder .page-content .videos {
          padding: 21px 14px; } }
      .content-holder .page-content .videos h2 {
        font-size: 32px;
        margin-bottom: 32px;
        text-align: center;
        color: #11214A;
        font-weight: 600; }
        @media (max-width: 767px) {
          .content-holder .page-content .videos h2 {
            font-size: 22.4px;
            margin-bottom: 14px; } }
      .content-holder .page-content .videos .columns {
        display: flex;
        flex-flow: wrap;
        flex-direction: row;
        justify-content: center; }
        .content-holder .page-content .videos .columns + h2 {
          margin-top: 56px; }
        .content-holder .page-content .videos .columns .column {
          display: flex;
          flex: 0 1 50%;
          margin: 16px 0;
          padding: 0 16px;
          max-width: 450px; }
          @media (max-width: 767px) {
            .content-holder .page-content .videos .columns .column {
              margin: 14px 0;
              flex: 0 0 100%; } }
          .content-holder .page-content .videos .columns .column .image-btn {
            box-shadow: 0 1px 2px rgba(105, 116, 123, 0.5);
            border-radius: 16px;
            position: relative;
            background: #FFF;
            display: block;
            width: 100%;
            overflow: hidden;
            text-decoration: none; }
            .content-holder .page-content .videos .columns .column .image-btn .thumbnail img {
              display: block;
              width: 100%; }
            .content-holder .page-content .videos .columns .column .image-btn .label {
              color: #333;
              font-size: 16px;
              line-height: 1.5;
              font-family: konnect-regular, sans-serif;
              position: relative;
              z-index: 200;
              display: block;
              padding: 16px;
              text-align: center; }
              @media (max-width: 767px) {
                .content-holder .page-content .videos .columns .column .image-btn .label {
                  font-size: 14px;
                  padding: 14px; } }
      .content-holder .page-content .videos .machine-options {
        display: flex;
        align-items: stretch;
        justify-content: center;
        flex-direction: row;
        gap: 25px; }
        @media (max-width: 767px) {
          .content-holder .page-content .videos .machine-options {
            flex-direction: column;
            max-width: 400px;
            margin-inline: auto; } }
        .content-holder .page-content .videos .machine-options .option {
          flex: 0 0 33.333333%; }
          .content-holder .page-content .videos .machine-options .option:hover .inner {
            border-color: #11214A; }
            .content-holder .page-content .videos .machine-options .option:hover .inner img {
              transform: scale(1.1); }
          .content-holder .page-content .videos .machine-options .option .inner {
            display: block;
            height: 100%;
            text-decoration: none;
            text-align: center;
            border: 3px solid #ececec;
            overflow: hidden;
            transition: all 300ms ease; }
            .content-holder .page-content .videos .machine-options .option .inner img {
              position: relative;
              z-index: -1;
              max-width: 100%;
              transition: all 300ms ease; }
            .content-holder .page-content .videos .machine-options .option .inner h3 {
              position: relative;
              z-index: 2;
              font-weight: bolder;
              color: #11214A;
              margin-inline: 10px;
              font-size: 20px; }
              @media (max-width: 767px) {
                .content-holder .page-content .videos .machine-options .option .inner h3 {
                  font-size: 18px; } }
    .content-holder .page-content h6 {
      color: #11214A !important;
      font-weight: 600; }
    .content-holder .page-content h4, .content-holder .page-content h3 {
      font-size: 32px;
      margin: 16px 0; }
      @media (max-width: 767px) {
        .content-holder .page-content h4, .content-holder .page-content h3 {
          font-size: 20px;
          margin: 10px 0; } }
    .content-holder .page-content h5 {
      font-size: 24px;
      margin: 12px 0;
      font-weight: 600;
      color: #11214A !important;
      background-color: unset !important; }
      @media (max-width: 767px) {
        .content-holder .page-content h5 {
          font-size: 18px;
          margin: 9px 0; } }
      .content-holder .page-content h5 span {
        color: #11214A !important; }
    .content-holder .page-content span {
      background-color: unset !important;
      color: #333 !important; }
    .content-holder .page-content table {
      background-color: unset !important; }
      @media (max-width: 767px) {
        .content-holder .page-content table {
          table-layout: unset; } }
    .content-holder .page-content p {
      font-size: 16px;
      margin: 16px 0;
      background-color: unset !important; }
      @media (max-width: 767px) {
        .content-holder .page-content p {
          font-size: 14px;
          margin: 14px 0; } }
    .content-holder .page-content ul, .content-holder .page-content ol {
      list-style: none;
      margin: 0;
      padding: 0; }

.terms-and-conditions-page .content-holder, .sales-terms-and-conditions-page .content-holder, .website-terms-and-conditions-page .content-holder, .membership-and-purchase-pre-4-10-2023-terms-and-conditions-page .content-holder, .privacy-policy-page .content-holder, .complaints-policy-page .content-holder {
  z-index: 1; }

.home-hero-banner.home-hero-banner-simple {
  position: relative;
  z-index: 2; }

.blog-post-banner .holder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  background-color: #f2f2f2;
  mask: url(../img/ellipse-mask-bottom.svg) bottom center/cover; }

.blog-post-banner .inner-container {
  flex: 1;
  margin-left: calc((1600px - 1208px) / 2);
  padding: 50px 80px 50px 0; }
  @media (max-width: 767px) {
    .blog-post-banner .inner-container {
      order: 2;
      margin-left: 0;
      padding: 20px 10px;
      flex: 0 0 100%; } }

.blog-post-banner .post-thumbnail {
  flex: 0 0 52%; }
  @media (max-width: 767px) {
    .blog-post-banner .post-thumbnail {
      order: 1;
      flex: 0 0 100%; } }
  .blog-post-banner .post-thumbnail a {
    display: block;
    background-size: cover;
    background-position: center; }
    @media (max-width: 767px) {
      .blog-post-banner .post-thumbnail a {
        mask: url(../img/ellipse-mask-bottom.svg) bottom center/cover; } }
    .blog-post-banner .post-thumbnail a img {
      display: block;
      width: 100%;
      opacity: 0; }

.blog-post-banner .tags {
  margin-top: 15px;
  text-align: left; }
  @media (max-width: 767px) {
    .blog-post-banner .tags {
      text-align: center; } }

.blog-post-banner h1 {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 900;
  color: #333; }
  @media (max-width: 767px) {
    .blog-post-banner h1 {
      font-size: 30px;
      text-align: center;
      margin-bottom: 10px; } }

.blog-post-banner .summary p {
  margin: 0;
  margin-bottom: 20px;
  color: #333;
  line-height: 1.4; }
  @media (max-width: 767px) {
    .blog-post-banner .summary p {
      font-size: 16px;
      text-align: center; } }

.blog-post-banner .author {
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .blog-post-banner .author {
      justify-content: center; } }
  .blog-post-banner .author p {
    margin: 0;
    font-size: 16px; }

.blog-post-holder {
  margin-top: -35px; }
  @media (max-width: 767px) {
    .blog-post-holder {
      margin-top: 0; } }
  .blog-post-holder .inner-container {
    padding: 85px 0 30px; }
    @media (max-width: 767px) {
      .blog-post-holder .inner-container {
        padding: 24px 10px; } }
  .blog-post-holder .holder {
    position: relative; }
  .blog-post-holder .social-icons {
    float: left;
    position: sticky;
    top: 200px;
    left: 0; }
    @media (max-width: 767px) {
      .blog-post-holder .social-icons {
        float: none;
        position: static; } }
    .blog-post-holder .social-icons .socialLinks {
      display: flex;
      flex-direction: column; }
      @media (max-width: 767px) {
        .blog-post-holder .social-icons .socialLinks {
          flex-direction: row;
          justify-content: center;
          align-items: center; } }
      @media (max-width: 767px) {
        .blog-post-holder .social-icons .socialLinks li {
          margin: 0;
          padding: 0 15px; } }
    .blog-post-holder .social-icons .socialLinks__link {
      display: inline-block;
      vertical-align: middle; }
      .blog-post-holder .social-icons .socialLinks__link svg {
        fill: #d51a63; }
    .blog-post-holder .social-icons .socialLinks-item--facebook {
      order: 2; }
      .blog-post-holder .social-icons .socialLinks-item--facebook::after {
        content: 'Share';
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;
        font-weight: 900;
        font-size: 14px;
        font-family: konnect-regular, sans-serif;
        line-height: 1;
        color: #333; }
    .blog-post-holder .social-icons .socialLinks-item--email {
      order: 3; }
      .blog-post-holder .social-icons .socialLinks-item--email::after {
        content: 'Send';
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;
        font-weight: 900;
        font-size: 14px;
        font-family: konnect-regular, sans-serif;
        line-height: 1;
        color: #333; }
    .blog-post-holder .social-icons .socialLinks-item--twitter {
      order: 1; }
      .blog-post-holder .social-icons .socialLinks-item--twitter::after {
        content: 'Tweet';
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;
        font-weight: 900;
        font-size: 14px;
        font-family: konnect-regular, sans-serif;
        line-height: 1;
        color: #333; }
  .blog-post-holder .content {
    max-width: 670px;
    margin: auto;
    font-family: konnect-regular, sans-serif;
    color: #333; }
    .blog-post-holder .content *:first-child {
      margin-top: 0; }
    .blog-post-holder .content h1, .blog-post-holder .content h2, .blog-post-holder .content h3, .blog-post-holder .content h4, .blog-post-holder .content h5, .blog-post-holder .content h6 {
      font-weight: bold;
      color: #2E4EC6;
      line-height: 1.1; }
    .blog-post-holder .content h1 {
      font-size: 32px;
      margin-top: 56px;
      margin-bottom: 28px; }
      @media (max-width: 767px) {
        .blog-post-holder .content h1 {
          font-size: 30px;
          margin-top: 28px; } }
    .blog-post-holder .content h2 {
      font-size: 28px;
      margin-top: 48px;
      margin-bottom: 24px; }
      @media (max-width: 767px) {
        .blog-post-holder .content h2 {
          font-size: 26px;
          margin-top: 24px; } }
    .blog-post-holder .content h3 {
      font-size: 24px;
      margin-top: 40px;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .blog-post-holder .content h3 {
          font-size: 22px;
          margin-top: 20px; } }
    .blog-post-holder .content h4 {
      font-size: 20px;
      margin-top: 32px;
      margin-bottom: 16px; }
      @media (max-width: 767px) {
        .blog-post-holder .content h4 {
          font-size: 18px;
          margin-top: 16px; } }
    .blog-post-holder .content h5 {
      font-size: 16px;
      margin-top: 24px;
      margin-bottom: 12px; }
      @media (max-width: 767px) {
        .blog-post-holder .content h5 {
          font-size: 14px;
          margin-top: 12px; } }
    .blog-post-holder .content h6 {
      font-size: 12px;
      margin-top: 16px;
      margin-bottom: 8px; }
      @media (max-width: 767px) {
        .blog-post-holder .content h6 {
          font-size: 10px;
          margin-top: 8px; } }
    .blog-post-holder .content p {
      line-height: 1.25;
      font-size: 16px;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .blog-post-holder .content p {
          font-size: 14px; } }
    .blog-post-holder .content .img-holder, .blog-post-holder .content .iframe-holder {
      position: relative; }
      .blog-post-holder .content .img-holder::before, .blog-post-holder .content .iframe-holder::before {
        content: '';
        position: absolute;
        z-index: -1;
        top: -20px;
        left: -35px;
        width: 734.982px;
        height: 428.57px;
        background-image: url(../img/custom/blog-post-mask-big.svg);
        background-size: contain;
        background-repeat: no-repeat; }
        @media (max-width: 767px) {
          .blog-post-holder .content .img-holder::before, .blog-post-holder .content .iframe-holder::before {
            top: -10px;
            left: -3vw;
            width: 103vw;
            height: 103vw; } }
    .blog-post-holder .content .iframe-holder {
      padding-top: 56.25%; }
      .blog-post-holder .content .iframe-holder iframe {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 25px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29); }
    .blog-post-holder .content blockquote {
      margin-top: 40px;
      margin-bottom: 40px;
      display: flex;
      align-items: stretch;
      justify-content: center;
      background-color: white;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
      border-radius: 20px;
      position: relative; }
      @media (max-width: 767px) {
        .blog-post-holder .content blockquote {
          margin-top: 20px;
          margin-bottom: 20px;
          display: block; } }
      .blog-post-holder .content blockquote::before {
        content: '';
        position: absolute;
        z-index: -1;
        top: -65px;
        left: -80px;
        width: 515.822px;
        height: 423.431px;
        background-image: url(../img/custom/blog-post-mask-small.svg);
        background-size: contain;
        background-repeat: no-repeat; }
        @media (max-width: 767px) {
          .blog-post-holder .content blockquote::before {
            top: -44px;
            left: -7vw;
            width: 110vw;
            height: 105vw; } }
      .blog-post-holder .content blockquote p {
        margin: 0; }
      .blog-post-holder .content blockquote p:first-of-type {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        flex: 1;
        margin: 0;
        font-size: 22px;
        line-height: 1.4;
        padding: 45px; }
        @media (max-width: 767px) {
          .blog-post-holder .content blockquote p:first-of-type {
            flex: 0 0 100%;
            text-align: center;
            padding: 20px;
            font-size: 20px;
            line-height: 1.33;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            border-bottom-left-radius: 0; } }
      .blog-post-holder .content blockquote img {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        flex: 0 0 295px;
        height: 100%;
        object-fit: cover; }
        @media (max-width: 767px) {
          .blog-post-holder .content blockquote img {
            flex: 0 0 100%;
            width: 100%;
            border-top-right-radius: 0;
            border-bottom-right-radius: 20px;
            border-bottom-left-radius: 20px; } }
    .blog-post-holder .content table {
      font-family: konnect-regular, sans-serif; }
      .blog-post-holder .content table th, .blog-post-holder .content table td {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto; }
    .blog-post-holder .content .author {
      float: left;
      margin-top: 40px;
      margin-right: 28px;
      display: flex;
      align-items: flex-start;
      position: relative; }
      @media (max-width: 767px) {
        .blog-post-holder .content .author {
          margin: 0;
          margin-top: 20px;
          display: block;
          float: none; } }
      .blog-post-holder .content .author::before {
        content: '';
        display: block;
        height: 3px;
        border-radius: 999px;
        background-color: #D51A63;
        display: none; }
        @media (max-width: 767px) {
          .blog-post-holder .content .author::before {
            display: block; } }
      .blog-post-holder .content .author img {
        max-width: 170px;
        width: 170px;
        max-width: 100%; }
        @media (max-width: 767px) {
          .blog-post-holder .content .author img {
            width: auto;
            display: block;
            margin: auto;
            margin-top: 20px;
            margin-bottom: 10px; } }
    .blog-post-holder .content .author-info {
      position: relative;
      margin-top: 60px; }
      @media (max-width: 767px) {
        .blog-post-holder .content .author-info {
          margin-left: 0;
          margin-top: 0; } }
      .blog-post-holder .content .author-info::before {
        content: '';
        display: block;
        position: absolute;
        top: -20px;
        left: 198px;
        height: 3px;
        width: 342px;
        border-radius: 999px;
        background-color: #D51A63; }
        @media (max-width: 767px) {
          .blog-post-holder .content .author-info::before {
            display: none; } }
      .blog-post-holder .content .author-info ~ p {
        font-size: 16px;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          .blog-post-holder .content .author-info ~ p {
            font-size: 14px; } }

@media (max-width: 767px) {
  .related-blog-content {
    padding: 0 10px; } }

.related-blog-content h2 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 36px; }
  @media (max-width: 767px) {
    .related-blog-content h2 {
      font-size: 22px; } }

.related-blog-content .columns-holder {
  margin: 0 -7.5px;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: center; }
  @media (max-width: 767px) {
    .related-blog-content .columns-holder {
      margin: 0; } }
  .related-blog-content .columns-holder .col {
    flex: 1 1 33.3333333%;
    padding: 0 7.5px;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .related-blog-content .columns-holder .col {
        padding: 0;
        flex: 1 1 100%; } }
    .related-blog-content .columns-holder .col .blog-post-inner {
      display: flex;
      flex-direction: column; }
    .related-blog-content .columns-holder .col .blog-thumbnail {
      order: 1;
      margin: 0;
      max-width: unset;
      overflow: hidden;
      border-radius: 15px; }
      .related-blog-content .columns-holder .col .blog-thumbnail a {
        display: block; }
      .related-blog-content .columns-holder .col .blog-thumbnail img {
        height: 210px;
        width: 100%;
        object-fit: cover; }
        @media (max-width: 767px) {
          .related-blog-content .columns-holder .col .blog-thumbnail img {
            height: 190px; } }
    .related-blog-content .columns-holder .col .blog-content {
      order: 2; }
      @media (max-width: 767px) {
        .related-blog-content .columns-holder .col .blog-content {
          display: flex;
          flex-direction: column; } }
    .related-blog-content .columns-holder .col .tags {
      text-align: left;
      margin: 15px 0 20px; }
      @media (max-width: 767px) {
        .related-blog-content .columns-holder .col .tags {
          order: 2;
          margin: 15px 0 0; } }
      .related-blog-content .columns-holder .col .tags li {
        margin: 0; }
        @media (max-width: 767px) {
          .related-blog-content .columns-holder .col .tags li .button {
            padding: 3px 15px;
            min-width: unset; } }
    .related-blog-content .columns-holder .col h2 {
      margin-bottom: 10px;
      font-size: 24px;
      font-weight: 600; }
      @media (max-width: 767px) {
        .related-blog-content .columns-holder .col h2 {
          font-size: 24px;
          letter-spacing: 0;
          order: 1;
          margin-bottom: 0;
          margin-top: 10px; } }
      .related-blog-content .columns-holder .col h2 a {
        text-decoration: none;
        color: inherit;
        font-weight: inherit; }
    .related-blog-content .columns-holder .col .summary {
      font-family: konnect-regular, sans-serif;
      font-size: 16px;
      line-height: 1.3; }
      @media (max-width: 767px) {
        .related-blog-content .columns-holder .col .summary {
          font-size: 14px;
          display: none; } }
    .related-blog-content .columns-holder .col .author {
      display: none; }
  .related-blog-content .columns-holder .blog-product {
    height: 100%;
    border-radius: 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
    background-color: #f2f2f2;
    text-align: center;
    padding: 10px 40px 30px; }
    .related-blog-content .columns-holder .blog-product img {
      display: block;
      margin: auto;
      max-width: 100%; }
    .related-blog-content .columns-holder .blog-product h2 {
      margin: 0;
      margin-bottom: 10px;
      font-size: 24px;
      line-height: 1.13; }
      @media (max-width: 767px) {
        .related-blog-content .columns-holder .blog-product h2 {
          font-size: 22px;
          margin-bottom: 12px; } }
    .related-blog-content .columns-holder .blog-product p {
      margin: 0;
      margin-bottom: 15px;
      font-size: 16px;
      line-height: 1.25; }
      @media (max-width: 767px) {
        .related-blog-content .columns-holder .blog-product p {
          font-size: 14px;
          margin-bottom: 18px; } }
    .related-blog-content .columns-holder .blog-product .button {
      min-width: 180px; }
      @media (max-width: 767px) {
        .related-blog-content .columns-holder .blog-product .button {
          display: block;
          margin: auto;
          width: 100%;
          max-width: 300px; } }

.blog-post-type ol {
  margin-left: 20px !important; }

.splitit-calculation .holder {
  background-color: #ececec;
  mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
  mask-composite: source-in, source-over, xor; }

.splitit-calculation .inner-container {
  padding: 64px 0; }
  @media (max-width: 767px) {
    .splitit-calculation .inner-container {
      padding: 28px; } }

.splitit-calculation .column-holder {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: center; }
  .splitit-calculation .column-holder .col {
    padding: 0 16px;
    display: block;
    flex: 1;
    max-width: 475px;
    font-family: konnect-regular, sans-serif; }
    @media (max-width: 767px) {
      .splitit-calculation .column-holder .col + .col {
        margin-top: 32px; } }
    @media (max-width: 767px) {
      .splitit-calculation .column-holder .col {
        padding: 0;
        flex: 0 0 100%; } }

.splitit-calculation h4 {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 1.119;
  color: #333;
  text-align: center; }
  @media (max-width: 767px) {
    .splitit-calculation h4 {
      font-size: 20px;
      line-height: 1.25; } }

.splitit-calculation .box {
  margin: 16px 0;
  padding: 32px;
  box-shadow: 0 1px 2px rgba(105, 116, 123, 0.5);
  border-radius: 16px;
  position: relative;
  background: white; }
  @media (max-width: 767px) {
    .splitit-calculation .box {
      margin: 14px 0;
      padding: 14px; } }
  .splitit-calculation .box .price {
    margin: 8px 0;
    font-size: 24px;
    color: #333;
    line-height: 1.19; }
    @media (max-width: 767px) {
      .splitit-calculation .box .price {
        font-size: 18px; } }
    .splitit-calculation .box .price .right {
      line-height: 1;
      float: right;
      color: #2E4EC6;
      font-size: 33.6px; }
      @media (max-width: 767px) {
        .splitit-calculation .box .price .right {
          font-size: 25.5px; } }

.splitit-calculation p {
  margin: 16px 0;
  font-family: konnect-regular, sans-serif;
  font-size: 16px; }
  @media (max-width: 767px) {
    .splitit-calculation p {
      font-size: 14px; } }

.splitit-calculation img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none; }

.splitit-calculation ul {
  margin: 16px 0; }
  @media (max-width: 767px) {
    .splitit-calculation ul {
      margin: 14px 0; } }

.splitit-calculation .text p {
  margin: 16px 0 !important;
  font-size: 16px !important;
  color: #333 !important;
  font-family: konnect-regular, sans-serif !important;
  line-height: 1.2 !important; }
  @media (max-width: 767px) {
    .splitit-calculation .text p {
      font-size: 14px !important; } }

.splitit-video {
  padding: 64px 0; }
  @media (max-width: 767px) {
    .splitit-video {
      padding: 28px; } }
  .splitit-video h2 {
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .splitit-video h2 p {
        font-size: 28px !important; } }
  .splitit-video video {
    width: 100%; }
  .splitit-video .plyr {
    border-radius: 20px; }
    .splitit-video .plyr .plyr__controls {
      padding-bottom: 20px; }
      @media (max-width: 767px) {
        .splitit-video .plyr .plyr__controls {
          padding-bottom: 20px; } }

.basic-cta {
  padding: 64px 0; }
  @media (max-width: 767px) {
    .basic-cta {
      padding: 28px; } }
  .basic-cta h2 {
    margin-bottom: 0; }
    .basic-cta h2 p {
      color: #333 !important;
      font-size: 24px !important;
      font-weight: 700 !important;
      line-height: 1.4 !important; }
      @media (max-width: 767px) {
        .basic-cta h2 p {
          font-size: 18px !important; } }
  .basic-cta .button-holder {
    margin: 16px 0; }
    @media (max-width: 767px) {
      .basic-cta .button-holder {
        margin: 14px 0; } }
    .basic-cta .button-holder #buttonLink {
      transition: 0.2s all;
      text-transform: none !important;
      font-weight: 600;
      border: 1px solid transparent;
      outline: 0;
      cursor: pointer;
      font-family: konnect-regular, sans-serif;
      line-height: normal;
      color: black;
      min-width: 135px;
      padding: 9px 32px;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: normal;
      font-weight: 600;
      border-radius: 30px;
      background: #2E4EC6;
      color: white;
      border-radius: 25px;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
      .basic-cta .button-holder #buttonLink:focus, .basic-cta .button-holder #buttonLink:hover, .basic-cta .button-holder #buttonLink:active {
        border: 1px solid transparent; }
      .basic-cta .button-holder #buttonLink[disabled] {
        background-color: #cecece !important; }
      .basic-cta .button-holder #buttonLink p {
        font-family: konnect-regular, sans-serif !important;
        text-transform: none !important;
        transition: all 300ms ease; }
      .basic-cta .button-holder #buttonLink p {
        margin: 0;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: normal;
        font-weight: 600; }
      @media (max-width: 767px) {
        .basic-cta .button-holder #buttonLink {
          min-width: 130px;
          font-size: 14px;
          letter-spacing: normal; }
          .basic-cta .button-holder #buttonLink p {
            font-size: 14px; } }
      @media (max-width: 575px) {
        .basic-cta .button-holder #buttonLink {
          min-width: 113px;
          font-size: 14px;
          letter-spacing: normal;
          padding: 8px 28px; }
          .basic-cta .button-holder #buttonLink p {
            font-size: 14px; } }
      .basic-cta .button-holder #buttonLink p {
        color: white; }
      .basic-cta .button-holder #buttonLink:hover {
        color: white;
        background: #223a94; }
      .basic-cta .button-holder #buttonLink:active {
        color: white;
        background: rgba(46, 78, 198, 0.6); }
      @media (max-width: 767px) {
        .basic-cta .button-holder #buttonLink {
          display: block;
          width: 100%;
          max-width: 300px;
          margin: auto; } }

.image-buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 32px auto 72px;
  max-width: 1200px; }
  @media (max-width: 767px) {
    .image-buttons {
      margin: 28px auto 0;
      padding: 0 28px; } }
  .image-buttons .image-button-wrapper {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .image-buttons .image-button-wrapper {
        padding-left: 14px;
        padding-right: 14px;
        margin-bottom: 14px; } }
  .image-buttons a {
    color: black;
    text-decoration: none;
    height: 100%;
    width: 100%; }
    .image-buttons a:hover .image-button {
      background-color: #e6e6e6; }
    @media (max-width: 767px) {
      .image-buttons a {
        width: 100%; } }
  .image-buttons .image-button {
    padding: 16px;
    border-radius: 15px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    height: 100%; }
  .image-buttons .img-holder {
    text-align: center;
    margin-bottom: 8px; }
    .image-buttons .img-holder img {
      height: 8vh; }
  .image-buttons h3 {
    text-align: center;
    margin-bottom: 0;
    font-size: 22.4px;
    font-weight: normal;
    line-height: 1.42;
    letter-spacing: -0.05px; }
    @media (max-width: 767px) {
      .image-buttons h3 {
        font-size: 18px;
        line-height: 1.17;
        letter-spacing: -0.09px;
        margin-bottom: 7px; } }
  .image-buttons .desc {
    margin: 0 !important;
    font-size: 16px;
    line-height: 1.53;
    letter-spacing: -0.05px;
    text-align: center;
    color: #333; }
    @media (max-width: 767px) {
      .image-buttons .desc {
        font-size: 14px;
        line-height: normal;
        letter-spacing: -0.07px; } }

.help-support-items .inner-container {
  padding: 96px 0 64px; }
  @media (max-width: 767px) {
    .help-support-items .inner-container {
      padding: 56px 28px 28px; } }

.help-support-items .column-holder {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  align-items: stretch;
  justify-content: center; }
  .help-support-items .column-holder .col {
    margin: 16px 0;
    padding: 0 16px;
    flex: 0 1 33.333333%;
    max-width: 475px; }
    @media (max-width: 767px) {
      .help-support-items .column-holder .col {
        margin: 14px 0;
        padding: 0 8.5px; } }
    @media (max-width: 767px) {
      .help-support-items .column-holder .col {
        flex: 0 0 100%; } }
    .help-support-items .column-holder .col .item {
      display: flex;
      align-items: center;
      flex-direction: column;
      padding: 16px;
      box-shadow: 0 1px 2px rgba(105, 116, 123, 0.5);
      border-radius: 16px;
      overflow: hidden;
      position: relative;
      background: white;
      text-align: center;
      position: relative;
      transition: all 300ms ease; }
      @media (max-width: 767px) {
        .help-support-items .column-holder .col .item {
          padding: 14px; } }
      .help-support-items .column-holder .col .item:hover {
        background-color: #ececec; }
      .help-support-items .column-holder .col .item .anchor-holder {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        cursor: pointer; }
        .help-support-items .column-holder .col .item .anchor-holder * {
          height: 100%;
          width: 100%; }

.help-support-items .img-holder {
  margin-top: 16px; }
  .help-support-items .img-holder img {
    height: 8vh !important; }

.help-support-items h3 {
  margin: 0;
  line-height: 1; }
  .help-support-items h3 p {
    margin: 0 !important;
    font-size: 22.4px !important;
    line-height: 1.5 !important;
    color: #333 !important; }
    @media (max-width: 767px) {
      .help-support-items h3 p {
        font-size: 19.6px !important; } }

.help-support-items .subtext p {
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-family: konnect-regular, sans-serif !important; }
  @media (max-width: 767px) {
    .help-support-items .subtext p {
      font-size: 14px !important; } }

.referral-section .holder {
  padding: 64px 0 0;
  background-color: #ececec;
  mask: url(../img/custom/wave-mask.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
  mask-composite: source-in, source-over, xor; }
  @media (max-width: 767px) {
    .referral-section .holder {
      mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover; } }
  @media (max-width: 767px) {
    .referral-section .holder {
      padding: 28px 0; } }

.referral-section .column-holder {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .referral-section .column-holder {
      flex-direction: column-reverse; } }
  .referral-section .column-holder .left {
    flex: 1;
    padding: 0 16px;
    max-width: 800px;
    margin: 0 auto;
    text-align: left; }
    @media (max-width: 767px) {
      .referral-section .column-holder .left {
        padding: 28px; } }
    .referral-section .column-holder .left h2 {
      margin: 0; }
      .referral-section .column-holder .left h2 *[class*="sd-simple-text"] {
        text-align: left !important; }
      .referral-section .column-holder .left h2 p {
        font-size: 36px !important;
        line-height: 1.2 !important;
        text-align: left !important; }
        @media (max-width: 767px) {
          .referral-section .column-holder .left h2 p {
            font-size: 22px !important; } }
    .referral-section .column-holder .left .subtext p {
      margin: 16px 0;
      font-size: 16px !important;
      font-family: konnect-regular, sans-serif !important;
      line-height: 1.5 !important;
      font-family: konnect-regular, sans-serif;
      color: #333 !important;
      text-align: left !important; }
      @media (max-width: 767px) {
        .referral-section .column-holder .left .subtext p {
          margin: 14px 0;
          font-size: 14px !important; } }
    .referral-section .column-holder .left .form-holder {
      margin-bottom: 32px; }
      .referral-section .column-holder .left .form-holder .form-group {
        margin-bottom: 16px; }
        @media (max-width: 767px) {
          .referral-section .column-holder .left .form-holder .form-group {
            margin-bottom: 14px; } }
      .referral-section .column-holder .left .form-holder label {
        display: block;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px;
        font-family: konnect-regular, sans-serif; }
        @media (max-width: 767px) {
          .referral-section .column-holder .left .form-holder label {
            font-size: 14px; } }
      .referral-section .column-holder .left .form-holder .form-control {
        display: block;
        width: 100%;
        border: none;
        outline: none;
        background-color: #ffffff;
        font-size: 15px;
        padding: 12px;
        line-height: 1.44;
        border-radius: 999px;
        font-family: konnect-regular, sans-serif; }
        @media (max-width: 767px) {
          .referral-section .column-holder .left .form-holder .form-control {
            font-size: 15px; } }
    .referral-section .column-holder .left .form-wrapper .output {
      margin-bottom: 32px; }
      .referral-section .column-holder .left .form-wrapper .output .share {
        padding: 16px 32px;
        margin: 16px 0;
        background: #f2f2f2; }
        .referral-section .column-holder .left .form-wrapper .output .share label {
          display: block;
          font-family: konnect-regular, sans-serif;
          font-size: 13px;
          color: #333; }
        .referral-section .column-holder .left .form-wrapper .output .share .field #url {
          display: block;
          width: 100%;
          color: #333;
          font-size: 15px;
          line-height: 1.2;
          border: 1px solid #ececec;
          background-color: #ffffff;
          padding: 9px; }
        .referral-section .column-holder .left .form-wrapper .output .share .share-links {
          margin: 16px -5px;
          padding: 0;
          display: flex;
          flex-direction: row;
          list-style: none; }
          .referral-section .column-holder .left .form-wrapper .output .share .share-links li {
            flex: 0 1 33.3333333%;
            padding: 0 5px;
            box-sizing: border-box; }
            .referral-section .column-holder .left .form-wrapper .output .share .share-links li a {
              color: #FFF;
              background: #000000;
              display: block;
              border-radius: 5px;
              padding: 9.8px;
              padding-left: 40px;
              position: relative;
              text-align: center;
              font-size: 16px; }
              .referral-section .column-holder .left .form-wrapper .output .share .share-links li a.facebook-btn {
                background: #3b5998; }
                .referral-section .column-holder .left .form-wrapper .output .share .share-links li a.facebook-btn::before {
                  content: "\ea90"; }
              .referral-section .column-holder .left .form-wrapper .output .share .share-links li a.twitter-btn {
                background: #2caae1; }
                .referral-section .column-holder .left .form-wrapper .output .share .share-links li a.twitter-btn::before {
                  content: "\ea96"; }
              .referral-section .column-holder .left .form-wrapper .output .share .share-links li a.mail-btn::before {
                content: "\e90e"; }
              .referral-section .column-holder .left .form-wrapper .output .share .share-links li a::before {
                font-family: 'icons' !important;
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: subpixel-antialiased;
                -moz-osx-font-smoothing: grayscale;
                display: inline-block;
                padding: 9.6px;
                width: 19px;
                height: 19px;
                font-size: 19.2px;
                vertical-align: middle;
                margin: 0 9.6px 0 0;
                transition: all 0.3s ease;
                text-align: center;
                color: #FFF;
                padding: 9.6px;
                position: absolute;
                width: 40px;
                top: 0;
                left: 0;
                text-align: center;
                background: none; }
      .referral-section .column-holder .left .form-wrapper .output .terms-conditions a {
        color: #333; }
    .referral-section .column-holder .left .loader-wrapper .checkout-loader {
      margin: 20px auto;
      width: 40px;
      height: 40px; }
      .referral-section .column-holder .left .loader-wrapper .checkout-loader::after {
        width: 40px;
        height: 40px;
        margin: 0;
        border-width: 4px; }
    .referral-section .column-holder .left .error-wrapper p {
      font-family: konnect-regular, sans-serif;
      color: #a40000;
      font-size: 16px; }
  .referral-section .column-holder .image {
    position: relative;
    flex: 1;
    overflow: hidden; }
    .referral-section .column-holder .image img {
      max-height: 60vh;
      margin: 0 auto; }

.product-specifications .container, .product-specifications .page-heading, .product-specifications .alertBox {
  background: radial-gradient(circle at 50% -30%, #3bbb92, #01484c); }

.product-specifications .inner-container {
  padding: 64px 0; }
  @media (max-width: 767px) {
    .product-specifications .inner-container {
      padding: 28px; } }

.product-specifications h2 {
  margin-bottom: 16px;
  color: #ffffff;
  font-size: 40px;
  text-align: center; }
  @media (max-width: 767px) {
    .product-specifications h2 {
      margin-bottom: 14px;
      font-size: 28px; } }

.product-specifications .specs-table-holder {
  max-width: 800px;
  margin: auto; }
  @media (max-width: 767px) {
    .product-specifications .specs-table-holder .button {
      display: block;
      width: 100%;
      font-size: 11.2px;
      padding: 7px; } }
  .product-specifications .specs-table-holder .specs-table {
    font-family: konnect-regular, sans-serif;
    border-radius: 1em;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); }
  .product-specifications .specs-table-holder .specs-table tr:last-child td,
  .product-specifications .specs-table-holder .specs-table tr:last-child th {
    background: #69747b;
    color: #fff;
    border-bottom: 0; }
  .product-specifications .specs-table-holder .specs-table h3 {
    font-size: 36px; }
    @media (max-width: 767px) {
      .product-specifications .specs-table-holder .specs-table h3 {
        font-size: 22px; } }
  .product-specifications .specs-table-holder .specs-table h5 {
    margin: 0.5em 0;
    font-size: 1.5em; }
  .product-specifications .specs-table-holder .specs-table th {
    padding: 1em 2em;
    width: 38%;
    border: 0;
    border-bottom: 1px solid #69747b;
    text-align: left; }
    @media (max-width: 767px) {
      .product-specifications .specs-table-holder .specs-table th {
        width: auto;
        display: block;
        text-align: center;
        border-bottom: 0;
        padding-bottom: 0; } }
  .product-specifications .specs-table-holder .specs-table tr td {
    padding: 1em 2em;
    text-align: center;
    border: 0;
    border-bottom: 1px solid #69747b; }
    @media (max-width: 767px) {
      .product-specifications .specs-table-holder .specs-table tr td {
        display: block; } }
  .product-specifications .specs-table-holder .specs-table tr td b, .product-specifications .specs-table-holder .specs-table tr td strong {
    font-size: 1.4em; }
  .product-specifications .specs-table-holder .specs-table tr td ul {
    list-style-type: none;
    display: inline-flex;
    margin: 0;
    padding: 0;
    list-style: none; }
  .product-specifications .specs-table-holder .specs-table tr td ul li {
    margin: 0 0.5em; }

.product-specifications h4 {
  margin: 64px 0 32px;
  color: white;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center; }
  @media (max-width: 767px) {
    .product-specifications h4 {
      font-size: 20px;
      margin-bottom: 20px;
      margin-top: 40px; } }

.product-specifications .columns {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: center;
  justify-content: center; }
  .product-specifications .columns .column {
    flex: 0 1 50%;
    padding: 0 16px;
    max-width: 475px;
    text-align: center; }
    @media (max-width: 767px) {
      .product-specifications .columns .column {
        flex: 0 0 100%;
        margin-bottom: 14px; } }
    .product-specifications .columns .column .img-holder {
      display: inline-block;
      vertical-align: middle;
      margin-right: 16px; }
      .product-specifications .columns .column .img-holder img {
        height: 54px; }
        @media (max-width: 767px) {
          .product-specifications .columns .column .img-holder img {
            height: 48px; } }
    .product-specifications .columns .column a {
      display: inline-block;
      vertical-align: middle;
      font-weight: bold;
      font-size: 18px;
      color: white;
      text-decoration: none; }

.video-holder {
  position: relative;
  padding-top: 56.25%;
  height: 0px; }
  .video-holder .video-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .video-holder .video-overlay:hover .play-button {
      background-position: center;
      filter: none; }
    .video-holder .video-overlay.playing .play-button {
      background-image: none; }
    .video-holder .video-overlay .play-button {
      height: 80px;
      width: 80px;
      background: url(../icons/custom/play.svg) no-repeat center;
      filter: brightness(100); }
  .video-holder video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.plyr__video-embed iframe {
  top: -50% !important;
  height: 200% !important; }

.referral-terms-and-conditions .inner-container {
  max-width: 1100px;
  padding: 64px 16px 16px; }
  @media (max-width: 767px) {
    .referral-terms-and-conditions .inner-container {
      padding: 42px 14px 14px; } }

.referral-terms-and-conditions ul {
  margin: 16px 0;
  padding: 0;
  padding-left: 20px; }

.referral-terms-and-conditions h5 {
  margin: 12px 0;
  font-size: 24px; }
  @media (max-width: 767px) {
    .referral-terms-and-conditions h5 {
      margin: 9px 0;
      font-size: 18px; } }

.request-contact {
  margin-top: -16px; }
  .request-contact .holder {
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 1100px;
    margin: 16px auto 0;
    padding: 32px 32px 16px 28%;
    min-height: 550px; }
    @media (max-width: 767px) {
      .request-contact .holder {
        min-height: unset;
        padding: 28px 14px 28px 14px; } }
    .request-contact .holder .right {
      max-width: 600px;
      margin: auto; }
      .request-contact .holder .right .form-holder {
        background-color: white;
        border-radius: 16px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
        padding: 48px;
        margin-bottom: 32px; }
        @media (max-width: 767px) {
          .request-contact .holder .right .form-holder {
            padding: 28px; } }
        .request-contact .holder .right .form-holder #contact-us-success {
          font-family: konnect-regular, sans-serif; }
          .request-contact .holder .right .form-holder #contact-us-success a {
            margin-top: 15px;
            transition: 0.2s all;
            text-transform: none !important;
            font-weight: 600;
            border: 1px solid transparent;
            outline: 0;
            cursor: pointer;
            font-family: konnect-regular, sans-serif;
            line-height: normal;
            color: black;
            min-width: 135px;
            padding: 9px 32px;
            font-size: 16px;
            line-height: 1.5;
            letter-spacing: normal;
            font-weight: 600;
            border-radius: 30px;
            background: #2E4EC6;
            color: white;
            border-radius: 25px;
            box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
            .request-contact .holder .right .form-holder #contact-us-success a:focus, .request-contact .holder .right .form-holder #contact-us-success a:hover, .request-contact .holder .right .form-holder #contact-us-success a:active {
              border: 1px solid transparent; }
            .request-contact .holder .right .form-holder #contact-us-success a[disabled] {
              background-color: #cecece !important; }
            .request-contact .holder .right .form-holder #contact-us-success a p {
              font-family: konnect-regular, sans-serif !important;
              text-transform: none !important;
              transition: all 300ms ease; }
            .request-contact .holder .right .form-holder #contact-us-success a p {
              margin: 0;
              font-size: 16px;
              line-height: 1.5;
              letter-spacing: normal;
              font-weight: 600; }
            @media (max-width: 767px) {
              .request-contact .holder .right .form-holder #contact-us-success a {
                min-width: 130px;
                font-size: 14px;
                letter-spacing: normal; }
                .request-contact .holder .right .form-holder #contact-us-success a p {
                  font-size: 14px; } }
            @media (max-width: 575px) {
              .request-contact .holder .right .form-holder #contact-us-success a {
                min-width: 113px;
                font-size: 14px;
                letter-spacing: normal;
                padding: 8px 28px; }
                .request-contact .holder .right .form-holder #contact-us-success a p {
                  font-size: 14px; } }
            .request-contact .holder .right .form-holder #contact-us-success a p {
              color: white; }
            .request-contact .holder .right .form-holder #contact-us-success a:hover {
              color: white;
              background: #223a94; }
            .request-contact .holder .right .form-holder #contact-us-success a:active {
              color: white;
              background: rgba(46, 78, 198, 0.6); }
        .request-contact .holder .right .form-holder p {
          font-size: 14px; }
        .request-contact .holder .right .form-holder form {
          margin: 0; }
        .request-contact .holder .right .form-holder .form-field {
          margin-bottom: 28px; }
          @media (max-width: 767px) {
            .request-contact .holder .right .form-holder .form-field {
              margin-bottom: 14px; } }
          .request-contact .holder .right .form-holder .form-field.form-field--success .form-input {
            padding-right: 40px; }
        .request-contact .holder .right .form-holder .form-input {
          border-color: #cecece;
          min-height: unset;
          padding: 9px;
          line-height: 1.2;
          font-size: 15px;
          height: auto;
          max-height: unset; }
        .request-contact .holder .right .form-holder .form-actions {
          margin: 0; }
        .request-contact .holder .right .form-holder .button {
          min-width: unset;
          padding: 9.6px 32px;
          line-height: 1; }
          @media (max-width: 767px) {
            .request-contact .holder .right .form-holder .button {
              display: block;
              width: 100%; } }
    .request-contact .holder h1 {
      margin: 0;
      margin-bottom: 32px;
      text-align: center;
      font-size: 40px; }
      @media (max-width: 767px) {
        .request-contact .holder h1 {
          font-size: 30px; } }

.cart-section .inner-container {
  max-width: 720px; }
  @media (max-width: 767px) {
    .cart-section .inner-container {
      padding-left: 0;
      padding-right: 0; } }

.cart-section .shield-icon {
  display: inline-block;
  margin-right: 7px; }
  .cart-section .shield-icon:after {
    content: "\e91b";
    font-family: 'icons';
    font-weight: lighter;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 22px;
    line-height: 1.1; }

.cart-section .cart-actions {
  text-align: center;
  padding: 16px 0; }
  .cart-section .cart-actions .button {
    display: inline-block;
    float: none; }
    @media (max-width: 767px) {
      .cart-section .cart-actions .button {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 16px;
        display: block; } }

.cart-section .cart .cart-list {
  border: none;
  font-family: konnect-regular, sans-serif; }
  .cart-section .cart .cart-list .product-item + .product-item {
    margin-top: 16px; }
    @media (max-width: 767px) {
      .cart-section .cart .cart-list .product-item + .product-item {
        margin-top: 12px; } }
  .cart-section .cart .cart-list .top {
    display: flex;
    position: relative; }
  .cart-section .cart .cart-list .bottom {
    display: flex;
    align-items: center;
    justify-content: center; }
    .cart-section .cart .cart-list .bottom p img {
      height: 20px; }
      @media (max-width: 767px) {
        .cart-section .cart .cart-list .bottom p img {
          height: 15px; } }
  .cart-section .cart .cart-list .cart-remove {
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    background-color: #2E4EC6; }
    @media (max-width: 767px) {
      .cart-section .cart .cart-list .cart-remove {
        top: 0;
        right: 0; } }
    .cart-section .cart .cart-list .cart-remove svg {
      fill: #ffffff; }
  .cart-section .cart .cart-list .product-image {
    text-align: left;
    min-width: 150px; }
    @media (max-width: 767px) {
      .cart-section .cart .cart-list .product-image.mobile-padding img {
        min-width: 50px;
        max-width: 50px; } }
    @media (max-width: 767px) {
      .cart-section .cart .cart-list .product-image {
        min-width: 75px; } }
    .cart-section .cart .cart-list .product-image img {
      display: inline-block;
      max-width: 100%;
      max-height: 150px; }
      @media (max-width: 767px) {
        .cart-section .cart .cart-list .product-image img {
          min-width: 75px;
          max-width: 75px; } }
  .cart-section .cart .cart-list .product-name {
    padding: 0 16px;
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .cart-section .cart .cart-list .product-name {
        padding: 0 12px; } }
    .cart-section .cart .cart-list .product-name h2 {
      color: #333;
      font-size: 28px;
      line-height: 1.2;
      margin: 0; }
      @media (max-width: 767px) {
        .cart-section .cart .cart-list .product-name h2 {
          font-size: 24px; } }
      .cart-section .cart .cart-list .product-name h2.small {
        font-size: 20px; }
        @media (max-width: 767px) {
          .cart-section .cart .cart-list .product-name h2.small {
            font-size: 16px; } }
      .cart-section .cart .cart-list .product-name h2 a {
        text-decoration: none;
        color: inherit;
        font-size: inherit; }
  .cart-section .cart .cart-list .product-price {
    margin-left: auto;
    display: flex;
    align-items: center;
    text-align: right; }
    .cart-section .cart .cart-list .product-price .price {
      color: #2E4EC6;
      font-size: 24px;
      line-height: 1; }
      @media (max-width: 767px) {
        .cart-section .cart .cart-list .product-price .price {
          font-size: 20px; } }
      .cart-section .cart .cart-list .product-price .price.small {
        font-size: 20px; }
        @media (max-width: 767px) {
          .cart-section .cart .cart-list .product-price .price.small {
            font-size: 16px; } }
      .cart-section .cart .cart-list .product-price .price del {
        display: block;
        color: #333;
        font-size: 18px; }
        @media (max-width: 767px) {
          .cart-section .cart .cart-list .product-price .price del {
            font-size: 16px; } }

.cart-section .cart-total {
  padding: 16px 0 0;
  margin: 16px 0 0;
  text-align: right;
  position: relative; }
  .cart-section .cart-total::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 166px;
    right: 0;
    height: 3px;
    width: auto;
    background-color: #2E4EC6; }
    @media (max-width: 767px) {
      .cart-section .cart-total::before {
        left: 87px;
        height: 2px; } }
  .cart-section .cart-total p {
    font-size: 26px; }
    @media (max-width: 767px) {
      .cart-section .cart-total p {
        font-size: 18px; } }
    .cart-section .cart-total p .calculation {
      font-weight: bold; }
      .cart-section .cart-total p .calculation .price {
        color: #2E4EC6;
        font-size: 36px; }
        @media (max-width: 767px) {
          .cart-section .cart-total p .calculation .price {
            font-size: 22px; } }

.cart-section .cart-slider {
  margin: 32px 0; }
  @media (max-width: 767px) {
    .cart-section .cart-slider {
      margin: 16px 0; } }
  .cart-section .cart-slider .item {
    padding: 6px; }
    .cart-section .cart-slider .item .holder {
      display: flex;
      background-color: #ffffff;
      padding: 24px;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 32, 0.15);
      align-items: center;
      justify-content: space-between;
      border-radius: 4px; }
      @media (max-width: 767px) {
        .cart-section .cart-slider .item .holder {
          padding: 16px; } }
      .cart-section .cart-slider .item .holder .img-holder img {
        max-height: 80px; }
        @media (max-width: 767px) {
          .cart-section .cart-slider .item .holder .img-holder img {
            max-height: 95px; } }
      .cart-section .cart-slider .item .holder .desc-holder {
        padding-left: 32px; }
        @media (max-width: 767px) {
          .cart-section .cart-slider .item .holder .desc-holder {
            padding-left: 28px; } }
        .cart-section .cart-slider .item .holder .desc-holder p {
          margin: 0; }
  .cart-section .cart-slider .slick-dots {
    padding: 12px 0;
    bottom: -45px; }
    .cart-section .cart-slider .slick-dots li {
      padding: 0;
      height: auto;
      width: auto; }
      .cart-section .cart-slider .slick-dots li.slick-active button::before {
        background-color: #2E4EC6; }
      .cart-section .cart-slider .slick-dots li button {
        margin: 0 4px;
        border-color: #2E4EC6;
        display: block; }
        .cart-section .cart-slider .slick-dots li button:hover::before {
          background-color: rgba(42, 133, 107, 0.32); }

.cart-section .cart-description p {
  margin-bottom: 16px;
  font-family: konnect-regular, sans-serif;
  font-size: 16px; }
  @media (max-width: 767px) {
    .cart-section .cart-description p {
      font-size: 14px; } }
  .cart-section .cart-description p.title {
    margin-bottom: 8px;
    font-weight: bold; }

.cart-section .cart-description ul {
  list-style: none;
  margin: 0;
  margin-bottom: 24px; }
  .cart-section .cart-description ul li {
    font-size: 16px;
    margin-bottom: 8px; }
    @media (max-width: 767px) {
      .cart-section .cart-description ul li {
        font-size: 14px;
        margin-bottom: 5px; } }
    .cart-section .cart-description ul li::before {
      content: "";
      background-color: #2E4EC6;
      font-weight: bold;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      width: 5px;
      height: 5px;
      border-radius: 999px; }

.product-steps .holder {
  padding: 64px 0; }
  @media (max-width: 767px) {
    .product-steps .holder {
      padding: 28px; } }

.product-steps h2 {
  font-size: 40px;
  margin-bottom: 16px;
  color: #333;
  text-align: center;
  line-height: 1.2;
  font-weight: normal; }
  @media (max-width: 767px) {
    .product-steps h2 {
      font-size: 28px;
      margin-bottom: 14px;
      padding-left: 14px;
      padding-right: 14px; } }

.product-steps .columns {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: center; }
  .product-steps .columns .column {
    flex: 0 1 33.3333333%;
    padding: 0 16px;
    max-width: 475px;
    text-align: center; }
    @media (max-width: 767px) {
      .product-steps .columns .column {
        flex: 0 0 100%; } }
    .product-steps .columns .column .img-holder {
      margin: 16px 0; }
      .product-steps .columns .column .img-holder img {
        height: 16vh; }
    .product-steps .columns .column h5 {
      color: #3bbb92;
      font-weight: bold;
      font-size: 24px;
      line-height: 1.2;
      margin: 12px 0; }
      @media (max-width: 767px) {
        .product-steps .columns .column h5 {
          font-size: 18px; } }
    .product-steps .columns .column p {
      font-size: 18px; }
      @media (max-width: 767px) {
        .product-steps .columns .column p {
          font-size: 16px; } }

.full-price-header {
  text-align: center; }
  .full-price-header .inner-container {
    padding: 64px 0 16px; }
    @media (max-width: 767px) {
      .full-price-header .inner-container {
        padding: 42px 0 14px; } }
  .full-price-header h1 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 12px; }
    @media (max-width: 767px) {
      .full-price-header h1 {
        font-size: 28px; } }
  .full-price-header h5 {
    margin: 0;
    font-size: 24px;
    line-height: 1.2; }
    @media (max-width: 767px) {
      .full-price-header h5 {
        font-size: 18px; } }

.full-price-products .inner-container {
  padding-bottom: 64px; }
  @media (max-width: 767px) {
    .full-price-products .inner-container {
      padding: 0 28px 28px; } }

.full-price-products .columns {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: center; }
  .full-price-products .columns .col {
    display: flex;
    flex: 0 1 33.333333%;
    max-width: 435px;
    min-width: 435px;
    margin: 0 16px; }
    @media (max-width: 767px) {
      .full-price-products .columns .col {
        min-width: unset;
        flex: 0 0 100%;
        margin-bottom: 16px; } }
    .full-price-products .columns .col.basic-package-tribe {
      order: 0; }
    .full-price-products .columns .col.smart-package-tribe {
      order: 1; }
    .full-price-products .columns .col .bg-holder {
      background: #f9f9f9;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
      display: flex;
      flex-direction: column;
      text-align: center; }
      .full-price-products .columns .col .bg-holder .product-title {
        font-weight: bold;
        font-size: 24px;
        line-height: 1.4;
        margin-top: 24px;
        padding: 0 16px; }
        @media (max-width: 767px) {
          .full-price-products .columns .col .bg-holder .product-title {
            font-size: 18px;
            margin-top: 21px;
            padding: 0 14px; } }
      .full-price-products .columns .col .bg-holder .product-subtitle {
        font-size: 14.4px;
        padding: 0 16px;
        margin: 0; }
        @media (max-width: 767px) {
          .full-price-products .columns .col .bg-holder .product-subtitle {
            font-size: 12.6px;
            padding: 0 14px; } }
      .full-price-products .columns .col .bg-holder .product-price-description {
        margin-top: 24px;
        background: #f2f2f2;
        padding: 16px 32px; }
        @media (max-width: 767px) {
          .full-price-products .columns .col .bg-holder .product-price-description {
            margin-top: 21px;
            padding: 14px 28px; } }
        .full-price-products .columns .col .bg-holder .product-price-description p {
          margin: 0;
          font-size: 16px;
          line-height: 1.5; }
          @media (max-width: 767px) {
            .full-price-products .columns .col .bg-holder .product-price-description p {
              font-size: 14px; } }
          .full-price-products .columns .col .bg-holder .product-price-description p .tooltip-btn {
            position: relative;
            display: inline-block; }
            .full-price-products .columns .col .bg-holder .product-price-description p .tooltip-btn:hover::after {
              visibility: visible;
              opacity: 1; }
            .full-price-products .columns .col .bg-holder .product-price-description p .tooltip-btn::before {
              content: 'i';
              display: inline-block;
              border-radius: 50%;
              background: #2E4EC6;
              color: #FFF;
              width: 20px;
              height: 20px;
              line-height: 20px;
              font-style: italic;
              font-size: 14.4px;
              font-family: serif;
              text-align: center;
              box-sizing: content-box; }
            .full-price-products .columns .col .bg-holder .product-price-description p .tooltip-btn::after {
              z-index: 400;
              opacity: 0;
              width: 300px;
              position: absolute !important;
              left: 100%;
              top: 50%;
              margin-left: 20px;
              transform: translate(0, -50%);
              visibility: hidden;
              transition: all 0.3s ease;
              font-size: 14.4px;
              border-radius: 16px;
              display: block;
              color: #333;
              padding: 16px;
              background-color: #ffffff;
              box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1); }
            .full-price-products .columns .col .bg-holder .product-price-description p .tooltip-btn::after {
              content: attr(data-tooltip); }
      .full-price-products .columns .col .bg-holder .product-thumbnail {
        padding: 16px; }
        .full-price-products .columns .col .bg-holder .product-thumbnail a {
          display: block; }
          .full-price-products .columns .col .bg-holder .product-thumbnail a img {
            height: 220px; }
      .full-price-products .columns .col .bg-holder .blue-bar {
        background-color: #2E4EC6;
        height: 16px; }
      .full-price-products .columns .col .bg-holder .product-price {
        padding: 16px;
        font-size: 16px;
        display: flex;
        justify-content: center;
        flex-flow: wrap;
        align-items: stretch;
        font-family: konnect-regular, sans-serif; }
        .full-price-products .columns .col .bg-holder .product-price .product-full-price {
          order: 1;
          border: 1px solid #F2F2F2;
          padding: 8px;
          flex: 1;
          display: flex;
          flex-flow: wrap;
          align-items: center;
          justify-content: center; }
          @media (max-width: 767px) {
            .full-price-products .columns .col .bg-holder .product-price .product-full-price {
              padding: 8px 0; } }
        .full-price-products .columns .col .bg-holder .product-price .or {
          order: 2;
          padding: 5px;
          font-weight: bold;
          display: flex;
          align-items: center; }
        .full-price-products .columns .col .bg-holder .product-price .payment-option {
          order: 3;
          border: 1px solid #F2F2F2;
          padding: 8px;
          flex: 1;
          display: flex;
          flex-flow: wrap;
          align-items: center;
          justify-content: center; }
          @media (max-width: 767px) {
            .full-price-products .columns .col .bg-holder .product-price .payment-option {
              padding: 8px 0; } }
        .full-price-products .columns .col .bg-holder .product-price .monthly-price {
          order: 4;
          min-height: 24px;
          font-size: 16px;
          line-height: 1.5;
          flex: 1 1 100%;
          margin-top: 8px; }
          @media (max-width: 767px) {
            .full-price-products .columns .col .bg-holder .product-price .monthly-price {
              order: 0;
              min-height: unset;
              font-size: 14px;
              line-height: 1.64;
              padding: 0 32px;
              margin-bottom: 46px; } }
        .full-price-products .columns .col .bg-holder .product-price .label {
          font-size: 16px;
          font-weight: normal;
          line-height: 1.5;
          float: none;
          display: block;
          flex: 1 1 100%; }
          @media (max-width: 767px) {
            .full-price-products .columns .col .bg-holder .product-price .label {
              font-size: 14px;
              line-height: 1.93; } }
        .full-price-products .columns .col .bg-holder .product-price .amount {
          font-size: 19px;
          line-height: 1.5;
          margin: 0 4px;
          font-weight: bold;
          color: #2E4EC6;
          word-spacing: -4px; }
          @media (max-width: 767px) {
            .full-price-products .columns .col .bg-holder .product-price .amount {
              font-size: 17px; } }
          .full-price-products .columns .col .bg-holder .product-price .amount.sale {
            color: #e0090b; }
            .full-price-products .columns .col .bg-holder .product-price .amount.sale .original {
              font-size: 15px;
              font-weight: 600;
              color: #333;
              margin-right: 6px; }
              @media (max-width: 767px) {
                .full-price-products .columns .col .bg-holder .product-price .amount.sale .original {
                  font-size: 11px; } }
          @media (max-width: 767px) {
            .full-price-products .columns .col .bg-holder .product-price .amount {
              font-size: 16px;
              line-height: 1.71; } }
      .full-price-products .columns .col .bg-holder .product-add-to-cart {
        padding: 16px; }
        @media (max-width: 767px) {
          .full-price-products .columns .col .bg-holder .product-add-to-cart .button {
            display: block;
            width: 100%; } }

.package-form .holder {
  padding: 64px 0;
  background: linear-gradient(90deg, #3BBB92, #01484C);
  mask: url(../img/ellipse-mask-top.svg) top center/cover; }
  @media (max-width: 767px) {
    .package-form .holder {
      padding: 28px;
      background: linear-gradient(0deg, #3BBB92, #01484C); } }

.package-form .inner-container {
  max-width: 800px; }

.package-form h2 {
  margin-bottom: 16px; }
  .package-form h2 p {
    color: #ffffff !important; }
    @media (max-width: 767px) {
      .package-form h2 p {
        font-size: 28px !important; } }

.package-form .subtext {
  margin-bottom: 24px; }
  .package-form .subtext p {
    margin: 0 !important;
    font-family: konnect-regular, sans-serif !important;
    color: #ffffff !important;
    font-size: 16px !important; }
    @media (max-width: 767px) {
      .package-form .subtext p {
        font-size: 14px !important; } }

.package-form .form-holder {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  margin: 0 -8px; }
  @media (max-width: 767px) {
    .package-form .form-holder {
      margin: 0; } }
  .package-form .form-holder .form-field--error .form-field-error, .package-form .form-holder .form-field--error .form-inlineMessage {
    color: #ffffff;
    font-size: 14px; }
  .package-form .form-holder .form-group {
    flex: 0 1 33.3333333%;
    padding: 0 8px;
    margin-bottom: 13px; }
    @media (max-width: 767px) {
      .package-form .form-holder .form-group {
        padding: 0;
        flex: 0 1 100%;
        margin-bottom: 10px; } }
    .package-form .form-holder .form-group.submit {
      flex: 0 1 100%;
      text-align: right;
      margin: 0; }
    .package-form .form-holder .form-group label {
      display: block;
      font-family: konnect-regular, sans-serif;
      color: #ffffff;
      font-size: 14px;
      margin: 7px 0; }
    .package-form .form-holder .form-group .form-control {
      display: block;
      min-height: unset;
      width: 100%;
      outline: none;
      border-radius: 0;
      padding: 7.5px 9px;
      font-size: 15px;
      border: 1px solid #ececec;
      line-height: 1;
      color: #333;
      min-height: unset; }
  .package-form .form-holder .form-desc {
    flex: 0 1 100%;
    padding: 0 8px; }
    @media (max-width: 767px) {
      .package-form .form-holder .form-desc {
        padding: 0; } }
    .package-form .form-holder .form-desc p {
      margin: 0;
      margin-bottom: 10px;
      font-size: 12px;
      color: white; }
  .package-form .form-holder .button-submit {
    line-height: 1;
    min-width: unset;
    padding: 10px 32px;
    background-color: transparent; }
    .package-form .form-holder .button-submit:hover {
      background-color: #2E4EC6; }
    .package-form .form-holder .button-submit:active, .package-form .form-holder .button-submit:focus {
      background-color: #3FD2A3; }
    @media (max-width: 767px) {
      .package-form .form-holder .button-submit {
        display: block;
        width: 100%;
        margin: 0 auto;
        font-size: 11px;
        min-height: unset;
        height: unset;
        padding: 6px 0; } }

.section-404 .container .inner-container, .section-404 .page-heading .inner-container, .section-404 .alertBox .inner-container {
  padding: 64px 0 32px; }
  @media (max-width: 767px) {
    .section-404 .container .inner-container, .section-404 .page-heading .inner-container, .section-404 .alertBox .inner-container {
      padding: 48px 0 0; } }

.section-404 .container .inner, .section-404 .page-heading .inner, .section-404 .alertBox .inner {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .section-404 .container .inner, .section-404 .page-heading .inner, .section-404 .alertBox .inner {
      flex-direction: column-reverse; } }
  .section-404 .container .inner .text, .section-404 .page-heading .inner .text, .section-404 .alertBox .inner .text {
    flex-basis: 75%;
    text-align: center; }
    @media (max-width: 767px) {
      .section-404 .container .inner .text, .section-404 .page-heading .inner .text, .section-404 .alertBox .inner .text {
        flex-basis: 100%; } }
  .section-404 .container .inner .image, .section-404 .page-heading .inner .image, .section-404 .alertBox .inner .image {
    flex: 1; }
    @media (max-width: 767px) {
      .section-404 .container .inner .image, .section-404 .page-heading .inner .image, .section-404 .alertBox .inner .image {
        margin-bottom: 28px; } }
    @media (max-width: 767px) {
      .section-404 .container .inner .image img, .section-404 .page-heading .inner .image img, .section-404 .alertBox .inner .image img {
        width: 65vw; } }

.section-404 .container h1, .section-404 .page-heading h1, .section-404 .alertBox h1 {
  margin-bottom: 10px;
  font-weight: bolder;
  text-align: center; }

.section-404 .container p, .section-404 .page-heading p, .section-404 .alertBox p {
  margin-bottom: 10px;
  font-weight: bold; }

.section-404 .container ul, .section-404 .page-heading ul, .section-404 .alertBox ul {
  margin: 0;
  padding: 0;
  margin-top: 25px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  gap: 10px 15px; }
  .section-404 .container ul li, .section-404 .page-heading ul li, .section-404 .alertBox ul li {
    margin: 0;
    padding: 0;
    margin-bottom: 0;
    text-align: center; }
    .section-404 .container ul li a, .section-404 .page-heading ul li a, .section-404 .alertBox ul li a {
      transition: 0.2s all;
      text-transform: none !important;
      font-weight: 600;
      border: 1px solid transparent;
      outline: 0;
      cursor: pointer;
      font-family: konnect-regular, sans-serif;
      line-height: normal;
      color: black;
      min-width: 135px;
      padding: 9px 32px;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: normal;
      font-weight: 600;
      border-radius: 30px;
      background: #2E4EC6;
      color: white;
      border-radius: 25px;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
      .section-404 .container ul li a:focus, .section-404 .page-heading ul li a:focus, .section-404 .alertBox ul li a:focus, .section-404 .container ul li a:hover, .section-404 .page-heading ul li a:hover, .section-404 .alertBox ul li a:hover, .section-404 .container ul li a:active, .section-404 .page-heading ul li a:active, .section-404 .alertBox ul li a:active {
        border: 1px solid transparent; }
      .section-404 .container ul li a[disabled], .section-404 .page-heading ul li a[disabled], .section-404 .alertBox ul li a[disabled] {
        background-color: #cecece !important; }
      .section-404 .container ul li a p, .section-404 .page-heading ul li a p, .section-404 .alertBox ul li a p {
        font-family: konnect-regular, sans-serif !important;
        text-transform: none !important;
        transition: all 300ms ease; }
      .section-404 .container ul li a p, .section-404 .page-heading ul li a p, .section-404 .alertBox ul li a p {
        margin: 0;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: normal;
        font-weight: 600; }
      @media (max-width: 767px) {
        .section-404 .container ul li a, .section-404 .page-heading ul li a, .section-404 .alertBox ul li a {
          min-width: 130px;
          font-size: 14px;
          letter-spacing: normal; }
          .section-404 .container ul li a p, .section-404 .page-heading ul li a p, .section-404 .alertBox ul li a p {
            font-size: 14px; } }
      @media (max-width: 575px) {
        .section-404 .container ul li a, .section-404 .page-heading ul li a, .section-404 .alertBox ul li a {
          min-width: 113px;
          font-size: 14px;
          letter-spacing: normal;
          padding: 8px 28px; }
          .section-404 .container ul li a p, .section-404 .page-heading ul li a p, .section-404 .alertBox ul li a p {
            font-size: 14px; } }
      .section-404 .container ul li a p, .section-404 .page-heading ul li a p, .section-404 .alertBox ul li a p {
        color: white; }
      .section-404 .container ul li a:hover, .section-404 .page-heading ul li a:hover, .section-404 .alertBox ul li a:hover {
        color: white;
        background: #223a94; }
      .section-404 .container ul li a:active, .section-404 .page-heading ul li a:active, .section-404 .alertBox ul li a:active {
        color: white;
        background: rgba(46, 78, 198, 0.6); }

.packages-steps {
  margin-top: -17px; }
  @media (max-width: 767px) {
    .packages-steps {
      margin-top: -14px; } }
  .packages-steps .holder {
    background-color: #f6faf9;
    padding: 60px 0; }
    @media (max-width: 767px) {
      .packages-steps .holder {
        padding: 30px 13px; } }
  .packages-steps h2 {
    margin: 0;
    margin-bottom: 25px;
    font-size: 0; }
    .packages-steps h2 p {
      margin: 0 !important;
      font-family: konnect-regular, sans-serif;
      text-align: center !important;
      font-weight: bold !important;
      font-size: 28px !important; }
  .packages-steps .steps-holder {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 40px; }
    @media (max-width: 767px) {
      .packages-steps .steps-holder {
        gap: 0;
        margin-bottom: 20px;
        justify-content: space-between; } }
    .packages-steps .steps-holder::before {
      content: '';
      position: absolute;
      z-index: 1;
      top: 30px;
      left: calc(25% - 170px);
      height: 10px;
      width: calc(100% - 260px);
      border-top: 3px dashed #E60448; }
      @media (max-width: 767px) {
        .packages-steps .steps-holder::before {
          top: 23px;
          left: calc(15%);
          width: calc(100% - 25%); } }
    .packages-steps .steps-holder .package-step {
      position: relative;
      z-index: 2;
      flex-basis: 25%; }
      .packages-steps .steps-holder .package-step .inner .number {
        margin: 0 auto 30px;
        height: 60px;
        width: 60px;
        background: linear-gradient(180deg, #BE0082 0%, #E80445 100%);
        border-radius: 999px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 250ms ease; }
        @media (max-width: 767px) {
          .packages-steps .steps-holder .package-step .inner .number {
            cursor: pointer;
            margin-bottom: 0;
            height: 48px;
            width: 48px;
            background: #e3e3e3; } }
        @media (max-width: 767px) {
          .packages-steps .steps-holder .package-step .inner .number.active {
            background: linear-gradient(180deg, #BE0082 0%, #E80445 100%); } }
        @media (max-width: 767px) {
          .packages-steps .steps-holder .package-step .inner .number.active p {
            color: #ffffff !important; } }
        .packages-steps .steps-holder .package-step .inner .number p {
          margin: 0 !important;
          font-family: konnect-regular, sans-serif;
          line-height: 26px !important;
          text-align: center !important;
          color: #ffffff !important;
          font-size: 34px !important;
          font-weight: bolder !important; }
          @media (max-width: 767px) {
            .packages-steps .steps-holder .package-step .inner .number p {
              color: #333 !important; } }
      @media (max-width: 767px) {
        .packages-steps .steps-holder .package-step .inner .desc {
          display: none; } }
      .packages-steps .steps-holder .package-step .inner .desc p {
        margin: 0 !important;
        font-family: konnect-regular, sans-serif;
        color: #333 !important;
        text-align: center !important;
        font-size: 16px !important;
        line-height: 1.3 !important; }
        .packages-steps .steps-holder .package-step .inner .desc p strong {
          all: inherit;
          display: inline;
          font-weight: bolder; }
  .packages-steps .mobile-desc {
    display: none; }
    @media (max-width: 767px) {
      .packages-steps .mobile-desc {
        display: block;
        color: #333;
        text-align: center;
        font-size: 16px;
        font-family: konnect-regular, sans-serif;
        line-height: 1.2;
        max-width: 310px;
        margin: auto; } }
    @media (max-width: 767px) {
      .packages-steps .mobile-desc br {
        display: none; } }

.products-redesign.hws1 .column-holder .col.smart-package.custom-banner::before {
  content: 'Save over 45% Now';
  color: #000000;
  background: none; }

@media (max-width: 767px) {
  .products-redesign.hws1 .m-fsize {
    font-size: 9px; } }

.products-redesign.hws2 .column-holder .col.smart-package.custom-banner::before {
  content: 'Special Introductory offer save 45% now'; }

.products-redesign.v2 .holder {
  padding-top: 55px;
  padding-bottom: 45px; }

@media (max-width: 767px) {
  .products-redesign.v2 .inner-container {
    padding-left: 13px;
    padding-right: 13px; } }

.products-redesign.v2 h2 {
  margin-bottom: 20px !important; }

.products-redesign.v2 h3 {
  margin: 0 auto !important;
  max-width: 770px;
  margin-bottom: 20px !important;
  font-family: konnect-regular, sans-serif;
  text-align: center !important;
  font-size: 22px !important; }

.products-redesign.v2 .desc-holder {
  max-width: 770px;
  margin: 0 auto 40px; }
  .products-redesign.v2 .desc-holder p {
    margin: 0 !important;
    color: #333 !important;
    text-align: center !important;
    font-family: konnect-regular, sans-serif;
    font-size: 16px !important;
    line-height: 1.2 !important; }
  .products-redesign.v2 .desc-holder .plus {
    margin: 15px 0 !important;
    line-height: 1 !important;
    text-align: center !important;
    font-weight: bolder !important;
    font-size: 34px !important; }

@media (max-width: 767px) {
  .products-redesign.v2 .column-holder .col {
    flex-basis: 100%; } }

.products-redesign.v2 .column-holder .col .inner {
  background-color: #f6faf9;
  border: 1px solid #f2f2f2; }
  .products-redesign.v2 .column-holder .col .inner .product-title {
    background-color: #559d89; }
    .products-redesign.v2 .column-holder .col .inner .product-title h4 {
      color: #ffffff; }
  .products-redesign.v2 .column-holder .col .inner .product-description {
    padding: 25px 0; }
    .products-redesign.v2 .column-holder .col .inner .product-description p {
      font-weight: bold;
      max-width: 350px;
      margin: auto; }
  .products-redesign.v2 .column-holder .col .inner .product-payment-method-switch .instructions {
    margin: 0 auto;
    max-width: 200px;
    padding-bottom: 5px;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px dashed #6c6c6c; }
  .products-redesign.v2 .column-holder .col .inner .product-payment-method-switch .switch-holder {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px; }
    .products-redesign.v2 .column-holder .col .inner .product-payment-method-switch .switch-holder .left p, .products-redesign.v2 .column-holder .col .inner .product-payment-method-switch .switch-holder .right p {
      margin: 0;
      font-size: 18px;
      font-weight: bolder;
      transition: all 250ms ease; }
      .products-redesign.v2 .column-holder .col .inner .product-payment-method-switch .switch-holder .left p.active, .products-redesign.v2 .column-holder .col .inner .product-payment-method-switch .switch-holder .right p.active {
        transform: scale(1.2); }
    .products-redesign.v2 .column-holder .col .inner .product-payment-method-switch .switch-holder .switch {
      font-size: 0; }
      .products-redesign.v2 .column-holder .col .inner .product-payment-method-switch .switch-holder .switch input[type=checkbox] {
        height: 0;
        width: 0;
        visibility: hidden; }
        .products-redesign.v2 .column-holder .col .inner .product-payment-method-switch .switch-holder .switch input[type=checkbox]:checked + label {
          background-color: #559d89; }
          .products-redesign.v2 .column-holder .col .inner .product-payment-method-switch .switch-holder .switch input[type=checkbox]:checked + label::after {
            transform: translateX(calc(100% + 15px)); }
      .products-redesign.v2 .column-holder .col .inner .product-payment-method-switch .switch-holder .switch label {
        cursor: pointer;
        text-indent: -9999px;
        width: 75px;
        height: 35px;
        background-color: #cecece;
        display: block;
        border-radius: 999px;
        position: relative;
        transition: all 250ms ease; }
        .products-redesign.v2 .column-holder .col .inner .product-payment-method-switch .switch-holder .switch label::after {
          content: '';
          position: absolute;
          top: 5px;
          left: 5px;
          transform: translateX(0);
          width: 25px;
          height: 25px;
          background-color: #ffffff;
          border-radius: 999px;
          transition: all 250ms ease; }
  .products-redesign.v2 .column-holder .col .inner .product-features {
    padding: 20px 0 0; }
    .products-redesign.v2 .column-holder .col .inner .product-features .product-payment-method {
      padding: 10px;
      border-top: 3px solid #000000;
      border-bottom: 3px solid #000000; }
      .products-redesign.v2 .column-holder .col .inner .product-features .product-payment-method p {
        margin: 0;
        text-align: center;
        font-size: 22px;
        font-weight: bolder; }
    .products-redesign.v2 .column-holder .col .inner .product-features .product-details {
      padding: 0;
      border: none;
      padding: 35px 35px 15px; }
      .products-redesign.v2 .column-holder .col .inner .product-features .product-details .plus {
        margin: 10px 0 !important;
        line-height: 1; }
      .products-redesign.v2 .column-holder .col .inner .product-features .product-details .line {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        gap: 20px; }
        .products-redesign.v2 .column-holder .col .inner .product-features .product-details .line .img-holder {
          flex-basis: 75px; }
        .products-redesign.v2 .column-holder .col .inner .product-features .product-details .line .desc-holder {
          flex: 1; }
          .products-redesign.v2 .column-holder .col .inner .product-features .product-details .line .desc-holder h5 {
            text-align: left;
            margin: 0;
            font-size: 18px;
            font-weight: bolder; }
          .products-redesign.v2 .column-holder .col .inner .product-features .product-details .line .desc-holder h6 {
            margin-top: 20px;
            margin-bottom: 5px;
            text-align: left; }
          .products-redesign.v2 .column-holder .col .inner .product-features .product-details .line .desc-holder ul {
            padding: 0;
            list-style: none; }
            .products-redesign.v2 .column-holder .col .inner .product-features .product-details .line .desc-holder ul li {
              font-family: konnect-regular, sans-serif; }
              .products-redesign.v2 .column-holder .col .inner .product-features .product-details .line .desc-holder ul li::before {
                content: '✓';
                display: inline-block;
                margin-right: 5px; }
          .products-redesign.v2 .column-holder .col .inner .product-features .product-details .line .desc-holder p {
            text-align: left !important;
            margin: 0 !important;
            margin-top: 5px !important;
            font-size: 16px !important;
            font-family: konnect-regular, sans-serif; }
    .products-redesign.v2 .column-holder .col .inner .product-features .product-total {
      margin-top: 15px;
      padding: 0 20px; }
      .products-redesign.v2 .column-holder .col .inner .product-features .product-total p {
        margin: 0;
        text-align: center;
        font-family: konnect-regular, sans-serif;
        font-size: 22px;
        font-weight: bolder; }
    .products-redesign.v2 .column-holder .col .inner .product-features .button-holder {
      margin-top: 30px;
      padding-bottom: 30px;
      position: relative;
      bottom: auto;
      left: 0;
      transform: none; }
      @media (max-width: 767px) {
        .products-redesign.v2 .column-holder .col .inner .product-features .button-holder {
          margin-top: 30px;
          position: relative;
          bottom: auto; } }
      .products-redesign.v2 .column-holder .col .inner .product-features .button-holder .button {
        opacity: 1;
        pointer-events: all; }

.products-redesign .holder {
  padding: 40px 0 120px; }
  @media (max-width: 767px) {
    .products-redesign .holder {
      padding-top: 30px; } }

.products-redesign h2 {
  margin: 0 !important;
  margin-bottom: 60px !important;
  font-family: konnect-regular, sans-serif;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 28px !important; }
  @media (max-width: 767px) {
    .products-redesign h2 {
      margin-bottom: 90px !important; } }

.products-redesign .loader-wrapper {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff; }
  .products-redesign .loader-wrapper .basic-loader {
    display: block;
    margin: 60px auto 0;
    width: 80px;
    height: 80px; }
    .products-redesign .loader-wrapper .basic-loader:after {
      content: " ";
      display: block;
      width: 64px;
      height: 64px;
      margin: 8px;
      border-radius: 50%;
      border: 6px solid #2E4EC6;
      border-color: #2E4EC6 transparent #2E4EC6 transparent;
      animation: loader 1.2s linear infinite; }

.products-redesign .column-holder {
  max-width: 980px;
  margin: auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: -1px; }
  .products-redesign .column-holder .col {
    cursor: pointer;
    position: relative;
    flex-basis: 50%;
    margin: 0 -0.5px;
    z-index: 1; }
    .products-redesign .column-holder .col:hover {
      z-index: 99; }
    .products-redesign .column-holder .col.basic-package {
      order: 1; }
      .products-redesign .column-holder .col.basic-package .inner .button-holder {
        right: 0;
        transform: translateX(50%); }
    .products-redesign .column-holder .col.smart-package {
      order: 2; }
      .products-redesign .column-holder .col.smart-package.day-0::before {
        content: 'Save 50% before Midnight Tonight!'; }
      .products-redesign .column-holder .col.smart-package.day-1::before {
        content: 'Save 50% before Midnight Thursday!'; }
      .products-redesign .column-holder .col.smart-package.day-2::before {
        content: 'Save 50% before Midnight Thursday!'; }
      .products-redesign .column-holder .col.smart-package.day-3::before {
        content: 'Save 50% before Midnight Thursday!'; }
      .products-redesign .column-holder .col.smart-package.day-4::before {
        content: 'Save 50% before Midnight Tonight!'; }
      .products-redesign .column-holder .col.smart-package.day-5::before {
        content: 'Save 50% before Midnight Sunday!'; }
      .products-redesign .column-holder .col.smart-package.day-6::before {
        content: 'Save 50% before Midnight Tomorrow!'; }
      .products-redesign .column-holder .col.smart-package::before {
        content: 'Save 50% Now';
        position: absolute;
        display: block;
        bottom: 100%;
        left: 0;
        width: 100%;
        border-radius: 10px 10px 0px 0px;
        padding: 5px;
        color: #ffffff;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.2;
        font-family: konnect-regular, sans-serif;
        text-align: center;
        background: linear-gradient(180deg, #BE0082 0%, #E80445 100%); }
      .products-redesign .column-holder .col.smart-package .inner .button-holder {
        left: 0;
        transform: translateX(-50%); }
    .products-redesign .column-holder .col.active {
      z-index: 2; }
      .products-redesign .column-holder .col.active .inner .product-title {
        background-color: #559d89; }
        .products-redesign .column-holder .col.active .inner .product-title::before {
          opacity: 0;
          background-color: #559d89; }
        .products-redesign .column-holder .col.active .inner .product-title h4 {
          color: #ffffff; }
      .products-redesign .column-holder .col.active .inner .button-holder .button {
        opacity: 1;
        pointer-events: auto; }
      .products-redesign .column-holder .col.active .inner .bordered {
        background-color: #f6faf9; }
    .products-redesign .column-holder .col .inner {
      display: flex;
      flex-direction: column;
      height: 100%; }
      .products-redesign .column-holder .col .inner p {
        font-family: konnect-regular, sans-serif; }
      .products-redesign .column-holder .col .inner .product-title {
        position: relative;
        padding: 0 23px;
        height: 69px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f2f2f2;
        cursor: pointer;
        transition: all 250ms ease; }
        .products-redesign .column-holder .col .inner .product-title::before {
          content: '';
          opacity: 0;
          background-color: #f2f2f2;
          position: absolute;
          left: 0;
          right: 0;
          bottom: -10px;
          height: 20px;
          width: 20px;
          margin: auto;
          transform: rotate(45deg);
          transition: all 250ms ease; }
        .products-redesign .column-holder .col .inner .product-title h4 {
          margin: 0;
          text-align: center;
          font-weight: bolder;
          line-height: 1.2;
          font-size: 20px;
          color: #333;
          transition: all 250ms ease; }
      .products-redesign .column-holder .col .inner .product-image {
        margin: 20px 0;
        text-align: center; }
        .products-redesign .column-holder .col .inner .product-image img {
          max-height: 250px; }
          @media (max-width: 767px) {
            .products-redesign .column-holder .col .inner .product-image img {
              max-height: 150px !important; } }
      .products-redesign .column-holder .col .inner .product-description {
        padding: 0 0 20px; }
        .products-redesign .column-holder .col .inner .product-description p {
          margin: 0;
          color: #333;
          text-align: center;
          font-size: 16px;
          line-height: 1.25; }
          @media (max-width: 767px) {
            .products-redesign .column-holder .col .inner .product-description p {
              font-size: 14px; } }
      .products-redesign .column-holder .col .inner .product-details {
        padding-top: 20px;
        border-top: 2px solid #bfbfbf; }
        @media (max-width: 767px) {
          .products-redesign .column-holder .col .inner .product-details {
            border: none;
            padding-top: 0; } }
        .products-redesign .column-holder .col .inner .product-details h5 {
          margin: 0;
          margin-bottom: 10px;
          color: #333;
          text-align: center;
          font-size: 20px;
          font-weight: bold;
          line-height: 1.25; }
          @media (max-width: 767px) {
            .products-redesign .column-holder .col .inner .product-details h5 {
              font-size: 16px; } }
          @media (max-width: 767px) {
            .products-redesign .column-holder .col .inner .product-details h5 .tooltip-btn {
              display: none; } }
        .products-redesign .column-holder .col .inner .product-details .tooltip-btn {
          display: inline-block;
          position: relative;
          top: -2px;
          margin-left: 5px; }
          .products-redesign .column-holder .col .inner .product-details .tooltip-btn:hover::after {
            visibility: visible;
            opacity: 1; }
          .products-redesign .column-holder .col .inner .product-details .tooltip-btn::before {
            content: 'i';
            display: inline-block;
            border-radius: 50%;
            background: #ffffff;
            color: #000000;
            width: 17px;
            height: 17px;
            border-radius: 999px;
            border: 1px solid #000000;
            line-height: 17px;
            font-style: italic;
            font-size: 12px;
            font-family: serif;
            text-align: center;
            box-sizing: content-box; }
          .products-redesign .column-holder .col .inner .product-details .tooltip-btn::after {
            opacity: 0;
            visibility: hidden;
            padding: 3px 40px;
            position: absolute !important;
            z-index: 400;
            left: 50%;
            bottom: 100%;
            transform: translateX(-50%);
            font-size: 14px;
            font-weight: normal;
            white-space: nowrap;
            color: #333;
            background-color: #ffffff;
            box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease; }
            @media (max-width: 767px) {
              .products-redesign .column-holder .col .inner .product-details .tooltip-btn::after {
                min-width: 100%;
                white-space: normal;
                padding: 3px 10px; } }
          .products-redesign .column-holder .col .inner .product-details .tooltip-btn::after {
            content: attr(data-tooltip); }
        .products-redesign .column-holder .col .inner .product-details .custom-break br {
          display: none; }
          @media screen and (max-width: 475px) {
            .products-redesign .column-holder .col .inner .product-details .custom-break br {
              display: block; } }
        .products-redesign .column-holder .col .inner .product-details p {
          margin: 0;
          margin-bottom: 10px;
          color: #333;
          text-align: center;
          font-size: 14px;
          line-height: 1.6; }
        .products-redesign .column-holder .col .inner .product-details h6 {
          margin-top: 20px;
          margin-bottom: 10px;
          text-align: center;
          font-size: 16px;
          line-height: 1.2;
          font-weight: bolder; }
        .products-redesign .column-holder .col .inner .product-details .plus {
          margin: 20px 0 !important;
          text-align: center;
          font-weight: bolder;
          font-size: 34px; }
        @media (max-width: 767px) {
          .products-redesign .column-holder .col .inner .product-details .product-price .tooltip-btn {
            display: inline-block; } }
        .products-redesign .column-holder .col .inner .product-details .product-price .original {
          word-spacing: -5px;
          margin: 0 5px; }
          @media (max-width: 767px) {
            .products-redesign .column-holder .col .inner .product-details .product-price .original {
              font-size: 14px; } }
        .products-redesign .column-holder .col .inner .product-details .product-price .sale {
          line-height: 1.23; }
          @media (max-width: 767px) {
            .products-redesign .column-holder .col .inner .product-details .product-price .sale {
              font-size: 14px; } }
        .products-redesign .column-holder .col .inner .product-details .product-price .amount {
          color: #2E4EC6; }
          .products-redesign .column-holder .col .inner .product-details .product-price .amount.sale {
            color: #333; }
        .products-redesign .column-holder .col .inner .product-details .product-price br {
          display: none; }
          @media (max-width: 767px) {
            .products-redesign .column-holder .col .inner .product-details .product-price br {
              display: block; } }
        .products-redesign .column-holder .col .inner .product-details .product-features p {
          margin-bottom: 5px;
          position: relative; }
          .products-redesign .column-holder .col .inner .product-details .product-features p .tooltip-btn {
            position: static; }
      .products-redesign .column-holder .col .inner .button-holder {
        text-align: center;
        position: absolute;
        bottom: -98px;
        display: none; }
        .products-redesign .column-holder .col .inner .button-holder .button {
          opacity: 0;
          pointer-events: none;
          transition: all 250ms ease; }
          @media (max-width: 767px) {
            .products-redesign .column-holder .col .inner .button-holder .button {
              font-size: 16px;
              padding: 13px 20px;
              min-width: 300px;
              border-radius: 999px; } }
      .products-redesign .column-holder .col .inner .bordered {
        display: block;
        text-decoration: none;
        flex: 1;
        padding: 30px;
        background-color: #f2f2f2;
        border: 1px solid #f2f2f2;
        transition: all 250ms ease; }
        @media (max-width: 767px) {
          .products-redesign .column-holder .col .inner .bordered {
            padding: 35px 10px; } }
    .products-redesign .column-holder .col .button-holder {
      padding-top: 20px;
      text-align: center; }
      @media (max-width: 767px) {
        .products-redesign .column-holder .col .button-holder .button {
          padding: 13px 10px; } }

.new-monthly-rental .tooltip-btn {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 5px; }
  .new-monthly-rental .tooltip-btn:hover::after {
    visibility: visible;
    opacity: 1; }
  .new-monthly-rental .tooltip-btn::before {
    content: 'i';
    display: inline-block;
    border-radius: 50%;
    background: #ffffff;
    color: #000000;
    width: 15px;
    height: 15px;
    border-radius: 999px;
    border: 1px solid #000000;
    line-height: 17px;
    font-style: italic;
    font-size: 12px;
    font-family: serif;
    text-align: center;
    box-sizing: content-box; }
  .new-monthly-rental .tooltip-btn::after {
    opacity: 0;
    visibility: hidden;
    padding: 3px 40px;
    position: absolute !important;
    z-index: 400;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
    color: #333;
    background-color: #ffffff;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease; }
    @media (max-width: 767px) {
      .new-monthly-rental .tooltip-btn::after {
        min-width: 100%;
        white-space: normal;
        padding: 3px 10px; } }
  .new-monthly-rental .tooltip-btn::after {
    content: attr(data-tooltip); }

.packages-tabs.v2 .tabs-container .tab-title-and-content .tabs {
  display: none; }

.packages-tabs .holder {
  padding: 60px 0;
  background-color: #f2f2f2; }
  @media (max-width: 767px) {
    .packages-tabs .holder {
      padding: 40px 0; } }

@media (max-width: 767px) {
  .packages-tabs .inner-container {
    padding-left: 13px;
    padding-right: 13px; } }

.packages-tabs h2 {
  margin: 0;
  margin-bottom: 15px;
  font-size: 0; }
  .packages-tabs h2 p {
    margin: 0 !important;
    font-family: konnect-regular, sans-serif;
    text-align: center !important;
    font-weight: bold !important;
    font-size: 28px !important; }

.packages-tabs .desc {
  margin: auto;
  max-width: 500px;
  margin-bottom: 30px; }

.packages-tabs p {
  margin: 0 auto !important;
  max-width: 770px !important;
  font-family: konnect-regular, sans-serif;
  text-align: center !important;
  font-size: 16px !important;
  font-weight: bold !important;
  line-height: 1.2 !important; }

.packages-tabs .tabs-container {
  margin: 40px auto;
  max-width: 780px; }
  .packages-tabs .tabs-container .tab-title-and-content {
    box-shadow: none;
    border-radius: 0; }
    .packages-tabs .tabs-container .tab-title-and-content .tabs {
      padding: 0;
      flex-direction: row; }
      .packages-tabs .tabs-container .tab-title-and-content .tabs .tab {
        margin: 0;
        background-color: #C0C0C0;
        border-radius: 20px 20px 0 0;
        height: 63px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 250ms ease; }
        @media (max-width: 767px) {
          .packages-tabs .tabs-container .tab-title-and-content .tabs .tab {
            height: 82px; } }
        .packages-tabs .tabs-container .tab-title-and-content .tabs .tab::before {
          content: '';
          opacity: 0;
          background-color: #ffffff;
          position: absolute;
          left: 0;
          right: 0;
          bottom: -10px;
          height: 20px;
          width: 20px;
          margin: auto;
          transform: rotate(45deg);
          transition: all 250ms ease; }
        .packages-tabs .tabs-container .tab-title-and-content .tabs .tab.is-active {
          background-color: #559d89; }
          .packages-tabs .tabs-container .tab-title-and-content .tabs .tab.is-active::before {
            opacity: 1;
            background-color: #559d89; }
          .packages-tabs .tabs-container .tab-title-and-content .tabs .tab.is-active a {
            color: #ffffff; }
            .packages-tabs .tabs-container .tab-title-and-content .tabs .tab.is-active a::after {
              content: none;
              display: none; }
        .packages-tabs .tabs-container .tab-title-and-content .tabs .tab + .tab {
          border-left: 3px solid #f2f2f2; }
        .packages-tabs .tabs-container .tab-title-and-content .tabs .tab a {
          flex: 1;
          display: block;
          padding: 0 20px;
          text-align: center;
          color: #fff;
          font-size: 20px;
          line-height: 1.2;
          font-weight: bolder;
          transition: all 250ms ease; }
          .packages-tabs .tabs-container .tab-title-and-content .tabs .tab a br {
            display: none; }
            @media (max-width: 767px) {
              .packages-tabs .tabs-container .tab-title-and-content .tabs .tab a br {
                display: block; } }
          @media (max-width: 767px) {
            .packages-tabs .tabs-container .tab-title-and-content .tabs .tab a {
              font-size: 16px; } }
    .packages-tabs .tabs-container .tab-title-and-content .tabs-contents {
      border: 1px solid #f2f2f2;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
      background-color: #ffffff;
      padding: 36px 20px; }
      .packages-tabs .tabs-container .tab-title-and-content .tabs-contents .tab-content {
        text-align: center; }
        .packages-tabs .tabs-container .tab-title-and-content .tabs-contents .tab-content br {
          display: none; }
          @media (max-width: 767px) {
            .packages-tabs .tabs-container .tab-title-and-content .tabs-contents .tab-content br {
              display: block; } }
        .packages-tabs .tabs-container .tab-title-and-content .tabs-contents .tab-content h4 {
          margin: 0;
          margin-bottom: 10px;
          font-size: 20px;
          font-weight: bolder;
          line-height: 1.2;
          color: #333; }
        .packages-tabs .tabs-container .tab-title-and-content .tabs-contents .tab-content p {
          margin: 0 !important;
          max-width: unset !important;
          font-size: 14px !important;
          font-family: konnect-regular, sans-serif;
          font-weight: normal !important;
          line-height: 1.6 !important; }
          .packages-tabs .tabs-container .tab-title-and-content .tabs-contents .tab-content p .price {
            color: #559d89; }
          .packages-tabs .tabs-container .tab-title-and-content .tabs-contents .tab-content p small {
            font-size: 14px; }
        .packages-tabs .tabs-container .tab-title-and-content .tabs-contents .tab-content .box {
          padding: 5px 15px;
          max-width: 427px;
          margin: 20px auto;
          background: linear-gradient(180deg, #BE0082 0%, #E80445 100%); }
          .packages-tabs .tabs-container .tab-title-and-content .tabs-contents .tab-content .box p {
            margin: 0 !important;
            color: #ffffff !important;
            font-size: 16px !important;
            font-weight: bolder !important;
            line-height: 1.2 !important;
            text-align: center !important; }
        .packages-tabs .tabs-container .tab-title-and-content .tabs-contents .tab-content hr {
          margin: 20px 0;
          border-bottom: 1px solid #bfbfbf; }

.packages-tabs .table-wrapper {
  margin-bottom: 30px; }
  @media (max-width: 575px) {
    .packages-tabs .table-wrapper {
      overflow: auto; } }
  .packages-tabs .table-wrapper table {
    max-width: 600px;
    margin: auto;
    font-family: 'konnect';
    table-layout: fixed;
    background-color: transparent; }
    @media (max-width: 575px) {
      .packages-tabs .table-wrapper table {
        width: 100%; } }
    .packages-tabs .table-wrapper table tr.has-bg td {
      background-color: #2E4EC6;
      border-color: #2E4EC6;
      color: #ffffff;
      text-align: center;
      font-weight: bold;
      font-size: 150%; }
    .packages-tabs .table-wrapper table td,
    .packages-tabs .table-wrapper table th {
      border: 1px solid #2E4EC6;
      padding: 15px 20px;
      font-size: 16px;
      line-height: 1.5;
      background-color: #ffffff;
      text-align: center; }
      .packages-tabs .table-wrapper table td.no-bg,
      .packages-tabs .table-wrapper table th.no-bg {
        background-color: transparent; }
      .packages-tabs .table-wrapper table td.no-border,
      .packages-tabs .table-wrapper table th.no-border {
        border: none; }
      @media (max-width: 575px) {
        .packages-tabs .table-wrapper table td,
        .packages-tabs .table-wrapper table th {
          font-size: 14px; } }
    .packages-tabs .table-wrapper table th {
      background-color: #2E4EC6;
      color: #fff;
      text-align: center;
      font-weight: bold;
      font-size: 110%;
      border-right-color: #ececec; }
      .packages-tabs .table-wrapper table th:last-child {
        border-right-color: #2E4EC6; }
    .packages-tabs .table-wrapper table td:first-child {
      font-weight: bold; }
    .packages-tabs .table-wrapper table p {
      font-weight: normal !important; }
      .packages-tabs .table-wrapper table p + p {
        margin-top: 10px !important; }
      .packages-tabs .table-wrapper table p.larger {
        font-size: 120% !important; }
    .packages-tabs .table-wrapper table small {
      font-size: 80%;
      position: relative;
      top: -2px; }
      .packages-tabs .table-wrapper table small a {
        font-size: inherit; }
    .packages-tabs .table-wrapper table .purple {
      color: #be0082  !important;
      font-weight: bolder; }
    .packages-tabs .table-wrapper table .dash {
      display: inline-block;
      vertical-align: middle;
      height: 3px;
      width: 10px;
      background-color: #A6A6A6; }
  .packages-tabs .table-wrapper .actions {
    max-width: 800px;
    margin: 20px auto 0;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px; }

.packages-tabs .buttons {
  font-size: 0;
  text-align: center; }
  @media (max-width: 767px) {
    .packages-tabs .buttons {
      max-width: 300px;
      margin: auto; } }
  @media (max-width: 767px) {
    .packages-tabs .buttons .button {
      font-size: 16px;
      padding: 13px 20px;
      min-width: 300px;
      border-radius: 999px; } }
  .packages-tabs .buttons .button + .button {
    margin-left: 40px; }
    @media (max-width: 767px) {
      .packages-tabs .buttons .button + .button {
        margin-top: 30px;
        margin-left: 0; } }

.comparison-table-image .inner-container {
  padding: 0 128px; }
  @media (max-width: 767px) {
    .comparison-table-image .inner-container {
      padding: 0; } }

.comparison-table-image h2 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .comparison-table-image h2 {
      padding: 0 16px;
      margin-bottom: 28px; } }
  .comparison-table-image h2 p {
    margin: 0 !important;
    font-size: 40px !important;
    font-family: konnect-regular, sans-serif;
    font-weight: 300 !important;
    line-height: 1.23 !important;
    text-align: center !important;
    color: #333 !important; }
    @media (max-width: 767px) {
      .comparison-table-image h2 p {
        font-size: 22px !important;
        line-height: 1.18 !important;
        letter-spacing: -0.05px !important; } }

.comparison-table-image .desc {
  margin-bottom: 24px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .comparison-table-image .desc p {
    font-size: 16px !important;
    font-family: konnect-regular, sans-serif !important;
    line-height: 1.53 !important;
    text-align: center !important;
    color: #333333 !important; }

.comparison-table-image .holder {
  padding: 48px 0; }
  @media (max-width: 767px) {
    .comparison-table-image .holder {
      padding: 28px 0; } }

.comparison-table-image .button-holder {
  margin: 16px 0; }
  @media (max-width: 767px) {
    .comparison-table-image .button-holder {
      margin: 14px 0; } }
  .comparison-table-image .button-holder #buttonLink {
    transition: 0.2s all;
    text-transform: none !important;
    font-weight: 600;
    border: 1px solid transparent;
    outline: 0;
    cursor: pointer;
    font-family: konnect-regular, sans-serif;
    line-height: normal;
    color: black;
    min-width: 135px;
    padding: 9px 32px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 600;
    border-radius: 30px;
    background: #2E4EC6;
    color: white;
    border-radius: 25px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
    .comparison-table-image .button-holder #buttonLink:focus, .comparison-table-image .button-holder #buttonLink:hover, .comparison-table-image .button-holder #buttonLink:active {
      border: 1px solid transparent; }
    .comparison-table-image .button-holder #buttonLink[disabled] {
      background-color: #cecece !important; }
    .comparison-table-image .button-holder #buttonLink p {
      font-family: konnect-regular, sans-serif !important;
      text-transform: none !important;
      transition: all 300ms ease; }
    .comparison-table-image .button-holder #buttonLink p {
      margin: 0;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: normal;
      font-weight: 600; }
    @media (max-width: 767px) {
      .comparison-table-image .button-holder #buttonLink {
        min-width: 130px;
        font-size: 14px;
        letter-spacing: normal; }
        .comparison-table-image .button-holder #buttonLink p {
          font-size: 14px; } }
    @media (max-width: 575px) {
      .comparison-table-image .button-holder #buttonLink {
        min-width: 113px;
        font-size: 14px;
        letter-spacing: normal;
        padding: 8px 28px; }
        .comparison-table-image .button-holder #buttonLink p {
          font-size: 14px; } }
    .comparison-table-image .button-holder #buttonLink p {
      color: white; }
    .comparison-table-image .button-holder #buttonLink:hover {
      color: white;
      background: #223a94; }
    .comparison-table-image .button-holder #buttonLink:active {
      color: white;
      background: rgba(46, 78, 198, 0.6); }
    @media (max-width: 767px) {
      .comparison-table-image .button-holder #buttonLink {
        display: block;
        width: 100%;
        max-width: 300px;
        margin: auto; } }

.product-compare .inner-container {
  padding: 64px 0; }
  @media (max-width: 767px) {
    .product-compare .inner-container {
      padding: 28px 0; } }

.product-compare h2 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .product-compare h2 {
      padding: 0 16px;
      margin-bottom: 28px; } }
  .product-compare h2 p {
    margin: 0 !important;
    font-size: 40px !important;
    font-family: konnect-regular, sans-serif;
    font-weight: 300 !important;
    line-height: 1.23 !important;
    text-align: center !important;
    color: #333 !important; }
    @media (max-width: 767px) {
      .product-compare h2 p {
        font-size: 22px !important;
        line-height: 1.18 !important;
        letter-spacing: -0.05px !important; } }

.product-compare .desc {
  margin-bottom: 24px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .product-compare .desc p {
    font-size: 16px !important;
    font-family: konnect-regular, sans-serif !important;
    line-height: 1.53 !important;
    text-align: center !important;
    color: #333333 !important; }

.product-compare .product-compare-table .button-holder-outside {
  display: none;
  margin-top: 40px; }
  .product-compare .product-compare-table .button-holder-outside .button {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: auto;
    margin-top: 10px; }
  @media (max-width: 767px) {
    .product-compare .product-compare-table .button-holder-outside {
      display: block; } }

.product-compare .product-compare-table table {
  max-width: 900px;
  font-family: konnect-regular, sans-serif;
  margin: 0 auto;
  border: none;
  position: relative;
  table-layout: fixed;
  left: -75px; }
  @media (max-width: 767px) {
    .product-compare .product-compare-table table {
      left: 0; } }
  @media (max-width: 767px) {
    .product-compare .product-compare-table table.table-1 .wide {
      width: auto; } }
  @media (max-width: 767px) {
    .product-compare .product-compare-table table.table-1 tr th:first-child, .product-compare .product-compare-table table.table-1 tr td:first-child {
      display: none; } }
  .product-compare .product-compare-table table .wide {
    width: 150px; }
    @media (max-width: 767px) {
      .product-compare .product-compare-table table .wide {
        width: 100px; } }
  @media (max-width: 767px) {
    .product-compare .product-compare-table table .hidden-mobile {
      display: none; } }
  .product-compare .product-compare-table table .hidden-desktop {
    display: none; }
    @media (max-width: 767px) {
      .product-compare .product-compare-table table .hidden-desktop {
        display: block; } }
  .product-compare .product-compare-table table th {
    font-size: 24px;
    text-align: center; }
    .product-compare .product-compare-table table th.borderless {
      border: none; }
    .product-compare .product-compare-table table th p {
      margin: 0; }
  .product-compare .product-compare-table table td {
    text-align: center;
    position: relative;
    z-index: 1; }
    .product-compare .product-compare-table table td:first-child {
      text-align: right;
      border-left: none; }
    .product-compare .product-compare-table table td:last-child {
      border-right: none; }
    .product-compare .product-compare-table table td.borderless {
      border: none; }
    .product-compare .product-compare-table table td.button-holder {
      padding: 35px 0;
      text-align: center; }
      @media (max-width: 767px) {
        .product-compare .product-compare-table table td.button-holder {
          padding: 15px 0; } }
      .product-compare .product-compare-table table td.button-holder .modal-close {
        position: static;
        height: auto;
        width: auto; }
    .product-compare .product-compare-table table td.box-holder {
      border: none;
      padding: 0;
      padding-top: 35px; }
      @media (max-width: 767px) {
        .product-compare .product-compare-table table td.box-holder {
          padding-top: 15px; } }
    .product-compare .product-compare-table table td.top-align {
      vertical-align: top; }
    .product-compare .product-compare-table table td.higher-index {
      z-index: 2; }
    .product-compare .product-compare-table table td.bottom-align {
      vertical-align: bottom; }
    .product-compare .product-compare-table table td.larger-text {
      font-size: 22px; }
      @media (max-width: 767px) {
        .product-compare .product-compare-table table td.larger-text {
          font-size: 16px; } }
    .product-compare .product-compare-table table td.more-spacing {
      padding: 30px 8px 8px; }
    .product-compare .product-compare-table table td.heading {
      text-align: center;
      font-size: 34px;
      padding-left: 150px; }
      @media (max-width: 767px) {
        .product-compare .product-compare-table table td.heading {
          padding-left: 0;
          font-size: 28px; } }
    @media (max-width: 767px) {
      .product-compare .product-compare-table table td.pricing-td {
        font-size: 18px;
        padding-top: 8px;
        display: block; } }
    .product-compare .product-compare-table table td .dash {
      display: inline-block;
      vertical-align: middle;
      height: 3px;
      width: 10px;
      background-color: #A6A6A6; }
    .product-compare .product-compare-table table td .price-holder {
      display: block;
      border: 2px solid #ececec;
      border-radius: 10px;
      padding: 20px 15px;
      text-decoration: none;
      color: #333;
      font-size: 14px;
      margin: 0 !important; }
      .product-compare .product-compare-table table td .price-holder .row {
        margin: 0;
        justify-content: space-between; }
        .product-compare .product-compare-table table td .price-holder .row .col {
          padding: 0; }
          .product-compare .product-compare-table table td .price-holder .row .col.left {
            font-weight: bolder; }
          .product-compare .product-compare-table table td .price-holder .row .col.right {
            text-align: right; }
    .product-compare .product-compare-table table td p {
      margin: 0; }
      .product-compare .product-compare-table table td p strong.sub {
        color: #8f8f8f; }
    .product-compare .product-compare-table table td .box {
      padding: 10px;
      background: linear-gradient(180deg, #BE0082 0%, #E80445 100%);
      text-align: center; }
      .product-compare .product-compare-table table td .box.green {
        background: #2E4EC6; }
      @media (max-width: 767px) {
        .product-compare .product-compare-table table td .box {
          padding: 5px; } }
      .product-compare .product-compare-table table td .box p {
        margin: 0;
        color: #ffffff;
        font-weight: bolder; }
    .product-compare .product-compare-table table td .water-system-image {
      position: relative;
      z-index: 1;
      overflow: hidden; }
      .product-compare .product-compare-table table td .water-system-image img {
        max-width: 300px; }
        @media (max-width: 767px) {
          .product-compare .product-compare-table table td .water-system-image img {
            max-width: 100%; } }
      .product-compare .product-compare-table table td .water-system-image.new::before {
        content: '';
        z-index: 2;
        position: absolute;
        top: -75px;
        right: -75px;
        height: 150px;
        width: 150px;
        transform: rotate(45deg);
        background: linear-gradient(180deg, #BE0082 75%, #E80445 100%); }
        @media (max-width: 767px) {
          .product-compare .product-compare-table table td .water-system-image.new::before {
            top: -45px;
            right: -45px;
            height: 90px;
            width: 90px; } }
      .product-compare .product-compare-table table td .water-system-image.new::after {
        content: 'NEW';
        z-index: 3;
        font-family: konnect-regular, sans-serif;
        font-size: 22px;
        font-weight: bolder;
        color: #ffffff;
        position: absolute;
        top: 0;
        right: 0;
        height: 65px;
        width: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotate(45deg); }
        @media (max-width: 767px) {
          .product-compare .product-compare-table table td .water-system-image.new::after {
            font-size: 14px;
            height: 40px;
            width: 40px; } }
      .product-compare .product-compare-table table td .water-system-image.home-water-system-ii img {
        object-fit: cover;
        height: 275px; }
        @media (max-width: 767px) {
          .product-compare .product-compare-table table td .water-system-image.home-water-system-ii img {
            transform: scale(1.3);
            height: auto; } }
    .product-compare .product-compare-table table td .color-selector ul {
      list-style: none;
      margin: 0; }
      .product-compare .product-compare-table table td .color-selector ul li {
        padding: 0;
        display: inline-block; }
        .product-compare .product-compare-table table td .color-selector ul li a {
          display: inline-block; }
          .product-compare .product-compare-table table td .color-selector ul li a.active .color {
            border-color: #000000; }
          .product-compare .product-compare-table table td .color-selector ul li a .color {
            display: inline-block;
            height: 40px;
            width: 40px;
            border-radius: 999px;
            border: 2px solid #e0e0e0ad; }
            @media (max-width: 767px) {
              .product-compare .product-compare-table table td .color-selector ul li a .color {
                height: 25px;
                width: 25px;
                border-width: 1px; } }
            .product-compare .product-compare-table table td .color-selector ul li a .color.black {
              background-color: #484848; }
            .product-compare .product-compare-table table td .color-selector ul li a .color.cream {
              background-color: #F2EBDE; }
            .product-compare .product-compare-table table td .color-selector ul li a .color.blue {
              background-color: #313B50; }
            .product-compare .product-compare-table table td .color-selector ul li a .color.red {
              background-color: #DD373D; }
            .product-compare .product-compare-table table td .color-selector ul li a .color.silver {
              background-color: #B7B7B7; }
            .product-compare .product-compare-table table td .color-selector ul li a .color.white {
              background-color: #ffffff; }

.experts .inner-container {
  padding-bottom: 64px; }
  @media (max-width: 767px) {
    .experts .inner-container {
      padding: 28px; } }

.experts h2 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .experts h2 {
      padding: 0 16px;
      margin-bottom: 28px; } }
  .experts h2 p {
    margin: 0 !important;
    font-size: 40px !important;
    font-family: konnect-regular, sans-serif;
    font-weight: 300 !important;
    line-height: 1.23 !important;
    text-align: center !important;
    color: #333 !important; }
    @media (max-width: 767px) {
      .experts h2 p {
        font-size: 22px !important;
        line-height: 1.18 !important;
        letter-spacing: -0.05px !important; } }

.experts .desc {
  margin-bottom: 24px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .experts .desc p {
    font-size: 16px !important;
    font-family: konnect-regular, sans-serif !important;
    line-height: 1.53 !important;
    text-align: center !important;
    color: #333333 !important; }

.experts .button-holder {
  margin: 16px 0; }
  @media (max-width: 767px) {
    .experts .button-holder {
      margin: 14px 0; } }
  .experts .button-holder #buttonLink {
    transition: 0.2s all;
    text-transform: none !important;
    font-weight: 600;
    border: 1px solid transparent;
    outline: 0;
    cursor: pointer;
    font-family: konnect-regular, sans-serif;
    line-height: normal;
    color: black;
    min-width: 135px;
    padding: 9px 32px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 600;
    border-radius: 30px;
    background: #2E4EC6;
    color: white;
    border-radius: 25px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
    .experts .button-holder #buttonLink:focus, .experts .button-holder #buttonLink:hover, .experts .button-holder #buttonLink:active {
      border: 1px solid transparent; }
    .experts .button-holder #buttonLink[disabled] {
      background-color: #cecece !important; }
    .experts .button-holder #buttonLink p {
      font-family: konnect-regular, sans-serif !important;
      text-transform: none !important;
      transition: all 300ms ease; }
    .experts .button-holder #buttonLink p {
      margin: 0;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: normal;
      font-weight: 600; }
    @media (max-width: 767px) {
      .experts .button-holder #buttonLink {
        min-width: 130px;
        font-size: 14px;
        letter-spacing: normal; }
        .experts .button-holder #buttonLink p {
          font-size: 14px; } }
    @media (max-width: 575px) {
      .experts .button-holder #buttonLink {
        min-width: 113px;
        font-size: 14px;
        letter-spacing: normal;
        padding: 8px 28px; }
        .experts .button-holder #buttonLink p {
          font-size: 14px; } }
    .experts .button-holder #buttonLink p {
      color: white; }
    .experts .button-holder #buttonLink:hover {
      color: white;
      background: #223a94; }
    .experts .button-holder #buttonLink:active {
      color: white;
      background: rgba(46, 78, 198, 0.6); }
    @media (max-width: 767px) {
      .experts .button-holder #buttonLink {
        display: block;
        width: 100%;
        max-width: 300px;
        margin: auto; } }

.experts .expert-row {
  display: flex;
  gap: 100px;
  flex-direction: row; }
  @media (max-width: 767px) {
    .experts .expert-row {
      flex-direction: column;
      gap: 40px; } }
  .experts .expert-row .expert-col {
    max-width: 50%;
    flex-basis: 50%;
    font-family: konnect-regular, sans-serif !important; }
    @media (max-width: 767px) {
      .experts .expert-row .expert-col {
        max-width: 100%;
        flex-basis: 100%; } }
    .experts .expert-row .expert-col .top {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px;
      flex-direction: row; }
      .experts .expert-row .expert-col .top .left {
        flex-basis: 25%; }
      .experts .expert-row .expert-col .top .right {
        flex: 1; }
    @media (max-width: 767px) {
      .experts .expert-row .expert-col .bottom {
        margin-top: 20px; } }
    .experts .expert-row .expert-col .bottom p {
      font-size: 14px !important; }
    .experts .expert-row .expert-col h5 p {
      font-weight: bolder !important;
      font-size: 14px !important; }
    .experts .expert-row .expert-col .right {
      position: relative;
      top: -24px; }
      @media (max-width: 767px) {
        .experts .expert-row .expert-col .right {
          top: 0; } }
      .experts .expert-row .expert-col .right p {
        text-align: left !important;
        font-size: 16px !important;
        position: relative;
        font-style: italic; }
        .experts .expert-row .expert-col .right p::before {
          content: '\201C'; }
        .experts .expert-row .expert-col .right p::after {
          content: '\201D'; }

.parallax-custom.parallax-bubble .bg-holder .holder {
  padding-bottom: 64px; }

.parallax-custom.parallax-bubble .holder {
  padding-top: 64px; }

.parallax-custom .container, .parallax-custom .page-heading, .parallax-custom .alertBox {
  overflow: hidden; }

.parallax-custom .inner-container {
  padding-bottom: 64px; }
  @media (max-width: 767px) {
    .parallax-custom .inner-container {
      padding: 28px; } }

.parallax-custom h2 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .parallax-custom h2 {
      padding: 0 16px;
      margin-bottom: 14px; } }
  .parallax-custom h2 p {
    margin: 0 !important;
    font-size: 36px !important;
    font-family: konnect-regular, sans-serif;
    font-weight: 300 !important;
    line-height: 1.23 !important;
    text-align: center !important;
    color: #333 !important; }
    @media (max-width: 767px) {
      .parallax-custom h2 p {
        font-size: 28px !important;
        line-height: 1.18 !important;
        letter-spacing: -0.05px !important; } }

.parallax-custom .desc {
  margin-bottom: 24px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .parallax-custom .desc p {
    font-size: 24px !important;
    font-family: konnect-regular, sans-serif !important;
    line-height: 1.53 !important;
    text-align: center !important;
    color: #333333 !important; }
    @media (max-width: 767px) {
      .parallax-custom .desc p {
        padding: 0 28px;
        font-size: 18px !important; } }

.parallax-custom .button-holder {
  margin: 16px 0; }
  @media (max-width: 767px) {
    .parallax-custom .button-holder {
      margin: 14px 0; } }
  .parallax-custom .button-holder #buttonLink {
    transition: 0.2s all;
    text-transform: none !important;
    font-weight: 600;
    border: 1px solid transparent;
    outline: 0;
    cursor: pointer;
    font-family: konnect-regular, sans-serif;
    line-height: normal;
    color: black;
    min-width: 135px;
    padding: 9px 32px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 600;
    border-radius: 30px;
    background: #2E4EC6;
    color: white;
    border-radius: 25px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
    .parallax-custom .button-holder #buttonLink:focus, .parallax-custom .button-holder #buttonLink:hover, .parallax-custom .button-holder #buttonLink:active {
      border: 1px solid transparent; }
    .parallax-custom .button-holder #buttonLink[disabled] {
      background-color: #cecece !important; }
    .parallax-custom .button-holder #buttonLink p {
      font-family: konnect-regular, sans-serif !important;
      text-transform: none !important;
      transition: all 300ms ease; }
    .parallax-custom .button-holder #buttonLink p {
      margin: 0;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: normal;
      font-weight: 600; }
    @media (max-width: 767px) {
      .parallax-custom .button-holder #buttonLink {
        min-width: 130px;
        font-size: 14px;
        letter-spacing: normal; }
        .parallax-custom .button-holder #buttonLink p {
          font-size: 14px; } }
    @media (max-width: 575px) {
      .parallax-custom .button-holder #buttonLink {
        min-width: 113px;
        font-size: 14px;
        letter-spacing: normal;
        padding: 8px 28px; }
        .parallax-custom .button-holder #buttonLink p {
          font-size: 14px; } }
    .parallax-custom .button-holder #buttonLink p {
      color: white; }
    .parallax-custom .button-holder #buttonLink:hover {
      color: white;
      background: #223a94; }
    .parallax-custom .button-holder #buttonLink:active {
      color: white;
      background: rgba(46, 78, 198, 0.6); }
    @media (max-width: 767px) {
      .parallax-custom .button-holder #buttonLink {
        display: block;
        width: 100%;
        max-width: 300px;
        margin: auto; } }

.parallax-custom .parallax-holder {
  margin-top: 68px;
  height: 400px;
  position: relative; }
  @media (max-width: 767px) {
    .parallax-custom .parallax-holder {
      margin-top: 28px;
      height: 300px; } }
  .parallax-custom .parallax-holder .items {
    height: 100%; }
    .parallax-custom .parallax-holder .items .item {
      opacity: 0;
      display: flex;
      align-items: center;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: #ffffff;
      mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
      mask-composite: source-in, source-over, xor;
      transition: all 500ms ease; }
      .parallax-custom .parallax-holder .items .item.active {
        opacity: 1;
        z-index: 2; }
      .parallax-custom .parallax-holder .items .item.img-full-width {
        max-width: unset; }
        .parallax-custom .parallax-holder .items .item.img-full-width .inner .img-holder {
          background-size: cover;
          background-position: center; }
          @media (max-width: 767px) {
            .parallax-custom .parallax-holder .items .item.img-full-width .inner .img-holder {
              background-position: center left; } }
        .parallax-custom .parallax-holder .items .item.img-full-width .inner .text {
          padding-left: calc(((100vw - 1400px) / 2) + 350px);
          max-width: unset; }
          @media (max-width: 767px) {
            .parallax-custom .parallax-holder .items .item.img-full-width .inner .text {
              padding: 0 28px;
              text-align: center;
              margin-bottom: 30px; } }
          .parallax-custom .parallax-holder .items .item.img-full-width .inner .text h3 {
            margin: 0; }
      .parallax-custom .parallax-holder .items .item .inner {
        width: 1000px;
        max-width: 100%;
        margin: auto; }
        @media (max-width: 767px) {
          .parallax-custom .parallax-holder .items .item .inner {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center; } }
        .parallax-custom .parallax-holder .items .item .inner .img-holder {
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          background-size: 400px;
          background-repeat: no-repeat;
          background-position: calc(((100vw - 1200px) / 2) + 500px) center; }
          @media (max-width: 767px) {
            .parallax-custom .parallax-holder .items .item .inner .img-holder {
              order: 2;
              position: relative;
              height: 300px;
              background-size: 300px;
              background-position: center; } }
        .parallax-custom .parallax-holder .items .item .inner .text {
          max-width: 500px;
          position: relative;
          z-index: 2; }
          @media (max-width: 767px) {
            .parallax-custom .parallax-holder .items .item .inner .text {
              order: 1;
              padding: 0 60px;
              text-align: center; } }
          .parallax-custom .parallax-holder .items .item .inner .text h3 {
            font-size: 30px; }
            @media (max-width: 767px) {
              .parallax-custom .parallax-holder .items .item .inner .text h3 {
                font-size: 22px; } }
          .parallax-custom .parallax-holder .items .item .inner .text p {
            font-size: 20px; }
            @media (max-width: 767px) {
              .parallax-custom .parallax-holder .items .item .inner .text p {
                font-size: 18px; } }
          .parallax-custom .parallax-holder .items .item .inner .text.alt {
            display: flex;
            align-items: center;
            flex-flow: wrap; }
            @media (max-width: 767px) {
              .parallax-custom .parallax-holder .items .item .inner .text.alt {
                align-items: flex-start; } }
            .parallax-custom .parallax-holder .items .item .inner .text.alt .section-number {
              border: solid 3px #b2367c;
              text-align: center;
              border-radius: 100%;
              min-width: 70px;
              min-height: 70px;
              display: flex;
              align-items: center;
              justify-content: center;
              flex: 0 0 70px;
              max-width: 70px;
              margin-right: 33px;
              background-color: white; }
              @media (max-width: 767px) {
                .parallax-custom .parallax-holder .items .item .inner .text.alt .section-number {
                  min-width: 45px;
                  min-height: 45px;
                  flex: 0 0 45px;
                  max-width: 45px;
                  margin-right: 20px;
                  margin-top: 11px; } }
              .parallax-custom .parallax-holder .items .item .inner .text.alt .section-number span {
                font-size: 36px;
                line-height: 0.67;
                color: #333333;
                font-family: konnect-regular, sans-serif; }
                @media (max-width: 767px) {
                  .parallax-custom .parallax-holder .items .item .inner .text.alt .section-number span {
                    font-size: 20px; } }
              .parallax-custom .parallax-holder .items .item .inner .text.alt .section-number + .right-content-wrapper .heading-holder h2 p {
                text-align: left !important; }
              .parallax-custom .parallax-holder .items .item .inner .text.alt .section-number + .right-content-wrapper .content-holder p {
                text-align: left !important; }
            .parallax-custom .parallax-holder .items .item .inner .text.alt .right-content-wrapper {
              flex: 1;
              text-align: left; }
              .parallax-custom .parallax-holder .items .item .inner .text.alt .right-content-wrapper h2 {
                margin: 0;
                padding: 0; }
                .parallax-custom .parallax-holder .items .item .inner .text.alt .right-content-wrapper h2 p {
                  margin-bottom: 18px !important;
                  font-size: 36px !important;
                  font-weight: 300 !important;
                  line-height: 1.19 !important;
                  color: #333 !important;
                  text-transform: none !important; }
                  @media (max-width: 767px) {
                    .parallax-custom .parallax-holder .items .item .inner .text.alt .right-content-wrapper h2 p {
                      font-size: 22px !important;
                      line-height: 1.14 !important;
                      letter-spacing: -0.05px !important; } }
              .parallax-custom .parallax-holder .items .item .inner .text.alt .right-content-wrapper .content-holder p {
                margin: 0 !important;
                font-size: 16px !important;
                font-family: "konnect", sans-serif !important;
                font-weight: 400 !important;
                line-height: 1.53 !important;
                color: #333 !important;
                text-transform: none !important; }
                @media (max-width: 767px) {
                  .parallax-custom .parallax-holder .items .item .inner .text.alt .right-content-wrapper .content-holder p {
                    font-size: 14px !important;
                    line-height: 1.54 !important;
                    letter-spacing: -0.05px !important; } }
  .parallax-custom .parallax-holder .arrows .arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    cursor: pointer;
    height: 50px;
    width: 50px;
    border-top: 6px solid #2E4EC6;
    border-right: 6px solid #2E4EC6;
    transition: all 300ms ease; }
    @media (max-width: 767px) {
      .parallax-custom .parallax-holder .arrows .arrow {
        border-top: 4px solid #2E4EC6;
        border-right: 4px solid #2E4EC6;
        height: 30px;
        width: 30px; } }
    .parallax-custom .parallax-holder .arrows .arrow.prev {
      left: 200px;
      transform: translateY(-50%) rotate(-135deg); }
      @media (max-width: 767px) {
        .parallax-custom .parallax-holder .arrows .arrow.prev {
          left: 30px; } }
    .parallax-custom .parallax-holder .arrows .arrow.next {
      right: 200px;
      transform: translateY(-50%) rotate(45deg); }
      @media (max-width: 767px) {
        .parallax-custom .parallax-holder .arrows .arrow.next {
          right: 30px; } }

.parallax-custom .parallax-holder-v2 {
  overflow: hidden;
  margin-bottom: 56px; }
  @media (max-width: 767px) {
    .parallax-custom .parallax-holder-v2 {
      margin-bottom: 28px; } }
  .parallax-custom .parallax-holder-v2.static .items .item .inner {
    animation: none; }
  .parallax-custom .parallax-holder-v2 .items {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-flow: wrap;
    position: relative;
    padding: 0 100px 56px 100px; }
    @media (max-width: 767px) {
      .parallax-custom .parallax-holder-v2 .items {
        padding: 28px; } }
    .parallax-custom .parallax-holder-v2 .items .item {
      position: relative;
      z-index: 1;
      padding: 28px;
      flex: 0 0 33.333333%;
      max-width: 33.333333%; }
      @media (max-width: 767px) {
        .parallax-custom .parallax-holder-v2 .items .item {
          padding: 28px 0;
          flex: 0 0 100%;
          max-width: 100%; } }
      @media (max-width: 767px) {
        .parallax-custom .parallax-holder-v2 .items .item:nth-child(even) .inner {
          flex-direction: row-reverse; } }
      .parallax-custom .parallax-holder-v2 .items .item:nth-child(2) .inner {
        animation-delay: 0ms; }
      .parallax-custom .parallax-holder-v2 .items .item:nth-child(3) .inner {
        animation-delay: 600ms; }
      .parallax-custom .parallax-holder-v2 .items .item:nth-child(4) .inner {
        animation-delay: 300ms; }
      .parallax-custom .parallax-holder-v2 .items .item:nth-child(5) .inner {
        animation-delay: 900ms; }
      .parallax-custom .parallax-holder-v2 .items .item:nth-child(6) .inner {
        animation-delay: 0ms; }
      .parallax-custom .parallax-holder-v2 .items .item:nth-child(7) .inner {
        animation-delay: 500ms; }
      .parallax-custom .parallax-holder-v2 .items .item.img-full-width {
        min-height: 75vh;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 56px; }
        @media (max-width: 767px) {
          .parallax-custom .parallax-holder-v2 .items .item.img-full-width {
            min-height: 300px; } }
        .parallax-custom .parallax-holder-v2 .items .item.img-full-width .inner {
          animation: unset; }
          .parallax-custom .parallax-holder-v2 .items .item.img-full-width .inner .img-holder {
            border-radius: 0;
            z-index: 1;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background-size: 75vh;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            animation: unset;
            box-shadow: none; }
      .parallax-custom .parallax-holder-v2 .items .item .inner {
        display: flex;
        align-items: center;
        gap: 20px;
        animation: float 4s ease-in-out infinite; }
        @media (max-width: 767px) {
          .parallax-custom .parallax-holder-v2 .items .item .inner {
            justify-content: center; } }
        .parallax-custom .parallax-holder-v2 .items .item .inner .img-holder {
          width: 150px;
          height: 150px;
          flex: 0 0 150px;
          border-radius: 999px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2); }
        .parallax-custom .parallax-holder-v2 .items .item .inner .text {
          max-width: 500px;
          position: relative;
          z-index: 2; }
          .parallax-custom .parallax-holder-v2 .items .item .inner .text h3 {
            margin-bottom: 0;
            font-size: 22px; }
          .parallax-custom .parallax-holder-v2 .items .item .inner .text p {
            margin: 0;
            margin-top: 17px;
            font-size: 16px; }
  .parallax-custom .parallax-holder-v2 .background-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1; }
    .parallax-custom .parallax-holder-v2 .background-wrap.v2 {
      transform: scale(-1, -1); }

.parallax-custom .button-holder {
  text-align: center; }

.x1 {
  -webkit-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: -5%;
  top: 5%;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6); }

.x2 {
  -webkit-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 5%;
  top: 80%;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4); }

.x3 {
  -webkit-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 10%;
  top: 40%;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  transform: scale(0.7); }

.x4 {
  -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  left: 20%;
  top: 0;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3); }

.x5 {
  -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 30%;
  top: 50%;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5); }

.x6 {
  -webkit-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 50%;
  top: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8); }

.x7 {
  -webkit-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 65%;
  top: 70%;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4); }

.x8 {
  -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  left: 80%;
  top: 10%;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3); }

.x9 {
  -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 90%;
  top: 50%;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6); }

.x10 {
  -webkit-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 80%;
  top: 80%;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3); }

.bubble {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 100px;
  position: absolute;
  width: 100px;
  background-image: url("https://cdn11.bigcommerce.com/s-d021x8i00o/product_images/uploaded_images/bubble-removebg-preview.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

@media (min-width: 768px) {
  :root {
    --slide-up-x: -40px; } }

@media (max-width: 767px) {
  :root {
    --slide-up-x: -20px; } }

@keyframes floathorizontal {
  0% {
    transform: translateX(0px) translateY(-50%) rotate(45deg); }
  50% {
    transform: translateX(var(--slide-up-x)) translateY(-50%) rotate(45deg); }
  100% {
    transform: translateX(0px) translateY(-50%) rotate(45deg); } }

@keyframes float {
  0% {
    transform: translatey(0px); }
  50% {
    transform: translatey(-20px); }
  100% {
    transform: translatey(0px); } }

@-webkit-keyframes animateBubble {
  0% {
    margin-top: 1000px; }
  100% {
    margin-top: -100%; } }

@-moz-keyframes animateBubble {
  0% {
    margin-top: 1000px; }
  100% {
    margin-top: -100%; } }

@keyframes animateBubble {
  0% {
    margin-top: 1000px; }
  100% {
    margin-top: -100%; } }

@-webkit-keyframes sideWays {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: 50px; } }

@-moz-keyframes sideWays {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: 50px; } }

@keyframes sideWays {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: 50px; } }

@media (min-width: 768px) {
  .product-switcher {
    position: sticky;
    top: 50px;
    width: 100%;
    background-color: #ffffff;
    z-index: 123; } }

@media (max-width: 767px) {
  .product-switcher {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999; } }

@media (min-width: 768px) {
  .product-switcher .container, .product-switcher .page-heading, .product-switcher .alertBox {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2; } }

.product-switcher .inner-container {
  padding-block: 15px 25px; }
  @media (max-width: 767px) {
    .product-switcher .inner-container {
      padding: 10px 28px 20px; } }

@media (max-width: 767px) {
  .product-switcher .holder {
    border-top: 3px solid #2E4EC6;
    background-color: #ffffff; } }

.product-switcher .product-switch .instructions {
  margin: 0 auto;
  padding-bottom: 5px;
  font-size: 32px;
  text-align: center; }
  @media (max-width: 767px) {
    .product-switcher .product-switch .instructions {
      font-size: 16px; } }

.product-switcher .product-switch .switch-holder {
  margin-block: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px; }
  @media (max-width: 767px) {
    .product-switcher .product-switch .switch-holder {
      gap: 20px;
      margin-top: 5px; } }
  .product-switcher .product-switch .switch-holder .left p, .product-switcher .product-switch .switch-holder .right p {
    white-space: nowrap;
    margin: 0;
    font-size: 18px;
    font-weight: bolder;
    transition: all 250ms ease; }
    @media (max-width: 767px) {
      .product-switcher .product-switch .switch-holder .left p, .product-switcher .product-switch .switch-holder .right p {
        font-size: 14px;
        text-align: center; } }
    .product-switcher .product-switch .switch-holder .left p.active, .product-switcher .product-switch .switch-holder .right p.active {
      transform: scale(1.2); }
      @media (max-width: 767px) {
        .product-switcher .product-switch .switch-holder .left p.active, .product-switcher .product-switch .switch-holder .right p.active {
          transform: scale(1.1); } }
  .product-switcher .product-switch .switch-holder .switch {
    font-size: 0; }
    .product-switcher .product-switch .switch-holder .switch input[type=checkbox] {
      height: 0;
      width: 0;
      visibility: hidden; }
      .product-switcher .product-switch .switch-holder .switch input[type=checkbox]:checked + label::after {
        transform: translateX(calc(100% + 15px)); }
    .product-switcher .product-switch .switch-holder .switch label {
      cursor: pointer;
      text-indent: -9999px;
      width: 75px;
      height: 35px;
      background-color: #cecece;
      display: block;
      border-radius: 999px;
      position: relative;
      transition: all 250ms ease; }
      .product-switcher .product-switch .switch-holder .switch label::after {
        content: '';
        position: absolute;
        top: 5px;
        left: 5px;
        transform: translateX(0);
        width: 25px;
        height: 25px;
        background-color: #ffffff;
        border-radius: 999px;
        transition: all 250ms ease; }

.product-switcher .product-switch .comparison-toggle {
  display: block;
  margin-top: 20px;
  text-align: center;
  font-size: 18px; }
  @media (max-width: 767px) {
    .product-switcher .product-switch .comparison-toggle {
      margin-top: 10px;
      font-size: 14px; } }

.hidden-content.has-bg .container, .hidden-content.has-bg .page-heading, .hidden-content.has-bg .alertBox {
  padding: 64px 0; }
  @media (max-width: 767px) {
    .hidden-content.has-bg .container, .hidden-content.has-bg .page-heading, .hidden-content.has-bg .alertBox {
      padding: 28px 0; } }

.hidden-content.has-bg .bg-holder {
  background-color: #f2f2f2; }

.hidden-content.has-bg table {
  background-color: transparent; }
  .hidden-content.has-bg table th, .hidden-content.has-bg table td {
    border: 3px solid #ffffff; }

.hidden-content .container.heading-has-bg, .hidden-content .heading-has-bg.page-heading, .hidden-content .heading-has-bg.alertBox {
  padding-top: 64px; }
  @media (max-width: 767px) {
    .hidden-content .container.heading-has-bg, .hidden-content .heading-has-bg.page-heading, .hidden-content .heading-has-bg.alertBox {
      padding-top: 28px; } }

.hidden-content .inner-container {
  padding: 64px 0; }
  @media (max-width: 767px) {
    .hidden-content .inner-container {
      padding: 28px; } }

.hidden-content h2 {
  margin: 0 auto;
  margin-bottom: 18px; }
  @media (max-width: 767px) {
    .hidden-content h2 {
      margin: 11px 0; } }
  @media (max-width: 767px) {
    .hidden-content h2 [class*="sd-simple-text"] {
      text-align: center !important; } }
  .hidden-content h2 p {
    margin: 0 !important;
    font-size: 36px !important;
    font-weight: bolder !important;
    line-height: 1.19 !important;
    color: #333 !important;
    text-transform: none !important; }
    @media (max-width: 767px) {
      .hidden-content h2 p {
        font-size: 22px !important;
        line-height: 1.14 !important;
        letter-spacing: -0.05px !important;
        text-align: center !important; } }
    @media (max-width: 767px) {
      .hidden-content h2 p br {
        display: none; } }

.hidden-content .desc-holder {
  margin-bottom: 24px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .hidden-content .desc-holder p {
    font-size: 16px !important;
    font-family: konnect-regular, sans-serif !important;
    line-height: 1.53 !important;
    text-align: center !important;
    color: #333333 !important; }

.hidden-content .button-holder {
  margin: 16px 0; }
  @media (max-width: 767px) {
    .hidden-content .button-holder {
      margin: 32px 0 0; } }
  .hidden-content .button-holder #buttonLink {
    transition: 0.2s all;
    text-transform: none !important;
    font-weight: 600;
    border: 1px solid transparent;
    outline: 0;
    cursor: pointer;
    font-family: konnect-regular, sans-serif;
    line-height: normal;
    color: black;
    min-width: 135px;
    padding: 9px 32px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 600;
    border-radius: 30px;
    background: #2E4EC6;
    color: white;
    border-radius: 25px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
    .hidden-content .button-holder #buttonLink:focus, .hidden-content .button-holder #buttonLink:hover, .hidden-content .button-holder #buttonLink:active {
      border: 1px solid transparent; }
    .hidden-content .button-holder #buttonLink[disabled] {
      background-color: #cecece !important; }
    .hidden-content .button-holder #buttonLink p {
      font-family: konnect-regular, sans-serif !important;
      text-transform: none !important;
      transition: all 300ms ease; }
    .hidden-content .button-holder #buttonLink p {
      margin: 0;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: normal;
      font-weight: 600; }
    @media (max-width: 767px) {
      .hidden-content .button-holder #buttonLink {
        min-width: 130px;
        font-size: 14px;
        letter-spacing: normal; }
        .hidden-content .button-holder #buttonLink p {
          font-size: 14px; } }
    @media (max-width: 575px) {
      .hidden-content .button-holder #buttonLink {
        min-width: 113px;
        font-size: 14px;
        letter-spacing: normal;
        padding: 8px 28px; }
        .hidden-content .button-holder #buttonLink p {
          font-size: 14px; } }
    .hidden-content .button-holder #buttonLink p {
      color: white; }
    .hidden-content .button-holder #buttonLink:hover {
      color: white;
      background: #223a94; }
    .hidden-content .button-holder #buttonLink:active {
      color: white;
      background: rgba(46, 78, 198, 0.6); }
    @media (max-width: 767px) {
      .hidden-content .button-holder #buttonLink {
        display: block;
        width: 100%;
        max-width: 300px;
        margin: auto; } }

.hidden-content .toggle-holder {
  text-align: center; }
  .hidden-content .toggle-holder a {
    font-size: 28px;
    font-weight: bolder;
    text-decoration: none;
    position: relative; }
    .hidden-content .toggle-holder a.active::before {
      transform: rotate(180deg) translateY(-50%); }
    .hidden-content .toggle-holder a.active::after {
      opacity: 0;
      transform: rotate(180deg) translateY(-50%); }
    .hidden-content .toggle-holder a::before {
      content: '';
      position: absolute;
      left: calc(100% + 10px);
      top: 50%;
      transform: rotate(0deg) translateY(-50%);
      height: 3px;
      width: 18px;
      background-color: #2E4EC6;
      transition: all 300ms ease; }
    .hidden-content .toggle-holder a::after {
      content: '';
      opacity: 1;
      position: absolute;
      left: calc(100% + 17px);
      top: 50%;
      transform-origin: 50% 0%;
      transform: rotate(0deg) translateY(-50%);
      width: 3px;
      height: 18px;
      background-color: #2E4EC6;
      transition: all 300ms ease; }

.hidden-content .hidden-content-container.has-padding {
  padding-top: 64px; }
  @media (max-width: 767px) {
    .hidden-content .hidden-content-container.has-padding {
      padding-top: 28px; } }

.hidden-content table {
  max-width: 800px;
  margin: auto;
  font-family: 'konnect'; }
  @media (max-width: 575px) {
    .hidden-content table {
      width: 100%;
      table-layout: auto; } }
  .hidden-content table.comparison-table-image-table td:first-child,
  .hidden-content table.comparison-table-image-table th:first-child {
    width: 40%; }
  .hidden-content table.comparison-table-image-table td:nth-child(2),
  .hidden-content table.comparison-table-image-table th:nth-child(2) {
    width: 20%; }
  .hidden-content table.comparison-table-image-table td:nth-child(3),
  .hidden-content table.comparison-table-image-table th:nth-child(3) {
    width: 20%; }
  .hidden-content table.comparison-table-image-table td:nth-child(4),
  .hidden-content table.comparison-table-image-table th:nth-child(4) {
    width: 20%; }
  .hidden-content table.comparison-table-image-table td.no-border,
  .hidden-content table.comparison-table-image-table th.no-border {
    border: none; }
  .hidden-content table td,
  .hidden-content table th {
    border: 1px solid #ececec;
    padding: 0.5em;
    font-size: 16px;
    line-height: 1.5; }
    @media (max-width: 575px) {
      .hidden-content table td,
      .hidden-content table th {
        font-size: 14px; } }
    .hidden-content table td:first-child,
    .hidden-content table th:first-child {
      width: 35%; }
    .hidden-content table td:nth-child(2),
    .hidden-content table th:nth-child(2) {
      width: 40%; }
    .hidden-content table td:nth-child(3),
    .hidden-content table th:nth-child(3) {
      width: 25%; }
    .hidden-content table td.no-border,
    .hidden-content table th.no-border {
      border: none; }
  .hidden-content table small {
    font-size: 80%;
    position: relative;
    top: -2px; }
    .hidden-content table small a {
      font-size: inherit; }
  .hidden-content table .dash {
    display: inline-block;
    vertical-align: middle;
    height: 3px;
    width: 10px;
    background-color: #A6A6A6; }

.info-timeline {
  z-index: 0;
  position: relative; }
  .info-timeline .inner-container {
    padding-top: 64px;
    padding-bottom: 16px; }
    @media (max-width: 767px) {
      .info-timeline .inner-container {
        padding: 28px; } }
  .info-timeline h2 {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .info-timeline h2 {
        padding: 0 16px;
        margin-bottom: 28px; } }
    .info-timeline h2 p {
      margin: 0 !important;
      font-size: 40px !important;
      font-family: konnect-regular, sans-serif;
      font-weight: 300 !important;
      line-height: 1.23 !important;
      text-align: center !important;
      color: #333 !important; }
      @media (max-width: 767px) {
        .info-timeline h2 p {
          font-size: 22px !important;
          line-height: 1.18 !important;
          letter-spacing: -0.05px !important; } }
  .info-timeline .button-holder {
    margin-top: 0;
    text-align: center; }
    .info-timeline .button-holder #buttonLink {
      transition: 0.2s all;
      text-transform: none !important;
      font-weight: 600;
      border: 1px solid transparent;
      outline: 0;
      cursor: pointer;
      font-family: konnect-regular, sans-serif;
      line-height: normal;
      color: black;
      min-width: 135px;
      padding: 9px 32px;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: normal;
      font-weight: 600;
      border-radius: 30px;
      background: #2E4EC6;
      color: white;
      border-radius: 25px;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
      .info-timeline .button-holder #buttonLink:focus, .info-timeline .button-holder #buttonLink:hover, .info-timeline .button-holder #buttonLink:active {
        border: 1px solid transparent; }
      .info-timeline .button-holder #buttonLink[disabled] {
        background-color: #cecece !important; }
      .info-timeline .button-holder #buttonLink p {
        font-family: konnect-regular, sans-serif !important;
        text-transform: none !important;
        transition: all 300ms ease; }
      .info-timeline .button-holder #buttonLink p {
        margin: 0;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: normal;
        font-weight: 600; }
      @media (max-width: 767px) {
        .info-timeline .button-holder #buttonLink {
          min-width: 130px;
          font-size: 14px;
          letter-spacing: normal; }
          .info-timeline .button-holder #buttonLink p {
            font-size: 14px; } }
      @media (max-width: 575px) {
        .info-timeline .button-holder #buttonLink {
          min-width: 113px;
          font-size: 14px;
          letter-spacing: normal;
          padding: 8px 28px; }
          .info-timeline .button-holder #buttonLink p {
            font-size: 14px; } }
      .info-timeline .button-holder #buttonLink p {
        color: white; }
      .info-timeline .button-holder #buttonLink:hover {
        color: white;
        background: #223a94; }
      .info-timeline .button-holder #buttonLink:active {
        color: white;
        background: rgba(46, 78, 198, 0.6); }
      @media (max-width: 767px) {
        .info-timeline .button-holder #buttonLink {
          width: 100%;
          margin-left: auto;
          margin-right: auto; } }
  .info-timeline .timeline-holder .timeline-inner {
    position: relative; }
    .info-timeline .timeline-holder .timeline-inner::before {
      content: '';
      position: absolute;
      width: 3px;
      height: 100%;
      background-color: #c82973;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1; }
      @media (max-width: 767px) {
        .info-timeline .timeline-holder .timeline-inner::before {
          width: 2px;
          left: 24px;
          transform: none; } }
    .info-timeline .timeline-holder .timeline-inner .item {
      min-height: 100px;
      position: relative;
      z-index: 2; }
      @media (max-width: 767px) {
        .info-timeline .timeline-holder .timeline-inner .item {
          min-height: 60px; } }
      .info-timeline .timeline-holder .timeline-inner .item.no-border .img-holder .img-holder-inner {
        padding: 0;
        border: none; }
      .info-timeline .timeline-holder .timeline-inner .item:nth-child(even) .text-holder {
        left: auto;
        right: 275px; }
        @media (max-width: 767px) {
          .info-timeline .timeline-holder .timeline-inner .item:nth-child(even) .text-holder {
            right: auto;
            left: 79px; } }
      .info-timeline .timeline-holder .timeline-inner .item + .item {
        margin-top: 0; }
        @media (max-width: 767px) {
          .info-timeline .timeline-holder .timeline-inner .item + .item {
            margin-top: 15px; } }
      .info-timeline .timeline-holder .timeline-inner .item .img-holder {
        position: absolute;
        left: 50%;
        transform: translateX(-50%); }
        @media (max-width: 767px) {
          .info-timeline .timeline-holder .timeline-inner .item .img-holder {
            left: 0;
            transform: none; } }
        .info-timeline .timeline-holder .timeline-inner .item .img-holder .img-holder-inner {
          border-radius: 999px;
          height: 70px;
          width: 70px;
          text-align: center;
          background-color: #ffffff;
          border: 3px solid #c82973;
          padding: 15px; }
          @media (max-width: 767px) {
            .info-timeline .timeline-holder .timeline-inner .item .img-holder .img-holder-inner {
              padding: 10px;
              border-width: 2px;
              height: 50px;
              width: 50px; } }
      .info-timeline .timeline-holder .timeline-inner .item .text-holder {
        max-width: 400px;
        margin: auto;
        position: relative;
        left: 275px;
        padding: 15px 25px;
        border-radius: 3px;
        border: 3px solid #c82973;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2); }
        @media (max-width: 767px) {
          .info-timeline .timeline-holder .timeline-inner .item .text-holder {
            max-width: calc(100% - 79px);
            margin: 0;
            left: 79px;
            border-width: 2px;
            padding: 10px 15px; } }
        .info-timeline .timeline-holder .timeline-inner .item .text-holder p, .info-timeline .timeline-holder .timeline-inner .item .text-holder [class*="sd-simple-text"] {
          font-size: 16px !important;
          font-weight: bold !important;
          font-family: konnect-regular, sans-serif !important;
          line-height: 1.53 !important;
          text-align: left !important; }
          @media (max-width: 767px) {
            .info-timeline .timeline-holder .timeline-inner .item .text-holder p, .info-timeline .timeline-holder .timeline-inner .item .text-holder [class*="sd-simple-text"] {
              font-size: 14px !important; } }

.business-form .inner-container {
  padding: 64px 0; }
  @media (max-width: 767px) {
    .business-form .inner-container {
      padding: 28px; } }

.business-form .text-holder p {
  font-size: 18px !important; }

.business-form .form-holder .loader-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding-top: 200px;
  display: none; }
  .business-form .form-holder .loader-wrapper .loader {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-left: 10px; }
  .business-form .form-holder .loader-wrapper .loader:after {
    content: " ";
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2.5px solid #2E4EC6;
    border-color: transparent transparent #2E4EC6 transparent; }

.business-form .logo-holder {
  margin-bottom: 30px;
  text-align: center;
  padding: 0 20px; }
  .business-form .logo-holder img {
    max-width: 100%; }

.business-form .disclaimer {
  margin: 20px 0; }

footer.footer {
  margin-top: 15px;
  background-color: #333;
  padding-top: 43px;
  padding-bottom: 23px;
  margin-top: 0 !important;
  background-color: transparent;
  padding: 0;
  border: none; }
  @media (max-width: 575px) {
    footer.footer {
      padding-top: 20px;
      padding-bottom: 20px; } }
  footer.footer .footer-info-col {
    width: 20%;
    max-width: 200px; }
    @media (max-width: 575px) {
      footer.footer .footer-info-col {
        width: 100%; } }
  footer.footer [data-section-type="newsletterSubscription"] {
    width: 40%;
    max-width: unset;
    padding-right: 70px; }
  footer.footer .footer-info-heading {
    color: white;
    margin-bottom: 10px; }
  footer.footer .footer-info-list li {
    margin-bottom: 0; }
  footer.footer .footer-info-list a {
    color: white;
    margin-bottom: 10px; }
    footer.footer .footer-info-list a:hover {
      color: white;
      text-decoration-line: underline; }
  footer.footer p {
    color: white; }
  footer.footer .footer-copyright:nth-of-type(1) {
    display: none; }
  footer.footer .powered-by {
    color: white;
    margin-right: 7px; }
  @media (max-width: 575px) {
    footer.footer {
      padding: 0; } }
  @media (max-width: 575px) {
    footer.footer .container, footer.footer .page-heading, footer.footer .alertBox {
      padding: 0; } }
  footer.footer .inner-footer {
    padding: 63px 0 13px;
    background-color: #f2f2f2; }
    @media (max-width: 575px) {
      footer.footer .inner-footer {
        padding: 44px 0 13px; } }
    footer.footer .inner-footer .payment-method {
      display: flex;
      margin-bottom: 51px;
      flex-direction: row;
      align-items: center;
      justify-content: center; }
      @media (max-width: 575px) {
        footer.footer .inner-footer .payment-method {
          flex-flow: wrap;
          margin-bottom: 14px; } }
      footer.footer .inner-footer .payment-method p {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.53;
        text-align: center;
        color: #444444; }
        @media (max-width: 575px) {
          footer.footer .inner-footer .payment-method p {
            margin-bottom: 16px;
            flex: 1 1 100%; } }
      footer.footer .inner-footer .payment-method img {
        padding: 0 17px;
        height: 30px;
        width: auto; }
        @media (max-width: 575px) {
          footer.footer .inner-footer .payment-method img {
            padding: 0 9px; } }
    footer.footer .inner-footer .inner-container {
      max-width: 1220px; }
    footer.footer .inner-footer .footer-content {
      margin-bottom: 32px; }
      footer.footer .inner-footer .footer-content::before, footer.footer .inner-footer .footer-content::after {
        content: " ";
        clear: both;
        display: table; }
      footer.footer .inner-footer .footer-content .logo-holder {
        float: left;
        padding: 16px; }
        @media (max-width: 575px) {
          footer.footer .inner-footer .footer-content .logo-holder {
            float: none;
            text-align: center; } }
        @media (max-width: 575px) {
          footer.footer .inner-footer .footer-content .logo-holder img {
            width: 100px; } }
      footer.footer .inner-footer .footer-content .links-holder {
        width: calc(100% - 200px);
        float: right; }
        @media (max-width: 575px) {
          footer.footer .inner-footer .footer-content .links-holder {
            width: 100%;
            float: none; } }
        footer.footer .inner-footer .footer-content .links-holder .links-holder-inner {
          display: flex;
          flex-direction: row;
          justify-content: space-between; }
          @media (max-width: 575px) {
            footer.footer .inner-footer .footer-content .links-holder .links-holder-inner {
              flex-flow: wrap; } }
          footer.footer .inner-footer .footer-content .links-holder .links-holder-inner .link {
            flex: 1; }
            @media (max-width: 575px) {
              footer.footer .inner-footer .footer-content .links-holder .links-holder-inner .link {
                flex: 1 1 50%; } }
            footer.footer .inner-footer .footer-content .links-holder .links-holder-inner .link .activePage {
              background-color: white !important;
              color: #a40000 !important; }
            footer.footer .inner-footer .footer-content .links-holder .links-holder-inner .link .menu-heading {
              padding: 7px 14px;
              border-radius: 999px;
              font-size: 14px;
              font-weight: 700;
              line-height: 1.5;
              color: #444444;
              text-decoration: none; }
              footer.footer .inner-footer .footer-content .links-holder .links-holder-inner .link .menu-heading:hover, footer.footer .inner-footer .footer-content .links-holder .links-holder-inner .link .menu-heading:focus, footer.footer .inner-footer .footer-content .links-holder .links-holder-inner .link .menu-heading:active {
                background-color: #444444;
                color: white; }
            footer.footer .inner-footer .footer-content .links-holder .links-holder-inner .link .sub-menu {
              list-style: none;
              margin: 10px 0;
              padding: 0; }
              footer.footer .inner-footer .footer-content .links-holder .links-holder-inner .link .sub-menu li {
                padding: 0;
                margin: 0; }
                footer.footer .inner-footer .footer-content .links-holder .links-holder-inner .link .sub-menu li a {
                  padding: 3px 14px;
                  border-radius: 999px;
                  font-weight: normal;
                  font-size: 14px;
                  line-height: 1.5;
                  color: #444444;
                  text-decoration: none; }
                  footer.footer .inner-footer .footer-content .links-holder .links-holder-inner .link .sub-menu li a:hover, footer.footer .inner-footer .footer-content .links-holder .links-holder-inner .link .sub-menu li a:focus, footer.footer .inner-footer .footer-content .links-holder .links-holder-inner .link .sub-menu li a:active {
                    background-color: #444444;
                    color: white; }
    footer.footer .inner-footer .bottom {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      @media (max-width: 575px) {
        footer.footer .inner-footer .bottom {
          display: block;
          text-align: center; } }
      footer.footer .inner-footer .bottom .footer-breadcrumbs {
        width: 33.333333%;
        text-align: left; }
        @media (max-width: 767px) {
          footer.footer .inner-footer .bottom .footer-breadcrumbs {
            text-align: center;
            width: 100%; } }
        footer.footer .inner-footer .bottom .footer-breadcrumbs ul {
          padding: 0;
          margin: 0;
          list-style: none; }
          footer.footer .inner-footer .bottom .footer-breadcrumbs ul li {
            display: inline-block;
            padding: 0;
            margin: 0 9px; }
          footer.footer .inner-footer .bottom .footer-breadcrumbs ul a, footer.footer .inner-footer .bottom .footer-breadcrumbs ul span {
            opacity: 0.7;
            font-size: 13px;
            font-weight: normal;
            line-height: 2.04;
            color: #444444;
            text-decoration: none; }
      footer.footer .inner-footer .bottom .social-media-links {
        width: 33.333333%;
        text-align: center; }
        @media (max-width: 767px) {
          footer.footer .inner-footer .bottom .social-media-links {
            text-align: center;
            width: 100%; } }
        footer.footer .inner-footer .bottom .social-media-links ul {
          list-style: none; }
          footer.footer .inner-footer .bottom .social-media-links ul li {
            padding: 0 5px;
            display: inline-block; }
            footer.footer .inner-footer .bottom .social-media-links ul li i {
              color: #333; }
      footer.footer .inner-footer .bottom .footer-copyright {
        width: 33.333333%;
        text-align: right; }
        @media (max-width: 767px) {
          footer.footer .inner-footer .bottom .footer-copyright {
            text-align: center;
            width: 100%; } }
      footer.footer .inner-footer .bottom .footer-registration {
        width: 40%; }
        @media (max-width: 767px) {
          footer.footer .inner-footer .bottom .footer-registration {
            padding: 0 10px;
            width: 100%; } }
    footer.footer .inner-footer .powered-by {
      opacity: 0.7;
      font-size: 12px;
      line-height: 2.21;
      color: #444444; }

.footer-content .flex {
  padding: 30px 15px 0;
  margin-top: 15px; }
  .footer-content .flex ul {
    width: 250px; }
    @media (max-width: 600px) {
      .footer-content .flex ul {
        width: 50%; } }
    .footer-content .flex ul:first-child {
      margin-right: 50px; }
      @media (max-width: 767px) {
        .footer-content .flex ul:first-child {
          margin-right: 0; } }
    .footer-content .flex ul li {
      list-style: none;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .footer-content .flex ul li {
          text-align: left;
          padding-left: 1.5em;
          text-indent: -14px; } }
      .footer-content .flex ul li a {
        padding: 3px 14px;
        border-radius: 999px;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.5;
        display: inline;
        color: #444;
        text-decoration: none; }
        .footer-content .flex ul li a:hover {
          background-color: #444;
          color: #fff; }

.panel-group {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  margin-bottom: 50px; }
  .panel-group .panel {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-bottom: solid 2px rgba(0, 0, 0, 0.04);
    padding-bottom: 10px; }
  .panel-group .panel-title {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 12px;
    font-weight: bold;
    padding: 15px 0 12px 0;
    font-family: konnect-regular, sans-serif;
    padding-left: 25px; }
  .panel-group .animated-plus-to-minus {
    position: relative;
    width: 16px;
    height: 16px; }
    body:not([dir="rtl"]) .panel-group .animated-plus-to-minus {
      margin-right: 18px; }
    body[dir="rtl"] .panel-group .animated-plus-to-minus {
      margin-left: 18px; }
    .panel-group .animated-plus-to-minus .horizontal-line {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      height: 1px;
      background-color: black; }
    .panel-group .animated-plus-to-minus .vertical-line {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      height: 100%;
      width: 1px;
      background-color: black;
      transition: 0.3s transform; }
  .panel-group .panel-data {
    transition: 0.2s max-height ease-out;
    max-height: 0;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #141414; }
    .panel-group .panel-data ul {
      list-style: disc;
      margin-left: 15px; }
      .panel-group .panel-data ul li {
        margin-bottom: 4px; }
  .panel-group .panel-data-content {
    padding: 13px 25px; }
    .panel-group .panel-data-content p:last-child {
      margin-bottom: 0; }
  .panel-group .panel.panel-active {
    padding-bottom: 30px;
    transition: 0.2s padding-bottom; }
    .panel-group .panel.panel-active .animated-plus-to-minus .horizontal-line {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      height: 1px; }
    .panel-group .panel.panel-active .animated-plus-to-minus .vertical-line {
      position: absolute;
      left: 50%;
      transform: translateX(-50%) rotate(90deg);
      height: 100%;
      width: 1px; }

.form-group {
  margin-bottom: 16px; }
  @media (max-width: 575px) {
    .form-group {
      margin-bottom: 27px; } }

.form-field {
  float: none;
  margin-bottom: 8px; }

.form-label {
  font-size: 14px;
  font-family: konnect-regular, sans-serif;
  color: #333333; }
  .form-label small {
    float: unset;
    font-size: 14px;
    line-height: normal; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea.form-input {
  font-size: 15px;
  border-radius: 0px;
  font-family: konnect-regular, sans-serif;
  font-weight: normal;
  height: 35px;
  border: 1px solid #cecece;
  color: black;
  padding: 5px 10px;
  border: solid 1px #ececec; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
  min-height: 38px; }

select,
select.form-select {
  font-size: 14px;
  padding: 10px 35px 10px 15px;
  border-radius: 0px;
  font-family: konnect-regular, sans-serif;
  font-weight: normal;
  cursor: pointer;
  height: 35px;
  border: 1px solid #cecece;
  background-position: unset center;
  background-size: 17px;
  min-height: 38px;
  appearance: none; }
  select option,
  select.form-select option {
    font-family: konnect-regular, sans-serif;
    font-size: 14px; }
  @media (max-width: 575px) {
    select,
    select.form-select {
      font-size: 12px; }
      select option,
      select.form-select option {
        font-size: 12px; } }

.custom-select {
  position: relative; }
  .custom-select select {
    height: 35px;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: unset; }

.select-caret {
  background: url("../icons/custom/caret-down.svg") no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  height: 38px;
  width: 40px;
  background-size: 12px;
  background-position: center;
  pointer-events: none; }

.form-group-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-left: -10px;
  margin-right: -10px; }
  .form-group-wrapper .form-group {
    padding-left: 10px;
    padding-right: 10px; }
    .form-group-wrapper .form-group.form-group-halfer {
      padding-left: 10px;
      padding-right: 10px; }

.form-checkbox + .form-label:last-child,
.form-radio + .form-label:last-child {
  margin-bottom: unset; }

.form-field-required label::after {
  content: "*";
  color: #850000;
  margin-left: 5px; }

.form-inlineMessage {
  font-family: konnect-regular, sans-serif; }

table {
  background: #fff;
  color: #333;
  width: 100%;
  border-collapse: collapse; }
  @media (max-width: 767px) {
    table {
      table-layout: fixed; } }
  table tr.divider {
    border-top: 0;
    background: #f5f5f5; }
  table td, table th {
    border: 1px solid #ececec;
    padding: 8px; }
  table tfoot td {
    padding: 16px; }
  @media (max-width: 767px) {
    table h4 {
      margin-top: 0;
      font-size: 14px; } }
  table .price {
    vertical-align: baseline;
    line-height: 1;
    font-size: 30px;
    letter-spacing: 2px; }
    @media (max-width: 767px) {
      table .price {
        font-size: 20px;
        letter-spacing: 1px; } }
    table .price.small {
      font-size: 20px; }
  table .button {
    min-width: unset !important; }

.tab .tab-title {
  letter-spacing: initial; }

.tabs-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 67px;
  margin-bottom: 85px; }
  @media (max-width: 767px) {
    .tabs-container {
      margin-left: 30px;
      margin-right: 30px; } }
  .tabs-container .tab-title-and-content {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 15px; }
  .tabs-container h2 {
    text-align: center;
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .tabs-container h2 {
        font-size: 28px;
        line-height: 1.18;
        letter-spacing: -0.1px; } }
  .tabs-container h5 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 8px;
    font-size: 24px; }
    @media (max-width: 767px) {
      .tabs-container h5 {
        font-size: 18px;
        line-height: 1.39;
        letter-spacing: -0.15px;
        margin-bottom: 15px; } }
  .tabs-container p {
    margin-bottom: 18px;
    font-family: konnect-regular, sans-serif; }
    @media (max-width: 767px) {
      .tabs-container p {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: -0.1px; } }
  .tabs-container ul, .tabs-container ol {
    color: #333333;
    font-family: 'konnect';
    padding-left: 15px; }
    .tabs-container ul li, .tabs-container ol li {
      line-height: 1.56; }
  .tabs-container .tabs {
    display: flex;
    padding: 0 40px;
    justify-content: center; }
    @media (max-width: 767px) {
      .tabs-container .tabs {
        justify-content: flex-start;
        padding-left: 23px;
        padding-right: 23px;
        position: relative; } }
  .tabs-container .tab {
    flex: 1;
    text-align: center;
    border: 0; }
    @media (max-width: 767px) {
      .tabs-container .tab {
        text-align: left; }
        .tabs-container .tab:not(:first-child) {
          margin-left: 20px; }
        .tabs-container .tab .tab-title {
          font-size: 14px; } }
    .tabs-container .tab.is-active {
      border: 0; }
      .tabs-container .tab.is-active .tab-title {
        font-weight: 600;
        color: #2E4EC6; }
        .tabs-container .tab.is-active .tab-title::after {
          content: " ";
          height: 5px;
          background: #2E4EC6;
          position: absolute;
          bottom: 0px;
          left: 50%;
          transform: translateX(-50%);
          width: 100%; }
  .tabs-container .tab-title {
    font-size: 19px;
    padding: 25px 0;
    display: inline-block;
    position: relative; }
  .tabs-container .tab-desc {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 48px; }
    @media (max-width: 767px) {
      .tabs-container .tab-desc {
        margin-bottom: 24px; } }
  .tabs-container .tabs-contents {
    padding: 35px 40px;
    margin-bottom: 0; }
  .tabs-container .tab-content.has-jsContent.is-active {
    padding: 0; }

#cart-preview-dropdown .previewCartList {
  display: flex;
  flex-direction: column; }

#cart-preview-dropdown .previewCartItem {
  display: flex;
  align-items: center; }
  #cart-preview-dropdown .previewCartItem + .previewCartItem {
    border-top: 2px solid #F2F2F2; }

#cart-preview-dropdown .previewCartItem.redesign.add-on.new-add-on {
  display: block; }

#cart-preview-dropdown .previewCartItem-name {
  font-size: 14px; }

#cart-preview-dropdown .subscription_list {
  position: relative; }
  #cart-preview-dropdown .subscription_list .previewCartItem-monthly {
    width: 100%; }
    #cart-preview-dropdown .subscription_list .previewCartItem-monthly-details {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      margin-bottom: 10px; }
      #cart-preview-dropdown .subscription_list .previewCartItem-monthly-details h4, #cart-preview-dropdown .subscription_list .previewCartItem-monthly-details p {
        width: 50%; }
      #cart-preview-dropdown .subscription_list .previewCartItem-monthly-details h4 {
        font-size: 14px;
        margin: 0;
        font-family: konnect-regular, serif;
        font-weight: bold;
        line-height: 20px;
        color: #2e4ec6;
        padding-right: 5px; }
      #cart-preview-dropdown .subscription_list .previewCartItem-monthly-details p {
        font-family: konnect-regular, serif;
        font-size: 14px;
        margin: 0;
        text-align: right;
        line-height: 20px;
        padding-left: 5px; }
        #cart-preview-dropdown .subscription_list .previewCartItem-monthly-details p span {
          font-family: konnect-regular, serif;
          font-size: 12px; }
      #cart-preview-dropdown .subscription_list .previewCartItem-monthly-details + p {
        font-family: konnect-regular, serif;
        font-size: 10px;
        line-height: 16px; }
  #cart-preview-dropdown .subscription_list .cart-remove {
    position: absolute;
    right: 0;
    top: 0; }
  #cart-preview-dropdown .subscription_list .previewCartItem-name {
    font-size: 15px !important;
    line-height: 23px;
    margin: 0; }
    #cart-preview-dropdown .subscription_list .previewCartItem-name + p {
      font-family: "konnect", sans-serif;
      font-size: 13px;
      font-weight: 600;
      line-height: 19px; }
  #cart-preview-dropdown .subscription_list.installation_fee .cart-remove {
    display: none; }

#cart-preview-dropdown .previewCart {
  height: auto; }
  #cart-preview-dropdown .previewCart .previewCartList {
    max-height: calc(100vh - 200px);
    overflow-y: auto; }
    @media (max-width: 767px) {
      #cart-preview-dropdown .previewCart .previewCartList li:last-child {
        margin-bottom: 0; } }

#cart-preview-dropdown .previewCartWrapper {
  height: 100%; }

#cart-preview-dropdown .previewCartItem-content {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

#cart-preview-dropdown .total-to-pay.custom-total {
  padding-top: 15px;
  border-top: 2px solid #F2F2F2;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  width: 100%; }
  #cart-preview-dropdown .total-to-pay.custom-total .total-container {
    width: 100%;
    margin: 0 auto; }

#cart-preview-dropdown .previewCartAction-checkout {
  position: relative;
  top: 10px;
  left: 0;
  right: 0;
  margin: 15px auto; }
  #cart-preview-dropdown .previewCartAction-checkout a {
    width: 100%; }

.previewCartItem.new-previewCart {
  align-items: center !important; }

.cart-remove.icon.new-icon {
  margin-top: 15px; }

.modal {
  z-index: 99999; }
  .modal.request-callback {
    border-radius: 5px;
    width: 1000px; }
    .modal.request-callback .modal-close {
      top: 0;
      right: 0;
      color: #2E4EC6; }
    .modal.request-callback iframe {
      display: block;
      width: 1000px;
      height: 600px; }
  .modal.terms-conditions {
    border-radius: 5px;
    width: 1000px;
    height: 600px; }
    .modal.terms-conditions .modal-close {
      top: 0;
      right: 0;
      color: #2E4EC6; }
    .modal.terms-conditions .scroller {
      height: 100%;
      overflow: auto; }
    .modal.terms-conditions .referral-terms-and-conditions .inner-container {
      padding: 28px; }
  .modal.refer-a-friend-confirmation {
    width: 400px;
    background-color: #2E4EC6;
    min-height: auto;
    overflow: visible;
    border-radius: 18px; }
    .modal.refer-a-friend-confirmation .modal-content {
      padding: 30px;
      color: #ffffff;
      text-align: center; }
      .modal.refer-a-friend-confirmation .modal-content .modal-close {
        background-color: #ffffff;
        border-radius: 5555px;
        line-height: 1;
        top: -10px;
        right: -10px;
        height: 35px;
        width: 35px;
        text-align: center; }
        .modal.refer-a-friend-confirmation .modal-content .modal-close span {
          font-size: 32px;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
      .modal.refer-a-friend-confirmation .modal-content h4 {
        margin: 0;
        color: #ffffff;
        font-weight: bold;
        font-size: 40px;
        line-height: 1; }
      .modal.refer-a-friend-confirmation .modal-content h5 {
        margin: 0;
        color: #ffffff;
        font-size: 20px;
        margin-bottom: 20px; }
      .modal.refer-a-friend-confirmation .modal-content p {
        margin: 0;
        color: #ffffff; }
      .modal.refer-a-friend-confirmation .modal-content .button-holder {
        text-align: center;
        margin-top: 20px; }
  .modal.holiday-operation {
    min-width: 500px; }
    .modal.holiday-operation .modal-content h4 {
      font-size: 28px;
      margin-bottom: 25px; }
    .modal.holiday-operation .modal-content table {
      font-family: konnect-regular, sans-serif;
      background-color: transparent;
      color: #ffffff; }
      .modal.holiday-operation .modal-content table tr + tr {
        border-top: 1px solid #ffffff; }
      .modal.holiday-operation .modal-content table tr td {
        border: none; }
        .modal.holiday-operation .modal-content table tr td:first-child {
          text-align: left; }
        .modal.holiday-operation .modal-content table tr td:last-child {
          text-align: right; }
  .modal.system-comparison .scroller {
    height: 75vh;
    overflow: auto; }
  .modal.system-comparison .product-compare .product-compare-table table {
    left: 0; }
  .modal .modal-header-title {
    text-transform: uppercase; }
  .modal .g-recaptcha > div {
    margin: 20px 0; }

.modal-background {
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999; }

.alertBox {
  display: none;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px; }

.alertBox--info {
  background-color: #d4d4d4; }

.stepper-functions .stepper-progress-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row; }
  .stepper-functions .stepper-progress-wrapper .stepper-progress-line {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 30px;
    right: 30px;
    border-top: 2px solid #2E4EC6; }
    @media (max-width: 767px) {
      .stepper-functions .stepper-progress-wrapper .stepper-progress-line {
        top: 12px;
        left: 48px;
        right: 48px; } }
  .stepper-functions .stepper-progress-wrapper .stepper-progress-block {
    position: relative;
    z-index: 2;
    text-align: center; }
    @media (max-width: 767px) {
      .stepper-functions .stepper-progress-wrapper .stepper-progress-block {
        width: 20%; } }
    .stepper-functions .stepper-progress-wrapper .stepper-progress-block.active .stepper-progress-block-number {
      background: #2E4EC6;
      position: relative; }
    .stepper-functions .stepper-progress-wrapper .stepper-progress-block.done .stepper-progress-block-number {
      background-size: 25px, 100% 100%; }
    .stepper-functions .stepper-progress-wrapper .stepper-progress-block.done .stepper-progress-block-number {
      background: #2E4EC6 !important;
      position: relative; }
    .stepper-functions .stepper-progress-wrapper .stepper-progress-block.active .stepper-progress-block-title {
      font-weight: bolder; }
    .stepper-functions .stepper-progress-wrapper .stepper-progress-block .stepper-progress-block-number {
      margin: 0 auto 10px;
      height: 40px;
      width: 40px;
      border-radius: 999px;
      background-color: #e3e3e3;
      position: relative; }
      @media (max-width: 767px) {
        .stepper-functions .stepper-progress-wrapper .stepper-progress-block .stepper-progress-block-number {
          height: 25px;
          width: 25px; } }
      .stepper-functions .stepper-progress-wrapper .stepper-progress-block .stepper-progress-block-number:before {
        content: "";
        height: 18px;
        width: 10px;
        border-top: 3px solid #fff;
        border-left: 3px solid #fff;
        display: block;
        position: absolute;
        top: 3px;
        transform: rotate(230deg); }
        @media (max-width: 600px) {
          .stepper-functions .stepper-progress-wrapper .stepper-progress-block .stepper-progress-block-number:before {
            border-top: 2px solid #fff;
            border-left: 2px solid #fff; } }
    .stepper-functions .stepper-progress-wrapper .stepper-progress-block .stepper-progress-block-title {
      margin: 0;
      color: #333;
      font-family: konnect-regular, sans-serif;
      font-size: 16px; }
      @media (max-width: 767px) {
        .stepper-functions .stepper-progress-wrapper .stepper-progress-block .stepper-progress-block-title {
          font-size: 12px;
          padding: 0 10px; } }

.stepper-functions-old {
  display: flex;
  align-items: center;
  padding: 30px 40px;
  margin-bottom: 15px;
  justify-content: center;
  margin-top: 60px; }
  @media (max-width: 991px) {
    .stepper-functions-old {
      margin-top: 30px; }
      .stepper-functions-old .button {
        display: none; } }
  @media (max-width: 575px) {
    .stepper-functions-old {
      margin-top: 45px;
      margin-bottom: 4px;
      padding: 12px 15px; } }
  .stepper-functions-old.three-col .active-slide-1 .progress-line-filler {
    width: 50%; }
  .stepper-functions-old.three-col .stepper-progress-wrapper .stepper-progress-line {
    width: 65%; }
  .stepper-functions-old.active-slide-0 .stepper-progress-line .progress-line-filler {
    width: 0%; }
  .stepper-functions-old.active-slide-1 .stepper-progress-line .progress-line-filler {
    width: calc(100% * 1 / 3); }
  .stepper-functions-old.active-slide-2 .stepper-progress-line .progress-line-filler {
    width: calc(100% * 2 / 3); }
  .stepper-functions-old.active-slide-3 .stepper-progress-line .progress-line-filler {
    width: 100%; }
  .stepper-functions-old .stepper-progress-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 20px;
    margin-right: 20px;
    max-width: 600px;
    flex: 1; }
    @media (max-width: 575px) {
      .stepper-functions-old .stepper-progress-wrapper {
        margin: auto;
        align-items: stretch; } }
    .stepper-functions-old .stepper-progress-wrapper .stepper-progress-line {
      height: 3px;
      background: transparent;
      position: absolute;
      width: 75%;
      left: 50%;
      transform: translate(-50%, -50%);
      overflow: hidden;
      bottom: 15px; }
      @media (max-width: 575px) {
        .stepper-functions-old .stepper-progress-wrapper .stepper-progress-line {
          bottom: 9px; } }
      .stepper-functions-old .stepper-progress-wrapper .stepper-progress-line .progress-line-filler {
        height: 100%;
        background: #2E4EC6;
        transition: width 0.2s;
        z-index: 1;
        position: relative; }
      .stepper-functions-old .stepper-progress-wrapper .stepper-progress-line .white-progress-line-filter {
        height: 100%;
        background: #e5e5e5;
        width: 100%;
        position: absolute;
        top: 0; }
    .stepper-functions-old .stepper-progress-wrapper .stepper-progress-block {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      flex: 1;
      z-index: 0; }
      @media (max-width: 575px) {
        .stepper-functions-old .stepper-progress-wrapper .stepper-progress-block {
          justify-content: flex-end; }
          .stepper-functions-old .stepper-progress-wrapper .stepper-progress-block .stepper-progress-block-title {
            max-width: 60px; }
          .stepper-functions-old .stepper-progress-wrapper .stepper-progress-block:last-child .stepper-progress-block-title {
            margin-bottom: 20px; } }
      .stepper-functions-old .stepper-progress-wrapper .stepper-progress-block .stepper-progress-block-title {
        font-family: konnect-regular, serif;
        font-size: 16px;
        margin-bottom: 9px;
        color: #6c6c6c;
        font-weight: 600; }
        @media (max-width: 575px) {
          .stepper-functions-old .stepper-progress-wrapper .stepper-progress-block .stepper-progress-block-title {
            font-size: 14px;
            margin-bottom: 9px;
            text-align: center;
            line-height: 1.29; } }
      .stepper-functions-old .stepper-progress-wrapper .stepper-progress-block .stepper-progress-block-number {
        background: #e5e5e5;
        color: #e5e5e5;
        width: 35px;
        height: 35px;
        font-size: 24px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0; }
        @media (max-width: 575px) {
          .stepper-functions-old .stepper-progress-wrapper .stepper-progress-block .stepper-progress-block-number {
            width: 27px;
            height: 27px;
            font-size: 18px; } }
        .stepper-functions-old .stepper-progress-wrapper .stepper-progress-block .stepper-progress-block-number span {
          margin-top: -7px; }
        .stepper-functions-old .stepper-progress-wrapper .stepper-progress-block .stepper-progress-block-number[disabled] {
          pointer-events: none; }
      .stepper-functions-old .stepper-progress-wrapper .stepper-progress-block.active .stepper-progress-block-title {
        color: #2E4EC6; }
      .stepper-functions-old .stepper-progress-wrapper .stepper-progress-block.active .stepper-progress-block-number {
        background: #2E4EC6;
        color: #2E4EC6; }
      .stepper-functions-old .stepper-progress-wrapper .stepper-progress-block.done .stepper-progress-block-number:after {
        content: '✓';
        position: absolute;
        color: #FFF;
        display: block;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        line-height: 10px;
        font-size: 16px;
        font-weight: bold; }

@media screen and (max-width: 767px) {
  .product-type section.stepper-section {
    position: relative;
    z-index: 0; } }

@media screen and (max-width: 767px) {
  .product-type section#product {
    position: relative;
    z-index: 0; } }

.stepper-functions {
  margin: 30px auto 25px !important;
  position: relative;
  z-index: 0; }
  @media (max-width: 767px) {
    .stepper-functions {
      margin: 0 auto !important; } }

.stepper-progress-line {
  border-top: 2px solid #2E4EC6 !important;
  top: 15px !important; }

.stepper-progress-block-title {
  font-weight: bold !important; }
  @media (max-width: 600px) {
    .stepper-progress-block-title {
      font-size: 11px !important; } }

@media (max-width: 600px) {
  .stepper-progress-block {
    width: 20%; } }

.stepper-progress-block.active .stepper-progress-block-number {
  background: #2E4EC6 !important;
  color: #fff; }

.stepper-progress-block.active .stepper-progress-block-title {
  color: #2E4EC6 !important; }

.stepper-progress-block-number {
  background: #fff;
  display: flex;
  align-items: center;
  color: #2E4EC6;
  font-weight: bold;
  width: 30px !important;
  height: 30px !important;
  justify-content: center; }

.block {
  display: block; }

.stepper-progress-block.active span {
  color: #2557D6 !important; }

.notice-section {
  width: 100%;
  height: 58px; }
  @media (max-width: 575px) {
    .notice-section {
      height: 34px; } }
  .notice-section .inner-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
    @media (max-width: 575px) {
      .notice-section .inner-container {
        flex-wrap: wrap;
        margin-left: 16px;
        margin-right: 16px; } }
  .notice-section .notice-name {
    height: 100%;
    background: #e0920a;
    padding-left: 34px;
    padding-right: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 575px) {
      .notice-section .notice-name {
        width: 100%; } }
    .notice-section .notice-name p {
      color: white;
      font-weight: bold;
      font-size: 22px;
      white-space: nowrap;
      font-family: konnect-regular, sans-serif; }
      @media (max-width: 575px) {
        .notice-section .notice-name p {
          font-size: 16px; } }
  .notice-section .notice-text {
    height: 100%;
    width: 100%;
    border: solid 1px #e0920a;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 575px) {
      .notice-section .notice-text {
        height: auto;
        padding: 9px 12px;
        text-align: center; } }
    .notice-section .notice-text p {
      margin-bottom: 0; }
      @media (max-width: 575px) {
        .notice-section .notice-text p {
          font-size: 14px; }
          .notice-section .notice-text p a {
            display: block; } }

.postcoder-complete {
  display: block;
  position: relative;
  display: block;
  position: relative; }
  .postcoder-complete [hidden] {
    display: none;
    display: none; }
  .postcoder-complete .visually-hidden {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    position: absolute;
    clip: rect(0, 0, 0, 0); }
  .postcoder-complete > input {
    display: block;
    display: block; }
  .postcoder-complete > div.postcoder-complete-dropdown {
    position: relative;
    left: 0;
    z-index: 1;
    max-height: 200px;
    overflow-y: scroll;
    min-width: 100%;
    box-sizing: border-box;
    margin: 0.2em 0 0;
    background: rgba(255, 255, 255, 0.9);
    background: linear-gradient(to bottom right, white, rgba(255, 255, 255, 0.8));
    border: 1px solid #ececec;
    box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
    text-shadow: none; }
    .postcoder-complete > div.postcoder-complete-dropdown > ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    .postcoder-complete > div.postcoder-complete-dropdown > header {
      position: relative;
      padding: 0.5em;
      padding-right: 30px;
      background: rgba(0, 0, 0, 0.1); }
    .postcoder-complete > div.postcoder-complete-dropdown ul:empty {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
      display: block;
      position: absolute;
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
      display: block;
      position: absolute; }
    .postcoder-complete > div.postcoder-complete-dropdown:before {
      content: "";
      position: absolute;
      top: -.43em;
      left: 1em;
      width: 0;
      height: 0;
      padding: 0.4em;
      background: white;
      border: inherit;
      border-right: 0;
      border-bottom: 0;
      transform: rotate(45deg); }
    .postcoder-complete > div.postcoder-complete-dropdown .postcoder-complete-close {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 300;
      width: 30px;
      height: 30px; }
    .postcoder-complete > div.postcoder-complete-dropdown .close-btn:before {
      content: '';
      display: inline-block;
      background: url("../icons/close.svg");
      background-size: contain;
      vertical-align: middle;
      width: 20px;
      height: 20px;
      line-height: 1em; }
  .postcoder-complete > div.postcoder-complete-dropdown[hidden] {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    display: block;
    position: absolute;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    display: block;
    position: absolute; }
  .postcoder-complete ul > li {
    position: relative;
    padding: 0.5em 0.5em 0.5em 2em;
    cursor: pointer;
    margin: 0.5em 0; }
    .postcoder-complete ul > li i.fa {
      position: absolute;
      left: .4em;
      top: .7em;
      position: absolute;
      left: .4em;
      top: .7em; }
    .postcoder-complete ul > li .location {
      font-size: 0.9em;
      color: #999999;
      font-size: 0.9em;
      color: #999999; }
    .postcoder-complete ul > li .count {
      font-size: 0.9em;
      color: #999999;
      font-size: 0.9em;
      color: #999999; }
    .postcoder-complete ul > li:hover {
      color: white;
      background-color: #2E4EC6; }
      .postcoder-complete ul > li:hover mark {
        color: white;
        background-color: #2E4EC6; }
      .postcoder-complete ul > li:hover .location {
        color: white;
        background-color: #2E4EC6; }
      .postcoder-complete ul > li:hover .count {
        color: white;
        background-color: #2E4EC6; }
  .postcoder-complete ul > li[aria-selected="true"] {
    color: white;
    background-color: #428bca;
    color: white;
    background-color: #fc7aa9; }
    .postcoder-complete ul > li[aria-selected="true"] mark {
      color: white;
      background-color: #428bca;
      color: white;
      background-color: #fc7aa9; }
    .postcoder-complete ul > li[aria-selected="true"] .location {
      color: white;
      background-color: #428bca;
      color: white;
      background-color: #fc7aa9; }
    .postcoder-complete ul > li[aria-selected="true"] .count {
      color: white;
      background-color: #428bca;
      color: white;
      background-color: #fc7aa9; }
  .postcoder-complete mark {
    background: #fcf8e3;
    padding: 0;
    background: #d3f9ee;
    padding: 0; }
  .postcoder-complete header.filter {
    cursor: pointer;
    cursor: pointer; }

@media (min-width: 768px) {
  .postcoder-complete > div.postcoder-complete-dropdown {
    position: absolute; }
  .postcoder-country > ul {
    position: absolute;
    max-height: 200px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    max-height: 200px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto; } }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */ }
  [class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: 'icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale; }

.icon-shield:before {
  content: "\e91b"; }

.icon-billing:before {
  content: "\e904"; }

.icon-card:before {
  content: "\e905"; }

.icon-cart:before {
  content: "\e906"; }

.icon-chilled:before {
  content: "\e907"; }

.icon-close-quote:before {
  content: "\e908"; }

.icon-cold:before {
  content: "\e909"; }

.icon-compare:before {
  content: "\e90a"; }

.icon-direct-debit:before {
  content: "\e90b"; }

.icon-hot:before {
  content: "\e90c"; }

.icon-login:before {
  content: "\e90d"; }

.icon-mail:before {
  content: "\e90e"; }

.icon-mix:before {
  content: "\e90f"; }

.icon-open-quote:before {
  content: "\e910"; }

.icon-shipping:before {
  content: "\e911"; }

.icon-t6:before {
  content: "\e912"; }

.icon-t7:before {
  content: "\e913"; }

.icon-tick:before {
  content: "\e914"; }

.icon-virginpure-logo:before {
  content: "\e915"; }

.icon-warm:before {
  content: "\e916"; }

.icon-warning:before {
  content: "\e917"; }

.icon-water:before {
  content: "\e918"; }

.icon-close:before {
  content: "\ea0f"; }

.icon-arrow-up:before {
  content: "\ea3a"; }

.icon-arrow-right:before {
  content: "\ea3c"; }

.icon-arrow-down:before {
  content: "\ea3e"; }

.icon-arrow-left:before {
  content: "\ea40"; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-instagram:before {
  content: "\ea92"; }

.icon-twitter:before {
  content: "\ea96"; }

.icon-youtube:before {
  content: "\ea9d"; }

.icon-speech-bubbles:before {
  content: "\e96d"; }

.icon-search:before {
  content: "\e986"; }

.icon-phone:before {
  content: "\e91a"; }

.icon-menu:before {
  content: "\e919"; }

.icon-angle-down:before {
  content: "\e900"; }

.icon-angle-up:before {
  content: "\e901"; }

.icon-angle-right:before {
  content: "\e902"; }

.icon-angle-left:before {
  content: "\e903"; }

.login-section,
.forgot-password-section {
  margin-top: 50px; }
  .login-section .banner,
  .forgot-password-section .banner {
    max-width: 100%;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    padding: 30px 15px;
    background: #D7C6F766;
    -webkit-mask: url(../img/ellipse-mask-bottom.svg) bottom center/cover;
    mask: url(../img/ellipse-mask-bottom.svg) bottom center/cover;
    -webkit-mask-composite: source-in, source-over, xor;
    mask-composite: source-in, source-over, xor;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .login-section .banner,
      .forgot-password-section .banner {
        margin-bottom: 25px; } }
  .login-section .wave-svg,
  .forgot-password-section .wave-svg {
    height: 150px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .login-section .wave-svg,
      .forgot-password-section .wave-svg {
        position: relative;
        top: 21px;
        height: 50px;
        margin-bottom: 25px; } }
  .login-section .content,
  .forgot-password-section .content {
    text-align: center; }
    .login-section .content.text-black,
    .forgot-password-section .content.text-black {
      margin-bottom: 24px; }
      .login-section .content.text-black h1,
      .login-section .content.text-black p,
      .forgot-password-section .content.text-black h1,
      .forgot-password-section .content.text-black p {
        color: #333;
        text-transform: initial; }
    .login-section .content h1,
    .forgot-password-section .content h1 {
      font-size: 25px;
      margin-bottom: 17px;
      font-weight: 600; }
      @media (max-width: 767px) {
        .login-section .content h1,
        .forgot-password-section .content h1 {
          font-size: 22px; } }
    .login-section .content p,
    .forgot-password-section .content p {
      font-size: 14px;
      margin-bottom: 0; }
    .login-section .content h1,
    .login-section .content p,
    .forgot-password-section .content h1,
    .forgot-password-section .content p {
      color: #11214A; }
  .login-section form,
  .forgot-password-section form {
    width: 588px;
    margin: 0 auto 50px;
    background: #FCFCFC;
    padding: 45px;
    box-shadow: 0px 3px 6px #53575A0D;
    border-radius: 4px; }
    @media (max-width: 767px) {
      .login-section form,
      .forgot-password-section form {
        width: 90%;
        padding: 20px; } }
    .login-section form .alertBox,
    .forgot-password-section form .alertBox {
      display: block;
      padding: 10px; }
    .login-section form .form-field,
    .forgot-password-section form .form-field {
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .login-section form .form-field,
        .forgot-password-section form .form-field {
          margin-bottom: 20px; } }
      .login-section form .form-field--submit,
      .forgot-password-section form .form-field--submit {
        margin-bottom: 0; }
      .login-section form .form-field input[type="text"],
      .login-section form .form-field input[type="email"],
      .login-section form .form-field input[type="password"],
      .forgot-password-section form .form-field input[type="text"],
      .forgot-password-section form .form-field input[type="email"],
      .forgot-password-section form .form-field input[type="password"] {
        border: 1px solid #EDECED;
        background-color: #fff !important;
        border-radius: 4px;
        color: #282828; }
        .login-section form .form-field input[type="text"]:focus,
        .login-section form .form-field input[type="email"]:focus,
        .login-section form .form-field input[type="password"]:focus,
        .forgot-password-section form .form-field input[type="text"]:focus,
        .forgot-password-section form .form-field input[type="email"]:focus,
        .forgot-password-section form .form-field input[type="password"]:focus {
          border: 1px solid #11214A;
          opacity: 1; }
      .login-section form .form-field input[type="submit"],
      .forgot-password-section form .form-field input[type="submit"] {
        margin: 0 auto;
        display: block;
        text-align: center; }
    .login-section form .form-label,
    .login-section form .forgot-password,
    .forgot-password-section form .form-label,
    .forgot-password-section form .forgot-password {
      color: #11214A;
      font-size: 14px;
      font-weight: bold; }
    .login-section form .forgot-password,
    .forgot-password-section form .forgot-password {
      margin-top: 10px; }

.password-wrapper {
  position: relative; }
  .password-wrapper #login_pass {
    padding-right: 50px; }

.password-icon {
  cursor: pointer;
  width: 22px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto; }

@media (max-width: 414px) {
  .forgot-password-section .content p {
    width: 100%;
    margin: 0 auto; } }

.skewed-background {
  height: 0px;
  background: linear-gradient(252.93deg, #A3C6FB 0%, #E9C7EB 71.23%, #F8D9C2 112.11%);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
  padding: 48px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  margin-bottom: 50px;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (max-width: 767px) {
    .skewed-background {
      clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%); } }

.request-sent {
  margin-bottom: 50px; }
  .request-sent .align-center {
    align-items: center; }
    @media (max-width: 767px) {
      .request-sent .align-center {
        padding: 0; } }
  .request-sent .align-self-center {
    align-self: center; }
    @media (max-width: 767px) {
      .request-sent .align-self-center {
        width: 100%; } }
  @media (max-width: 767px) {
    .request-sent .col {
      width: 100%; } }
  @media (max-width: 767px) {
    .request-sent .refer .columns .col:last-child {
      margin-left: 0; } }
  .request-sent .quick-links.bg-gray {
    padding: 20px; }
    @media (max-width: 767px) {
      .request-sent .quick-links.bg-gray {
        padding: 0; } }
  .request-sent .quick-links p {
    margin-bottom: 10px; }
  .request-sent .quick-links .columns .col.img {
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 150px; }
    @media (max-width: 767px) {
      .request-sent .quick-links .columns .col.img {
        left: 0; } }
  .request-sent .quick-links .columns .col.content {
    margin-left: 130px; }
  @media (max-width: 767px) {
    .request-sent .quick-links .columns {
      padding: 20px 0; }
      .request-sent .quick-links .columns .col.thumbnail {
        position: absolute;
        bottom: 0;
        left: 0; } }
  @media (max-width: 767px) {
    .request-sent .quick-links .columns .col.img {
      width: 50%;
      position: absolute;
      bottom: 0; }
      .request-sent .quick-links .columns .col.img .thumbnail {
        height: 135px;
        width: 125px; } }
  @media (max-width: 767px) {
    .request-sent .quick-links .columns .col.content {
      margin-left: 115px;
      text-align: left; }
      .request-sent .quick-links .columns .col.content p {
        margin-bottom: 10px; }
      .request-sent .quick-links .columns .col.content .columns {
        display: flex;
        width: 178px;
        padding: 0; }
        .request-sent .quick-links .columns .col.content .columns .col:last-child {
          margin-left: 0; } }
  .request-sent .bg-gray {
    background: #FCFCFC; }
    .request-sent .bg-gray .columns {
      position: relative; }
    .request-sent .bg-gray.help-portal {
      padding-bottom: 20px !important; }
      .request-sent .bg-gray.help-portal .columns.flex {
        margin-bottom: 0; }
      .request-sent .bg-gray.help-portal .col img {
        width: 130px;
        position: relative;
        top: 20px; }
      @media (max-width: 767px) {
        .request-sent .bg-gray.help-portal .columns {
          margin-bottom: 0; } }

@media (max-width: 767px) and (max-width: 767px) {
  .request-sent .bg-gray.help-portal .col img {
    width: 120px;
    height: 120px;
    margin-right: 30px;
    position: relative;
    bottom: -20px; } }
  .request-sent .flex-center {
    justify-content: center; }
    @media (max-width: 767px) {
      .request-sent .flex-center {
        display: block;
        width: 90%;
        margin: 0 auto; } }
  .request-sent .relative {
    position: relative;
    padding-bottom: 0 !important; }
    .request-sent .relative .flex {
      align-items: center; }
      @media (max-width: 767px) {
        .request-sent .relative .flex {
          align-items: center; } }
    .request-sent .relative .button-red {
      font-size: 12px;
      font-weight: normal;
      color: #F6F6F6;
      padding: 5px; }
  @media (max-width: 767px) {
    .request-sent .list-inline li {
      width: 45%; }
      .request-sent .list-inline li a {
        padding: 6px; } }
  .request-sent .mb-20 {
    margin-bottom: 20px; }
  .request-sent .pb-20 {
    padding-bottom: 20px !important; }
  .request-sent .mr-40-m {
    margin-right: 40px; }
    @media (max-width: 767px) {
      .request-sent .mr-40-m {
        margin-right: 0; } }
  @media (max-width: 767px) {
    .request-sent .mb-20-m {
      margin-bottom: 20px; } }
  .request-sent .p-40 {
    padding: 40px; }
    @media (max-width: 767px) {
      .request-sent .p-40 {
        padding: 20px; } }
  .request-sent .p-30 {
    padding: 30px; }
    @media (max-width: 767px) {
      .request-sent .p-30 {
        padding: 20px; } }
  .request-sent .heading {
    color: #11214A;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .request-sent .heading {
        font-size: 20px; } }
  .request-sent .sub-text {
    color: #282828;
    font-size: 14px; }
    @media (max-width: 767px) {
      .request-sent .sub-text {
        font-size: 12px; } }
  .request-sent .heading2 {
    color: #11214A;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .request-sent .heading2 {
        font-size: 14px;
        white-space: pre; } }

.pr-10 {
  padding-right: 10px; }

.account-page .inner-container {
  padding: 70px 0;
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  max-width: 1150px; }
  @media (max-width: 767px) {
    .account-page .inner-container {
      padding: 0 0 32px; } }

.account-page .dashboard-sidebar {
  width: 320px;
  flex: 0 1 320px; }
  @media (max-width: 767px) {
    .account-page .dashboard-sidebar {
      width: 100%;
      flex: 0 0 100%; } }

.account-page .account-page-content {
  padding-left: 30px;
  flex: 1 1 0; }
  @media (max-width: 767px) {
    .account-page .account-page-content {
      padding-left: 0; } }
  .account-page .account-page-content .top-bar {
    display: none;
    background-color: #ffffff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 32, 0.15);
    padding: 40px 18px 20px;
    margin-bottom: 10px;
    position: relative; }
    @media (max-width: 767px) {
      .account-page .account-page-content .top-bar {
        display: block;
        position: sticky;
        top: 110px;
        z-index: 100; } }
    .account-page .account-page-content .top-bar .back-button {
      border: none;
      outline: none;
      background-color: transparent;
      position: absolute;
      text-decoration: none;
      left: 18px;
      bottom: 29px;
      height: 15px;
      width: 15px;
      border-top: 2px solid #3bba91;
      border-left: 2px solid #3bba91;
      transform: rotate(-45deg); }
    .account-page .account-page-content .top-bar h3 {
      margin: 0;
      text-align: center;
      color: #3bba91;
      font-size: 18px;
      line-height: 1.5;
      letter-spacing: 0.7px; }

.dashboard-sidebar .dashboard-sidebar-inner {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 32, 0.15);
  background-color: #f9f9f9; }
  .dashboard-sidebar .dashboard-sidebar-inner .user {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 32, 0.15);
    padding: 20px 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative; }
    @media (max-width: 767px) {
      .dashboard-sidebar .dashboard-sidebar-inner .user {
        padding: 40px 24px 20px; } }
    .dashboard-sidebar .dashboard-sidebar-inner .user .display-picture {
      text-decoration: none; }
      .dashboard-sidebar .dashboard-sidebar-inner .user .display-picture .circle {
        margin-right: 16px;
        width: 57px;
        height: 57px;
        border-radius: 999px;
        background-color: #3bba91;
        color: #ffffff;
        font-size: 40px;
        font-family: konnect-regular, sans-serif;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none; }
        @media (max-width: 767px) {
          .dashboard-sidebar .dashboard-sidebar-inner .user .display-picture .circle {
            width: 40px;
            height: 40px;
            font-size: 24px; } }
    .dashboard-sidebar .dashboard-sidebar-inner .user .greetings h4 {
      margin: 0;
      font-size: 26px;
      color: #333; }
      @media (max-width: 767px) {
        .dashboard-sidebar .dashboard-sidebar-inner .user .greetings h4 {
          font-size: 18px; } }
    .dashboard-sidebar .dashboard-sidebar-inner .user .greetings a {
      display: none; }
      @media (max-width: 767px) {
        .dashboard-sidebar .dashboard-sidebar-inner .user .greetings a {
          display: block;
          margin-top: 5px;
          text-decoration: none;
          font-size: 12px;
          color: #3bba91; } }
  @media (max-width: 767px) {
    .dashboard-sidebar .dashboard-sidebar-inner .menu-items {
      margin-top: 10px; } }
  @media (min-width: 768px) {
    .dashboard-sidebar .dashboard-sidebar-inner .menu-items {
      box-shadow: 0 3px 6px 0 rgba(0, 0, 32, 0.15); } }
  .dashboard-sidebar .dashboard-sidebar-inner .menu-items ul {
    list-style: none; }
    @media (max-width: 767px) {
      .dashboard-sidebar .dashboard-sidebar-inner .menu-items ul .list-group {
        margin: 0 10px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 32, 0.15); } }
    .dashboard-sidebar .dashboard-sidebar-inner .menu-items ul li {
      margin: 0; }
      @media (min-width: 768px) {
        .dashboard-sidebar .dashboard-sidebar-inner .menu-items ul li.active {
          background-color: #ffffff; } }
      @media (min-width: 768px) {
        .dashboard-sidebar .dashboard-sidebar-inner .menu-items ul li.active a {
          pointer-events: none;
          filter: grayscale(1) brightness(3); } }
      @media (min-width: 768px) {
        .dashboard-sidebar .dashboard-sidebar-inner .menu-items ul li:first-of-type {
          border-top: 1px solid rgba(0, 0, 32, 0.05); } }
      .dashboard-sidebar .dashboard-sidebar-inner .menu-items ul li + li {
        border-top: 1px solid rgba(0, 0, 32, 0.05); }
      .dashboard-sidebar .dashboard-sidebar-inner .menu-items ul li a {
        display: flex;
        flex-direction: row;
        flex-flow: wrap;
        align-items: center;
        height: 75px;
        color: #333;
        font-size: 18px;
        padding: 10px 15px;
        text-decoration: none;
        line-height: 1.33;
        position: relative; }
        @media (max-width: 767px) {
          .dashboard-sidebar .dashboard-sidebar-inner .menu-items ul li a {
            padding: 5px 10px;
            height: 50px;
            font-size: 14px; } }
        @media (max-width: 767px) {
          .dashboard-sidebar .dashboard-sidebar-inner .menu-items ul li a::before {
            content: '';
            position: absolute;
            z-index: 1;
            top: 0;
            bottom: 0;
            right: 20px;
            margin: auto;
            height: 18px;
            width: 18px;
            background-color: #2E4EC6; }
          .dashboard-sidebar .dashboard-sidebar-inner .menu-items ul li a::after {
            content: '';
            position: absolute;
            z-index: 2;
            top: 0;
            bottom: 0;
            right: 26px;
            margin: auto;
            height: 8px;
            width: 8px;
            background-color: transparent;
            border-right: 2px solid #ffffff;
            border-bottom: 2px solid #ffffff;
            transform: rotate(-45deg); } }
        .dashboard-sidebar .dashboard-sidebar-inner .menu-items ul li a .menu-icon {
          flex: 0 0 25%;
          text-align: center; }
          @media (max-width: 767px) {
            .dashboard-sidebar .dashboard-sidebar-inner .menu-items ul li a .menu-icon {
              flex-basis: 15%; } }
          @media (max-width: 767px) {
            .dashboard-sidebar .dashboard-sidebar-inner .menu-items ul li a .menu-icon img {
              max-width: 35px;
              max-height: 35px; } }
        .dashboard-sidebar .dashboard-sidebar-inner .menu-items ul li a .menu-title {
          flex: 1; }
          @media (max-width: 767px) {
            .dashboard-sidebar .dashboard-sidebar-inner .menu-items ul li a .menu-title {
              padding-left: 10px; } }
          @media (max-width: 767px) {
            .dashboard-sidebar .dashboard-sidebar-inner .menu-items ul li a .menu-title br {
              display: none; } }
  .dashboard-sidebar .dashboard-sidebar-inner .menu-items h6 {
    display: none;
    margin: 15px 10px 10px;
    font-weight: bold;
    font-size: 14px; }
    @media (max-width: 767px) {
      .dashboard-sidebar .dashboard-sidebar-inner .menu-items h6 {
        display: block; } }
  .dashboard-sidebar .dashboard-sidebar-inner .log-out {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 32, 0.15);
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3bba91;
    transition: all 300ms ease; }
    @media (max-width: 767px) {
      .dashboard-sidebar .dashboard-sidebar-inner .log-out {
        height: 50px;
        margin: 0 10px; } }
    .dashboard-sidebar .dashboard-sidebar-inner .log-out:hover {
      background: #2c8c6d; }
    .dashboard-sidebar .dashboard-sidebar-inner .log-out:active {
      background: rgba(59, 186, 145, 0.6); }
    .dashboard-sidebar .dashboard-sidebar-inner .log-out a {
      flex: 1;
      color: #ffffff;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.33;
      text-decoration: none;
      text-align: center; }
      @media (max-width: 767px) {
        .dashboard-sidebar .dashboard-sidebar-inner .log-out a {
          font-size: 14px; } }

.account-card {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 32, 0.15);
  margin-bottom: 22px; }
  @media (max-width: 767px) {
    .account-card {
      margin: 0 10px 15px; } }
  .account-card.large .account-card-title {
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (max-width: 767px) {
      .account-card.large .account-card-title {
        padding: 12px 21px; } }
  .account-card.large .account-card-body .details-list > ul li {
    padding-top: 20px;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .account-card.large .account-card-body .details-list > ul li {
        padding-top: 10px;
        padding-bottom: 10px; } }
  .account-card.simple .account-card-body {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ffffff; }
    @media (max-width: 767px) {
      .account-card.simple .account-card-body {
        padding-top: 20px;
        padding-bottom: 20px; } }
  .account-card.simple .account-card-footer {
    padding: 28px 0;
    background-color: #ffffff; }
    @media (max-width: 767px) {
      .account-card.simple .account-card-footer {
        padding: 17px 0; } }
  .account-card#filter-kit-schedule.open .account-card-body {
    padding-bottom: 0; }
  .account-card#track-filter-kit.open .account-card-body {
    padding-bottom: 0; }
  .account-card#rewards-earned .account-card-body .hidden-content .inner .basic-table table thead th:last-child {
    width: 40%; }
  .account-card .account-card-title {
    background-color: #3bba91;
    padding: 17px 42px; }
    @media (max-width: 767px) {
      .account-card .account-card-title {
        padding: 12px 21px; } }
    .account-card .account-card-title h3 {
      margin: 0;
      font-size: 26px;
      color: #ffffff; }
      @media (max-width: 767px) {
        .account-card .account-card-title h3 {
          font-size: 18px; } }
  .account-card .account-card-body {
    background-color: #f9f9f9;
    padding: 30px 42px;
    position: relative; }
    @media (max-width: 767px) {
      .account-card .account-card-body {
        padding: 15px; } }
    .account-card .account-card-body .loader-wrapper {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #ffffff; }
      .account-card .account-card-body .loader-wrapper .account-loader {
        display: block;
        margin: auto;
        width: 80px;
        height: 80px; }
        .account-card .account-card-body .loader-wrapper .account-loader:after {
          content: " ";
          display: block;
          width: 64px;
          height: 64px;
          margin: 8px;
          border-radius: 50%;
          border: 6px solid #2E4EC6;
          border-color: #2E4EC6 transparent #2E4EC6 transparent;
          animation: loader 1.2s linear infinite; }
    .account-card .account-card-body .details-list > ul {
      list-style: none; }
      .account-card .account-card-body .details-list > ul li {
        margin: 0;
        position: relative;
        padding: 6px 0;
        display: flex;
        flex-direction: row;
        align-items: center; }
        @media (max-width: 767px) {
          .account-card .account-card-body .details-list > ul li {
            display: block; } }
        .account-card .account-card-body .details-list > ul li:first-child {
          padding-top: 0; }
        .account-card .account-card-body .details-list > ul li:last-child {
          padding-bottom: 0; }
        .account-card .account-card-body .details-list > ul li + li {
          border-top: 1px solid #dbdbdb; }
        .account-card .account-card-body .details-list > ul li span {
          font-family: konnect-regular, sans-serif;
          line-height: 2.29;
          font-size: 14px; }
          @media (max-width: 767px) {
            .account-card .account-card-body .details-list > ul li span {
              display: block;
              line-height: 2;
              font-size: 12px; } }
          .account-card .account-card-body .details-list > ul li span.title {
            min-width: 180px;
            font-weight: bold;
            color: #444444; }
          .account-card .account-card-body .details-list > ul li span.content {
            margin-left: 27px;
            color: #989898; }
            @media (max-width: 767px) {
              .account-card .account-card-body .details-list > ul li span.content {
                margin-left: 0; } }
        .account-card .account-card-body .details-list > ul li .edit-button {
          margin-left: auto; }
          @media (max-width: 767px) {
            .account-card .account-card-body .details-list > ul li .edit-button {
              position: absolute;
              top: 50%;
              right: 0;
              transform: translateY(-50%); } }
          .account-card .account-card-body .details-list > ul li .edit-button .button {
            font-size: 16px;
            min-width: unset;
            padding: 4px 30px;
            line-height: 1.53; }
            @media (max-width: 767px) {
              .account-card .account-card-body .details-list > ul li .edit-button .button {
                font-size: 14px;
                padding: 2px 25px; } }
    .account-card .account-card-body .details-list .edit-fields {
      background-color: #ffffff;
      margin: 0 -31px;
      padding: 36px 102px 46px 31px;
      flex: 1;
      display: flex;
      flex-direction: row; }
      @media (max-width: 767px) {
        .account-card .account-card-body .details-list .edit-fields {
          margin: 0;
          margin-top: 10px;
          padding: 15px 10px 25px; } }
      .account-card .account-card-body .details-list .edit-fields.address {
        padding-right: 31px;
        width: auto;
        flex-direction: column; }
        @media (max-width: 767px) {
          .account-card .account-card-body .details-list .edit-fields.address {
            padding-right: 10px; } }
        .account-card .account-card-body .details-list .edit-fields.address h6 {
          margin-bottom: 12px;
          font-size: 24px;
          color: #333333;
          font-weight: 900; }
          @media (max-width: 767px) {
            .account-card .account-card-body .details-list .edit-fields.address h6 {
              font-size: 14px; } }
      .account-card .account-card-body .details-list .edit-fields .title {
        min-width: unset;
        flex: 0 0 180px; }
        @media (max-width: 767px) {
          .account-card .account-card-body .details-list .edit-fields .title {
            display: none; } }
      .account-card .account-card-body .details-list .edit-fields .content {
        flex: 1;
        margin-left: 27px; }
        @media (max-width: 767px) {
          .account-card .account-card-body .details-list .edit-fields .content {
            margin-left: 0; } }
        .account-card .account-card-body .details-list .edit-fields .content #change-email-verification {
          margin-top: 40px; }
      .account-card .account-card-body .details-list .edit-fields h6 {
        margin-bottom: 3px;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 1.14px;
        color: #989898; }
        @media (max-width: 767px) {
          .account-card .account-card-body .details-list .edit-fields h6 {
            font-size: 14px; } }
      .account-card .account-card-body .details-list .edit-fields .form-field {
        margin-bottom: 10px;
        position: relative; }
        .account-card .account-card-body .details-list .edit-fields .form-field .eye-icon {
          position: absolute;
          right: 20px;
          top: 44px;
          padding: 5px;
          background-color: transparent;
          outline: none;
          box-shadow: none;
          border: none;
          transition: all 250ms ease; }
          @media (max-width: 767px) {
            .account-card .account-card-body .details-list .edit-fields .form-field .eye-icon {
              top: 40px; } }
          .account-card .account-card-body .details-list .edit-fields .form-field .eye-icon.active {
            filter: opacity(0.5); }
          .account-card .account-card-body .details-list .edit-fields .form-field .eye-icon::before {
            content: '';
            display: block;
            height: 40px;
            width: 20px;
            background-image: url(../icons/account/eye.png);
            background-repeat: no-repeat;
            background-size: contain; }
        .account-card .account-card-body .details-list .edit-fields .form-field.required label {
          position: relative; }
          .account-card .account-card-body .details-list .edit-fields .form-field.required label::after {
            content: 'Required';
            font-size: 12px;
            line-height: 2.67;
            letter-spacing: 0.6px;
            text-align: right;
            color: #c6c6c6;
            position: absolute;
            right: 0;
            top: 0; }
            @media (max-width: 767px) {
              .account-card .account-card-body .details-list .edit-fields .form-field.required label::after {
                font-size: 10px; } }
        .account-card .account-card-body .details-list .edit-fields .form-field.optional label {
          position: relative; }
          .account-card .account-card-body .details-list .edit-fields .form-field.optional label::after {
            content: '(Optional)';
            font-size: 12px;
            line-height: 2.67;
            letter-spacing: 0.6px;
            text-align: right;
            color: #989898;
            position: absolute;
            right: 0;
            top: 0; }
            @media (max-width: 767px) {
              .account-card .account-card-body .details-list .edit-fields .form-field.optional label::after {
                font-size: 10px; } }
        .account-card .account-card-body .details-list .edit-fields .form-field label {
          display: block;
          font-family: konnect-regular, sans-serif;
          font-size: 14px;
          line-height: 2.29;
          letter-spacing: 0.7px; }
          @media (max-width: 767px) {
            .account-card .account-card-body .details-list .edit-fields .form-field label {
              font-size: 12px; } }
        .account-card .account-card-body .details-list .edit-fields .form-field input {
          display: block;
          width: 100%;
          height: 40px;
          padding: 0 15px;
          border: 1px solid #ececec;
          font-size: 14px;
          line-height: 1.71;
          letter-spacing: 0.09px;
          font-family: konnect-regular, sans-serif; }
          .account-card .account-card-body .details-list .edit-fields .form-field input[disabled] {
            background-color: #f9f9f9;
            color: #989898; }
          .account-card .account-card-body .details-list .edit-fields .form-field input[readonly] {
            color: #989898; }
        .account-card .account-card-body .details-list .edit-fields .form-field .error {
          color: #e0090b;
          font-size: 14px;
          line-height: 3;
          display: block;
          flex-basis: 100%; }
          @media (max-width: 767px) {
            .account-card .account-card-body .details-list .edit-fields .form-field .error {
              font-size: 12px;
              line-height: 2.5; } }
        .account-card .account-card-body .details-list .edit-fields .form-field a {
          margin-top: 5px;
          letter-spacing: 0.5;
          font-size: 14px;
          display: block;
          text-decoration: none; }
        .account-card .account-card-body .details-list .edit-fields .form-field.mobile-number {
          display: flex;
          flex-direction: row;
          flex-flow: wrap; }
          .account-card .account-card-body .details-list .edit-fields .form-field.mobile-number label {
            flex: 0 0 100%; }
          .account-card .account-card-body .details-list .edit-fields .form-field.mobile-number .small {
            flex: 0 0 95px; }
          .account-card .account-card-body .details-list .edit-fields .form-field.mobile-number .large {
            flex: 1;
            width: auto; }
      .account-card .account-card-body .details-list .edit-fields .desc {
        margin-top: 5px;
        margin-bottom: 24px; }
        .account-card .account-card-body .details-list .edit-fields .desc p {
          margin: 0;
          font-size: 14px;
          line-height: 1.71;
          letter-spacing: 1px;
          font-family: konnect-regular, sans-serif; }
          @media (max-width: 767px) {
            .account-card .account-card-body .details-list .edit-fields .desc p {
              font-size: 12px; } }
          .account-card .account-card-body .details-list .edit-fields .desc p span {
            font-size: 14px;
            line-height: 1.71;
            letter-spacing: 1px;
            font-family: konnect-regular, sans-serif; }
          .account-card .account-card-body .details-list .edit-fields .desc p .email {
            color: #2E4EC6; }
      .account-card .account-card-body .details-list .edit-fields .buttons {
        margin-top: 24px; }
        @media (max-width: 767px) {
          .account-card .account-card-body .details-list .edit-fields .buttons {
            text-align: center; } }
        .account-card .account-card-body .details-list .edit-fields .buttons.center {
          text-align: center; }
        .account-card .account-card-body .details-list .edit-fields .buttons .button {
          min-width: unset;
          line-height: 1.53;
          padding: 4px 40px;
          margin: 0 8px; }
          @media (max-width: 767px) {
            .account-card .account-card-body .details-list .edit-fields .buttons .button {
              padding: 4px 20px;
              min-width: 130px; } }
    .account-card .account-card-body .multi-col.half-width {
      max-width: 530px;
      margin: auto; }
    .account-card .account-card-body .multi-col.full-width {
      width: 100%; }
    .account-card .account-card-body .multi-col.multi-entry {
      display: flex;
      flex-direction: row;
      align-items: stretch;
      justify-content: center;
      gap: 26px; }
      @media (max-width: 767px) {
        .account-card .account-card-body .multi-col.multi-entry {
          flex-direction: column;
          gap: unset; } }
      .account-card .account-card-body .multi-col.multi-entry .entry {
        flex-basis: 50%; }
        @media (max-width: 767px) {
          .account-card .account-card-body .multi-col.multi-entry .entry {
            flex-basis: auto; } }
        @media (min-width: 768px) {
          .account-card .account-card-body .multi-col.multi-entry .entry + .entry {
            margin: 0; } }
        .account-card .account-card-body .multi-col.multi-entry .entry .row {
          height: 100%; }
          .account-card .account-card-body .multi-col.multi-entry .entry .row .col {
            width: 100%; }
            .account-card .account-card-body .multi-col.multi-entry .entry .row .col .inner {
              flex: 1; }
              @media (max-width: 767px) {
                .account-card .account-card-body .multi-col.multi-entry .entry .row .col .inner .img-holder {
                  flex-basis: 50px;
                  width: 50px;
                  max-width: 50px; } }
              @media (max-width: 767px) {
                .account-card .account-card-body .multi-col.multi-entry .entry .row .col .inner .content-holder {
                  flex: 1; } }
              @media (max-width: 767px) {
                .account-card .account-card-body .multi-col.multi-entry .entry .row .col .inner .content-holder h6 {
                  font-weight: normal; } }
    .account-card .account-card-body .multi-col .entry {
      border: 2px solid #dbdbdb;
      padding: 10px 0;
      background-color: #ffffff;
      position: relative; }
      @media (max-width: 767px) {
        .account-card .account-card-body .multi-col .entry {
          margin: 0 -10px; } }
      .account-card .account-card-body .multi-col .entry + .entry {
        margin-top: 10px; }
      .account-card .account-card-body .multi-col .entry.payment h6 {
        font-size: 18px; }
        @media (max-width: 767px) {
          .account-card .account-card-body .multi-col .entry.payment h6 {
            font-size: 14px; } }
      .account-card .account-card-body .multi-col .entry.payment .price {
        font-size: 24px;
        font-weight: bold; }
      .account-card .account-card-body .multi-col .entry.payment .row .col:last-child {
        flex: 0 0 33%; }
        .account-card .account-card-body .multi-col .entry.payment .row .col:last-child .inner {
          display: block; }
      .account-card .account-card-body .multi-col .entry.splitit .row {
        align-items: flex-start; }
        .account-card .account-card-body .multi-col .entry.splitit .row .col.splitit-col .content-holder {
          padding-top: 21px; }
        .account-card .account-card-body .multi-col .entry.splitit .row .right .bottom .content-holder {
          display: flex;
          flex-direction: column; }
          .account-card .account-card-body .multi-col .entry.splitit .row .right .bottom .content-holder p {
            display: flex;
            justify-content: space-between; }
            .account-card .account-card-body .multi-col .entry.splitit .row .right .bottom .content-holder p .price {
              padding: 0;
              font-size: 14px; }
          .account-card .account-card-body .multi-col .entry.splitit .row .right .bottom .content-holder .button {
            margin-top: 15px;
            margin-left: auto; }
      .account-card .account-card-body .multi-col .entry.splitit .content-holder .price {
        padding: 0 20px;
        font-size: 18px; }
      .account-card .account-card-body .multi-col .entry.large + .large {
        margin-top: 24px; }
      .account-card .account-card-body .multi-col .entry.large .col {
        min-height: 100px; }
        .account-card .account-card-body .multi-col .entry.large .col .inner {
          padding-top: 20px;
          padding-bottom: 20px; }
      .account-card .account-card-body .multi-col .entry .row {
        margin: 0;
        display: flex;
        flex-flow: wrap;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between; }
        .account-card .account-card-body .multi-col .entry .row.mobile {
          display: flex;
          flex-flow: wrap;
          flex-direction: row; }
          @media (min-width: 768px) {
            .account-card .account-card-body .multi-col .entry .row.mobile {
              display: none; } }
          .account-card .account-card-body .multi-col .entry .row.mobile .button {
            font-size: 12px;
            line-height: 2.04;
            padding: 1px 13px;
            min-width: unset; }
          .account-card .account-card-body .multi-col .entry .row.mobile .left {
            padding-left: 20px;
            flex-basis: 25%; }
            .account-card .account-card-body .multi-col .entry .row.mobile .left .img-holder {
              width: 73px;
              padding: 10px 0; }
          .account-card .account-card-body .multi-col .entry .row.mobile .right {
            padding-right: 20px;
            flex: 1; }
            .account-card .account-card-body .multi-col .entry .row.mobile .right .top {
              display: flex;
              justify-content: space-between;
              border-bottom: 1px solid #dbdbdb;
              align-items: center;
              padding: 0 0 10px; }
            .account-card .account-card-body .multi-col .entry .row.mobile .right .bottom {
              padding: 10px 0 0; }
            .account-card .account-card-body .multi-col .entry .row.mobile .right .price {
              font-size: 24px;
              font-weight: bold; }
        @media (max-width: 767px) {
          .account-card .account-card-body .multi-col .entry .row.desktop {
            display: none; } }
        .account-card .account-card-body .multi-col .entry .row .col {
          display: flex;
          align-items: center;
          justify-content: center; }
          .account-card .account-card-body .multi-col .entry .row .col + .col {
            border-left: 2px solid #dbdbdb; }
          .account-card .account-card-body .multi-col .entry .row .col.col-1 {
            flex: 0 0 335px; }
          .account-card .account-card-body .multi-col .entry .row .col .inner {
            text-decoration: none;
            padding: 0 18px;
            display: flex;
            flex-direction: row;
            align-items: center;
            width: 100%; }
      .account-card .account-card-body .multi-col .entry .img-holder {
        margin-right: 20px;
        flex: 65px;
        text-align: center; }
        .account-card .account-card-body .multi-col .entry .img-holder img {
          max-width: 100%; }
      .account-card .account-card-body .multi-col .entry h6 {
        margin: 0;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 1.14px;
        color: #5b5b5b; }
      .account-card .account-card-body .multi-col .entry p {
        margin: 0;
        font-size: 14px;
        letter-spacing: 1px;
        color: #2E4EC6; }
      .account-card .account-card-body .multi-col .entry .content-holder.center {
        text-align: center; }
      .account-card .account-card-body .multi-col .entry .content-holder.right {
        text-align: right; }
      .account-card .account-card-body .multi-col .entry .content-holder .button {
        min-width: unset;
        font-size: 16px;
        line-height: 1.53;
        padding: 3px 20px; }
    @media (max-width: 767px) {
      .account-card .account-card-body .link-blocks {
        padding: 15px 10px; } }
    .account-card .account-card-body .link-blocks .row {
      margin: 0;
      gap: 80px;
      justify-content: center; }
      @media (max-width: 767px) {
        .account-card .account-card-body .link-blocks .row {
          gap: 0;
          justify-content: space-between; } }
      .account-card .account-card-body .link-blocks .row .col {
        padding: 0; }
        .account-card .account-card-body .link-blocks .row .col .inner a {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          width: 130px;
          height: 130px;
          text-align: center;
          padding: 13px 5px;
          background-color: #ffffff;
          border: solid 2px #dbdbdb;
          text-decoration: none;
          color: #333; }
          .account-card .account-card-body .link-blocks .row .col .inner a p {
            margin: 0;
            margin-top: auto;
            font-size: 16px;
            line-height: 1.31;
            color: #393939; }
    .account-card .account-card-body .dynamic-content .call-to-hidden {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .account-card .account-card-body .dynamic-content h5 {
      margin-bottom: 12px;
      font-size: 24px;
      line-height: 1.42; }
      @media (max-width: 767px) {
        .account-card .account-card-body .dynamic-content h5 {
          margin: 0;
          font-size: 16px;
          line-height: 2.13; } }
    .account-card .account-card-body .dynamic-content p {
      margin: 0;
      font-size: 14px;
      line-height: 1.71;
      letter-spacing: 1px; }
      @media (max-width: 767px) {
        .account-card .account-card-body .dynamic-content p {
          font-size: 10px;
          line-height: 2.4;
          letter-spacing: 0.71px; } }
    .account-card .account-card-body .dynamic-content .button-view-hidden {
      font-size: 16px;
      font-weight: bold;
      line-height: 1.53;
      min-width: 200px;
      padding: 9px 20px; }
      @media (max-width: 767px) {
        .account-card .account-card-body .dynamic-content .button-view-hidden {
          line-height: 1.75;
          font-size: 14px;
          min-width: 135px;
          padding: 4px 20px; } }
    .account-card .account-card-body .hidden-content .inner .top {
      border-bottom: 1px solid #dbdbdb;
      position: relative;
      padding-bottom: 20px; }
      @media (max-width: 767px) {
        .account-card .account-card-body .hidden-content .inner .top {
          padding-bottom: 5px; } }
      .account-card .account-card-body .hidden-content .inner .top.borderless {
        border-bottom: none; }
      @media (max-width: 767px) {
        .account-card .account-card-body .hidden-content .inner .top.has-right > p {
          padding-right: 20px;
          width: 60%; } }
      @media (max-width: 767px) {
        .account-card .account-card-body .hidden-content .inner .top.has-right .right {
          width: 40%;
          border-left: 1px solid #dbdbdb;
          top: 40px; } }
      .account-card .account-card-body .hidden-content .inner .top h5 {
        margin-bottom: 12px;
        font-size: 24px;
        line-height: 1.42; }
        @media (max-width: 767px) {
          .account-card .account-card-body .hidden-content .inner .top h5 {
            margin: 0;
            font-size: 16px;
            line-height: 2.13; } }
      .account-card .account-card-body .hidden-content .inner .top p {
        margin: 0;
        font-size: 14px;
        line-height: 1.71;
        letter-spacing: 1px; }
        @media (max-width: 767px) {
          .account-card .account-card-body .hidden-content .inner .top p {
            font-size: 12px;
            line-height: 2.4;
            letter-spacing: 0.71px; } }
      .account-card .account-card-body .hidden-content .inner .top a {
        text-decoration: none; }
      .account-card .account-card-body .hidden-content .inner .top .right {
        position: absolute;
        top: 0;
        right: 0;
        text-align: right; }
        .account-card .account-card-body .hidden-content .inner .top .right h6 {
          margin: 0;
          font-size: 18px;
          line-height: 1.4;
          color: #5b5b5b; }
          @media (max-width: 767px) {
            .account-card .account-card-body .hidden-content .inner .top .right h6 {
              font-size: 14px; } }
        .account-card .account-card-body .hidden-content .inner .top .right p {
          margin: 0;
          font-size: 16px;
          font-weight: bold;
          line-height: 1.5;
          color: #2E4EC6; }
          @media (max-width: 767px) {
            .account-card .account-card-body .hidden-content .inner .top .right p {
              font-size: 16px; } }
      .account-card .account-card-body .hidden-content .inner .top .reward-points {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        padding: 11px 0;
        border: 1px solid #dbdbdb; }
        @media (max-width: 767px) {
          .account-card .account-card-body .hidden-content .inner .top .reward-points {
            position: relative;
            margin-top: -20px;
            margin-bottom: 14px; } }
        .account-card .account-card-body .hidden-content .inner .top .reward-points .total {
          font-size: 18px;
          text-align: center;
          font-family: konnect-regular, sans-serif;
          font-weight: bold;
          line-height: 1.17;
          text-align: center;
          color: #2E4EC6;
          padding: 0 13px; }
          @media (max-width: 767px) {
            .account-card .account-card-body .hidden-content .inner .top .reward-points .total {
              flex: 1; } }
        .account-card .account-card-body .hidden-content .inner .top .reward-points .desc {
          border-left: 1px solid #dbdbdb;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: row;
          padding: 0 13px; }
          @media (max-width: 767px) {
            .account-card .account-card-body .hidden-content .inner .top .reward-points .desc {
              flex: 1; } }
          .account-card .account-card-body .hidden-content .inner .top .reward-points .desc .text {
            padding-right: 15px;
            font-size: 16px;
            font-family: konnect-regular, sans-serif;
            line-height: 1.06;
            letter-spacing: 1.14px;
            text-align: right; }
            @media (max-width: 767px) {
              .account-card .account-card-body .hidden-content .inner .top .reward-points .desc .text {
                font-size: 14px;
                padding-right: 7px; } }
    .account-card .account-card-body .hidden-content .inner .basic-table.account-balance .balance-row {
      display: flex;
      align-items: stretch;
      justify-content: center;
      flex-flow: wrap;
      flex-direction: row;
      border-left: 1px solid #dbdbdb;
      border-right: 1px solid #dbdbdb; }
      .account-card .account-card-body .hidden-content .inner .basic-table.account-balance .balance-row.table-head {
        border-top: 1px solid #dbdbdb;
        border-bottom: 1px solid #dbdbdb; }
        .account-card .account-card-body .hidden-content .inner .basic-table.account-balance .balance-row.table-head .col {
          font-size: 14px;
          font-weight: bold;
          line-height: 2.29;
          letter-spacing: 0.7px;
          color: #444;
          text-align: center;
          font-family: konnect-regular, sans-serif; }
          @media (max-width: 767px) {
            .account-card .account-card-body .hidden-content .inner .basic-table.account-balance .balance-row.table-head .col {
              font-size: 12px;
              line-height: 2.67; } }
      .account-card .account-card-body .hidden-content .inner .basic-table.account-balance .balance-row .col {
        flex-basis: 33.333333%; }
        .account-card .account-card-body .hidden-content .inner .basic-table.account-balance .balance-row .col + .col {
          border-left: 1px solid #dbdbdb; }
        .account-card .account-card-body .hidden-content .inner .basic-table.account-balance .balance-row .col p {
          font-size: 14px;
          line-height: 2.14;
          letter-spacing: 0.09px;
          text-align: center;
          color: #989898; }
          @media (max-width: 767px) {
            .account-card .account-card-body .hidden-content .inner .basic-table.account-balance .balance-row .col p {
              font-size: 12px;
              line-height: 2.67; } }
        .account-card .account-card-body .hidden-content .inner .basic-table.account-balance .balance-row .col strong {
          color: #333; }
    .account-card .account-card-body .hidden-content .inner .basic-table.account-balance .payment-group:last-child {
      border-bottom: 1px solid #dbdbdb; }
    .account-card .account-card-body .hidden-content .inner .basic-table.account-balance .payment-group .payment-type, .account-card .account-card-body .hidden-content .inner .basic-table.account-balance .payment-group .payment-item, .account-card .account-card-body .hidden-content .inner .basic-table.account-balance .payment-group .payment-total {
      flex-basis: 100%;
      display: flex;
      align-items: stretch;
      justify-content: center;
      flex-flow: wrap;
      flex-direction: row; }
    .account-card .account-card-body .hidden-content .inner .basic-table.account-balance .payment-group .payment-total {
      border-top: 1px solid #dbdbdb; }
      .account-card .account-card-body .hidden-content .inner .basic-table.account-balance .payment-group .payment-total .col {
        border: none; }
        .account-card .account-card-body .hidden-content .inner .basic-table.account-balance .payment-group .payment-total .col:last-child {
          border-left: 1px solid #dbdbdb;
          border-right: 1px solid #dbdbdb; }
      .account-card .account-card-body .hidden-content .inner .basic-table.account-balance .payment-group .payment-total .total {
        margin-bottom: 15px; }
    .account-card .account-card-body .hidden-content .inner .basic-table.account-balance .payment-group + .payment-group {
      border-top: 1px solid #dbdbdb; }
    .account-card .account-card-body .hidden-content .inner .basic-table table {
      font-family: konnect-regular, sans-serif; }
      .account-card .account-card-body .hidden-content .inner .basic-table table thead th {
        font-size: 14px;
        font-weight: bold;
        line-height: 2.29;
        letter-spacing: 0.7px;
        text-align: center;
        color: #444;
        border: none;
        padding: 4px;
        border-bottom: 1px solid #dbdbdb; }
        @media (max-width: 767px) {
          .account-card .account-card-body .hidden-content .inner .basic-table table thead th {
            font-size: 12px;
            padding: 5px;
            line-height: 1.33; } }
      .account-card .account-card-body .hidden-content .inner .basic-table table tbody tr:last-child td {
        border-bottom: 1px solid #dbdbdb; }
      .account-card .account-card-body .hidden-content .inner .basic-table table tbody td {
        border: none;
        font-size: 14px;
        line-height: 2.14;
        letter-spacing: 0.09px;
        text-align: center;
        color: #989898;
        padding: 4px; }
        @media (max-width: 767px) {
          .account-card .account-card-body .hidden-content .inner .basic-table table tbody td {
            font-size: 10px;
            padding: 5px;
            line-height: 1.33; } }
    .account-card .account-card-body .orders h4 {
      margin-bottom: 12px;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.33;
      letter-spacing: 1.29px;
      color: #5b5b5b; }
      @media (max-width: 767px) {
        .account-card .account-card-body .orders h4 {
          text-align: center;
          font-size: 16px; } }
    .account-card .account-card-body .orders.v2 .order-item {
      flex-direction: row-reverse;
      flex-flow: wrap; }
      @media (max-width: 767px) {
        .account-card .account-card-body .orders.v2 .order-item {
          flex-direction: column; } }
      @media (max-width: 767px) {
        .account-card .account-card-body .orders.v2 .order-item h4 {
          order: 1; } }
      @media (max-width: 767px) {
        .account-card .account-card-body .orders.v2 .order-item .left {
          order: 3; } }
      .account-card .account-card-body .orders.v2 .order-item .right {
        flex-basis: 355px;
        height: 170px; }
        @media (max-width: 767px) {
          .account-card .account-card-body .orders.v2 .order-item .right {
            order: 2;
            flex-basis: auto;
            width: 100%;
            height: 170px;
            margin-bottom: 20px; } }
        .account-card .account-card-body .orders.v2 .order-item .right .img-holder img {
          transform: scale(1.2); }
          @media (max-width: 767px) {
            .account-card .account-card-body .orders.v2 .order-item .right .img-holder img {
              transform: none; } }
    .account-card .account-card-body .orders.v3 .order-item {
      flex-flow: wrap; }
      @media (max-width: 767px) {
        .account-card .account-card-body .orders.v3 .order-item {
          flex-direction: column; } }
    .account-card .account-card-body .orders .order-item {
      display: flex;
      gap: 0 35px;
      align-items: flex-start;
      justify-content: center;
      flex-direction: row;
      padding: 20px 0;
      position: relative; }
      @media (max-width: 767px) {
        .account-card .account-card-body .orders .order-item {
          flex-direction: column-reverse; } }
      .account-card .account-card-body .orders .order-item + .order-item {
        border-top: 1px solid #dbdbdb; }
      .account-card .account-card-body .orders .order-item h4 {
        flex-basis: 100%; }
    .account-card .account-card-body .orders .left {
      flex: 1; }
      .account-card .account-card-body .orders .left table {
        font-family: konnect-regular, sans-serif; }
        .account-card .account-card-body .orders .left table tr td {
          border: none;
          padding: 8px 0;
          font-size: 14px;
          line-height: 1.71;
          letter-spacing: 0.09px;
          color: #989898;
          width: auto;
          vertical-align: top; }
          .account-card .account-card-body .orders .left table tr td:first-child {
            min-width: 170px; }
            @media (max-width: 767px) {
              .account-card .account-card-body .orders .left table tr td:first-child {
                min-width: unset;
                width: 135px; } }
          @media (max-width: 767px) {
            .account-card .account-card-body .orders .left table tr td {
              vertical-align: top;
              font-size: 12px;
              line-height: 1.36;
              letter-spacing: 0.7px; } }
          .account-card .account-card-body .orders .left table tr td strong {
            font-weight: bold;
            line-height: 1;
            letter-spacing: 0.7px;
            color: #444; }
      .account-card .account-card-body .orders .left .button {
        display: block;
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.53;
        padding: 3px 30px;
        margin-top: 12px; }
        @media (max-width: 767px) {
          .account-card .account-card-body .orders .left .button {
            margin-bottom: 20px; } }
        .account-card .account-card-body .orders .left .button.more-margin {
          margin-top: 40px; }
          @media (max-width: 767px) {
            .account-card .account-card-body .orders .left .button.more-margin {
              margin-top: 15px; } }
    .account-card .account-card-body .orders .right {
      flex-basis: 370px;
      height: 200px;
      background-color: #f9f9f9;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      padding: 0;
      overflow: hidden; }
      @media (max-width: 767px) {
        .account-card .account-card-body .orders .right {
          order: 2;
          flex-basis: auto;
          width: 100%;
          height: 170px;
          margin-bottom: 20px; } }
      .account-card .account-card-body .orders .right .img-holder {
        flex-basis: 170px; }
        .account-card .account-card-body .orders .right .img-holder.filter img {
          transform: none; }
        .account-card .account-card-body .orders .right .img-holder img {
          transform: scale(1.4); }
          @media (max-width: 767px) {
            .account-card .account-card-body .orders .right .img-holder img {
              transform: scale(1); } }
      .account-card .account-card-body .orders .right .info-holder {
        position: relative;
        flex: 1; }
        .account-card .account-card-body .orders .right .info-holder h6 {
          margin-bottom: 10px;
          font-size: 16px;
          font-weight: bold;
          line-height: 1.4; }
        .account-card .account-card-body .orders .right .info-holder p {
          margin: 0;
          font-size: 13px; }
    .account-card .account-card-body .subscription {
      margin: 12px 0; }
      .account-card .account-card-body .subscription h4 {
        margin-bottom: 11px;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.33;
        letter-spacing: 1.29px;
        color: #2E4EC6; }
        @media (max-width: 767px) {
          .account-card .account-card-body .subscription h4 {
            font-size: 16px; } }
      .account-card .account-card-body .subscription table {
        font-family: konnect-regular, sans-serif; }
        .account-card .account-card-body .subscription table tr td {
          border: none;
          padding: 3px 0;
          font-size: 14px;
          line-height: 1.71;
          letter-spacing: 0.09px;
          color: #989898; }
          .account-card .account-card-body .subscription table tr td:nth-child(odd) {
            min-width: 170px; }
          .account-card .account-card-body .subscription table tr td strong {
            font-weight: bold;
            line-height: 2.29;
            letter-spacing: 0.7px;
            color: #444; }
    .account-card .account-card-body .subscription-charge table tr td {
      border: none;
      padding: 0;
      font-size: 14px;
      font-weight: bold;
      line-height: 2.29;
      letter-spacing: 0.7px;
      color: #444444;
      font-family: konnect-regular, sans-serif; }
      @media (max-width: 767px) {
        .account-card .account-card-body .subscription-charge table tr td {
          font-size: 12px;
          line-height: 2.67;
          vertical-align: top; } }
      .account-card .account-card-body .subscription-charge table tr td:last-child {
        text-align: right; }
      .account-card .account-card-body .subscription-charge table tr td:only-child {
        text-align: left; }
      .account-card .account-card-body .subscription-charge table tr td h4 {
        margin-bottom: 5px;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.33;
        letter-spacing: 1.29px;
        color: #2E4EC6; }
        @media (max-width: 767px) {
          .account-card .account-card-body .subscription-charge table tr td h4 {
            font-size: 16px; } }
      .account-card .account-card-body .subscription-charge table tr td .balance {
        color: #989898; }
    .account-card .account-card-body .subscription-charge .pay-now-button {
      position: relative;
      margin-top: 10px;
      padding-top: 20px;
      text-align: right; }
      .account-card .account-card-body .subscription-charge .pay-now-button::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 1px;
        width: 215px;
        background-color: #979797; }
        @media (max-width: 767px) {
          .account-card .account-card-body .subscription-charge .pay-now-button::before {
            width: 125px; } }
      .account-card .account-card-body .subscription-charge .pay-now-button .button {
        min-width: unset;
        padding: 4px 20px;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.53;
        text-align: center; }
        @media (max-width: 767px) {
          .account-card .account-card-body .subscription-charge .pay-now-button .button {
            font-size: 12px;
            line-height: 2.04;
            padding: 2px 20px; } }
    .account-card .account-card-body .refer-form h4 {
      margin-bottom: 22px;
      font-size: 24px;
      text-align: center;
      line-height: 1.42; }
      @media (max-width: 767px) {
        .account-card .account-card-body .refer-form h4 {
          margin-bottom: 7px;
          font-size: 16px; } }
    .account-card .account-card-body .refer-form .input-container {
      position: relative;
      margin-bottom: 12px; }
      .account-card .account-card-body .refer-form .input-container.success input {
        background-color: #2E4EC6; }
      .account-card .account-card-body .refer-form .input-container input {
        border-radius: 999px;
        width: 100%;
        display: block;
        border: none;
        outline: none;
        background-color: rgba(42, 133, 107, 0.24);
        padding: 5px 34px;
        padding-right: 150px;
        text-overflow: ellipsis;
        height: 54px;
        font-size: 18px;
        line-height: 1.33;
        letter-spacing: 1.29px;
        color: #3b3b3b;
        transition: all 250ms ease; }
        @media (max-width: 767px) {
          .account-card .account-card-body .refer-form .input-container input {
            padding: 10px 15px;
            padding-right: 100px;
            font-size: 14px;
            line-height: 1.71;
            height: 45px; } }
      .account-card .account-card-body .refer-form .input-container .copy {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 25px; }
        @media (max-width: 767px) {
          .account-card .account-card-body .refer-form .input-container .copy {
            right: 15px; } }
        .account-card .account-card-body .refer-form .input-container .copy button {
          border: none;
          outline: none;
          display: inline-block;
          height: 100%;
          padding: 5px 0;
          background-color: transparent;
          font-size: 18px;
          font-weight: bold;
          font-family: konnect-regular, sans-serif;
          line-height: 1.33;
          letter-spacing: 1.29px;
          color: #2f886e; }
          @media (max-width: 767px) {
            .account-card .account-card-body .refer-form .input-container .copy button {
              font-size: 14px;
              line-height: 1.71;
              letter-spacing: 1px; } }
    .account-card .account-card-body .refer-form .mechanics {
      display: block;
      text-align: center;
      font-size: 14px;
      line-height: 1.71;
      letter-spacing: 0.09px;
      text-align: center;
      color: #989898; }
  .account-card .account-card-footer {
    position: relative;
    background-color: #f9f9f9;
    padding: 24px 0;
    text-align: center; }
    @media (max-width: 767px) {
      .account-card .account-card-footer {
        padding: 17px 0; } }
    .account-card .account-card-footer::before {
      content: '';
      position: absolute;
      top: 0;
      left: 42px;
      right: 42px;
      height: 1px;
      background-color: #dbdbdb; }
      @media (max-width: 767px) {
        .account-card .account-card-footer::before {
          left: 21px;
          right: 21px; } }
    @media (max-width: 767px) {
      .account-card .account-card-footer.hidden-mobile {
        display: none; } }
    .account-card .account-card-footer.v2 p a {
      color: #5b5b5b;
      text-decoration: underline; }
    .account-card .account-card-footer p {
      margin: 0;
      font-family: konnect-regular, sans-serif;
      font-size: 14px;
      line-height: 1.7;
      font-weight: bold;
      letter-spacing: 1px; }
      @media (max-width: 767px) {
        .account-card .account-card-footer p {
          font-size: 12px; } }
    .account-card .account-card-footer a {
      font-weight: normal;
      font-size: 14px;
      text-decoration: none;
      letter-spacing: 1px;
      color: #2E4EC6; }
      @media (max-width: 767px) {
        .account-card .account-card-footer a {
          font-size: 12px; } }

@media (max-width: 767px) {
  .dashboard .account-page-content {
    display: none; } }

@media (max-width: 767px) {
  .profile .dashboard-sidebar {
    display: none; } }

@media (max-width: 767px) {
  .profile .account-page-content .top-bar {
    display: block; } }

@media (max-width: 767px) {
  .orders .dashboard-sidebar {
    display: none; } }

@media (max-width: 767px) {
  .orders .account-page-content .top-bar {
    display: block; } }

@media (max-width: 767px) {
  .payments .dashboard-sidebar {
    display: none; } }

@media (max-width: 767px) {
  .payments .account-page-content .top-bar {
    display: block; } }

@media (max-width: 767px) {
  .subscriptions .dashboard-sidebar {
    display: none; } }

@media (max-width: 767px) {
  .subscriptions .account-page-content .top-bar {
    display: block; } }

.home-page .info-section .img-holder img {
  height: 110px !important; }
  @media (max-width: 767px) {
    .home-page .info-section .img-holder img {
      height: 11vh !important; } }

@media (max-width: 767px) {
  [data-content-region="heading-new-info-section-item-1"],
  [data-content-region="heading-new-info-section-item-2"],
  [data-content-region="heading-new-info-section-item-22"],
  [data-content-region="heading-new-info-section-item-3"],
  [data-content-region="heading-new-info-section-item-4"] {
    padding: 20px; } }

@media (max-width: 600px) {
  [data-content-region="heading-new-info-section-item-1"],
  [data-content-region="heading-new-info-section-item-2"],
  [data-content-region="heading-new-info-section-item-22"],
  [data-content-region="heading-new-info-section-item-3"],
  [data-content-region="heading-new-info-section-item-4"] {
    padding: 0 20px 0 20px; }
  .sd-simple-text-26ffd76c-5023-4096-b3fc-743fd596f5a6 * {
    padding: 0 10px; }
  .info-section h3 p {
    font-size: 16px !important;
    margin: 10px !important; } }

.help-center .faq [data-content-region="help_center_faq"] .accordion-btn,
.login-section .faq [data-content-region="help_center_faq"] .accordion-btn {
  padding-inline: 35px 34px !important; }
  .help-center .faq [data-content-region="help_center_faq"] .accordion-btn:after,
  .login-section .faq [data-content-region="help_center_faq"] .accordion-btn:after {
    right: 34px !important; }

.login-section .button.button-red {
  background-color: #214FCF !important; }

.login-section .faq [data-content-region="help_center_faq"] .accordion-btn {
  padding-inline: 35px 34px !important; }
  .login-section .faq [data-content-region="help_center_faq"] .accordion-btn:after {
    right: 34px !important; }

.login-section .container, .login-section .page-heading, .login-section .alertBox {
  max-width: 1079px;
  padding-inline: 20px; }

.login-section .login-banner {
  padding-top: 40px; }
  .login-section .login-banner h1 {
    font-weight: 600;
    color: #11214A;
    text-align: center;
    margin-bottom: 18px;
    font-size: 31px;
    line-height: 41px;
    font-family: konnect-medium; }
  .login-section .login-banner p {
    color: #11214A;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px; }
  @media (max-width: 600px) {
    .login-section .login-banner h1 {
      font-size: 22px;
      margin-bottom: 9px; }
    .login-section .login-banner p {
      font-size: 12px; } }

.login-section .form-field.login-search {
  width: 633px;
  margin-inline: auto;
  position: relative;
  max-width: 100%;
  margin-bottom: 40px; }
  .login-section .form-field.login-search input {
    width: 100%;
    border-radius: 25px;
    background-color: #EFEFEF;
    padding: 9px 25px 10px;
    font-size: 16px;
    font-weight: normal; }
  .login-section .form-field.login-search img {
    position: absolute;
    right: 22px;
    top: 7px; }

.login-section .form {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  background-color: unset;
  box-shadow: unset;
  margin-block: 37px 42px; }
  .login-section .form.showLogin .form-field input {
    border-color: red !important; }
  .login-section .form.showLogin .learn-error {
    width: 100%;
    color: red;
    display: block !important; }
  .login-section .form-actions {
    width: unset;
    margin-inline: unset; }
  .login-section .form .form-field {
    width: 49%;
    margin-bottom: 0; }
  .login-section .form .forgot-password {
    color: #2557D6;
    text-decoration: none;
    font-family: 'Proxima Nova';
    font-size: 13px; }
    .login-section .form .forgot-password span {
      color: inherit;
      text-decoration: underline; }
      .login-section .form .forgot-password span.initial-password {
        font-weight: 600;
        font-size: 14px;
        font: 600 14px / 14px 'Proxima Nova' !important; }
  @media (max-width: 600px) {
    .login-section .form .form-field {
      width: 100%; }
    .login-section .form-actions {
      margin: 20px auto 0; } }

.login-section .help-center {
  max-width: 1002px;
  margin-bottom: 20px;
  padding-top: 20px; }
  .login-section .help-center h3 {
    color: #11214A;
    font-size: 22px;
    line-height: 28px;
    font-family: konnect-semiBold; }
  .login-section .help-center_list {
    display: flex;
    justify-content: left;
    max-width: 1240px;
    margin-inline: auto;
    gap: 32px 30px;
    flex-wrap: wrap; }
    @media (max-width: 600px) {
      .login-section .help-center_list {
        gap: 10px; } }
    .login-section .help-center_list li {
      background-color: rgba(238, 231, 248, 0.5);
      border-radius: 5px;
      padding: 20px;
      width: 31%; }
      @media (max-width: 930px) {
        .login-section .help-center_list li {
          width: calc(50% - 30px); } }
      @media (max-width: 600px) {
        .login-section .help-center_list li {
          width: 100%; } }
    .login-section .help-center_list h4 {
      font-size: 16px;
      line-height: 21px;
      color: #11214A;
      font-weight: 600;
      margin-bottom: 0; }
    .login-section .help-center_list p {
      color: #282828;
      font-size: 12px;
      line-height: 16px;
      opacity: 0.7;
      margin-block: 5px 11px; }
    .login-section .help-center_list a {
      border-radius: 23px;
      background-color: #2F4EC6;
      color: #fff;
      padding: 7px 17px 9px;
      text-decoration: none;
      letter-spacing: 1px;
      font: 12px / 16px konnect-semiBold; }
  @media (max-width: 600px) {
    .login-section .help-center h3 {
      font-size: 18px; } }

.custom-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(40, 40, 40, 0.6);
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: none; }
  .custom-modal.is-open {
    display: flex; }
  .custom-modal .custom-modal-close {
    position: absolute;
    top: 23px;
    right: 21px; }
  .custom-modal .custom-modal-content {
    background-color: white;
    padding-inline: 55px;
    padding-block: 33px 50px;
    margin-inline: 20px;
    border-radius: 8px;
    position: relative;
    overflow: auto; }
    @media (max-width: 850px) {
      .custom-modal .custom-modal-content {
        padding-inline: 20px;
        max-height: calc(100vh - 200px); } }
    @media (max-width: 320px) {
      .custom-modal .custom-modal-content {
        max-height: calc(100vh - 50px);
        padding-block: 17px 50px; } }

.filter-section .filter-section_content.custom-modal-content {
  padding-inline: 36px 32px;
  width: 678px; }

.filter-section_header h3 {
  font: 400 24px / 31px 'konnect-semiBold';
  color: #11214A;
  margin-bottom: 21px; }

.filter-section_selected h4 {
  font: 600 16px / 30px 'konnect-medium';
  color: #11214A; }

.filter-section_machine {
  display: flex;
  margin-block: 16px; }
  .filter-section_machine img {
    width: 85px;
    height: 85px;
    object-fit: contain;
    padding: 12px;
    background-color: #EEE7F8;
    border-radius: 8px;
    margin-right: 13px; }
  .filter-section_machine p {
    font: 600 16px / 30px 'konnect-medium' !important;
    color: #11214A;
    margin: 0; }
  .filter-section_machine-details {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center; }

.filter-section_due {
  padding-top: 20px; }
  .filter-section_due h4 {
    font: 600 14px / 17px 'konnect-medium';
    color: #11214A; }
  .filter-section_due img {
    width: 45px;
    height: 50px; }
  .filter-section_due p {
    font: 600 14px / 19px 'konnect-medium' !important;
    color: #282828;
    margin: 0; }

.filter-section_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px; }
  @media (max-width: 500px) {
    .filter-section_list {
      grid-template-columns: 1fr; } }

.filter-section_item {
  display: flex;
  align-items: center; }

.filter-section_action {
  margin-top: 25px;
  padding-top: 25px;
  text-align: right; }
  .filter-section_action a {
    padding: 9px 23px 10px 22px;
    border: 2px solid #2E4EC6;
    border-radius: 30px;
    text-decoration: none;
    margin-left: 8px;
    text-align: center; }
    .filter-section_action a.filled {
      background-color: #2E4EC6;
      color: white; }
    @media (max-width: 500px) {
      .filter-section_action a {
        width: 100%;
        margin: 0 0 10px; } }

.contact-section_content {
  text-align: center; }
  .contact-section_content .login-button {
    color: #fff !important;
    background: #2E4EC6 !important;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 50px;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .contact-section_content .login-button {
        width: 100%; } }

.contact-section_header h3 {
  font: 600 30px / 39px 'konnect-medium';
  color: #11214A;
  margin-bottom: 9px; }
  @media (max-width: 767px) {
    .contact-section_header h3 {
      font: 600 24px / 39px 'konnect-medium'; } }

.contact-section_header p {
  font: normal 14px / 26px 'konnect-regular';
  color: rgba(17, 33, 74, 0.7);
  margin-bottom: 21px; }
  @media (max-width: 767px) {
    .contact-section_header p {
      font: normal 14px / 22px 'konnect-regular'; } }

.contact-section_login {
  padding: 18px;
  background-color: #F8F8F8;
  border-radius: 8px;
  margin-bottom: 36px; }
  .contact-section_login h4 {
    font: 600 16px / 21px 'konnect-medium';
    color: #11214A;
    margin-bottom: 9px; }
  .contact-section_login p {
    font: normal 14px / 26px 'konnect-regular';
    color: rgba(17, 33, 74, 0.7);
    margin-bottom: 12px; }
  .contact-section_login a {
    padding: 10px 14px;
    background-color: #214FCF;
    border-radius: 25px;
    font: 600 12px/14px 'Proxima Nova';
    color: white;
    text-decoration: none; }

.contact-section_options p {
  font: normal 14px / 26px 'konnect-regular';
  color: rgba(17, 33, 74, 0.7);
  margin-bottom: 12px; }

.contact-section_options ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px; }

.contact-section_options li {
  border-radius: 8px;
  padding: 13px;
  text-align: center;
  background-color: #F8F8F8;
  min-width: 176px; }
  @media (max-width: 767px) {
    .contact-section_options li {
      text-align: left; } }
  .contact-section_options li p {
    font: 600 14px / 29px 'konnect-medium';
    color: #2E4EC6;
    margin-bottom: 8px; }
    @media (max-width: 320px) {
      .contact-section_options li p {
        font: 600 12px / 17px 'konnect-medium'; } }
  .contact-section_options li a {
    font: normal 10px / 13px 'konnect-medium';
    margin-bottom: 0px;
    padding-block: 5px 6px;
    margin: 0 auto;
    background-color: #2E4EC6;
    border-radius: 25px;
    color: white;
    text-align: center;
    width: 100px;
    text-decoration: none; }
    @media (max-width: 320px) {
      .contact-section_options li a {
        width: 100%; } }

@media (max-width: 850px) {
  .contact-section_options ul {
    grid-template-columns: repeat(2, 1fr); }
  .contact-section_options li {
    min-width: unset; } }

.call-us-page h3 {
  font-size: 30px; }

.call-us-page span {
  font-size: 12px; }

.call-us-page p {
  margin: 0;
  font-size: 17px; }
  .call-us-page p a {
    font-family: 'konnect-medium'; }
  .call-us-page p:nth-of-type(2) {
    margin-block: 0 10px; }

@media (max-width: 575px) {
  .contact-us-page {
    padding-bottom: 0; } }

.contact-us-page .home-cta .holder {
  padding: 64px 0; }

.contact-us-page .home-cta h2 {
  font-size: 45px;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  color: #11214A;
  font-weight: 600; }
  @media (max-width: 575px) {
    .contact-us-page .home-cta h2 {
      font-size: 30px;
      line-height: 1.63;
      letter-spacing: -0.25px; } }

.contact-us-page .home-cta h5 {
  font-size: 24px;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: center; }
  @media (max-width: 575px) {
    .contact-us-page .home-cta h5 {
      font-size: 24px;
      line-height: normal;
      letter-spacing: normal; } }

.contact-us-page .home-cta .buttons-holder {
  margin-top: 15px;
  margin-bottom: 56px; }
  .contact-us-page .home-cta .buttons-holder .button {
    min-width: 169px;
    background-color: #2557D6;
    color: #FFFFFF; }
    @media (max-width: 575px) {
      .contact-us-page .home-cta .buttons-holder .button {
        width: 100%; } }

@media (max-width: 575px) {
  .contact-us-page .home-cta .holder {
    padding-top: 61px; } }

@media (max-width: 575px) {
  .contact-us-page .home-cta .holder .inner-container,
  .contact-us-page .home-cta .holder .list-wrapper {
    max-width: 280px; } }

.contact-us-page .home-cta .list-wrapper {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 575px) {
    .contact-us-page .home-cta .list-wrapper {
      text-align: center; } }
  @media (max-width: 575px) {
    .contact-us-page .home-cta .list-wrapper .list {
      margin-bottom: 30px; } }
  .contact-us-page .home-cta .list-wrapper .list p,
  .contact-us-page .home-cta .list-wrapper .list li {
    color: white;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.53;
    letter-spacing: -0.05px;
    margin-bottom: 8px;
    color: #333; }
  .contact-us-page .home-cta .list-wrapper .list ul {
    list-style-position: inside; }
  @media (max-width: 575px) {
    .contact-us-page .home-cta .list-wrapper .list li {
      text-align: left;
      width: 151px;
      margin-left: auto;
      margin-right: auto; } }
  .contact-us-page .home-cta .list-wrapper .list h5 {
    color: #11214A;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: -0.04px;
    margin-bottom: 15px;
    text-align: left; }
    @media (max-width: 575px) {
      .contact-us-page .home-cta .list-wrapper .list h5 {
        text-align: center; } }
  .contact-us-page .home-cta .list-wrapper .list a {
    color: #333;
    font-weight: 600; }

.contact-us-page #contact-us-success {
  max-width: 1000px;
  margin: auto;
  margin-top: 41px;
  max-width: 800px; }
  .contact-us-page #contact-us-success .alertBox {
    display: block;
    padding: 10px 15px; }

#contact-modal {
  border-radius: 5px;
  overflow: auto;
  background: white url("../icons/custom/contact-bg-blue.svg") no-repeat center top 200px/cover;
  width: 1100px;
  padding: 30px 100px 60px;
  border-radius: 5px; }
  @media (max-width: 767px) {
    #contact-modal {
      width: 100%;
      padding: 30px 15px 60px; } }
  #contact-modal .contact-us-form-wrapper {
    border-radius: 1em;
    background: white;
    padding-bottom: 10px;
    padding-left: 32px;
    padding-right: 32px;
    position: relative; }
    @media (max-width: 767px) {
      #contact-modal .contact-us-form-wrapper {
        padding-left: 15px;
        padding-right: 15px; } }
    #contact-modal .contact-us-form-wrapper .page-heading {
      text-transform: none;
      margin-bottom: 68px; }
      @media (max-width: 767px) {
        #contact-modal .contact-us-form-wrapper .page-heading {
          margin-bottom: 50px;
          font-size: 30px; } }
    #contact-modal .contact-us-form-wrapper .loader-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      background: white;
      display: flex;
      justify-content: center;
      width: 100%;
      height: 100%;
      z-index: 1;
      padding-top: 200px;
      display: none; }
      #contact-modal .contact-us-form-wrapper .loader-wrapper .loader {
        display: inline-block;
        width: 50px;
        height: 50px;
        margin-left: 10px; }
      #contact-modal .contact-us-form-wrapper .loader-wrapper .loader:after {
        content: " ";
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 2.5px solid #2E4EC6;
        border-color: transparent transparent #2E4EC6 transparent; }
  #contact-modal .form-field {
    margin-bottom: 30px; }
  #contact-modal .form-label {
    margin-bottom: 20px; }
  #contact-modal p > small {
    font-size: 12px;
    margin-top: -13px;
    display: block; }
  #contact-modal .form-actions {
    text-align: right; }

.order-confirmation {
  padding: 64px 0 0; }
  .order-confirmation .inner-container {
    padding: 0 16px;
    max-width: 1100px; }
  .order-confirmation .details {
    padding: 32px 0;
    text-align: center; }
  .order-confirmation .order-confirmation-content {
    padding: 0 0 32px; }
    .order-confirmation .order-confirmation-content .with-bg {
      text-align: center;
      background-color: #f5f5f5;
      padding: 16px;
      margin-bottom: 16px; }
    .order-confirmation .order-confirmation-content .whats-next {
      padding: 32px;
      background-color: #f5f5f5; }
      .order-confirmation .order-confirmation-content .whats-next h5 {
        text-align: center;
        margin-bottom: 16px; }
      .order-confirmation .order-confirmation-content .whats-next h4 {
        text-align: center; }
      .order-confirmation .order-confirmation-content .whats-next .columns {
        display: flex;
        flex-direction: row;
        flex-flow: wrap; }
        .order-confirmation .order-confirmation-content .whats-next .columns .column {
          flex: 0 1 33.3333333%;
          padding: 0 32px;
          text-align: center; }
          @media (max-width: 767px) {
            .order-confirmation .order-confirmation-content .whats-next .columns .column {
              flex: 0 0 100%;
              margin-bottom: 28px;
              padding: 0; } }
          .order-confirmation .order-confirmation-content .whats-next .columns .column .icon {
            height: auto;
            width: auto;
            font-size: 64px;
            margin-bottom: 32px;
            color: #2E4EC6; }
  .order-confirmation #checkout-app {
    display: block;
    max-width: unset;
    border: none; }
    .order-confirmation #checkout-app .layout {
      font-family: 'konnect';
      font-weight: 300; }
      .order-confirmation #checkout-app .layout .layout-main {
        width: 66.66667%;
        padding-right: 32px; }
        @media (max-width: 767px) {
          .order-confirmation #checkout-app .layout .layout-main {
            width: 100%;
            padding: 28px; } }
        .order-confirmation #checkout-app .layout .layout-main h1 {
          font-family: 'konnect';
          font-size: 42px; }
        .order-confirmation #checkout-app .layout .layout-main .orderConfirmation-section {
          padding-bottom: 0;
          border: none; }
        .order-confirmation #checkout-app .layout .layout-main .form-fieldset {
          display: none; }
        .order-confirmation #checkout-app .layout .layout-main .continueButtonContainer a button {
          transition: 0.2s all;
          text-transform: none !important;
          font-weight: 600;
          border: 1px solid transparent;
          outline: 0;
          cursor: pointer;
          font-family: konnect-regular, sans-serif;
          line-height: normal;
          color: black;
          min-width: 135px;
          padding: 9px 32px;
          font-size: 16px;
          line-height: 1.5;
          letter-spacing: normal;
          font-weight: 600;
          border-radius: 30px;
          background: #2E4EC6;
          color: white;
          border-radius: 25px;
          box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
          .order-confirmation #checkout-app .layout .layout-main .continueButtonContainer a button:focus, .order-confirmation #checkout-app .layout .layout-main .continueButtonContainer a button:hover, .order-confirmation #checkout-app .layout .layout-main .continueButtonContainer a button:active {
            border: 1px solid transparent; }
          .order-confirmation #checkout-app .layout .layout-main .continueButtonContainer a button[disabled] {
            background-color: #cecece !important; }
          .order-confirmation #checkout-app .layout .layout-main .continueButtonContainer a button p {
            font-family: konnect-regular, sans-serif !important;
            text-transform: none !important;
            transition: all 300ms ease; }
          .order-confirmation #checkout-app .layout .layout-main .continueButtonContainer a button p {
            margin: 0;
            font-size: 16px;
            line-height: 1.5;
            letter-spacing: normal;
            font-weight: 600; }
          @media (max-width: 767px) {
            .order-confirmation #checkout-app .layout .layout-main .continueButtonContainer a button {
              min-width: 130px;
              font-size: 14px;
              letter-spacing: normal; }
              .order-confirmation #checkout-app .layout .layout-main .continueButtonContainer a button p {
                font-size: 14px; } }
          @media (max-width: 575px) {
            .order-confirmation #checkout-app .layout .layout-main .continueButtonContainer a button {
              min-width: 113px;
              font-size: 14px;
              letter-spacing: normal;
              padding: 8px 28px; }
              .order-confirmation #checkout-app .layout .layout-main .continueButtonContainer a button p {
                font-size: 14px; } }
          .order-confirmation #checkout-app .layout .layout-main .continueButtonContainer a button p {
            color: white; }
          .order-confirmation #checkout-app .layout .layout-main .continueButtonContainer a button:hover {
            color: white;
            background: #223a94; }
          .order-confirmation #checkout-app .layout .layout-main .continueButtonContainer a button:active {
            color: white;
            background: rgba(46, 78, 198, 0.6); }
      .order-confirmation #checkout-app .layout .layout-cart {
        display: block; }
        .order-confirmation #checkout-app .layout .layout-cart .optimizedCheckout-contentPrimary {
          font-weight: 300;
          font-family: 'konnect'; }
        .order-confirmation #checkout-app .layout .layout-cart h3 {
          font-family: 'konnect';
          font-size: 24px; }
  .order-confirmation #dates {
    background-color: #F7F7F7;
    max-width: 600px;
    margin: auto;
    position: relative; }
    .order-confirmation #dates .heading {
      background-color: #2E4EC6;
      color: #fff;
      font-weight: bold;
      font-size: 25px;
      padding: 20px;
      display: flex;
      align-items: center;
      gap: 10px; }
    .order-confirmation #dates [type="radio"] {
      display: none; }

.order-confirm-desc p {
  margin-bottom: 0; }

.form-wishlist {
  margin-bottom: 0;
  margin-top: 0; }
  .form-wishlist [aria-controls="wishlist-dropdown"] {
    display: inline-flex;
    margin-right: 0;
    align-items: center;
    justify-content: center;
    padding: 10px 0 10px 10px;
    font-size: 12px; }
    .form-wishlist [aria-controls="wishlist-dropdown"] .heart-icon {
      margin-right: 6px; }
    .form-wishlist [aria-controls="wishlist-dropdown"] .icon {
      max-width: 10px; }
      .form-wishlist [aria-controls="wishlist-dropdown"] .icon svg {
        fill: black; }
  .form-wishlist #wishlist-dropdown.dropdown-menu {
    white-space: nowrap;
    padding-right: 0;
    width: auto !important; }
    .form-wishlist #wishlist-dropdown.dropdown-menu li > * {
      padding: 10px 10px 10px 20px;
      font-size: 12px;
      text-align: left; }

.faq-page {
  padding-bottom: 65px; }
  @media (max-width: 575px) {
    .faq-page {
      padding-bottom: 30px; } }
  .faq-page .desc {
    margin: 48px auto 0;
    max-width: 1200px; }
    @media (max-width: 575px) {
      .faq-page .desc {
        margin: 42px auto 0;
        padding: 0 28px; } }
    .faq-page .desc p {
      margin: 0 !important;
      color: #333 !important;
      font-family: konnect-regular, sans-serif !important;
      font-size: 19.2px !important; }
      @media (max-width: 767px) {
        .faq-page .desc p {
          font-size: 14.4px !important; } }
  @media (max-width: 767px) {
    .faq-page .home-hero-banner.home-hero-banner-2 .holder {
      padding: 28px; } }
  .faq-page .home-hero-banner.home-hero-banner-2 .holder .inner-container .left .heading-holder h1 {
    margin-bottom: 0; }
  .faq-page .basic-accordion h2 {
    font-size: 32px !important;
    padding-bottom: 10px;
    font-weight: 600;
    color: #11214A; }
    @media (max-width: 575px) {
      .faq-page .basic-accordion h2 {
        font-size: 20px !important;
        text-align: center;
        margin-bottom: 13px !important; } }
  .faq-page .basic-accordion h5 {
    font-weight: normal;
    font-size: 20px !important; }
    @media (max-width: 767px) {
      .faq-page .basic-accordion h5 {
        font-size: 18px !important; } }
  .faq-page .basic-accordion .accordion-item .accordion-content {
    padding-left: 45px; }
    @media (max-width: 767px) {
      .faq-page .basic-accordion .accordion-item .accordion-content {
        padding-left: 40px; } }

[data-widget-id="fd481238-d12f-42df-8f8d-4a0d38c7951e"] {
  margin: auto;
  padding-right: 210px; }
  @media screen and (max-width: 475px) {
    [data-widget-id="fd481238-d12f-42df-8f8d-4a0d38c7951e"] {
      padding-right: 0; } }

[data-widget-id="f7b8c94b-88b6-47d0-8e60-db311dab437f"] {
  margin: auto;
  padding-right: 200px; }
  @media screen and (max-width: 475px) {
    [data-widget-id="f7b8c94b-88b6-47d0-8e60-db311dab437f"] {
      padding-right: 0; } }

.about-us-page .custom-text .holder .inner-container .desc p {
  font-size: 24px !important; }
  @media (max-width: 767px) {
    .about-us-page .custom-text .holder .inner-container .desc p {
      font-size: 18px !important; } }

.search-results-page .nav {
  width: 100%; }

.search-results-page .page-content {
  width: 100%; }

.search-results-page .actionBar-section .form-select {
  height: unset; }

.search-results-page .actionBar-section .form-field {
  border: 1px solid black;
  border-radius: 1px; }

.search-results-page .actionBar-section .form-label,
.search-results-page .actionBar-section .form-select {
  color: black; }

@media (max-width: 767px) {
  .maintenance-guide-page .home-hero-banner.home-hero-banner-2 .holder {
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 767px) {
  .maintenance-guide-page .two-col-info h2 {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 767px) {
  .maintenance-guide-page .two-col-info h2 p {
    font-size: 28px !important; } }

@media (max-width: 767px) {
  .maintenance-guide-page .two-col-info .col-row .col {
    padding-left: 14px;
    padding-right: 14px; } }

@media (max-width: 767px) {
  .maintenance-guide-page .image-with-text .holder .text .heading-holder h2 [class*="sd-simple-text"],
  .maintenance-guide-page .image-with-text .holder .text .content-holder h2 [class*="sd-simple-text"] {
    text-align: left !important; } }

@media (max-width: 767px) {
  .maintenance-guide-page .image-with-text .holder .text .content-holder p {
    text-align: left !important; } }

.maintenance-guide-page .image-with-text .holder .image img {
  width: 100% !important; }

@media (min-width: 768px) {
  .work-water .home-hero-banner.home-hero-banner-2 .holder .image {
    max-width: unset;
    flex: 1 1 50%; } }

@media (min-width: 768px) {
  .work-water .home-hero-banner.home-hero-banner-2 .holder .left {
    max-width: unset;
    flex: 1 1 50%; } }

@media (min-width: 768px) {
  .work-water .partners .inner-container {
    padding-top: 48px; } }

.work-water .info-section .inner-container {
  padding-bottom: 80px; }
  @media (max-width: 767px) {
    .work-water .info-section .inner-container {
      padding-bottom: 42px; } }

.work-water .info-section h2 {
  margin-bottom: 16px; }
  .work-water .info-section h2 small {
    all: inherit;
    display: inline-block;
    font-size: 80%; }
  @media (max-width: 767px) {
    .work-water .info-section h2 p {
      font-size: 28px !important; } }

.work-water .info-section .subtext {
  margin-bottom: 16px; }
  .work-water .info-section .subtext p {
    margin: 0 !important;
    font-family: konnect-regular, sans-serif !important;
    font-weight: bold !important;
    font-size: 24px !important;
    line-height: 1.4 !important;
    letter-spacing: -.05px !important;
    text-align: center !important;
    color: #333 !important; }
    @media (max-width: 767px) {
      .work-water .info-section .subtext p {
        font-size: 18px !important; } }

@media (max-width: 767px) {
  .work-water .info-section .d-flex .col {
    padding: 0 14px; } }

@media (max-width: 767px) {
  .work-water .info-section .d-flex .col + .col {
    margin-top: 0; } }

@media (max-width: 767px) {
  .work-water .info-section .d-flex .col .img-holder {
    position: static;
    margin: auto;
    max-width: unset; } }

@media (max-width: 767px) {
  .work-water .info-section .d-flex .col .desc {
    margin-top: 14px;
    text-align: left !important; } }

@media (max-width: 767px) {
  .work-water .info-section h2 p {
    font-size: 30px !important; } }

.work-water .two-col-info {
  position: relative;
  z-index: 2; }
  @media (max-width: 767px) {
    .work-water .two-col-info.v2 h2 {
      margin-bottom: 6px; } }
  .work-water .two-col-info.v2 h2 p {
    font-size: 40px !important; }
    @media (max-width: 767px) {
      .work-water .two-col-info.v2 h2 p {
        font-size: 28px !important; } }
  @media (max-width: 767px) {
    .work-water .two-col-info.v2 .desc {
      padding-left: 14px;
      padding-right: 14px; } }
  .work-water .two-col-info.v2 .desc p {
    margin-bottom: 0 !important; }
    @media (max-width: 767px) {
      .work-water .two-col-info.v2 .desc p {
        font-size: 14.4px !important;
        line-height: 1.8 !important; } }
  .work-water .two-col-info .holder {
    mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
    mask-composite: source-in, source-over, xor; }
  .work-water .two-col-info .col-row .col {
    position: relative;
    counter-increment: counter;
    padding-top: 48px; }
    @media (max-width: 767px) {
      .work-water .two-col-info .col-row .col {
        padding-top: 0;
        padding-left: 36px; } }
    @media (max-width: 767px) {
      .work-water .two-col-info .col-row .col + .col {
        margin-top: 0; } }
    .work-water .two-col-info .col-row .col::before {
      content: counter(counter);
      font-size: 16px;
      font-weight: bold;
      font-family: konnect-regular, sans-serif;
      width: 16px;
      height: 16px;
      text-align: center;
      padding: 8px;
      display: inline-block;
      box-sizing: content-box;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      border: 2px solid #CA1A71;
      border-radius: 50%;
      background: #FFF;
      z-index: 200;
      font-weight: bold;
      line-height: 1; }
      @media (max-width: 767px) {
        .work-water .two-col-info .col-row .col::before {
          top: -2px;
          left: 0;
          transform: none;
          height: 14px;
          width: 14px;
          font-size: 14px;
          padding: 6px; } }
    .work-water .two-col-info .col-row .col::after {
      content: '';
      top: 0;
      left: 0;
      right: 0;
      height: 2px;
      background: #CA1A71;
      margin: 16px 0;
      display: block;
      position: absolute;
      z-index: 100; }
      @media (max-width: 767px) {
        .work-water .two-col-info .col-row .col::after {
          top: 0;
          bottom: 0;
          left: 0;
          right: auto;
          width: 2px;
          height: 100%;
          margin: 0 14px; } }
    @media (min-width: 768px) {
      .work-water .two-col-info .col-row .col:first-child::after {
        width: 50%;
        left: 50%; } }
    .work-water .two-col-info .col-row .col:last-child::after {
      width: 50%; }
      @media (max-width: 767px) {
        .work-water .two-col-info .col-row .col:last-child::after {
          display: none; } }
    @media (max-width: 767px) {
      .work-water .two-col-info .col-row .col .col-bg {
        background-color: transparent;
        box-shadow: none;
        align-items: flex-start;
        padding: 0; } }
    .work-water .two-col-info .col-row .col .col-bg h3 {
      margin: 0;
      line-height: 0; }
      @media (max-width: 767px) {
        .work-water .two-col-info .col-row .col .col-bg h3 {
          text-align: left; } }
    .work-water .two-col-info .col-row .col .col-bg .desc {
      padding: 0; }
      @media (max-width: 767px) {
        .work-water .two-col-info .col-row .col .col-bg .desc {
          margin: 14px 0; } }
      @media (max-width: 767px) {
        .work-water .two-col-info .col-row .col .col-bg .desc p {
          text-align: left !important; } }
    .work-water .two-col-info .col-row .col .col-bg .img-holder {
      margin: 16px 0; }
      @media (max-width: 767px) {
        .work-water .two-col-info .col-row .col .col-bg .img-holder {
          display: none; } }
      .work-water .two-col-info .col-row .col .col-bg .img-holder img {
        height: 8vh !important; }

.work-water .basic-accordion h2 {
  font-size: 40px;
  font-weight: 300; }
  @media (max-width: 767px) {
    .work-water .basic-accordion h2 {
      font-size: 30px;
      padding-bottom: 0; } }

@media (min-width: 768px) {
  .satisfaction-guarantee .image-with-text .text .heading-holder h2 {
    font-size: 32px !important; } }

@media (max-width: 767px) {
  .satisfaction-guarantee .image-with-text .text .heading-holder h2 {
    font-size: 20px !important; } }

@media (min-width: 768px) {
  .satisfaction-guarantee .image-with-text .text .heading-holder h2 p {
    font-size: 32px !important; } }

@media (max-width: 767px) {
  .satisfaction-guarantee .image-with-text .text .heading-holder h2 p {
    font-size: 20px !important; } }

.satisfaction-guarantee .trustpilot-reviews h2 {
  font-size: 39px !important; }
  @media (max-width: 767px) {
    .satisfaction-guarantee .trustpilot-reviews h2 {
      font-size: 28px !important; } }

.satisfaction-guarantee .trustpilot-reviews .slick-list .slick-slide .item-holder {
  height: 400px; }
  @media (max-width: 767px) {
    .satisfaction-guarantee .trustpilot-reviews .slick-list .slick-slide .item-holder {
      padding: 28px;
      height: 300px; } }

@media (min-width: 768px) {
  .satisfaction-guarantee .basic-accordion h2 {
    font-size: 40px !important;
    font-weight: 300; } }

@media (max-width: 767px) {
  .satisfaction-guarantee .basic-accordion h2 {
    font-size: 28px !important;
    font-weight: 300; } }

.satisfaction-guarantee .basic-accordion .holder .inner-container .accordion h5 {
  margin-left: 0; }

.packages .stepper-section .inner-container {
  padding: 48px 0 96px; }
  @media (max-width: 767px) {
    .packages .stepper-section .inner-container {
      padding-top: 12px;
      padding-bottom: 0; } }

.packages .stepper-section .stepper-functions-old {
  margin-top: 0; }

@media (max-width: 767px) {
  .packages .stepper-section .stepper-progress-block:last-child .stepper-progress-block-title {
    margin-bottom: 9px; } }

.packages .basic-accordion .holder {
  -webkit-mask: none;
  mask: none; }

@media (max-width: 767px) {
  .packages .faqs .inner-container {
    padding: 14px 28px; } }

.packages .faqs .faqs-title {
  margin-top: 0; }

.water-care .home-hero-banner.home-hero-banner-2 .holder {
  background: linear-gradient(90deg, #3bbb92, #01484c); }
  @media (max-width: 767px) {
    .water-care .home-hero-banner.home-hero-banner-2 .holder {
      padding-top: 50px; } }
  @media (min-width: 768px) {
    .water-care .home-hero-banner.home-hero-banner-2 .holder .inner-container .left .paragraph-holder p {
      font-size: 32px !important; } }

.water-care .home-hero-banner.home-hero-banner-2 .inner-container {
  padding-top: 0; }

.water-care .home-hero-banner.home-hero-banner-2 .image {
  margin-bottom: -20px; }

@media (max-width: 767px) {
  .water-care .image-with-text {
    margin-top: 10px; } }

.water-care .image-with-text .inner-container > h2 p {
  font-size: 40px !important; }

@media (max-width: 767px) {
  .water-care .image-with-text .inner-container > h2 {
    max-width: 247px;
    margin-left: auto;
    margin-right: auto; }
    .water-care .image-with-text .inner-container > h2 p {
      font-size: 28px !important;
      line-height: 1.2; } }

.water-care .image-with-text .holder .text .heading-holder h2 p {
  font-size: 32px !important;
  font-weight: 400 !important; }
  @media (max-width: 767px) {
    .water-care .image-with-text .holder .text .heading-holder h2 p {
      text-align: left !important;
      font-size: 20px !important; } }

@media (max-width: 767px) {
  .water-care .image-with-text .holder .text [data-edit-mode] {
    width: 100%; }
  .water-care .image-with-text .holder .text p {
    text-align: left !important; }
  .water-care .image-with-text .holder .text #buttonLink p {
    text-align: center !important; } }

.water-care .image-with-text .content-holder:not(:last-child) {
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .water-care .image-with-text .content-holder:not(:last-child) {
      margin-bottom: 0; } }

@media (max-width: 767px) {
  .water-care .image-with-text .text .heading-holder h2 {
    margin-top: 0;
    margin-bottom: 6px; } }

.water-care .product-hero {
  background: url(../icons/custom/watercare-comparison-bg.svg) no-repeat center 30%;
  margin: auto; }
  .water-care .product-hero strong {
    font-size: inherit !important; }
  .water-care .product-hero .inner-container > h2 {
    margin-bottom: 15px; }
    .water-care .product-hero .inner-container > h2 p {
      font-weight: 400 !important; }
      @media (max-width: 767px) {
        .water-care .product-hero .inner-container > h2 p {
          font-size: 28px !important; } }
  .water-care .product-hero .desc {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px; }
    .water-care .product-hero .desc p {
      font-size: 16px !important;
      line-height: 1.53 !important; }
      @media (max-width: 767px) {
        .water-care .product-hero .desc p {
          padding: 0;
          font-size: 14px !important; } }
  .water-care .product-hero .sub-text {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px; }
    @media (max-width: 767px) {
      .water-care .product-hero .sub-text {
        margin-top: 28px;
        margin-bottom: 12px; } }
    .water-care .product-hero .sub-text p {
      font-size: 16px !important;
      font-family: konnect-regular, sans-serif; }
      @media (max-width: 767px) {
        .water-care .product-hero .sub-text p {
          font-size: 14px !important; } }
  .water-care .product-hero .column-holder .col {
    max-width: 475px;
    margin-bottom: 27px;
    margin: 0;
    padding: 0 16px; }
    @media (max-width: 767px) {
      .water-care .product-hero .column-holder .col {
        padding: 0; } }
    @media (max-width: 767px) {
      .water-care .product-hero .column-holder .col + .col {
        margin-top: 28px; } }
    .water-care .product-hero .column-holder .col .bg-holder {
      padding: 25px 40px 30px;
      background-color: white;
      border-radius: 16px;
      box-shadow: 0 1px 2px rgba(105, 116, 123, 0.5); }
      @media (max-width: 767px) {
        .water-care .product-hero .column-holder .col .bg-holder {
          justify-content: center;
          padding: 10px 15px 5px; } }
      .water-care .product-hero .column-holder .col .bg-holder .product-price {
        margin-bottom: 15px;
        border-color: #d8d8d8;
        border-left: 0;
        border-right: 0;
        padding-top: 16px;
        padding-bottom: 16px; }
        @media (max-width: 767px) {
          .water-care .product-hero .column-holder .col .bg-holder .product-price {
            border-color: #f2f2f2;
            border-bottom: 1px solid #f2f2f2;
            flex-wrap: wrap;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 0px;
            padding-right: 0px;
            margin: 0;
            margin-bottom: 10px;
            justify-content: center;
            width: 90%; }
            .water-care .product-hero .column-holder .col .bg-holder .product-price p {
              font-size: 20px !important; } }
      .water-care .product-hero .column-holder .col .bg-holder .product-price-subtitle {
        margin-bottom: 0; }
        .water-care .product-hero .column-holder .col .bg-holder .product-price-subtitle p {
          font-size: 16px !important; }
          @media (max-width: 767px) {
            .water-care .product-hero .column-holder .col .bg-holder .product-price-subtitle p {
              font-size: 14px !important; } }
      .water-care .product-hero .column-holder .col .bg-holder .hero-product-title {
        margin-top: 0;
        margin-bottom: 15px; }
        .water-care .product-hero .column-holder .col .bg-holder .hero-product-title p {
          font-size: 32px !important;
          font-weight: 400 !important; }
        @media (max-width: 767px) {
          .water-care .product-hero .column-holder .col .bg-holder .hero-product-title {
            order: 0; }
            .water-care .product-hero .column-holder .col .bg-holder .hero-product-title p {
              font-size: 20px !important; } }
      .water-care .product-hero .column-holder .col .bg-holder .product-description {
        padding: 0; }
        .water-care .product-hero .column-holder .col .bg-holder .product-description p {
          font-family: konnect-regular, sans-serif; }
      .water-care .product-hero .column-holder .col .bg-holder .product-subtitle {
        margin-bottom: 16px; }
        .water-care .product-hero .column-holder .col .bg-holder .product-subtitle p {
          font-size: 14px !important; }
      .water-care .product-hero .column-holder .col .bg-holder .product-desc-title p {
        font-size: 24px !important;
        margin: 0; }
        @media (max-width: 767px) {
          .water-care .product-hero .column-holder .col .bg-holder .product-desc-title p {
            font-size: 18px !important;
            margin-bottom: 5px; } }
  .water-care .product-hero .desc-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 16px; }
    .water-care .product-hero .desc-list-item .image-holder {
      margin-right: 8px; }
    .water-care .product-hero .desc-list-item p {
      margin: 0 !important; }

.water-care .home-cta .holder {
  background-image: linear-gradient(to right, #3bbb92 0%, rgba(0, 0, 0, 0.5) 135%), linear-gradient(to bottom, #3bbb92, #3bbb92);
  padding-left: 30px;
  padding-right: 30px; }

.water-care .home-cta .desc p {
  max-width: 640px;
  margin-bottom: 15px;
  color: white !important;
  font-size: 16px !important;
  font-weight: normal !important;
  font-family: konnect-regular, sans-serif; }
  @media (max-width: 767px) {
    .water-care .home-cta .desc p {
      font-size: 14px !important; } }

.water-care .custom-text {
  max-width: unset; }
  @media (max-width: 767px) {
    .water-care .custom-text {
      padding-bottom: 28px; } }
  @media (min-width: 768px) {
    .water-care .custom-text .holder .inner-container h2 {
      padding: 0; } }
  @media (min-width: 768px) {
    .water-care .custom-text .holder .inner-container h2 p {
      font-size: 32px !important; } }
  @media (max-width: 767px) {
    .water-care .custom-text .holder .inner-container h2 p {
      font-size: 24px !important; } }
  .water-care .custom-text .holder .inner-container .desc {
    max-width: 800px;
    margin: auto; }
    @media (max-width: 767px) {
      .water-care .custom-text .holder .inner-container .desc p {
        margin-bottom: 17px; } }

.delivery-installation .home-hero-banner.home-hero-banner-2 .inner-container {
  max-width: 1200px; }

.delivery-installation .home-hero-banner.home-hero-banner-2 .holder {
  background: linear-gradient(90deg, #3BBB92, #01484C); }
  @media (max-width: 767px) {
    .delivery-installation .home-hero-banner.home-hero-banner-2 .holder {
      background: linear-gradient(0deg, #3BBB92, #01484C); } }
  @media (max-width: 767px) {
    .delivery-installation .home-hero-banner.home-hero-banner-2 .holder .inner-container .left {
      padding-left: 14px;
      padding-right: 14px; } }
  .delivery-installation .home-hero-banner.home-hero-banner-2 .holder .image {
    margin-bottom: 0 !important;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 768px) {
      .delivery-installation .home-hero-banner.home-hero-banner-2 .holder .image {
        max-width: 576px;
        width: 576px;
        min-width: 576px; } }
    @media (max-width: 767px) {
      .delivery-installation .home-hero-banner.home-hero-banner-2 .holder .image {
        margin-top: 10px; } }
    .delivery-installation .home-hero-banner.home-hero-banner-2 .holder .image img {
      max-width: 100%; }

.delivery-installation .home-hero-banner.home-hero-banner-2 .left {
  width: unset;
  max-width: unset; }
  .delivery-installation .home-hero-banner.home-hero-banner-2 .left .paragraph-holder p {
    font-size: 18px !important;
    font-weight: 100 !important; }
    @media (max-width: 767px) {
      .delivery-installation .home-hero-banner.home-hero-banner-2 .left .paragraph-holder p {
        font-size: 16px !important; } }

.delivery-installation .image-with-text .holder .text h4 {
  margin-top: 14px;
  margin-bottom: 14px; }
  .delivery-installation .image-with-text .holder .text h4 p {
    font-size: 24px !important; }
  @media (max-width: 767px) {
    .delivery-installation .image-with-text .holder .text h4 {
      margin-top: 14px;
      margin-bottom: 14px; }
      .delivery-installation .image-with-text .holder .text h4 p {
        font-size: 18px !important; } }
  @media (max-width: 767px) {
    .delivery-installation .image-with-text .holder .text h4 [class*="sd-simple-text"] {
      text-align: center !important; } }

.delivery-installation .image-with-text .holder .text .heading-holder h2 p {
  line-height: 1.25 !important; }
  @media (min-width: 768px) {
    .delivery-installation .image-with-text .holder .text .heading-holder h2 p {
      font-size: 36px !important; } }

@media (max-width: 767px) {
  .delivery-installation .image-with-text-2 .content-holder,
  .delivery-installation .image-with-text-3 .content-holder,
  .delivery-installation .image-with-text-4 .content-holder {
    margin-bottom: 0; } }

.delivery-installation .image-with-text-2 .inner-container,
.delivery-installation .image-with-text-3 .inner-container,
.delivery-installation .image-with-text-4 .inner-container {
  padding-bottom: 38px; }
  @media (max-width: 767px) {
    .delivery-installation .image-with-text-2 .inner-container,
    .delivery-installation .image-with-text-3 .inner-container,
    .delivery-installation .image-with-text-4 .inner-container {
      padding-top: 0;
      padding-bottom: 11px; } }

.delivery-installation .basic-accordion .inner-container.normal-section {
  text-align: center;
  padding-top: 130px;
  padding-top: 83px; }
  @media (max-width: 767px) {
    .delivery-installation .basic-accordion .inner-container.normal-section {
      padding-top: 86px;
      padding-bottom: 42px; } }
  .delivery-installation .basic-accordion .inner-container.normal-section .accordion-content p {
    text-align: left; }
  .delivery-installation .basic-accordion .inner-container.normal-section .button {
    margin-top: 15px;
    padding-left: 50px;
    padding-right: 50px; }

.delivery-installation .basic-accordion h2 {
  font-size: 40px !important;
  font-weight: 400; }
  @media (max-width: 767px) {
    .delivery-installation .basic-accordion h2 {
      font-size: 28px !important;
      line-height: 1.18; } }

.delivery-installation .basic-accordion .accordion h5 {
  font-size: 20.8px;
  line-height: 1.48;
  font-weight: 600; }

@media (max-width: 767px) {
  .delivery-installation .trustpilot-reviews .trustpilot-reviews-carousel {
    padding-bottom: 70px; } }

.delivery-installation .trustpilot-reviews .trustpilot-reviews-carousel .item-holder {
  height: 372px; }

@media (min-width: 768px) {
  .delivery-installation .trustpilot-reviews h2 {
    font-size: 39px !important; } }

@media (max-width: 767px) {
  .delivery-installation .trustpilot-reviews h2 {
    font-size: 28px !important;
    line-height: 1.14 !important;
    letter-spacing: -0.05px !important; } }

.delivery-installation .notice-section {
  margin-top: 80px;
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .delivery-installation .notice-section {
      margin-top: 30px;
      margin-bottom: 75px; } }

.delivery-installation .custom-text {
  padding-bottom: 20px;
  padding-top: 120px; }
  @media (max-width: 767px) {
    .delivery-installation .custom-text {
      margin-bottom: -22px;
      padding-top: 75px;
      padding-bottom: 9px; } }
  .delivery-installation .custom-text .inner-container h2 p {
    font-size: 40px !important; }
    @media (max-width: 767px) {
      .delivery-installation .custom-text .inner-container h2 p {
        font-size: 28px !important;
        line-height: 1.18 !important;
        letter-spacing: -0.1px !important; } }

@media (max-width: 767px) {
  .delivery-installation .tabs-container {
    margin-bottom: 28px;
    margin-top: 30px; } }

@media (max-width: 767px) {
  .delivery-installation .info-section h2 p {
    font-size: 28px !important; } }

@media (max-width: 767px) {
  .delivery-installation .info-section h3 p br {
    display: none !important; } }

@media (max-width: 767px) {
  .delivery-installation .info-section .img-holder img {
    height: 8vh; } }

@media (min-width: 768px) {
  .delivery-installation .technology.v2 .technology-carousel .item .bg-holder h5 {
    max-width: 700px;
    margin: auto !important;
    margin-bottom: 32px !important; } }

.delivery-installation .technology.v2 .technology-carousel .item .bg-holder h5 p {
  line-height: 1.3 !important; }
  @media (min-width: 768px) {
    .delivery-installation .technology.v2 .technology-carousel .item .bg-holder h5 p {
      font-size: 24px !important; } }

@media (max-width: 767px) {
  .delivery-installation .technology .inner-container {
    padding: 28px 0; } }

@media (max-width: 767px) {
  [data-content-region="button-info-timeline"] {
    margin-top: 30px; } }

.product-page .stepper-section .inner-container {
  max-width: 1000px; }

.product-page .stepper-section .holder {
  padding-top: 35px; }
  @media (max-width: 767px) {
    .product-page .stepper-section .holder {
      padding-top: 60px; } }

.product-page.Basic-Package .form-field--increments, .product-page.Basic-Package-II .form-field--increments, .product-page.Smart-Package .form-field--increments, .product-page.Smart-Package-II .form-field--increments, .product-page.Smart-Package-II-Shopping .form-field--increments, .product-page.Smart-Package-Shopping .form-field--increments, .product-page.Smart-Package-v2 .form-field--increments, .product-page.Work-Water-System .form-field--increments, .product-page.Basic-Package-Tribe .form-field--increments, .product-page.Smart-Package-Tribe .form-field--increments, .product-page.Purchase .form-field--increments, .product-page.Monthly-Membership .form-field--increments {
  display: none; }

.product-page.base-product .single-product .productView .productView-details .productView-product {
  padding-bottom: 0; }
  .product-page.base-product .single-product .productView .productView-details .productView-product h1 {
    line-height: normal; }

.product-page.base-product .single-product .productView .productView-details .productView-options .form-field--increments {
  display: flex;
  align-items: center; }
  .product-page.base-product .single-product .productView .productView-details .productView-options .form-field--increments .form-label {
    margin: 0;
    margin-right: 5px;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 300; }
  .product-page.base-product .single-product .productView .productView-details .productView-options .form-field--increments .form-increment .form-input {
    width: 60px;
    border-radius: 0;
    text-align: left;
    border: 1px solid #ececec;
    padding: 9px;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.2;
    background-color: #ffffff; }
  .product-page.base-product .single-product .productView .productView-details .productView-options .form-field--increments .form-increment .button {
    display: none; }

.product-page.base-product .single-product .productView .productView-details .product-description {
  margin-top: 16px;
  font-size: 17px; }
  .product-page.base-product .single-product .productView .productView-details .product-description ul {
    margin-bottom: 16px;
    list-style-position: inside; }
    .product-page.base-product .single-product .productView .productView-details .product-description ul > li {
      margin: 8px 0; }

.product-page .single-product .productView .productView-details .productView-options #add-to-cart-wrapper .form-action {
  text-align: left;
  margin-top: 16px; }
  .product-page .single-product .productView .productView-details .productView-options #add-to-cart-wrapper .form-action.button-centered {
    margin-top: 45px;
    text-align: center;
    display: block; }
    .product-page .single-product .productView .productView-details .productView-options #add-to-cart-wrapper .form-action.button-centered .button-checkout {
      min-width: 270px;
      padding: 14px 35px; }

.product-page .single-product .productView .productView-details .productView-options .box {
  margin-top: 20px;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  padding: 20px 25px; }
  .product-page .single-product .productView .productView-details .productView-options .box .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 30px; }
    .product-page .single-product .productView .productView-details .productView-options .box .inner .left {
      flex: 0;
      flex-basis: 75px; }
    .product-page .single-product .productView .productView-details .productView-options .box .inner .right {
      flex: 1; }
  .product-page .single-product .productView .productView-details .productView-options .box p {
    margin: 0;
    text-align: left !important; }

.product-page .single-product .productView .productView-details .productView-options .basic-accordion {
  margin-top: 20px; }
  .product-page .single-product .productView .productView-details .productView-options .basic-accordion .container, .product-page .single-product .productView .productView-details .productView-options .basic-accordion .page-heading, .product-page .single-product .productView .productView-details .productView-options .basic-accordion .alertBox {
    border: none; }
    .product-page .single-product .productView .productView-details .productView-options .basic-accordion .container .holder, .product-page .single-product .productView .productView-details .productView-options .basic-accordion .page-heading .holder, .product-page .single-product .productView .productView-details .productView-options .basic-accordion .alertBox .holder {
      mask: none; }
    .product-page .single-product .productView .productView-details .productView-options .basic-accordion .container .inner-container, .product-page .single-product .productView .productView-details .productView-options .basic-accordion .page-heading .inner-container, .product-page .single-product .productView .productView-details .productView-options .basic-accordion .alertBox .inner-container {
      padding: 0; }

.product-page .info-section .inner-container {
  padding-top: 0; }

.product-page .info-section .desc p {
  font-size: 24px !important; }
  @media (max-width: 767px) {
    .product-page .info-section .desc p {
      font-size: 18px !important; } }

@media (max-width: 767px) {
  .product-page .info-section .d-flex .col {
    padding-left: 0; } }

.product-page .info-section .d-flex .col .desc p {
  font-size: 16px !important; }
  @media (max-width: 767px) {
    .product-page .info-section .d-flex .col .desc p {
      font-size: 14px !important; } }

@media (max-width: 767px) {
  .product-page .info-section .d-flex .col .img-holder {
    margin: 14px 0;
    max-width: unset;
    position: relative; } }

.product-page .info-section .d-flex .col .img-holder img {
  height: 12vh !important; }

.product-page .info-section #add-to-cart-wrapper .form-action {
  text-align: left;
  margin-top: 16px; }
  .product-page .info-section #add-to-cart-wrapper .form-action.button-centered {
    margin-top: 45px;
    text-align: center;
    display: block; }
    .product-page .info-section #add-to-cart-wrapper .form-action.button-centered .button-checkout {
      min-width: 270px;
      padding: 14px 35px; }
      @media (max-width: 767px) {
        .product-page .info-section #add-to-cart-wrapper .form-action.button-centered .button-checkout {
          width: 100%;
          max-width: unset; } }

.filtration .home-hero-banner .holder .inner-container .left .buttons .button-holder.button-2 #buttonLink {
  background: #3a3d43;
  color: white;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
  .filtration .home-hero-banner .holder .inner-container .left .buttons .button-holder.button-2 #buttonLink p {
    color: white; }
  .filtration .home-hero-banner .holder .inner-container .left .buttons .button-holder.button-2 #buttonLink:hover {
    background: #2E4EC6;
    color: white; }
    .filtration .home-hero-banner .holder .inner-container .left .buttons .button-holder.button-2 #buttonLink:hover p {
      color: white; }
  .filtration .home-hero-banner .holder .inner-container .left .buttons .button-holder.button-2 #buttonLink:active {
    background: #3FD2A3;
    color: white; }
    .filtration .home-hero-banner .holder .inner-container .left .buttons .button-holder.button-2 #buttonLink:active p {
      color: white; }

.filtration .image-with-text {
  margin-top: -48px; }
  @media (max-width: 767px) {
    .filtration .image-with-text {
      margin-top: -42px; } }
  .filtration .image-with-text.no-negative-margin {
    margin-top: 0; }
  .filtration .image-with-text.ellipse-mask-inside {
    position: relative;
    z-index: 2; }
    .filtration .image-with-text.ellipse-mask-inside .container, .filtration .image-with-text.ellipse-mask-inside .page-heading, .filtration .image-with-text.ellipse-mask-inside .alertBox {
      background-color: #ffffff;
      mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
      mask-composite: source-in, source-over, xor; }
    .filtration .image-with-text.ellipse-mask-inside .inner-container {
      padding: 64px 0; }
      @media (max-width: 767px) {
        .filtration .image-with-text.ellipse-mask-inside .inner-container {
          padding: 28px 0; } }
  @media (max-width: 767px) {
    .filtration .image-with-text.image-with-text-widget .section-title {
      padding-top: 0;
      padding-left: 44px;
      padding-right: 44px; } }
  .filtration .image-with-text.absolute-button .inner-container {
    padding: 96px 0 200px; }
    @media (max-width: 767px) {
      .filtration .image-with-text.absolute-button .inner-container {
        padding: 64px 0 156px; } }
  .filtration .image-with-text.absolute-button .holder {
    position: relative; }
    .filtration .image-with-text.absolute-button .holder .button {
      position: absolute;
      top: calc(100% + 32px);
      left: 50%;
      transform: translateX(-50%);
      max-width: 300px; }
  .filtration .image-with-text .container, .filtration .image-with-text .page-heading, .filtration .image-with-text .alertBox {
    background-color: #f2f2f2; }
  .filtration .image-with-text .inner-container {
    padding: 96px 0 128px; }
    @media (max-width: 767px) {
      .filtration .image-with-text .inner-container {
        padding: 64px 0 72px; } }

@media (max-width: 575px) {
  .filtration .table-wrapper {
    overflow: auto; } }

.filtration .table-wrapper .small-12, .filtration .table-wrapper .form-group-wrapper .form-group, .form-group-wrapper .filtration .table-wrapper .form-group {
  padding-bottom: 60px; }
  @media (max-width: 575px) {
    .filtration .table-wrapper .small-12, .filtration .table-wrapper .form-group-wrapper .form-group, .form-group-wrapper .filtration .table-wrapper .form-group {
      padding-bottom: 30px;
      padding-top: 30px; } }

.filtration .table-wrapper .container, .filtration .table-wrapper .page-heading, .filtration .table-wrapper .alertBox {
  padding-top: 60px; }
  @media (max-width: 767px) {
    .filtration .table-wrapper .container, .filtration .table-wrapper .page-heading, .filtration .table-wrapper .alertBox {
      padding-top: 30px; } }

.filtration .table-wrapper h2 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .filtration .table-wrapper h2 {
      padding: 0 16px;
      margin-bottom: 28px; } }
  .filtration .table-wrapper h2 p {
    margin: 0 !important;
    font-size: 40px !important;
    font-family: konnect-regular, sans-serif;
    font-weight: 300 !important;
    line-height: 1.23 !important;
    text-align: center !important;
    color: #333 !important; }
    @media (max-width: 767px) {
      .filtration .table-wrapper h2 p {
        font-size: 22px !important;
        line-height: 1.18 !important;
        letter-spacing: -0.05px !important; } }

.filtration .table-wrapper .desc {
  margin-bottom: 24px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .filtration .table-wrapper .desc p {
    font-size: 16px !important;
    font-family: konnect-regular, sans-serif !important;
    line-height: 1.53 !important;
    text-align: center !important;
    color: #333333 !important; }

.filtration .table-wrapper table {
  max-width: 800px;
  margin: auto;
  font-family: 'konnect'; }
  @media (max-width: 575px) {
    .filtration .table-wrapper table {
      width: 100%;
      table-layout: auto; } }
  .filtration .table-wrapper table td,
  .filtration .table-wrapper table th {
    border: 1px solid #ececec;
    padding: 0.5em;
    font-size: 16px;
    line-height: 1.5; }
    @media (max-width: 575px) {
      .filtration .table-wrapper table td,
      .filtration .table-wrapper table th {
        font-size: 14px; } }
  .filtration .table-wrapper table tr {
    border: 1px solid #ececec; }
  .filtration .table-wrapper table small {
    font-size: 80%;
    position: relative;
    top: -2px; }
    .filtration .table-wrapper table small a {
      font-size: inherit; }
  .filtration .table-wrapper table .dash {
    display: inline-block;
    vertical-align: middle;
    height: 3px;
    width: 10px;
    background-color: #A6A6A6; }

.filtration .table-wrapper .actions {
  max-width: 800px;
  margin: 20px auto 0;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px; }

.filtration .two-col-info {
  margin-top: -48px; }
  @media (max-width: 767px) {
    .filtration .two-col-info {
      margin-top: -42px; } }
  .filtration .two-col-info .inner-container {
    padding-top: 128px; }
    @media (max-width: 767px) {
      .filtration .two-col-info .inner-container {
        padding-top: 72px; } }
  .filtration .two-col-info .col-row .col .col-bg h3 p {
    font-size: 32px !important; }
    @media (max-width: 767px) {
      .filtration .two-col-info .col-row .col .col-bg h3 p {
        font-size: 20px !important; } }

.home-water-system.element.v2 .home-hero-banner .holder .inner-container .left .heading-holder h1 {
  margin-bottom: 0 !important;
  font-weight: bolder !important; }
  @media (min-width: 768px) {
    .home-water-system.element.v2 .home-hero-banner .holder .inner-container .left .heading-holder h1 {
      font-size: 36px !important; } }

.home-water-system.element.v2 .technology {
  padding-top: 64px; }
  @media (max-width: 767px) {
    .home-water-system.element.v2 .technology {
      padding-top: 28px; } }

.home-water-system.element.v2 .vp-video.v2 .holder {
  padding: 0; }

.home-water-system.element.v2 .kitchen-showcase.green .bg-holder {
  padding-bottom: 30px; }

.home-water-system.element.v2 .kitchen-showcase.green .item img {
  max-height: 600px !important; }

.home-water-system.element.v2 .kitchen-showcase .item img {
  max-height: 400px !important; }

@media (max-width: 767px) {
  .home-water-system.element.v2 .info-section .holder {
    padding-bottom: 28px; } }

.home-water-system.element.v2 .info-section .inner-container {
  padding-top: 0; }

@media (min-width: 768px) {
  .home-water-system.element.v2 .info-section h2 p {
    font-size: 24px !important; } }

@media (max-width: 767px) {
  .home-water-system.element.v2 .info-section h2 p br {
    display: none; } }

@media (max-width: 767px) {
  .home-water-system.element.v2 .info-section .d-flex {
    flex-direction: column; } }

@media (max-width: 767px) {
  .home-water-system.element.v2 .info-section .d-flex .col {
    flex: 0 0 100%; } }

.home-water-system.element.v2 .info-section .d-flex .col .img-holder img {
  height: 200px !important; }

.home-water-system.element.v2 .product-compare .product-compare-table table {
  left: 0; }
  .home-water-system.element.v2 .product-compare .product-compare-table table td p {
    margin: 0 !important; }
  .home-water-system.element.v2 .product-compare .product-compare-table table td .box p {
    margin: 0 !important;
    color: #fff !important;
    font-weight: bolder !important; }
  .home-water-system.element.v2 .product-compare .product-compare-table table td .price-holder {
    font-size: 12px !important; }

.home-water-system.element.v2 .custom-text.v3 .holder {
  padding-bottom: 0; }

@media (min-width: 768px) {
  .home-water-system.element .home-hero-banner .holder .inner-container .left .heading-holder h1 {
    margin-bottom: 24px;
    line-height: 1.6 !important;
    font-size: 28px !important; } }

.home-water-system.element .home-hero-banner .holder .inner-container .left .buttons .button-2 #buttonLink {
  background: #3a3d43;
  color: white;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
  .home-water-system.element .home-hero-banner .holder .inner-container .left .buttons .button-2 #buttonLink p {
    color: white; }
  .home-water-system.element .home-hero-banner .holder .inner-container .left .buttons .button-2 #buttonLink:hover {
    background: #2E4EC6;
    color: white; }
    .home-water-system.element .home-hero-banner .holder .inner-container .left .buttons .button-2 #buttonLink:hover p {
      color: white; }
  .home-water-system.element .home-hero-banner .holder .inner-container .left .buttons .button-2 #buttonLink:active {
    background: #3FD2A3;
    color: white; }
    .home-water-system.element .home-hero-banner .holder .inner-container .left .buttons .button-2 #buttonLink:active p {
      color: white; }

@media (min-width: 768px) {
  .home-water-system.element .two-col-info .inner-container {
    padding: 64px 0 0; } }

@media (max-width: 767px) {
  .home-water-system.element .two-col-info .inner-container {
    padding: 28px 28px 0; } }

.home-water-system.element .two-col-info .desc {
  margin-bottom: 0; }
  .home-water-system.element .two-col-info .desc p a {
    font-size: 28px !important;
    text-decoration: none; }
    @media (max-width: 767px) {
      .home-water-system.element .two-col-info .desc p a {
        font-size: 18px !important; } }

.home-water-system.element .comparison-table-image .holder {
  padding: 0; }
  @media (max-width: 767px) {
    .home-water-system.element .comparison-table-image .holder {
      padding: 0 28px; } }

@media (min-width: 768px) {
  .home-water-system.element .info-section .inner-container {
    padding-top: 32px; } }

@media (max-width: 767px) {
  .home-water-system.element .info-section .inner-container {
    padding-bottom: 0; } }

.home-water-system.element .info-section .d-flex {
  align-items: center;
  justify-content: center;
  gap: 50px; }
  @media (max-width: 767px) {
    .home-water-system.element .info-section .d-flex {
      gap: 0; } }
  .home-water-system.element .info-section .d-flex .col {
    flex: unset; }
    @media (max-width: 767px) {
      .home-water-system.element .info-section .d-flex .col {
        flex: 1 1 33.333333%;
        padding: 0 10px; } }
    .home-water-system.element .info-section .d-flex .col h3 [class*=simple-text], .home-water-system.element .info-section .d-flex .col h3 p {
      text-align: center !important; }
    @media (max-width: 767px) {
      .home-water-system.element .info-section .d-flex .col .img-holder {
        position: static;
        max-width: unset; } }
    .home-water-system.element .info-section .d-flex .col .img-holder img {
      height: 300px !important; }
      @media (max-width: 767px) {
        .home-water-system.element .info-section .d-flex .col .img-holder img {
          height: auto !important; } }

.home-water-system.element .vp-video .holder {
  padding-bottom: 0;
  margin: 0; }

.home-water-system.element .how-it-works .inner-container {
  padding-top: 0; }

.home-water-system.element .how-it-works .how-it-works-carousel .slick-arrow {
  display: none; }

.home-water-system.element-2 .features .inner-container {
  background-position: center calc(50% + 60px);
  background-size: 500px; }
  @media (max-width: 767px) {
    .home-water-system.element-2 .features .inner-container {
      background-size: 35vh;
      background-position: center 195px; } }

.home-water-system.element-1 .vp-video .holder {
  padding-bottom: 0; }

@media (max-width: 767px) {
  .home-water-system.element-1 .image-with-text + .image-with-text {
    margin-top: 56px; } }

.home-water-system.element-alt .features .inner-container {
  background-position: center 250px;
  background-size: 500px; }
  @media (max-width: 767px) {
    .home-water-system.element-alt .features .inner-container {
      background-size: 35vh;
      background-position: center 195px; } }

.home-water-system.element-alt .features .columns-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .home-water-system.element-alt .features .columns-container {
      display: block; } }
  .home-water-system.element-alt .features .columns-container .columns-holder {
    margin: 0;
    display: block;
    flex: 0 0 30%;
    max-width: 475px;
    position: relative; }
    @media (max-width: 767px) {
      .home-water-system.element-alt .features .columns-container .columns-holder {
        flex: 0 0 100%;
        max-width: unset;
        padding: 0 14px; } }
    @media (max-width: 767px) {
      .home-water-system.element-alt .features .columns-container .columns-holder + .columns-holder {
        margin-top: 45px; } }
    .home-water-system.element-alt .features .columns-container .columns-holder .col {
      position: relative;
      flex: auto; }
      @media (max-width: 767px) {
        .home-water-system.element-alt .features .columns-container .columns-holder .col {
          flex: 0 0 100%;
          padding: 0;
          padding-left: 56px; } }
      .home-water-system.element-alt .features .columns-container .columns-holder .col + .col {
        margin-top: 25px; }
        @media (max-width: 767px) {
          .home-water-system.element-alt .features .columns-container .columns-holder .col + .col {
            margin-top: 45px; } }
      .home-water-system.element-alt .features .columns-container .columns-holder .col .img-holder {
        height: 50px; }
        @media (max-width: 767px) {
          .home-water-system.element-alt .features .columns-container .columns-holder .col .img-holder {
            height: auto;
            position: absolute;
            left: 0;
            max-width: 32px;
            margin: 0; } }
        .home-water-system.element-alt .features .columns-container .columns-holder .col .img-holder img {
          max-height: 50px; }
          @media (max-width: 767px) {
            .home-water-system.element-alt .features .columns-container .columns-holder .col .img-holder img {
              max-height: unset;
              height: 7vh !important; } }
      @media (max-width: 767px) {
        .home-water-system.element-alt .features .columns-container .columns-holder .col h3 *[class*="simple-text"] {
          text-align: left !important; } }
      @media (max-width: 767px) {
        .home-water-system.element-alt .features .columns-container .columns-holder .col h3 p {
          text-align: left !important; } }
      .home-water-system.element-alt .features .columns-container .columns-holder .col .desc {
        display: none; }
        @media (max-width: 767px) {
          .home-water-system.element-alt .features .columns-container .columns-holder .col .desc *[class*="simple-text"] {
            text-align: left !important; } }
        @media (max-width: 767px) {
          .home-water-system.element-alt .features .columns-container .columns-holder .col .desc p {
            text-align: left !important; } }
        @media (max-width: 767px) {
          .home-water-system.element-alt .features .columns-container .columns-holder .col .desc p br {
            display: none; } }

.home-water-system.element-alt .features .img-holder {
  margin-bottom: 17px; }
  @media (max-width: 767px) {
    .home-water-system.element-alt .features .img-holder {
      margin-bottom: 7px; } }

.home-water-system.element-alt .features h3 {
  margin-bottom: 8px; }
  @media (max-width: 767px) {
    .home-water-system.element-alt .features h3 {
      margin-bottom: 2px; } }
  @media (max-width: 767px) {
    .home-water-system.element-alt .features h3.has-content [id*="sd-simple-text-editable"] {
      width: 100%; } }
  @media (max-width: 767px) {
    .home-water-system.element-alt .features h3.has-content p {
      padding-right: 20px; } }
  .home-water-system.element-alt .features h3.has-content p.active::before {
    transform: rotate(180deg) translateY(-50%); }
  .home-water-system.element-alt .features h3.has-content p.active::after {
    opacity: 0;
    transform: rotate(180deg) translateY(-50%); }
  .home-water-system.element-alt .features h3.has-content p::before {
    content: '';
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    transform: rotate(0deg) translateY(-50%);
    height: 3px;
    width: 18px;
    background-color: #2E4EC6;
    transition: all 300ms ease; }
    @media (max-width: 767px) {
      .home-water-system.element-alt .features h3.has-content p::before {
        left: auto;
        right: 0; } }
  .home-water-system.element-alt .features h3.has-content p::after {
    content: '';
    opacity: 1;
    position: absolute;
    left: calc(100% + 17px);
    top: 50%;
    transform-origin: 50% 0%;
    transform: rotate(0deg) translateY(-50%);
    width: 3px;
    height: 18px;
    background-color: #2E4EC6;
    transition: all 300ms ease; }
    @media (max-width: 767px) {
      .home-water-system.element-alt .features h3.has-content p::after {
        left: auto;
        right: 7px; } }
  .home-water-system.element-alt .features h3 p {
    margin: 0 !important;
    font-size: 22px !important;
    font-family: konnect-regular, sans-serif;
    font-weight: 400 !important;
    line-height: 1.42 !important;
    text-align: center !important;
    color: #333 !important;
    position: relative;
    cursor: pointer; }
    @media (max-width: 767px) {
      .home-water-system.element-alt .features h3 p {
        font-size: 16px !important;
        line-height: 1.5 !important;
        letter-spacing: -0.05px !important; } }

.home-water-system.element-alt .features .desc p {
  margin: 0 !important;
  font-size: 16px !important;
  font-family: konnect-regular, sans-serif;
  font-weight: 400 !important;
  line-height: 1.53 !important;
  letter-spacing: -0.05px !important;
  text-align: center !important;
  color: #333 !important; }
  @media (max-width: 767px) {
    .home-water-system.element-alt .features .desc p {
      font-size: 14px !important;
      line-height: 1.46 !important;
      letter-spacing: -0.05px !important; } }

.home-water-system.element-alt .image-with-text .text .heading-holder h2 {
  margin: 0 auto;
  margin-bottom: 18px;
  font-weight: bold !important; }
  @media (max-width: 767px) {
    .home-water-system.element-alt .image-with-text .text .heading-holder h2 {
      margin: 11px 0; } }
  @media (max-width: 767px) {
    .home-water-system.element-alt .image-with-text .text .heading-holder h2 [class*="sd-simple-text"] {
      text-align: center !important; } }
  .home-water-system.element-alt .image-with-text .text .heading-holder h2 p {
    margin: 0 !important;
    font-size: 36px !important;
    font-weight: bold !important;
    line-height: 1.19 !important;
    color: #333 !important;
    text-transform: none !important; }
    @media (max-width: 767px) {
      .home-water-system.element-alt .image-with-text .text .heading-holder h2 p {
        font-size: 22px !important;
        line-height: 1.14 !important;
        letter-spacing: -0.05px !important;
        text-align: center !important; } }

.home-water-system.element-alt .info-section.v2 .holder {
  padding-bottom: 64px; }
  @media (max-width: 767px) {
    .home-water-system.element-alt .info-section.v2 .holder {
      padding-bottom: 28px; } }

@media (max-width: 767px) {
  .home-water-system.element-alt .info-section.v2 .d-flex .col {
    padding-left: 0; } }

@media (max-width: 767px) {
  .home-water-system.element-alt .info-section.v2 .d-flex .col .img-holder {
    position: static;
    max-width: unset; } }

.home-water-system.element-alt .info-section.v2 .d-flex .col .img-holder img {
  height: auto !important; }

.home-water-system.element-alt .info-section .heading-holder.has-bg h2 p {
  color: #fff !important; }

.home-water-system.element-alt .info-section h2 {
  margin: 0 auto;
  margin-bottom: 18px; }
  @media (max-width: 767px) {
    .home-water-system.element-alt .info-section h2 {
      margin: 11px 0; } }
  @media (max-width: 767px) {
    .home-water-system.element-alt .info-section h2 [class*="sd-simple-text"] {
      text-align: center !important; } }
  .home-water-system.element-alt .info-section h2 p {
    margin: 0 !important;
    font-size: 36px !important;
    font-weight: bold !important;
    line-height: 1.19 !important;
    color: #333 !important;
    text-transform: none !important; }
    @media (max-width: 767px) {
      .home-water-system.element-alt .info-section h2 p {
        font-size: 22px !important;
        line-height: 1.14 !important;
        letter-spacing: -0.05px !important;
        text-align: center !important; } }

@media (max-width: 767px) {
  .home-water-system.element-alt .info-section .d-flex .col h3 [class*=simple-text], .home-water-system.element-alt .info-section .d-flex .col h3 p {
    text-align: left !important; } }

@media (max-width: 767px) {
  .home-water-system.element-alt .info-section .d-flex .col .desc p, .home-water-system.element-alt .info-section .d-flex .col .desc *[class*="simple-text"] {
    text-align: left !important; } }

@media (max-width: 767px) {
  .home-water-system.element-alt .info-section .d-flex .col .img-holder img {
    height: 7vh !important; } }

@media (max-width: 767px) {
  .home-water-system.element-alt .info-section .d-flex .col .desc {
    height: 7vh;
    display: flex;
    align-items: center; } }

@media (max-width: 767px) {
  .home-water-system.element-alt .info-section .d-flex .col .desc > div {
    flex-grow: 1; } }

@media (min-width: 768px) {
  .home-water-system.element-alt .technology.v2 .technology-carousel .item .bg-holder h5 {
    max-width: 700px;
    margin: auto !important;
    margin-bottom: 32px !important; } }

.home-water-system.element-alt .technology.v2 .technology-carousel .item .bg-holder h5 p {
  line-height: 1.3 !important; }
  @media (min-width: 768px) {
    .home-water-system.element-alt .technology.v2 .technology-carousel .item .bg-holder h5 p {
      font-size: 24px !important; } }

.home-water-system.element-alt .technology .heading-holder.has-bg h2 p {
  color: #fff !important; }

.home-water-system.element-alt .technology h2 {
  margin: 0 auto;
  margin-bottom: 18px; }
  @media (max-width: 767px) {
    .home-water-system.element-alt .technology h2 {
      margin: 11px 0; } }
  @media (max-width: 767px) {
    .home-water-system.element-alt .technology h2 [class*="sd-simple-text"] {
      text-align: center !important; } }
  .home-water-system.element-alt .technology h2 p {
    margin: 0 !important;
    font-size: 36px !important;
    font-weight: bold !important;
    line-height: 1.19 !important;
    color: #333 !important;
    text-transform: none !important; }
    @media (max-width: 767px) {
      .home-water-system.element-alt .technology h2 p {
        font-size: 22px !important;
        line-height: 1.14 !important;
        letter-spacing: -0.05px !important;
        text-align: center !important; } }

@media (max-width: 767px) {
  .home-water-system.element-alt .technology .inner-container {
    padding: 28px 0; } }

.home-water-system.element-alt .two-col-info h2 {
  margin: 0 auto;
  margin-bottom: 18px; }
  @media (max-width: 767px) {
    .home-water-system.element-alt .two-col-info h2 {
      margin: 11px 0; } }
  @media (max-width: 767px) {
    .home-water-system.element-alt .two-col-info h2 [class*="sd-simple-text"] {
      text-align: center !important; } }
  .home-water-system.element-alt .two-col-info h2 p {
    margin: 0 !important;
    font-size: 36px !important;
    font-weight: bold !important;
    line-height: 1.19 !important;
    color: #333 !important;
    text-transform: none !important; }
    @media (max-width: 767px) {
      .home-water-system.element-alt .two-col-info h2 p {
        font-size: 22px !important;
        line-height: 1.14 !important;
        letter-spacing: -0.05px !important;
        text-align: center !important; } }

.home-water-system.element-alt .two-col-info .col-row .col .col-bg .img-holder {
  margin: 0; }
  .home-water-system.element-alt .two-col-info .col-row .col .col-bg .img-holder img {
    height: auto !important; }

.home-water-system.element-alt .kitchen-showcase.green h2 {
  margin: 0 auto;
  margin-bottom: 18px; }
  @media (max-width: 767px) {
    .home-water-system.element-alt .kitchen-showcase.green h2 {
      margin: 11px 0; } }
  @media (max-width: 767px) {
    .home-water-system.element-alt .kitchen-showcase.green h2 [class*="sd-simple-text"] {
      text-align: center !important; } }
  .home-water-system.element-alt .kitchen-showcase.green h2 p {
    margin: 0 !important;
    font-size: 36px !important;
    font-weight: bold !important;
    line-height: 1.19 !important;
    color: #ffffff !important;
    text-transform: none !important; }
    @media (max-width: 767px) {
      .home-water-system.element-alt .kitchen-showcase.green h2 p {
        font-size: 22px !important;
        line-height: 1.14 !important;
        letter-spacing: -0.05px !important;
        text-align: center !important; } }

@media (max-width: 767px) {
  .home-water-system.element-alt .kitchen-showcase.green .bg-holder {
    padding: 28px; } }

@media (max-width: 767px) {
  .home-water-system.element-alt .kitchen-showcase.green h5 p {
    font-size: 14.4px !important; } }

@media (max-width: 575px) {
  .home-water-system.element-alt .table-wrapper {
    overflow: auto; } }

.home-water-system.element-alt .table-wrapper .small-12, .home-water-system.element-alt .table-wrapper .form-group-wrapper .form-group, .form-group-wrapper .home-water-system.element-alt .table-wrapper .form-group {
  padding-bottom: 60px; }
  @media (max-width: 575px) {
    .home-water-system.element-alt .table-wrapper .small-12, .home-water-system.element-alt .table-wrapper .form-group-wrapper .form-group, .form-group-wrapper .home-water-system.element-alt .table-wrapper .form-group {
      padding-bottom: 30px;
      padding-top: 30px; } }

.home-water-system.element-alt .table-wrapper .container, .home-water-system.element-alt .table-wrapper .page-heading, .home-water-system.element-alt .table-wrapper .alertBox {
  padding-top: 60px; }
  @media (max-width: 767px) {
    .home-water-system.element-alt .table-wrapper .container, .home-water-system.element-alt .table-wrapper .page-heading, .home-water-system.element-alt .table-wrapper .alertBox {
      padding-top: 30px; } }

.home-water-system.element-alt .table-wrapper h2 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .home-water-system.element-alt .table-wrapper h2 {
      padding: 0 16px;
      margin-bottom: 28px; } }
  .home-water-system.element-alt .table-wrapper h2 p {
    margin: 0 !important;
    font-size: 40px !important;
    font-family: konnect-regular, sans-serif;
    font-weight: 300 !important;
    line-height: 1.23 !important;
    text-align: center !important;
    color: #333 !important; }
    @media (max-width: 767px) {
      .home-water-system.element-alt .table-wrapper h2 p {
        font-size: 22px !important;
        line-height: 1.18 !important;
        letter-spacing: -0.05px !important; } }

.home-water-system.element-alt .table-wrapper .desc {
  margin-bottom: 24px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .home-water-system.element-alt .table-wrapper .desc p {
    font-size: 16px !important;
    font-family: konnect-regular, sans-serif !important;
    line-height: 1.53 !important;
    text-align: center !important;
    color: #333333 !important; }

.home-water-system.element-alt .table-wrapper table {
  max-width: 800px;
  margin: auto;
  font-family: 'konnect'; }
  @media (max-width: 575px) {
    .home-water-system.element-alt .table-wrapper table {
      width: 100%;
      table-layout: auto; } }
  .home-water-system.element-alt .table-wrapper table td,
  .home-water-system.element-alt .table-wrapper table th {
    border: 1px solid #ececec;
    padding: 0.5em;
    font-size: 16px;
    line-height: 1.5; }
    @media (max-width: 575px) {
      .home-water-system.element-alt .table-wrapper table td,
      .home-water-system.element-alt .table-wrapper table th {
        font-size: 14px; } }
  .home-water-system.element-alt .table-wrapper table tr {
    border: 1px solid #ececec; }
  .home-water-system.element-alt .table-wrapper table small {
    font-size: 80%;
    position: relative;
    top: -2px; }
    .home-water-system.element-alt .table-wrapper table small a {
      font-size: inherit; }
  .home-water-system.element-alt .table-wrapper table .dash {
    display: inline-block;
    vertical-align: middle;
    height: 3px;
    width: 10px;
    background-color: #A6A6A6; }

.home-water-system.element-alt .table-wrapper .actions {
  max-width: 800px;
  margin: 20px auto 0;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px; }

.home-water-system.element-alt .parallax-custom h2 {
  margin: 0 auto;
  margin-bottom: 18px; }
  @media (max-width: 767px) {
    .home-water-system.element-alt .parallax-custom h2 {
      margin: 11px 0; } }
  @media (max-width: 767px) {
    .home-water-system.element-alt .parallax-custom h2 [class*="sd-simple-text"] {
      text-align: center !important; } }
  .home-water-system.element-alt .parallax-custom h2 p {
    margin: 0 !important;
    font-size: 36px !important;
    font-weight: bold !important;
    line-height: 1.19 !important;
    color: #333 !important;
    text-transform: none !important; }
    @media (max-width: 767px) {
      .home-water-system.element-alt .parallax-custom h2 p {
        font-size: 22px !important;
        line-height: 1.14 !important;
        letter-spacing: -0.05px !important;
        text-align: center !important; } }

.home-water-system.element-alt .parallax-custom .desc {
  margin-bottom: 0; }

.home-water-system.element-alt .parallax-custom .parallax-holder-v2 .items {
  padding-top: 0; }

.home-water-system.element-alt .features h2 {
  margin: 0 auto;
  margin-bottom: 18px; }
  @media (max-width: 767px) {
    .home-water-system.element-alt .features h2 {
      margin: 11px 0; } }
  @media (max-width: 767px) {
    .home-water-system.element-alt .features h2 [class*="sd-simple-text"] {
      text-align: center !important; } }
  .home-water-system.element-alt .features h2 p {
    margin: 0 !important;
    font-size: 36px !important;
    font-weight: bold !important;
    line-height: 1.19 !important;
    color: #333 !important;
    text-transform: none !important; }
    @media (max-width: 767px) {
      .home-water-system.element-alt .features h2 p {
        font-size: 22px !important;
        line-height: 1.14 !important;
        letter-spacing: -0.05px !important;
        text-align: center !important; } }

.home-water-system.element-alt .features .columns-container .columns-holder .col h3 *[id*="simple-text"] {
  display: block !important; }

.home-water-system.element-alt .features h3 {
  margin-bottom: 0;
  height: 7vh;
  display: flex;
  align-items: center; }
  .home-water-system.element-alt .features h3 > div {
    flex-grow: 1; }

.home-water-system.element-alt .vp-video h2 {
  margin: 0 auto;
  margin-bottom: 18px; }
  @media (max-width: 767px) {
    .home-water-system.element-alt .vp-video h2 {
      margin: 11px 0; } }
  @media (max-width: 767px) {
    .home-water-system.element-alt .vp-video h2 [class*="sd-simple-text"] {
      text-align: center !important; } }
  .home-water-system.element-alt .vp-video h2 p {
    margin: 0 !important;
    font-size: 36px !important;
    font-weight: bold !important;
    line-height: 1.19 !important;
    color: #333 !important;
    text-transform: none !important; }
    @media (max-width: 767px) {
      .home-water-system.element-alt .vp-video h2 p {
        font-size: 22px !important;
        line-height: 1.14 !important;
        letter-spacing: -0.05px !important;
        text-align: center !important; } }

.home-water-system.element-alt .basic-accordion .container, .home-water-system.element-alt .basic-accordion .page-heading, .home-water-system.element-alt .basic-accordion .alertBox {
  padding: 28px 0; }

.home-water-system.element-alt .basic-accordion .holder {
  background-color: #f2f2f2; }

.home-water-system.element-alt .basic-accordion h2 {
  margin: 0 auto;
  margin-bottom: 18px;
  font-size: 36px !important;
  font-weight: bold !important;
  line-height: 1.19 !important;
  color: #333 !important;
  text-transform: none !important; }
  @media (max-width: 767px) {
    .home-water-system.element-alt .basic-accordion h2 {
      font-size: 22px !important;
      line-height: 1.14 !important;
      letter-spacing: -0.05px !important;
      text-align: center !important; } }
  @media (max-width: 767px) {
    .home-water-system.element-alt .basic-accordion h2 {
      margin: 11px 0; } }
  @media (max-width: 767px) {
    .home-water-system.element-alt .basic-accordion h2 [class*="sd-simple-text"] {
      text-align: center !important; } }

@media (max-width: 767px) {
  .home-water-system .info-section.no-button h2 P {
    font-size: 30px !important; } }

.home-water-system .info-section.v2 .holder {
  padding-bottom: 64px; }
  @media (max-width: 767px) {
    .home-water-system .info-section.v2 .holder {
      padding-bottom: 28px; } }

@media (max-width: 767px) {
  .home-water-system .info-section.v2 .d-flex .col {
    padding-left: 0; } }

@media (max-width: 767px) {
  .home-water-system .info-section.v2 .d-flex .col .img-holder {
    position: static;
    max-width: unset; } }

.home-water-system .info-section.v2 .d-flex .col .img-holder img {
  height: auto !important; }

@media (max-width: 767px) {
  .home-water-system .info-section .d-flex .col h3 [class*=simple-text], .home-water-system .info-section .d-flex .col h3 p {
    text-align: left !important; } }

@media (max-width: 767px) {
  .home-water-system .info-section .d-flex .col .desc p {
    text-align: left !important; } }

@media (max-width: 767px) {
  .home-water-system .technology .inner-container {
    padding: 28px 0; } }

.home-water-system .two-col-info .col-row .col .col-bg .img-holder {
  margin: 0; }
  .home-water-system .two-col-info .col-row .col .col-bg .img-holder img {
    height: auto !important; }

@media (max-width: 767px) {
  .home-water-system .kitchen-showcase.green .bg-holder {
    padding: 28px; } }

@media (max-width: 767px) {
  .home-water-system .kitchen-showcase.green h5 p {
    font-size: 14.4px !important; } }

@media (max-width: 575px) {
  .home-water-system .table-wrapper {
    overflow: auto; } }

.home-water-system .table-wrapper .small-12, .home-water-system .table-wrapper .form-group-wrapper .form-group, .form-group-wrapper .home-water-system .table-wrapper .form-group {
  padding-bottom: 60px; }
  @media (max-width: 575px) {
    .home-water-system .table-wrapper .small-12, .home-water-system .table-wrapper .form-group-wrapper .form-group, .form-group-wrapper .home-water-system .table-wrapper .form-group {
      padding-bottom: 30px;
      padding-top: 30px; } }

.home-water-system .table-wrapper .container, .home-water-system .table-wrapper .page-heading, .home-water-system .table-wrapper .alertBox {
  padding-top: 60px; }
  @media (max-width: 767px) {
    .home-water-system .table-wrapper .container, .home-water-system .table-wrapper .page-heading, .home-water-system .table-wrapper .alertBox {
      padding-top: 30px; } }

.home-water-system .table-wrapper h2 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .home-water-system .table-wrapper h2 {
      padding: 0 16px;
      margin-bottom: 28px; } }
  .home-water-system .table-wrapper h2 p {
    margin: 0 !important;
    font-size: 40px !important;
    font-family: konnect-regular, sans-serif;
    font-weight: 300 !important;
    line-height: 1.23 !important;
    text-align: center !important;
    color: #333 !important; }
    @media (max-width: 767px) {
      .home-water-system .table-wrapper h2 p {
        font-size: 22px !important;
        line-height: 1.18 !important;
        letter-spacing: -0.05px !important; } }

.home-water-system .table-wrapper .desc {
  margin-bottom: 24px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .home-water-system .table-wrapper .desc p {
    font-size: 16px !important;
    font-family: konnect-regular, sans-serif !important;
    line-height: 1.53 !important;
    text-align: center !important;
    color: #333333 !important; }

.home-water-system .table-wrapper table {
  max-width: 800px;
  margin: auto;
  font-family: 'konnect'; }
  @media (max-width: 575px) {
    .home-water-system .table-wrapper table {
      width: 100%;
      table-layout: auto; } }
  .home-water-system .table-wrapper table td,
  .home-water-system .table-wrapper table th {
    border: 1px solid #ececec;
    padding: 0.5em;
    font-size: 16px;
    line-height: 1.5; }
    @media (max-width: 575px) {
      .home-water-system .table-wrapper table td,
      .home-water-system .table-wrapper table th {
        font-size: 14px; } }
  .home-water-system .table-wrapper table tr {
    border: 1px solid #ececec; }
  .home-water-system .table-wrapper table small {
    font-size: 80%;
    position: relative;
    top: -2px; }
    .home-water-system .table-wrapper table small a {
      font-size: inherit; }
  .home-water-system .table-wrapper table .dash {
    display: inline-block;
    vertical-align: middle;
    height: 3px;
    width: 10px;
    background-color: #A6A6A6; }

.home-water-system .table-wrapper .actions {
  max-width: 800px;
  margin: 20px auto 0;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px; }

[data-sub-layout="ca001ed4-196c-4a6b-bcd9-d096acba9be4"] {
  max-width: 1600px !important;
  margin: auto; }

[data-sub-layout="5ea343cc-441b-488a-b8d7-39cb8d01feba"] {
  max-width: 1600px !important;
  margin: auto; }

[data-sub-layout="01b6a18c-329c-4e30-a0ee-2d777e1796e5"] {
  max-width: 1600px !important;
  margin: auto; }

[data-sub-layout-container="4fa5944e-b714-4739-9f3c-e6e5394fc874"] {
  max-width: 1600px !important;
  margin: auto; }

[data-sub-layout-container="f88c6718-0fe8-4feb-84e3-ea8f63d508e7"] {
  max-width: 1600px !important;
  margin: auto; }

[data-sub-layout="b3fa6bd0-67a7-4080-a7ed-410b7dc32c26"] {
  max-width: 1600px !important;
  margin: auto; }

[data-sub-layout-container="b6ec3af2-f48d-430d-b944-88a25937980c"] {
  max-width: 1600px !important;
  margin: auto; }

.customZIndex {
  z-index: 0 !important; }

#sd-simple-text-editable-73e8478e-3ae1-40d6-9a56-908bf88ae8a1 p {
  font-family: "konnect", serif;
  line-height: 1.2;
  color: #fff; }
  @media screen and (max-width: 475px) {
    #sd-simple-text-editable-73e8478e-3ae1-40d6-9a56-908bf88ae8a1 p {
      font-size: 22px; } }

#sd-simple-text-editable-e0355615-8643-4149-865e-956c0c171295 p {
  font-family: "konnect", serif;
  line-height: 1.2;
  color: #fff;
  font-weight: 700; }
  @media screen and (max-width: 475px) {
    #sd-simple-text-editable-e0355615-8643-4149-865e-956c0c171295 p {
      font-size: 22px; } }

.sd-simple-text-e0355615-8643-4149-865e-956c0c171295 {
  background: linear-gradient(90deg, #3bbb92, #01484c); }
  @media screen and (max-width: 475px) {
    .sd-simple-text-e0355615-8643-4149-865e-956c0c171295 {
      -webkit-mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
      -webkit-mask-composite: source-in,source-over,xor;
      margin-top: -10px !important;
      padding: 30px 20px !important; } }

.sd-simple-text-73e8478e-3ae1-40d6-9a56-908bf88ae8a1 {
  padding-block: 50px !important; }
  @media screen and (max-width: 767px) {
    .sd-simple-text-73e8478e-3ae1-40d6-9a56-908bf88ae8a1 {
      padding: 30px 20px !important; } }

[data-layout-name="heading-below-video"] {
  position: relative; }
  [data-layout-name="heading-below-video"]::before {
    border-radius: 100%;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: -20px;
    left: -1px;
    right: -1px;
    height: 0;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    z-index: 1; }
    @media screen and (max-width: 475px) {
      [data-layout-name="heading-below-video"]::before {
        background-repeat: no-repeat;
        height: 0;
        top: 0; } }
  [data-layout-name="heading-below-video"]::after {
    background: url(../img/nav-divider-v2.png) top left;
    background-repeat: no-repeat;
    content: '';
    position: absolute !important;
    bottom: 0 !important;
    left: -1px !important;
    right: -1px !important;
    height: 20px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    z-index: 1;
    top: unset !important; }
    @media screen and (max-width: 475px) {
      [data-layout-name="heading-below-video"]::after {
        background-repeat: no-repeat;
        height: 0px; } }

.features-redesign h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2; }
  @media screen and (max-width: 475px) {
    .features-redesign h2 {
      font-size: 22px; } }

.features-redesign h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  display: block !important;
  margin-bottom: 30px !important; }
  @media screen and (max-width: 475px) {
    .features-redesign h3 {
      font-size: 18px;
      margin-bottom: -10px !important;
      margin-top: 20px; } }

.features-redesign .inner-container {
  background-position: center 140px !important;
  background-size: 370px !important;
  padding-top: 0px;
  padding-bottom: 64px; }
  @media screen and (max-width: 475px) {
    .features-redesign .inner-container {
      background-position: -250px 70px !important;
      background-size: 500px !important;
      padding-bottom: 50px; } }
  .features-redesign .inner-container .columns-container .left {
    text-align: right; }
    @media screen and (max-width: 475px) {
      .features-redesign .inner-container .columns-container .left {
        text-align: left; } }
  .features-redesign .inner-container .columns-container .col .tooltip-btn {
    display: inline-block;
    position: relative;
    top: -2px;
    margin-left: 5px; }
    @media screen and (max-width: 475px) {
      .features-redesign .inner-container .columns-container .col .tooltip-btn {
        margin-left: 0;
        margin-right: 5px; } }
    .features-redesign .inner-container .columns-container .col .tooltip-btn .tooltip-icon {
      display: inline-block;
      border-radius: 50%;
      background: #2E4EC6;
      color: #fff;
      width: 15px;
      height: 15px;
      border-radius: 999px;
      border: 3px solid #70AD9C;
      line-height: 14px;
      font-size: 12px;
      font-weight: bold;
      font-family: serif;
      text-align: center;
      box-sizing: content-box; }
    .features-redesign .inner-container .columns-container .col .tooltip-btn:hover::before, .features-redesign .inner-container .columns-container .col .tooltip-btn:hover::after {
      visibility: visible;
      opacity: 1; }
    .features-redesign .inner-container .columns-container .col .tooltip-btn::before {
      content: attr(data-tooltip-title);
      bottom: unset !important;
      z-index: 500 !important;
      box-shadow: none !important;
      padding-top: 10px !important;
      font-weight: 700 !important; }
      @media screen and (max-width: 475px) {
        .features-redesign .inner-container .columns-container .col .tooltip-btn::before {
          padding-top: 5px !important; } }
    .features-redesign .inner-container .columns-container .col .tooltip-btn::before, .features-redesign .inner-container .columns-container .col .tooltip-btn::after {
      opacity: 0;
      visibility: hidden;
      padding: 40px 20px 10px;
      position: absolute !important;
      z-index: 400;
      left: 50%;
      transform: translateX(-50%);
      font-size: 14px;
      font-weight: normal;
      white-space: nowrap;
      color: #333;
      background-color: #ffffff;
      box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
      text-align: center;
      text-wrap: wrap;
      width: 200px; }
      @media (max-width: 767px) {
        .features-redesign .inner-container .columns-container .col .tooltip-btn::before, .features-redesign .inner-container .columns-container .col .tooltip-btn::after {
          min-width: 100%;
          white-space: normal; } }
    .features-redesign .inner-container .columns-container .col .tooltip-btn::after {
      content: attr(data-tooltip); }
  @media screen and (max-width: 475px) {
    .features-redesign .inner-container .columns-container .col {
      padding-left: 160px !important; }
      .features-redesign .inner-container .columns-container .col p {
        display: flex; }
        .features-redesign .inner-container .columns-container .col p span {
          order: 2; }
        .features-redesign .inner-container .columns-container .col p a {
          order: 1; } }

.features-redesign .inner-container .columns-container .right .col .tooltip-btn {
  margin-right: 5px; }

.kitchen-showcase-redesign h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 475px) {
    .kitchen-showcase-redesign h2 {
      font-size: 22px; } }

.kitchen-showcase-redesign h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  display: block !important;
  margin-bottom: 30px; }
  @media screen and (max-width: 475px) {
    .kitchen-showcase-redesign h3 {
      font-size: 18px; } }

@media screen and (max-width: 475px) {
  .technology-redesign p {
    font-size: 14px; } }

.technology-redesign .inner-container {
  padding: 40px 0; }
  .technology-redesign .inner-container h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center; }
    @media screen and (max-width: 475px) {
      .technology-redesign .inner-container h2 {
        font-size: 22px; } }
  .technology-redesign .inner-container h3 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    display: block !important;
    margin-bottom: 30px; }
    @media screen and (max-width: 475px) {
      .technology-redesign .inner-container h3 {
        font-size: 18px; } }
  @media screen and (max-width: 475px) {
    .technology-redesign .inner-container .technology-carousel .slick-prev {
      top: 20%; } }
  @media screen and (max-width: 475px) {
    .technology-redesign .inner-container .technology-carousel .slick-next {
      top: 20%; } }
  @media screen and (max-width: 475px) {
    .technology-redesign .inner-container .technology-carousel .bg-holder {
      box-shadow: none !important; } }

.sd-simple-text-73e8478e-3ae1-40d6-9a56-908bf88ae8a1 {
  background: linear-gradient(90deg, #3bbb92, #01484c); }
  @media screen and (max-width: 475px) {
    .sd-simple-text-73e8478e-3ae1-40d6-9a56-908bf88ae8a1 {
      -webkit-mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
      -webkit-mask-composite: source-in,source-over,xor;
      margin-top: -10px !important; } }

.sd-simple-text-7c72dc90-3c88-4b4c-91d8-ac0b155c2aa2 {
  background: linear-gradient(90deg, #3bbb92, #01484c); }
  @media screen and (max-width: 767px) {
    .sd-simple-text-7c72dc90-3c88-4b4c-91d8-ac0b155c2aa2 {
      -webkit-mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
      -webkit-mask-composite: source-in,source-over,xor;
      margin-top: -10px !important;
      padding: 30px 20px !important; } }
  .sd-simple-text-7c72dc90-3c88-4b4c-91d8-ac0b155c2aa2 p {
    line-height: 1.2;
    color: #fff;
    font-size: 30px; }
    @media screen and (max-width: 767px) {
      .sd-simple-text-7c72dc90-3c88-4b4c-91d8-ac0b155c2aa2 p {
        font-size: 22px; } }

.right-text-redesign {
  padding: 30px 0; }
  .right-text-redesign .container .inner-container .holder .image, .right-text-redesign .page-heading .inner-container .holder .image, .right-text-redesign .alertBox .inner-container .holder .image {
    margin: auto;
    border-radius: 0 50px 50px 0;
    margin-left: calc((min(100vw,1600px) - 100%)/ -2); }
    @media screen and (max-width: 475px) {
      .right-text-redesign .container .inner-container .holder .image, .right-text-redesign .page-heading .inner-container .holder .image, .right-text-redesign .alertBox .inner-container .holder .image {
        border-radius: 0; } }
  .right-text-redesign .container .inner-container .holder .text, .right-text-redesign .page-heading .inner-container .holder .text, .right-text-redesign .alertBox .inner-container .holder .text {
    margin-left: 50px; }
    @media screen and (max-width: 475px) {
      .right-text-redesign .container .inner-container .holder .text, .right-text-redesign .page-heading .inner-container .holder .text, .right-text-redesign .alertBox .inner-container .holder .text {
        margin-left: 0; } }
    .right-text-redesign .container .inner-container .holder .text h2, .right-text-redesign .page-heading .inner-container .holder .text h2, .right-text-redesign .alertBox .inner-container .holder .text h2 {
      text-align: center; }
    .right-text-redesign .container .inner-container .holder .text p, .right-text-redesign .page-heading .inner-container .holder .text p, .right-text-redesign .alertBox .inner-container .holder .text p {
      text-align: center; }
    .right-text-redesign .container .inner-container .holder .text .buttons, .right-text-redesign .page-heading .inner-container .holder .text .buttons, .right-text-redesign .alertBox .inner-container .holder .text .buttons {
      margin-top: 18px;
      text-align: center; }

.two-col-info-redesign .container .holder, .two-col-info-redesign .page-heading .holder, .two-col-info-redesign .alertBox .holder {
  display: flex;
  padding: 64px 0; }
  @media screen and (max-width: 475px) {
    .two-col-info-redesign .container .holder, .two-col-info-redesign .page-heading .holder, .two-col-info-redesign .alertBox .holder {
      display: block; } }
  .two-col-info-redesign .container .holder .text-section, .two-col-info-redesign .page-heading .holder .text-section, .two-col-info-redesign .alertBox .holder .text-section {
    margin: auto;
    max-width: 700px; }
    @media screen and (max-width: 475px) {
      .two-col-info-redesign .container .holder .text-section, .two-col-info-redesign .page-heading .holder .text-section, .two-col-info-redesign .alertBox .holder .text-section {
        padding: 0 28px 28px; } }
  .two-col-info-redesign .container .holder .col-gif, .two-col-info-redesign .page-heading .holder .col-gif, .two-col-info-redesign .alertBox .holder .col-gif {
    margin: auto; }
    @media screen and (max-width: 475px) {
      .two-col-info-redesign .container .holder .col-gif, .two-col-info-redesign .page-heading .holder .col-gif, .two-col-info-redesign .alertBox .holder .col-gif {
        padding: 0 28px; } }
    .two-col-info-redesign .container .holder .col-gif .col-row, .two-col-info-redesign .page-heading .holder .col-gif .col-row, .two-col-info-redesign .alertBox .holder .col-gif .col-row {
      display: block; }
      .two-col-info-redesign .container .holder .col-gif .col-row .col2, .two-col-info-redesign .page-heading .holder .col-gif .col-row .col2, .two-col-info-redesign .alertBox .holder .col-gif .col-row .col2 {
        margin-top: 30px; }

@media screen and (max-width: 475px) {
  .left-text-two .container .inner-container .holder .image, .left-text-two .page-heading .inner-container .holder .image, .left-text-two .alertBox .inner-container .holder .image {
    order: 2 !important;
    margin-top: 20px; } }

@media screen and (max-width: 475px) {
  .left-text-two .container .inner-container .holder .text, .left-text-two .page-heading .inner-container .holder .text, .left-text-two .alertBox .inner-container .holder .text {
    order: 1 !important;
    padding-top: 0; } }

.trustpilot-reviews-redesign .container .bg-holder, .trustpilot-reviews-redesign .page-heading .bg-holder, .trustpilot-reviews-redesign .alertBox .bg-holder {
  background-color: #fff; }
  .trustpilot-reviews-redesign .container .bg-holder .inner-container .holder .trustpilot-reviews-carousel .item-holder, .trustpilot-reviews-redesign .page-heading .bg-holder .inner-container .holder .trustpilot-reviews-carousel .item-holder, .trustpilot-reviews-redesign .alertBox .bg-holder .inner-container .holder .trustpilot-reviews-carousel .item-holder {
    background-color: #ececec;
    border: 3px solid #fff;
    background-color: transparent;
    box-shadow: unset; }

.home-cta-redesign .holder {
  background: none; }

#sd-simple-text-editable-0849b682-a822-4431-bcf6-3493715234cc p {
  font-weight: 700 !important;
  font-size: 36px !important; }
  @media screen and (max-width: 475px) {
    #sd-simple-text-editable-0849b682-a822-4431-bcf6-3493715234cc p {
      font-size: 22px !important; } }

#sd-simple-text-editable-d37b5866-cebc-4943-ae31-546b064302ed p {
  font-weight: 700 !important;
  font-size: 36px !important; }
  @media screen and (max-width: 475px) {
    #sd-simple-text-editable-d37b5866-cebc-4943-ae31-546b064302ed p {
      font-size: 22px !important; } }

.features-button .float {
  position: fixed;
  width: 150px;
  padding: 12px 0 12px;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50px;
  text-align: center;
  box-shadow: none;
  background-color: #2e4ec6;
  z-index: 999;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 475px) {
    .features-button .float {
      left: 50%;
      transform: translateX(-50%); } }

#chat-widget-container {
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 9 !important; }

@media screen and (max-width: 475px) {
  #gif-carousel .holder {
    padding: 0; } }

#gif-carousel .slick-next::before {
  background-image: url(../icons/custom/angle-right.svg);
  -webkit-filter: invert(38%) sepia(97%) saturate(311%) hue-rotate(112deg) brightness(93%) contrast(84%); }

#gif-carousel .slick-prev::before {
  background-image: url(../icons/custom/angle-left.svg);
  -webkit-filter: invert(38%) sepia(97%) saturate(311%) hue-rotate(112deg) brightness(93%) contrast(84%); }

.features-redesign-button.for-home-button {
  margin-top: 200px;
  text-align: center; }
  @media screen and (max-width: 475px) {
    .features-redesign-button.for-home-button {
      margin-top: 60px; } }

@media (min-width: 768px) {
  .replacement-parts .home-hero-banner .holder .fake-background img {
    height: 490px !important; } }

.slick-arrow {
  border-radius: 50% !important;
  width: 50px !important;
  height: 50px !important;
  box-shadow: 0px 3px 6px #ccc !important;
  border: 2px solid #F2F2F2 !important;
  background: #fff !important;
  z-index: 0 !important; }
  @media (max-width: 600px) {
    .slick-arrow {
      width: 35px !important;
      height: 35px !important;
      display: flex; } }
  .slick-arrow:before {
    width: 20px;
    height: 20px;
    margin: auto;
    opacity: 0 !important; }
    @media (max-width: 600px) {
      .slick-arrow:before {
        width: 15px !important;
        height: 15px !important;
        margin: auto; } }
  .slick-arrow:after {
    opacity: 0 !important; }

.slick-next {
  right: -20px !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E") !important;
  -webkit-filter: none !important;
  background-repeat: no-repeat !important;
  background-size: 50% 50% !important;
  background-position: center !important; }
  @media (max-width: 600px) {
    .slick-next {
      width: 35px !important;
      height: 35px !important; } }

.slick-prev {
  left: -20px !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E") !important;
  -webkit-filter: none !important;
  background-repeat: no-repeat !important;
  background-size: 50% 50% !important;
  background-position: center !important; }
  @media (max-width: 600px) {
    .slick-prev {
      width: 35px !important;
      height: 35px !important; } }

.replacement-parts-redesign .home-hero-banner .holder .fake-background img {
  height: 883px !important; }
  @media screen and (max-width: 767px) {
    .replacement-parts-redesign .home-hero-banner .holder .fake-background img {
      height: 540px !important; } }
  @media screen and (max-width: 600px) {
    .replacement-parts-redesign .home-hero-banner .holder .fake-background img {
      height: 343px !important; } }

@media screen and (min-width: 767px) {
  .replacement-parts-redesign #sd-image-d627d854-8d46-42ea-9c05-39f4e31eb68b {
    background-size: 148rem;
    background-position: left top; } }

@media screen and (max-width: 600px) {
  .replacement-parts-redesign #sd-image-d627d854-8d46-42ea-9c05-39f4e31eb68b {
    background-size: cover;
    margin-top: -47px; } }

@media screen and (max-width: 600px) {
  .replacement-parts-redesign .info-section .inner-container .sd-simple-text-d1343c04-3892-4504-a372-b715d6b946cc, .replacement-parts-redesign .info-section .inner-container .sd-simple-text-a044246e-071b-4804-a432-03912e58ffae {
    text-align: left; } }

.replacement-parts-redesign .info-section .inner-container > h2 {
  font-weight: 900;
  font-size: 40px;
  text-align: center; }

.replacement-parts-redesign .info-section .inner-container .row .col:nth-of-type(1) {
  margin-left: 0; }

.replacement-parts-redesign .info-section .inner-container .row .col:nth-of-type(2) {
  margin-right: 0; }

.replacement-parts-redesign .two-col-info-redesign .inner-container {
  padding: 6rem 0;
  border-bottom: 2px solid #ddd; }
  @media screen and (max-width: 767px) {
    .replacement-parts-redesign .two-col-info-redesign .inner-container {
      padding: 1rem 0; } }

.replacement-parts-redesign .two-col-info-redesign.last-section .inner-container {
  border-bottom: none;
  border-top: 2px solid #ddd; }
  .replacement-parts-redesign .two-col-info-redesign.last-section .inner-container > h2 {
    display: none;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    margin: 2rem 0; }
    @media screen and (max-width: 600px) {
      .replacement-parts-redesign .two-col-info-redesign.last-section .inner-container > h2 {
        display: block; } }
  @media screen and (max-width: 600px) {
    .replacement-parts-redesign .two-col-info-redesign.last-section .inner-container .col h2 {
      display: none; } }

.replacement-parts-redesign .two-col-info-redesign .row {
  display: grid;
  grid-template-columns: 50% 45%;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .replacement-parts-redesign .two-col-info-redesign .row {
      grid-template-columns: 100%; } }
  .replacement-parts-redesign .two-col-info-redesign .row.with-carousel {
    grid-template-columns: 40% 55%; }
    @media screen and (max-width: 767px) {
      .replacement-parts-redesign .two-col-info-redesign .row.with-carousel {
        grid-template-columns: 100%; } }
  .replacement-parts-redesign .two-col-info-redesign .row .col {
    padding: 0 15px; }
    @media screen and (max-width: 767px) {
      .replacement-parts-redesign .two-col-info-redesign .row .col {
        padding: 0 47px; }
        .replacement-parts-redesign .two-col-info-redesign .row .col.normal-section {
          padding: 2rem 47px; } }
    .replacement-parts-redesign .two-col-info-redesign .row .col h2 {
      font-size: 40px;
      font-weight: 900;
      padding: 0; }
      @media screen and (max-width: 767px) {
        .replacement-parts-redesign .two-col-info-redesign .row .col h2 {
          font-size: 30px; } }
    .replacement-parts-redesign .two-col-info-redesign .row .col p {
      text-align: left !important; }
    .replacement-parts-redesign .two-col-info-redesign .row .col img {
      border-radius: 28px; }
    .replacement-parts-redesign .two-col-info-redesign .row .col #gif-carousel {
      width: 100%; }
      .replacement-parts-redesign .two-col-info-redesign .row .col #gif-carousel .slick-list {
        z-index: -1 !important; }
      @media screen and (max-width: 600px) {
        .replacement-parts-redesign .two-col-info-redesign .row .col #gif-carousel .slick-next, .replacement-parts-redesign .two-col-info-redesign .row .col #gif-carousel .slick-prev {
          top: 35%; } }
      .replacement-parts-redesign .two-col-info-redesign .row .col #gif-carousel .holder {
        padding: 0; }
      .replacement-parts-redesign .two-col-info-redesign .row .col #gif-carousel p {
        text-align: center !important;
        font-weight: 900;
        padding: 1rem 0;
        font-size: 25px; }

@media (max-width: 767px) {
  .splitit .home-hero-banner .holder .inner-container .left {
    padding-left: 14px;
    padding-right: 14px; } }

.splitit .home-hero-banner .holder .inner-container .left .paragraph-holder p {
  font-size: 18px !important;
  margin-bottom: 16px !important; }
  @media (max-width: 767px) {
    .splitit .home-hero-banner .holder .inner-container .left .paragraph-holder p {
      font-size: 16px !important; } }

@media (max-width: 767px) {
  .splitit .home-hero-banner .holder .inner-container .left .paragraph-holder *[id*="sd-image"] {
    background-position: center !important; } }

@media (max-width: 767px) {
  .splitit .info-section h3 {
    margin-bottom: 14px; } }

@media (max-width: 767px) {
  .splitit .info-section .button-holder {
    margin-top: 0; } }

@media (max-width: 767px) {
  .splitit .info-section .d-flex .col {
    padding-left: 0; } }

@media (max-width: 767px) {
  .splitit .info-section .d-flex .col + .col {
    margin-top: 0; } }

@media (max-width: 767px) {
  .splitit .info-section .d-flex .col .img-holder {
    max-width: unset;
    position: static;
    margin: auto; } }

@media (max-width: 767px) {
  .splitit .info-section h2 p {
    font-size: 28px !important; } }

.splitit .info-section .inner-container {
  padding-bottom: 64px; }
  @media (max-width: 767px) {
    .splitit .info-section .inner-container {
      padding: 30px;
      padding-bottom: 28px; } }

@media (max-width: 767px) {
  .splitit .image-with-text .text {
    padding: 14px; } }

.splitit .image-with-text .text .link-holder {
  margin-top: 0; }
  @media (max-width: 767px) {
    .splitit .image-with-text .text .link-holder {
      margin-top: 14px; } }

.splitit .image-with-text .text .heading-holder {
  margin-bottom: 16px; }
  @media (max-width: 767px) {
    .splitit .image-with-text .text .heading-holder {
      margin-bottom: 5px; } }
  .splitit .image-with-text .text .heading-holder h2 {
    margin: 0; }
    @media (max-width: 767px) {
      .splitit .image-with-text .text .heading-holder h2 p, .splitit .image-with-text .text .heading-holder h2 [class*=sd-simple-text] {
        text-align: left !important; } }
    .splitit .image-with-text .text .heading-holder h2 p {
      font-size: 32px !important; }
      @media (max-width: 767px) {
        .splitit .image-with-text .text .heading-holder h2 p {
          font-size: 20px !important; } }

.splitit .image-with-text .text .content-holder {
  margin-bottom: 16px; }
  @media (max-width: 767px) {
    .splitit .image-with-text .text .content-holder {
      margin-bottom: 5px; } }
  @media (max-width: 767px) {
    .splitit .image-with-text .text .content-holder p, .splitit .image-with-text .text .content-holder [class*=sd-simple-text] {
      text-align: left !important; } }

.splitit .basic-accordion h2 {
  font-size: 40px;
  font-weight: 300; }
  @media (max-width: 767px) {
    .splitit .basic-accordion h2 {
      font-size: 28px; } }

.comparison-page .home-hero-banner.home-hero-banner-2 .inner-container {
  max-width: 1200px;
  padding-bottom: 30px; }

.comparison-page .home-hero-banner.home-hero-banner-2 .holder {
  background: linear-gradient(90deg, #3bbb92, #01484c); }
  @media (max-width: 767px) {
    .comparison-page .home-hero-banner.home-hero-banner-2 .holder {
      background: linear-gradient(0deg, #3bbb92, #01484c); } }
  @media (max-width: 767px) {
    .comparison-page .home-hero-banner.home-hero-banner-2 .holder .inner-container .left {
      margin-top: 15px;
      padding-left: 14px;
      padding-right: 14px; } }
  .comparison-page .home-hero-banner.home-hero-banner-2 .holder .image {
    margin-bottom: 0 !important;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 768px) {
      .comparison-page .home-hero-banner.home-hero-banner-2 .holder .image {
        max-width: 576px;
        width: 576px;
        min-width: 576px; } }
    @media (max-width: 767px) {
      .comparison-page .home-hero-banner.home-hero-banner-2 .holder .image {
        margin-top: 10px; } }
    .comparison-page .home-hero-banner.home-hero-banner-2 .holder .image img {
      max-width: 100%; }

.comparison-page .home-hero-banner.home-hero-banner-2 .left {
  width: unset;
  max-width: unset; }
  .comparison-page .home-hero-banner.home-hero-banner-2 .left .paragraph-holder p {
    font-size: 18px !important;
    font-weight: 100 !important; }
    @media (max-width: 767px) {
      .comparison-page .home-hero-banner.home-hero-banner-2 .left .paragraph-holder p {
        font-size: 16px !important; } }

.comparison-page .table-wrapper {
  margin-bottom: 60px; }
  @media (max-width: 575px) {
    .comparison-page .table-wrapper {
      overflow: auto;
      margin-bottom: 30px;
      margin-top: 30px; } }
  .comparison-page .table-wrapper table {
    max-width: 800px;
    margin: auto;
    font-family: 'konnect'; }
    @media (max-width: 575px) {
      .comparison-page .table-wrapper table {
        width: 100%;
        table-layout: auto; } }
    .comparison-page .table-wrapper table td,
    .comparison-page .table-wrapper table th {
      border: 1px solid #ececec;
      padding: 0.5em;
      font-size: 16px;
      line-height: 1.5; }
      @media (max-width: 575px) {
        .comparison-page .table-wrapper table td,
        .comparison-page .table-wrapper table th {
          font-size: 14px; } }
    .comparison-page .table-wrapper table tr {
      border: 1px solid #ececec; }
    .comparison-page .table-wrapper table small {
      font-size: 80%;
      position: relative;
      top: -2px; }
      .comparison-page .table-wrapper table small a {
        font-size: inherit; }
    .comparison-page .table-wrapper table .dash {
      display: inline-block;
      vertical-align: middle;
      height: 3px;
      width: 10px;
      background-color: #A6A6A6; }
  .comparison-page .table-wrapper .actions {
    max-width: 800px;
    margin: 20px auto 0;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px; }

@media (min-width: 768px) {
  .comparison-page .image-with-text .inner-container {
    padding-top: 50px;
    padding-bottom: 50px; } }

@media (max-width: 767px) {
  .comparison-page .image-with-text .text .heading-holder h2 p {
    text-align: left !important; }
  .comparison-page .image-with-text .text .content-holder p {
    text-align: left !important; } }

.comparison-page .image-with-text .holder .image img {
  width: 100%; }

.comparison-page .image-with-text .text .heading-holder h2 p {
  font-size: 40px !important; }
  @media (max-width: 767px) {
    .comparison-page .image-with-text .text .heading-holder h2 p {
      font-size: 28px !important; } }

.comparison-page .image-with-text .text .content-holder p small {
  display: block;
  font-size: 24px !important;
  margin-bottom: -40px; }
  @media (max-width: 767px) {
    .comparison-page .image-with-text .text .content-holder p small {
      font-size: 18px !important; } }

.comparison-page .home-cta {
  margin-top: 80px; }
  .comparison-page .home-cta .inner-container {
    max-width: 800px; }
  .comparison-page .home-cta .desc {
    margin-bottom: 20px; }
    .comparison-page .home-cta .desc p {
      color: white !important;
      font-family: konnect-regular, sans-serif !important; }
      @media (max-width: 767px) {
        .comparison-page .home-cta .desc p {
          font-size: 18px !important; } }

.how-to-videos.modal {
  border-radius: 5px;
  width: 1000px; }
  .how-to-videos.modal .modal-close {
    top: 0;
    right: 0;
    color: #2E4EC6; }

.how-to-videos iframe {
  display: block;
  width: 1000px;
  height: 600px; }
  @media (max-width: 767px) {
    .how-to-videos iframe {
      height: 100vh;
      width: 100%; } }

.product-features .custom-text {
  max-width: unset;
  padding: 0;
  margin-top: -33px;
  z-index: -1;
  position: relative; }
  .product-features .custom-text .holder {
    background-color: #f2f2f2;
    padding-top: 69px;
    padding-bottom: 16px; }
    @media (max-width: 767px) {
      .product-features .custom-text .holder {
        padding-bottom: 0; } }
    .product-features .custom-text .holder .inner-container h2 {
      margin-bottom: 0; }

.product-features .image-with-text {
  position: relative;
  z-index: 2; }
  .product-features .image-with-text.mask-bottom .container, .product-features .image-with-text.mask-bottom .page-heading, .product-features .image-with-text.mask-bottom .alertBox {
    mask: url(../img/ellipse-mask-bottom.svg) bottom center/cover; }
    .product-features .image-with-text.mask-bottom .container .inner-container, .product-features .image-with-text.mask-bottom .page-heading .inner-container, .product-features .image-with-text.mask-bottom .alertBox .inner-container {
      padding-bottom: 64px; }
  .product-features .image-with-text .container, .product-features .image-with-text .page-heading, .product-features .image-with-text .alertBox {
    background-color: #f2f2f2; }

.product-features .home-cta {
  margin-top: -33px;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .product-features .home-cta {
      margin-top: -42px; } }

.health-benefits .home-hero-banner.home-hero-banner-2 .holder {
  background: linear-gradient(90deg, #3BBB92, #01484C); }
  @media (max-width: 767px) {
    .health-benefits .home-hero-banner.home-hero-banner-2 .holder {
      background: linear-gradient(0deg, #3BBB92, #01484C); } }
  .health-benefits .home-hero-banner.home-hero-banner-2 .holder .inner-container {
    max-width: 1200px; }
    .health-benefits .home-hero-banner.home-hero-banner-2 .holder .inner-container .image, .health-benefits .home-hero-banner.home-hero-banner-2 .holder .inner-container .left {
      flex: 0 1 50%; }

@media (max-width: 767px) {
  .health-benefits .info-section .d-flex .col + .col {
    margin-top: 0; } }

@media (max-width: 767px) {
  .health-benefits .info-section .d-flex .col .desc p {
    text-align: left !important; } }

@media (max-width: 767px) {
  .health-benefits .info-section h2 p {
    font-size: 30px !important; } }

.health-benefits .image-with-text .inner-container {
  padding: 64px 0 96px; }
  @media (max-width: 767px) {
    .health-benefits .image-with-text .inner-container {
      padding: 28px 0 42px; } }

.health-benefits .image-with-text.wave-mask .container, .health-benefits .image-with-text.wave-mask .page-heading, .health-benefits .image-with-text.wave-mask .alertBox {
  background-color: #f2f2f2;
  mask: url(../img/custom/wave-mask.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
  mask-composite: source-in, source-over, xor; }
  @media (max-width: 767px) {
    .health-benefits .image-with-text.wave-mask .container, .health-benefits .image-with-text.wave-mask .page-heading, .health-benefits .image-with-text.wave-mask .alertBox {
      mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover; } }

.health-benefits .image-with-text .section-header {
  max-width: 860px;
  padding: 0 16px;
  margin: auto;
  margin-bottom: 32px; }
  @media (max-width: 767px) {
    .health-benefits .image-with-text .section-header {
      margin-bottom: 28px;
      padding: 0 28px; } }
  .health-benefits .image-with-text .section-header h2 {
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .health-benefits .image-with-text .section-header h2 {
        margin-bottom: 14px; } }
    .health-benefits .image-with-text .section-header h2 p {
      margin: 0 !important;
      color: #333 !important;
      line-height: 1.2 !important;
      font-size: 40px !important; }
      @media (max-width: 767px) {
        .health-benefits .image-with-text .section-header h2 p {
          font-size: 30px !important; } }
  .health-benefits .image-with-text .section-header .subtext p {
    font-size: 16px !important;
    font-family: konnect-regular, sans-serif !important; }
    @media (max-width: 767px) {
      .health-benefits .image-with-text .section-header .subtext p {
        font-size: 14px !important; } }
    .health-benefits .image-with-text .section-header .subtext p strong {
      font-size: 16px !important;
      font-family: konnect-regular, sans-serif !important; }
      @media (max-width: 767px) {
        .health-benefits .image-with-text .section-header .subtext p strong {
          font-size: 14px !important; } }

.health-benefits .image-with-text .text .content-holder h5 {
  font-size: 24px !important;
  margin: 12px 0 !important; }
  @media (max-width: 767px) {
    .health-benefits .image-with-text .text .content-holder h5 {
      font-size: 18px !important;
      margin: 9px 0 !important; } }

.health-benefits .image-with-text .text .content-holder p {
  font-size: 16px !important;
  margin: 16px 0 !important; }
  @media (max-width: 767px) {
    .health-benefits .image-with-text .text .content-holder p {
      font-size: 14px !important;
      margin: 14px 0 !important;
      text-align: left !important; } }

.health-benefits .two-col-info {
  position: relative;
  z-index: 2; }
  .health-benefits .two-col-info .holder {
    mask: url(../img/custom/wave-mask.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover; }
    @media (max-width: 767px) {
      .health-benefits .two-col-info .holder {
        mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover; } }
  .health-benefits .two-col-info .col-row .col .col-bg h3 p {
    font-size: 32px !important; }
    @media (max-width: 767px) {
      .health-benefits .two-col-info .col-row .col .col-bg h3 p {
        font-size: 20px !important; } }

.health-benefits .home-cta {
  position: relative;
  z-index: 1;
  margin-top: -42px; }
  .health-benefits .home-cta .holder {
    padding-top: 96px;
    mask: unset; }

.environmental-benefits .home-hero-banner.home-hero-banner-2 .holder {
  background: linear-gradient(90deg, #3BBB92, #01484C); }
  @media (max-width: 767px) {
    .environmental-benefits .home-hero-banner.home-hero-banner-2 .holder {
      background: linear-gradient(0deg, #3BBB92, #01484C); } }
  .environmental-benefits .home-hero-banner.home-hero-banner-2 .holder .inner-container {
    max-width: 1200px; }
    .environmental-benefits .home-hero-banner.home-hero-banner-2 .holder .inner-container .image, .environmental-benefits .home-hero-banner.home-hero-banner-2 .holder .inner-container .left {
      flex: 0 1 50%; }
    .environmental-benefits .home-hero-banner.home-hero-banner-2 .holder .inner-container .left .paragraph-holder p {
      font-size: 18px !important; }
      @media (max-width: 767px) {
        .environmental-benefits .home-hero-banner.home-hero-banner-2 .holder .inner-container .left .paragraph-holder p {
          font-size: 16px !important; } }

@media (max-width: 767px) {
  .environmental-benefits .info-section .d-flex .col .desc {
    text-align: left !important; } }

@media (max-width: 767px) {
  .environmental-benefits .info-section h2 p {
    font-size: 30px !important; } }

.environmental-benefits .image-with-text.z-above {
  position: relative;
  z-index: 2; }

.environmental-benefits .image-with-text.wave-mask .container, .environmental-benefits .image-with-text.wave-mask .page-heading, .environmental-benefits .image-with-text.wave-mask .alertBox {
  background-color: #f2f2f2;
  mask: url(../img/custom/wave-mask.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
  mask-composite: source-in, source-over, xor; }
  @media (max-width: 767px) {
    .environmental-benefits .image-with-text.wave-mask .container, .environmental-benefits .image-with-text.wave-mask .page-heading, .environmental-benefits .image-with-text.wave-mask .alertBox {
      mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover; } }

.environmental-benefits .image-with-text.no-padding-bottom .inner-container {
  padding-bottom: 0; }

.environmental-benefits .image-with-text.small-padding-top .inner-container {
  padding-top: 28px; }

.environmental-benefits .image-with-text.text-center .text .content-holder {
  text-align: center !important; }
  .environmental-benefits .image-with-text.text-center .text .content-holder h3 {
    text-align: center !important; }
  .environmental-benefits .image-with-text.text-center .text .content-holder p {
    text-align: center !important; }

.environmental-benefits .image-with-text .inner-container {
  padding: 64px 0 96px; }
  @media (max-width: 767px) {
    .environmental-benefits .image-with-text .inner-container {
      padding: 28px 0; } }

.environmental-benefits .image-with-text .section-header {
  max-width: 860px;
  padding: 0 16px;
  margin: auto;
  margin-bottom: 32px; }
  @media (max-width: 767px) {
    .environmental-benefits .image-with-text .section-header {
      margin-bottom: 28px;
      padding: 0 28px; } }
  .environmental-benefits .image-with-text .section-header h2 {
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .environmental-benefits .image-with-text .section-header h2 {
        margin-bottom: 14px; } }
    .environmental-benefits .image-with-text .section-header h2 p {
      margin: 0 !important;
      color: #333 !important;
      line-height: 1.2 !important;
      font-size: 40px !important; }
      @media (max-width: 767px) {
        .environmental-benefits .image-with-text .section-header h2 p {
          font-size: 30px !important; } }
  .environmental-benefits .image-with-text .section-header .subtext p {
    font-size: 16px !important;
    font-family: konnect-regular, sans-serif !important; }
    @media (max-width: 767px) {
      .environmental-benefits .image-with-text .section-header .subtext p {
        font-size: 14px !important; } }
    .environmental-benefits .image-with-text .section-header .subtext p strong {
      font-size: 16px !important;
      font-family: konnect-regular, sans-serif !important; }
      @media (max-width: 767px) {
        .environmental-benefits .image-with-text .section-header .subtext p strong {
          font-size: 14px !important; } }

.environmental-benefits .image-with-text .text .heading-holder h2 {
  margin-bottom: 0; }
  .environmental-benefits .image-with-text .text .heading-holder h2 p {
    font-size: 32px !important; }
    @media (max-width: 767px) {
      .environmental-benefits .image-with-text .text .heading-holder h2 p {
        font-size: 20px !important; } }

.environmental-benefits .image-with-text .text .content-holder h3 {
  font-size: 36px !important;
  margin-bottom: 18px; }
  @media (max-width: 767px) {
    .environmental-benefits .image-with-text .text .content-holder h3 {
      font-size: 22px !important;
      margin-bottom: 11px !important; } }

.environmental-benefits .image-with-text .text .content-holder h4 {
  font-size: 32px !important;
  margin-bottom: 16px; }
  @media (max-width: 767px) {
    .environmental-benefits .image-with-text .text .content-holder h4 {
      font-size: 20px !important;
      margin-bottom: 10px !important;
      text-align: center !important; } }

.environmental-benefits .image-with-text .text .content-holder h5 {
  font-size: 24px !important;
  margin: 12px 0 !important; }
  @media (max-width: 767px) {
    .environmental-benefits .image-with-text .text .content-holder h5 {
      font-size: 18px !important;
      margin: 9px 0 !important; } }

.environmental-benefits .image-with-text .text .content-holder p {
  font-size: 16px !important;
  margin: 16px 0 !important; }
  @media (max-width: 767px) {
    .environmental-benefits .image-with-text .text .content-holder p {
      font-size: 14px !important;
      margin: 14px 0 !important;
      text-align: center !important; } }
  .environmental-benefits .image-with-text .text .content-holder p small {
    font-size: 80% !important; }
  .environmental-benefits .image-with-text .text .content-holder p a {
    font-size: inherit !important; }

.environmental-benefits .image-with-text .text .link-holder {
  margin-top: 0; }

.environmental-benefits .image-with-text .button-holder {
  margin-top: 16px; }
  .environmental-benefits .image-with-text .button-holder #buttonLink {
    transition: 0.2s all;
    text-transform: none !important;
    font-weight: 600;
    border: 1px solid transparent;
    outline: 0;
    cursor: pointer;
    font-family: konnect-regular, sans-serif;
    line-height: normal;
    color: black;
    min-width: 135px;
    padding: 9px 32px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 600;
    border-radius: 30px;
    background: #2E4EC6;
    color: white;
    border-radius: 25px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
    .environmental-benefits .image-with-text .button-holder #buttonLink:focus, .environmental-benefits .image-with-text .button-holder #buttonLink:hover, .environmental-benefits .image-with-text .button-holder #buttonLink:active {
      border: 1px solid transparent; }
    .environmental-benefits .image-with-text .button-holder #buttonLink[disabled] {
      background-color: #cecece !important; }
    .environmental-benefits .image-with-text .button-holder #buttonLink p {
      font-family: konnect-regular, sans-serif !important;
      text-transform: none !important;
      transition: all 300ms ease; }
    .environmental-benefits .image-with-text .button-holder #buttonLink p {
      margin: 0;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: normal;
      font-weight: 600; }
    @media (max-width: 767px) {
      .environmental-benefits .image-with-text .button-holder #buttonLink {
        min-width: 130px;
        font-size: 14px;
        letter-spacing: normal; }
        .environmental-benefits .image-with-text .button-holder #buttonLink p {
          font-size: 14px; } }
    @media (max-width: 575px) {
      .environmental-benefits .image-with-text .button-holder #buttonLink {
        min-width: 113px;
        font-size: 14px;
        letter-spacing: normal;
        padding: 8px 28px; }
        .environmental-benefits .image-with-text .button-holder #buttonLink p {
          font-size: 14px; } }
    .environmental-benefits .image-with-text .button-holder #buttonLink p {
      color: white; }
    .environmental-benefits .image-with-text .button-holder #buttonLink:hover {
      color: white;
      background: #223a94; }
    .environmental-benefits .image-with-text .button-holder #buttonLink:active {
      color: white;
      background: rgba(46, 78, 198, 0.6); }
    @media (max-width: 767px) {
      .environmental-benefits .image-with-text .button-holder #buttonLink {
        display: block;
        margin: auto;
        width: 100%;
        max-width: 300px; } }

.environmental-benefits .two-col-info .holder {
  mask: url(../img/custom/wave-mask.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover; }
  @media (max-width: 767px) {
    .environmental-benefits .two-col-info .holder {
      mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover; } }

.environmental-benefits .two-col-info h2 {
  margin-bottom: 32px;
  padding: 0 16px; }
  @media (max-width: 767px) {
    .environmental-benefits .two-col-info h2 {
      margin-bottom: 28px; } }

.environmental-benefits .two-col-info .col-row .col {
  max-width: 475px; }
  .environmental-benefits .two-col-info .col-row .col .col-bg .desc h4 {
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .environmental-benefits .two-col-info .col-row .col .col-bg .desc h4 {
        margin-bottom: 10px;
        font-size: 20px !important;
        text-align: center !important; } }
  .environmental-benefits .two-col-info .col-row .col .col-bg .desc p {
    margin: 16px 0 !important;
    text-align: left !important; }
    @media (max-width: 767px) {
      .environmental-benefits .two-col-info .col-row .col .col-bg .desc p {
        margin: 14px 0;
        text-align: center !important; } }
  .environmental-benefits .two-col-info .col-row .col .col-bg .desc ul {
    margin-bottom: 32px; }

.environmental-benefits .kitchen-showcase .container, .environmental-benefits .kitchen-showcase .page-heading, .environmental-benefits .kitchen-showcase .alertBox {
  padding: 64px 0; }
  @media (max-width: 767px) {
    .environmental-benefits .kitchen-showcase .container, .environmental-benefits .kitchen-showcase .page-heading, .environmental-benefits .kitchen-showcase .alertBox {
      padding: 28px 0; } }

.environmental-benefits .kitchen-showcase .kitchen-showcase-carousel .item img {
  max-height: 400px !important; }

.environmental-benefits .kitchen-showcase .kitchen-showcase-carousel .item .text p {
  font-size: 28px !important;
  margin-bottom: 30px !important; }

.environmental-benefits .home-cta {
  position: relative;
  z-index: 1;
  margin-top: -42px; }
  .environmental-benefits .home-cta .holder {
    padding-top: 96px;
    mask: unset; }
    @media (max-width: 767px) {
      .environmental-benefits .home-cta .holder {
        padding-top: 80px; } }
    @media (max-width: 767px) {
      .environmental-benefits .home-cta .holder h2 p {
        font-size: 22px !important; } }

@media (max-width: 600px) {
  .refer-a-friend .home-hero-banner {
    margin-top: 40px !important; }
    .refer-a-friend .home-hero-banner .holder .inner-container {
      margin-top: -25px; } }

.refer-a-friend .home-hero-banner .holder .fake-background img {
  height: 100% !important; }

.refer-a-friend .home-hero-banner .holder .left h1, .refer-a-friend .home-hero-banner .holder .left p {
  color: #11214A !important; }

@media screen and (max-width: 768px) {
  .refer-a-friend .home-hero-banner .holder .left {
    margin-top: 0 !important; } }

@media (max-width: 600px) {
  .refer-a-friend #satisfaction-banner {
    height: 100% !important; } }

.refer-a-friend .banner-curve img {
  object-fit: cover; }
  @media (max-width: 600px) {
    .refer-a-friend .banner-curve img {
      height: 100% !important; } }

@media (max-width: 1024px) {
  .refer-a-friend .banner-curve {
    height: 100% !important; } }

@media (max-width: 767px) {
  .refer-a-friend .banner-curve {
    mask: none;
    -webkit-mask: none; } }

@media (max-width: 600px) {
  .refer-a-friend .banner-curve {
    height: 300px !important; } }

.refer-a-friend .home-hero-banner.home-hero-banner-2 .holder {
  background: linear-gradient(90deg, #3BBB92, #01484C); }
  @media (max-width: 767px) {
    .refer-a-friend .home-hero-banner.home-hero-banner-2 .holder {
      background: linear-gradient(0deg, #3BBB92, #01484C); } }
  .refer-a-friend .home-hero-banner.home-hero-banner-2 .holder .inner-container {
    max-width: 1200px; }
    .refer-a-friend .home-hero-banner.home-hero-banner-2 .holder .inner-container .image, .refer-a-friend .home-hero-banner.home-hero-banner-2 .holder .inner-container .left {
      flex: 0 1 50%; }
    @media (max-width: 767px) {
      .refer-a-friend .home-hero-banner.home-hero-banner-2 .holder .inner-container .left {
        mask: unset; } }
  .refer-a-friend .home-hero-banner.home-hero-banner-2 .holder .button-holder {
    margin-top: 16px; }
    .refer-a-friend .home-hero-banner.home-hero-banner-2 .holder .button-holder #buttonLink {
      transition: 0.2s all;
      text-transform: none !important;
      font-weight: 600;
      border: 1px solid transparent;
      outline: 0;
      cursor: pointer;
      font-family: konnect-regular, sans-serif;
      line-height: normal;
      color: black;
      min-width: 135px;
      padding: 9px 32px;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: normal;
      font-weight: 600;
      border-radius: 30px;
      background: white;
      color: black;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
      .refer-a-friend .home-hero-banner.home-hero-banner-2 .holder .button-holder #buttonLink:focus, .refer-a-friend .home-hero-banner.home-hero-banner-2 .holder .button-holder #buttonLink:hover, .refer-a-friend .home-hero-banner.home-hero-banner-2 .holder .button-holder #buttonLink:active {
        border: 1px solid transparent; }
      .refer-a-friend .home-hero-banner.home-hero-banner-2 .holder .button-holder #buttonLink[disabled] {
        background-color: #cecece !important; }
      .refer-a-friend .home-hero-banner.home-hero-banner-2 .holder .button-holder #buttonLink p {
        font-family: konnect-regular, sans-serif !important;
        text-transform: none !important;
        transition: all 300ms ease; }
      .refer-a-friend .home-hero-banner.home-hero-banner-2 .holder .button-holder #buttonLink p {
        margin: 0;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: normal;
        font-weight: 600; }
      @media (max-width: 767px) {
        .refer-a-friend .home-hero-banner.home-hero-banner-2 .holder .button-holder #buttonLink {
          min-width: 130px;
          font-size: 14px;
          letter-spacing: normal; }
          .refer-a-friend .home-hero-banner.home-hero-banner-2 .holder .button-holder #buttonLink p {
            font-size: 14px; } }
      @media (max-width: 575px) {
        .refer-a-friend .home-hero-banner.home-hero-banner-2 .holder .button-holder #buttonLink {
          min-width: 113px;
          font-size: 14px;
          letter-spacing: normal;
          padding: 8px 28px; }
          .refer-a-friend .home-hero-banner.home-hero-banner-2 .holder .button-holder #buttonLink p {
            font-size: 14px; } }
      .refer-a-friend .home-hero-banner.home-hero-banner-2 .holder .button-holder #buttonLink p {
        color: black; }
      .refer-a-friend .home-hero-banner.home-hero-banner-2 .holder .button-holder #buttonLink:hover {
        background: #2E4EC6;
        color: white; }
        .refer-a-friend .home-hero-banner.home-hero-banner-2 .holder .button-holder #buttonLink:hover p {
          color: white; }
      .refer-a-friend .home-hero-banner.home-hero-banner-2 .holder .button-holder #buttonLink:active {
        background: #2E4EC6;
        color: white; }
        .refer-a-friend .home-hero-banner.home-hero-banner-2 .holder .button-holder #buttonLink:active p {
          color: white; }
      @media (max-width: 767px) {
        .refer-a-friend .home-hero-banner.home-hero-banner-2 .holder .button-holder #buttonLink {
          width: 100%;
          max-width: 300px;
          display: block;
          margin-left: auto !important;
          margin-right: auto !important; } }

@media (max-width: 767px) {
  .refer-a-friend .info-section .d-flex .col h3 [class*=simple-text] {
    text-align: left !important; } }

@media (max-width: 767px) {
  .refer-a-friend .info-section .d-flex .col .desc p {
    text-align: left !important; } }

.refer-a-friend .info-section .inner-container {
  padding-bottom: 64px; }
  @media (max-width: 767px) {
    .refer-a-friend .info-section .inner-container {
      padding-bottom: 36px; } }

.refer-a-friend .info-section .subtext h5 {
  font-size: 24px;
  margin: 12px 0;
  font-weight: bold;
  line-height: 1.2;
  text-align: center; }
  @media (max-width: 767px) {
    .refer-a-friend .info-section .subtext h5 {
      font-size: 18px;
      margin: 9px 0; } }

.refer-a-friend .info-section .subtext p {
  font-size: 16px;
  margin: 16px 0;
  font-family: konnect-regular, sans-serif;
  text-align: center; }
  @media (max-width: 767px) {
    .refer-a-friend .info-section .subtext p {
      font-size: 14px;
      margin: 14px 0; } }

.refer-a-friend .basic-accordion h2 {
  font-size: 40px;
  font-weight: 300; }
  @media (max-width: 767px) {
    .refer-a-friend .basic-accordion h2 {
      font-size: 30px; } }

@media (max-width: 600px) {
  .refer-a-friend.refer-a-friend_page .referral-section .holder {
    padding-bottom: 0; }
  .refer-a-friend.refer-a-friend_page .referral-section .inner-container {
    padding-bottom: 10px !important; }
  .refer-a-friend.refer-a-friend_page .referral-section .left {
    padding-bottom: 36px; }
  .refer-a-friend.refer-a-friend_page .basic-accordion {
    padding-top: 22px; } }

.business-package .home-hero-banner.home-hero-banner-2 .holder {
  background: linear-gradient(90deg, #3BBB92, #01484C); }
  @media (max-width: 767px) {
    .business-package .home-hero-banner.home-hero-banner-2 .holder {
      background: linear-gradient(0deg, #3BBB92, #01484C); } }
  .business-package .home-hero-banner.home-hero-banner-2 .holder .inner-container {
    max-width: 1200px; }
    @media (min-width: 768px) {
      .business-package .home-hero-banner.home-hero-banner-2 .holder .inner-container {
        flex-direction: row-reverse; } }
    .business-package .home-hero-banner.home-hero-banner-2 .holder .inner-container .image, .business-package .home-hero-banner.home-hero-banner-2 .holder .inner-container .left {
      flex: 0 1 50%; }

.business-package .info-section .inner-container {
  padding-bottom: 80px; }
  @media (max-width: 767px) {
    .business-package .info-section .inner-container {
      padding-bottom: 42px; } }

.business-package .info-section h2 {
  margin-bottom: 16px; }
  .business-package .info-section h2 small {
    all: inherit;
    display: inline-block;
    font-size: 80%; }
  @media (max-width: 767px) {
    .business-package .info-section h2 p {
      font-size: 28px !important; } }

.business-package .info-section .subtext {
  margin-bottom: 16px; }
  .business-package .info-section .subtext p {
    margin: 0 !important;
    font-family: konnect-regular, sans-serif !important;
    font-weight: bold !important;
    font-size: 24px !important;
    line-height: 1.4 !important;
    letter-spacing: -.05px !important;
    text-align: center !important;
    color: #333 !important; }
    @media (max-width: 767px) {
      .business-package .info-section .subtext p {
        font-size: 18px !important; } }

@media (max-width: 767px) {
  .business-package .info-section .d-flex .col {
    padding: 0 14px; } }

@media (max-width: 767px) {
  .business-package .info-section .d-flex .col + .col {
    margin-top: 0; } }

@media (max-width: 767px) {
  .business-package .info-section .d-flex .col .img-holder {
    position: static;
    margin: auto;
    max-width: unset; } }

@media (max-width: 767px) {
  .business-package .info-section .d-flex .col .desc {
    margin-top: 14px;
    text-align: left !important; } }

@media (max-width: 767px) {
  .business-package .info-section h2 p {
    font-size: 30px !important; } }

.business-package .two-col-info {
  position: relative;
  z-index: 2; }
  @media (max-width: 767px) {
    .business-package .two-col-info.v2 h2 {
      margin-bottom: 6px; } }
  .business-package .two-col-info.v2 h2 p {
    font-size: 40px !important; }
    @media (max-width: 767px) {
      .business-package .two-col-info.v2 h2 p {
        font-size: 28px !important; } }
  @media (max-width: 767px) {
    .business-package .two-col-info.v2 .desc {
      padding-left: 14px;
      padding-right: 14px; } }
  .business-package .two-col-info.v2 .desc p {
    margin-bottom: 0 !important; }
    @media (max-width: 767px) {
      .business-package .two-col-info.v2 .desc p {
        font-size: 14.4px !important;
        line-height: 1.8 !important; } }
  .business-package .two-col-info .holder {
    mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
    mask-composite: source-in, source-over, xor; }
  .business-package .two-col-info .col-row .col {
    position: relative;
    counter-increment: counter;
    padding-top: 48px; }
    @media (max-width: 767px) {
      .business-package .two-col-info .col-row .col {
        padding-top: 0;
        padding-left: 36px; } }
    @media (max-width: 767px) {
      .business-package .two-col-info .col-row .col + .col {
        margin-top: 0; } }
    .business-package .two-col-info .col-row .col::before {
      content: counter(counter);
      font-size: 16px;
      font-weight: bold;
      font-family: konnect-regular, sans-serif;
      width: 16px;
      height: 16px;
      text-align: center;
      padding: 8px;
      display: inline-block;
      box-sizing: content-box;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      border: 2px solid #CA1A71;
      border-radius: 50%;
      background: #FFF;
      z-index: 200;
      font-weight: bold;
      line-height: 1; }
      @media (max-width: 767px) {
        .business-package .two-col-info .col-row .col::before {
          top: -2px;
          left: 0;
          transform: none;
          height: 14px;
          width: 14px;
          font-size: 14px;
          padding: 6px; } }
    .business-package .two-col-info .col-row .col::after {
      content: '';
      top: 0;
      left: 0;
      right: 0;
      height: 2px;
      background: #CA1A71;
      margin: 16px 0;
      display: block;
      position: absolute;
      z-index: 100; }
      @media (max-width: 767px) {
        .business-package .two-col-info .col-row .col::after {
          top: 0;
          bottom: 0;
          left: 0;
          right: auto;
          width: 2px;
          height: 100%;
          margin: 0 14px; } }
    @media (min-width: 768px) {
      .business-package .two-col-info .col-row .col:first-child::after {
        width: 50%;
        left: 50%; } }
    .business-package .two-col-info .col-row .col:last-child::after {
      width: 50%; }
      @media (max-width: 767px) {
        .business-package .two-col-info .col-row .col:last-child::after {
          display: none; } }
    @media (max-width: 767px) {
      .business-package .two-col-info .col-row .col .col-bg {
        background-color: transparent;
        box-shadow: none;
        align-items: flex-start;
        padding: 0; } }
    .business-package .two-col-info .col-row .col .col-bg h3 {
      margin: 0;
      line-height: 0; }
      @media (max-width: 767px) {
        .business-package .two-col-info .col-row .col .col-bg h3 {
          text-align: left; } }
    .business-package .two-col-info .col-row .col .col-bg .desc {
      padding: 0; }
      @media (max-width: 767px) {
        .business-package .two-col-info .col-row .col .col-bg .desc {
          margin: 14px 0; } }
      @media (max-width: 767px) {
        .business-package .two-col-info .col-row .col .col-bg .desc p {
          text-align: left !important; } }
    .business-package .two-col-info .col-row .col .col-bg .img-holder {
      margin: 16px 0; }
      @media (max-width: 767px) {
        .business-package .two-col-info .col-row .col .col-bg .img-holder {
          display: none; } }
      .business-package .two-col-info .col-row .col .col-bg .img-holder img {
        height: 8vh !important; }

.business-package .basic-accordion h2 {
  font-size: 40px;
  font-weight: 300; }
  @media (max-width: 767px) {
    .business-package .basic-accordion h2 {
      font-size: 30px;
      padding-bottom: 0; } }

.landing-template.Must-Have-Kitchen-Gadget .info-section h2 {
  margin-bottom: 10px; }

.landing-template.Must-Have-Kitchen-Gadget .info-section .desc p {
  font-size: 24px !important; }
  @media (max-width: 767px) {
    .landing-template.Must-Have-Kitchen-Gadget .info-section .desc p {
      font-size: 18px !important; } }

.landing-template.Must-Have-Kitchen-Gadget .kitchen-showcase .button-holder #buttonLink {
  background: #2E4EC6;
  color: white;
  border-radius: 25px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
  .landing-template.Must-Have-Kitchen-Gadget .kitchen-showcase .button-holder #buttonLink p {
    color: white; }
  .landing-template.Must-Have-Kitchen-Gadget .kitchen-showcase .button-holder #buttonLink:hover {
    color: white;
    background: #223a94; }
  .landing-template.Must-Have-Kitchen-Gadget .kitchen-showcase .button-holder #buttonLink:active {
    color: white;
    background: rgba(46, 78, 198, 0.6); }

.landing-template.Switch-To-Pure .info-section h2 {
  margin-bottom: 10px; }

.landing-template.Switch-To-Pure .info-section .desc p {
  font-size: 24px !important; }
  @media (max-width: 767px) {
    .landing-template.Switch-To-Pure .info-section .desc p {
      font-size: 18px !important; } }

.landing-template.landing-template-4 .trustpilot-reviews .inner-container {
  padding: 64px 0; }
  @media (max-width: 767px) {
    .landing-template.landing-template-4 .trustpilot-reviews .inner-container {
      padding: 28px; } }

.landing-template.landing-template-4 .trustpilot-reviews h2 p {
  font-size: 40px !important; }
  @media (max-width: 767px) {
    .landing-template.landing-template-4 .trustpilot-reviews h2 p {
      font-size: 28px !important; } }

.landing-template.landing-template-4 .kitchen-showcase .bg-holder {
  mask: unset;
  background: none; }

.landing-template.landing-template-4 .kitchen-showcase h2 p {
  font-size: 32px !important;
  font-weight: 300 !important; }
  @media (max-width: 767px) {
    .landing-template.landing-template-4 .kitchen-showcase h2 p {
      font-size: 22.4px !important; } }

.landing-template .home-hero-banner .holder .inner-container .left .subheading-holder h4 {
  margin-bottom: 16px; }
  .landing-template .home-hero-banner .holder .inner-container .left .subheading-holder h4 p {
    margin: 0 !important;
    font-size: 32px !important;
    font-family: konnect-regular, sans-serif !important;
    font-weight: 300 !important;
    color: #fff !important;
    line-height: 1.2 !important; }
    @media (max-width: 767px) {
      .landing-template .home-hero-banner .holder .inner-container .left .subheading-holder h4 p {
        font-size: 20px !important;
        text-align: center !important; } }

.landing-template .home-hero-banner .holder .inner-container .left .paragraph-holder {
  margin-bottom: 16px; }
  .landing-template .home-hero-banner .holder .inner-container .left .paragraph-holder p {
    font-size: 16px !important;
    line-height: 1.5; }
    @media (max-width: 767px) {
      .landing-template .home-hero-banner .holder .inner-container .left .paragraph-holder p {
        font-size: 14px !important; } }
  .landing-template .home-hero-banner .holder .inner-container .left .paragraph-holder strong, .landing-template .home-hero-banner .holder .inner-container .left .paragraph-holder b {
    all: inherit;
    font-weight: bold;
    display: inline; }
  .landing-template .home-hero-banner .holder .inner-container .left .paragraph-holder i, .landing-template .home-hero-banner .holder .inner-container .left .paragraph-holder em {
    all: inherit;
    font-style: italic;
    display: inline; }

.landing-template .info-section.v2 .d-flex .col .img-holder img {
  height: auto !important; }

.landing-template .info-section.v3 h2 p {
  font-size: 32px !important; }
  @media (max-width: 767px) {
    .landing-template .info-section.v3 h2 p {
      font-size: 22.4px !important; } }

.landing-template .info-section .inner-container {
  padding-bottom: 64px; }
  @media (max-width: 767px) {
    .landing-template .info-section .inner-container {
      padding: 29px 29px 44px; } }

@media (max-width: 767px) {
  .landing-template .info-section h2 p {
    font-size: 28px !important; } }

@media (max-width: 767px) {
  .landing-template .info-section .d-flex .col {
    padding-left: 0; } }

@media (max-width: 767px) {
  .landing-template .info-section .d-flex .col + .col {
    margin-top: 14px; } }

@media (max-width: 767px) {
  .landing-template .info-section .d-flex .col .img-holder {
    margin: 14px 0;
    max-width: unset;
    position: relative; } }

.landing-template .info-section .d-flex .col .img-holder img {
  height: 12vh !important; }

.landing-template .info-section .d-flex .col .desc {
  margin: 0; }
  .landing-template .info-section .d-flex .col .desc p {
    font-size: 16px !important; }
    @media (max-width: 767px) {
      .landing-template .info-section .d-flex .col .desc p {
        font-size: 14px !important; } }
    .landing-template .info-section .d-flex .col .desc p a {
      all: inherit;
      display: inline;
      text-decoration: underline;
      color: #2E4EC6;
      cursor: pointer; }

.landing-template .image-with-text:first-child .inner-container {
  padding-top: 64px; }
  @media (max-width: 767px) {
    .landing-template .image-with-text:first-child .inner-container {
      padding-top: 28px; } }

.landing-template .image-with-text:last-child .inner-container {
  padding-bottom: 64px; }
  @media (max-width: 767px) {
    .landing-template .image-with-text:last-child .inner-container {
      padding-bottom: 28px; } }

.landing-template .image-with-text .inner-container {
  padding: 16px 0; }

.landing-template .image-with-text .section-header {
  max-width: 860px;
  padding: 0 16px;
  margin: auto;
  margin-bottom: 32px; }
  @media (max-width: 767px) {
    .landing-template .image-with-text .section-header {
      margin-bottom: 28px;
      padding: 0 28px; } }
  .landing-template .image-with-text .section-header h2 p {
    margin: 0 !important;
    color: #333 !important;
    line-height: 1.2 !important;
    font-size: 40px !important; }
    @media (max-width: 767px) {
      .landing-template .image-with-text .section-header h2 p {
        font-size: 30px !important; } }

.landing-template .image-with-text .holder .image img {
  width: 100% !important; }

.landing-template .kitchen-showcase h2 p {
  font-size: 32px !important;
  font-weight: bold !important; }
  @media (max-width: 767px) {
    .landing-template .kitchen-showcase h2 p {
      font-size: 22.4px !important; } }

.landing-template .kitchen-showcase .button-holder #buttonLink {
  background: #e0920a;
  color: white;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
  .landing-template .kitchen-showcase .button-holder #buttonLink p {
    color: white; }
  .landing-template .kitchen-showcase .button-holder #buttonLink:hover {
    background: #7e5206;
    color: white; }
    .landing-template .kitchen-showcase .button-holder #buttonLink:hover p {
      color: white; }
  .landing-template .kitchen-showcase .button-holder #buttonLink:active {
    background: #3A3E42;
    color: white; }
    .landing-template .kitchen-showcase .button-holder #buttonLink:active p {
      color: white; }

.landing-template .trustpilot-reviews.plain .container, .landing-template .trustpilot-reviews.plain .page-heading, .landing-template .trustpilot-reviews.plain .alertBox {
  background: none;
  mask: unset; }
  @media (max-width: 767px) {
    .landing-template .trustpilot-reviews.plain .container, .landing-template .trustpilot-reviews.plain .page-heading, .landing-template .trustpilot-reviews.plain .alertBox {
      mask: unset; } }

.landing-template .trustpilot-reviews.plain .inner-container {
  padding: 64px 0; }
  @media (max-width: 767px) {
    .landing-template .trustpilot-reviews.plain .inner-container {
      padding: 28px; } }

.landing-template .trustpilot-reviews .container, .landing-template .trustpilot-reviews .page-heading, .landing-template .trustpilot-reviews .alertBox {
  background: #ececec;
  mask: url(../img/custom/wave-mask.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
  mask-composite: source-in, source-over, xor; }
  @media (max-width: 767px) {
    .landing-template .trustpilot-reviews .container, .landing-template .trustpilot-reviews .page-heading, .landing-template .trustpilot-reviews .alertBox {
      mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover; } }

.landing-template .trustpilot-reviews .inner-container {
  padding: 96px 0 64px; }
  @media (max-width: 767px) {
    .landing-template .trustpilot-reviews .inner-container {
      padding: 56px 28px 28px; } }

.landing-template .trustpilot-reviews h2 p {
  font-size: 32px !important; }
  @media (max-width: 767px) {
    .landing-template .trustpilot-reviews h2 p {
      font-size: 22.4px !important; } }

.landing-template .faqs .inner-container {
  padding-top: 16px; }
  @media (max-width: 767px) {
    .landing-template .faqs .inner-container {
      padding-top: 28px; } }

.landing-template .faqs h2 {
  font-weight: 300;
  font-size: 40px;
  padding-bottom: 0; }
  @media (max-width: 767px) {
    .landing-template .faqs h2 {
      font-size: 28px; } }

.landing-template .home-cta .holder h2 p {
  font-size: 24px !important; }
  @media (max-width: 767px) {
    .landing-template .home-cta .holder h2 p {
      font-size: 18px !important; } }

.landing-template .home-cta .holder .buttons-holder .col.col-1 #buttonLink {
  background: #e0920a;
  color: white;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
  .landing-template .home-cta .holder .buttons-holder .col.col-1 #buttonLink p {
    color: white; }
  .landing-template .home-cta .holder .buttons-holder .col.col-1 #buttonLink:hover {
    background: #7e5206;
    color: white; }
    .landing-template .home-cta .holder .buttons-holder .col.col-1 #buttonLink:hover p {
      color: white; }
  .landing-template .home-cta .holder .buttons-holder .col.col-1 #buttonLink:active {
    background: #3A3E42;
    color: white; }
    .landing-template .home-cta .holder .buttons-holder .col.col-1 #buttonLink:active p {
      color: white; }

.landing-template-2 .kitchen-showcase .button-holder #buttonLink {
  background: #2E4EC6;
  color: white;
  border-radius: 25px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 41, 0.2); }
  .landing-template-2 .kitchen-showcase .button-holder #buttonLink p {
    color: white; }
  .landing-template-2 .kitchen-showcase .button-holder #buttonLink:hover {
    color: white;
    background: #223a94; }
  .landing-template-2 .kitchen-showcase .button-holder #buttonLink:active {
    color: white;
    background: rgba(46, 78, 198, 0.6); }

.contact-us-page .image-buttons {
  margin-top: 72px; }
  @media (max-width: 767px) {
    .contact-us-page .image-buttons {
      margin: 42px auto; } }

.vs-template.vs-hot-water-taps .home-hero-banner.home-hero-banner-2 .holder, .vs-template.vs-quooker .home-hero-banner.home-hero-banner-2 .holder {
  padding-top: 0; }

.vs-template.vs-hot-water-taps .home-hero-banner.home-hero-banner-2 .inner-container, .vs-template.vs-quooker .home-hero-banner.home-hero-banner-2 .inner-container {
  padding-bottom: 0; }

.vs-template .home-hero-banner.home-hero-banner-2 .inner-container {
  max-width: 1200px;
  padding-bottom: 30px; }

.vs-template .home-hero-banner.home-hero-banner-2 .holder {
  background: linear-gradient(90deg, #3bbb92, #01484c); }
  @media (max-width: 767px) {
    .vs-template .home-hero-banner.home-hero-banner-2 .holder {
      background: linear-gradient(0deg, #3bbb92, #01484c); } }
  @media (max-width: 767px) {
    .vs-template .home-hero-banner.home-hero-banner-2 .holder .inner-container .left {
      margin-top: 15px;
      padding-left: 14px;
      padding-right: 14px; } }
  .vs-template .home-hero-banner.home-hero-banner-2 .holder .image {
    margin-bottom: 0 !important;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 768px) {
      .vs-template .home-hero-banner.home-hero-banner-2 .holder .image {
        max-width: 576px;
        width: 576px;
        min-width: 576px; } }
    @media (max-width: 767px) {
      .vs-template .home-hero-banner.home-hero-banner-2 .holder .image {
        margin-top: 10px; } }
    .vs-template .home-hero-banner.home-hero-banner-2 .holder .image img {
      max-width: 100%; }

.vs-template .home-hero-banner.home-hero-banner-2 .left {
  width: unset;
  max-width: unset; }
  .vs-template .home-hero-banner.home-hero-banner-2 .left .paragraph-holder p {
    font-size: 18px !important;
    font-weight: 100 !important; }
    @media (max-width: 767px) {
      .vs-template .home-hero-banner.home-hero-banner-2 .left .paragraph-holder p {
        font-size: 16px !important; } }

.vs-template .custom-text .holder .inner-container h2 {
  margin-bottom: 9px; }
  .vs-template .custom-text .holder .inner-container h2 p {
    margin: 0;
    font-size: 32px !important;
    line-height: 1.2 !important; }

.vs-template .table-wrapper {
  margin-bottom: 60px; }
  @media (max-width: 575px) {
    .vs-template .table-wrapper {
      overflow: auto;
      margin-bottom: 30px;
      margin-top: 30px; } }
  .vs-template .table-wrapper table {
    max-width: 800px;
    margin: auto;
    font-family: 'konnect'; }
    @media (max-width: 575px) {
      .vs-template .table-wrapper table {
        width: 100%;
        table-layout: auto; } }
    .vs-template .table-wrapper table td,
    .vs-template .table-wrapper table th {
      border: 1px solid #ececec;
      padding: 0.5em;
      font-size: 16px;
      line-height: 1.5; }
      @media (max-width: 575px) {
        .vs-template .table-wrapper table td,
        .vs-template .table-wrapper table th {
          font-size: 14px; } }
    .vs-template .table-wrapper table tr {
      border: 1px solid #ececec; }
    .vs-template .table-wrapper table small {
      font-size: 80%;
      position: relative;
      top: -2px; }
      .vs-template .table-wrapper table small a {
        font-size: inherit; }
  .vs-template .table-wrapper .actions {
    max-width: 800px;
    margin: 20px auto 0;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px; }

@media (max-width: 767px) {
  .vs-template .image-with-text .text .heading-holder h2 p {
    text-align: left !important; }
  .vs-template .image-with-text .text .content-holder p {
    text-align: left !important; } }

.vs-template .image-with-text.image-with-text-widget .section-title {
  margin-bottom: 32px;
  font-weight: bold; }
  @media (max-width: 767px) {
    .vs-template .image-with-text.image-with-text-widget .section-title {
      margin-bottom: 28px; } }

@media (min-width: 768px) {
  .vs-template .image-with-text .inner-container {
    padding-top: 80px;
    padding-bottom: 80px; } }

@media (max-width: 767px) {
  .vs-template .image-with-text .holder .image {
    order: 0 !important; } }

.vs-template .image-with-text .holder .image img {
  width: 100%; }

@media (max-width: 767px) {
  .vs-template .image-with-text .holder .text {
    order: 1 !important; } }

.vs-template .image-with-text .holder .text .heading-holder h2 p {
  font-size: 40px !important; }
  @media (max-width: 767px) {
    .vs-template .image-with-text .holder .text .heading-holder h2 p {
      font-size: 28px !important;
      line-height: 1.2 !important; } }

.vs-template .image-with-text .holder .text .content-holder p small {
  display: block;
  font-size: 24px !important;
  margin-bottom: -40px; }
  @media (max-width: 767px) {
    .vs-template .image-with-text .holder .text .content-holder p small {
      font-size: 18px !important; } }

.vs-template .home-cta .inner-container {
  max-width: 800px; }

.vs-template .home-cta .holder {
  padding: 64px 0; }
  @media (max-width: 767px) {
    .vs-template .home-cta .holder {
      padding: 28px; } }

.vs-template .home-cta .desc {
  margin-bottom: 20px; }
  .vs-template .home-cta .desc p {
    color: white !important;
    font-family: konnect-regular, sans-serif !important; }
    @media (max-width: 767px) {
      .vs-template .home-cta .desc p {
        font-size: 18px !important; } }

@media (min-width: 768px) {
  .membership .home-hero-banner.home-hero-banner-2 .holder .inner-container .left .heading-holder h1 {
    font-size: 48px !important;
    line-height: 1.4 !important; } }

.membership .product-comparison .container, .membership .product-comparison .page-heading, .membership .product-comparison .alertBox {
  border-top: none; }

@media (min-width: 768px) {
  .membership .technology .inner-container {
    padding-bottom: 64px; } }

.membership .technology .technology-carousel .item .bg-holder .img-holder img {
  width: 100% !important; }

@media (max-width: 767px) {
  .membership .image-with-text.right-text .holder .text {
    order: 1; } }

@media (max-width: 767px) {
  .membership .image-with-text.right-text .holder .image {
    order: 0; } }

@media (min-width: 768px) {
  .membership .image-with-text.right-text .holder .image img {
    width: 100%;
    object-fit: cover;
    object-position: top; } }

.packages-redesign.v1-1 .package-hero .holder {
  background-color: #fff; }
  .packages-redesign.v1-1 .package-hero .holder::after {
    background: url(../img/nav-divider-v3.png) top left;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .packages-redesign.v1-1 .package-hero .holder::after {
        background: url(../img/vp-header-mobile.png) top center/100% 100%;
        background-repeat: no-repeat; } }

.packages-redesign.v1-1 .packages-tabs h2 p {
  font-weight: bold !important; }

.packages-redesign.v1-1 .packages-tabs p {
  font-weight: normal !important; }
  .packages-redesign.v1-1 .packages-tabs p strong {
    all: inherit;
    font-weight: bolder !important;
    display: inline !important; }

.packages-redesign.v1-1 .products-redesign .column-holder .col.smart-package.sunday::before {
  content: 'Save 50% before Midnight Sunday!'; }

.packages-redesign.v1-1 .products-redesign .column-holder .col.smart-package.wednesday::before {
  content: 'Save 50% before Midnight Wednesday!'; }

.packages-redesign.v1-1 .products-redesign .column-holder .col.smart-package.tonight::before {
  content: 'Save 50% before Midnight Tonight!'; }

.packages-redesign.v1-1 .products-redesign .column-holder .col.smart-package::before {
  content: 'Save 50% Now'; }

.packages-redesign.v1-1 .products-redesign .column-holder .col .inner .product-description .match-height {
  margin-bottom: 20px; }

.packages-redesign.v2 .package-hero .holder::after {
  background: url(../img/nav-divider-v2.png) top left;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .packages-redesign.v2 .package-hero .holder::after {
      background: url(../img/vp-header-mobile.png) top center/100% 100%;
      background-repeat: no-repeat; } }

.packages-redesign.element .package-hero.v2 .holder .fake-background [id*="sd-image"] {
  background-size: cover !important;
  background-position: top center !important; }

.packages-redesign .package-hero .holder {
  background-color: #fff; }
  .packages-redesign .package-hero .holder::after {
    background: url(../img/nav-divider-new.png) top left;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .packages-redesign .package-hero .holder::after {
        background: url(../img/vp-header-mobile.png) top center/100% 100%;
        background-repeat: no-repeat; } }

.packages-redesign .basic-accordion .inner-container {
  padding-bottom: 30px;
  padding-top: 30px; }

.packages-redesign .basic-accordion h2 {
  margin: auto !important;
  margin-bottom: 30px;
  font-family: konnect-regular, sans-serif;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 36px !important; }

.packages-redesign .image-with-text .inner-container {
  padding: 64px 0 0; }

.packages-redesign .info-section.v2 .d-flex {
  max-width: 700px;
  margin: 40px auto; }
  @media (max-width: 767px) {
    .packages-redesign .info-section.v2 .d-flex .col {
      padding: 0; } }
  @media (max-width: 767px) {
    .packages-redesign .info-section.v2 .d-flex .col + .col {
      margin-top: 50px; } }
  @media (max-width: 767px) {
    .packages-redesign .info-section.v2 .d-flex .col .img-holder {
      position: relative;
      max-width: unset; } }
  .packages-redesign .info-section.v2 .d-flex .col .img-holder img {
    height: auto !important; }
    @media (max-width: 767px) {
      .packages-redesign .info-section.v2 .d-flex .col .img-holder img {
        flex-grow: 1;
        display: block;
        margin: auto;
        max-height: unset !important;
        max-width: 230px !important; } }

.packages-redesign .info-section h2 {
  margin: 0 auto;
  margin-bottom: 18px; }
  @media (max-width: 767px) {
    .packages-redesign .info-section h2 {
      margin: 11px 0; } }
  @media (max-width: 767px) {
    .packages-redesign .info-section h2 [class*="sd-simple-text"] {
      text-align: center !important; } }
  .packages-redesign .info-section h2 p {
    margin: 0 !important;
    font-size: 36px !important;
    font-weight: bold !important;
    line-height: 1.19 !important;
    color: #333 !important;
    text-transform: none !important; }
    @media (max-width: 767px) {
      .packages-redesign .info-section h2 p {
        font-size: 22px !important;
        line-height: 1.14 !important;
        letter-spacing: -0.05px !important;
        text-align: center !important; } }

@media (min-width: 768px) {
  .packages-redesign .info-section .desc p {
    font-size: 22px !important; } }

.packages-redesign .info-section .d-flex .col .img-holder img {
  height: 10vh !important; }
  @media (max-width: 767px) {
    .packages-redesign .info-section .d-flex .col .img-holder img {
      height: auto !important;
      max-height: 30px !important;
      max-width: 35px !important; } }

@media (max-width: 767px) {
  .packages-redesign .info-section .d-flex .col .desc {
    height: 30px;
    display: flex;
    align-items: center; } }

@media (max-width: 767px) {
  .packages-redesign .info-section .d-flex .col .desc > div {
    flex-grow: 1; } }

@media (max-width: 767px) {
  .packages-redesign .info-section .d-flex .col .desc *[class*="simple-text"] {
    text-align: left !important; } }

@media (max-width: 767px) {
  .packages-redesign .info-section .d-flex .col .desc p {
    font-size: 18px !important; } }

.packages-redesign .products-redesign h2 {
  font-size: 36px !important;
  font-weight: bold !important;
  line-height: 1.19 !important;
  color: #333 !important;
  text-transform: none !important; }
  @media (max-width: 767px) {
    .packages-redesign .products-redesign h2 {
      font-size: 22px !important;
      line-height: 1.14 !important;
      letter-spacing: -0.05px !important;
      text-align: center !important; } }

.packages-redesign .packages-tabs h2 {
  margin: 0 auto;
  margin-bottom: 18px; }
  @media (max-width: 767px) {
    .packages-redesign .packages-tabs h2 {
      margin: 11px 0; } }
  @media (max-width: 767px) {
    .packages-redesign .packages-tabs h2 [class*="sd-simple-text"] {
      text-align: center !important; } }
  .packages-redesign .packages-tabs h2 p {
    margin: 0 !important;
    font-size: 36px !important;
    font-weight: bold !important;
    line-height: 1.19 !important;
    color: #333 !important;
    text-transform: none !important; }
    @media (max-width: 767px) {
      .packages-redesign .packages-tabs h2 p {
        font-size: 22px !important;
        line-height: 1.14 !important;
        letter-spacing: -0.05px !important;
        text-align: center !important; } }

.packages-redesign .basic-accordion h2 {
  margin: 0 auto;
  margin-bottom: 18px; }
  @media (max-width: 767px) {
    .packages-redesign .basic-accordion h2 {
      margin: 11px 0; } }
  @media (max-width: 767px) {
    .packages-redesign .basic-accordion h2 [class*="sd-simple-text"] {
      text-align: center !important; } }
  .packages-redesign .basic-accordion h2 p {
    margin: 0 !important;
    font-size: 36px !important;
    font-weight: bold !important;
    line-height: 1.19 !important;
    color: #333 !important;
    text-transform: none !important; }
    @media (max-width: 767px) {
      .packages-redesign .basic-accordion h2 p {
        font-size: 22px !important;
        line-height: 1.14 !important;
        letter-spacing: -0.05px !important;
        text-align: center !important; } }

.packages-redesign .info-section .img-holder {
  text-align: center; }
  .packages-redesign .info-section .img-holder img {
    height: auto !important; }
    @media (max-width: 767px) {
      .packages-redesign .info-section .img-holder img {
        max-width: 200px; } }

.packages-redesign .faq-buttons .container .inner-container, .packages-redesign .faq-buttons .page-heading .inner-container, .packages-redesign .faq-buttons .alertBox .inner-container {
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .packages-redesign .faq-buttons .container .inner-container, .packages-redesign .faq-buttons .page-heading .inner-container, .packages-redesign .faq-buttons .alertBox .inner-container {
      padding-bottom: 30px; } }

.packages-redesign .faq-buttons .container .buttons, .packages-redesign .faq-buttons .page-heading .buttons, .packages-redesign .faq-buttons .alertBox .buttons {
  font-size: 0;
  text-align: center; }
  @media (max-width: 767px) {
    .packages-redesign .faq-buttons .container .buttons, .packages-redesign .faq-buttons .page-heading .buttons, .packages-redesign .faq-buttons .alertBox .buttons {
      display: flex;
      flex-direction: column-reverse;
      max-width: 300px;
      margin: auto; } }
  @media (max-width: 767px) {
    .packages-redesign .faq-buttons .container .buttons .button + .button, .packages-redesign .faq-buttons .page-heading .buttons .button + .button, .packages-redesign .faq-buttons .alertBox .buttons .button + .button {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .packages-redesign .faq-buttons .container .buttons .button, .packages-redesign .faq-buttons .page-heading .buttons .button, .packages-redesign .faq-buttons .alertBox .buttons .button {
      font-size: 16px;
      padding: 13px 20px;
      min-width: 300px;
      border-radius: 999px; } }
  .packages-redesign .faq-buttons .container .buttons .button + .button, .packages-redesign .faq-buttons .page-heading .buttons .button + .button, .packages-redesign .faq-buttons .alertBox .buttons .button + .button {
    margin-left: 40px; }
    @media (max-width: 767px) {
      .packages-redesign .faq-buttons .container .buttons .button + .button, .packages-redesign .faq-buttons .page-heading .buttons .button + .button, .packages-redesign .faq-buttons .alertBox .buttons .button + .button {
        margin-left: 0; } }

.packages-redesign-subscription .package-hero .holder {
  background-color: #fff; }
  .packages-redesign-subscription .package-hero .holder::after {
    background: url(../img/nav-divider-new.png) top left;
    background-repeat: no-repeat;
    height: unset; }
    @media (max-width: 767px) {
      .packages-redesign-subscription .package-hero .holder::after {
        background: url(../img/vp-header-mobile.png) top center/100% 100%;
        background-repeat: no-repeat; } }

.subscription-accordion-body:not(.open) {
  display: none; }

.subscription-accordion:not(.open) .fa-minus {
  display: none; }

.subscription-accordion.open .fa-plus {
  display: none; }

.rental-product-head {
  display: flex;
  padding: 20px 30px 10px; }
  @media (max-width: 767px) {
    .rental-product-head {
      display: block;
      padding: 10px 7px 10px; } }
  .rental-product-head .rental-prod-image {
    width: 55%; }
    @media (max-width: 767px) {
      .rental-product-head .rental-prod-image {
        width: 100%;
        border-top: 2px solid #f2f2f2; } }
    .rental-product-head .rental-prod-image img {
      width: 55%;
      margin-top: 0 !important; }
      @media (max-width: 767px) {
        .rental-product-head .rental-prod-image img {
          width: 80%;
          margin-top: 10px !important; } }
  .rental-product-head .product-title {
    display: block !important;
    height: auto !important; }
    .rental-product-head .product-title h4 {
      text-align: left !important;
      height: auto !important;
      margin-bottom: 16px !important;
      color: #000 !important; }
    .rental-product-head .product-title p {
      font-size: 14px; }

.bordered.bordered-body .product-details .product-text {
  padding: 20px 0 5px;
  border-top: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2; }
  @media (max-width: 767px) {
    .bordered.bordered-body .product-details .product-text {
      border-top: none;
      padding-top: 0; } }
  .bordered.bordered-body .product-details .product-text p {
    text-align: left !important; }
    @media (max-width: 767px) {
      .bordered.bordered-body .product-details .product-text p {
        text-align: center !important; } }

.bordered.bordered-body .product-details .product-text-two {
  padding: 20px 0 15px; }
  .bordered.bordered-body .product-details .product-text-two p {
    text-align: left !important; }
    @media (max-width: 767px) {
      .bordered.bordered-body .product-details .product-text-two p {
        text-align: center !important; } }
    .bordered.bordered-body .product-details .product-text-two p b {
      display: block;
      margin-bottom: -20px; }
      @media (max-width: 767px) {
        .bordered.bordered-body .product-details .product-text-two p b {
          font-size: 14px; } }

.bordered.bordered-body .product-details .product-text-three {
  padding: 20px 0 15px; }
  .bordered.bordered-body .product-details .product-text-three p {
    text-align: left !important; }

.products-redesign-new .upfront-package .rental-product-head .product-title h4, .products-redesign-new .upfront-package .rental-product-stacked .product-title h4 {
  color: black !important; }

.greenBackground .inner .rental-product-head .product-title h4, .greenBackground .inner .rental-product-stacked .product-title h4 {
  color: black !important; }

.col.upfront-package.custom-banner.packages-stacked {
  margin-top: 10px;
  margin-right: 0; }

.products-redesign .column-holder .stacked-col {
  flex-basis: 80%; }

@media (max-width: 767px) {
  .bordered.bordered-body .product-details .product-text.for-stacked-text {
    border-top: 2px solid #f2f2f2;
    padding-top: 15px; } }

.rental-product-stacked {
  display: flex;
  padding: 20px 30px 10px; }
  @media (max-width: 767px) {
    .rental-product-stacked {
      display: block;
      padding: 10px 7px 10px; } }
  .rental-product-stacked .rental-prod-image {
    width: 100%; }
    @media (max-width: 767px) {
      .rental-product-stacked .rental-prod-image {
        display: none; } }
    .rental-product-stacked .rental-prod-image img {
      width: 50%;
      margin-top: 0 !important; }
      @media (max-width: 767px) {
        .rental-product-stacked .rental-prod-image img {
          width: 80%;
          margin-top: 10px !important; } }
  .rental-product-stacked .product-title {
    display: block !important;
    height: auto !important;
    width: 100%; }
    .rental-product-stacked .product-title h4 {
      text-align: left !important;
      height: auto !important;
      margin-bottom: 16px !important;
      color: #000 !important; }
      @media (max-width: 767px) {
        .rental-product-stacked .product-title h4 {
          text-align: center !important; } }
    .rental-product-stacked .product-title p {
      font-size: 14px; }
      @media (max-width: 767px) {
        .rental-product-stacked .product-title p {
          font-size: 12px;
          text-align: center !important; } }
    @media (max-width: 767px) {
      .rental-product-stacked .product-title img {
        display: block !important;
        width: 70%;
        margin: auto !important; } }

.bordered.bordered-body .product-list-stacked {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .bordered.bordered-body .product-list-stacked {
      display: block; } }
  @media (max-width: 767px) {
    .bordered.bordered-body .product-list-stacked p {
      margin-bottom: 0 !important; } }

@media screen and (max-width: 475px) {
  .products-redesign-new .monthly-rental .bordered.bordered-body.bordered-stacked .product-details p {
    font-size: 12px !important; } }

.col.upfront-package.custom-banner.package-condensed.package-sub-main .product-title, .col.monthly-rental.greenBackground.package-sub-main .product-title, .col.monthly-rental.greenBackground.stacked-col.package-main-stacked .product-title, .col.upfront-package.custom-banner.packages-stacked.stacked-col.package-main-stacked .product-title {
  height: auto;
  padding-top: 30px !important; }
  .col.upfront-package.custom-banner.package-condensed.package-sub-main .product-title h4, .col.monthly-rental.greenBackground.package-sub-main .product-title h4, .col.monthly-rental.greenBackground.stacked-col.package-main-stacked .product-title h4, .col.upfront-package.custom-banner.packages-stacked.stacked-col.package-main-stacked .product-title h4 {
    color: #559d89 !important;
    font-size: 24px;
    height: auto; }
    @media (max-width: 767px) {
      .col.upfront-package.custom-banner.package-condensed.package-sub-main .product-title h4, .col.monthly-rental.greenBackground.package-sub-main .product-title h4, .col.monthly-rental.greenBackground.stacked-col.package-main-stacked .product-title h4, .col.upfront-package.custom-banner.packages-stacked.stacked-col.package-main-stacked .product-title h4 {
        margin-bottom: 20px; } }

.col.upfront-package.custom-banner.package-condensed.package-sub-main .rental-prod-image, .col.monthly-rental.greenBackground.package-sub-main .rental-prod-image, .col.monthly-rental.greenBackground.stacked-col.package-main-stacked .rental-prod-image, .col.upfront-package.custom-banner.packages-stacked.stacked-col.package-main-stacked .rental-prod-image {
  padding: 0 30px; }
  @media (max-width: 767px) {
    .col.upfront-package.custom-banner.package-condensed.package-sub-main .rental-prod-image, .col.monthly-rental.greenBackground.package-sub-main .rental-prod-image, .col.monthly-rental.greenBackground.stacked-col.package-main-stacked .rental-prod-image, .col.upfront-package.custom-banner.packages-stacked.stacked-col.package-main-stacked .rental-prod-image {
      padding: 0 10px; } }
  @media (max-width: 767px) {
    .col.upfront-package.custom-banner.package-condensed.package-sub-main .rental-prod-image img, .col.monthly-rental.greenBackground.package-sub-main .rental-prod-image img, .col.monthly-rental.greenBackground.stacked-col.package-main-stacked .rental-prod-image img, .col.upfront-package.custom-banner.packages-stacked.stacked-col.package-main-stacked .rental-prod-image img {
      width: 100%; } }
  .col.upfront-package.custom-banner.package-condensed.package-sub-main .rental-prod-image p, .col.monthly-rental.greenBackground.package-sub-main .rental-prod-image p, .col.monthly-rental.greenBackground.stacked-col.package-main-stacked .rental-prod-image p, .col.upfront-package.custom-banner.packages-stacked.stacked-col.package-main-stacked .rental-prod-image p {
    font-size: 14px; }

@media (max-width: 767px) {
  .col.upfront-package.custom-banner.package-condensed.package-sub-main .bordered.bordered-body .product-text, .col.monthly-rental.greenBackground.package-sub-main .bordered.bordered-body .product-text, .col.monthly-rental.greenBackground.stacked-col.package-main-stacked .bordered.bordered-body .product-text, .col.upfront-package.custom-banner.packages-stacked.stacked-col.package-main-stacked .bordered.bordered-body .product-text {
    border-top: 2px solid #f2f2f2;
    padding-top: 15px; } }

.col.upfront-package.custom-banner.package-condensed.package-sub-main .bordered.bordered-body p, .col.monthly-rental.greenBackground.package-sub-main .bordered.bordered-body p, .col.monthly-rental.greenBackground.stacked-col.package-main-stacked .bordered.bordered-body p, .col.upfront-package.custom-banner.packages-stacked.stacked-col.package-main-stacked .bordered.bordered-body p {
  text-align: center !important; }

.col.upfront-package.custom-banner.package-condensed.package-sub-main .bordered.bordered-body b, .col.monthly-rental.greenBackground.package-sub-main .bordered.bordered-body b, .col.monthly-rental.greenBackground.stacked-col.package-main-stacked .bordered.bordered-body b, .col.upfront-package.custom-banner.packages-stacked.stacked-col.package-main-stacked .bordered.bordered-body b {
  display: block;
  margin-bottom: -10px; }
  @media (max-width: 767px) {
    .col.upfront-package.custom-banner.package-condensed.package-sub-main .bordered.bordered-body b, .col.monthly-rental.greenBackground.package-sub-main .bordered.bordered-body b, .col.monthly-rental.greenBackground.stacked-col.package-main-stacked .bordered.bordered-body b, .col.upfront-package.custom-banner.packages-stacked.stacked-col.package-main-stacked .bordered.bordered-body b {
      font-size: 14px; } }

.col.upfront-package.custom-banner.package-condensed.package-sub-main .bordered.bordered-body .under-title, .col.monthly-rental.greenBackground.package-sub-main .bordered.bordered-body .under-title, .col.monthly-rental.greenBackground.stacked-col.package-main-stacked .bordered.bordered-body .under-title, .col.upfront-package.custom-banner.packages-stacked.stacked-col.package-main-stacked .bordered.bordered-body .under-title {
  margin-bottom: -30px;
  display: block; }
  @media (max-width: 767px) {
    .col.upfront-package.custom-banner.package-condensed.package-sub-main .bordered.bordered-body .under-title, .col.monthly-rental.greenBackground.package-sub-main .bordered.bordered-body .under-title, .col.monthly-rental.greenBackground.stacked-col.package-main-stacked .bordered.bordered-body .under-title, .col.upfront-package.custom-banner.packages-stacked.stacked-col.package-main-stacked .bordered.bordered-body .under-title {
      margin-bottom: -20px; } }

.col.monthly-rental.greenBackground.stacked-col.package-main-stacked .product-title, .col.upfront-package.custom-banner.packages-stacked.stacked-col.package-main-stacked .product-title {
  height: auto;
  padding-top: 30px !important; }
  @media (max-width: 767px) {
    .col.monthly-rental.greenBackground.stacked-col.package-main-stacked .product-title, .col.upfront-package.custom-banner.packages-stacked.stacked-col.package-main-stacked .product-title {
      padding-top: 20px !important; } }
  .col.monthly-rental.greenBackground.stacked-col.package-main-stacked .product-title h4, .col.upfront-package.custom-banner.packages-stacked.stacked-col.package-main-stacked .product-title h4 {
    color: #000 !important;
    height: auto; }
    @media (max-width: 767px) {
      .col.monthly-rental.greenBackground.stacked-col.package-main-stacked .product-title h4, .col.upfront-package.custom-banner.packages-stacked.stacked-col.package-main-stacked .product-title h4 {
        margin-bottom: 16px; } }

.col.monthly-rental.greenBackground.stacked-col.package-main-stacked .rental-prod-image, .col.upfront-package.custom-banner.packages-stacked.stacked-col.package-main-stacked .rental-prod-image {
  padding: 0 30px; }
  @media (max-width: 767px) {
    .col.monthly-rental.greenBackground.stacked-col.package-main-stacked .rental-prod-image, .col.upfront-package.custom-banner.packages-stacked.stacked-col.package-main-stacked .rental-prod-image {
      padding: 0 10px; } }
  @media (max-width: 767px) {
    .col.monthly-rental.greenBackground.stacked-col.package-main-stacked .rental-prod-image img, .col.upfront-package.custom-banner.packages-stacked.stacked-col.package-main-stacked .rental-prod-image img {
      width: 70%; } }
  .col.monthly-rental.greenBackground.stacked-col.package-main-stacked .rental-prod-image p, .col.upfront-package.custom-banner.packages-stacked.stacked-col.package-main-stacked .rental-prod-image p {
    font-size: 14px; }

.col.monthly-rental.greenBackground.stacked-col.package-main-stacked .bordered.bordered-body, .col.upfront-package.custom-banner.packages-stacked.stacked-col.package-main-stacked .bordered.bordered-body {
  padding: 5px 30px !important; }
  @media (max-width: 767px) {
    .col.monthly-rental.greenBackground.stacked-col.package-main-stacked .bordered.bordered-body, .col.upfront-package.custom-banner.packages-stacked.stacked-col.package-main-stacked .bordered.bordered-body {
      padding: 20px 7px 5px !important; } }
  @media (max-width: 767px) {
    .col.monthly-rental.greenBackground.stacked-col.package-main-stacked .bordered.bordered-body .product-text, .col.upfront-package.custom-banner.packages-stacked.stacked-col.package-main-stacked .bordered.bordered-body .product-text {
      border-top: 2px solid #f2f2f2;
      padding-top: 15px; } }
  .col.monthly-rental.greenBackground.stacked-col.package-main-stacked .bordered.bordered-body .product-text-three, .col.upfront-package.custom-banner.packages-stacked.stacked-col.package-main-stacked .bordered.bordered-body .product-text-three {
    border-top: 2px solid #f2f2f2; }
  .col.monthly-rental.greenBackground.stacked-col.package-main-stacked .bordered.bordered-body p, .col.upfront-package.custom-banner.packages-stacked.stacked-col.package-main-stacked .bordered.bordered-body p {
    text-align: center !important; }
  .col.monthly-rental.greenBackground.stacked-col.package-main-stacked .bordered.bordered-body b, .col.upfront-package.custom-banner.packages-stacked.stacked-col.package-main-stacked .bordered.bordered-body b {
    display: block;
    margin-bottom: -10px; }
    @media (max-width: 767px) {
      .col.monthly-rental.greenBackground.stacked-col.package-main-stacked .bordered.bordered-body b, .col.upfront-package.custom-banner.packages-stacked.stacked-col.package-main-stacked .bordered.bordered-body b {
        font-size: 14px; } }
  .col.monthly-rental.greenBackground.stacked-col.package-main-stacked .bordered.bordered-body .under-title, .col.upfront-package.custom-banner.packages-stacked.stacked-col.package-main-stacked .bordered.bordered-body .under-title {
    margin-bottom: -30px;
    display: block; }
    @media (max-width: 767px) {
      .col.monthly-rental.greenBackground.stacked-col.package-main-stacked .bordered.bordered-body .under-title, .col.upfront-package.custom-banner.packages-stacked.stacked-col.package-main-stacked .bordered.bordered-body .under-title {
        margin-bottom: -20px; } }

.custom-title {
  text-align: center;
  font-size: 16px; }
  .custom-title p {
    text-align: center;
    font-size: 14px !important; }
    .custom-title p b {
      font-size: 20px;
      line-height: 1.1em; }
      @media (max-width: 767px) {
        .custom-title p b {
          font-size: 18px !important; } }
    .custom-title p .paidUpfrontText {
      font-size: 16px;
      display: block; }

.product-text-two ul, .product-text-two li {
  list-style: none;
  display: block;
  font-size: 14px;
  text-align: center; }

@media (max-width: 475px) {
  .title-scroller,
  .title-scroller2 {
    overflow-x: scroll;
    width: 170px; }
    .title-scroller p,
    .title-scroller2 p {
      width: 200px; } }

@media (max-width: 375px) {
  .title-scroller,
  .title-scroller2 {
    width: 150px; } }

@media (max-width: 767px) {
  .custom-fsize,
  .custom-fsize b {
    font-size: 11px; } }

@media (max-width: 500px) {
  .smaller-fsize {
    font-size: 10px !important; } }

label[for="custom-agreementCheckbox"]:before {
  top: 7px !important; }

label[for="custom-agreementCheckbox"]:after {
  top: 10px !important; }

@media screen and (max-width: 475px) {
  #sd-image-09bdf51d-9748-4805-b4fb-ac46f5db5ddb {
    background: url(https://cdn11.bigcommerce.com/s-q62ewc10kd/images/stencil/original/image-manager/redesign.jpg?t=1689160624) no-repeat !important;
    background-size: cover !important;
    height: 320px !important; } }

@media screen and (max-width: 475px) {
  #sd-image-e5f7b96b-604e-462d-8196-4866fd575472 {
    background: url(https://cdn11.bigcommerce.com/s-q62ewc10kd/images/stencil/original/image-manager/redesign.jpg?t=1689160624) no-repeat !important;
    background-size: cover !important;
    height: 320px !important; } }

@media screen and (max-width: 475px) {
  #sd-image-17221fa6-fedc-4926-94df-fae514d76617 {
    background: url(https://cdn11.bigcommerce.com/s-q62ewc10kd/images/stencil/original/image-manager/redesign.jpg?t=1689160624) no-repeat !important;
    background-size: cover !important;
    height: 320px !important; } }

@media screen and (max-width: 475px) {
  #sd-image-87cc31c0-30be-4c50-bc2c-7183946a7dd5 {
    background: url(https://cdn11.bigcommerce.com/s-q62ewc10kd/images/stencil/original/image-manager/redesign.jpg?t=1689160624) no-repeat !important;
    background-size: cover !important;
    height: 320px !important; } }

@media screen and (max-width: 475px) {
  div#sd-image-0488be9a-5e35-411a-a08a-ffc4efcd5757 {
    background: url(https://cdn11.bigcommerce.com/s-q62ewc10kd/images/stencil/original/image-manager/redesign.jpg?t=1689160624) no-repeat !important;
    background-size: cover !important;
    height: 320px !important; } }

@media screen and (max-width: 475px) {
  div#sd-image-7764bd67-f5ff-4f65-9664-81a1dd5c2e81 {
    background: url(https://cdn11.bigcommerce.com/s-q62ewc10kd/images/stencil/original/image-manager/redesign.jpg?t=1689160624) no-repeat !important;
    background-size: cover !important;
    height: 320px !important; } }

@media screen and (max-width: 475px) {
  div#sd-image-7764bd67-f5ff-4f65-9664-81a1dd5c2e81 {
    background: url(https://cdn11.bigcommerce.com/s-q62ewc10kd/images/stencil/original/image-manager/redesign.jpg?t=1689160624) no-repeat !important;
    background-size: cover !important;
    height: 320px !important; } }

@media screen and (max-width: 475px) {
  div#sd-image-f70dc07d-7022-46a0-a0a2-85602681e4d7 {
    background: url(https://cdn11.bigcommerce.com/s-q62ewc10kd/images/stencil/original/image-manager/redesign.jpg?t=1689160624) no-repeat !important;
    background-size: cover !important;
    height: 320px !important; } }

@media screen and (max-width: 475px) {
  div#sd-image-799055d7-f9bd-475b-94e5-2780b1df4b03 {
    background: url(https://cdn11.bigcommerce.com/s-q62ewc10kd/images/stencil/original/image-manager/redesign.jpg?t=1689160624) no-repeat !important;
    background-size: cover !important;
    height: 320px !important; } }

@media screen and (max-width: 475px) {
  div#sd-image-7cda0747-0f64-4fab-9c34-9363711d1603 {
    background: url(https://cdn11.bigcommerce.com/s-q62ewc10kd/images/stencil/original/image-manager/redesign.jpg?t=1689160624) no-repeat !important;
    background-size: cover !important;
    height: 320px !important; } }

@media screen and (max-width: 475px) {
  div#sd-image-16ba1241-782a-457a-8e65-12b7dadef752 {
    background: url(https://cdn11.bigcommerce.com/s-q62ewc10kd/images/stencil/original/image-manager/redesign.jpg?t=1689160624) no-repeat !important;
    background-size: cover !important;
    height: 320px !important; } }

@media screen and (max-width: 475px) {
  div#sd-image-4f2e1b93-57a7-4985-8664-85e9ef070ade {
    background: url(https://cdn11.bigcommerce.com/s-q62ewc10kd/images/stencil/original/image-manager/redesign.jpg?t=1689160624) no-repeat !important;
    background-size: cover !important;
    height: 320px !important; } }

.package-hero.v2.new {
  margin-top: 45px;
  z-index: 0 !important; }
  .package-hero.v2.new .holder .inner-container {
    right: 0;
    padding-left: 0;
    max-width: 1000px; }
    @media screen and (max-width: 475px) {
      .package-hero.v2.new .holder .inner-container {
        padding: 30px 0 40px; } }
    .package-hero.v2.new .holder .inner-container h1 {
      margin: 0;
      font-size: 30px !important; }
      @media screen and (max-width: 768px) {
        .package-hero.v2.new .holder .inner-container h1 {
          font-size: 21px !important; } }
      @media screen and (max-width: 475px) {
        .package-hero.v2.new .holder .inner-container h1 {
          font-size: 24px !important; } }
      @media screen and (max-width: 768px) {
        .package-hero.v2.new .holder .inner-container h1 .packages-banner-heading {
          font-size: 18px !important; } }
    .package-hero.v2.new .holder .inner-container p {
      max-width: 860px; }
      @media screen and (max-width: 768px) {
        .package-hero.v2.new .holder .inner-container p {
          font-size: 16px; } }
      @media screen and (max-width: 475px) {
        .package-hero.v2.new .holder .inner-container p {
          text-align: center; } }

@media screen and (max-width: 475px) {
  .packages-redesign-new .package-hero .holder::after {
    background-color: #fff; } }

.tabs-redesign .holder {
  -webkit-mask: url(../img/ellipse-mask-bottom.svg) bottom center/cover;
  mask: url(../img/ellipse-mask-bottom.svg) bottom center/cover;
  -webkit-mask-composite: source-in,source-over,xor;
  mask-composite: source-in,source-over,xor;
  padding: 64px 10px;
  background-color: #F2F2F2; }
  .tabs-redesign .holder .inner-container h2 p {
    display: inline; }
  .tabs-redesign .holder .inner-container .desc {
    margin-bottom: 0; }
  @media screen and (max-width: 475px) {
    .tabs-redesign .holder .inner-container .tabs-holder ul li a {
      font-size: 14px !important;
      padding: 0 15px !important; } }

[data-sub-layout-container="7685983f-88af-41e3-a9a2-fdb524d35571"] {
  border-radius: 20px 0 0 20px; }

@media screen and (max-width: 475px) {
  [data-sub-layout-container="7685983f-88af-41e3-a9a2-fdb524d35571"] {
    background-color: #fff !important; } }

[data-widget-id="cd1eda3f-3feb-4751-9d22-f418d9f863df"] .inner-container {
  margin: 0 80px; }
  [data-widget-id="cd1eda3f-3feb-4751-9d22-f418d9f863df"] .inner-container h2 {
    text-align: left !important; }
    @media screen and (max-width: 475px) {
      [data-widget-id="cd1eda3f-3feb-4751-9d22-f418d9f863df"] .inner-container h2 {
        font-size: 22px !important;
        padding: 0; } }
  @media screen and (max-width: 475px) {
    [data-widget-id="cd1eda3f-3feb-4751-9d22-f418d9f863df"] .inner-container {
      margin: 0 10px; } }

[data-widget-id="67544407-f3c1-418e-af58-84bc815cd28d"] .inner-container {
  margin: 0 80px; }
  [data-widget-id="67544407-f3c1-418e-af58-84bc815cd28d"] .inner-container h2 {
    text-align: left !important; }
    @media screen and (max-width: 475px) {
      [data-widget-id="67544407-f3c1-418e-af58-84bc815cd28d"] .inner-container h2 {
        font-size: 22px !important;
        padding: 0; } }
  @media screen and (max-width: 475px) {
    [data-widget-id="67544407-f3c1-418e-af58-84bc815cd28d"] .inner-container {
      margin: 0 10px; } }

[data-widget-id="3cb37c56-61aa-442d-b71a-0f835e6ae19c"] .inner-container {
  margin: 0 80px; }
  [data-widget-id="3cb37c56-61aa-442d-b71a-0f835e6ae19c"] .inner-container h2 {
    text-align: left !important; }
    @media screen and (max-width: 475px) {
      [data-widget-id="3cb37c56-61aa-442d-b71a-0f835e6ae19c"] .inner-container h2 {
        font-size: 22px !important;
        padding: 0; } }
  @media screen and (max-width: 475px) {
    [data-widget-id="3cb37c56-61aa-442d-b71a-0f835e6ae19c"] .inner-container {
      margin: 0 10px; } }

[data-widget-id="3766b1d1-b071-4eac-ae37-0c15817208e7"] .inner-container {
  margin: 0 80px; }
  [data-widget-id="3766b1d1-b071-4eac-ae37-0c15817208e7"] .inner-container h2 {
    text-align: left !important; }
    @media screen and (max-width: 475px) {
      [data-widget-id="3766b1d1-b071-4eac-ae37-0c15817208e7"] .inner-container h2 {
        font-size: 22px !important;
        padding: 0; } }
  @media screen and (max-width: 475px) {
    [data-widget-id="3766b1d1-b071-4eac-ae37-0c15817208e7"] .inner-container {
      margin: 0 10px; } }

@media screen and (max-width: 800px) {
  [data-sub-layout-container="0f56428f-dc7d-4307-9e90-6c0772fe75f5"] {
    flex-direction: column; } }

@media screen and (max-width: 800px) {
  [data-sub-layout="6bd1e501-e6dc-4bed-ba31-4534f8a72541"] {
    max-width: 100% !important; } }

@media screen and (max-width: 800px) {
  [data-sub-layout="2efb5314-0e7e-4a63-b4b6-63dec9b6c90e"] {
    max-width: 100% !important; } }

.package-redesign-h2 {
  padding: 40px 300px;
  background: linear-gradient(90deg, #3bbb92, #01484c); }
  .package-redesign-h2 h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #fff;
    line-height: 1; }
  .package-redesign-h2 p {
    color: #fff; }
  .package-redesign-h2 ul {
    color: #fff; }
  @media screen and (max-width: 475px) {
    .package-redesign-h2 {
      padding: 25px; } }

.package-redesign-testimonials {
  padding: 40px 100px 30px; }
  .package-redesign-testimonials h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.19 !important; }
    @media screen and (max-width: 475px) {
      .package-redesign-testimonials h2 {
        margin: 10px 0;
        font-size: 22px; } }
  .package-redesign-testimonials .testimonial-holder {
    display: flex; }
    .package-redesign-testimonials .testimonial-holder .inner-testimonial {
      width: 20%;
      margin: 10px;
      text-align: center; }
      @media screen and (max-width: 800px) {
        .package-redesign-testimonials .testimonial-holder .inner-testimonial {
          width: 100%; } }
      @media screen and (max-width: 475px) {
        .package-redesign-testimonials .testimonial-holder .inner-testimonial {
          margin: 10px 0; } }
    .package-redesign-testimonials .testimonial-holder img {
      width: 50%;
      margin-bottom: 20px; }
    .package-redesign-testimonials .testimonial-holder h3 {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 0; }
    @media screen and (max-width: 800px) {
      .package-redesign-testimonials .testimonial-holder {
        flex-direction: column; } }
  @media screen and (max-width: 475px) {
    .package-redesign-testimonials {
      padding: 40px 60px 30px; } }

#sd-simple-text-editable-0d1cd6b1-6701-4d55-ae8a-443271b4ea32 p {
  font-family: "konnect", sans-serif;
  font-weight: 700; }
  @media screen and (max-width: 475px) {
    #sd-simple-text-editable-0d1cd6b1-6701-4d55-ae8a-443271b4ea32 p {
      font-size: 22px; } }

#sd-simple-text-editable-cbdafad7-070f-481a-b32b-6793083c42b5 p {
  font-family: "konnect", sans-serif;
  font-weight: 700; }
  @media screen and (max-width: 475px) {
    #sd-simple-text-editable-cbdafad7-070f-481a-b32b-6793083c42b5 p {
      font-size: 22px; } }

#sd-simple-text-editable-d95ca39f-92fd-4765-a512-9f1c849b5d98 p {
  font-family: "konnect", sans-serif;
  font-weight: 700; }
  @media screen and (max-width: 475px) {
    #sd-simple-text-editable-d95ca39f-92fd-4765-a512-9f1c849b5d98 p {
      font-size: 22px; } }

#sd-simple-text-editable-de89fa88-4c27-4520-83fa-f4d648a90835 p {
  font-family: "konnect", sans-serif;
  font-weight: 700; }
  @media screen and (max-width: 475px) {
    #sd-simple-text-editable-de89fa88-4c27-4520-83fa-f4d648a90835 p {
      font-size: 22px; } }

#sd-simple-text-editable-9a2c52b2-1ffb-468e-8a46-1070fa12e176 p {
  font-family: "konnect", sans-serif;
  font-weight: 700; }
  @media screen and (max-width: 475px) {
    #sd-simple-text-editable-9a2c52b2-1ffb-468e-8a46-1070fa12e176 p {
      font-size: 22px; } }

#sd-simple-text-editable-aa8beb57-d663-4cef-8efd-bec316474c03 p {
  font-family: "konnect", sans-serif;
  font-weight: 700; }
  @media screen and (max-width: 475px) {
    #sd-simple-text-editable-aa8beb57-d663-4cef-8efd-bec316474c03 p {
      font-size: 22px; } }

#sd-simple-text-editable-b7b58848-dac5-4122-96e0-2c38c50deb61 p {
  font-family: "konnect", sans-serif;
  font-weight: 700; }
  @media screen and (max-width: 475px) {
    #sd-simple-text-editable-b7b58848-dac5-4122-96e0-2c38c50deb61 p {
      font-size: 22px; } }

.products-redesign-new .holder {
  -webkit-mask: url(../img/custom/wave-mask.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
  mask: url(../img/custom/wave-mask.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
  -webkit-mask-composite: source-in,source-over,xor;
  mask-composite: source-in,source-over,xor;
  padding: 64px 10px;
  background-color: #fff; }
  @media screen and (max-width: 475px) {
    .products-redesign-new .holder {
      -webkit-mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
      mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
      padding: 36px 10px 44px; } }
  .products-redesign-new .holder .inner-container h2 {
    margin-bottom: 0px !important; }
  .products-redesign-new .holder .inner-container h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 16px; }
    @media screen and (max-width: 767px) {
      .products-redesign-new .holder .inner-container h3 {
        font-size: 16px;
        font-weight: 500; } }

.products-redesign-new .upfront-package .radioBtn {
  top: 10px; }

.products-redesign-new .upfront-package .product-title {
  background-color: #fff !important;
  border-radius: 10px 10px 0 0;
  padding: 10px 0 0 !important; }
  .products-redesign-new .upfront-package .product-title h4 {
    color: #2E4EC6 !important; }
    @media screen and (max-width: 475px) {
      .products-redesign-new .upfront-package .product-title h4 {
        font-size: 18px !important; } }

.products-redesign-new .upfront-package .bordered {
  background-color: #fff !important;
  border: none !important;
  flex: none !important;
  border-radius: 0 0 10px 10px;
  padding: 5px 30px 30px !important; }
  @media screen and (max-width: 475px) {
    .products-redesign-new .upfront-package .bordered {
      padding: 0 7px 20px !important; } }
  @media screen and (max-width: 475px) {
    .products-redesign-new .upfront-package .bordered .product-description {
      padding: 0 0 10px !important; } }
  .products-redesign-new .upfront-package .bordered .product-description p {
    color: #000 !important;
    font-weight: 600;
    font-size: 14px !important; }
    @media screen and (max-width: 475px) {
      .products-redesign-new .upfront-package .bordered .product-description p {
        font-size: 12px !important; } }
  .products-redesign-new .upfront-package .bordered .product-details {
    border-top: none !important;
    padding-top: 0 !important; }
    .products-redesign-new .upfront-package .bordered .product-details p br {
      display: block !important; }
    .products-redesign-new .upfront-package .bordered .product-details .product-features p {
      margin-bottom: 10px !important; }
  .products-redesign-new .upfront-package .bordered p {
    color: #000 !important; }

.products-redesign-new .monthly-rental .product-savings {
  background: linear-gradient(180deg, #be0082 0, #e80445 100%);
  padding: 10px 0 !important;
  margin-bottom: 2px;
  border-radius: 10px; }
  .products-redesign-new .monthly-rental .product-savings h4 {
    margin-bottom: 11px;
    text-align: center;
    font-weight: bolder;
    line-height: 1.2;
    font-size: 20px;
    color: #fff; }
    @media screen and (max-width: 475px) {
      .products-redesign-new .monthly-rental .product-savings h4 {
        font-size: 12px !important;
        margin-bottom: 0px; } }

.products-redesign-new .monthly-rental .product-title {
  background-color: #2E4EC6 !important;
  border-radius: 10px 10px 0 0;
  padding: 10px 0 0 !important; }
  .products-redesign-new .monthly-rental .product-title h4 {
    color: #fff !important; }
    @media screen and (max-width: 475px) {
      .products-redesign-new .monthly-rental .product-title h4 {
        font-size: 18px !important; } }

.products-redesign-new .monthly-rental .bordered {
  background-color: #2E4EC6 !important;
  border: none !important;
  flex: none !important;
  border-radius: 0 0 10px 10px;
  padding: 5px 30px 30px !important; }
  @media screen and (max-width: 475px) {
    .products-redesign-new .monthly-rental .bordered {
      padding: 0 7px 20px !important; } }
  @media screen and (max-width: 475px) {
    .products-redesign-new .monthly-rental .bordered .product-description {
      padding: 0 0 10px !important; } }
  .products-redesign-new .monthly-rental .bordered .product-description p {
    color: #000 !important;
    font-weight: 600;
    font-size: 14px !important; }
    @media screen and (max-width: 475px) {
      .products-redesign-new .monthly-rental .bordered .product-description p {
        font-size: 12px !important; } }
  .products-redesign-new .monthly-rental .bordered .product-details {
    border-top: none !important;
    padding-top: 0 !important; }
    .products-redesign-new .monthly-rental .bordered .product-details p {
      color: #000 !important; }
      .products-redesign-new .monthly-rental .bordered .product-details p br {
        display: block !important; }
    .products-redesign-new .monthly-rental .bordered .product-details .product-features p {
      margin-bottom: 10px !important; }

.tooltip-column {
  margin-right: 10px !important;
  margin-top: 284px !important; }
  @media screen and (max-width: 475px) {
    .tooltip-column {
      margin-right: 5px !important;
      margin-top: 182px !important; } }
  .tooltip-column .product-title {
    border-radius: 10px 10px 0 0;
    padding: 10px 0 0 !important; }
    @media screen and (max-width: 475px) {
      .tooltip-column .product-title h4 {
        font-size: 14px !important; } }
  .tooltip-column .bordered {
    border: none !important;
    flex: none !important;
    border-radius: 0 0 10px 10px;
    padding-top: 10px !important; }
    .tooltip-column .bordered .product-description p {
      color: #fff !important; }
      @media screen and (max-width: 475px) {
        .tooltip-column .bordered .product-description p {
          font-size: 12px !important; } }
    .tooltip-column .bordered .product-details {
      border-top: none !important;
      padding-top: 0 !important; }
      .tooltip-column .bordered .product-details .tooltip-title h4 {
        margin-bottom: 20px; }
        @media screen and (max-width: 475px) {
          .tooltip-column .bordered .product-details .tooltip-title h4 {
            margin-bottom: 25px;
            margin-top: 8px; } }
      .tooltip-column .bordered .product-details h4 {
        margin-bottom: 15px;
        text-align: center;
        font-weight: bolder;
        line-height: 1.2;
        font-size: 20px; }
        @media screen and (max-width: 475px) {
          .tooltip-column .bordered .product-details h4 {
            font-size: 11px !important;
            margin-top: 18px;
            margin-bottom: 12px; } }
      .tooltip-column .bordered .product-details p {
        border-bottom: 1px solid #fff; }
        @media screen and (max-width: 475px) {
          .tooltip-column .bordered .product-details p {
            font-size: 11px !important; } }
      .tooltip-column .bordered .product-details .product-features p {
        margin-bottom: 10px !important; }
    .tooltip-column .bordered .product-price .tooltip-total {
      font-weight: 600;
      margin-bottom: 25px !important;
      padding: 6px 0 15px; }
      @media screen and (max-width: 475px) {
        .tooltip-column .bordered .product-price .tooltip-total {
          padding: 4px 0 14px;
          margin-bottom: 9px !important; } }
    .tooltip-column .bordered .product-price p br {
      display: block !important; }
    @media screen and (max-width: 475px) {
      .tooltip-column .bordered {
        padding: 7px 7px 20px !important; } }

.dynamic-rental-button {
  padding-top: 10px; }
  .dynamic-rental-button h4 {
    margin-bottom: 16px;
    text-align: center;
    font-weight: bolder;
    line-height: 1.2;
    font-size: 20px; }
    @media screen and (max-width: 475px) {
      .dynamic-rental-button h4 {
        font-size: 14px !important; } }
  .dynamic-rental-button .buttons {
    text-align: center; }

.dynamic-upfront-button {
  padding-top: 10px; }
  .dynamic-upfront-button .buttons {
    text-align: center; }

.greenBackground .inner .product-title {
  background-color: #fff !important;
  border-radius: 10px 10px 0 0;
  padding: 10px 0 0 !important; }

.greenBackground .inner .product-title h4 {
  color: #2E4EC6 !important; }

.greenBackground .inner .bordered {
  background-color: #fff !important; }

.greenBackground .inner .bordered p {
  color: #fff !important; }

.col.upfront-package.custom-banner {
  margin-right: 10px; }

.col.upfront-package.custom-banner.greenBackground {
  margin-left: 10px; }

@media screen and (max-width: 475px) {
  .col.monthly-rental.greenBackground {
    margin-right: 5px; }
  .col.upfront-package.custom-banner.greenBackground {
    margin-left: 5px; }
  .package-hero.v2 .holder .fake-background [id*="sd-image"] {
    height: auto !important; } }

.radioBtn {
  position: absolute;
  display: block;
  background-color: white;
  border-radius: 200px;
  width: 25px;
  height: 25px;
  right: 10px;
  top: 10px;
  z-index: 10; }
  .greenBackground .radioBtn {
    background-color: #E71A49;
    border: 3px solid #fff; }
  @media screen and (max-width: 475px) {
    .radioBtn {
      width: 15px;
      height: 15px; } }

.sd-simple-text-0d1cd6b1-6701-4d55-ae8a-443271b4ea32 {
  padding-top: 30px !important; }

.faq-button {
  text-align: center;
  padding-bottom: 50px; }

.package-element-stepper {
  padding: 30px;
  position: fixed;
  z-index: 30;
  left: 0;
  right: 0;
  background-color: white;
  top: 120px; }
  @media screen and (max-width: 475px) {
    .package-element-stepper {
      padding: 20px 0; } }
  .package-element-stepper .stepper-progress-wrapper .gray {
    background: #e3e3e3 !important; }
  .package-element-stepper .stepper-progress-wrapper .gray-title {
    font-weight: 400 !important; }

@media screen and (max-width: 475px) {
  .green-rental-button {
    font-size: 13px !important; } }

@media screen and (max-width: 475px) {
  .right-text-package {
    padding: 0 !important; } }

.right-text-package .inner-container {
  padding: 0 !important; }
  @media screen and (max-width: 475px) {
    .right-text-package .inner-container .text {
      padding: 30px 42px; } }
  .right-text-package .inner-container .text h2 p {
    font-weight: 700 !important; }

.package-redesign-switcher {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  top: unset; }
  .package-redesign-switcher .holder {
    border-top: 3px solid #2E4EC6;
    background-color: #fff; }
    .package-redesign-switcher .holder .left a {
      text-align: center; }

.packages-version2 .holder {
  background-color: #fff; }

.products-redesign-new .monthly-rental .bordered .prod-desc-2, .products-redesign-new .upfront-package .bordered .prod-desc-2 {
  padding: 0 0 10px !important; }

.products-redesign .column-holder .package-col-2 .inner .bordered {
  background-color: #F2F2F2; }

.tooltip-column.package-col-2 {
  margin-top: 200px !important; }
  @media screen and (max-width: 475px) {
    .tooltip-column.package-col-2 {
      margin-top: 165px !important; } }

.tooltip-column.package-col-2 .bordered .product-details p {
  border-bottom: 1px solid #fff; }

.tooltip-column.package-col-2 .bordered .product-details h4 {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px; }
  @media screen and (max-width: 475px) {
    .tooltip-column.package-col-2 .bordered .product-details h4 {
      font-size: 11px !important; } }

.products-redesign .column-holder .package-col-2 .inner .product-details {
  padding-top: 10px;
  border-top: 2px solid #bfbfbf; }

[data-widget-id="103036da-a09e-4dde-a759-4e27da45b4da"] .inner-container {
  margin: 0 80px; }
  @media screen and (max-width: 767px) {
    [data-widget-id="103036da-a09e-4dde-a759-4e27da45b4da"] .inner-container {
      margin: 0 10px; } }
  [data-widget-id="103036da-a09e-4dde-a759-4e27da45b4da"] .inner-container h2 {
    text-align: left !important; }
    @media screen and (max-width: 767px) {
      [data-widget-id="103036da-a09e-4dde-a759-4e27da45b4da"] .inner-container h2 {
        font-size: 22px !important;
        padding: 0; } }

[data-widget-id="f8d273b4-a51d-40aa-a4c6-1987a28e9b0d"] .inner-container {
  margin: 0 80px; }
  @media screen and (max-width: 767px) {
    [data-widget-id="f8d273b4-a51d-40aa-a4c6-1987a28e9b0d"] .inner-container {
      margin: 0 10px; } }
  [data-widget-id="f8d273b4-a51d-40aa-a4c6-1987a28e9b0d"] .inner-container h2 {
    text-align: left !important; }
    @media screen and (max-width: 767px) {
      [data-widget-id="f8d273b4-a51d-40aa-a4c6-1987a28e9b0d"] .inner-container h2 {
        font-size: 22px !important;
        padding: 0; } }

[data-sub-layout="53d0d8e4-7bc2-4830-9bdf-57f54c9b270d"] {
  justify-content: start !important; }

section.basic-accordion.package-element-redesign2-accordion p {
  text-align: left !important; }

#sd-simple-text-editable-586969d7-1a11-4fc8-a2be-ad4bff363442 p {
  font-family: "konnect", sans-serif; }
  @media screen and (max-width: 475px) {
    #sd-simple-text-editable-586969d7-1a11-4fc8-a2be-ad4bff363442 p strong {
      font-size: 22px; } }

@media screen and (max-width: 767px) {
  #sd-image-71fa52f2-7080-47cb-9cd0-89cd47bb3d64 {
    background: url(https://cdn11.bigcommerce.com/s-q62ewc10kd/images/stencil/original/image-manager/redesign.jpg?t=1689160624) no-repeat !important;
    background-size: cover !important;
    height: 320px !important; } }

.packages-footer p {
  font-size: 12px; }
  @media screen and (max-width: 475px) {
    .packages-footer p {
      font-size: 10px; } }

#sd-simple-text-editable-e5c99091-eb0e-4ba8-a536-23b2b9524262 p {
  font-family: "konnect", sans-serif;
  font-weight: 700; }
  @media screen and (max-width: 475px) {
    #sd-simple-text-editable-e5c99091-eb0e-4ba8-a536-23b2b9524262 p {
      font-size: 22px; } }

#sd-simple-text-editable-c1ee79f1-e807-4806-8f11-008f68cb440b p {
  font-family: "konnect", sans-serif;
  font-weight: 700; }
  @media screen and (max-width: 475px) {
    #sd-simple-text-editable-c1ee79f1-e807-4806-8f11-008f68cb440b p {
      font-size: 22px; } }

#sd-simple-text-editable-195afbd5-f510-434e-81f6-19c5186edc77 p {
  font-family: "konnect", sans-serif;
  font-weight: 700; }
  @media screen and (max-width: 475px) {
    #sd-simple-text-editable-195afbd5-f510-434e-81f6-19c5186edc77 p {
      font-size: 22px; } }

.basic-accordion.package-element-redesign-accordion h2 {
  font-size: 22px !important;
  text-align: left !important;
  padding: 0; }
  @media screen and (max-width: 475px) {
    .basic-accordion.package-element-redesign-accordion h2 {
      font-size: 20px !important; } }

.package-element-redesign-accordion .inner-container.normal-section {
  margin: auto; }
  @media screen and (max-width: 475px) {
    .package-element-redesign-accordion .inner-container.normal-section {
      margin: 0 10px; } }

.rental-prod-image {
  text-align: center; }
  .rental-prod-image img {
    width: 50%; }
    @media screen and (max-width: 475px) {
      .rental-prod-image img {
        width: 60%; } }
  @media screen and (max-width: 475px) {
    .rental-prod-image p {
      font-size: 11px; } }

.new-packages-button {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 30px; }
  @media screen and (max-width: 475px) {
    .new-packages-button {
      padding: 0 7px; } }
  @media screen and (max-width: 475px) {
    .new-packages-button a {
      font-size: 9px !important; } }

.button.button-medium.button-green.rental-button-red {
  width: 300px; }
  @media screen and (max-width: 475px) {
    .button.button-medium.button-green.rental-button-red {
      font-size: 12px !important;
      width: 150px; } }

.payg-purchase {
  width: 50%;
  position: relative; }
  @media screen and (max-width: 475px) {
    .payg-purchase {
      width: 90%; } }
  .payg-purchase span {
    right: 0;
    position: absolute; }

.products-redesign-new .product-heading h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bolder;
  padding: 10px 0; }
  @media screen and (max-width: 475px) {
    .products-redesign-new .product-heading h4 {
      font-size: 14px; } }

.products-redesign-new .on-running {
  font-size: 20px;
  font-weight: bolder; }
  @media screen and (max-width: 475px) {
    .products-redesign-new .on-running {
      font-size: 18px; } }

.products-redesign-new .product-main-border {
  border: 3px solid #f2f2f2;
  border-radius: 10px; }

.product-tooltip {
  margin-left: 10px;
  margin-bottom: 20px; }
  .product-tooltip-modal {
    display: none;
    position: fixed;
    top: 20%;
    left: 0;
    right: 0;
    max-width: 400px;
    max-height: 500px;
    margin: 0 auto;
    background-color: white;
    border: 1px solid;
    z-index: 999;
    padding: 30px 20px;
    overflow: auto; }
    .product-tooltip-modal.is-open {
      display: block; }
    .product-tooltip-modal .payg-purchase {
      width: 100%; }
    .product-tooltip-modal .new-rental-tab {
      height: unset !important; }
  .product-tooltip-close {
    height: 2.28571rem;
    width: 2.28571rem;
    color: #757575;
    font-size: 32px;
    line-height: 2.28571rem;
    padding: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    z-index: 50;
    top: 0.5rem;
    right: 0.5rem; }
  .product-tooltip-content {
    display: none; }
    .product-tooltip-content.is-open {
      display: block; }

.hidden-text {
  display: none; }
  @media screen and (max-width: 475px) {
    .hidden-text {
      visibility: hidden;
      display: inline; } }

.packages-slider img {
  width: auto; }

.packages-slider {
  padding: 15px 15px; }
  .packages-slider .item-name {
    font-size: 36px;
    padding-top: 40px;
    font-family: "konnect",sans-serif !important;
    text-align: center;
    font-weight: 700;
    line-height: 1.2; }
    @media screen and (max-width: 767px) {
      .packages-slider .item-name {
        font-size: 22px; } }
  .packages-slider .how-it-works-slider-carousel .item {
    text-align: center;
    padding: 0 15px; }
    .packages-slider .how-it-works-slider-carousel .item .holder {
      max-width: 800px;
      margin: 0 auto;
      padding: 32px;
      background-color: #fff;
      border-radius: 16px; }
    .packages-slider .how-it-works-slider-carousel .item .item-img {
      display: flex;
      justify-content: center;
      padding: 39px 0;
      padding-top: 15px; }
      .packages-slider .how-it-works-slider-carousel .item .item-img img {
        height: 185px;
        width: auto; }
        @media screen and (max-width: 600px) {
          .packages-slider .how-it-works-slider-carousel .item .item-img img {
            height: 130px; } }
    .packages-slider .how-it-works-slider-carousel .item .item-title h4 {
      font-size: 17px;
      font-weight: bold; }
    .packages-slider .how-it-works-slider-carousel .item .item-desc ul {
      list-style-type: none; }
  .packages-slider .how-it-works-slider-carousel .slick-next::before, .packages-slider .how-it-works-slider-carousel .slick-prev::before {
    filter: invert(38%) sepia(97%) saturate(311%) hue-rotate(112deg) brightness(93%) contrast(84%); }
  .packages-slider .how-it-works-slider-carousel .slick-dots li.slick-active button:hover {
    background: #2E4EC6; }
  .packages-slider .how-it-works-slider-carousel .slick-dots li.slick-active button::before {
    background: #2E4EC6; }

.products-redesign-new .product-title h4 {
  margin: 0;
  text-align: center;
  font-weight: bolder;
  line-height: 1.2;
  font-size: 20px;
  color: #333333;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #2E4EC6;
  height: 49px; }
  @media screen and (max-width: 475px) {
    .products-redesign-new .product-title h4 {
      font-size: 16px; } }

#black-friday-modal {
  background: linear-gradient(180deg, #be0082 0, #e80445 100%);
  padding: 10px 30px 5px;
  text-align: center;
  max-width: 980px;
  margin: auto;
  margin-bottom: 5px;
  border-radius: 10px; }

#black-friday-modal p, #black-friday-modal h4, #black-friday-modal h5 {
  color: #fff;
  font-weight: 700; }

@media screen and (max-width: 475px) {
  #black-friday-modal h4 {
    font-size: 20px; } }

@media screen and (max-width: 475px) {
  #black-friday-modal h5 {
    font-size: 14px;
    margin-bottom: 8px; } }

@media screen and (max-width: 390px) {
  #black-friday-modal h5 {
    font-size: 12px; } }

.modal-close {
  color: white; }

.holder.packages-slider {
  border: 3px solid #f2f2f2;
  -webkit-mask: none;
  padding-top: 10px !important; }

.packages-slider-alt-page .slick-dots, .packages-slider-page .slick-dots {
  bottom: 0; }

@media screen and (max-width: 475px) {
  .packages-slider-alt-page .slick-next, .packages-slider-page .slick-next {
    right: -20px;
    background-color: unset; } }

@media screen and (max-width: 475px) {
  .packages-slider-alt-page .slick-prev, .packages-slider-page .slick-prev {
    left: -20px;
    background-color: unset; } }

.item-img.packages-item-slide {
  padding: 0 !important; }

@media screen and (max-width: 475px) {
  .product-heading.product-slide h4 {
    font-size: 16px; } }

@media screen and (max-width: 475px) {
  .on-running.product-slide {
    font-size: 16px; } }

@media screen and (max-width: 475px) {
  .sub-alt-text {
    font-size: 11px; } }

@media screen and (max-width: 475px) {
  .sub-stacked-text {
    font-size: 12px; } }

@media screen and (max-width: 475px) {
  .sub-stacked-details {
    font-size: 12px !important; } }

@media screen and (max-width: 475px) {
  .products-redesign-new .upfront-package .bordered .product-details .sub-stacked-details {
    font-size: 12px !important; } }

@media screen and (max-width: 475px) {
  #sub-main-text {
    font-size: 11px; } }

.product-element .home-hero-banner.home-hero-banner-simple .holder {
  background: none;
  background-color: transparent !important; }

.product-element .home-hero-banner.home-hero-banner-simple .heading-holder {
  padding-bottom: 0; }
  @media (max-width: 767px) {
    .product-element .home-hero-banner.home-hero-banner-simple .heading-holder {
      padding-top: 56px; } }
  .product-element .home-hero-banner.home-hero-banner-simple .heading-holder h1 {
    color: #000000 !important; }

.product-element .package-hero.v2 .holder::after {
  background: url(../img/nav-divider-v3.png) top left; }
  @media (max-width: 767px) {
    .product-element .package-hero.v2 .holder::after {
      background: url(../img/vp-header-mobile.png) top center/100% 100%; } }

.product-element .info-section .inner-container {
  padding-bottom: 64px; }
  @media (max-width: 767px) {
    .product-element .info-section .inner-container {
      padding-bottom: 28px; } }

.product-element .info-section .desc p {
  font-size: 16px !important;
  font-weight: bolder !important; }

@media (max-width: 767px) {
  .product-element .info-section .custom-margin {
    margin-top: -30px; } }

@media (max-width: 767px) {
  .product-element .info-section .custom-margin .desc {
    margin-top: -25px; } }

.product-element .info-section .d-flex .col {
  padding: 0; }
  @media (max-width: 767px) {
    .product-element .info-section .d-flex .col {
      display: flex;
      gap: 10px;
      align-items: center;
      flex-flow: wrap; } }
  .product-element .info-section .d-flex .col .img-holder {
    text-align: center; }
    @media (max-width: 767px) {
      .product-element .info-section .d-flex .col .img-holder {
        position: relative;
        max-width: unset;
        flex-basis: 100px;
        max-width: 100px; } }
    .product-element .info-section .d-flex .col .img-holder img {
      height: 11vh !important;
      max-height: 200px; }
      @media (max-width: 767px) {
        .product-element .info-section .d-flex .col .img-holder img {
          max-width: 200px; } }
  .product-element .info-section .d-flex .col .desc {
    margin: 0 !important; }
    @media (max-width: 767px) {
      .product-element .info-section .d-flex .col .desc {
        flex: 1; } }
    @media (max-width: 767px) {
      .product-element .info-section .d-flex .col .desc p {
        text-align: left !important; } }

@media (max-width: 767px) {
  .product-element .info-section .button-holder {
    display: flex;
    gap: 30px;
    flex-direction: column-reverse; } }

@media (max-width: 767px) {
  .product-element .info-section .button-holder .button {
    margin: 0; } }

@media (max-width: 767px) {
  .home-page-ab-test .info-section.energy-usage .d-flex .col {
    padding-left: 0; } }

@media (max-width: 767px) {
  .home-page-ab-test .info-section.energy-usage .d-flex .col .img-holder {
    position: relative;
    max-width: unset; } }

.home-page-ab-test .info-section h2 {
  margin: 0 auto;
  margin-bottom: 18px; }
  @media (max-width: 767px) {
    .home-page-ab-test .info-section h2 {
      margin: 11px 0; } }
  @media (max-width: 767px) {
    .home-page-ab-test .info-section h2 [class*="sd-simple-text"] {
      text-align: center !important; } }
  .home-page-ab-test .info-section h2 p {
    margin: 0 !important;
    font-size: 36px !important;
    font-weight: bolder !important;
    line-height: 1.19 !important;
    color: #333 !important;
    text-transform: none !important; }
    @media (max-width: 767px) {
      .home-page-ab-test .info-section h2 p {
        font-size: 24px !important;
        line-height: 1.14 !important;
        letter-spacing: -0.05px !important;
        text-align: center !important;
        font-weight: 900 !important; } }

.home-page-ab-test .info-section .img-holder img {
  height: 110px !important; }
  @media (max-width: 767px) {
    .home-page-ab-test .info-section .img-holder img {
      height: 11vh !important; } }

.home-page-ab-test .kitchen-showcase h2 {
  margin: 0 auto;
  margin-bottom: 18px; }
  @media (max-width: 767px) {
    .home-page-ab-test .kitchen-showcase h2 {
      margin: 11px 0; } }
  @media (max-width: 767px) {
    .home-page-ab-test .kitchen-showcase h2 [class*="sd-simple-text"] {
      text-align: center !important; } }
  .home-page-ab-test .kitchen-showcase h2 p {
    margin: 0 !important;
    font-size: 36px !important;
    font-weight: bolder !important;
    line-height: 1.19 !important;
    color: #333 !important;
    text-transform: none !important; }
    @media (max-width: 767px) {
      .home-page-ab-test .kitchen-showcase h2 p {
        font-size: 22px !important;
        line-height: 1.14 !important;
        letter-spacing: -0.05px !important;
        text-align: center !important; } }

.home-page-ab-test .how-it-works h2 {
  margin: 0 auto;
  margin-bottom: 18px; }
  @media (max-width: 767px) {
    .home-page-ab-test .how-it-works h2 {
      margin: 11px 0; } }
  @media (max-width: 767px) {
    .home-page-ab-test .how-it-works h2 [class*="sd-simple-text"] {
      text-align: center !important; } }
  .home-page-ab-test .how-it-works h2 p {
    margin: 0 !important;
    font-size: 36px !important;
    font-weight: bolder !important;
    line-height: 1.19 !important;
    color: #333 !important;
    text-transform: none !important; }
    @media (max-width: 767px) {
      .home-page-ab-test .how-it-works h2 p {
        font-size: 22px !important;
        line-height: 1.14 !important;
        letter-spacing: -0.05px !important;
        text-align: center !important; } }

.home-page-ab-test .comparison-table-image h2 {
  margin: 0 auto;
  margin-bottom: 18px; }
  @media (max-width: 767px) {
    .home-page-ab-test .comparison-table-image h2 {
      margin: 11px 0; } }
  @media (max-width: 767px) {
    .home-page-ab-test .comparison-table-image h2 [class*="sd-simple-text"] {
      text-align: center !important; } }
  .home-page-ab-test .comparison-table-image h2 p {
    margin: 0 !important;
    font-size: 36px !important;
    font-weight: bolder !important;
    line-height: 1.19 !important;
    color: #333 !important;
    text-transform: none !important; }
    @media (max-width: 767px) {
      .home-page-ab-test .comparison-table-image h2 p {
        font-size: 22px !important;
        line-height: 1.14 !important;
        letter-spacing: -0.05px !important;
        text-align: center !important; } }

.home-page-ab-test .image-with-text .text .heading-holder h2 {
  margin: 0 auto;
  margin-bottom: 18px; }
  @media (max-width: 767px) {
    .home-page-ab-test .image-with-text .text .heading-holder h2 {
      margin: 11px 0; } }
  @media (max-width: 767px) {
    .home-page-ab-test .image-with-text .text .heading-holder h2 [class*="sd-simple-text"] {
      text-align: center !important; } }
  .home-page-ab-test .image-with-text .text .heading-holder h2 p {
    margin: 0 !important;
    font-size: 36px !important;
    font-weight: bolder !important;
    line-height: 1.19 !important;
    color: #333 !important;
    text-transform: none !important; }
    @media (max-width: 767px) {
      .home-page-ab-test .image-with-text .text .heading-holder h2 p {
        font-size: 22px !important;
        line-height: 1.14 !important;
        letter-spacing: -0.05px !important;
        text-align: center !important; } }

.rental-includes {
  padding: 30px 100px 30px; }
  .rental-includes h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 600; }
    @media screen and (max-width: 475px) {
      .rental-includes h2 {
        margin: 10px 0;
        font-size: 22px; } }
  .rental-includes .testimonial-holder {
    display: flex; }
    .rental-includes .testimonial-holder .inner-testimonial {
      width: 25%;
      margin: 30px;
      text-align: center; }
      @media screen and (max-width: 800px) {
        .rental-includes .testimonial-holder .inner-testimonial {
          width: 100%; } }
      @media screen and (max-width: 475px) {
        .rental-includes .testimonial-holder .inner-testimonial {
          margin: 10px 0; } }
    .rental-includes .testimonial-holder img {
      width: 50%;
      margin-bottom: 20px; }
    .rental-includes .testimonial-holder h3 {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 0; }
    .rental-includes .testimonial-holder p {
      font-size: 16px; }
    @media screen and (max-width: 800px) {
      .rental-includes .testimonial-holder {
        flex-direction: column; } }
  @media screen and (max-width: 475px) {
    .rental-includes {
      padding: 0 60px 30px; } }

@media screen and (max-width: 475px) {
  .rentalView-product h1 {
    font-size: 24px !important; } }

.payment-options {
  margin-top: 20px; }
  @media screen and (max-width: 475px) {
    .payment-options {
      text-align: center;
      margin-top: -50px; } }
  .payment-options .payment-klarna-icon {
    margin-bottom: 20px; }
    .payment-options .payment-klarna-icon img {
      width: 200px; }
  .payment-options .payment-icons {
    margin-bottom: 20px; }
    .payment-options .payment-icons img {
      margin-right: 20px; }
  .payment-options .payment-3ds-icon img {
    width: 100px; }

@media screen and (max-width: 475px) {
  .productView-options-mobile .form-field {
    position: absolute;
    bottom: 14%;
    left: 0;
    width: 100%;
    z-index: 999;
    top: auto; } }

@media screen and (max-width: 475px) {
  .options.options-fixed {
    background: transparent;
    padding: 0 20px;
    text-align: center !important;
    margin-bottom: 0 !important; } }

.button-new-red {
  background-color: #2e4ec6 !important;
  margin-top: 20px; }

@media screen and (max-width: 475px) {
  #product .rental-left {
    margin-bottom: 80px; } }

@media (max-width: 500px) {
  .mobile-adjust-button {
    margin-top: -20px; } }

@media (max-width: 500px) {
  .mobile-adjust-options {
    bottom: 15% !important; } }

#below-banner-video {
  margin: 0 auto;
  display: block;
  border: 0; }
  @media (max-width: 767px) {
    #below-banner-video {
      width: 90%; } }
  @media (max-width: 430px) {
    #below-banner-video {
      width: 90%;
      height: 197px; } }
  #below-banner-video h2 {
    margin-bottom: 0 !important; }
  #below-banner-video .sub-text {
    text-align: center;
    font-size: 24px !important;
    margin-bottom: 30px !important;
    color: #11214A; }
    @media (max-width: 600px) {
      #below-banner-video .sub-text {
        font-size: 18px !important; } }

.m-visible {
  display: none !important; }
  @media (max-width: 600px) {
    .m-visible {
      display: block !important; } }

@media (max-width: 600px) {
  .m-hidden {
    display: none !important; } }

@media (max-width: 600px) {
  .container, .page-heading, .alertBox {
    border: 0 !important; } }

.info-section .medium-4-new {
  width: calc(100% * 3 / 12); }
  .info-section .medium-4-new .img-holder img {
    width: 100%;
    height: auto !important; }
  .info-section .medium-4-new .desc {
    margin-bottom: 10px; }
  @media screen and (max-width: 475px) {
    .info-section .medium-4-new {
      width: 100%; } }

.info-section .down-chevron-header {
  text-align: center; }
  .info-section .down-chevron-header img {
    width: 20px; }

.info-section .water-solution-body {
  text-align: center;
  border: 2px solid #f2f2f2;
  padding: 20px;
  margin-top: 15px; }
  .info-section .water-solution-body h5 {
    font-size: 16px; }
  .info-section .water-solution-body h6 {
    margin-bottom: 0; }
  .info-section .water-solution-body p {
    font-size: 15px; }

.info-section-2 .medium-4-new {
  width: calc(100% * 2 / 12); }
  @media screen and (max-width: 475px) {
    .info-section-2 .medium-4-new {
      width: 100% !important;
      display: flex;
      flex-wrap: nowrap; } }

.home-new-testimonials {
  padding: 0px 100px 30px; }
  @media screen and (max-width: 767px) {
    .home-new-testimonials {
      padding: 0 50px 15px; } }
  @media screen and (max-width: 475px) {
    .home-new-testimonials {
      padding: 28px 28px 0; } }
  .home-new-testimonials p {
    font-style: normal; }
  .home-new-testimonials .slick-list .item h6 {
    font-size: 18px !important;
    font-weight: 600 !important; }
    .home-new-testimonials .slick-list .item h6 p {
      font-size: 14px !important;
      font-weight: 300 !important;
      font-style: normal !important; }
  .home-new-testimonials .dynamic-price-content {
    text-align: center; }
    @media (max-width: 767px) {
      .home-new-testimonials .dynamic-price-content a {
        width: 100%; } }
  .home-new-testimonials .testimonial-holder .inner-testimonial {
    width: 25%;
    border: 3px solid #F2F2F2;
    padding: 15px;
    border-radius: 9px; }
    @media screen and (max-width: 1024px) {
      .home-new-testimonials .testimonial-holder .inner-testimonial {
        width: 100%; } }
    @media screen and (max-width: 390px) {
      .home-new-testimonials .testimonial-holder .inner-testimonial {
        padding: 5px;
        margin: 5px; } }
    .home-new-testimonials .testimonial-holder .inner-testimonial img {
      width: 200px;
      margin: 0 auto 20px; }
      @media screen and (max-width: 600px) {
        .home-new-testimonials .testimonial-holder .inner-testimonial img {
          display: block;
          margin: 22px auto; } }
    .home-new-testimonials .testimonial-holder .inner-testimonial h6 {
      font-weight: 400;
      font-size: 16px; }
  .home-new-testimonials .testimonial-holder .slick-next::before,
  .home-new-testimonials .testimonial-holder .slick-prev::before {
    filter: invert(38%) sepia(97%) saturate(311%) hue-rotate(112deg) brightness(93%) contrast(84%); }

.info-section.info-section-2 h2,
.info-section.info-section-3 h2 {
  margin-bottom: 0 !important; }

.info-section.info-section-2 .slick-next::before,
.info-section.info-section-2 .slick-prev::before,
.info-section.info-section-3 .slick-next::before,
.info-section.info-section-3 .slick-prev::before {
  filter: invert(38%) sepia(97%) saturate(311%) hue-rotate(112deg) brightness(93%) contrast(84%); }

.info-section.info-section-2 .slick-dots li.slick-active button:hover,
.info-section.info-section-3 .slick-dots li.slick-active button:hover {
  background: #2a856b; }

.info-section.info-section-2 .slick-dots li.slick-active button::before,
.info-section.info-section-3 .slick-dots li.slick-active button::before {
  background: #2a856b; }

.info-section.info-section-2 *[class*="medium"] + *[class*="medium"],
.info-section.info-section-3 *[class*="medium"] + *[class*="medium"] {
  margin-top: 0px; }

.new-table-wrapper .new-desc-holder,
.table-wrapper .new-desc-holder {
  text-align: center; }
  .new-table-wrapper .new-desc-holder h6,
  .table-wrapper .new-desc-holder h6 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0; }

.new-table-wrapper table th,
.table-wrapper table th {
  white-space: nowrap; }
  @media screen and (max-width: 475px) {
    .new-table-wrapper table th,
    .table-wrapper table th {
      white-space: normal; } }

.new-table-wrapper table td:first-child,
.new-table-wrapper table th:first-child,
.table-wrapper table td:first-child,
.table-wrapper table th:first-child {
  width: 30%; }

.new-table-wrapper table td:nth-child(2),
.new-table-wrapper table th:nth-child(2),
.table-wrapper table td:nth-child(2),
.table-wrapper table th:nth-child(2) {
  width: 17.5%; }

.new-table-wrapper table td:nth-child(3),
.new-table-wrapper table th:nth-child(3),
.table-wrapper table td:nth-child(3),
.table-wrapper table th:nth-child(3) {
  width: 17.5%; }

.new-table-wrapper table td:nth-child(4),
.new-table-wrapper table th:nth-child(4),
.table-wrapper table td:nth-child(4),
.table-wrapper table th:nth-child(4) {
  width: 17.5%; }

.new-table-wrapper table td:nth-child(5),
.new-table-wrapper table th:nth-child(5),
.table-wrapper table td:nth-child(5),
.table-wrapper table th:nth-child(5) {
  width: 17.5%; }

.new-table-wrapper table td img,
.new-table-wrapper table th img,
.table-wrapper table td img,
.table-wrapper table th img {
  width: 20px;
  margin: auto; }

.table-slider .slick-slider {
  display: block; }

.home-redesign .our-quote.announcement-content {
  position: relative;
  padding-inline: 0; }
  .home-redesign .our-quote.announcement-content .to-right {
    bottom: 30px;
    position: absolute;
    right: 20px; }
    .home-redesign .our-quote.announcement-content .to-right .author-name,
    .home-redesign .our-quote.announcement-content .to-right span {
      color: white !important; }
  .home-redesign .our-quote.announcement-content p {
    position: absolute;
    color: white;
    bottom: 22%;
    font-size: 22px;
    padding-inline: 20px;
    margin-inline: auto; }
  @media (max-width: 1200px) {
    .home-redesign .our-quote.announcement-content p {
      font-size: 18px; } }
  @media (max-width: 1000px) {
    .home-redesign .our-quote.announcement-content p {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .home-redesign .our-quote.announcement-content {
      padding-bottom: 100px;
      background-color: #11214A; }
      .home-redesign .our-quote.announcement-content p {
        font-size: 14px; }
      .home-redesign .our-quote.announcement-content .to-right span {
        font-size: 10px; } }
  @media (max-width: 600px) {
    .home-redesign .our-quote.announcement-content {
      padding-bottom: 200px;
      background-color: #11214A; }
      .home-redesign .our-quote.announcement-content p {
        font-size: 14px; } }

@media screen and (max-width: 600px) {
  .home-redesign .home-hero-banner {
    margin-top: 60px !important; } }

@media (max-width: 600px) {
  .home-redesign .home-hero-banner .fake-background .banner-curve {
    height: 170px;
    position: relative;
    top: 23px; } }

@media (max-width: 320px) {
  .home-redesign .home-hero-banner .fake-background .banner-curve {
    height: 155px; } }

.home-redesign .home-hero-banner .fake-background img {
  height: auto !important;
  object-fit: cover; }
  @media screen and (max-width: 1024px) {
    .home-redesign .home-hero-banner .fake-background img {
      height: 100% !important; } }

.home-redesign .home-hero-banner .inner-container {
  width: 42%; }
  @media screen and (max-width: 767px) {
    .home-redesign .home-hero-banner .inner-container {
      width: 100%; } }
  .home-redesign .home-hero-banner .inner-container .left {
    padding-left: 80px; }
    @media screen and (max-width: 767px) {
      .home-redesign .home-hero-banner .inner-container .left {
        padding: 28px 14px; } }
    @media screen and (max-width: 600px) {
      .home-redesign .home-hero-banner .inner-container .left {
        margin-top: 10px;
        padding: 15px;
        width: 100%; } }
    .home-redesign .home-hero-banner .inner-container .left .heading-holder h1 {
      font-size: 40px !important;
      color: #11214A !important; }
      @media screen and (max-width: 767px) {
        .home-redesign .home-hero-banner .inner-container .left .heading-holder h1 {
          font-size: 24px !important;
          padding: 0; } }

.bg-holder {
  background: linear-gradient(252.93deg, #a3c6fb 0%, #e9c7eb 71.23%, #f8d9c2 112.11%);
  mask: url(../img/ellipse-mask-bottom.svg) bottom center/cover;
  mask-composite: source-in, source-over, xor; }

.rental-home-review .slick-list {
  z-index: -1 !important; }

.rental-home-review .container .bg-holder, .rental-home-review .page-heading .bg-holder, .rental-home-review .alertBox .bg-holder {
  background-color: #f2f2f2; }

.rental-home-review .inner-container {
  padding-top: 30px; }
  @media (max-width: 767px) {
    .rental-home-review .inner-container {
      padding: 0 30px 30px; } }

.rental-home-review .dynamic-price-content {
  text-align: center; }
  @media (max-width: 767px) {
    .rental-home-review .dynamic-price-content ul li {
      width: 100%;
      display: block;
      margin: 15px auto;
      padding: 0 30px; } }
  @media (max-width: 767px) {
    .rental-home-review .dynamic-price-content ul li a {
      width: 100%;
      padding: 11px; } }

.rental-home-review .kitchen-showcase {
  overflow-x: hidden; }

@media (max-width: 600px) {
  .kitchen-showcase .inner-container {
    padding: 25px 25px 0; } }

[data-content-region="heading-info-section"] p {
  font-weight: 700 !important;
  font-size: 36px !important; }
  @media screen and (max-width: 600px) {
    [data-content-region="heading-info-section"] p {
      font-size: 24px !important;
      margin-bottom: 15px !important; } }

.source-desc {
  margin-top: 20px; }

.compare-modal {
  cursor: pointer; }

.rental-home-page .modal-content {
  padding: 50px; }
  @media screen and (max-width: 767px) {
    .rental-home-page .modal-content {
      padding: 0; } }

.hidden-content.has-bg.info-section .medium-4 h3 p {
  line-height: 1 !important; }

.home-source-accordion-body:not(.open) {
  display: none; }

.home-source-accordion:not(.open) .fa-minus {
  display: none; }

.home-source-accordion.open .fa-plus {
  display: none; }

[data-content-region="heading-info-section"] p {
  font-size: 34px !important; }
  @media screen and (max-width: 767px) {
    [data-content-region="heading-info-section"] p {
      font-size: 24px !important;
      margin-bottom: 15px; } }

@media screen and (max-width: 767px) {
  .sd-simple-text-ca8d70ea-e9d5-4328-bf99-c110f0ac7efa {
    margin-top: 0 !important; } }

.rental-home-page .features-redesign-button.buttons,
.virgin-pure-homepage-page .features-redesign-button.buttons {
  text-align: center;
  padding-bottom: 0; }
  .rental-home-page .features-redesign-button.buttons a.float,
  .virgin-pure-homepage-page .features-redesign-button.buttons a.float {
    padding: 10px 31px; }

.rental-home-page .kitchen-showcase .features-redesign-button.buttons,
.virgin-pure-homepage-page .kitchen-showcase .features-redesign-button.buttons {
  padding-top: 68px;
  padding-bottom: 0; }
  @media screen and (max-width: 600px) {
    .rental-home-page .kitchen-showcase .features-redesign-button.buttons,
    .virgin-pure-homepage-page .kitchen-showcase .features-redesign-button.buttons {
      padding-top: 31px; } }

.rental-home-page .rental-home-review .bg-holder,
.virgin-pure-homepage-page .rental-home-review .bg-holder {
  mask: none !important;
  background: none !important; }

.rental-home-page .rental-home-review .features-redesign-button.buttons,
.virgin-pure-homepage-page .rental-home-review .features-redesign-button.buttons {
  padding-top: 64px;
  padding-bottom: 0;
  margin-bottom: -23px; }
  @media screen and (max-width: 600px) {
    .rental-home-page .rental-home-review .features-redesign-button.buttons,
    .virgin-pure-homepage-page .rental-home-review .features-redesign-button.buttons {
      padding-top: 0; } }

@media screen and (max-width: 475px) {
  .new-tooltip-main {
    height: auto !important; } }

.title-wrapper {
  width: 75%;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .title-wrapper {
      width: 90%; } }
  @media (max-width: 767px) {
    .title-wrapper h2 {
      font-size: 22px !important; } }

.info-section-2 h3 p,
.info-section-3 h3 p {
  font-size: 16px !important;
  line-height: 1.5em !important; }

.info-section-2 .inner-container,
.info-section-3 .inner-container {
  padding-top: 22px;
  padding-bottom: 67px; }
  @media screen and (max-width: 600px) {
    .info-section-2 .inner-container,
    .info-section-3 .inner-container {
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 10px; }
      .info-section-2 .inner-container h3 p,
      .info-section-3 .inner-container h3 p {
        font-size: 17px !important; } }

@media screen and (max-width: 475px) {
  .home-hero-banner + .info-section .features-redesign-button.buttons {
    padding-top: 0px;
    padding-bottom: 52px; } }

#black-friday-home {
  background: linear-gradient(180deg, #be0082 0, #e80445 100%);
  padding: 30px;
  text-align: center;
  width: 50%;
  position: fixed;
  z-index: 999;
  left: 50% !important;
  transform: translate(-50%, -50%);
  top: 60%; }

#black-friday-home p,
#black-friday-home h4,
#black-friday-home h5 {
  color: #fff;
  font-weight: 700; }

@media screen and (max-width: 475px) {
  #black-friday-home h4 {
    font-size: 24px; } }

@media screen and (max-width: 475px) {
  #black-friday-home h5 {
    font-size: 22px; } }

.list-inline li {
  display: inline-block;
  margin: 5px; }

.modal-close {
  color: white; }

@media screen and (max-width: 475px) {
  #black-friday-home {
    width: 95%; } }

.slick-track {
  display: flex !important; }

.trustpilot-reviews .slick-track {
  margin-bottom: 30px; }

.trustpilot-reviews h3 {
  font-size: 40px;
  text-align: center; }
  @media (max-width: 767px) {
    .trustpilot-reviews h3 {
      font-size: 24px; } }

.trustpilot-reviews .howitworks .inner-container {
  padding-bottom: 0; }

.slick-slide {
  height: inherit !important; }

.testimonial-holder {
  padding-bottom: 30px; }

.slick-slide:not(.slick-active) {
  opacity: 0.5; }

.checklist h2 {
  margin: 30px auto !important;
  font-size: 36px !important;
  font-weight: bolder !important;
  line-height: 1.19 !important;
  color: #11214A !important;
  text-transform: none !important;
  text-align: center; }
  @media (max-width: 767px) {
    .checklist h2 {
      font-size: 22px !important;
      line-height: 1.14 !important;
      letter-spacing: -0.05px !important;
      margin-top: 0 !important;
      padding: 0 !important;
      margin-bottom: 25px !important; } }

@media (max-width: 600px) {
  .checklist .action-button {
    margin: 0 30px; }
    .checklist .action-button a {
      padding: 11px; } }

@media (max-width: 767px) {
  .howitworks {
    margin-bottom: 15px; } }

.howitworks .bg-holder {
  padding: 50px 0 40px; }
  @media (max-width: 767px) {
    .howitworks .bg-holder {
      padding: 25px 25px 40px; } }
  .howitworks .bg-holder h2 {
    margin-top: 0 !important; }

.howitworks .vp-video .container, .howitworks .vp-video .page-heading, .howitworks .vp-video .alertBox {
  padding-bottom: 0; }

.howitworks .action-button {
  margin: 15px auto 30px !important;
  display: block; }
  @media (max-width: 767px) {
    .howitworks .action-button {
      margin-bottom: 0 !important; } }

.howitworks h2 {
  margin: 30px auto !important;
  font-size: 36px !important;
  font-weight: 600 !important;
  line-height: 1.19 !important;
  color: #11214A !important;
  text-transform: none !important;
  font-family: konnect !important;
  text-align: center; }
  @media (max-width: 767px) {
    .howitworks h2 {
      font-size: 22px !important;
      line-height: 1.14 !important;
      letter-spacing: -0.05px !important;
      margin-bottom: 15px !important; } }

@media (max-width: 600px) {
  .howitworks {
    padding: 0 30px; } }

.howitworks .inner-container {
  padding-top: 0 !important; }
  @media (max-width: 767px) {
    .howitworks .inner-container .plyr__video-wrapper {
      width: 100% !important;
      margin: 0 auto; } }
  @media (max-width: 600px) {
    .howitworks .inner-container {
      padding: 0; }
      .howitworks .inner-container > .plyr {
        border-radius: 0; } }

.howitworks .vp-video {
  z-index: 0 !important;
  position: relative; }

.howitworks .vp-video .plyr {
  margin-top: 0 !important;
  width: 800px;
  margin: 0 auto; }

.howitworks .sub-text {
  font-size: 16px;
  text-align: center;
  color: #11214A;
  margin-bottom: 40px; }
  @media (max-width: 600px) {
    .howitworks .sub-text {
      font-size: 16px; } }

.howitworks video {
  width: 100%;
  border: 0; }

@media (max-width: 600px) {
  .howitworks iframe.m-visible {
    margin: 0 auto; } }

.howitworks .action-button {
  text-align: center;
  margin: 50px; }
  @media (max-width: 600px) {
    .howitworks .action-button {
      margin: 40px 0; } }
  @media (max-width: 600px) {
    .howitworks .action-button a {
      width: 100%;
      padding: 11px; } }

@media (max-width: 600px) {
  .hidden-content.has-bg.info-section *[class*="medium"] {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

@media (max-width: 600px) {
  .desc p {
    font-size: 12px !important;
    text-align: left !important; } }

.hidden-content.has-bg.info-section .info-section *[class*="medium"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

@media (max-width: 600px) {
  .checklist .container h2, .checklist .page-heading h2, .checklist .alertBox h2 {
    padding: 0 30px; } }

.checklist .container .content, .checklist .page-heading .content, .checklist .alertBox .content {
  border: 3px solid #F2F2F2;
  border-radius: 20px;
  margin-top: 30px;
  width: 70%;
  margin: 50px auto 30px;
  padding: 50px; }
  .checklist .container .content .heading, .checklist .page-heading .content .heading, .checklist .alertBox .content .heading {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    font-family: konnect !important;
    margin-bottom: 50px;
    color: #11214A; }
    @media (max-width: 600px) {
      .checklist .container .content .heading, .checklist .page-heading .content .heading, .checklist .alertBox .content .heading {
        margin-bottom: 25px;
        font-size: 24px; } }
  @media (max-width: 767px) {
    .checklist .container .content, .checklist .page-heading .content, .checklist .alertBox .content {
      width: 90%;
      padding: 25px;
      margin: 20px auto; } }
  .checklist .container .content ul, .checklist .page-heading .content ul, .checklist .alertBox .content ul {
    margin: 0 auto;
    display: table; }
    @media (max-width: 600px) {
      .checklist .container .content ul, .checklist .page-heading .content ul, .checklist .alertBox .content ul {
        margin: 0 0 0 auto;
        display: table;
        width: 85%; } }
    .checklist .container .content ul li, .checklist .page-heading .content ul li, .checklist .alertBox .content ul li {
      position: relative;
      margin-bottom: 30px;
      font-size: 20px;
      text-indent: -0.1em;
      list-style: none; }
      @media (max-width: 600px) {
        .checklist .container .content ul li, .checklist .page-heading .content ul li, .checklist .alertBox .content ul li {
          margin-bottom: 30px;
          font-size: 16px; } }
      .checklist .container .content ul li:before, .checklist .page-heading .content ul li:before, .checklist .alertBox .content ul li:before {
        content: "";
        display: inline-block;
        background: url(../img/filtration/check-icon.png) no-repeat center center;
        width: 50px;
        position: absolute;
        height: 50px;
        top: -10px;
        bottom: 0;
        margin-left: -55px; }

.checklist .trustpilot-widget {
  padding: 0px 30px; }

.checklist .action-button a {
  display: table;
  text-align: center;
  margin: 50px auto; }
  @media (max-width: 767px) {
    .checklist .action-button a {
      display: block;
      margin: 25px auto;
      width: 100%; } }

.divider {
  height: 2px;
  background: #F2F2F2;
  display: block;
  margin: 0 auto;
  width: 50%; }
  @media (max-width: 600px) {
    .divider {
      width: 90%;
      margin-bottom: 30px; } }

.uv-filter {
  margin: 40px 30px; }
  .uv-filter .heading {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
    color: #11214A;
    font-family: konnect !important; }
    @media (max-width: 600px) {
      .uv-filter .heading {
        margin-bottom: 25px;
        font-size: 24px; } }
  .uv-filter .action-button {
    text-align: center;
    margin: 50px 0 30px; }
    @media (max-width: 600px) {
      .uv-filter .action-button {
        margin: 30px 0; }
        .uv-filter .action-button a {
          width: 100%;
          padding: 11px; } }
  .uv-filter ul li {
    margin: 0 30px;
    list-style: none; }
    .uv-filter ul li h3 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 0;
      color: #11214A !important;
      font-family: konnect-medium !important;
      text-align: center; }
    .uv-filter ul li img {
      height: 300px;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .uv-filter ul li img {
          height: auto; } }
  .uv-filter .col .description {
    margin: 30px; }
    @media (max-width: 767px) {
      .uv-filter .col .description {
        margin-top: 15px; } }
    .uv-filter .col .description p {
      text-align: center;
      color: #586380 !important;
      font-size: 16px;
      font-weight: 300; }

.below-banner {
  margin-top: 50px;
  padding: 0 30px; }
  @media (max-width: 767px) {
    .below-banner {
      margin-top: 40px;
      margin-bottom: 0; } }
  .below-banner .heading {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
    font-family: konnect !important;
    color: #11214A; }
    .below-banner .heading.custom-mb {
      margin-bottom: 25px; }
    @media (max-width: 600px) {
      .below-banner .heading {
        margin-bottom: 25px;
        font-size: 24px; } }
  .below-banner .sub-text {
    font-size: 16px;
    color: #11214A !important;
    font-weight: 300;
    margin-bottom: 40px; }
    @media (max-width: 600px) {
      .below-banner .sub-text {
        font-size: 16px; } }
  .below-banner .action-button {
    text-align: center;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .below-banner .action-button {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .below-banner .action-button a {
        display: block;
        margin: 25px auto 0;
        width: 100%;
        padding: 11px; } }
  .below-banner .filtration-list {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .below-banner .filtration-list {
        display: block;
        margin-bottom: 40px; } }
    .below-banner .filtration-list li {
      text-indent: 0;
      padding: 0 !important;
      margin-bottom: 0;
      list-style: none;
      text-align: center;
      font-size: 16px;
      padding: 10px;
      width: 100%;
      padding: 15px !important;
      text-align: center;
      font-size: 16px;
      padding: 10px; }
      .below-banner .filtration-list li:before {
        content: "";
        margin-right: 0; }
      @media (max-width: 767px) {
        .below-banner .filtration-list li {
          font-size: 16px;
          width: 100%;
          text-align: left;
          display: flex;
          flex-wrap: wrap;
          align-items: flex-start;
          position: relative;
          padding-left: 100px !important;
          margin-bottom: 15px;
          flex-direction: column; } }
      @media (max-width: 600px) {
        .below-banner .filtration-list li {
          font-size: 12px;
          padding: 0px 0px 0px 85px !important;
          min-height: 65px;
          margin-bottom: 25px; } }
      @media (max-width: 600px) {
        .below-banner .filtration-list li:last-child {
          margin-bottom: 0 !important; } }
      .below-banner .filtration-list li .logo {
        width: 75px;
        height: 75px;
        margin: 15px auto; }
        @media (max-width: 767px) {
          .below-banner .filtration-list li .logo {
            width: 65px;
            height: 65px;
            margin: auto;
            position: absolute;
            left: 0;
            top: 0; } }
      .below-banner .filtration-list li .content {
        font-weight: 300 !important;
        font-size: 14px;
        line-height: 24px;
        color: #11214A !important; }
        @media (max-width: 767px) {
          .below-banner .filtration-list li .content {
            width: 100%;
            margin: 0 auto;
            font-size: 14px; } }
        @media (max-width: 600px) {
          .below-banner .filtration-list li .content {
            font-size: 14px; } }
      .below-banner .filtration-list li h4 {
        font-size: 16px;
        font-weight: 600;
        font-family: konnect;
        line-height: 20px;
        color: #11214A;
        margin: 0;
        height: 40px;
        margin-bottom: 10px; }
        @media (max-width: 767px) {
          .below-banner .filtration-list li h4 {
            width: 100%;
            margin-bottom: 0px; } }
  .below-banner .how-works-list {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .below-banner .how-works-list {
        display: block;
        margin-bottom: 15px; } }
    .below-banner .how-works-list li {
      text-indent: 0;
      padding: 0 !important;
      margin-bottom: 0;
      list-style: none;
      text-align: center;
      font-size: 16px;
      padding: 10px;
      width: 20%;
      padding: 15px !important;
      text-align: center;
      font-size: 16px;
      padding: 10px; }
      .below-banner .how-works-list li:before {
        content: "";
        margin-right: 0; }
      @media (max-width: 767px) {
        .below-banner .how-works-list li {
          font-size: 16px;
          width: 100%;
          text-align: left;
          display: block; } }
      @media (max-width: 600px) {
        .below-banner .how-works-list li {
          font-size: 12px;
          padding-left: 0 !important;
          padding-right: 0 !important; } }
      .below-banner .how-works-list li .logo {
        margin: 0 auto 15px;
        height: 185px; }
        @media (max-width: 600px) {
          .below-banner .how-works-list li .logo {
            height: 100%; } }
        .below-banner .how-works-list li .logo img {
          width: 100%;
          height: 100%;
          border-radius: 10px;
          object-fit: cover; }
      .below-banner .how-works-list li .content {
        font-weight: 300 !important;
        line-height: 24px;
        font-size: 14px; }
        @media (max-width: 767px) {
          .below-banner .how-works-list li .content {
            width: 100%;
            margin: 0 auto;
            font-size: 14px; } }
        @media (max-width: 600px) {
          .below-banner .how-works-list li .content {
            font-size: 14px;
            margin: 0 auto; } }
      .below-banner .how-works-list li h4 {
        font-size: 20px;
        font-family: konnect;
        line-height: 24px;
        margin: 0;
        font-weight: 600;
        margin-bottom: 5px; }

.home-new-testimonials .slick-arrow {
  z-index: 0 !important; }

.home-new-testimonials {
  margin-top: 30px;
  overflow-x: hidden; }
  @media (max-width: 600px) {
    .home-new-testimonials {
      margin-top: 0;
      padding-top: 0; } }
  .home-new-testimonials .heading {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: #11214A;
    margin-bottom: 50px;
    margin-top: 0;
    font-family: konnect !important; }
    @media (max-width: 600px) {
      .home-new-testimonials .heading {
        margin-bottom: 25px;
        font-size: 24px; } }
  .home-new-testimonials .slick-dots {
    margin-top: 30px !important; }
  .home-new-testimonials .kitchen-showcase .kitchen-showcase-carousel .slick-list .slick-slide {
    margin: 0 10px !important;
    padding: 30px !important; }
  .home-new-testimonials .item {
    width: 25%;
    background: #F4F0FD;
    padding: 15px;
    border-radius: 9px; }
    @media screen and (max-width: 1024px) {
      .home-new-testimonials .item {
        width: 100%; } }
    @media screen and (max-width: 390px) {
      .home-new-testimonials .item {
        padding: 5px;
        margin: 5px; } }
    .home-new-testimonials .item img {
      width: 200px;
      margin: 0 auto 20px !important; }
      @media screen and (max-width: 600px) {
        .home-new-testimonials .item img {
          display: block;
          margin: 22px auto; } }
    .home-new-testimonials .item h6 {
      font-weight: 400;
      text-align: center !important;
      font-size: 16px;
      font-family: konnect-medium !important;
      color: #11214A; }
    .home-new-testimonials .item p {
      text-align: center !important;
      font-size: 16px;
      font-weight: 300;
      color: #11214A; }

.fit-smart-container {
  margin: 50px 0; }
  @media (max-width: 600px) {
    .fit-smart-container {
      margin: 40px 30px; } }
  .fit-smart-container .slick-list li p {
    font-weight: 300 !important;
    font-size: 14px !important;
    color: #11214A !important; }
  .fit-smart-container.rated ul li p.author {
    font-weight: 600 !important;
    font-weight: bold;
    margin-top: 30px;
    font-size: 16px !important; }
  .fit-smart-container .container .heading, .fit-smart-container .page-heading .heading, .fit-smart-container .alertBox .heading {
    font-size: 40px;
    font-weight: 600;
    color: #11214A;
    text-align: center;
    margin-bottom: 40px;
    font-family: konnect !important; }
    @media (max-width: 600px) {
      .fit-smart-container .container .heading, .fit-smart-container .page-heading .heading, .fit-smart-container .alertBox .heading {
        margin-bottom: 25px;
        font-size: 24px; } }
  .fit-smart-container .container .sub-text, .fit-smart-container .page-heading .sub-text, .fit-smart-container .alertBox .sub-text {
    font-size: 16px;
    margin-bottom: 40px;
    color: #11214A;
    font-weight: 300;
    text-align: center; }
    @media (max-width: 600px) {
      .fit-smart-container .container .sub-text, .fit-smart-container .page-heading .sub-text, .fit-smart-container .alertBox .sub-text {
        font-size: 16px; } }
  .fit-smart-container .container .action-button, .fit-smart-container .page-heading .action-button, .fit-smart-container .alertBox .action-button {
    text-align: center;
    margin: 50px 0 30px; }
    @media (max-width: 600px) {
      .fit-smart-container .container .action-button, .fit-smart-container .page-heading .action-button, .fit-smart-container .alertBox .action-button {
        margin: 30px 0; }
        .fit-smart-container .container .action-button a, .fit-smart-container .page-heading .action-button a, .fit-smart-container .alertBox .action-button a {
          width: 100%;
          padding: 11px; } }
  .fit-smart-container .container .list, .fit-smart-container .page-heading .list, .fit-smart-container .alertBox .list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center; }
    .fit-smart-container .container .list li, .fit-smart-container .page-heading .list li, .fit-smart-container .alertBox .list li {
      list-style: none;
      width: 33.3%;
      margin: 0 30px;
      background: #F4F0FD;
      padding: 30px;
      border-radius: 10px; }
      .fit-smart-container .container .list li .object-fit, .fit-smart-container .page-heading .list li .object-fit, .fit-smart-container .alertBox .list li .object-fit {
        height: 200px;
        width: 100%;
        margin-bottom: 15px; }
        @media (max-width: 767px) {
          .fit-smart-container .container .list li .object-fit, .fit-smart-container .page-heading .list li .object-fit, .fit-smart-container .alertBox .list li .object-fit {
            height: 140px; } }
        .fit-smart-container .container .list li .object-fit img, .fit-smart-container .page-heading .list li .object-fit img, .fit-smart-container .alertBox .list li .object-fit img {
          object-fit: cover;
          width: 100%;
          height: 100%; }
          @media (max-width: 767px) {
            .fit-smart-container .container .list li .object-fit img, .fit-smart-container .page-heading .list li .object-fit img, .fit-smart-container .alertBox .list li .object-fit img {
              height: 140px; } }
      .fit-smart-container .container .list li h6, .fit-smart-container .page-heading .list li h6, .fit-smart-container .alertBox .list li h6 {
        font-weight: 600;
        font-family: konnect-medium !important;
        color: #11214A;
        font-size: 18px;
        text-align: center; }
      .fit-smart-container .container .list li p, .fit-smart-container .page-heading .list li p, .fit-smart-container .alertBox .list li p {
        text-align: center;
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 0; }

@media (max-width: 600px) {
  .why-join .container .inner-container, .why-join .page-heading .inner-container, .why-join .alertBox .inner-container {
    padding: 30px 30px 50px; } }

.why-join .container .heading, .why-join .page-heading .heading, .why-join .alertBox .heading {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
  color: #11214A;
  font-family: konnect !important; }
  @media (max-width: 600px) {
    .why-join .container .heading, .why-join .page-heading .heading, .why-join .alertBox .heading {
      margin-bottom: 25px;
      font-size: 24px; } }

.why-join .container .sub-text, .why-join .page-heading .sub-text, .why-join .alertBox .sub-text {
  font-size: 16px;
  margin-bottom: 40px;
  color: #11214A !important; }
  @media (max-width: 600px) {
    .why-join .container .sub-text, .why-join .page-heading .sub-text, .why-join .alertBox .sub-text {
      font-size: 16px; } }

.why-join .container .dynamic-price-content, .why-join .page-heading .dynamic-price-content, .why-join .alertBox .dynamic-price-content {
  text-align: center; }
  @media (max-width: 767px) {
    .why-join .container .dynamic-price-content a, .why-join .page-heading .dynamic-price-content a, .why-join .alertBox .dynamic-price-content a {
      width: 100%;
      padding: 11px; } }

.why-join .container .join-list, .why-join .page-heading .join-list, .why-join .alertBox .join-list {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .why-join .container .join-list, .why-join .page-heading .join-list, .why-join .alertBox .join-list {
      display: block;
      margin-bottom: 15px; } }
  .why-join .container .join-list li, .why-join .page-heading .join-list li, .why-join .alertBox .join-list li {
    text-indent: 0;
    padding: 0 !important;
    margin-bottom: 0;
    list-style: none;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    width: 25%;
    padding: 15px !important;
    text-align: center;
    font-size: 16px;
    padding: 10px; }
    .why-join .container .join-list li:before, .why-join .page-heading .join-list li:before, .why-join .alertBox .join-list li:before {
      content: "";
      margin-right: 0; }
    @media (max-width: 767px) {
      .why-join .container .join-list li, .why-join .page-heading .join-list li, .why-join .alertBox .join-list li {
        font-size: 16px;
        width: 100%;
        text-align: left;
        display: block; } }
    @media (max-width: 600px) {
      .why-join .container .join-list li, .why-join .page-heading .join-list li, .why-join .alertBox .join-list li {
        font-size: 12px;
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    .why-join .container .join-list li .logo, .why-join .page-heading .join-list li .logo, .why-join .alertBox .join-list li .logo {
      margin: 0 auto; }
      .why-join .container .join-list li .logo img, .why-join .page-heading .join-list li .logo img, .why-join .alertBox .join-list li .logo img {
        width: 90%;
        height: 100px !important;
        border-radius: 10px;
        display: block;
        text-align: center;
        margin: 0 auto; }
        @media (max-width: 767px) {
          .why-join .container .join-list li .logo img, .why-join .page-heading .join-list li .logo img, .why-join .alertBox .join-list li .logo img {
            height: 100% !important; } }
    .why-join .container .join-list li .content, .why-join .page-heading .join-list li .content, .why-join .alertBox .join-list li .content {
      font-weight: 300 !important;
      font-size: 14px;
      line-height: 24px;
      color: #11214A; }
      @media (max-width: 767px) {
        .why-join .container .join-list li .content, .why-join .page-heading .join-list li .content, .why-join .alertBox .join-list li .content {
          width: 100%;
          margin: 0 auto;
          font-size: 14px; } }
      @media (max-width: 600px) {
        .why-join .container .join-list li .content, .why-join .page-heading .join-list li .content, .why-join .alertBox .join-list li .content {
          font-size: 14px;
          margin: 0 auto; } }
      .why-join .container .join-list li .content .title, .why-join .page-heading .join-list li .content .title, .why-join .alertBox .join-list li .content .title {
        margin: 30px 0;
        font-size: 18px;
        line-height: 1.2em;
        color: #11214A;
        font-family: konnect-medium !important;
        margin: 15px 0; }
        @media (max-width: 600px) {
          .why-join .container .join-list li .content .title, .why-join .page-heading .join-list li .content .title, .why-join .alertBox .join-list li .content .title {
            text-align: center; } }

.checklist-plans {
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .checklist-plans {
      margin-bottom: 40px; } }
  .checklist-plans .inner-container {
    padding: 50px 30px 0; }
    @media (max-width: 767px) {
      .checklist-plans .inner-container {
        padding: 10px 30px 0; } }
    .checklist-plans .inner-container .content {
      color: #586380 !important; }
    .checklist-plans .inner-container .heading {
      font-size: 40px;
      font-weight: 600;
      text-align: center;
      margin-bottom: 50px;
      font-family: konnect !important;
      color: #11214A !important; }
      @media (max-width: 600px) {
        .checklist-plans .inner-container .heading {
          margin-bottom: 25px;
          font-size: 24px; } }
    .checklist-plans .inner-container .sub-text {
      font-size: 16px;
      color: #11214A !important; }
      @media (max-width: 600px) {
        .checklist-plans .inner-container .sub-text {
          margin-bottom: 25px;
          font-size: 16px; } }
    .checklist-plans .inner-container .features-redesign-button {
      text-align: center; }
      @media (max-width: 767px) {
        .checklist-plans .inner-container .features-redesign-button a {
          display: block;
          margin: 0 auto;
          width: 100%;
          padding: 11px; } }
      @media (max-width: 767px) {
        .checklist-plans .inner-container .features-redesign-button {
          padding-bottom: 0;
          padding-top: 40px; } }
    .checklist-plans .inner-container ul {
      display: table;
      margin: 30px auto 40px;
      width: 700px; }
      @media (max-width: 600px) {
        .checklist-plans .inner-container ul {
          width: 90%;
          margin: 15px 30px 0; } }
      .checklist-plans .inner-container ul li {
        list-style: none;
        text-indent: -0.1em;
        list-style: none;
        text-align: left;
        font-size: 18px;
        margin-bottom: 20px;
        position: relative; }
        @media (max-width: 600px) {
          .checklist-plans .inner-container ul li:last-child {
            margin-bottom: 0; } }
        @media (max-width: 600px) {
          .checklist-plans .inner-container ul li:last-child .content {
            margin-bottom: 0; } }
        @media (max-width: 600px) {
          .checklist-plans .inner-container ul li {
            font-size: 14px;
            margin-bottom: 15px; } }
        .checklist-plans .inner-container ul li .heading {
          font-size: 14px;
          margin-bottom: 0;
          font-weight: 600;
          text-align: left;
          color: #333; }
        .checklist-plans .inner-container ul li:before {
          content: "";
          display: inline-block;
          background: url(..../../../icons/reskin/check-circle.svg) no-repeat center center;
          width: 32px;
          position: absolute;
          height: 32px;
          top: 5px;
          bottom: 0;
          margin-left: -45px; }

.trustpilot_intro.trustpilot-reviews .inner-container {
  padding: 50px 0px 0; }
  @media (max-width: 767px) {
    .trustpilot_intro.trustpilot-reviews .inner-container {
      padding: 40px 28px 0; } }

.kitchen-showcase-carousel .slick-prev {
  z-index: 1 !important; }

.kitchen-showcase.last .kitchen-showcase-carousel .item img {
  width: 340px !important;
  height: 226px !important;
  border-radius: 10px !important; }

.get-started {
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .get-started {
      margin-top: 0;
      margin-bottom: 0; } }
  .get-started .action-btn {
    text-align: center;
    margin: 20px 30px 40px; }
    @media (max-width: 600px) {
      .get-started .action-btn {
        margin-top: 0; } }
    @media (max-width: 600px) {
      .get-started .action-btn a {
        width: 100%;
        padding: 11px; } }

[data-content-region="faq"] {
  margin-top: 0 !important; }

.faq,
[data-content-region="faq"] {
  margin-top: 50px; }
  @media (max-width: 600px) {
    .faq,
    [data-content-region="faq"] {
      margin-top: 40px; } }
  .faq .normal-section,
  [data-content-region="faq"] .normal-section {
    margin-top: 0; }
    .faq .normal-section .accordion,
    [data-content-region="faq"] .normal-section .accordion {
      background-color: transparent !important;
      padding: 10px 0 !important; }
  .faq .heading,
  [data-content-region="faq"] .heading {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    font-family: konnect !important;
    margin-bottom: 0 !important;
    color: #11214A; }
    @media (max-width: 600px) {
      .faq .heading,
      [data-content-region="faq"] .heading {
        font-size: 24px; } }
  .faq .white-bg,
  [data-content-region="faq"] .white-bg {
    mask: none !important;
    border-radius: 16px;
    margin-top: 15px; }

.accordion-content {
  padding-left: 40px !important; }

.banner-background {
  overflow: hidden; }
  .banner-background .carousel-wrapper img {
    width: 100%; }
    @media (max-width: 430px) {
      .banner-background .carousel-wrapper img {
        height: 280px;
        -webkit-transform: scale(1.2);
        transform: scale(1.1);
        max-width: 555px;
        position: relative;
        width: 100% !important; } }

.small-text-info {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 15px;
  font-size: 12px;
  opacity: .6; }
  .small-text-info.visibility-d {
    display: block !important; }
    @media (max-width: 1024px) {
      .small-text-info.visibility-d {
        display: none !important; } }
  .small-text-info.visibility-m {
    display: none !important; }
    @media (max-width: 1024px) {
      .small-text-info.visibility-m {
        display: block !important;
        z-index: 1 !important;
        color: #11214a !important;
        margin: 0 auto !important;
        text-align: center;
        position: relative;
        opacity: .8;
        left: 0;
        font-size: 10px; } }

.main-carousel button {
  display: none; }

.main-carousel .carouselBtn {
  font-size: 18px !important;
  font-family: konnect-medium !important;
  padding: 15px 30px !important;
  width: 300px !important;
  position: relative;
  transition: .2s;
  border: 0;
  overflow: hidden; }
  .main-carousel .carouselBtn:after {
    position: absolute;
    top: 0;
    right: -100px;
    width: 100% !important;
    display: block;
    padding: 15px 30px;
    content: "Get Started";
    background: #FBD1C8;
    border-radius: 25px;
    opacity: 0;
    color: #F2664A;
    transition: all .3s ease-in-out; }
  .main-carousel .carouselBtn:hover {
    color: #F2664A;
    padding-left: 5px !important;
    padding-right: 55px !important; }
    .main-carousel .carouselBtn:hover:after {
      opacity: 1;
      right: 0; }
  @media (max-width: 1024px) {
    .main-carousel .carouselBtn {
      position: absolute !important;
      top: -65px !important; } }
  @media (max-width: 767px) {
    .main-carousel .carouselBtn {
      position: absolute !important;
      top: -80px !important; } }
  @media (max-width: 500px) {
    .main-carousel .carouselBtn {
      width: 90% !important; } }

.main-carousel .slide {
  position: relative; }
  .main-carousel .slide .description {
    position: absolute;
    top: 25%;
    width: 45%;
    height: auto;
    display: table;
    margin: auto;
    background: linear-gradient(252.93deg, #a3c6fb 0%, #e9c7eb 71.23%, #f8d9c2 112.11%);
    padding: 30px 30px 30px 80px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
    .main-carousel .slide .description h1 {
      font-size: 38px;
      font-weight: 600; }
    .main-carousel .slide .description a {
      display: table;
      margin: 0 auto; }
  .main-carousel .slide .descirption--desktop {
    position: relative;
    left: 0;
    top: 0px !important;
    max-width: 100%;
    width: 100% !important;
    border-radius: 0px !important;
    min-height: 160px !important;
    display: grid;
    align-items: center; }

.main-carousel a.carouselBtn {
  display: initial;
  position: absolute;
  left: 0;
  right: 0;
  width: fit-content;
  margin: auto;
  background-color: #f2664a;
  color: white;
  height: 40px;
  padding: 10px 30px;
  top: -120px; }

@media (max-width: 767px) {
  .main-carousel .heading {
    font-size: 16px !important; } }

.main-carousel .slick-arrow {
  z-index: 1 !important;
  display: inline-block;
  background: #CCB4F9 !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
  margin-top: -50px; }
  .main-carousel .slick-arrow:before {
    opacity: 1 !important;
    color: #fff !important; }
  @media (max-width: 767px) {
    .main-carousel .slick-arrow {
      display: none !important; } }

.main-carousel .slick-prev {
  left: 50px !important; }
  .main-carousel .slick-prev:before {
    background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'><path d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /></svg>") no-repeat center center/cover !important;
    transform: rotate(180deg); }

.main-carousel .slick-next {
  right: 50px !important; }
  .main-carousel .slick-next:before {
    background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'><path d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /></svg>") no-repeat center center/cover !important; }

.main-carousel .slick-disabled {
  opacity: .5;
  pointer-events: none; }

.main-carousel .slick-slide {
  height: 0px !important; }

.main-carousel .slick-slide.slick-active {
  height: 100% !important; }

@media (max-width: 767px) {
  .main-carousel .slide .description {
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
    padding-left: 30px;
    border-radius: 0; }
    .main-carousel .slide .description h1 {
      font-size: 18px !important;
      margin-bottom: 15px; }
  .main-carousel .slide .descirption--desktop {
    min-height: auto !important; }
  .main-carousel a.carouselBtn {
    position: relative;
    margin-top: 25px;
    top: auto; } }

.holly-branson {
  display: block;
  margin: 0 auto;
  width: 100%; }

.slick-arrow {
  z-index: 1 !important;
  display: inline-block;
  background: #CCB4F9 !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important; }
  .slick-arrow:before {
    opacity: 1 !important;
    color: #fff !important; }

.slick-prev:before {
  background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'><path d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /></svg>") no-repeat center center/cover !important;
  transform: rotate(180deg); }

.slick-next:before {
  background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'><path d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /></svg>") no-repeat center center/cover !important; }

.slick-disabled {
  opacity: .5;
  pointer-events: none; }

@font-face {
  font-family: 'konnect-light-svg-font';
  src: url(../../fonts/konnect/Konnect-Light.svg); }

.konnect-light-svg-font {
  font-family: konnect-light-svg-font !important; }

#package-banner-countdown {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0; }

.anton-studio-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  @media (max-width: 430px) {
    .anton-studio-modal {
      align-items: end; } }
  .anton-studio-modal .content {
    background: linear-gradient(115deg, #f9f182 0%, #ffd1c7 10%, #ccb4f9 67%, #aec9ff 100%);
    width: 972px;
    padding: 20px;
    border-radius: 8px;
    position: relative; }
    @media (max-width: 991px) {
      .anton-studio-modal .content {
        width: 100%; } }
    @media (max-width: 768px) {
      .anton-studio-modal .content {
        width: 90%;
        height: calc(100vh - 150px);
        overflow-y: scroll;
        margin: auto; } }
    @media (max-width: 430px) {
      .anton-studio-modal .content {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; } }
    .anton-studio-modal .content .availability-text.visibility-d {
      color: #11214A;
      font-size: 12px;
      position: absolute;
      bottom: 15px;
      right: 50px; }
    .anton-studio-modal .content .anton-bg-wrapper {
      position: relative;
      background: url(https://cdn11.bigcommerce.com/s-d021x8i00o/images/stencil/original/image-manager/carafe-banner-desktop.png?t=1757243600) no-repeat center center/cover;
      height: 512px;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: right; }
      .anton-studio-modal .content .anton-bg-wrapper .close-modal {
        position: absolute;
        top: 20px;
        right: 20px; }
      .anton-studio-modal .content .anton-bg-wrapper .group-content .text-content {
        background: linear-gradient(115deg, #f9f182 0%, #ffd1c7 10%, #ccb4f9 67%, #aec9ff 100%);
        padding: 25px;
        border-radius: 8px;
        width: 450px;
        margin-right: 30px;
        position: relative;
        top: -60px; }
        .anton-studio-modal .content .anton-bg-wrapper .group-content .text-content p,
        .anton-studio-modal .content .anton-bg-wrapper .group-content .text-content p span {
          font-family: Konnect-Regular !important;
          font-size: 24px;
          letter-spacing: 0px;
          color: #11214A;
          letter-spacing: 0px;
          line-height: 1.3em; }
        .anton-studio-modal .content .anton-bg-wrapper .group-content .text-content a {
          min-width: 150px; }
    .anton-studio-modal .content .visibility-m {
      position: relative; }
      .anton-studio-modal .content .visibility-m .thumb-m {
        width: 100%;
        margin-bottom: 20px; }
      .anton-studio-modal .content .visibility-m .close-modal {
        position: absolute;
        right: 20px;
        top: 20px; }
      .anton-studio-modal .content .visibility-m .text-content p,
      .anton-studio-modal .content .visibility-m .text-content p span {
        font-family: Konnect-Regular !important;
        font-size: 22px;
        letter-spacing: 0px;
        color: #11214A;
        text-align: center;
        letter-spacing: 0px; }
      .anton-studio-modal .content .visibility-m .text-content a {
        width: 100%; }
      .anton-studio-modal .content .visibility-m .availability-text {
        color: #11214A;
        margin-top: 20px;
        font-size: 12px;
        text-align: center; }

[data-sub-layout="487cc594-38c2-4fe6-bc48-283253475fd8"] .holder {
  background-color: white; }

@media screen and (max-width: 475px) {
  #sd-simple-text-editable-c89fed81-134d-4fd3-b8ed-199f79abab7f {
    text-align: center; } }

.left-text-redesign {
  padding: 30px 0; }
  .left-text-redesign .container .inner-container .holder .image, .left-text-redesign .page-heading .inner-container .holder .image, .left-text-redesign .alertBox .inner-container .holder .image {
    margin: auto;
    border-radius: 50px 0 0 50px;
    margin-right: calc((min(100vw,1600px) - 100%)/ -2); }
    @media screen and (max-width: 475px) {
      .left-text-redesign .container .inner-container .holder .image, .left-text-redesign .page-heading .inner-container .holder .image, .left-text-redesign .alertBox .inner-container .holder .image {
        border-radius: 0; } }
  .left-text-redesign .container .inner-container .holder .text, .left-text-redesign .page-heading .inner-container .holder .text, .left-text-redesign .alertBox .inner-container .holder .text {
    margin-left: 50px; }
    @media screen and (max-width: 475px) {
      .left-text-redesign .container .inner-container .holder .text, .left-text-redesign .page-heading .inner-container .holder .text, .left-text-redesign .alertBox .inner-container .holder .text {
        margin-left: 0; } }
    .left-text-redesign .container .inner-container .holder .text h2, .left-text-redesign .page-heading .inner-container .holder .text h2, .left-text-redesign .alertBox .inner-container .holder .text h2 {
      text-align: center; }
    .left-text-redesign .container .inner-container .holder .text p, .left-text-redesign .page-heading .inner-container .holder .text p, .left-text-redesign .alertBox .inner-container .holder .text p {
      text-align: center; }
    .left-text-redesign .container .inner-container .holder .text .buttons, .left-text-redesign .page-heading .inner-container .holder .text .buttons, .left-text-redesign .alertBox .inner-container .holder .text .buttons {
      margin-top: 18px;
      text-align: center; }

.about-table-wrapper {
  text-align: center; }
  .about-table-wrapper table th:first-child, .about-table-wrapper table td:first-child {
    width: 40%; }
  .about-table-wrapper table th:nth-child(2), .about-table-wrapper table td:nth-child(2) {
    width: 20%; }
  .about-table-wrapper table th:nth-child(3), .about-table-wrapper table td:nth-child(3) {
    width: 20%; }
  .about-table-wrapper table th:nth-child(4), .about-table-wrapper table td:nth-child(4) {
    width: 20%; }

.hidden-content .about-rental-compare p {
  font-weight: bold !important;
  text-align: center; }

.about-rental-banner .holder .fake-background img {
  width: 100% !important;
  height: auto !important; }

.about-rental-banner .holder .inner-container {
  width: 28%; }
  @media screen and (max-width: 767px) {
    .about-rental-banner .holder .inner-container {
      width: 100%; } }
  .about-rental-banner .holder .inner-container .left {
    padding-left: 70px; }
    @media screen and (max-width: 767px) {
      .about-rental-banner .holder .inner-container .left {
        padding: 28px 14px; } }

.about-rental-button {
  text-align: center;
  margin-top: 20px; }

.home-water-system.element-alt .about-rental-faq .holder {
  background-color: white; }

.about-rental-faq {
  padding: 0 28px; }
  .about-rental-faq .inner-container.normal-section {
    padding: 0 0 64px; }

#sd-simple-text-editable-c89fed81-134d-4fd3-b8ed-199f79abab7f strong {
  font-weight: 500 !important;
  font-size: 30px;
  line-height: 1.2 !important; }
  @media screen and (max-width: 767px) {
    #sd-simple-text-editable-c89fed81-134d-4fd3-b8ed-199f79abab7f strong {
      font-size: 22px; } }

@media screen and (max-width: 767px) {
  div#sd-simple-text-editable-0e9575a7-a7e9-4231-b8bf-24edd0ca82ec {
    text-align: center; } }

div#sd-simple-text-editable-0e9575a7-a7e9-4231-b8bf-24edd0ca82ec strong {
  font-weight: 500 !important;
  font-size: 30px;
  line-height: 1.2 !important; }
  @media screen and (max-width: 767px) {
    div#sd-simple-text-editable-0e9575a7-a7e9-4231-b8bf-24edd0ca82ec strong {
      font-size: 22px; } }

span.cost-table {
  font-size: 12px; }

.source-accordion-head td {
  font-weight: 700; }
  .source-accordion-head td i {
    font-size: 14px;
    margin-left: 10px; }

@media screen and (max-width: 767px) {
  .right-text-two {
    padding: 30px 0 0; } }

.right-text-two h3 {
  font-size: 16px;
  font-weight: 700;
  text-align: center; }

@media screen and (max-width: 767px) {
  .right-text-two .text.desktop-text {
    display: none; } }

.right-text-two .text.mobile-text {
  display: none; }
  @media screen and (max-width: 767px) {
    .right-text-two .text.mobile-text {
      display: flex; } }
  .right-text-two .text.mobile-text .read-less h3 {
    margin: 16px 0 0; }

@media screen and (max-width: 767px) {
  .left-text-redesign {
    padding: 30px 0 0; } }

.left-text-redesign h3 {
  font-size: 16px;
  font-weight: 700;
  text-align: center; }

@media screen and (max-width: 767px) {
  .left-text-redesign .text.desktop-text {
    display: none; } }

.left-text-redesign .text.mobile-text {
  display: none; }
  @media screen and (max-width: 767px) {
    .left-text-redesign .text.mobile-text {
      display: flex; } }
  .left-text-redesign .text.mobile-text .read-less h3 {
    margin: 16px 0 0; }

.how-it-works-slider {
  padding: 15px 15px; }
  .how-it-works-slider .item-name {
    font-size: 36px;
    padding-top: 40px;
    font-family: "konnect",sans-serif !important;
    text-align: center;
    font-weight: 700;
    line-height: 1.2; }
    @media screen and (max-width: 767px) {
      .how-it-works-slider .item-name {
        font-size: 22px; } }
  .how-it-works-slider .how-it-works-slider-carousel .item {
    text-align: center;
    padding: 0 15px; }
    .how-it-works-slider .how-it-works-slider-carousel .item .holder {
      max-width: 800px;
      margin: 0 auto;
      padding: 32px;
      background-color: #fff;
      border-radius: 16px; }
    .how-it-works-slider .how-it-works-slider-carousel .item .item-img {
      display: flex;
      justify-content: center;
      padding: 39px 0;
      padding-top: 15px; }
      .how-it-works-slider .how-it-works-slider-carousel .item .item-img img {
        height: 185px;
        width: auto; }
        @media screen and (max-width: 600px) {
          .how-it-works-slider .how-it-works-slider-carousel .item .item-img img {
            height: 130px; } }
    .how-it-works-slider .how-it-works-slider-carousel .item .item-title h4 {
      font-size: 17px;
      font-weight: bold; }
    .how-it-works-slider .how-it-works-slider-carousel .item .item-desc ul {
      list-style-type: none; }
  .how-it-works-slider .how-it-works-slider-carousel .slick-next::before, .how-it-works-slider .how-it-works-slider-carousel .slick-prev::before {
    filter: invert(38%) sepia(97%) saturate(311%) hue-rotate(112deg) brightness(93%) contrast(84%); }
  .how-it-works-slider .how-it-works-slider-carousel .slick-dots li.slick-active button:hover {
    background: #2E4EC6; }
  .how-it-works-slider .how-it-works-slider-carousel .slick-dots li.slick-active button::before {
    background: #2E4EC6; }

.cost-source {
  text-align: center;
  padding: 10px 0; }

.about-rental-page.page-type .features-redesign-button.buttons {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 25px; }
  .about-rental-page.page-type .features-redesign-button.buttons a.float {
    padding: 10px 31px; }

.about-rental-page.page-type .hidden-content.has-bg .container, .about-rental-page.page-type .hidden-content.has-bg .page-heading, .about-rental-page.page-type .hidden-content.has-bg .alertBox {
  padding-bottom: 0; }

.about-rental-page.page-type .hidden-content.has-bg .buttons.features-redesign-button {
  padding-top: 44px;
  padding-bottom: 0; }
  @media screen and (max-width: 600px) {
    .about-rental-page.page-type .hidden-content.has-bg .buttons.features-redesign-button {
      padding-top: 62px; } }

.help-center {
  font-family: konnect-regular, serif;
  padding-top: 80px; }
  @media (min-width: 768px) {
    .help-center {
      padding-top: 100px; } }
  .help-center [data-content-region="machine_heading"] {
    font: normal normal 500 31px/40px konnect-semiBold;
    color: #11214A; }
  .help-center [data-content-region="machine_sub_heading"] {
    color: #282828;
    opacity: 0.8;
    font-size: 16px;
    line-height: 21px; }
  .help-center [data-content-region="machine_selection_heading"] {
    font: normal normal 500 18px/23px konnect-semiBold;
    color: #11214A; }
  .help-center [data-content-region="machine_learning_heading"] {
    font: 500 25px/32px konnect-semiBold; }
  .help-center .search {
    margin: 30px 0; }
    .help-center .search .container .bg, .help-center .search .page-heading .bg, .help-center .search .alertBox .bg {
      border-left: 1px solid #f2f2f2;
      border-right: 1px solid #f2f2f2;
      padding: 70px 30px 30px;
      background: linear-gradient(252.93deg, #A3C6FB 0%, #E9C7EB 71.23%, #F8D9C2 112.11%);
      -webkit-mask: url(../img/ellipse-mask-bottom.svg) bottom center/cover;
      mask: url(../img/ellipse-mask-bottom.svg) bottom center/cover;
      -webkit-mask-composite: source-in, source-over, xor;
      mask-composite: source-in, source-over, xor;
      display: flex;
      flex-wrap: nowrap;
      justify-content: center; }
      .help-center .search .container .bg .content h1, .help-center .search .page-heading .bg .content h1, .help-center .search .alertBox .bg .content h1 {
        font-size: 30px;
        font-weight: 600;
        color: #11214A;
        text-align: center;
        margin-bottom: 27px; }
      .help-center .search .container .bg .content .search-form, .help-center .search .page-heading .bg .content .search-form, .help-center .search .alertBox .bg .content .search-form {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0; }
        .help-center .search .container .bg .content .search-form-result, .help-center .search .page-heading .bg .content .search-form-result, .help-center .search .alertBox .bg .content .search-form-result {
          background-color: #EFEFEF;
          padding: 10px 35px;
          width: 100%;
          position: relative;
          top: 2px;
          border-radius: 25px; }
          .help-center .search .container .bg .content .search-form-result p, .help-center .search .page-heading .bg .content .search-form-result p, .help-center .search .alertBox .bg .content .search-form-result p {
            margin-bottom: 0; }
            .help-center .search .container .bg .content .search-form-result p a, .help-center .search .page-heading .bg .content .search-form-result p a, .help-center .search .alertBox .bg .content .search-form-result p a {
              text-decoration: none;
              color: #333;
              padding: 5px;
              display: block;
              width: 100%; }
              .help-center .search .container .bg .content .search-form-result p a:hover, .help-center .search .page-heading .bg .content .search-form-result p a:hover, .help-center .search .alertBox .bg .content .search-form-result p a:hover {
                color: #000;
                font-weight: 600; }
        .help-center .search .container .bg .content .search-form .wrapper, .help-center .search .page-heading .bg .content .search-form .wrapper, .help-center .search .alertBox .bg .content .search-form .wrapper {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: stretch; }
          .help-center .search .container .bg .content .search-form .wrapper form, .help-center .search .page-heading .bg .content .search-form .wrapper form, .help-center .search .alertBox .bg .content .search-form .wrapper form {
            color: #555;
            display: flex;
            padding: 2px;
            border-radius: 25px;
            background: #EFEFEF;
            margin: 0 auto; }
            .help-center .search .container .bg .content .search-form .wrapper form input[type="search"], .help-center .search .page-heading .bg .content .search-form .wrapper form input[type="search"], .help-center .search .alertBox .bg .content .search-form .wrapper form input[type="search"] {
              border: none;
              background: transparent;
              margin: 0;
              padding: 10px 35px;
              font-size: 16px;
              color: #282828;
              border: 1px solid transparent;
              border-radius: inherit;
              width: 600px; }
            .help-center .search .container .bg .content .search-form .wrapper form button, .help-center .search .page-heading .bg .content .search-form .wrapper form button, .help-center .search .alertBox .bg .content .search-form .wrapper form button {
              text-indent: -999px;
              overflow: hidden;
              width: 55px;
              padding: 0;
              margin: 0;
              border: 1px solid transparent;
              border-radius: inherit;
              background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
              cursor: pointer;
              opacity: 0.7; }
  .help-center .machines .container h2, .help-center .machines .page-heading h2, .help-center .machines .alertBox h2 {
    color: #333;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 8px; }
  .help-center .machines .container .sub-heading, .help-center .machines .page-heading .sub-heading, .help-center .machines .alertBox .sub-heading {
    margin-bottom: 0;
    opacity: 0.7;
    text-align: center; }
  .help-center .machines .container p, .help-center .machines .page-heading p, .help-center .machines .alertBox p {
    text-align: center;
    font-size: 16px;
    color: #282828; }
  .help-center .machines .container .selection, .help-center .machines .page-heading .selection, .help-center .machines .alertBox .selection {
    margin-top: 40px; }
    .help-center .machines .container .selection h4, .help-center .machines .page-heading .selection h4, .help-center .machines .alertBox .selection h4 {
      color: #282828;
      font-size: 18px;
      text-align: center; }
    .help-center .machines .container .selection .list, .help-center .machines .page-heading .selection .list, .help-center .machines .alertBox .selection .list {
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      margin-bottom: 50px; }
      .help-center .machines .container .selection .list li, .help-center .machines .page-heading .selection .list li, .help-center .machines .alertBox .selection .list li {
        list-style: none;
        text-align: center;
        background-color: #F5F1F9;
        padding: 30px 70px;
        margin: 15px;
        border: 2px solid transparent;
        overflow: hidden; }
        .help-center .machines .container .selection .list li .image, .help-center .machines .page-heading .selection .list li .image, .help-center .machines .alertBox .selection .list li .image {
          margin-bottom: 15px;
          transition: .2s; }
        .help-center .machines .container .selection .list li:hover, .help-center .machines .page-heading .selection .list li:hover, .help-center .machines .alertBox .selection .list li:hover {
          box-sizing: border-box;
          border: 2px solid #2E4EC6;
          cursor: pointer; }
          .help-center .machines .container .selection .list li:hover .image, .help-center .machines .page-heading .selection .list li:hover .image, .help-center .machines .alertBox .selection .list li:hover .image {
            margin-bottom: 15px;
            transform: scale(1.1);
            transform-origin: 50% 50%; }
        .help-center .machines .container .selection .list li img, .help-center .machines .page-heading .selection .list li img, .help-center .machines .alertBox .selection .list li img {
          margin-bottom: 15px;
          transition: transform .4s; }
        .help-center .machines .container .selection .list li h5, .help-center .machines .page-heading .selection .list li h5, .help-center .machines .alertBox .selection .list li h5 {
          font: 600 18px/23px konnect-semiBold;
          color: #214FCF; }
  .help-center .learn-more {
    margin-bottom: 50px; }
    .help-center .learn-more .container h2, .help-center .learn-more .page-heading h2, .help-center .learn-more .alertBox h2 {
      font-size: 30px;
      color: #11214A;
      font-weight: 600;
      text-align: center;
      margin-bottom: 50px; }
    .help-center .learn-more .container .list, .help-center .learn-more .page-heading .list, .help-center .learn-more .alertBox .list {
      display: flex;
      flex-wrap: nowrap;
      justify-content: center; }
      .help-center .learn-more .container .list li, .help-center .learn-more .page-heading .list li, .help-center .learn-more .alertBox .list li {
        list-style: none;
        width: 20%;
        margin: 0 20px; }
        .help-center .learn-more .container .list li .image, .help-center .learn-more .page-heading .list li .image, .help-center .learn-more .alertBox .list li .image {
          margin: 0 auto 15px;
          width: 75px;
          height: 75px;
          display: flex;
          flex-wrap: nowrap;
          align-items: center; }
        .help-center .learn-more .container .list li img, .help-center .learn-more .page-heading .list li img, .help-center .learn-more .alertBox .list li img {
          display: block;
          text-align: center;
          margin: 0 auto 20px;
          height: 75px; }
        .help-center .learn-more .container .list li h5, .help-center .learn-more .page-heading .list li h5, .help-center .learn-more .alertBox .list li h5 {
          font-size: 18px;
          color: #11214A;
          font-weight: 600;
          text-align: center;
          margin-bottom: 10px; }
        .help-center .learn-more .container .list li p, .help-center .learn-more .page-heading .list li p, .help-center .learn-more .alertBox .list li p {
          color: #282828;
          font-size: 14px;
          text-align: center;
          opacity: 0.7; }
  .help-center .additional-information .container h2, .help-center .additional-information .page-heading h2, .help-center .additional-information .alertBox h2 {
    color: #11214A;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 8px; }
  .help-center .additional-information .container p, .help-center .additional-information .page-heading p, .help-center .additional-information .alertBox p {
    text-align: center;
    font-size: 16px;
    color: #282828;
    opacity: 0.7; }
  .help-center .faq .basic-accordion .container, .help-center .faq .basic-accordion .page-heading, .help-center .faq .basic-accordion .alertBox {
    border: 0; }
    .help-center .faq .basic-accordion .container .normal-section, .help-center .faq .basic-accordion .page-heading .normal-section, .help-center .faq .basic-accordion .alertBox .normal-section {
      padding: 30px;
      border: 0; }
      .help-center .faq .basic-accordion .container .normal-section .accordion, .help-center .faq .basic-accordion .page-heading .normal-section .accordion, .help-center .faq .basic-accordion .alertBox .normal-section .accordion {
        border-radius: 8px;
        padding: 0 30px;
        background-color: #F8F8F8 !important; }
        .help-center .faq .basic-accordion .container .normal-section .accordion li, .help-center .faq .basic-accordion .page-heading .normal-section .accordion li, .help-center .faq .basic-accordion .alertBox .normal-section .accordion li {
          border-bottom: 1px solid rgba(112, 112, 112, 0.1); }
          .help-center .faq .basic-accordion .container .normal-section .accordion li:last-child, .help-center .faq .basic-accordion .page-heading .normal-section .accordion li:last-child, .help-center .faq .basic-accordion .alertBox .normal-section .accordion li:last-child {
            border-bottom: 0; }
          .help-center .faq .basic-accordion .container .normal-section .accordion li.accordion-item.active .accordion-btn:after, .help-center .faq .basic-accordion .page-heading .normal-section .accordion li.accordion-item.active .accordion-btn:after, .help-center .faq .basic-accordion .alertBox .normal-section .accordion li.accordion-item.active .accordion-btn:after {
            transform: rotate(45deg);
            opacity: 1 !important;
            right: 0; }
          .help-center .faq .basic-accordion .container .normal-section .accordion li .accordion-btn, .help-center .faq .basic-accordion .page-heading .normal-section .accordion li .accordion-btn, .help-center .faq .basic-accordion .alertBox .normal-section .accordion li .accordion-btn {
            padding: 20px 0;
            padding-inline: 35px 34px;
            position: relative; }
            .help-center .faq .basic-accordion .container .normal-section .accordion li .accordion-btn:before, .help-center .faq .basic-accordion .page-heading .normal-section .accordion li .accordion-btn:before, .help-center .faq .basic-accordion .alertBox .normal-section .accordion li .accordion-btn:before, .help-center .faq .basic-accordion .container .normal-section .accordion li .accordion-btn:after, .help-center .faq .basic-accordion .page-heading .normal-section .accordion li .accordion-btn:after, .help-center .faq .basic-accordion .alertBox .normal-section .accordion li .accordion-btn:after {
              color: black;
              border-right: 2px solid #2E4EC6;
              border-bottom: 2px solid #2E4EC6;
              content: '';
              position: absolute;
              width: 10px;
              height: 10px;
              background: none; }
            .help-center .faq .basic-accordion .container .normal-section .accordion li .accordion-btn:before, .help-center .faq .basic-accordion .page-heading .normal-section .accordion li .accordion-btn:before, .help-center .faq .basic-accordion .alertBox .normal-section .accordion li .accordion-btn:before {
              content: none; }
            .help-center .faq .basic-accordion .container .normal-section .accordion li .accordion-btn:after, .help-center .faq .basic-accordion .page-heading .normal-section .accordion li .accordion-btn:after, .help-center .faq .basic-accordion .alertBox .normal-section .accordion li .accordion-btn:after {
              top: 5px;
              bottom: 0;
              margin: auto;
              transform: rotate(-45deg); }
            .help-center .faq .basic-accordion .container .normal-section .accordion li .accordion-btn h5, .help-center .faq .basic-accordion .page-heading .normal-section .accordion li .accordion-btn h5, .help-center .faq .basic-accordion .alertBox .normal-section .accordion li .accordion-btn h5 {
              color: #333;
              font-size: 18px; }
  .help-center .looking-for .container, .help-center .looking-for .page-heading, .help-center .looking-for .alertBox {
    max-width: 800px;
    margin: 20px auto 70px; }
    .help-center .looking-for .container h4, .help-center .looking-for .page-heading h4, .help-center .looking-for .alertBox h4 {
      font-size: 20px;
      color: #539D82;
      text-align: left;
      font-weight: 600;
      margin-bottom: 0; }
    .help-center .looking-for .container p, .help-center .looking-for .page-heading p, .help-center .looking-for .alertBox p {
      color: #282828;
      font-size: 16px;
      text-align: left;
      opacity: 0.8; }

@media (min-width: 431px) and (max-width: 768px) {
  .help-center .search .container .bg .content .search-form .wrapper form input[type="search"], .help-center .search .page-heading .bg .content .search-form .wrapper form input[type="search"], .help-center .search .alertBox .bg .content .search-form .wrapper form input[type="search"] {
    width: 90%; }
  .help-center .machines .container, .help-center .machines .page-heading, .help-center .machines .alertBox {
    padding: 0 30px; }
    .help-center .machines .container h2, .help-center .machines .page-heading h2, .help-center .machines .alertBox h2 {
      font-size: 22px; }
    .help-center .machines .container p, .help-center .machines .page-heading p, .help-center .machines .alertBox p,
    .help-center .machines .container h4,
    .help-center .machines .page-heading h4,
    .help-center .machines .alertBox h4 {
      font-size: 14px !important; }
    .help-center .machines .container .selection, .help-center .machines .page-heading .selection, .help-center .machines .alertBox .selection {
      margin-top: 20px; }
      .help-center .machines .container .selection .list, .help-center .machines .page-heading .selection .list, .help-center .machines .alertBox .selection .list {
        margin-bottom: 25px; }
        .help-center .machines .container .selection .list li, .help-center .machines .page-heading .selection .list li, .help-center .machines .alertBox .selection .list li {
          padding: 30px !important; }
          .help-center .machines .container .selection .list li .image, .help-center .machines .page-heading .selection .list li .image, .help-center .machines .alertBox .selection .list li .image {
            padding: 20px !important; } }

@media (min-width: 320px) and (max-width: 430px) {
  .help-center .search .container .bg, .help-center .search .page-heading .bg, .help-center .search .alertBox .bg {
    padding: 30px; }
    .help-center .search .container .bg .content h1, .help-center .search .page-heading .bg .content h1, .help-center .search .alertBox .bg .content h1 {
      width: 200px;
      margin: 0 auto 15px;
      font-size: 24px;
      line-height: 1.2em; }
    .help-center .search .container .bg .content .search-form .wrapper form input[type="search"], .help-center .search .page-heading .bg .content .search-form .wrapper form input[type="search"], .help-center .search .alertBox .bg .content .search-form .wrapper form input[type="search"] {
      width: 90%; }
  .help-center .machines .container, .help-center .machines .page-heading, .help-center .machines .alertBox {
    padding: 0 30px; }
    .help-center .machines .container h2, .help-center .machines .page-heading h2, .help-center .machines .alertBox h2 {
      font-size: 22px; }
    .help-center .machines .container p, .help-center .machines .page-heading p, .help-center .machines .alertBox p,
    .help-center .machines .container h4,
    .help-center .machines .page-heading h4,
    .help-center .machines .alertBox h4 {
      font-size: 14px !important; }
    .help-center .machines .container .selection, .help-center .machines .page-heading .selection, .help-center .machines .alertBox .selection {
      margin-top: 20px; }
      .help-center .machines .container .selection .list, .help-center .machines .page-heading .selection .list, .help-center .machines .alertBox .selection .list {
        margin-bottom: 25px; }
        .help-center .machines .container .selection .list li, .help-center .machines .page-heading .selection .list li, .help-center .machines .alertBox .selection .list li {
          padding: 0 !important;
          margin: 5px; }
          .help-center .machines .container .selection .list li .image, .help-center .machines .page-heading .selection .list li .image, .help-center .machines .alertBox .selection .list li .image {
            padding: 20px !important; }
          .help-center .machines .container .selection .list li h5, .help-center .machines .page-heading .selection .list li h5, .help-center .machines .alertBox .selection .list li h5 {
            font-size: 14px; }
  .help-center .learn-more .container h2, .help-center .learn-more .page-heading h2, .help-center .learn-more .alertBox h2 {
    font-size: 22px;
    margin-bottom: 25px; }
  .help-center .learn-more .container .list, .help-center .learn-more .page-heading .list, .help-center .learn-more .alertBox .list {
    display: block; }
    .help-center .learn-more .container .list li, .help-center .learn-more .page-heading .list li, .help-center .learn-more .alertBox .list li {
      width: 100%;
      margin: 0 auto 15px; }
  .help-center .additional-information .container h2, .help-center .additional-information .page-heading h2, .help-center .additional-information .alertBox h2 {
    font-size: 22px; }
  .help-center .additional-information .container p, .help-center .additional-information .page-heading p, .help-center .additional-information .alertBox p {
    font-size: 14px; }
  .help-center .faq {
    margin-top: 0; }
    .help-center .faq .accordion-content {
      padding-left: 0 !important; }
      .help-center .faq .accordion-content p {
        margin-top: 0 !important; }
    .help-center .faq .accordion li a {
      padding: 20px 20px 20px 0 !important; }
      .help-center .faq .accordion li a h5 {
        font-size: 16px !important; }
  .help-center .looking-for h3 {
    font-size: 21px !important;
    text-align: left;
    margin-bottom: 15px; } }

.chatIsActive {
  margin-top: 20px; }

.white-bg {
  background-color: transparent !important; }

.help_section {
  padding: 0 0 80px; }

.help_container {
  max-width: 1248px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px; }

.help_page {
  padding-top: 60px;
  padding-bottom: 60px; }

.help_block h4 {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  font-family: konnect-regular, serif;
  text-decoration: none;
  padding-left: 40px; }

.help_block[data-active-layer="0"] .help_block_option:not([data-layer="0"]), .help_block[data-active-layer="0"] .help_block_note:not([data-layer="0"]) {
  display: none; }

.help_block[data-active-layer="0"] #help_block_actions--back {
  display: none; }

.help_block[data-active-layer="1"] .help_block_option:not([data-layer="1"]), .help_block[data-active-layer="1"] .help_block_note:not([data-layer="1"]) {
  display: none; }

.help_block[data-active-layer="2"] .help_block_option:not([data-layer="2"]), .help_block[data-active-layer="2"] .help_block_note:not([data-layer="2"]) {
  display: none; }

.help_block[data-active-layer="3"] .help_block_option:not([data-layer="3"]), .help_block[data-active-layer="3"] .help_block_note:not([data-layer="3"]) {
  display: none; }

.help_block[data-active-layer="4"] .help_block_option:not([data-layer="4"]), .help_block[data-active-layer="4"] .help_block_note:not([data-layer="4"]) {
  display: none; }

.help_block[data-active-layer="5"] .help_block_option:not([data-layer="5"]), .help_block[data-active-layer="5"] .help_block_note:not([data-layer="5"]) {
  display: none; }

.help_block .help_block_option.active {
  display: block !important; }

.help_block .help_block_title {
  margin: 0 0 20px;
  font-size: 30px;
  line-height: 37px;
  font-family: konnect-regular, serif;
  color: #11214A;
  font-weight: 600; }

.help_block .help_block_option {
  padding: 20px;
  border-radius: 5px;
  background: #F8F8F8;
  transition: 0.3s ease-in-out;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative; }
  .help_block .help_block_option:last-of-type {
    margin-bottom: 0; }
  .help_block .help_block_option:hover, .help_block .help_block_option.selected {
    background: #D7C6F766; }
  .help_block .help_block_option::before {
    height: 20px;
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    border: 2px solid #11214A;
    border-radius: 50%; }
  .help_block .help_block_option::after {
    height: 20px;
    content: '';
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translate(0, -50%);
    width: 12px;
    height: 12px;
    border: 2px solid transparent;
    border-radius: 50%; }
  .help_block .help_block_option.selected::after {
    background: #11214A; }

.help_block .help_block_btn {
  width: 155px;
  font-family: konnect-regular, serif;
  font-size: 16px;
  line-height: 24px;
  height: 50px;
  border: 2px solid #2557D6;
  border-radius: 35px;
  font-weight: 600;
  color: #2557D6;
  transition: 0.3s ease-in-out; }
  .help_block .help_block_btn:hover {
    background-color: #F8F8F8; }
  .help_block .help_block_btn + .help_block_btn {
    margin-left: 14px;
    background-color: #2557D6;
    color: white; }

.help_block .help_block_actions {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }

.help_block .help_block_alarm {
  width: 100%;
  margin-bottom: 14px;
  background: #de7e7e;
  padding: 15px; }
  .help_block .help_block_alarm p {
    font-family: konnect-regular, serif;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    color: #fff; }

.help_block .help_block_note {
  background-color: #F6FAF9;
  padding: 20px 40px;
  margin-bottom: 15px;
  padding-left: 60px;
  position: relative;
  background-image: url("https://store-q62ewc10kd.mybigcommerce.com/content/images/help_note_warning.svg");
  background-position: left 19px top 20px;
  background-repeat: no-repeat;
  background-size: 25px; }
  .help_block .help_block_note p {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    color: #11214A; }

.help_qs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .help_qs .help_qs-col--img {
    width: 58%;
    padding-right: 155px;
    padding-left: 40px; }
  .help_qs .help_qs-col--details {
    width: 42%; }
  .help_qs .help_qs-img {
    background: transparent; }
    .help_qs .help_qs-img img {
      max-width: 280px;
      margin: 0 auto;
      display: block; }
    .help_qs .help_qs-img + .help_qs-img--text {
      margin-top: 40px; }
      .help_qs .help_qs-img + .help_qs-img--text h4 {
        margin: 0; }
        .help_qs .help_qs-img + .help_qs-img--text h4 a {
          text-decoration: underline;
          font-family: konnect-regular, serif;
          color: #11214A;
          font-weight: 600;
          font-size: 18px;
          line-height: 24px;
          text-underline-offset: 10px; }
    .help_qs .help_qs-img--text {
      text-align: center; }
      .help_qs .help_qs-img--text h6 {
        font-size: 16px;
        color: #686868;
        line-height: 24px;
        margin-bottom: 14px;
        font-family: konnect-regular, sans-serif; }
      .help_qs .help_qs-img--text h3 {
        font-family: konnect-regular, serif;
        color: #11214A;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        margin: 0;
        margin-bottom: 12px; }
  @media (max-width: 600px) {
    .help_qs {
      flex-direction: column; }
      .help_qs .help_qs-col--details, .help_qs .help_qs-col--img {
        width: 100%;
        padding-inline: 20px; } }

.help_panel {
  padding: 30px 25px;
  border-radius: 5px;
  background-color: #F8F8F8 !important; }
  .help_panel .help_panel--title {
    color: #11214A;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
    font-family: konnect-regular, serif;
    font-weight: 600; }
  .help_panel p {
    color: #11214A;
    font-size: 16px;
    line-height: 24px;
    font-family: konnect-regular, serif;
    margin: 0; }
    .help_panel p:last-of-type {
      margin-bottom: 0; }
  .help_panel.help_panel--warning {
    background-color: #F6FAF9;
    padding: 20px 40px;
    margin-bottom: 15px;
    padding-left: 60px;
    position: relative;
    background-image: url("https://store-q62ewc10kd.mybigcommerce.com/content/images/help_note_warning.svg");
    background-position: left 19px top 20px;
    background-repeat: no-repeat;
    background-size: 25px; }
  .help_panel.help_panel--dynamic .chat_online, .help_panel.help_panel--dynamic .chat_offline {
    display: none; }
  .help_panel.help_panel--dynamic .chat_online--weekdays, .help_panel.help_panel--dynamic .chat_online--weekend {
    display: none; }
  .help_panel.help_panel--dynamic.showAllItems .chat_online, .help_panel.help_panel--dynamic.showAllItems .chat_offline {
    display: block; }
  .help_panel.help_panel--dynamic.chatIsActive .chat_online {
    display: block; }
  .help_panel.help_panel--dynamic.chatIsActive.weekdays .chat_online--weekdays {
    display: block; }
  .help_panel.help_panel--dynamic.chatIsActive.weekend .chat_online--weekend {
    display: block; }
  .help_panel.help_panel--dynamic.chatIsNotActive .chat_offline {
    display: block; }
  .help_panel.help_panel--dynamic .help_panel_holder {
    padding-left: 50px;
    margin-top: 10px;
    background: url("../../../icons/reskin/chat-with-customer-icon.svg") no-repeat top left; }
    .help_panel.help_panel--dynamic .help_panel_holder h4 {
      font-family: konnect-regular, sans-serif;
      color: #535353 !important;
      font-size: 16px !important;
      line-height: 22px !important;
      margin: 0 0 6px !important;
      font-weight: 600 !important; }
    .help_panel.help_panel--dynamic .help_panel_holder p, .help_panel.help_panel--dynamic .help_panel_holder a {
      font-family: konnect-regular, sans-serif;
      color: #535353 !important;
      font-size: 14px !important;
      line-height: 20px !important;
      margin: 0 !important;
      text-decoration: none !important;
      opacity: 1 !important; }
    .help_panel.help_panel--dynamic .help_panel_holder p + p {
      margin-top: 5px !important; }

.pc_btn_sec {
  padding-top: 15px;
  margin-bottom: 40px; }
  .pc_btn_sec[data-tab-title] {
    display: none; }
  .pc_btn_sec .pc_btn-cont {
    padding: 0 54px;
    width: 100%;
    position: relative; }
  .pc_btn_sec .pc_btn_sec--title {
    font-family: konnect-regular, serif;
    color: #11214A;
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 32px; }
  .pc_btn_sec .pc_btn-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    list-style-type: none;
    margin-bottom: 24px; }
    .pc_btn_sec .pc_btn-tabs li {
      padding: 0px 10px; }
      .pc_btn_sec .pc_btn-tabs li a {
        padding: 15px 60px;
        background: transparent;
        color: #11214A;
        font-family: konnect-regular, serif;
        border-radius: 30px;
        transition: 0.3s ease-in-out;
        text-decoration: none; }
      .pc_btn_sec .pc_btn-tabs li.active a, .pc_btn_sec .pc_btn-tabs li:hover a {
        background-color: #2557D6;
        color: white; }
  .pc_btn_sec .pc_btn_image {
    max-width: 413px;
    width: 100%;
    margin: 0 auto;
    position: relative; }
    .pc_btn_sec .pc_btn_image img {
      width: auto;
      height: auto;
      max-width: 100%; }
    .pc_btn_sec .pc_btn_imageCont {
      background: #E9E9E9;
      padding: 50px 0 65px;
      position: relative; }
  .pc_btn_sec .pc_btn_circle {
    position: absolute;
    height: 42px;
    width: 42px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    background: #909090;
    cursor: pointer;
    transition: 0.3s ease-in-out; }
    .pc_btn_sec .pc_btn_circle[data-modal-target="0"] {
      top: 50px;
      left: 115px; }
    .pc_btn_sec .pc_btn_circle[data-modal-target="1"] {
      top: 50px;
      left: 215px; }
    .pc_btn_sec .pc_btn_circle[data-modal-target="2"] {
      top: 120px;
      left: 188px; }
    .pc_btn_sec .pc_btn_circle[data-modal-target="3"] {
      top: 200px;
      left: 130px; }
    .pc_btn_sec .pc_btn_circle[data-modal-target="4"] {
      top: 220px;
      left: 231px; }
    .pc_btn_sec .pc_btn_circle[data-modal-target="5"] {
      top: 270px;
      left: 210px; }
    .pc_btn_sec .pc_btn_circle::after {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #ffffff; }
    .pc_btn_sec .pc_btn_circle:hover, .pc_btn_sec .pc_btn_circle.active {
      background: #2557D6; }
  .pc_btn_sec .pc_btn_panel {
    padding: 20px 25px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 6px #D6D6D6;
    max-width: 275px;
    width: 100%;
    display: none;
    position: absolute;
    right: 71px;
    top: 78px; }
    .pc_btn_sec .pc_btn_panel.active {
      display: block; }
    .pc_btn_sec .pc_btn_panel--title {
      font-family: konnect-regular, serif;
      color: #11214A;
      font-weight: 600;
      font-size: 20px;
      line-height: 26px;
      margin: 0 0 3px; }
    .pc_btn_sec .pc_btn_panel p {
      font-family: konnect-regular, serif;
      font-size: 14px;
      line-height: 20px;
      color: #11214A;
      margin: 0; }
    .pc_btn_sec .pc_btn_panel button {
      margin-top: 13px;
      text-align: center;
      width: 100px;
      color: #fff;
      font-size: 14px;
      line-height: 22px;
      font-family: konnect-regular, serif;
      background: #2557D6;
      padding: 4px 5px; }
    .pc_btn_sec .pc_btn_panel_actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start; }
      .pc_btn_sec .pc_btn_panel_actions--right {
        justify-content: flex-end; }
      .pc_btn_sec .pc_btn_panel_actions--center {
        justify-content: center; }

.imgtxt_layout {
  padding: 0px 54px; }
  .imgtxt_layout .imgtxt_layout_row {
    display: flex;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
    .imgtxt_layout .imgtxt_layout_row--rev {
      flex-direction: row-reverse; }
  .imgtxt_layout .imgtxt_layout_col {
    width: 50%;
    padding: 0px 15px; }
  .imgtxt_layout .imgtxt_layout_img--caption {
    margin-top: 25px;
    font-size: 14px;
    line-height: 20px;
    font-family: konnect-regular, serif;
    color: #939393;
    text-align: center; }
  .imgtxt_layout .imgtxt_layout_img--title h3 {
    font-family: konnect-regular, serif;
    font-weight: 600;
    color: #11214A;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 16px; }
  .imgtxt_layout .imgtxt_layout_img--title p {
    font-family: konnect-regular, serif;
    font-size: 16px;
    line-height: 26px; }
    .imgtxt_layout .imgtxt_layout_img--title p:last-of-type {
      margin-bottom: 0; }
  .imgtxt_layout .imgtxt_layout_text h3 {
    font-family: konnect-regular, serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #11214A !important;
    margin: 0 0 15px; }
  .imgtxt_layout .imgtxt_layout_text p {
    font-family: konnect-regular, serif;
    font-size: 16px;
    line-height: 22px;
    color: #11214A;
    margin-bottom: 16px; }
    .imgtxt_layout .imgtxt_layout_text p:last-of-type {
      margin-bottom: 0; }
  .imgtxt_layout .imgtxt_layout_iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; }
    .imgtxt_layout .imgtxt_layout_iframe iframe {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%; }
  .imgtxt_layout .imgtxt_layout_lists h3 {
    font-family: konnect-regular, serif;
    font-size: 20px;
    line-height: 30px;
    color: #11214A;
    margin: 0 0 30px;
    font-weight: 600; }
  .imgtxt_layout .imgtxt_layout_lists ol {
    list-style-type: none;
    margin: 0; }
    .imgtxt_layout .imgtxt_layout_lists ol li {
      padding-left: 60px;
      margin-bottom: 25px;
      position: relative;
      counter-increment: step-counter;
      min-height: 43px;
      padding-top: 5px; }
      .imgtxt_layout .imgtxt_layout_lists ol li::before {
        content: counter(step-counter);
        margin-right: 20px;
        font-size: 16px;
        background-color: #11214A;
        color: white;
        font-weight: bold;
        width: 43px;
        height: 43px;
        border-radius: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 0; }
      .imgtxt_layout .imgtxt_layout_lists ol li .imgtxt_layout_circle {
        content: counter(step-counter);
        margin-right: 20px;
        font-size: 16px;
        background-color: #11214A;
        color: white;
        font-weight: bold;
        width: 43px;
        height: 43px;
        border-radius: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 0; }
      .imgtxt_layout .imgtxt_layout_lists ol li.hideListItem {
        display: none; }
        .imgtxt_layout .imgtxt_layout_lists ol li.hideListItem ~ * {
          display: none; }
        .imgtxt_layout .imgtxt_layout_lists ol li.hideListItem.showItem {
          display: block; }
          .imgtxt_layout .imgtxt_layout_lists ol li.hideListItem.showItem ~ * {
            display: block; }
    .imgtxt_layout .imgtxt_layout_lists ol p {
      font-family: konnect-regular, serif;
      font-size: 16px;
      line-height: 22px;
      margin: 0; }
    .imgtxt_layout .imgtxt_layout_lists ol > * {
      margin-bottom: 30px; }
      .imgtxt_layout .imgtxt_layout_lists ol > *:last-child {
        margin-bottom: 0; }
    .imgtxt_layout .imgtxt_layout_lists ol a {
      font-weight: 600;
      text-decoration: underline;
      text-underline-offset: 2px; }
    .imgtxt_layout .imgtxt_layout_lists ol .help_panel {
      padding: 20px 25px; }
  .imgtxt_layout .imgtxt_layout_lists .imgtxt_layout_lists_button {
    padding-left: 60px; }
    .imgtxt_layout .imgtxt_layout_lists .imgtxt_layout_lists_button button {
      border: 2px solid #2557D6;
      color: #2557D6;
      font-family: konnect-regular, serif;
      font-size: 16px;
      line-height: 22px;
      border-radius: 30px;
      max-width: 220px;
      width: 100%;
      padding: 7.5px 20px; }
  .imgtxt_layout .imgtxt_layout_lists_heading h4 {
    font-family: konnect-regular, serif;
    font-weight: 600; }
  .imgtxt_layout .imgtxt_layout_actions {
    margin-top: 40px; }
    .imgtxt_layout .imgtxt_layout_actions .helpBtn {
      font-size: 16px;
      padding: 10px 19px;
      font-family: konnect-regular, serif;
      line-height: 22px;
      border-radius: 30px;
      display: inline-block;
      border: 2px solid;
      text-decoration: none; }
      .imgtxt_layout .imgtxt_layout_actions .helpBtn + .helpBtn {
        margin-left: 16px; }
      .imgtxt_layout .imgtxt_layout_actions .helpBtn--green {
        background: #2557D6;
        color: #fff;
        border-color: #2557D6; }
        .imgtxt_layout .imgtxt_layout_actions .helpBtn--green:hover {
          background-color: #D5E7E1;
          border-color: #D5E7E1;
          color: #2557D6; }
      .imgtxt_layout .imgtxt_layout_actions .helpBtn--white {
        background: #fff;
        color: #2557D6;
        border-color: #2557D6; }
        .imgtxt_layout .imgtxt_layout_actions .helpBtn--white:hover {
          background-color: #D5E7E1; }

.modal-content-item {
  display: none; }

.help_modal {
  display: none; }
  .help_modal.active {
    display: block; }
  .help_modal--iframe {
    position: fixed;
    top: 50%;
    z-index: 1005;
    max-width: 1140px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 20px; }
    .help_modal--iframe .help_modal-content {
      position: relative;
      height: calc(100vh - 250px); }
      .help_modal--iframe .help_modal-content iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .help_modal--iframe .help_modal-close {
      height: 40px;
      width: 40px;
      position: absolute;
      right: 20px;
      top: -40px;
      z-index: 10;
      cursor: pointer; }
      .help_modal--iframe .help_modal-close::before, .help_modal--iframe .help_modal-close::after {
        content: '';
        position: absolute;
        height: 4px;
        width: 38px;
        background: #000;
        cursor: pointer; }
      .help_modal--iframe .help_modal-close::before {
        transform: rotate(140deg); }
      .help_modal--iframe .help_modal-close::after {
        transform: rotate(40deg); }
  .help_modal--content {
    position: fixed;
    top: 50%;
    z-index: 1005;
    max-width: 700px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 50px 25px;
    border-radius: 10px; }
    .help_modal--content .help_modal-content {
      max-height: calc(100vh - 250px);
      overflow-y: auto; }
      .help_modal--content .help_modal-content h4 {
        margin: 0;
        font-family: konnect-regular, serif;
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 26px;
        font-weight: bold; }
      .help_modal--content .help_modal-content p {
        font-family: konnect-regular, serif;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px; }
      .help_modal--content .help_modal-content ol {
        list-style-type: none;
        margin: 0; }
        .help_modal--content .help_modal-content ol li {
          padding-left: 40px;
          margin-bottom: 15px;
          position: relative;
          counter-increment: step-counter;
          min-height: 30px;
          padding-top: 3px;
          font-size: 14px;
          line-height: 20px; }
          .help_modal--content .help_modal-content ol li::before {
            content: counter(step-counter);
            margin-right: 20px;
            font-size: 14px;
            background-color: #11214A;
            color: white;
            font-weight: bold;
            width: 30px;
            height: 30px;
            border-radius: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            text-align: center;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            position: absolute;
            left: 0;
            top: 0; }
    .help_modal--content .help_modal-close {
      height: 30px;
      width: 30px;
      position: absolute;
      right: 20px;
      top: 23px;
      z-index: 10;
      cursor: pointer; }
      .help_modal--content .help_modal-close::before, .help_modal--content .help_modal-close::after {
        content: '';
        position: absolute;
        height: 3px;
        width: 28px;
        background: #11214A;
        cursor: pointer; }
      .help_modal--content .help_modal-close::before {
        transform: rotate(140deg); }
      .help_modal--content .help_modal-close::after {
        transform: rotate(40deg); }

.help_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none; }
  .help_overlay.active {
    display: block; }

.relCon.relCon_sec {
  padding: 50px 0; }
  .relCon.relCon_sec .row {
    margin-left: -8px;
    margin-right: -8px; }
  .relCon.relCon_sec .col {
    width: 33.3%;
    padding: 0 8px; }

.relCon .relCon_title {
  margin: 0;
  margin-bottom: 24px;
  font-family: konnect-regular, serif;
  color: #11214A;
  font-weight: 600;
  font-size: 25px;
  line-height: 31px; }

.relCon .relCon_card_img {
  height: 218px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative; }
  .relCon .relCon_card_img img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .relCon .relCon_card_img a {
    height: 100%;
    width: 100%;
    display: block; }

.relCon .relCon_card_details h3 {
  margin: 10px 0 0;
  font-family: konnect-regular, serif;
  color: #11214A;
  font-weight: 700;
  font-size: 25px;
  line-height: 35px; }

.relCon .relCon_card_tag {
  background: #F4F0F6;
  color: #000;
  padding: 5px 10px;
  font-family: konnect-regular, serif;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  border-radius: 10px;
  font-weight: 600; }

.relCon .relCon_card_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .relCon .relCon_card_play img {
    height: 93px;
    width: 93px;
    object-fit: contain;
    cursor: pointer; }

[data-content-region="helpFooter"] .help_panel {
  max-width: calc(100% - 108px);
  margin-left: auto !important;
  margin-right: auto !important; }

.pwb_sec {
  width: 100%;
  margin: 0 auto;
  padding: 0 54px; }
  .pwb_sec > h3 {
    font-family: konnect-regular, serif;
    color: #11214A;
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 32px; }
  .pwb_sec.active .pc_btn_sec .pc_btn_sec--title {
    display: none; }
  .pwb_sec.active .pc_btn_sec.active {
    display: block; }
  .pwb_sec.active .pc_btn_sec .pc_btn-cont {
    padding: 0; }

.pwb_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  list-style-type: none;
  margin-bottom: 20px; }
  .pwb_nav li {
    padding: 0px 10px; }
  .pwb_nav a {
    display: inline-block;
    padding: 15px 60px;
    background: transparent;
    color: #11214A;
    text-decoration: none;
    border-radius: 30px;
    transition: 0.3s ease-in-out; }
    .pwb_nav a.active, .pwb_nav a:hover {
      background: #2557D6;
      color: #ffffff;
      font-family: konnect-regular, serif; }

.page_bcklyt-hldr h3 {
  color: #11214A !important; }

@media (max-width: 600px) {
  .page_bcklyt-sec {
    padding-top: 20px !important;
    padding-bottom: 0px !important; }
    .page_bcklyt-sec .page_bcklyt-hldr {
      padding: 0px 20px 0px 35px !important; }
      .page_bcklyt-sec .page_bcklyt-hldr h3 {
        font-size: 20px !important;
        line-height: 26px !important; }
      .page_bcklyt-sec .page_bcklyt-hldr .page_bcklyt--arrow {
        background-size: 30px 30px !important;
        height: 30px !important;
        width: 30px !important; }
  .imgtxt_layout {
    padding-left: 0px !important;
    padding-right: 0px !important; }
    .imgtxt_layout .imgtxt_layout_col {
      width: 100% !important; }
      .imgtxt_layout .imgtxt_layout_col--img {
        margin-bottom: 30px; }
    .imgtxt_layout .imgtxt_layout_img--caption {
      font-size: 12px;
      line-height: 18px; }
    .imgtxt_layout .imgtxt_layout_row--rev {
      flex-direction: row !important; }
    .imgtxt_layout ol > *:first-child h4 {
      font-size: 18px !important;
      line-height: 24px !important; }
    .imgtxt_layout .imgtxt_layout_lists_heading {
      margin-bottom: 20px !important; }
      .imgtxt_layout .imgtxt_layout_lists_heading h4 {
        font-size: 16px !important;
        line-height: 22px !important; }
    .imgtxt_layout .imgtxt_layout_lists ol .help_panel {
      padding: 15px; }
    .imgtxt_layout .imgtxt_layout_lists ol li {
      padding-left: 40px;
      padding-top: 0;
      min-height: 30px;
      margin-bottom: 15px; }
      .imgtxt_layout .imgtxt_layout_lists ol li::before {
        display: none; }
      .imgtxt_layout .imgtxt_layout_lists ol li .imgtxt_layout_circle {
        width: 25px;
        height: 25px;
        font-size: 12px; }
      .imgtxt_layout .imgtxt_layout_lists ol li br {
        height: 10px; }
    .imgtxt_layout .imgtxt_layout_lists ol p {
      font-size: 14px;
      line-height: 20px; }
    .imgtxt_layout .imgtxt_layout_text h3 {
      font-size: 18px !important;
      line-height: 24px !important; }
    .imgtxt_layout .imgtxt_layout_text p {
      font-size: 14px !important;
      line-height: 20px !important; }
    .imgtxt_layout .imgtxt_layout_actions {
      margin-top: 20px !important; }
      .imgtxt_layout .imgtxt_layout_actions .helpBtn {
        width: 100%;
        text-align: center; }
        .imgtxt_layout .imgtxt_layout_actions .helpBtn + .helpBtn {
          margin-left: 0;
          margin-top: 15px; }
  .relCon.relCon_sec {
    padding: 40px 0 0; }
    .relCon.relCon_sec .col {
      width: 100%;
      margin-bottom: 30px; }
    .relCon.relCon_sec .relCon_card_img {
      height: 170px; }
    .relCon.relCon_sec .relCon_card_details h3 {
      font-size: 20px;
      line-height: 26px; }
    .relCon.relCon_sec .relCon_title {
      font-size: 20px;
      line-height: 26px; }
  [data-content-region="helpFooter"] .help_panel {
    max-width: 100%; } }

.help_qs-col--feedback {
  width: 100%;
  padding: 10px;
  margin-block: 18px 28px;
  text-align: center;
  background-color: #F8F8F8; }
  .help_qs-col--feedback .star.unrated {
    fill: white;
    cursor: pointer; }
    .help_qs-col--feedback .star.unrated path {
      stroke: grey; }
  .help_qs-col--feedback .feedback-submit {
    padding: 9px 26px 7px;
    font: 12px/16px konnect-regular;
    background-color: #2E4EC6;
    color: white;
    border-radius: 30px;
    margin-top: 12px;
    float: right; }
  .help_qs-col--feedback #down-step,
  .help_qs-col--feedback #up-step {
    text-align: left;
    padding-left: 10px; }
  .help_qs-col--feedback #up-step {
    padding-bottom: 50px; }
  .help_qs-col--feedback #down-step {
    padding-left: 20px; }
    .help_qs-col--feedback #down-step a {
      font: 600 16px/21px konnect-semiBold;
      color: #2E4EC6; }
  .help_qs-col--feedback #userFeedback {
    width: 100%;
    min-height: 87px;
    border: 1px solid #cecece;
    border-radius: 10px;
    padding: 15px 16px;
    font-size: 12px;
    font-family: konnect-regular;
    resize: none; }
  .help_qs-col--feedback h3 {
    font: 600 16px/21px konnect-medium;
    margin-block: 3px 14px;
    color: #11214A; }
  .help_qs-col--feedback h4 {
    font: 600 14px/19px konnect-medium;
    margin-block: 6px 11px;
    color: #11214A; }
  .help_qs-col--feedback svg {
    margin-inline: 9px; }

.request-appointment-form {
  width: 800px;
  margin: 0 auto; }
  .request-appointment-form h2 {
    font-size: 24px;
    color: #11214A;
    font-family: Konnect-SemiBold;
    margin-bottom: 0; }
  .request-appointment-form h5,
  .request-appointment-form .h5 {
    color: #11214A;
    font-size: 16px;
    font-family: Konnect-Medium !important;
    font-weight: bold;
    margin-bottom: 15px; }
  .request-appointment-form input,
  .request-appointment-form textarea {
    display: block;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    width: 100%;
    background: transparent;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    color: #ccc;
    font-weight: bold; }
  .request-appointment-form .form-action {
    display: block;
    text-align: center;
    margin: 50px 0 0; }
    .request-appointment-form .form-action .btn-next {
      background: #2E4EC6 0% 0% no-repeat padding-box;
      border-radius: 23px;
      color: #fff;
      padding: 15px 30px;
      margin-bottom: 25px; }
    .request-appointment-form .form-action a {
      text-decoration: none;
      color: #2E4EC6;
      font-size: 15px;
      text-align: center;
      display: block;
      font-family: Konnect-Medium !important; }
  .request-appointment-form .form-header {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    align-items: center;
    margin-bottom: 45px; }
  .request-appointment-form .form-body {
    background: #FEFCF9 0% 0% no-repeat padding-box;
    border: 0;
    padding: 0; }
    .request-appointment-form .form-body h3,
    .request-appointment-form .form-body h3 span {
      text-align: center;
      font-size: 22px;
      color: #11214A;
      font-family: Konnect-SemiBold !important;
      margin-bottom: 25px; }
    .request-appointment-form .form-body .steps {
      list-style: none;
      display: flex;
      flex-wrap: nowrap;
      text-align: center;
      gap: 15%;
      justify-content: center;
      margin-bottom: 30px; }
      .request-appointment-form .form-body .steps li {
        color: #11214A;
        opacity: .5;
        font-size: 14px;
        font-family: Konnect-Medium !important;
        position: relative; }
        .request-appointment-form .form-body .steps li:before {
          position: absolute;
          top: -5px;
          left: -40px;
          background: #2E4EC6;
          color: #fff;
          width: 26px;
          height: 26px;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center; }
        .request-appointment-form .form-body .steps li:first-child:before {
          content: "1"; }
        .request-appointment-form .form-body .steps li:nth-child(2):before {
          content: "2"; }
        .request-appointment-form .form-body .steps li:last-child:before {
          content: "3"; }
        .request-appointment-form .form-body .steps li.active {
          opacity: 1;
          font-weight: bold; }
    .request-appointment-form .form-body .selected-machine {
      margin-bottom: 40px; }
      .request-appointment-form .form-body .selected-machine .wrapper {
        display: flex;
        flex-wrap: nowrap;
        gap: 15px;
        align-items: center; }
        .request-appointment-form .form-body .selected-machine .wrapper .thumbnail {
          height: 85px;
          background: #F4F0FD;
          border-radius: 4px;
          padding: 15px; }
        .request-appointment-form .form-body .selected-machine .wrapper .text-info p,
        .request-appointment-form .form-body .selected-machine .wrapper .text-info p span {
          color: #11214A;
          font-size: 16px;
          font-family: Konnect-Medium !important;
          font-weight: bold; }
    .request-appointment-form .form-body .form-inputs {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: space-between;
      margin-bottom: 20px; }
    .request-appointment-form .form-body .form-group {
      width: 49%; }
      .request-appointment-form .form-body .form-group label {
        color: #11214A;
        font-size: 14px;
        font-family: Konnect-Medium !important;
        font-weight: bold; }
    .request-appointment-form .form-body .add-details h5 {
      margin-bottom: 15px; }
    .request-appointment-form .form-body .add-details textarea {
      border-radius: 10px;
      padding: 15px;
      resize: none;
      font-weight: normal; }
    .request-appointment-form .form-body .add-details .description {
      margin-bottom: 20px; }
    .request-appointment-form .form-body .add-details .upload-section .upload {
      border: 1px dashed #2E4EC6;
      border-radius: 10px;
      padding: 15px;
      text-align: center; }
      .request-appointment-form .form-body .add-details .upload-section .upload p {
        position: relative;
        display: table;
        margin: 0 auto; }
        .request-appointment-form .form-body .add-details .upload-section .upload p .upload-icon {
          background: url(https://store-d021x8i00o.mybigcommerce.com/content/icons/upload-duotone.svg);
          width: 22px;
          display: inline-block;
          height: 20px;
          position: absolute;
          top: -9px;
          left: -35px; }
      .request-appointment-form .form-body .add-details .upload-section .upload p,
      .request-appointment-form .form-body .add-details .upload-section .upload p span,
      .request-appointment-form .form-body .add-details .upload-section .upload button {
        color: #2E4EC6;
        font-size: 14px;
        font-weight: bold; }
      .request-appointment-form .form-body .add-details .upload-section .upload p span {
        margin-top: 10px; }
      .request-appointment-form .form-body .add-details .upload-section .upload button {
        text-decoration: underline; }
    .request-appointment-form .form-body #verifyAddress .addressSelection {
      background: #fff;
      padding: 15px;
      border-radius: 4px;
      border: 1px solid #D9D9D9;
      position: relative;
      height: 130px;
      overflow: hidden; }
      .request-appointment-form .form-body #verifyAddress .addressSelection.open {
        height: auto;
        overflow-y: auto; }
        .request-appointment-form .form-body #verifyAddress .addressSelection.open .close {
          transition: .5s;
          transform: rotate(90deg); }
      .request-appointment-form .form-body #verifyAddress .addressSelection .close {
        transition: .5s;
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        text-decoration: none;
        font-size: 14px;
        color: #282828;
        align-items: center;
        margin-bottom: 0;
        position: absolute;
        top: 50px;
        left: auto;
        right: 50px;
        bottom: auto;
        transform: rotate(-90deg); }
        .request-appointment-form .form-body #verifyAddress .addressSelection .close span {
          width: 0;
          height: 0;
          border-top: 10px solid transparent;
          border-right: 15px solid #214FCF;
          border-bottom: 10px solid transparent;
          display: block; }
      .request-appointment-form .form-body #verifyAddress .addressSelection .dropdown-wrapper .item {
        cursor: pointer;
        padding: 5px 15px; }
        .request-appointment-form .form-body #verifyAddress .addressSelection .dropdown-wrapper .item:hover {
          background: #eaeaea !important; }
        .request-appointment-form .form-body #verifyAddress .addressSelection .dropdown-wrapper .item .name {
          font-size: 14px;
          font-family: Konnect-Medium;
          margin-bottom: 5px;
          font-weight: bold; }
        .request-appointment-form .form-body #verifyAddress .addressSelection .dropdown-wrapper .item .address,
        .request-appointment-form .form-body #verifyAddress .addressSelection .dropdown-wrapper .item .phone {
          font-size: 12px;
          font-family: Konnect-Regular;
          margin-bottom: 5px;
          padding-left: 0; }

.service-maintenance {
  padding-top: 40px; }
  .service-maintenance .closeModal {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    text-decoration: none;
    font-size: 14px;
    color: #282828;
    align-items: center;
    margin-bottom: 20px; }
    .service-maintenance .closeModal span {
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-right: 20px solid #214FCF;
      border-bottom: 10px solid transparent;
      display: block; }
  .service-maintenance .text-blue {
    color: #2E4EC6 !important;
    font-size: 14px !important;
    font-family: Konnect-SemiBold !important; }
  .service-maintenance .wrapper h2 {
    text-align: center;
    font-size: 22px;
    color: #11214A;
    font-family: Konnect-SemiBold !important;
    margin-bottom: 25px; }
  .service-maintenance .wrapper h3 {
    color: #2E4EC6;
    font-size: 16px;
    font-family: Konnect-SemiBold !important;
    margin-bottom: 15px; }
  .service-maintenance .wrapper section {
    width: 500px;
    margin: 0 auto 25px;
    background: #F8F8F8;
    padding: 20px;
    border-radius: 4px; }
    @media (max-width: 767px) {
      .service-maintenance .wrapper section {
        width: 95%; } }
    .service-maintenance .wrapper section .button-primary {
      border-radius: 23px;
      background-color: #2F4EC6;
      color: #fff;
      padding: 7px 17px 9px;
      text-decoration: none;
      letter-spacing: 1px;
      font: 12px / 16px konnect-semiBold; }
    .service-maintenance .wrapper section .columns {
      display: flex;
      flex-wrap: nowrap;
      gap: 25px;
      margin-bottom: 20px; }
      @media (max-width: 600px) {
        .service-maintenance .wrapper section .columns {
          display: block; } }
      .service-maintenance .wrapper section .columns .col {
        display: flex;
        flex-wrap: nowrap;
        gap: 15px;
        align-items: center; }
        @media (max-width: 600px) {
          .service-maintenance .wrapper section .columns .col {
            margin-bottom: 25px; } }
        .service-maintenance .wrapper section .columns .col img {
          background: #fff;
          border-radius: 5px;
          padding: 5px;
          width: 35px;
          height: 35px; }
        .service-maintenance .wrapper section .columns .col .content {
          text-align: left; }
          .service-maintenance .wrapper section .columns .col .content p {
            color: #282828;
            font-size: 12px;
            font-family: Konnect-SemiBold !important;
            margin-bottom: 5px; }
            .service-maintenance .wrapper section .columns .col .content p:last-child {
              margin-bottom: 0; }

.filter-section .filter-section_content.custom-modal-content {
  padding-inline: 36px 32px;
  width: 678px; }

.filter-section_header h3 {
  font: 400 24px / 31px 'konnect-semiBold';
  color: #11214A;
  margin-bottom: 21px; }

.filter-section_selected h4 {
  font: 600 16px / 30px 'konnect-medium';
  color: #11214A; }

.filter-section_machine {
  display: flex;
  margin-block: 16px; }
  .filter-section_machine img {
    width: 85px;
    height: 85px;
    object-fit: contain;
    padding: 12px;
    background-color: #EEE7F8;
    border-radius: 8px;
    margin-right: 13px; }
  .filter-section_machine p {
    font: 600 16px / 30px 'konnect-medium' !important;
    color: #11214A;
    margin: 0; }
  .filter-section_machine-details {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center; }

.filter-section_due {
  padding-top: 20px; }
  .filter-section_due h4 {
    font: 600 14px / 17px 'konnect-medium';
    color: #11214A; }
  .filter-section_due img {
    width: 45px;
    height: 50px; }
  .filter-section_due p {
    font: 600 14px / 19px 'konnect-medium' !important;
    color: #282828;
    margin: 0; }

.filter-section_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px; }
  @media (max-width: 500px) {
    .filter-section_list {
      grid-template-columns: 1fr; } }

.filter-section_item {
  display: flex;
  align-items: center; }

.filter-section_action {
  margin-top: 25px;
  padding-top: 25px;
  text-align: right; }
  .filter-section_action a {
    padding: 9px 23px 10px 22px;
    border: 2px solid #2E4EC6;
    border-radius: 30px;
    text-decoration: none;
    margin-left: 8px;
    text-align: center; }
    .filter-section_action a.filled {
      background-color: #2E4EC6;
      color: white; }
    @media (max-width: 500px) {
      .filter-section_action a {
        width: 100%;
        margin: 0 0 10px; } }

.filter-section .custom-modal-close {
  width: 25px;
  height: 30px; }

.ccs_page {
  padding: 60px 0px; }
  .ccs_page .ccs_container {
    max-width: 660px;
    margin: 0 auto;
    width: 100%; }
  .ccs_page .eapps-widget {
    padding: 40px;
    background: #fff;
    box-shadow: 0px 0px 7px #e9dede;
    border-radius: 5px; }
    .ccs_page .eapps-widget .WidgetTitle__Header-sc-ruy1gu-2 {
      font-family: konnect-regular, serif;
      color: #282828;
      font-weight: 700;
      font-size: 20px;
      line-height: 26px;
      margin: 0; }
    .ccs_page .eapps-widget .FormFieldLayout__Label-sc-1m85c11-0 {
      font-size: 16px;
      font-family: konnect-regular, serif;
      color: #282828;
      line-height: 22px; }
      .ccs_page .eapps-widget .FormFieldLayout__Label-sc-1m85c11-0[for="ltvffcos"] {
        font-family: konnect-regular, serif;
        color: #282828;
        font-weight: 700;
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 20px; }
  .ccs_page .Content__WidgetContainer-sc-3sh3bs-2 {
    max-width: 100%; }
  .ccs_page .css_msgsent {
    max-width: 500px;
    padding: 160px 25px 100px;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    .ccs_page .css_msgsent .css_msgsent_icon {
      position: relative;
      margin: 0 auto;
      max-width: 110px;
      width: 100%; }
      .ccs_page .css_msgsent .css_msgsent_icon img:last-child {
        position: absolute;
        bottom: 15px;
        right: 13px; }
    .ccs_page .css_msgsent h3 {
      margin: 20px 0 20px;
      font-size: 30px;
      line-height: 37px;
      font-family: konnect-regular, serif;
      color: #282828;
      font-weight: 600; }
    .ccs_page .css_msgsent p {
      font-family: konnect-regular, serif;
      font-size: 16px;
      line-height: 26px;
      color: #282828;
      opacity: 0.7;
      margin-bottom: 40px; }
    .ccs_page .css_msgsent .button {
      background-color: #2B856A; }

.myacc_page {
  padding-top: 95px;
  padding-bottom: 10px; }
  .myacc_page .myacc_heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
    color: #535353; }
    .myacc_page .myacc_heading--sub {
      font-weight: 600;
      font-size: 16px;
      line-height: 22px;
      color: #2E4EC6;
      margin-bottom: 18px; }
  .myacc_page .myacc_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    @media (max-width: 767px) {
      .myacc_page .myacc_content {
        display: block; } }
    @media (max-width: 767px) {
      .myacc_page .myacc_content .toggle-sidebar {
        position: relative;
        display: table !important;
        cursor: pointer;
        transition: .5s; }
        .myacc_page .myacc_content .toggle-sidebar.show:after {
          transition: .5s;
          transform: rotate(90deg) !important; } }
    .myacc_page .myacc_content .goToOverview {
      font-size: 12px !important;
      color: #2557D6 !important; }
  .myacc_page .myacc_sidebar {
    width: 175px;
    padding-bottom: 100px; }
    @media (max-width: 767px) {
      .myacc_page .myacc_sidebar {
        width: 100%;
        padding-bottom: 25px; } }
    @media (max-width: 767px) {
      .myacc_page .myacc_sidebar--menus ul {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        justify-content: space-between;
        align-items: flex-start; } }
    .myacc_page .myacc_sidebar--menus ul li {
      margin-bottom: 25px; }
      @media (max-width: 767px) {
        .myacc_page .myacc_sidebar--menus ul li:first-child {
          display: none; } }
      .myacc_page .myacc_sidebar--menus ul li.active a {
        color: #2557D6;
        display: block;
        position: relative; }
        .myacc_page .myacc_sidebar--menus ul li.active a:after {
          content: "";
          display: block;
          width: 0;
          height: 0;
          border-top: 7px solid transparent;
          border-right: 13px solid #2557D6;
          border-bottom: 7px solid transparent;
          position: absolute;
          right: -10px;
          top: 0;
          bottom: 0;
          margin: auto; }
          @media (max-width: 767px) {
            .myacc_page .myacc_sidebar--menus ul li.active a:after {
              content: "";
              display: none; } }
        @media (max-width: 767px) {
          .myacc_page .myacc_sidebar--menus ul li.active a {
            text-align: center; } }
      @media (max-width: 767px) {
        .myacc_page .myacc_sidebar--menus ul li a img {
          margin: 0 auto 7px; } }
      .myacc_page .myacc_sidebar--menus ul li a span {
        display: inline-block; }
        @media (max-width: 767px) {
          .myacc_page .myacc_sidebar--menus ul li a span {
            font-size: 9px;
            line-height: 1.3em;
            text-align: center; } }
        @media (max-width: 767px) {
          .myacc_page .myacc_sidebar--menus ul li a span.block-m {
            display: block !important; } }
    .myacc_page .myacc_sidebar--menus ul a {
      font-size: 14px;
      font-family: konnect-regular, sans-serif;
      line-height: 20px;
      text-decoration: none;
      color: #818181;
      font-weight: bold; }
    .myacc_page .myacc_sidebar--user h5, .myacc_page .myacc_sidebar--links h5 {
      font-size: 12px;
      color: #6c6c6c;
      margin-bottom: 15px; }
    .myacc_page .myacc_sidebar--user p, .myacc_page .myacc_sidebar--user a, .myacc_page .myacc_sidebar--links p, .myacc_page .myacc_sidebar--links a {
      font-size: 14px;
      font-family: konnect-regular, sans-serif;
      line-height: 20px;
      text-decoration: none;
      color: #2E4EC6;
      font-weight: bold; }
    .myacc_page .myacc_sidebar--user a, .myacc_page .myacc_sidebar--links a {
      text-decoration: underline; }
    .myacc_page .myacc_sidebar--user h5 + p {
      color: #535353; }
    @media (max-width: 767px) {
      .myacc_page .myacc_sidebar--user p a {
        font-size: 12px !important; } }
    .myacc_page .myacc_sidebar--infos {
      margin-top: 80px; }
      @media (max-width: 767px) {
        .myacc_page .myacc_sidebar--infos {
          margin-top: 30px; } }
    .myacc_page .myacc_sidebar--links {
      margin-top: 40px; }
      @media (max-width: 767px) {
        .myacc_page .myacc_sidebar--links p a {
          font-size: 12px !important; } }
  .myacc_page .myacc_main {
    width: calc(100% - 175px);
    padding-left: 40px; }
    @media (max-width: 767px) {
      .myacc_page .myacc_main {
        padding-left: 0;
        width: 100%; } }
    .myacc_page .myacc_main .machine-quick-links img {
      background-color: #fff;
      border-radius: 4px; }
    @media (max-width: 767px) {
      .myacc_page .myacc_main .machine-quick-links .myacc_panel {
        padding: 15px 30px; } }
  .myacc_page .myacc_panel {
    padding: 20px 25px;
    background: #fff;
    box-shadow: 0px 3px 6px #2828280D; }
    @media (max-width: 767px) {
      .myacc_page .myacc_panel {
        padding: 15px; }
        .myacc_page .myacc_panel .myacc_panel-holder {
          display: block; }
          .myacc_page .myacc_panel .myacc_panel-holder .appointmentDate {
            text-align: center; } }
    .myacc_page .myacc_panel--title {
      font-size: 12px;
      line-height: 18px;
      color: #535353;
      margin-bottom: 18px; }
      .myacc_page .myacc_panel--title span {
        font-weight: 600; }
    .myacc_page .myacc_panel-manage {
      padding-left: 46px;
      position: relative; }
      .myacc_page .myacc_panel-manage--img {
        width: 34px;
        height: 34px;
        border-radius: 5px;
        background: red;
        position: absolute;
        top: 0;
        left: 0; }
      .myacc_page .myacc_panel-manage--title {
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
        color: #535353;
        margin-bottom: 5px; }
      .myacc_page .myacc_panel-manage--details {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start; }
        @media (max-width: 767px) {
          .myacc_page .myacc_panel-manage--details {
            justify-content: space-between; } }
        .myacc_page .myacc_panel-manage--details p {
          width: auto;
          font-size: 12px;
          line-height: 18px;
          color: #535353;
          margin: 0; }
          @media (max-width: 767px) {
            .myacc_page .myacc_panel-manage--details p + p {
              padding-left: 0; } }
          .myacc_page .myacc_panel-manage--details p span {
            font-weight: 600; }
          @media (max-width: 767px) {
            .myacc_page .myacc_panel-manage--details p {
              display: flex; } }
      .myacc_page .myacc_panel-managesubs {
        position: relative; }
        .myacc_page .myacc_panel-managesubs:has(.visibility-d) {
          margin-bottom: 20px; }
        @media (max-width: 767px) {
          .myacc_page .myacc_panel-managesubs .col-s-12:first-child {
            margin-bottom: 15px !important; } }
        @media (max-width: 767px) {
          .myacc_page .myacc_panel-managesubs .myacc_panel-holder {
            margin-top: 0; } }
        .myacc_page .myacc_panel-managesubs .myacc_panel-holder .row {
          margin: 0;
          justify-content: space-between;
          width: 100%; }
        .myacc_page .myacc_panel-managesubs .myacc_panel-holder .col-6 {
          padding: 0px 5px; }
          @media (max-width: 767px) {
            .myacc_page .myacc_panel-managesubs .myacc_panel-holder .col-6 {
              margin-bottom: 0; } }
        .myacc_page .myacc_panel-managesubs .myacc_notif {
          position: absolute;
          bottom: -20px;
          left: 0;
          right: 0;
          z-index: 10; }
        @media (max-width: 767px) {
          .myacc_page .myacc_panel-managesubs .button-red {
            margin-top: 15px; } }
    .myacc_page .myacc_panel-holder {
      min-height: 100px;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      @media (max-width: 767px) {
        .myacc_page .myacc_panel-holder {
          min-height: 50px;
          margin-top: 15px; } }
    .myacc_page .myacc_panel_contract {
      padding-bottom: 15px; }
      .myacc_page .myacc_panel_contract div[class^="col-"] {
        margin-bottom: 0; }
      @media (max-width: 767px) {
        .myacc_page .myacc_panel_contract .col-6 {
          width: 100%; } }
      .myacc_page .myacc_panel_contract p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px; }
        .myacc_page .myacc_panel_contract p span {
          font-weight: 600; }
      @media (max-width: 767px) {
        .myacc_page .myacc_panel_contract .myacc_panel-holder {
          margin-top: 0;
          display: block; } }
      @media (max-width: 767px) {
        .myacc_page .myacc_panel_contract .myacc_panel-holder .myacc_panel_contract--details {
          display: flex;
          justify-content: space-between; } }
    .myacc_page .myacc_panel_address .myacc_panel-holder {
      display: block;
      position: relative; }
      @media (max-width: 767px) {
        .myacc_page .myacc_panel_address .myacc_panel-holder {
          margin-top: 0; } }
    .myacc_page .myacc_panel_address h4 {
      font-size: 12px;
      font-weight: 600;
      line-height: 18px;
      margin-bottom: 9px; }
    .myacc_page .myacc_panel_address p {
      font-size: 12px;
      line-height: 18px;
      margin-bottom: 0px;
      max-width: 150px; }
      @media (max-width: 767px) {
        .myacc_page .myacc_panel_address p {
          max-width: 100%; } }
    .myacc_page .myacc_panel_address .button-red {
      position: absolute;
      top: 27px;
      right: 0; }
      @media (max-width: 767px) {
        .myacc_page .myacc_panel_address .button-red {
          position: relative;
          top: 0;
          right: 0;
          margin-top: 15px; } }
    .myacc_page .myacc_panel_debit {
      position: relative; }
      .myacc_page .myacc_panel_debit .myacc_panel-holder {
        position: relative;
        padding-right: 130px; }
        @media (max-width: 767px) {
          .myacc_page .myacc_panel_debit .myacc_panel-holder {
            padding-right: 0;
            margin-top: 0; } }
      .myacc_page .myacc_panel_debit--details {
        padding-right: 10px;
        width: 100%; }
        .myacc_page .myacc_panel_debit--details p {
          font-weight: 600;
          font-size: 12px;
          line-height: 18px;
          margin-bottom: 11px; }
          .myacc_page .myacc_panel_debit--details p:last-child {
            margin-bottom: 0; }
      .myacc_page .myacc_panel_debit .button-red {
        width: 130px;
        text-align: center;
        position: absolute;
        top: 27px;
        right: 0; }
        @media (max-width: 767px) {
          .myacc_page .myacc_panel_debit .button-red {
            position: relative;
            top: 0;
            right: 0;
            margin-top: 15px;
            width: 100% !important; } }
    .myacc_page .myacc_panel .button-red {
      background: #C62828;
      border-radius: 23px;
      color: white;
      font-size: 12px;
      font-weight: bold;
      line-height: 18px;
      padding: 9px 20px; }
    .myacc_page .myacc_panel_ql {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center;
      position: relative;
      width: 100%;
      padding-right: 130px; }
      @media (max-width: 767px) {
        .myacc_page .myacc_panel_ql {
          padding-right: 0; } }
      .myacc_page .myacc_panel_ql .myacc_panel_ql--img {
        width: 45px;
        height: 45px;
        border-radius: 10px;
        overflow: hidden;
        background-color: red; }
      .myacc_page .myacc_panel_ql .myacc_panel_ql--title {
        padding-left: 10px;
        font-size: 14px;
        line-height: 20px;
        color: #535353;
        font-weight: 600;
        margin: 0; }
        @media (max-width: 767px) {
          .myacc_page .myacc_panel_ql .myacc_panel_ql--title {
            width: 73%;
            padding-left: 0; } }
      .myacc_page .myacc_panel_ql .myacc_panel_ql--button {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%); }
        .myacc_page .myacc_panel_ql .myacc_panel_ql--button button {
          padding-top: 9px;
          padding-bottom: 9px;
          width: 120px;
          min-width: auto !important; }
  .myacc_page .myacc_tabs_sec {
    padding-top: 22px; }
  .myacc_page .myacc_tabs_nav {
    margin-bottom: 16px; }
    .myacc_page .myacc_tabs_nav ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start; }
      .myacc_page .myacc_tabs_nav ul li {
        padding-left: 15px; }
        .myacc_page .myacc_tabs_nav ul li:first-child {
          padding-left: 0; }
    .myacc_page .myacc_tabs_nav a {
      padding: 9px 20px;
      border-radius: 23px;
      font-size: 16px;
      text-decoration: none;
      color: #2E4EC6;
      font-weight: 600; }
      .myacc_page .myacc_tabs_nav a.active {
        background: #2E4EC6;
        color: white;
        pointer-events: none; }
  .myacc_page .myacc_tabs_table-holder > div {
    display: none; }
    .myacc_page .myacc_tabs_table-holder > div.active {
      display: block; }
  .myacc_page .myacc_table {
    overflow-y: scroll;
    max-height: 500px;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .myacc_page .myacc_table_head--row, .myacc_page .myacc_table_body--row {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center; }
      .myacc_page .myacc_table_head--row div, .myacc_page .myacc_table_body--row div {
        text-align: center !important; }
    .myacc_page .myacc_table::-webkit-scrollbar {
      width: 10px; }
    .myacc_page .myacc_table::-webkit-scrollbar-track {
      background: #fff; }
    .myacc_page .myacc_table::-webkit-scrollbar-thumb {
      background: #888; }
    .myacc_page .myacc_table::-webkit-scrollbar-thumb:hover {
      background: #555; }
    .myacc_page .myacc_table_head {
      background: #FAFAFA; }
      .myacc_page .myacc_table_head--row > div {
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
        color: #535353;
        padding-top: 14px;
        padding-bottom: 14px;
        font-family: konnect-regular, sans-serif; }
    .myacc_page .myacc_table_body--row {
      padding-top: 16px;
      padding-bottom: 16px; }
      .myacc_page .myacc_table_body--row > div {
        font-size: 12px;
        line-height: 18px;
        font-family: konnect-regular, sans-serif; }
    .myacc_page .myacc_table--payments .myacc_table_head--row > div:nth-child(1), .myacc_page .myacc_table--payments .myacc_table_body--row > div:nth-child(1), .myacc_page .myacc_table--paymentPlan .myacc_table_head--row > div:nth-child(1), .myacc_page .myacc_table--paymentPlan .myacc_table_body--row > div:nth-child(1), .myacc_page .myacc_table--documents .myacc_table_head--row > div:nth-child(1), .myacc_page .myacc_table--documents .myacc_table_body--row > div:nth-child(1) {
      width: 18.92%;
      padding-left: 41px; }
    .myacc_page .myacc_table--payments .myacc_table_head--row > div:nth-child(2), .myacc_page .myacc_table--payments .myacc_table_body--row > div:nth-child(2), .myacc_page .myacc_table--paymentPlan .myacc_table_head--row > div:nth-child(2), .myacc_page .myacc_table--paymentPlan .myacc_table_body--row > div:nth-child(2), .myacc_page .myacc_table--documents .myacc_table_head--row > div:nth-child(2), .myacc_page .myacc_table--documents .myacc_table_body--row > div:nth-child(2) {
      width: 21.68%;
      text-align: center; }
    .myacc_page .myacc_table--payments .myacc_table_head--row > div:nth-child(3), .myacc_page .myacc_table--payments .myacc_table_body--row > div:nth-child(3), .myacc_page .myacc_table--paymentPlan .myacc_table_head--row > div:nth-child(3), .myacc_page .myacc_table--paymentPlan .myacc_table_body--row > div:nth-child(3), .myacc_page .myacc_table--documents .myacc_table_head--row > div:nth-child(3), .myacc_page .myacc_table--documents .myacc_table_body--row > div:nth-child(3) {
      width: 18.30%;
      text-align: center; }
    .myacc_page .myacc_table--payments .myacc_table_head--row > div:nth-child(4), .myacc_page .myacc_table--payments .myacc_table_body--row > div:nth-child(4), .myacc_page .myacc_table--paymentPlan .myacc_table_head--row > div:nth-child(4), .myacc_page .myacc_table--paymentPlan .myacc_table_body--row > div:nth-child(4), .myacc_page .myacc_table--documents .myacc_table_head--row > div:nth-child(4), .myacc_page .myacc_table--documents .myacc_table_body--row > div:nth-child(4) {
      width: 23.16%;
      text-align: center; }
    .myacc_page .myacc_table--payments .myacc_table_head--row > div:nth-child(5), .myacc_page .myacc_table--payments .myacc_table_body--row > div:nth-child(5), .myacc_page .myacc_table--paymentPlan .myacc_table_head--row > div:nth-child(5), .myacc_page .myacc_table--paymentPlan .myacc_table_body--row > div:nth-child(5), .myacc_page .myacc_table--documents .myacc_table_head--row > div:nth-child(5), .myacc_page .myacc_table--documents .myacc_table_body--row > div:nth-child(5) {
      width: 17.94%;
      text-align: center; }
    .myacc_page .myacc_table--payments .myacc_table_body .button-red, .myacc_page .myacc_table--paymentPlan .myacc_table_body .button-red, .myacc_page .myacc_table--documents .myacc_table_body .button-red {
      padding: 10px 30px;
      background: #C62828;
      border-radius: 23px;
      color: white;
      font-family: konnect-regular, sans-serif;
      font-size: 12px;
      font-weight: normal; }
    .myacc_page .myacc_table--filter .myacc_table_head--row > div, .myacc_page .myacc_table--filter .myacc_table_body--row > div {
      padding-left: 5px;
      padding-right: 5px; }
      .myacc_page .myacc_table--filter .myacc_table_head--row > div:nth-child(1), .myacc_page .myacc_table--filter .myacc_table_body--row > div:nth-child(1) {
        width: 18.40%;
        padding-left: 32px; }
      .myacc_page .myacc_table--filter .myacc_table_head--row > div:nth-child(2), .myacc_page .myacc_table--filter .myacc_table_body--row > div:nth-child(2) {
        width: 16.06%; }
      .myacc_page .myacc_table--filter .myacc_table_head--row > div:nth-child(3), .myacc_page .myacc_table--filter .myacc_table_body--row > div:nth-child(3) {
        width: 13.47%; }
      .myacc_page .myacc_table--filter .myacc_table_head--row > div:nth-child(4), .myacc_page .myacc_table--filter .myacc_table_body--row > div:nth-child(4) {
        width: 23.98%;
        text-align: center; }
      .myacc_page .myacc_table--filter .myacc_table_head--row > div:nth-child(5), .myacc_page .myacc_table--filter .myacc_table_body--row > div:nth-child(5) {
        width: 28.09%; }
    .myacc_page .myacc_table--filter .myacc_table_body .button-red {
      padding: 10px 30px;
      background: #C62828;
      border-radius: 23px;
      color: white;
      font-family: konnect-regular, sans-serif;
      font-size: 12px;
      font-weight: normal; }
    .myacc_page .myacc_table--filter .myacc_table_body a {
      color: #282828;
      text-decoration: none; }
    .myacc_page .myacc_table_status {
      font-family: konnect-regular, sans-serif;
      font-weight: 600;
      color: #282828;
      font-size: 12px;
      line-height: 16px;
      padding: 6px 30px;
      display: inline-block;
      border-radius: 15px; }
      @media (max-width: 767px) {
        .myacc_page .myacc_table_status {
          font-size: 10px; } }
      .myacc_page .myacc_table_status--red {
        background-color: #C6282833; }
        .myacc_page .myacc_table_status--red:hover {
          background-color: #C6282833; }
      .myacc_page .myacc_table_status--gray {
        background-color: #2828281A; }
      .myacc_page .myacc_table_status--blue-green {
        background-color: #B2DFDB; }
      .myacc_page .myacc_table_status--light-green {
        background-color: #07edac; }
      .myacc_page .myacc_table_status--dgray {
        background-color: #E9E9E9; }
      .myacc_page .myacc_table_status--yellow {
        background-color: #FFFBD7; }
      .myacc_page .myacc_table_status--blue {
        background-color: #B3E4FC; }
    .myacc_page .myacc_table_noData {
      padding: 30px 0; }
      .myacc_page .myacc_table_noData h3 {
        text-align: center;
        margin: 0;
        font-family: konnect-regular, sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #535353; }
  .myacc_page .myacc_notif {
    padding: 6.5px 35px;
    font-family: konnect-regular, sans-serif;
    font-size: 12px;
    line-height: 18px; }
    .myacc_page .myacc_notif--gray {
      background: #E1EFEE; }
    .myacc_page .myacc_notif--red {
      background: #F4D4D4; }
  .myacc_page .myacc_banner {
    padding: 24px 20px 14px; }
    .myacc_page .myacc_banner--green {
      background: #D2DCF6; }
      .myacc_page .myacc_banner--green h3, .myacc_page .myacc_banner--green p {
        color: #11214A !important; }
      @media (max-width: 767px) {
        .myacc_page .myacc_banner--green {
          margin-left: -20px;
          margin-right: -20px;
          margin-bottom: 30px !important; } }
    .myacc_page .myacc_banner_wrapper {
      max-width: 475px;
      width: 100%;
      margin: 0 auto;
      text-align: center; }
      .myacc_page .myacc_banner_wrapper h3 {
        font-family: konnect-regular, sans-serif;
        font-size: 20px;
        line-height: 22px;
        color: white;
        margin-bottom: 11px;
        font-weight: 600; }
        @media (max-width: 767px) {
          .myacc_page .myacc_banner_wrapper h3 {
            font-size: 14px; } }
      .myacc_page .myacc_banner_wrapper p {
        font-family: konnect-regular, sans-serif;
        font-size: 16px;
        line-height: 22px;
        color: white;
        margin-bottom: 11px;
        font-weight: 600; }
        @media (max-width: 767px) {
          .myacc_page .myacc_banner_wrapper p {
            font-size: 14px; } }
      .myacc_page .myacc_banner_wrapper button {
        font-size: 14px;
        padding: 13px 26px;
        margin-top: 15px; }
        .myacc_page .myacc_banner_wrapper button:hover {
          box-shadow: 0px 1px 1px 1px #333; }
  .myacc_page .myacc_loader {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    background: #fff;
    z-index: 5; }
    .myacc_page .myacc_loader.active {
      opacity: 0.9; }
    .myacc_page .myacc_loader--relative {
      position: relative;
      padding: 40px 0; }
    .myacc_page .myacc_loader_bg--white {
      background: #fff; }
    .myacc_page .myacc_loader::after {
      width: 30px;
      height: 30px;
      border: 5px solid #2E4EC6;
      content: '';
      border-radius: 50%;
      border-top-color: #d5d5d5;
      border-right-color: #d5d5d5;
      animation: 1s rotateInf linear infinite; }
  .myacc_page .myacc_machineNotInstalled {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .myacc_page .myacc_machineNotInstalled p {
      font-size: 14px;
      margin-bottom: 0;
      max-width: none; }
  .myacc_page .row {
    margin-left: -12.5px;
    margin-right: -12.5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
  .myacc_page div[class^="col-"] {
    padding: 0px 12.5px;
    margin-bottom: 18px; }
  .myacc_page .container, .myacc_page .page-heading, .myacc_page .alertBox {
    max-width: 1248px;
    padding: 0 20px; }

@keyframes rotateInf {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@media (max-width: 767px) {
  .block-m {
    display: block !important; } }

.f14pxb {
  font-size: 14px;
  font-weight: bold; }

.disabledButtonMessage {
  font-size: 14px;
  text-align: left;
  background: #eee;
  color: #333;
  padding: 10px;
  border-radius: 3px;
  position: relative;
  top: -25px; }

.disabledButtonMessage2 {
  font-size: 14px;
  text-align: left;
  background: #eee;
  color: #333;
  padding: 10px;
  border-radius: 3px; }

@media (max-width: 767px) {
  .user-logout {
    display: none !important; } }

@media (max-width: 767px) {
  .user-img {
    position: relative;
    top: -5px;
    left: -5px; } }

.flex-stretch {
  align-content: stretch; }

@media (max-width: 767px) {
  .myacc_page #book-appointment .content {
    max-height: 500px;
    overflow-y: scroll; } }

@media (max-width: 1024px) {
  .myacc_page .row {
    align-items: flex-start; } }

@media (max-width: 991px) {
  .myacc_page .row {
    display: block; } }

@media (max-width: 991px) {
  .myacc_page .row .col-6 {
    width: 100%; } }

@media (max-width: 991px) {
  .myacc_page .row .col-m-6 {
    width: 50%; } }

@media (max-width: 767px) {
  .myacc_page .row .col-m-6 {
    width: 100%; } }

.myacc_page .row-main [class^="col-"] {
  margin-bottom: 30px; }

@media (max-width: 991px) {
  .myacc_page.overview .column-m {
    display: flex; } }

.myacc_page.overview .myacc_panel {
  height: 100%; }

.myacc_page.eng_visits .myacc_panel-holder {
  min-height: auto; }

.myacc_panel_upcomingEngineerVisits--details {
  font-size: 12px;
  line-height: 18px;
  color: #535353;
  margin-bottom: 0; }
  .myacc_panel_upcomingEngineerVisits--details.appointmentDate,
  .myacc_panel_upcomingEngineerVisits--details .installationDateBooked {
    color: #282828;
    font-size: 14px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .myacc_panel_upcomingEngineerVisits--details.appointmentDate,
      .myacc_panel_upcomingEngineerVisits--details .installationDateBooked {
        font-size: 12px; } }
  .myacc_panel_upcomingEngineerVisits--details.installationDateBooked {
    color: #2e4ec6;
    font-size: 14px;
    background: #E5EFEC;
    border-radius: 4px;
    padding: 10px 15px;
    font-weight: 600; }

.myacc_panel_upcomingEngineerVisits ul {
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .myacc_panel_upcomingEngineerVisits ul {
      display: flex;
      flex-wrap: nowrap; } }
  .myacc_panel_upcomingEngineerVisits ul li {
    display: inline-block; }
    .myacc_panel_upcomingEngineerVisits ul li a {
      color: #C62828 !important;
      font-size: 12px;
      text-decoration: none;
      text-align: left;
      font-weight: 600; }
      @media (max-width: 767px) {
        .myacc_panel_upcomingEngineerVisits ul li a {
          text-align: center; } }
      .myacc_panel_upcomingEngineerVisits ul li a img {
        margin-right: 5px; }
    .myacc_panel_upcomingEngineerVisits ul li:first-child {
      margin-right: 25px; }
      @media (max-width: 767px) {
        .myacc_panel_upcomingEngineerVisits ul li:first-child {
          margin-right: 0; } }

.myacc_panel_upcomingEngineerVisits .row {
  width: 100%; }

.myacc_panel .overview-file-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #ffff;
  margin: auto;
  padding: 5px;
  border-radius: 5px; }

@media (max-width: 991px) {
  .myacc_panel_referAFriend .row {
    display: flex !important;
    align-items: center !important; } }

.myacc_panel_referAFriend .col-4 {
  align-self: center; }

.myacc_panel_referAFriend .col-9 {
  margin-bottom: 0 !important; }
  @media (max-width: 767px) {
    .myacc_panel_referAFriend .col-9 {
      width: 100%; } }
  @media (max-width: 767px) {
    .myacc_panel_referAFriend .col-9 .button {
      margin-bottom: 0; } }

.myacc_panel_referAFriend .referralsList {
  align-items: flex-start; }
  .myacc_panel_referAFriend .referralsList p:first-child {
    margin-bottom: 5px; }
  .myacc_panel_referAFriend .referralsList p:last-child {
    margin-bottom: 10px; }

.myacc_panel_referAFriend .button-red {
  font-weight: 600 !important;
  margin-bottom: 20px; }

.myacc_panel_referAFriend .noReferarals {
  margin-bottom: 45px !important;
  color: #282828;
  font-size: 14px;
  font-weight: normal; }

@media (max-width: 991px) {
  .myacc_panel_myMachine .row {
    display: flex !important; } }

@media (max-width: 767px) {
  .myacc_panel_myMachine .col-8 {
    width: 100%; } }

.myacc_panel_myMachine .machine-img {
  position: absolute;
  right: 0; }
  @media (max-width: 767px) {
    .myacc_panel_myMachine .machine-img {
      width: 70px;
      right: 0px;
      top: -16px; } }

.myacc_panel_myMachine .col-4 {
  align-self: center; }
  @media (max-width: 991px) {
    .myacc_panel_myMachine .col-4 {
      text-align: right; } }
  @media (max-width: 767px) {
    .myacc_panel_myMachine .col-4 {
      display: none; } }
  @media (max-width: 991px) {
    .myacc_panel_myMachine .col-4 img {
      width: 50%; } }

.myacc_panel_myMachine .col-8,
.myacc_panel_myMachine .col-4, .myacc_panel_referAFriend .col-8,
.myacc_panel_referAFriend .col-4 {
  margin-bottom: 0 !important; }
  .myacc_panel_myMachine .col-8 .myacc_heading--sub,
  .myacc_panel_myMachine .col-4 .myacc_heading--sub, .myacc_panel_referAFriend .col-8 .myacc_heading--sub,
  .myacc_panel_referAFriend .col-4 .myacc_heading--sub {
    white-space: nowrap; }
    @media (max-width: 1024px) {
      .myacc_panel_myMachine .col-8 .myacc_heading--sub,
      .myacc_panel_myMachine .col-4 .myacc_heading--sub, .myacc_panel_referAFriend .col-8 .myacc_heading--sub,
      .myacc_panel_referAFriend .col-4 .myacc_heading--sub {
        white-space: normal; } }

.myacc_panel_myMachine--info, .myacc_panel_referAFriend--info {
  position: relative; }
  @media (max-width: 767px) {
    .myacc_panel_myMachine--info, .myacc_panel_referAFriend--info {
      margin-top: 10px; } }
  .myacc_panel_myMachine--info h4, .myacc_panel_referAFriend--info h4 {
    font-size: 14px;
    color: #282828;
    font-weight: 600;
    margin-bottom: 8px; }
  .myacc_panel_myMachine--info p, .myacc_panel_referAFriend--info p {
    font-size: 14px;
    font-weight: 600;
    color: #282828; }
    .myacc_panel_myMachine--info p.short-info, .myacc_panel_referAFriend--info p.short-info {
      font-size: 14px;
      font-weight: normal; }
      .myacc_panel_myMachine--info p.short-info span, .myacc_panel_referAFriend--info p.short-info span {
        font-size: 12px; }

.myacc_panel_myMachine--progressBar, .myacc_panel_referAFriend--progressBar {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  transform: rotate(90deg); }

.account-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  align-items: center; }
  .account-modal.default .content {
    width: 432px;
    padding-top: 40px;
    max-height: calc(100% - 200px);
    overflow-y: scroll; }
    @media (max-width: 414px) {
      .account-modal.default .content {
        width: 90%;
        margin: auto; } }
    .account-modal.default .content .heading {
      color: #282828;
      font-size: 18px;
      position: absolute;
      top: 0;
      left: 30px; }
    .account-modal.default .content .text-content {
      padding-top: 15px;
      font-size: 14px; }
  .account-modal.compact .content {
    width: auto;
    padding-top: 40px;
    max-height: calc(100% - 200px); }
    @media (max-width: 767px) {
      .account-modal.compact .content {
        width: 90%;
        height: 500px;
        margin: auto;
        padding: 15px; } }
    .account-modal.compact .content p,
    .account-modal.compact .content span,
    .account-modal.compact .content li {
      font-size: 14px !important;
      color: #333 !important; }
    .account-modal.compact .content .stepper-header,
    .account-modal.compact .content .chk-container,
    .account-modal.compact .content #agreement-button,
    .account-modal.compact .content .sub {
      display: none; }
    .account-modal.compact .content img {
      margin: 0 auto;
      display: block; }
      @media (max-width: 767px) {
        .account-modal.compact .content img {
          width: 120px;
          margin-top: 30px !important; } }
    @media (max-width: 767px) {
      .account-modal.compact .content .terms-wrapper {
        overflow: auto;
        height: auto;
        margin: 0 auto; } }
    .account-modal.compact .content #terms-content {
      max-height: 400px;
      overflow-y: scroll;
      margin: 30px auto;
      display: block; }
      @media (max-width: 767px) {
        .account-modal.compact .content #terms-content {
          margin: 15px auto; } }
      .account-modal.compact .content #terms-content div:first-child {
        padding: 20px;
        border: 1px solid #eaeaea; }
  .account-modal .content {
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    width: 390px;
    padding: 30px;
    position: relative; }
    @media (max-width: 414px) {
      .account-modal .content {
        width: 90%;
        margin: auto; } }
    .account-modal .content .panel {
      margin-bottom: 12px; }
      .account-modal .content .panel-info {
        background-color: #F6FAF9;
        border-radius: 5px;
        padding: 18px; }
      .account-modal .content .panel p {
        color: #282828;
        font-size: 14px;
        text-align: left;
        font-weight: 600;
        opacity: 0.8;
        margin-bottom: 0; }
        .account-modal .content .panel p a {
          display: block;
          font-size: 14px;
          color: #2e4ec6;
          text-decoration: underline; }
    .account-modal .content .close {
      color: #2e4ec6;
      position: absolute;
      top: 15px;
      right: 20px;
      cursor: pointer;
      font-size: 26px; }
    .account-modal .content p {
      font-size: 14px; }
    .account-modal .content .heading {
      color: #2e4ec6;
      font-size: 18px;
      text-align: center;
      font-weight: 600;
      margin-top: 20px; }
      .account-modal .content .heading span {
        display: block; }
    .account-modal .content .button {
      text-decoration: none;
      display: table;
      margin: 30px auto 15px;
      padding: 7px 14px; }
  .account-modal#updateDirectDebitModal .button + .button {
    margin: 0 auto; }
  .account-modal#updateDirectDebitModal .text-content {
    text-align: center; }
  .account-modal#updateDirectDebitModal .myacc_loader {
    display: none; }
    .account-modal#updateDirectDebitModal .myacc_loader.active {
      display: flex;
      opacity: 0.9; }

.personal-details .alertBox {
  display: block; }

.personal-details .form-label {
  color: #2E4EC6;
  font-size: 14px;
  font-weight: bold; }

@media (max-width: 767px) {
  .personal-details .form-row--third {
    display: flex; }
    .personal-details .form-row--third .form-field {
      width: 33.9%; } }

.personal-details .no-address {
  font-size: 12px; }

@media (max-width: 767px) {
  .personal-details .address-details .col-9 {
    width: 100%; } }

.personal-details .address-details .addresses-container {
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 0; }

.personal-details .address-details .addresses-header {
  font-size: 14px;
  color: #2E4EC6;
  font-weight: 600;
  margin-bottom: 10px; }

.personal-details .address-details .addresses-info p {
  font-size: 14px;
  margin-bottom: 5px; }
  .personal-details .address-details .addresses-info p.customerName {
    font-weight: 600; }

.personal-details .address-details .addresses .form-inputs {
  margin-top: 20px; }
  .personal-details .address-details .addresses .form-inputs .form-field,
  .personal-details .address-details .addresses .form-inputs .form-group {
    margin-bottom: 0; }
  .personal-details .address-details .addresses .form-inputs .machineNotInstalled {
    float: left;
    width: 68%;
    font-size: 12px; }
  .personal-details .address-details .addresses .form-inputs .unClickable {
    pointer-events: none; }
  .personal-details .address-details .addresses .form-inputs input {
    border: 1px solid #D9D9D9;
    font-size: 14px;
    color: #999; }
    .personal-details .address-details .addresses .form-inputs input:focus {
      border: 1px solid #2E4EC6; }
    .personal-details .address-details .addresses .form-inputs input#custom-shipping-countryCodeInput {
      background: transparent; }
  .personal-details .address-details .addresses .form-inputs label {
    font-size: 13px; }
  .personal-details .address-details .addresses .form-inputs .panel-success {
    padding: 20px 40px; }
    .personal-details .address-details .addresses .form-inputs .panel-success p {
      font-size: 14px; }
    .personal-details .address-details .addresses .form-inputs .panel-success label {
      font: normal normal normal 14px Proxima Nova;
      letter-spacing: 0px;
      margin-left: 20px;
      color: #282828;
      display: flex;
      align-items: center; }
      .personal-details .address-details .addresses .form-inputs .panel-success label.warning {
        color: red !important; }
      .personal-details .address-details .addresses .form-inputs .panel-success label input {
        margin-right: 10px; }
  .personal-details .address-details .addresses .form-inputs .requestUpdateAddress,
  .personal-details .address-details .addresses .form-inputs .onClickOpenUpdateAddress {
    margin: 20px 0 20px auto;
    display: table; }

.personal-details .address-details .addresses .button {
  padding: 6px 10px;
  font-size: 12px;
  font-weight: normal;
  border-radius: 23px;
  align-self: center; }
  @media (max-width: 767px) {
    .personal-details .address-details .addresses .button {
      min-width: 100px !important;
      width: auto;
      padding-left: 15px;
      padding-right: 15px; } }

.personal-details .form-input[disabled],
.personal-details input[disabled] {
  background: transparent !important;
  color: #ccc !important; }

.personal-details input[type="text"],
.personal-details input[type="email"],
.personal-details input[type="password"],
.personal-details input[type="tel"],
.personal-details select {
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  font-size: 14px; }
  .personal-details input[type="text"]:focus,
  .personal-details input[type="email"]:focus,
  .personal-details input[type="password"]:focus,
  .personal-details input[type="tel"]:focus,
  .personal-details select:focus {
    border: 1px solid #2E4EC6; }
  @media (max-width: 767px) {
    .personal-details input[type="text"],
    .personal-details input[type="email"],
    .personal-details input[type="password"],
    .personal-details input[type="tel"],
    .personal-details select {
      color: #282828; } }
  .personal-details input[type="text"]:focus,
  .personal-details input[type="email"]:focus,
  .personal-details input[type="password"]:focus,
  .personal-details input[type="tel"]:focus,
  .personal-details select:focus {
    border: 1px solid #2E4EC6;
    opacity: 1; }

.personal-details .form-actions {
  text-align: right; }
  .personal-details .form-actions .button {
    padding: 6px 10px;
    font-size: 12px;
    font-weight: normal;
    border-radius: 23px;
    align-self: center; }
    @media (max-width: 767px) {
      .personal-details .form-actions .button {
        min-width: 100px !important;
        margin-top: 0;
        width: auto;
        padding-left: 15px;
        padding-right: 15px; } }

.personal-details .form-field {
  margin-bottom: 20px; }

@media (max-width: 767px) {
  .personal-details .login-information,
  .personal-details .personal-information {
    margin-bottom: 30px; } }

.personal-details .login-information input[type="text"],
.personal-details .login-information select,
.personal-details .personal-information input[type="text"],
.personal-details .personal-information select {
  pointer-events: none; }
  .personal-details .login-information input[type="text"][data-label="Email Address"],
  .personal-details .login-information select[data-label="Email Address"],
  .personal-details .personal-information input[type="text"][data-label="Email Address"],
  .personal-details .personal-information select[data-label="Email Address"] {
    pointer-events: all;
    background-image: none !important; }

.personal-details .login-information [data-type="CurrentPassword"],
.personal-details .personal-information [data-type="CurrentPassword"] {
  clear: none; }

.personal-details .login-information [data-type="Password"],
.personal-details .login-information [data-type="ConfirmPassword"],
.personal-details .personal-information [data-type="Password"],
.personal-details .personal-information [data-type="ConfirmPassword"] {
  display: none; }

.personal-details .login-information--sub-title,
.personal-details .personal-information--sub-title {
  font-size: 16px;
  line-height: 18px;
  color: #282828;
  margin-bottom: 26px;
  font-weight: 600; }

@media (max-width: 767px) {
  .personal-details .login-information .col-9,
  .personal-details .personal-information .col-9 {
    width: 100%; } }

@media (max-width: 767px) {
  .personal-details .login-information.basic-details,
  .personal-details .personal-information.basic-details {
    margin-bottom: 30px; } }

.personal-details .login-information.basic-details [data-type="CurrentPassword"],
.personal-details .login-information.basic-details [data-type="Password"],
.personal-details .login-information.basic-details [data-type="ConfirmPassword"],
.personal-details .personal-information.basic-details [data-type="CurrentPassword"],
.personal-details .personal-information.basic-details [data-type="Password"],
.personal-details .personal-information.basic-details [data-type="ConfirmPassword"] {
  display: none; }

.personal-details .login-update-password [data-type="EmailAddress"],
.personal-details .personal-update-password [data-type="EmailAddress"] {
  display: none; }

@media (max-width: 767px) {
  .personal-details .login-update-password .row .col-9,
  .personal-details .personal-update-password .row .col-9 {
    width: 100%; } }

.account-refer-a-friend .myacc_heading--sub {
  font-size: 18px;
  white-space: normal; }
  @media (max-width: 767px) {
    .account-refer-a-friend .myacc_heading--sub {
      font-size: 16px; } }

.account-refer-a-friend .col-12 {
  margin-bottom: 0 !important; }

.account-refer-a-friend .col-9,
.account-refer-a-friend .col-3 {
  position: relative;
  margin-bottom: 0 !important; }

.account-refer-a-friend .alertBox-message-text {
  color: #282828;
  font-size: 14px; }

.account-refer-a-friend .claimRewardModal {
  text-align: center; }

.account-refer-a-friend .claimBtn {
  position: absolute;
  min-width: 100px !important;
  font-size: 12px;
  padding: 5px 10px;
  left: -5px;
  right: 0;
  margin: auto;
  bottom: -5px;
  pointer-events: none; }

.account-refer-a-friend .myacc_panel_myMachine--info p {
  margin-bottom: 0; }

.account-refer-a-friend .myacc_panel_myMachine--info .list-inline li {
  padding: 0 !important; }

.account-refer-a-friend .myacc_panel_referAFriend .columns {
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .account-refer-a-friend .myacc_panel_referAFriend .columns {
      margin-bottom: 20px; } }

.account-refer-a-friend .myacc_panel_referAFriend .col-3 {
  align-self: center; }

.account-refer-a-friend .myacc_panel_referAFriend .vp_loader {
  padding: 20px 0;
  text-align: center; }

.account-refer-a-friend .myacc_panel_referAFriend .referrals {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 10px;
  display: none;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .account-refer-a-friend .myacc_panel_referAFriend .referrals .noReferarals {
    display: block !important;
    margin-bottom: 0px !important; }
  .account-refer-a-friend .myacc_panel_referAFriend .referrals::-webkit-scrollbar {
    width: 50px;
    height: 10px; }
  .account-refer-a-friend .myacc_panel_referAFriend .referrals::-webkit-scrollbar-track {
    background: #eee; }
  .account-refer-a-friend .myacc_panel_referAFriend .referrals::-webkit-scrollbar-thumb {
    background: #2B856B;
    border-radius: 10px; }
  .account-refer-a-friend .myacc_panel_referAFriend .referrals::-webkit-scrollbar-thumb:hover {
    background: #2B856B; }

.account-refer-a-friend .myacc_panel_referAFriend .list-inline {
  display: flex;
  flex-wrap: nowrap;
  bottom: 0;
  left: 7px;
  align-items: center; }
  .account-refer-a-friend .myacc_panel_referAFriend .list-inline li {
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 7px 7px 20px; }
    @media (max-width: 767px) {
      .account-refer-a-friend .myacc_panel_referAFriend .list-inline li:last-child a {
        margin-right: 0 !important; } }
    .account-refer-a-friend .myacc_panel_referAFriend .list-inline li a {
      display: block;
      text-decoration: none;
      color: #2e4ec6;
      font-size: 12px;
      font-weight: 600; }
      .account-refer-a-friend .myacc_panel_referAFriend .list-inline li a[disabled] {
        color: grey;
        pointer-events: none; }
      .account-refer-a-friend .myacc_panel_referAFriend .list-inline li a:first-child {
        margin-right: 15px; }
      .account-refer-a-friend .myacc_panel_referAFriend .list-inline li a .referral-icon {
        border: 3px;
        margin-right: 5px;
        width: 19px; }
        @media (max-width: 767px) {
          .account-refer-a-friend .myacc_panel_referAFriend .list-inline li a .referral-icon {
            margin-right: 0;
            width: 19px; } }
    .account-refer-a-friend .myacc_panel_referAFriend .list-inline li .referral-thumbnail {
      display: block;
      width: 50px;
      height: 50px;
      background-color: #000; }
    .account-refer-a-friend .myacc_panel_referAFriend .list-inline li .referral-wrapper {
      padding: 10px;
      background: #2828281A;
      border-radius: 10px;
      pointer-events: none;
      width: 90px; }
      @media (max-width: 767px) {
        .account-refer-a-friend .myacc_panel_referAFriend .list-inline li .referral-wrapper {
          width: 70px; } }
      .account-refer-a-friend .myacc_panel_referAFriend .list-inline li .referral-wrapper p {
        display: block;
        color: #282828;
        font-size: 8px;
        text-align: center;
        margin-top: 5px;
        font-weight: 600;
        margin-bottom: 0; }
        .account-refer-a-friend .myacc_panel_referAFriend .list-inline li .referral-wrapper p span {
          display: block;
          margin-top: 7px;
          color: #282828;
          font-size: 8px; }
      .account-refer-a-friend .myacc_panel_referAFriend .list-inline li .referral-wrapper--success {
        background-color: #2B856B; }
        .account-refer-a-friend .myacc_panel_referAFriend .list-inline li .referral-wrapper--success p {
          color: white; }
    .account-refer-a-friend .myacc_panel_referAFriend .list-inline li.received {
      cursor: not-allowed; }
    .account-refer-a-friend .myacc_panel_referAFriend .list-inline li.available .referral-wrapper {
      border: 2px dashed #2B856B;
      background-color: #fff; }
      .account-refer-a-friend .myacc_panel_referAFriend .list-inline li.available .referral-wrapper:hover {
        border: 2px solid #2B856B;
        background-color: #E5F3F1; }
    .account-refer-a-friend .myacc_panel_referAFriend .list-inline li.available.claim .referral-wrapper {
      border: 2px solid #2B856B;
      background-color: #E5F3F1; }
    .account-refer-a-friend .myacc_panel_referAFriend .list-inline li.available p {
      font-weight: 600;
      font-size: 14px; }
    .account-refer-a-friend .myacc_panel_referAFriend .list-inline li.reward .referral-wrapper {
      background-color: #2e4ec6;
      padding: 15px; }
    .account-refer-a-friend .myacc_panel_referAFriend .list-inline li.reward p {
      color: #fff;
      font-size: 17px; }
    .account-refer-a-friend .myacc_panel_referAFriend .list-inline li:hover .inviteFriendsBtn {
      display: block; }
  .account-refer-a-friend .myacc_panel_referAFriend .list-inline .inviteFriendsBtn {
    position: absolute;
    bottom: 0;
    min-width: auto !important;
    font-size: 12px;
    font-weight: 400;
    padding: 5.8px 5px;
    width: 100%;
    left: 0;
    margin: 0;
    display: none; }

.account-refer-a-friend .myacc_panel_howItWorks {
  margin-top: 30px; }
  .account-refer-a-friend .myacc_panel_howItWorks .content {
    box-shadow: 0px 3px 6px #2828280D;
    background-color: #FAFAFA;
    padding: 20px; }
    .account-refer-a-friend .myacc_panel_howItWorks .content p {
      font-size: 12px;
      color: #282828;
      margin-bottom: 10px; }

.account-refer-a-friend .referral-list {
  margin: 30px 0; }
  .account-refer-a-friend .referral-list .col-12 {
    padding-left: 0; }

.account-refer-a-friend .socialMediaList {
  margin: 20px 0 20px; }
  .account-refer-a-friend .socialMediaList ul {
    display: flex;
    flex-wrap: nowrap;
    text-align: center;
    justify-content: center; }
    .account-refer-a-friend .socialMediaList ul li {
      padding: 0px 10px; }
      .account-refer-a-friend .socialMediaList ul li a {
        display: block;
        text-align: center; }
        .account-refer-a-friend .socialMediaList ul li a img {
          width: 50px;
          height: 50px;
          border-radius: 20px; }

.account-refer-a-friend .referralLink {
  text-align: center; }
  .account-refer-a-friend .referralLink .label {
    font-size: 14px;
    color: #11214A;
    font-weight: 600;
    margin-bottom: 10px; }
  .account-refer-a-friend .referralLink a {
    font-size: 12px;
    color: #282828;
    font-weight: 600;
    display: block;
    width: 100%;
    background-color: #2828280D;
    padding: 10px;
    border-radius: 2px;
    text-decoration: none; }
  .account-refer-a-friend .referralLink .copyReferralLink--text {
    pointer-events: none; }
  .account-refer-a-friend .referralLink .copyReferralLinkModal {
    margin-left: 5px;
    pointer-events: none; }
    @media (max-width: 767px) {
      .account-refer-a-friend .referralLink .copyReferralLinkModal {
        width: 20px; } }

.machine-tshooter .myacc_heading {
  margin-bottom: 12px; }

.machine-tshooter .myacc_introtext {
  font-family: konnect-regular, sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 28px; }

.machine-tshooter .myacc_panel.yourMachine {
  position: relative;
  padding-right: 240px;
  overflow: hidden; }
  .machine-tshooter .myacc_panel.yourMachine.yourMachine--empty {
    padding-right: 25px; }
  @media (max-width: 767px) {
    .machine-tshooter .myacc_panel.yourMachine {
      padding-right: 100px !important;
      margin-bottom: 30px; }
      .machine-tshooter .myacc_panel.yourMachine.yourMachine--empty {
        padding-right: 30px !important; } }
  .machine-tshooter .myacc_panel.yourMachine .yourMachine_img {
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: -85px;
    right: 0;
    max-width: 230px; }
    @media (max-width: 767px) {
      .machine-tshooter .myacc_panel.yourMachine .yourMachine_img {
        bottom: 0; } }
    .machine-tshooter .myacc_panel.yourMachine .yourMachine_img img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .machine-tshooter .myacc_panel.yourMachine .yourMachine_details h4 {
    font-family: konnect-regular, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 3px; }
    @media (max-width: 767px) {
      .machine-tshooter .myacc_panel.yourMachine .yourMachine_details h4 {
        font-size: 14px; } }
  .machine-tshooter .myacc_panel.yourMachine .yourMachine_details p {
    font-weight: 600;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #535353; }
  .machine-tshooter .myacc_panel.yourMachine .row {
    width: 100%;
    margin: 0; }
    .machine-tshooter .myacc_panel.yourMachine .row > div {
      padding: 0; }

.machine-tshooter .myacc_panel.myacc_panel_machineinfo .myacc_panel-holder .row:after {
  clear: both;
  content: "";
  display: table; }

@media (max-width: 767px) {
  .machine-tshooter .myacc_panel.myacc_panel_machineinfo .myacc_panel-holder {
    margin-top: 0; }
    .machine-tshooter .myacc_panel.myacc_panel_machineinfo .myacc_panel-holder .row {
      width: 100%; }
    .machine-tshooter .myacc_panel.myacc_panel_machineinfo .myacc_panel-holder .col-6 {
      margin-bottom: 10px; }
      .machine-tshooter .myacc_panel.myacc_panel_machineinfo .myacc_panel-holder .col-6 span {
        display: block; } }

@media (max-width: 767px) {
  .machine-tshooter .myacc_panel.myacc_panel_machineinfo .flex-m {
    display: block;
    float: left; }
    .machine-tshooter .myacc_panel.myacc_panel_machineinfo .flex-m:first-child {
      width: 60%;
      padding-left: 0; }
    .machine-tshooter .myacc_panel.myacc_panel_machineinfo .flex-m:last-child {
      width: 40%;
      padding-right: 0; } }

.machine-tshooter .myacc_panel.myacc_panel_machineinfo .myacc_panel_machineinfo--details {
  font-size: 14px;
  line-height: 20px;
  font-family: konnect-regular, sans-serif;
  color: #535353;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .machine-tshooter .myacc_panel.myacc_panel_machineinfo .myacc_panel_machineinfo--details {
      margin-bottom: 8px;
      font-size: 12px; } }
  .machine-tshooter .myacc_panel.myacc_panel_machineinfo .myacc_panel_machineinfo--details span {
    font-weight: 600; }

.machine-tshooter .myacc_panel.myacc_panel_machineinfo .row > div:last-child, .machine-tshooter .myacc_panel.myacc_panel_machineinfo .row > div:nth-last-child(2) {
  margin-bottom: 0; }

.machine-tshooter .myacc_banner {
  margin-top: 7px;
  margin-bottom: 7px; }

.machine-tshooter .row > .col-12 > .myacc_heading--sub {
  margin-bottom: 0; }

.eng_visits .manageAppointments {
  display: none; }

.eng_visits .myacc_panel-engappointment p {
  font-family: konnect-regular, sans-serif;
  font-size: 14px;
  color: #535353;
  margin: 0; }

.eng_visits .myacc_panel-engappointment .myacc_panel-holder {
  min-height: 60px; }

.eng_visits .myacc_panel_upcomingEngineerVisits p {
  font-weight: bold; }

.eng_visits .myacc_table_head--row > div, .eng_visits .myacc_table_body--row > div {
  padding-left: 5px;
  padding-right: 5px; }
  .eng_visits .myacc_table_head--row > div:nth-child(1), .eng_visits .myacc_table_body--row > div:nth-child(1) {
    width: 12.75%;
    padding-left: 28.5px; }
  .eng_visits .myacc_table_head--row > div:nth-child(2), .eng_visits .myacc_table_body--row > div:nth-child(2) {
    width: 12.40%; }
  .eng_visits .myacc_table_head--row > div:nth-child(3), .eng_visits .myacc_table_body--row > div:nth-child(3) {
    width: 13.30%; }
  .eng_visits .myacc_table_head--row > div:nth-child(4), .eng_visits .myacc_table_body--row > div:nth-child(4) {
    width: 23.50%;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px; }
  .eng_visits .myacc_table_head--row > div:nth-child(5), .eng_visits .myacc_table_body--row > div:nth-child(5) {
    width: 23.95%; }
  .eng_visits .myacc_table_head--row > div:nth-child(6), .eng_visits .myacc_table_body--row > div:nth-child(6) {
    width: 14.10%;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center; }

.eng_visits .myacc_table_body button {
  font-family: konnect-regular, sans-serif;
  padding: 8px 15px;
  font-weight: 600;
  font-size: 12px; }
  .eng_visits .myacc_table_body button.button-green {
    background: #2B856B; }

.eng_visits .myacc_table_body .myacc_table_status {
  width: 100%;
  padding: 6px 10px; }

.eng_visits .col-12 > .myacc_heading--sub {
  margin-top: 15px; }

.eng_visits #updateSection .updateSectionTitle {
  color: #282828;
  font-size: 16px;
  font-weight: 600; }

.eng_visits #updateSection .updateSectionSubTitle {
  color: #282828;
  font-size: 14px;
  font-weight: 600; }

.eng_visits #updateSection .appointmentStatus {
  margin-left: 15px;
  font-size: 12px; }

.eng_visits #updateSection .addressWrapper {
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  padding: 15px;
  margin-bottom: 40px; }
  .eng_visits #updateSection .addressWrapper .customerName {
    color: #333333;
    font-size: 14px;
    margin-bottom: 0; }
  .eng_visits #updateSection .addressWrapper .customerAddress {
    color: #333333;
    font-size: 12px;
    margin-bottom: 0; }

.eng_visits #updateSection .description-text {
  color: #333333;
  font-size: 14px;
  margin-bottom: 40px; }

.eng_visits #updateSection .uploaded-thumbnail {
  width: 87px;
  height: 87px;
  background-color: #ccc; }

#cancel-service-call .panel-info a {
  font-family: konnect-regular, sans-serif;
  color: #2E4EC6;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-top: 10px; }

#book-appointment .content .text-content {
  background-color: #2e4ec6;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0 15px; }

#book-appointment .content #questions {
  font-family: "konnect", serif;
  color: #333; }
  #book-appointment .content #questions .form-group {
    margin-bottom: 15px; }
    #book-appointment .content #questions .form-group label {
      text-align: left;
      display: block;
      color: #333;
      font-size: 14px;
      margin-bottom: 15px; }
    #book-appointment .content #questions .form-group input {
      display: block;
      width: 100%;
      border: 1px solid #ddd;
      padding: 10px;
      border-radius: 4px; }
    #book-appointment .content #questions .form-group textarea {
      padding: 10px;
      border-radius: 4px;
      width: 100%;
      border: 1px solid #ddd; }

#book-appointment .content .visibility-hidden {
  visibility: hidden; }

#book-appointment .content .installation-booking .font-bold {
  font-weight: bold; }

#book-appointment .content .installation-booking .button-holder {
  display: flex;
  gap: 30px;
  justify-content: center; }
  #book-appointment .content .installation-booking .button-holder button {
    font-size: 16px;
    background-color: #2E4EC6; }
    #book-appointment .content .installation-booking .button-holder button:hover {
      background-color: #2E4EC6; }

#book-appointment .content .installation-booking .content {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  border-right-width: 0;
  border-left-width: 0; }

#book-appointment .content .installation-booking .vp-gap-\[20px\] {
  gap: 20px; }

#book-appointment .content .installation-booking .vp-mb-\[50px\] {
  margin-bottom: 50px; }

#book-appointment .content .installation-booking .vp-w-full {
  width: 100%; }

#book-appointment .content .installation-booking .vp-flex {
  display: flex; }

#book-appointment .content .installation-booking .vp-flex-col {
  flex-direction: column; }

#book-appointment .content .installation-booking .vp-justify-center {
  justify-content: center; }

#book-appointment .content .installation-booking .vp-items-center {
  align-items: center; }

#book-appointment .content .confirm-wrapper {
  display: none;
  position: absolute;
  height: 100vh;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5); }
  #book-appointment .content .confirm-wrapper .button-green {
    margin: 0 5px; }
  #book-appointment .content .confirm-wrapper .confirm-inner {
    background-color: #ddd;
    max-width: 400px;
    border-radius: 10px;
    border: 1px solid #000;
    padding: 20px 40px;
    margin: auto; }
    @media (max-width: 767px) {
      #book-appointment .content .confirm-wrapper .confirm-inner {
        padding: 20px;
        width: 90%; } }
    #book-appointment .content .confirm-wrapper .confirm-inner p {
      font-size: 20px;
      font-weight: bold; }
    @media (max-width: 767px) {
      #book-appointment .content .confirm-wrapper .confirm-inner .flex {
        display: block; } }
    @media (max-width: 767px) {
      #book-appointment .content .confirm-wrapper .confirm-inner .flex button {
        margin: 0 auto 15px; } }

#book-appointment .content #book-step-1 {
  margin-bottom: 50px; }
  #book-appointment .content #book-step-1 .step-heading h6 {
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    width: 100%; }
  #book-appointment .content #book-step-1 .step-heading p {
    text-align: left; }

#book-appointment .content #book-step-2,
#book-appointment .content #book-step-2-2 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  #book-appointment .content #book-step-2 .input-wrapper,
  #book-appointment .content #book-step-2-2 .input-wrapper {
    max-width: 350px; }
  #book-appointment .content #book-step-2 h4,
  #book-appointment .content #book-step-2-2 h4 {
    color: #2B856B;
    font-weight: bold;
    text-align: center;
    font-size: 25px; }

#book-appointment .content .availableDates {
  display: flex;
  justify-content: center;
  gap: 20px 20px;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  #book-appointment .content .availableDates .date {
    width: 29%; }
    #book-appointment .content .availableDates .date label {
      display: block;
      border: 1px solid #ddd;
      text-align: center;
      padding: 15px;
      cursor: pointer;
      font-size: 12px; }
      #book-appointment .content .availableDates .date label:hover {
        background: linear-gradient(180deg, #BE0082 0%, #E80445 100%);
        color: #ffffff; }
    #book-appointment .content .availableDates .date input {
      display: none; }
      #book-appointment .content .availableDates .date input:checked ~ label {
        background: linear-gradient(180deg, #BE0082 0%, #E80445 100%);
        color: #ffffff; }

#book-appointment .content .dateLoading {
  position: absolute;
  background-color: #f7f7f7;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold; }

#book-appointment .content .step-heading {
  max-width: 600px;
  margin: auto;
  text-align: center; }
  #book-appointment .content .step-heading h5 {
    font-size: 28px;
    font-weight: bold; }

#book-appointment .content .book-step-2-inner p {
  font-size: 18px; }

#book-appointment .content .book-step-2-inner button {
  font-size: 14px; }

#book-appointment .content h6 {
  font-size: 18px;
  opacity: .8;
  font-weight: bold; }

#book-appointment .content .action-button {
  text-align: center;
  margin: 30px 0; }

#book-appointment .content .button-green {
  background: #2E4EC6 !important; }

#book-appointment .content .skip {
  background: #2e4ec6 !important;
  font-size: 16px; }

@media only screen and (max-width: 600px) {
  #book-appointment .content .availableDates {
    gap: 20px;
    padding: 0 30px;
    display: block; }
    #book-appointment .content .availableDates .date {
      width: 50%;
      max-width: 125px;
      width: 100%;
      margin-bottom: 15px;
      max-width: 100%; }
      #book-appointment .content .availableDates .date label {
        padding: 10px 15px; } }

@media (max-width: 767px) {
  #book-appointment .content .action-button {
    text-align: center;
    margin: 30px auto;
    width: 84%; }
    #book-appointment .content .action-button a {
      width: 100%; }
  #book-appointment .content .installation-booking .button-holder {
    display: block;
    padding: 0 30px; }
    #book-appointment .content .installation-booking .button-holder button {
      width: 100%;
      padding: 11px !important; }
  #book-appointment .content .skip {
    padding: 11px !important; }
  #book-appointment .content .button-fat {
    min-width: 100% !important; } }

#in-debt-modal .content {
  overflow: hidden;
  padding: 25px;
  text-align: center; }
  #in-debt-modal .content button {
    margin: 10px auto 0; }

.myacc_page .myacc_heading {
  margin-bottom: 10px; }

.myacc_page .myacc_main label[for="request-reinstallation"] {
  padding: 10px;
  color: #282828;
  font-size: 14px;
  padding-left: 10px;
  display: flex;
  align-items: center;
  font: normal normal normal 14px Proxima Nova; }
  .myacc_page .myacc_main label[for="request-reinstallation"] input {
    margin-right: 10px; }
    .myacc_page .myacc_main label[for="request-reinstallation"] input:disabled {
      background-color: #cecece !important; }

.myacc_page .myacc_main .select-dropdown {
  position: relative; }
  .myacc_page .myacc_main .select-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 13px solid #11214A;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    rotate: -90deg; }

@media (max-width: 767px) {
  .myacc_page .myacc_main .hasErrorPaymentStatus .col-12-m {
    width: 100%; } }

.myacc_page .myacc_main .myacc_table_body .panel-payments {
  background-color: #FAFAFA;
  padding: 20px;
  position: relative;
  margin-bottom: 10px; }
  .myacc_page .myacc_main .myacc_table_body .panel-payments .payNow-m {
    margin-top: 15px; }
  @media (max-width: 767px) {
    .myacc_page .myacc_main .myacc_table_body .panel-payments.appointment .col:last-child {
      bottom: auto; } }
  .myacc_page .myacc_main .myacc_table_body .panel-payments p {
    margin-bottom: 12px;
    font-weight: 600; }
    .myacc_page .myacc_main .myacc_table_body .panel-payments p.referenceNumber {
      font-size: 12px; }
    .myacc_page .myacc_main .myacc_table_body .panel-payments p.contract, .myacc_page .myacc_main .myacc_table_body .panel-payments p.chargeAmount, .myacc_page .myacc_main .myacc_table_body .panel-payments p.address-m {
      font-size: 12px; }
    .myacc_page .myacc_main .myacc_table_body .panel-payments p span {
      font-weight: normal; }
  .myacc_page .myacc_main .myacc_table_body .panel-payments .col:last-child {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 24px; }
    @media (max-width: 767px) {
      .myacc_page .myacc_main .myacc_table_body .panel-payments .col:last-child {
        position: relative;
        left: 0; } }
  @media (max-width: 767px) {
    .myacc_page .myacc_main .myacc_table_body .panel-payments .button {
      width: 100%; } }

.myacc_page .myacc_main #updateSection .disabledInput input {
  pointer-events: none;
  color: #ccc !important; }

.myacc_page .myacc_main #updateSection [class^="col-"] {
  margin-bottom: 8px !important; }
  @media (max-width: 767px) {
    .myacc_page .myacc_main #updateSection [class^="col-"] {
      margin-bottom: 15px !important; } }

@media (max-width: 991px) {
  .myacc_page .myacc_main #updateSection.ml-100 {
    margin-left: 0 !important; } }

@media (max-width: 991px) {
  .myacc_page .myacc_main #updateSection .col-9 {
    width: 100%; } }

.myacc_page .myacc_main #updateSection .withBorderBottom {
  padding-bottom: 15px;
  border-bottom: 1px solid #707070;
  margin-bottom: 20px; }

.myacc_page .myacc_main #updateSection .back {
  color: #282828;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  text-decoration: none;
  margin-bottom: 20px; }
  .myacc_page .myacc_main #updateSection .back:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 13px solid #11214A;
    border-bottom: 7px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

.myacc_page .myacc_main #updateSection .postcoder-complete {
  position: static; }

.myacc_page .myacc_main #updateSection .update-address-form, .myacc_page .myacc_main #updateSection .update-ddebit-form {
  margin-top: 18px; }
  .myacc_page .myacc_main #updateSection .update-address-form--action, .myacc_page .myacc_main #updateSection .update-ddebit-form--action {
    margin-top: 40px; }
  .myacc_page .myacc_main #updateSection .update-address-form .flex.flex-m, .myacc_page .myacc_main #updateSection .update-ddebit-form .flex.flex-m {
    width: 66.6%; }
    @media (max-width: 767px) {
      .myacc_page .myacc_main #updateSection .update-address-form .flex.flex-m, .myacc_page .myacc_main #updateSection .update-ddebit-form .flex.flex-m {
        width: 100%; } }
    .myacc_page .myacc_main #updateSection .update-address-form .flex.flex-m .col-4, .myacc_page .myacc_main #updateSection .update-ddebit-form .flex.flex-m .col-4 {
      width: 100%; }
  .myacc_page .myacc_main #updateSection .update-address-form .wrapper, .myacc_page .myacc_main #updateSection .update-ddebit-form .wrapper {
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    padding: 8px 8px 0;
    background-color: #fff;
    position: relative; }
    .myacc_page .myacc_main #updateSection .update-address-form .wrapper.pb-8, .myacc_page .myacc_main #updateSection .update-ddebit-form .wrapper.pb-8 {
      padding-bottom: 8px; }
    .myacc_page .myacc_main #updateSection .update-address-form .wrapper.select-dropdown, .myacc_page .myacc_main #updateSection .update-ddebit-form .wrapper.select-dropdown {
      position: relative; }
      .myacc_page .myacc_main #updateSection .update-address-form .wrapper.select-dropdown:after, .myacc_page .myacc_main #updateSection .update-ddebit-form .wrapper.select-dropdown:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-right: 13px solid #11214A;
        border-bottom: 10px solid transparent;
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        rotate: -90deg; }
    .myacc_page .myacc_main #updateSection .update-address-form .wrapper small, .myacc_page .myacc_main #updateSection .update-ddebit-form .wrapper small {
      color: #737373;
      font-size: 10px;
      display: block;
      position: absolute;
      top: 2px; }
    .myacc_page .myacc_main #updateSection .update-address-form .wrapper input,
    .myacc_page .myacc_main #updateSection .update-address-form .wrapper select, .myacc_page .myacc_main #updateSection .update-ddebit-form .wrapper input,
    .myacc_page .myacc_main #updateSection .update-ddebit-form .wrapper select {
      border: 0 !important;
      color: #333;
      font-size: 13px !important;
      padding: 0 !important;
      width: 100%;
      min-height: 35px; }

.myacc_page .myacc_main #updateSection .update-ddebit-form .myacc_loader {
  opacity: 0.5;
  background: white; }

.alert-error {
  text-align: center;
  margin: 30px 0; }

.documents .myacc_heading {
  color: #2D4EC6;
  font-size: 16px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .documents .myacc_heading {
      font-size: 20px; } }

.documents .myacc_table_head {
  background: transparent; }
  .documents .myacc_table_head--row div {
    background: #FAFAFA;
    font-size: 12px; }

@media (max-width: 767px) {
  .documents .myacc_table_body--row {
    display: block;
    margin: 0; } }

.documents .myacc_table_body--row div {
  font-size: 12px;
  color: #282828; }
  @media (max-width: 767px) {
    .documents .myacc_table_body--row div {
      width: 100% !important;
      text-align: left !important;
      padding-left: 0 !important;
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .documents .myacc_table_body--row div span {
      font-weight: bold; } }
  @media (max-width: 767px) {
    .documents .myacc_table_body--row div button {
      width: 100%;
      margin-bottom: 0 !important; } }

.page {
  width: 100%;
  padding: 0 0 80px; }
  @media (max-width: 575px) {
    .page {
      padding: 0 0 40px; } }

.page-content.page-content--centered .static-page {
  margin-top: 42px; }
  .page-content.page-content--centered .static-page .page-heading {
    text-align: left !important;
    margin-bottom: 12px; }

.terms-of-use .entry-content {
  padding-top: 5px; }

.page-content.page-content--centered .page-heading {
  text-align: center; }

.page-content.page-content--centered .page-heading {
  padding-left: 0;
  padding-right: 0; }

.page-content--centered {
  width: 100%;
  padding: 0; }

.page-403 {
  max-width: 800px;
  margin: 20px auto; }
  .page-403 .button {
    margin-left: 20px; }

.reschedule-page {
  margin-top: 30px; }
  .reschedule-page .wrapper {
    max-width: 600px;
    margin: 0 auto 50px; }
    .reschedule-page .wrapper .form {
      text-align: center; }
      .reschedule-page .wrapper .form .form-group {
        display: block; }
        .reschedule-page .wrapper .form .form-group label {
          display: block;
          margin-bottom: 5px; }
        .reschedule-page .wrapper .form .form-group input {
          border-radius: 3px; }
        .reschedule-page .wrapper .form .form-group button {
          text-transform: uppercase;
          padding: 10px 20px;
          color: #fff;
          border-radius: 20px;
          background: #2E4EC6; }
    .reschedule-page .wrapper .tomscheduledtext {
      text-align: center;
      font-size: 24px; }
    .reschedule-page .wrapper img {
      margin: 0 auto 50px;
      display: table; }
    @media (max-width: 767px) {
      .reschedule-page .wrapper {
        width: 90%; } }
    .reschedule-page .wrapper p.h2 {
      font-size: 24px;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .reschedule-page .wrapper p.h2 {
          font-size: 18px; } }
    .reschedule-page .wrapper .dateSelection {
      background: rgba(240, 240, 240, 0.2); }
      .reschedule-page .wrapper .dateSelection .dates-wrapper {
        position: relative; }
        .reschedule-page .wrapper .dateSelection .dates-wrapper .loading-text1,
        .reschedule-page .wrapper .dateSelection .dates-wrapper .loading-text2 {
          display: block;
          margin: 0 0 3px 15px;
          width: 100%; }
        .reschedule-page .wrapper .dateSelection .dates-wrapper .foreground {
          position: absolute;
          top: 0;
          background: #fff;
          left: 0;
          bottom: 0;
          right: 0;
          width: 100%;
          height: 100%;
          z-index: 9; }
          .reschedule-page .wrapper .dateSelection .dates-wrapper .foreground .content {
            display: table;
            z-index: 99;
            margin: 20px auto;
            padding: 10px;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0; }
            .reschedule-page .wrapper .dateSelection .dates-wrapper .foreground .content li {
              list-style: none;
              display: inline-block; }
              .reschedule-page .wrapper .dateSelection .dates-wrapper .foreground .content li button {
                text-transform: uppercase;
                padding: 10px 20px;
                color: #fff;
                border-radius: 20px; }
                .reschedule-page .wrapper .dateSelection .dates-wrapper .foreground .content li button.btn-confirm-cancel {
                  background: #3A3D43; }
                .reschedule-page .wrapper .dateSelection .dates-wrapper .foreground .content li button.btn-confirm-reschedule {
                  background: #2E4EC6; }
      .reschedule-page .wrapper .dateSelection .selection-header {
        background-color: #2E4EC6;
        color: #fff;
        padding: 10px 30px;
        font-size: 34px;
        font-weight: bold; }
        @media (max-width: 767px) {
          .reschedule-page .wrapper .dateSelection .selection-header {
            font-size: 18px; } }
      .reschedule-page .wrapper .dateSelection ul#availableDates {
        list-style: none;
        display: grid;
        grid-template-columns: auto auto auto;
        padding: 10px; }
        .reschedule-page .wrapper .dateSelection ul#availableDates li {
          margin: 10px;
          border: 1px solid #ccc;
          color: #333;
          padding: 20px 10px;
          text-align: center;
          font-size: 15px;
          cursor: pointer; }
          @media (max-width: 767px) {
            .reschedule-page .wrapper .dateSelection ul#availableDates li {
              padding: 10px; } }
          .reschedule-page .wrapper .dateSelection ul#availableDates li:hover {
            background: #eaeaea; }
          .reschedule-page .wrapper .dateSelection ul#availableDates li.selected {
            background: transparent linear-gradient(180deg, #C00080 0%, #E30E4E 100%) 0% 0% no-repeat padding-box;
            color: #fff; }
      .reschedule-page .wrapper .dateSelection ul.form-actions {
        padding: 0 0 15px;
        margin-top: 0; }
        .reschedule-page .wrapper .dateSelection ul.form-actions li {
          display: inline-block; }
          .reschedule-page .wrapper .dateSelection ul.form-actions li button {
            text-transform: uppercase;
            padding: 10px 20px;
            color: #fff;
            border-radius: 20px; }
            .reschedule-page .wrapper .dateSelection ul.form-actions li button.btn-cancel {
              background: #3A3D43; }
            .reschedule-page .wrapper .dateSelection ul.form-actions li button.btn-reschedule {
              background: #2E4EC6; }
              .reschedule-page .wrapper .dateSelection ul.form-actions li button.btn-reschedule[disabled] {
                background: #2E4EC6;
                color: #ccc; }

.reschedule-modal {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9; }
  .reschedule-modal .content {
    display: table;
    z-index: 99;
    box-shadow: 0px 2px 3px #000;
    margin: auto;
    text-align: center;
    width: 400px;
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 10% auto;
    background: #fff; }
    .reschedule-modal .content span {
      position: absolute;
      top: 10px;
      cursor: pointer;
      right: 10px;
      font-weight: bold; }
    .reschedule-modal .content .h2 {
      font-size: 30px;
      margin-bottom: 0; }
    .reschedule-modal .content .sub-text {
      font-size: 16px;
      color: #5B5B5B; }
    .reschedule-modal .content .selected-date {
      background: #F9F9F9 0% 0% no-repeat padding-box;
      box-shadow: inset 0px 2px 2px #ccc, 0px 2px 3px #ccc;
      padding: 10px;
      width: 250px;
      color: #5B5B5B;
      font-size: 22px;
      margin: 0 auto;
      text-align: center;
      font-weight: bold;
      margin-bottom: 30px; }
    .reschedule-modal .content button {
      text-transform: uppercase;
      padding: 10px 20px;
      color: #fff;
      font-size: 16px;
      background: #2E4EC6;
      border-radius: 20px; }

.edit-schedule {
  font-size: 18px;
  position: relative;
  top: 5px;
  margin-right: 0;
  float: right;
  cursor: pointer; }

.fa-calendar {
  font-size: 28px !important;
  margin-right: 10px;
  position: relative;
  top: -2px; }

.fa-pencil {
  font-size: 28px !important; }

#go_cardless,
#stripe_iframe {
  width: 100%;
  height: 100vh;
  border: 0; }

.continue-stripe {
  text-align: center;
  margin-bottom: 30px; }

.klarna-banner {
  display: block;
  margin-top: 40px; }
  .klarna-banner .klarna-img {
    width: 100%; }

.installation-carousel .img-holder img {
  width: 100% !important;
  max-width: 320px;
  height: 320px !important; }

.installation-carousel .img-holder [id*="sd-image"] {
  justify-content: center; }

.installation-carousel .desc p {
  font-size: 24px !important;
  padding-top: 20px; }

.home-water-system .holder .fake-background img {
  width: 100% !important;
  height: auto !important; }

@media screen and (max-width: 767px) {
  .home-water-system .holder .inner-container {
    width: 100%; } }

.home-water-system .holder .inner-container .left {
  padding-left: 70px; }
  @media screen and (max-width: 767px) {
    .home-water-system .holder .inner-container .left {
      padding: 28px 14px; } }

.guarantee-section {
  text-align: center;
  margin-top: 30px; }
  .guarantee-section li {
    list-style: none; }
    .guarantee-section li h5 {
      margin-bottom: 0 !important;
      font-size: 16px;
      font-weight: bold; }
    .guarantee-section li p {
      font-size: 12px; }
    .guarantee-section li [data-content-region="heading-home-hero-banner"] p {
      font-size: 24px;
      line-height: 1.3em;
      font-weight: normal; }

.how-it-works-slider {
  padding: 15px 45px 0; }

.for-home .slick-prev {
  z-index: 1 !important; }

.for-home section {
  margin-bottom: 70px; }
  @media (max-width: 767px) {
    .for-home section {
      margin-bottom: 30px; } }

.for-home ul li {
  list-style: none; }

@media (max-width: 600px) {
  .for-home #for-home-banner {
    height: 100% !important; } }

.for-home .banner-curve {
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  margin-top: 0; }
  .for-home .banner-curve img {
    object-fit: cover; }
    @media (max-width: 600px) {
      .for-home .banner-curve img {
        height: 100% !important; } }
  @media (max-width: 1024px) {
    .for-home .banner-curve {
      height: 100% !important; } }
  @media (max-width: 767px) {
    .for-home .banner-curve {
      mask: none;
      -webkit-mask: none; } }
  @media (max-width: 600px) {
    .for-home .banner-curve {
      height: 300px !important; } }

.for-home .m-visible {
  display: none !important; }
  @media (max-width: 600px) {
    .for-home .m-visible {
      display: block !important; } }

.for-home .hidden {
  display: none !important; }

@media (max-width: 600px) {
  .for-home .m-hidden {
    display: none !important; } }

@media (max-width: 600px) {
  .for-home h3 {
    font-size: 16px !important; } }

.for-home .show {
  border: 0;
  text-decoration: underline;
  font-family: konnect-regular;
  font-weight: 600;
  color: #0563C1;
  font-size: 12px;
  padding: 0; }
  .for-home .show span {
    color: #0563C1; }
  .for-home .show.step-2-show {
    margin-left: 5.2rem;
    margin-bottom: 1rem; }

@media (max-width: 600px) {
  .for-home-banner {
    margin-top: 40px; } }

.for-home-banner .inner-container {
  width: 45%;
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0; }
  @media screen and (max-width: 850px) {
    .for-home-banner .inner-container {
      width: 100%;
      position: static; } }
  .for-home-banner .inner-container .left {
    padding-left: 80px;
    position: relative;
    z-index: 2;
    background: linear-gradient(252.93deg, #A3C6FB 0%, #E9C7EB 71.23%, #F8D9C2 112.11%);
    padding-top: 48px;
    padding-bottom: 48px;
    padding-right: 48px;
    border-top-right-radius: 63px;
    border-bottom-right-radius: 63px;
    z-index: 0; }
    @media screen and (max-width: 991px) {
      .for-home-banner .inner-container .left {
        padding: 15px !important; } }
    @media screen and (max-width: 850px) {
      .for-home-banner .inner-container .left {
        margin-top: -50px;
        padding: 28px 14px;
        border-radius: 0; } }
    @media screen and (max-width: 850px) {
      .for-home-banner .inner-container .left {
        margin-top: -14px; } }
    @media screen and (max-width: 768px) {
      .for-home-banner .inner-container .left {
        margin-top: -25px; } }
    .for-home-banner .inner-container .left .heading-holder h1 {
      color: #11214A !important;
      margin-bottom: 12px;
      line-height: 1;
      font-size: 40px !important;
      font-family: konnect-regular !important;
      font-weight: 600 !important;
      line-height: 1.2 !important;
      color: #11214A !important; }
      @media screen and (max-width: 1230px) {
        .for-home-banner .inner-container .left .heading-holder h1 {
          font-size: 30px !important;
          color: #fff; } }
      @media screen and (max-width: 1024px) {
        .for-home-banner .inner-container .left .heading-holder h1 {
          font-size: 26px !important; } }
      @media screen and (max-width: 430px) {
        .for-home-banner .inner-container .left .heading-holder h1 {
          font-size: 24px !important;
          text-align: center; } }
    .for-home-banner .inner-container .left .paragraph-holder p {
      font: normal normal normal 20px Proxima Nova;
      text-align: left; }
      @media screen and (max-width: 1024px) {
        .for-home-banner .inner-container .left .paragraph-holder p {
          font-size: 18px !important;
          color: #fff; } }
      @media screen and (max-width: 430px) {
        .for-home-banner .inner-container .left .paragraph-holder p {
          font-size: 16px !important;
          text-align: center; } }

.for-home .action {
  text-align: center; }
  @media (max-width: 600px) {
    .for-home .action .inner-container {
      max-width: 100% !important; } }
  @media (max-width: 600px) {
    .for-home .action a {
      width: 86%;
      padding: 11px; } }

.for-home .stepper,
.for-home .sub-heading {
  font-size: 40px;
  text-align: left;
  font: normal normal bold 40px/49px konnect;
  letter-spacing: -0.2px;
  margin-bottom: 0;
  line-height: 1.1em;
  font-weight: 900; }
  @media (max-width: 1024px) {
    .for-home .stepper,
    .for-home .sub-heading {
      font-size: 30px;
      line-height: 1.2em; } }
  @media (max-width: 767px) {
    .for-home .stepper,
    .for-home .sub-heading {
      font-size: 20px; } }
  @media (max-width: 600px) {
    .for-home .stepper,
    .for-home .sub-heading {
      font-size: 24px;
      text-align: center; } }

.for-home .stepper {
  color: #11214A; }

.for-home .sub-heading {
  color: #333;
  margin-bottom: 15px; }
  @media (max-width: 600px) {
    .for-home .sub-heading {
      margin-bottom: 30px; } }

.for-home .description {
  font-size: 20px;
  color: #333; }

.for-home .columns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center; }
  @media (max-width: 600px) {
    .for-home .columns {
      padding: 0; } }
  .for-home .columns .col {
    width: 40%;
    align-self: center; }
    .for-home .columns .col .slick-lazyload li img {
      border-radius: 10px; }
    .for-home .columns .col:first-child {
      margin-right: 50px; }
      @media (max-width: 767px) {
        .for-home .columns .col:first-child {
          margin: 25px; } }
      @media (max-width: 767px) {
        .for-home .columns .col:first-child {
          margin: 15px auto; } }
    .for-home .columns .col img {
      width: 100%; }
    @media (max-width: 767px) {
      .for-home .columns .col {
        width: 45%; } }
    @media (max-width: 600px) {
      .for-home .columns .col {
        width: 100%; } }
  @media (max-width: 600px) {
    .for-home .columns {
      display: block; } }

@media (max-width: 767px) {
  .for-home-step-1 {
    width: 100%;
    padding: 0 30px; } }

.for-home-step-2 {
  padding: 40px 30px;
  background: linear-gradient(252.93deg, #a3c6fb 0%, #e9c7eb 71.23%, #f8d9c2 112.11%);
  -webkit-mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
  mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
  -webkit-mask-composite: source-in, source-over, xor;
  mask-composite: source-in, source-over, xor;
  border: 1px solid #f2f2f2; }
  .for-home-step-2 .sub-heading {
    margin-bottom: 70px; }
    @media (max-width: 767px) {
      .for-home-step-2 .sub-heading {
        margin-bottom: 35px; }
        .for-home-step-2 .sub-heading br {
          display: none; } }
  .for-home-step-2 .stepper,
  .for-home-step-2 .sub-heading {
    text-align: center; }
  .for-home-step-2 .what-we-do {
    max-width: 1000px;
    margin: 0 auto; }
    .for-home-step-2 .what-we-do .panel-logo {
      margin-right: 15px;
      max-width: 60px; }
      @media (max-width: 600px) {
        .for-home-step-2 .what-we-do .panel-logo {
          width: 240px; }
          .for-home-step-2 .what-we-do .panel-logo img {
            width: 100px; } }
    .for-home-step-2 .what-we-do .panel-heading {
      color: #11214A;
      font-size: 20px;
      font-weight: 600;
      font-family: konnect-regular;
      margin-bottom: 5px; }
      @media (max-width: 767px) {
        .for-home-step-2 .what-we-do .panel-heading {
          font-size: 20px !important; } }
      @media (max-width: 600px) {
        .for-home-step-2 .what-we-do .panel-heading {
          font-size: 16px !important; } }
    .for-home-step-2 .what-we-do .panel-content {
      font-size: 16px;
      font-family: konnect-regular; }
    .for-home-step-2 .what-we-do .panel .flex {
      color: #11214A;
      display: flex;
      flex-wrap: nowrap;
      margin-bottom: 20px;
      align-items: center; }
    .for-home-step-2 .what-we-do .panel .step-2-columns {
      display: flex;
      flex-wrap: nowrap;
      margin: 20px 0 20px 60px; }
      @media (max-width: 600px) {
        .for-home-step-2 .what-we-do .panel .step-2-columns {
          margin: auto 0 30px 35px;
          display: block; } }
      .for-home-step-2 .what-we-do .panel .step-2-columns .column-image {
        width: 35%;
        padding: 15px;
        box-sizing: border-box; }
        @media (max-width: 600px) {
          .for-home-step-2 .what-we-do .panel .step-2-columns .column-image {
            width: 100%; } }
      .for-home-step-2 .what-we-do .panel .step-2-columns .column-description {
        width: 65%; }
        @media (max-width: 600px) {
          .for-home-step-2 .what-we-do .panel .step-2-columns .column-description {
            width: 100%; } }
        .for-home-step-2 .what-we-do .panel .step-2-columns .column-description h3 {
          font-size: 18px;
          font-weight: bold;
          line-height: 1.2em; }
          @media (max-width: 767px) {
            .for-home-step-2 .what-we-do .panel .step-2-columns .column-description h3 {
              font-size: 18px !important; } }
          @media (max-width: 600px) {
            .for-home-step-2 .what-we-do .panel .step-2-columns .column-description h3 {
              font-size: 16px !important; } }
        .for-home-step-2 .what-we-do .panel .step-2-columns .column-description ol li {
          margin: 0 0 15px 17px;
          font-size: 14px;
          color: #333; }
    .for-home-step-2 .what-we-do .panel .step-2-grid {
      margin: 20px 0 20px 73px; }
      .for-home-step-2 .what-we-do .panel .step-2-grid ul {
        display: grid;
        grid-template-columns: repeat(2, auto);
        justify-content: start;
        margin-bottom: 20px; }
        @media (max-width: 600px) {
          .for-home-step-2 .what-we-do .panel .step-2-grid ul {
            display: block; } }
        .for-home-step-2 .what-we-do .panel .step-2-grid ul li {
          display: flex;
          flex-wrap: nowrap; }
          .for-home-step-2 .what-we-do .panel .step-2-grid ul li .grid-logo {
            margin-right: 15px;
            max-width: 60px; }
            @media (max-width: 600px) {
              .for-home-step-2 .what-we-do .panel .step-2-grid ul li .grid-logo {
                width: 100px; } }
          .for-home-step-2 .what-we-do .panel .step-2-grid ul li .grid-content {
            font-size: 16px;
            font-family: konnect-regular; }
            .for-home-step-2 .what-we-do .panel .step-2-grid ul li .grid-content h3 {
              color: #11214A;
              font-size: 18px;
              font-weight: bold;
              font-family: konnect-regular;
              margin-bottom: 5px; }
              @media (max-width: 767px) {
                .for-home-step-2 .what-we-do .panel .step-2-grid ul li .grid-content h3 {
                  font-size: 18px !important; } }
              @media (max-width: 600px) {
                .for-home-step-2 .what-we-do .panel .step-2-grid ul li .grid-content h3 {
                  font-size: 16px !important; } }
  .for-home-step-2 .faq-link {
    text-align: center;
    padding-top: 2rem; }
    .for-home-step-2 .faq-link a {
      color: #2557D6;
      text-decoration: underline; }

.for-home-step-3 {
  padding-top: 70px; }
  @media (max-width: 767px) {
    .for-home-step-3 {
      padding: 0 30px; } }
  @media (max-width: 600px) {
    .for-home-step-3 .col .m-visible {
      margin: 15px auto; } }

.for-home-step-4 {
  background: linear-gradient(252.93deg, #a3c6fb 0%, #e9c7eb 71.23%, #f8d9c2 112.11%);
  padding: 70px 30px; }
  @media (max-width: 600px) {
    .for-home-step-4 {
      padding: 40px 30px;
      background-color: #f2f2f2;
      -webkit-mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
      mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
      -webkit-mask-composite: source-in, source-over, xor;
      mask-composite: source-in, source-over, xor;
      border: 1px solid #f2f2f2; } }
  .for-home-step-4 h3 {
    color: #11214A;
    font-size: 24px;
    font-weight: bold;
    font-family: konnect-regular;
    margin-top: 5px;
    text-align: center; }
  .for-home-step-4 .slick-arrow {
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    box-shadow: 0px 3px 6px #ccc !important;
    border: 2px solid #F2F2F2 !important; }
    @media (max-width: 600px) {
      .for-home-step-4 .slick-arrow {
        width: 35px !important;
        height: 35px !important;
        display: flex; } }
    .for-home-step-4 .slick-arrow:before {
      width: 20px;
      height: 20px;
      margin: auto; }
      @media (max-width: 600px) {
        .for-home-step-4 .slick-arrow:before {
          width: 15px !important;
          height: 15px !important;
          margin: auto; } }
  .for-home-step-4 .slick-next {
    right: -20px !important; }
    @media (max-width: 600px) {
      .for-home-step-4 .slick-next {
        width: 35px !important;
        height: 35px !important; } }
  .for-home-step-4 .slick-prev {
    left: -20px !important; }
    @media (max-width: 600px) {
      .for-home-step-4 .slick-prev {
        width: 35px !important;
        height: 35px !important; } }

@media (max-width: 767px) {
  .for-home-step-5 {
    padding: 0 30px; } }

@media (max-width: 600px) {
  .for-home-step-5 .description.m-visible {
    margin: 15px auto; } }

.for-home .basic-accordion .normal-section h2 {
  font-weight: 900 !important; }

#faq .button {
  min-width: 294px;
  padding: 13px 37px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 600;
  border-radius: 999px; }
  @media (max-width: 600px) {
    #faq .button {
      padding: 11px !important;
      width: 100% !important;
      font-size: 14px !important; } }

.white-bg {
  mask: none !important;
  border-radius: 16px;
  margin-top: 15px; }

.filtration-technology section {
  margin: 30px 0; }
  @media (max-width: 767px) {
    .filtration-technology section {
      margin-bottom: 30px; } }

.filtration-technology ul li {
  list-style: none; }

.filtration-technology .sub-text {
  width: 85%;
  margin: 0 auto; }
  @media (max-width: 600px) {
    .filtration-technology .sub-text {
      width: 90%;
      padding: 0;
      font-size: 12px !important;
      text-align: left !important; } }

.filtration-technology table th,
.filtration-technology table td {
  border-color: #707070;
  text-align: center; }

.filtration-technology .banner-curve {
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  margin-top: 0; }
  .filtration-technology .banner-curve img {
    object-fit: cover; }
    @media (max-width: 600px) {
      .filtration-technology .banner-curve img {
        height: 100% !important; } }
  @media (max-width: 1024px) {
    .filtration-technology .banner-curve {
      height: 100% !important; } }
  @media (max-width: 767px) {
    .filtration-technology .banner-curve {
      mask: none;
      -webkit-mask: none; } }
  @media (max-width: 600px) {
    .filtration-technology .banner-curve {
      height: 300px !important; } }

.filtration-technology .m-visible {
  display: none !important; }
  @media (max-width: 600px) {
    .filtration-technology .m-visible {
      display: block !important; } }

@media (max-width: 600px) {
  .filtration-technology .m-hidden {
    display: none !important; } }

@media (max-width: 600px) {
  .filtration-technology h3 {
    font-size: 16px !important; } }

.filtration-technology .show {
  border: 0;
  text-decoration: underline;
  color: #0563C1;
  font-size: 12px;
  padding: 0; }

@media (max-width: 600px) {
  .filtration-technology-banner {
    margin-top: 40px; } }

.filtration-technology-banner .inner-container {
  width: 45%;
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0; }
  @media screen and (max-width: 850px) {
    .filtration-technology-banner .inner-container {
      width: 100%;
      position: static; } }
  .filtration-technology-banner .inner-container .left {
    padding-left: 80px;
    position: relative;
    z-index: 2;
    background: linear-gradient(252.93deg, #A3C6FB 0%, #E9C7EB 71.23%, #F8D9C2 112.11%);
    padding-top: 48px;
    padding-bottom: 48px;
    padding-right: 48px;
    border-top-right-radius: 63px;
    border-bottom-right-radius: 63px;
    z-index: 0; }
    @media screen and (max-width: 991px) {
      .filtration-technology-banner .inner-container .left {
        padding: 15px !important; } }
    @media screen and (max-width: 850px) {
      .filtration-technology-banner .inner-container .left {
        margin-top: -50px;
        padding: 28px 14px;
        border-radius: 0; } }
    @media screen and (max-width: 850px) {
      .filtration-technology-banner .inner-container .left {
        margin-top: -14px; } }
    @media screen and (max-width: 768px) {
      .filtration-technology-banner .inner-container .left {
        margin-top: -25px; } }
    .filtration-technology-banner .inner-container .left .heading-holder h1 {
      font-size: 40px !important;
      color: #fff;
      margin-bottom: 12px;
      line-height: 1;
      font-family: konnect-regular !important;
      font-weight: 600 !important;
      line-height: 1.2 !important;
      color: #11214A !important; }
      @media screen and (max-width: 1230px) {
        .filtration-technology-banner .inner-container .left .heading-holder h1 {
          font-size: 30px !important;
          color: #fff; } }
      @media screen and (max-width: 1024px) {
        .filtration-technology-banner .inner-container .left .heading-holder h1 {
          font-size: 26px !important; } }
      @media screen and (max-width: 430px) {
        .filtration-technology-banner .inner-container .left .heading-holder h1 {
          font-size: 24px !important;
          text-align: center; } }
    .filtration-technology-banner .inner-container .left .paragraph-holder p {
      font: normal normal normal 20px Proxima Nova;
      text-align: left; }
      @media screen and (max-width: 1024px) {
        .filtration-technology-banner .inner-container .left .paragraph-holder p {
          font-size: 18px !important;
          color: #fff; } }
      @media screen and (max-width: 430px) {
        .filtration-technology-banner .inner-container .left .paragraph-holder p {
          font-size: 16px !important;
          text-align: center; } }

.filtration-technology .heading {
  font-size: 40px;
  text-align: center;
  font: normal normal bold 40px/49px konnect;
  letter-spacing: -0.2px;
  margin-bottom: 30px;
  font-weight: 900;
  line-height: 1.1em; }
  @media (max-width: 1024px) {
    .filtration-technology .heading {
      font-size: 30px;
      line-height: 1.2em; } }
  @media (max-width: 767px) {
    .filtration-technology .heading {
      font-size: 20px; } }
  @media (max-width: 600px) {
    .filtration-technology .heading {
      text-align: center;
      font-size: 24px;
      margin-bottom: 15px; } }

.filtration-technology .sub-text {
  font-size: 14px;
  font-weight: 600;
  text-align: center; }

.filtration-technology .below-banner {
  padding: 0 30px; }
  .filtration-technology .below-banner .h2 {
    font-size: 24px !important; }
  @media (max-width: 600px) {
    .filtration-technology .below-banner .heading {
      margin-bottom: 30px;
      font-size: 24px; } }
  @media (max-width: 600px) {
    .filtration-technology .below-banner .sub-text {
      font-size: 12px; } }
  .filtration-technology .below-banner .filtration-list {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 30px; }
    @media (max-width: 600px) {
      .filtration-technology .below-banner .filtration-list {
        display: block;
        margin-bottom: 15px; } }
    .filtration-technology .below-banner .filtration-list li {
      text-indent: 0;
      padding: 0 !important;
      margin-bottom: 0;
      margin: 0 15px;
      text-align: center;
      font-size: 16px;
      width: 25%;
      padding: 10px; }
      @media (max-width: 600px) {
        .filtration-technology .below-banner .filtration-list li {
          margin: 0 auto; } }
      .filtration-technology .below-banner .filtration-list li:before {
        content: "";
        margin-right: 0; }
      @media (max-width: 600px) {
        .filtration-technology .below-banner .filtration-list li {
          font-size: 12px;
          width: 100%;
          margin-bottom: 15px;
          text-align: left;
          display: flex;
          flex-wrap: nowrap;
          align-items: center; } }
      .filtration-technology .below-banner .filtration-list li .logo {
        width: 75px;
        height: 75px;
        margin: 0 auto; }
        @media (max-width: 600px) {
          .filtration-technology .below-banner .filtration-list li .logo {
            width: 50px;
            height: 50px; } }
      .filtration-technology .below-banner .filtration-list li .content {
        font-weight: 200 !important;
        font-size: 14px; }
        .filtration-technology .below-banner .filtration-list li .content h3 {
          color: #11214A;
          font-size: 16px;
          font-weight: 600; }
        @media (max-width: 600px) {
          .filtration-technology .below-banner .filtration-list li .content {
            width: 65%;
            margin: 0 auto;
            font-size: 13px; } }
        @media (max-width: 320px) {
          .filtration-technology .below-banner .filtration-list li .content {
            width: 90%;
            margin: 0 auto;
            padding-left: 50px;
            font-size: 13px; } }

.filtration-technology .stepper,
.filtration-technology .sub-heading {
  font-size: 40px;
  text-align: left;
  font: normal normal bold 40px/49px konnect;
  letter-spacing: -0.2px;
  margin-bottom: 0;
  line-height: 1.1em; }
  @media (max-width: 1024px) {
    .filtration-technology .stepper,
    .filtration-technology .sub-heading {
      font-size: 30px;
      line-height: 1.2em; } }
  @media (max-width: 767px) {
    .filtration-technology .stepper,
    .filtration-technology .sub-heading {
      font-size: 20px; } }
  @media (max-width: 600px) {
    .filtration-technology .stepper,
    .filtration-technology .sub-heading {
      text-align: center !important;
      font-size: 24px; } }

.filtration-technology .stepper {
  color: #11214A; }

.filtration-technology .sub-heading {
  color: #333;
  margin-bottom: 15px; }
  @media (max-width: 600px) {
    .filtration-technology .sub-heading {
      margin-bottom: 30px; } }

.filtration-technology .description {
  font-size: 20px;
  color: #333; }

.filtration-technology .columns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center; }
  @media (max-width: 768px) {
    .filtration-technology .columns {
      display: block; } }
  @media (max-width: 600px) {
    .filtration-technology .columns {
      padding: 0; } }
  .filtration-technology .columns .col {
    width: 40%;
    align-self: center; }
    @media (max-width: 600px) {
      .filtration-technology .columns .col:last-child {
        margin-bottom: 0; } }
    @media (max-width: 768px) {
      .filtration-technology .columns .col {
        width: 100%;
        margin-bottom: 30px; } }
    .filtration-technology .columns .col .slick-lazyload li img {
      border-radius: 10px; }
    .filtration-technology .columns .col:first-child {
      margin-right: 50px; }
      @media (max-width: 767px) {
        .filtration-technology .columns .col:first-child {
          margin: 25px; } }
      @media (max-width: 767px) {
        .filtration-technology .columns .col:first-child {
          margin: 15px auto; } }
    .filtration-technology .columns .col img {
      width: 100%; }
    @media (max-width: 767px) {
      .filtration-technology .columns .col {
        width: 45%; } }
    @media (max-width: 600px) {
      .filtration-technology .columns .col {
        width: 100%; } }
  @media (max-width: 600px) {
    .filtration-technology .columns {
      display: block; } }

.filtration-technology .divider {
  height: 2px;
  background: #F2F2F2;
  display: block;
  margin: 0 auto;
  width: 50%; }
  @media (max-width: 600px) {
    .filtration-technology .divider {
      width: 90%;
      margin-bottom: 30px; } }

.filtration-technology ul li {
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: .5em;
  text-indent: -1em;
  position: relative; }
  @media (max-width: 600px) {
    .filtration-technology ul li {
      text-indent: -1.1em; } }
  .filtration-technology ul li:before {
    content: '-';
    color: #2A856B;
    margin-right: 10px; }

.filtration-technology .action-button {
  margin: 0px auto; }

.filtration-technology .step-1 {
  padding: 70px 30px;
  background: linear-gradient(252.93deg, #a3c6fb 0%, #e9c7eb 71.23%, #f8d9c2 112.11%);
  -webkit-mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
  mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
  -webkit-mask-composite: source-in, source-over, xor;
  mask-composite: source-in, source-over, xor;
  border: 1px solid #f2f2f2; }
  .filtration-technology .step-1 .text-blue {
    color: #0563C1; }
  .filtration-technology .step-1 .action-button {
    padding-top: 11px !important;
    padding-bottom: 11px !important; }
  .filtration-technology .step-1 ul {
    margin-left: 15px; }
  @media (max-width: 767px) {
    .filtration-technology .step-1 {
      width: 100%;
      padding: 30px; } }
  @media (max-width: 600px) {
    .filtration-technology .step-1 {
      width: 100%;
      padding: 30px 30px 50px; } }

.filtration-technology .step-2 {
  padding: 0 30px; }
  .filtration-technology .step-2 .stepper,
  .filtration-technology .step-2 .sub-heading {
    text-align: left; }
  .filtration-technology .step-2 .action-button {
    padding-top: 11px !important;
    padding-bottom: 11px !important; }
  .filtration-technology .step-2 .what-we-do {
    max-width: 1000px;
    margin: 0 auto; }
    .filtration-technology .step-2 .what-we-do .panel-logo {
      margin-right: 15px;
      max-width: 60px; }
      @media (max-width: 600px) {
        .filtration-technology .step-2 .what-we-do .panel-logo {
          width: 240px; }
          .filtration-technology .step-2 .what-we-do .panel-logo img {
            width: 100px; } }
    .filtration-technology .step-2 .what-we-do .panel-heading {
      color: #11214A;
      font-size: 24px;
      font-weight: bold;
      font-family: konnect-regular;
      margin-bottom: 5px; }
      @media (max-width: 767px) {
        .filtration-technology .step-2 .what-we-do .panel-heading {
          font-size: 20px !important; } }
      @media (max-width: 600px) {
        .filtration-technology .step-2 .what-we-do .panel-heading {
          font-size: 16px !important; } }
    .filtration-technology .step-2 .what-we-do .panel-content {
      font-size: 16px;
      font-family: konnect-regular; }
      @media (max-width: 600px) {
        .filtration-technology .step-2 .what-we-do .panel-content {
          font-size: 12px; } }
    .filtration-technology .step-2 .what-we-do .panel .flex {
      color: #11214A;
      display: flex;
      flex-wrap: nowrap;
      margin-bottom: 20px;
      align-items: center; }
    .filtration-technology .step-2 .what-we-do .panel .step-2-columns {
      display: flex;
      flex-wrap: nowrap;
      margin: 20px 0 20px 60px; }
      @media (max-width: 600px) {
        .filtration-technology .step-2 .what-we-do .panel .step-2-columns {
          margin: auto 0 30px 73px;
          display: block; } }
      .filtration-technology .step-2 .what-we-do .panel .step-2-columns .column-image {
        width: 35%;
        padding: 15px;
        box-sizing: border-box; }
        @media (max-width: 600px) {
          .filtration-technology .step-2 .what-we-do .panel .step-2-columns .column-image {
            width: 100%; } }
      .filtration-technology .step-2 .what-we-do .panel .step-2-columns .column-description {
        width: 65%; }
        @media (max-width: 600px) {
          .filtration-technology .step-2 .what-we-do .panel .step-2-columns .column-description {
            width: 100%; } }
        .filtration-technology .step-2 .what-we-do .panel .step-2-columns .column-description h3 {
          color: #11214A;
          font-size: 16px;
          font-weight: 600;
          line-height: 1.2em; }
          @media (max-width: 767px) {
            .filtration-technology .step-2 .what-we-do .panel .step-2-columns .column-description h3 {
              font-size: 20px !important; } }
          @media (max-width: 600px) {
            .filtration-technology .step-2 .what-we-do .panel .step-2-columns .column-description h3 {
              font-size: 16px !important; } }
        .filtration-technology .step-2 .what-we-do .panel .step-2-columns .column-description ol li {
          margin: 0 0 15px 17px;
          font-size: 16px; }
    .filtration-technology .step-2 .what-we-do .panel .step-2-grid {
      margin: 20px 0 20px 73px; }
      .filtration-technology .step-2 .what-we-do .panel .step-2-grid ul {
        display: grid;
        grid-template-columns: repeat(2, auto);
        justify-content: start;
        margin-bottom: 20px; }
        @media (max-width: 600px) {
          .filtration-technology .step-2 .what-we-do .panel .step-2-grid ul {
            display: block; } }
        .filtration-technology .step-2 .what-we-do .panel .step-2-grid ul li {
          display: flex;
          flex-wrap: nowrap; }
          .filtration-technology .step-2 .what-we-do .panel .step-2-grid ul li .grid-logo {
            margin-right: 15px;
            max-width: 60px; }
            @media (max-width: 600px) {
              .filtration-technology .step-2 .what-we-do .panel .step-2-grid ul li .grid-logo {
                width: 100px; } }
          .filtration-technology .step-2 .what-we-do .panel .step-2-grid ul li .grid-content {
            font-size: 16px;
            font-family: konnect-regular; }
            .filtration-technology .step-2 .what-we-do .panel .step-2-grid ul li .grid-content h3 {
              color: #11214A;
              font-size: 16px;
              font-weight: 600;
              font-family: konnect-regular;
              margin-bottom: 5px; }
              @media (max-width: 767px) {
                .filtration-technology .step-2 .what-we-do .panel .step-2-grid ul li .grid-content h3 {
                  font-size: 20px !important; } }
              @media (max-width: 600px) {
                .filtration-technology .step-2 .what-we-do .panel .step-2-grid ul li .grid-content h3 {
                  font-size: 16px !important; } }

.filtration-technology .step-3 {
  padding: 70px 30px; }
  @media (max-width: 767px) {
    .filtration-technology .step-3 {
      padding: 0 30px; } }
  .filtration-technology .step-3 .columns .col:last-child {
    margin-left: 50px !important; }
    @media (max-width: 768px) {
      .filtration-technology .step-3 .columns .col:last-child {
        margin-left: 0 !important; } }
  @media (max-width: 600px) {
    .filtration-technology .step-3 .columns .col .m-visible {
      margin: 15px auto; } }
  .filtration-technology .step-3 .text-blue {
    color: #0563C1; }
  .filtration-technology .step-3 .action-button {
    margin: 30px auto 15px;
    padding-top: 11px !important;
    padding-bottom: 11px !important; }
  @media (max-width: 767px) {
    .filtration-technology .step-3 {
      width: 100%;
      padding: 0 30px; } }

.filtration-technology .step-4 {
  background: linear-gradient(252.93deg, #a3c6fb 0%, #e9c7eb 71.23%, #f8d9c2 112.11%);
  -webkit-mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
  mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
  -webkit-mask-composite: source-in, source-over, xor;
  mask-composite: source-in, source-over, xor;
  padding: 70px 30px; }
  @media (max-width: 767px) {
    .filtration-technology .step-4 {
      padding: 30px; } }
  .filtration-technology .step-4 .action-button {
    padding-top: 11px !important;
    padding-bottom: 11px !important; }
  .filtration-technology .step-4 ul li {
    position: relative; }
    .filtration-technology .step-4 ul li:before {
      content: '+';
      color: #11214A;
      margin-right: 10px; }
  @media (max-width: 600px) {
    .filtration-technology .step-4 {
      background-color: #f2f2f2;
      -webkit-mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
      mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
      -webkit-mask-composite: source-in, source-over, xor;
      mask-composite: source-in, source-over, xor;
      border: 1px solid #f2f2f2; } }
  .filtration-technology .step-4 h3 {
    color: #11214A;
    font-size: 24px;
    font-weight: bold;
    font-family: konnect-regular;
    margin-top: 5px;
    text-align: center; }
  .filtration-technology .step-4 .slick-arrow {
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    box-shadow: 0px 3px 6px #ccc !important;
    border: 2px solid #F2F2F2 !important; }
    @media (max-width: 600px) {
      .filtration-technology .step-4 .slick-arrow {
        width: 35px !important;
        height: 35px !important;
        display: flex; } }
    .filtration-technology .step-4 .slick-arrow:before {
      width: 20px;
      height: 20px;
      margin: auto; }
      @media (max-width: 600px) {
        .filtration-technology .step-4 .slick-arrow:before {
          width: 15px !important;
          height: 15px !important;
          margin: auto; } }
  .filtration-technology .step-4 .slick-next {
    right: -20px !important; }
    @media (max-width: 600px) {
      .filtration-technology .step-4 .slick-next {
        width: 35px !important;
        height: 35px !important; } }
  .filtration-technology .step-4 .slick-prev {
    left: -20px !important; }
    @media (max-width: 600px) {
      .filtration-technology .step-4 .slick-prev {
        width: 35px !important;
        height: 35px !important; } }

@media (max-width: 767px) {
  .filtration-technology .step-5 {
    padding: 0 30px; } }

.filtration-technology .step-5 .stepper,
.filtration-technology .step-5 .sub-heading,
.filtration-technology .step-5 p {
  text-align: center; }

.filtration-technology .step-5 .button {
  text-align: center;
  margin: auto auto 30px;
  display: table; }
  @media (max-width: 600px) {
    .filtration-technology .step-5 .button {
      margin-bottom: 0; } }

.filtration-technology .step-5 .personalised-list {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 30px; }
  @media (max-width: 600px) {
    .filtration-technology .step-5 .personalised-list {
      display: block;
      margin: 30px 0 20px; } }
  .filtration-technology .step-5 .personalised-list li {
    text-align: center;
    font-size: 16px;
    width: 25%;
    padding: 10px;
    margin-bottom: 0; }
    .filtration-technology .step-5 .personalised-list li:last-child {
      margin-bottom: 0; }
    .filtration-technology .step-5 .personalised-list li:before {
      content: "" !important;
      margin-right: 0; }
    @media (max-width: 600px) {
      .filtration-technology .step-5 .personalised-list li {
        font-size: 12px !important;
        text-align: left;
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        text-indent: 0;
        padding: 0;
        align-items: top; } }
    .filtration-technology .step-5 .personalised-list li .logo {
      width: 75px;
      height: 75px;
      margin: 15px auto;
      text-align: center; }
      @media (max-width: 600px) {
        .filtration-technology .step-5 .personalised-list li .logo {
          width: 25%;
          margin: auto 20px; } }
    .filtration-technology .step-5 .personalised-list li .content {
      font-size: 14px;
      font-weight: 200 !important; }
      @media (max-width: 600px) {
        .filtration-technology .step-5 .personalised-list li .content {
          width: 100%;
          font-size: 12px !important; } }
      .filtration-technology .step-5 .personalised-list li .content h3 {
        color: #11214A;
        font-size: 16px;
        font-weight: 600; }
        @media (max-width: 600px) {
          .filtration-technology .step-5 .personalised-list li .content h3 {
            margin-bottom: 0; } }

@media (max-width: 600px) {
  .filtration-technology .step-5 .description.m-visible {
    margin: 15px auto; } }

.filtration-technology .contact-section .cta-section {
  text-align: center;
  width: 100%;
  line-height: 1.5;
  display: inline-block;
  background: linear-gradient(252.93deg, #A3C6FB 0%, #E9C7EB 71.23%, #F8D9C2 112.11%) !important;
  padding-top: 40px;
  padding-right: 200px;
  padding-bottom: 25px;
  padding-left: 200px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px; }

.filtration-technology .contact-section .cta-section p {
  font-family: konnect-regular, serif;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  font-size: 30px; }

.filtration-technology .contact-section .cta-container {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  z-index: 0;
  position: relative; }

@media screen and (max-width: 600px) {
  .filtration-technology .contact-section .wave-svg {
    display: none; }
  .filtration-technology .contact-section .cta-section {
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
    mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
    mask-composite: source-in, source-over, xor; }
  .filtration-technology .contact-section .cta-section p {
    font-size: 20px;
    color: #fff !important; }
  .filtration-technology .contact-section .cta-container::after {
    height: 0; } }

.filtration-technology .test-results {
  margin-bottom: 30px; }
  .filtration-technology .test-results .content {
    width: 75%;
    margin: 30px auto 0;
    border: 3px solid #F2F2F2;
    border-radius: 20px;
    padding: 30px 50px 50px;
    margin-top: 30px; }
    @media (max-width: 600px) {
      .filtration-technology .test-results .content {
        width: 90%;
        padding: 30px 20px; } }
    .filtration-technology .test-results .content .sub-text {
      padding: 0 30px; }
    .filtration-technology .test-results .content .sub-heading {
      text-align: center;
      margin: 0 auto 30px; }
      @media (max-width: 600px) {
        .filtration-technology .test-results .content .sub-heading {
          font-size: 24px !important;
          font-weight: 900; } }
    .filtration-technology .test-results .content .table-responsive {
      overflow: scroll;
      max-height: 500px;
      border: 1px solid #707070; }
      .filtration-technology .test-results .content .table-responsive table {
        width: 100%; }
        @media (max-width: 600px) {
          .filtration-technology .test-results .content .table-responsive table {
            width: 600px; } }

.filtration-technology .certifications {
  margin-bottom: 0; }
  .filtration-technology .certifications .content {
    border: 3px solid #F2F2F2;
    border-radius: 20px;
    padding: 30px 50px 50px;
    margin-top: 30px;
    width: 75%;
    margin: 0 auto; }
    @media (max-width: 600px) {
      .filtration-technology .certifications .content {
        width: 90%;
        padding: 30px 20px; } }
    .filtration-technology .certifications .content.other-c {
      padding-bottom: 10px; }
    .filtration-technology .certifications .content .nsf-logo {
      width: 158px;
      height: 226px;
      margin-right: 15px; }
      .filtration-technology .certifications .content .nsf-logo.visible-m {
        margin: 0 auto; }
    .filtration-technology .certifications .content ul {
      width: 60%;
      margin: 0 auto; }
      @media (max-width: 600px) {
        .filtration-technology .certifications .content ul {
          margin: 30px auto;
          width: 100%; } }
      .filtration-technology .certifications .content ul.results li {
        position: relative;
        font-size: 20px;
        text-indent: -.1em; }
        @media (max-width: 600px) {
          .filtration-technology .certifications .content ul.results li {
            font-size: 14px;
            margin-left: 40px; } }
        .filtration-technology .certifications .content ul.results li:before {
          content: "";
          display: inline-block;
          background: url(../img/filtration/check-icon.png) no-repeat center center;
          width: 50px;
          position: absolute;
          height: 50px;
          top: 0;
          bottom: 0;
          margin-left: -55px; }
          @media (max-width: 600px) {
            .filtration-technology .certifications .content ul.results li:before {
              top: 0; } }
      .filtration-technology .certifications .content ul.list-inline {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center; }
        @media (max-width: 600px) {
          .filtration-technology .certifications .content ul.list-inline {
            width: 100%;
            margin-bottom: 0; } }
        .filtration-technology .certifications .content ul.list-inline li {
          position: relative;
          padding-left: 0;
          text-align: center;
          width: 20%;
          margin: 5px; }
          @media (max-width: 767px) {
            .filtration-technology .certifications .content ul.list-inline li {
              margin-left: 10px !important; } }
          .filtration-technology .certifications .content ul.list-inline li p {
            text-align: center;
            font-size: 12px;
            margin-left: 10px;
            margin-top: 3px; }
            @media (max-width: 767px) {
              .filtration-technology .certifications .content ul.list-inline li p {
                font-size: 10px; } }
          .filtration-technology .certifications .content ul.list-inline li:before {
            content: ""; }
          @media (max-width: 767px) {
            .filtration-technology .certifications .content ul.list-inline li:first-child {
              margin-left: 0 !important; } }
          .filtration-technology .certifications .content ul.list-inline li:first-child img {
            height: 68px; }
            @media (max-width: 767px) {
              .filtration-technology .certifications .content ul.list-inline li:first-child img {
                height: auto; } }
          .filtration-technology .certifications .content ul.list-inline li:last-child {
            width: 23%; }
            .filtration-technology .certifications .content ul.list-inline li:last-child img {
              height: 70px; }
              @media (max-width: 767px) {
                .filtration-technology .certifications .content ul.list-inline li:last-child img {
                  height: 60px; } }
              @media (max-width: 430px) {
                .filtration-technology .certifications .content ul.list-inline li:last-child img {
                  height: 45px; } }
              @media (max-width: 320px) {
                .filtration-technology .certifications .content ul.list-inline li:last-child img {
                  height: 40px; } }
          .filtration-technology .certifications .content ul.list-inline li img {
            object-fit: contain;
            height: 70px; }
            @media (max-width: 767px) {
              .filtration-technology .certifications .content ul.list-inline li img {
                height: auto; } }
          @media (max-width: 600px) {
            .filtration-technology .certifications .content ul.list-inline li {
              width: 15%;
              text-align: center;
              display: block;
              margin: 10px auto; } }

@media (max-width: 600px) {
  .filtration-technology .action-button {
    width: 100%;
    margin-top: 0; } }

@media (max-width: 600px) {
  .filtration-technology .content,
  .filtration-technology ul li,
  .filtration-technology p {
    font-size: 12px; } }

.filtration-technology .action-buttons {
  padding: 30px;
  text-align: center; }
  @media (max-width: 600px) {
    .filtration-technology .action-buttons {
      padding: 30px 30px 30px; } }
  .filtration-technology .action-buttons ul {
    margin: 0 auto;
    text-align: center; }
    .filtration-technology .action-buttons ul li {
      display: inline-block; }
      @media (max-width: 600px) {
        .filtration-technology .action-buttons ul li {
          display: block;
          margin-bottom: 15px; } }
      @media (max-width: 600px) {
        .filtration-technology .action-buttons ul li a {
          margin: 0; } }
      .filtration-technology .action-buttons ul li:before {
        content: ""; }
      .filtration-technology .action-buttons ul li .button-green {
        border: 2px solid transparent; }
      .filtration-technology .action-buttons ul li .button-inverse {
        background: #fff;
        color: #333;
        border: 2px solid #223a94; }

.filtration-technology .faq {
  margin-bottom: 0 !important; }
  .filtration-technology .faq .accordion-content b {
    font-weight: normal !important; }
  .filtration-technology .faq h2 {
    font-weight: 900; }
    @media (max-width: 600px) {
      .filtration-technology .faq h2 {
        font-size: 20px !important; } }
  .filtration-technology .faq .normal-section {
    padding: 30px;
    margin-bottom: 0; }
    @media (max-width: 600px) {
      .filtration-technology .faq .normal-section {
        padding: 0 30px; } }
  .filtration-technology .faq ul li {
    font-weight: 200 !important;
    margin-left: 0 !important;
    padding-left: 0;
    text-indent: 0; }
    .filtration-technology .faq ul li:before {
      content: "";
      margin-right: 0; }
    .filtration-technology .faq ul li h5 {
      font-size: 20px; }
      @media (max-width: 600px) {
        .filtration-technology .faq ul li h5 {
          font-size: 18px !important; } }
    @media (max-width: 600px) {
      .filtration-technology .faq ul li .accordion-btn h5 {
        font-size: 16px !important; } }

.visible-d {
  display: block; }
  @media (max-width: 767px) {
    .visible-d {
      display: none !important; } }

.visible-m {
  display: none; }
  @media (max-width: 767px) {
    .visible-m {
      display: block !important; } }

.faq-redesign section {
  margin-bottom: 70px; }
  @media (max-width: 767px) {
    .faq-redesign section {
      margin-bottom: 30px; } }

.faq-redesign ul li {
  list-style: none; }

.faq-redesign .normal-section {
  padding: 0 30px !important; }
  @media (max-width: 1024px) {
    .faq-redesign .normal-section {
      padding: 0 30px !important; } }

.faq-redesign .banner-curve {
  background-color: #f2f2f2;
  margin-top: -350px; }
  @media (max-width: 1024px) {
    .faq-redesign .banner-curve {
      margin-top: 0;
      margin-top: -250px; } }
  @media (max-width: 767px) {
    .faq-redesign .banner-curve {
      mask: none;
      -webkit-mask: none; } }
  @media (max-width: 600px) {
    .faq-redesign .banner-curve {
      margin-top: 40px; } }
  .faq-redesign .banner-curve-text {
    background: linear-gradient(252.93deg, #A3C6FB 0%, #E9C7EB 71.23%, #F8D9C2 112.11%);
    background-color: #f2f2f2;
    -webkit-mask: url(../img/ellipse-mask-bottom.svg) bottom center/cover;
    mask: url(../img/ellipse-mask-bottom.svg) bottom center/cover;
    -webkit-mask-composite: source-in, source-over, xor;
    mask-composite: source-in, source-over, xor;
    border: 0;
    height: 250px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 30px; }
    @media (max-width: 1024px) {
      .faq-redesign .banner-curve-text {
        height: auto; } }
    @media (max-width: 600px) {
      .faq-redesign .banner-curve-text {
        -webkit-mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
        mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
        -webkit-mask-composite: source-in, source-over, xor;
        mask-composite: source-in, source-over, xor;
        height: auto;
        z-index: 0;
        margin-top: -15px; } }
    .faq-redesign .banner-curve-text p {
      font-size: 40px;
      color: #fff;
      text-align: center; }
      @media (max-width: 1024px) {
        .faq-redesign .banner-curve-text p {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .faq-redesign .banner-curve-text p {
          font-size: 26px; } }
      @media (max-width: 600px) {
        .faq-redesign .banner-curve-text p {
          font-size: 20px; } }
    .faq-redesign .banner-curve-text h1 {
      font-size: 40px !important;
      color: #11214A;
      margin-bottom: 12px;
      line-height: 1;
      font-size: 48px !important;
      font-family: konnect-regular !important;
      font-weight: 600 !important;
      line-height: 1.2 !important; }
      @media screen and (max-width: 1230px) {
        .faq-redesign .banner-curve-text h1 {
          font-size: 30px !important; } }
      @media screen and (max-width: 1024px) {
        .faq-redesign .banner-curve-text h1 {
          font-size: 26px !important; } }
      @media screen and (max-width: 430px) {
        .faq-redesign .banner-curve-text h1 {
          font-size: 24px !important;
          text-align: center; } }

.faq-redesign .m-visible {
  display: none !important; }
  @media (max-width: 600px) {
    .faq-redesign .m-visible {
      display: block !important; } }

@media (max-width: 600px) {
  .faq-redesign .m-hidden {
    display: none !important; } }

@media (max-width: 600px) {
  .faq-redesign h3 {
    font-size: 16px !important; } }

.faq-redesign .show {
  border: 0;
  text-decoration: underline;
  color: #0563C1;
  font-size: 12px;
  padding: 0; }

.faq-redesign-banner .inner-container {
  width: 45%;
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0; }
  @media screen and (max-width: 850px) {
    .faq-redesign-banner .inner-container {
      width: 100%;
      position: static; } }
  .faq-redesign-banner .inner-container .left {
    padding-left: 80px;
    position: relative;
    z-index: 2;
    background: linear-gradient(252.93deg, #A3C6FB 0%, #E9C7EB 71.23%, #F8D9C2 112.11%);
    padding-top: 48px;
    padding-bottom: 48px;
    padding-right: 48px;
    border-top-right-radius: 63px;
    border-bottom-right-radius: 63px;
    z-index: 0; }
    @media screen and (max-width: 991px) {
      .faq-redesign-banner .inner-container .left {
        padding: 30px !important; } }
    @media screen and (max-width: 850px) {
      .faq-redesign-banner .inner-container .left {
        margin-top: -50px;
        padding: 28px 14px;
        border-radius: 0;
        mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
        mask-composite: source-in, source-over, xor; } }
    @media screen and (max-width: 850px) {
      .faq-redesign-banner .inner-container .left {
        margin-top: -14px; } }
    .faq-redesign-banner .inner-container .left .heading-holder h1 {
      font-size: 40px !important;
      color: #fff;
      margin-bottom: 12px;
      line-height: 1;
      font-size: 48px !important;
      font-family: konnect-regular !important;
      font-weight: 300 !important;
      line-height: 1.2 !important;
      color: white !important; }
      @media screen and (max-width: 1230px) {
        .faq-redesign-banner .inner-container .left .heading-holder h1 {
          font-size: 30px !important;
          color: #fff; } }
      @media screen and (max-width: 1024px) {
        .faq-redesign-banner .inner-container .left .heading-holder h1 {
          font-size: 26px !important; } }
      @media screen and (max-width: 430px) {
        .faq-redesign-banner .inner-container .left .heading-holder h1 {
          font-size: 24px !important;
          text-align: center; } }
    .faq-redesign-banner .inner-container .left .paragraph-holder p {
      font: normal normal normal 20px Proxima Nova;
      text-align: left; }
      @media screen and (max-width: 1024px) {
        .faq-redesign-banner .inner-container .left .paragraph-holder p {
          font-size: 18px !important;
          color: #fff; } }
      @media screen and (max-width: 430px) {
        .faq-redesign-banner .inner-container .left .paragraph-holder p {
          font-size: 16px !important;
          text-align: center; } }

.faq-redesign .basic-accordion .container, .faq-redesign .basic-accordion .page-heading, .faq-redesign .basic-accordion .alertBox {
  border: 0 !important; }

.faq-redesign .button {
  margin: 0 auto;
  text-align: center;
  width: 275px;
  display: block; }
  @media (max-width: 600px) {
    .faq-redesign .button {
      padding: 14px; } }

.faq-redesign .accordion {
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 50px;
  margin-bottom: 50px; }
  @media (max-width: 600px) {
    .faq-redesign .accordion {
      margin-bottom: 15px;
      padding-bottom: 25px; } }
  .faq-redesign .accordion .img-holder {
    margin-right: 40px !important;
    max-width: 40px !important; }
    @media (max-width: 600px) {
      .faq-redesign .accordion .img-holder {
        margin-right: 20px !important; } }
    .faq-redesign .accordion .img-holder img {
      max-height: 40px !important; }
  .faq-redesign .accordion h5 {
    font-size: 20px !important; }
    @media (max-width: 600px) {
      .faq-redesign .accordion h5 {
        font-size: 18px !important; } }
  .faq-redesign .accordion-content {
    margin-left: 70px !important;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    @media (max-width: 600px) {
      .faq-redesign .accordion-content {
        margin-left: 50px !important; } }
    .faq-redesign .accordion-content::-webkit-scrollbar {
      display: none; }
    .faq-redesign .accordion-content a {
      color: #0563C1 !important; }

.satisfaction-guarantee .container, .satisfaction-guarantee .page-heading, .satisfaction-guarantee .alertBox {
  border: 0; }

.satisfaction-guarantee ul li {
  list-style: none; }

.satisfaction-guarantee .sub-text {
  width: 68%;
  margin: 0 auto; }
  @media (max-width: 600px) {
    .satisfaction-guarantee .sub-text {
      width: 100%;
      padding: 0 30px;
      font-size: 12px !important;
      text-align: left !important; } }

.satisfaction-guarantee table th,
.satisfaction-guarantee table td {
  border-color: #707070;
  text-align: center; }

.satisfaction-guarantee .action-button {
  margin: 50px auto 0;
  text-align: center;
  display: table; }
  @media (max-width: 767px) {
    .satisfaction-guarantee .action-button {
      margin: 25px auto 0;
      width: 100%;
      padding: 11px; } }

.satisfaction-guarantee .banner-curve {
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  margin-top: 0; }
  .satisfaction-guarantee .banner-curve img {
    object-fit: cover; }
    @media (max-width: 600px) {
      .satisfaction-guarantee .banner-curve img {
        height: 100% !important; } }
  @media (max-width: 1024px) {
    .satisfaction-guarantee .banner-curve {
      height: 100% !important; } }
  @media (max-width: 767px) {
    .satisfaction-guarantee .banner-curve {
      mask: none;
      -webkit-mask: none; } }
  @media (max-width: 600px) {
    .satisfaction-guarantee .banner-curve {
      height: 300px !important; } }

.satisfaction-guarantee .m-visible {
  display: none !important; }
  @media (max-width: 600px) {
    .satisfaction-guarantee .m-visible {
      display: block !important; } }

@media (max-width: 600px) {
  .satisfaction-guarantee .m-hidden {
    display: none !important; } }

@media (max-width: 600px) {
  .satisfaction-guarantee h3 {
    font-size: 16px !important; } }

.satisfaction-guarantee .show {
  border: 0;
  text-decoration: underline;
  color: #0563C1;
  font-size: 12px;
  padding: 0; }

@media (max-width: 600px) {
  .satisfaction-guarantee #satisfaction-banner {
    height: 100% !important; } }

@media (max-width: 600px) {
  .satisfaction-guarantee-banner {
    margin-top: 40px; } }

.satisfaction-guarantee-banner .inner-container {
  width: 45%;
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0; }
  @media screen and (max-width: 850px) {
    .satisfaction-guarantee-banner .inner-container {
      width: 100%;
      position: static; } }
  .satisfaction-guarantee-banner .inner-container .left {
    padding-left: 80px;
    position: relative;
    z-index: 2;
    background: linear-gradient(252.93deg, #A3C6FB 0%, #E9C7EB 71.23%, #F8D9C2 112.11%);
    padding-top: 48px;
    padding-bottom: 48px;
    padding-right: 48px;
    border-top-right-radius: 63px;
    border-bottom-right-radius: 63px;
    z-index: 0; }
    @media screen and (max-width: 991px) {
      .satisfaction-guarantee-banner .inner-container .left {
        padding: 15px !important; } }
    @media screen and (max-width: 850px) {
      .satisfaction-guarantee-banner .inner-container .left {
        margin-top: -50px;
        padding: 28px 14px;
        border-radius: 0; } }
    @media screen and (max-width: 850px) {
      .satisfaction-guarantee-banner .inner-container .left {
        margin-top: -14px; } }
    @media screen and (max-width: 768px) {
      .satisfaction-guarantee-banner .inner-container .left {
        margin-top: -25px; } }
    .satisfaction-guarantee-banner .inner-container .left .heading-holder h1 {
      font-size: 40px !important;
      color: #fff;
      margin-bottom: 12px;
      line-height: 1;
      font-family: konnect-regular !important;
      font-weight: 600 !important;
      line-height: 1.2 !important;
      color: #11214A !important; }
      @media screen and (max-width: 1230px) {
        .satisfaction-guarantee-banner .inner-container .left .heading-holder h1 {
          font-size: 30px !important;
          color: #fff; } }
      @media screen and (max-width: 1024px) {
        .satisfaction-guarantee-banner .inner-container .left .heading-holder h1 {
          font-size: 26px !important; } }
      @media screen and (max-width: 430px) {
        .satisfaction-guarantee-banner .inner-container .left .heading-holder h1 {
          font-size: 24px !important;
          text-align: center; } }
    .satisfaction-guarantee-banner .inner-container .left .paragraph-holder p {
      font: normal normal normal 20px Proxima Nova;
      text-align: left; }
      @media screen and (max-width: 1024px) {
        .satisfaction-guarantee-banner .inner-container .left .paragraph-holder p {
          font-size: 18px !important;
          color: #fff; } }
      @media screen and (max-width: 430px) {
        .satisfaction-guarantee-banner .inner-container .left .paragraph-holder p {
          font-size: 16px !important;
          text-align: center; } }

.satisfaction-guarantee .heading {
  font-size: 40px;
  text-align: center;
  font: normal normal bold 40px/49px konnect;
  letter-spacing: -0.2px;
  margin-bottom: 30px;
  font-weight: 900;
  line-height: 1.1em;
  color: #11214A; }
  @media (max-width: 1024px) {
    .satisfaction-guarantee .heading {
      font-size: 30px;
      line-height: 1.2em; } }
  @media (max-width: 767px) {
    .satisfaction-guarantee .heading {
      font-size: 24px;
      margin-bottom: 30px; } }
  @media (max-width: 600px) {
    .satisfaction-guarantee .heading {
      text-align: center;
      font-size: 24px; } }

.satisfaction-guarantee .sub-text {
  font-weight: bold;
  font-size: 16px;
  text-align: center; }

.satisfaction-guarantee .how-it-works {
  display: flex;
  flex-wrap: nowrap;
  width: 75%;
  margin: 0 auto 20px; }
  @media (max-width: 1024px) {
    .satisfaction-guarantee .how-it-works {
      width: 90%; } }
  @media (max-width: 768px) {
    .satisfaction-guarantee .how-it-works {
      width: 100%; } }
  .satisfaction-guarantee .how-it-works .flex-content {
    display: flex;
    flex-wrap: nowrap;
    align-items: center; }
    .satisfaction-guarantee .how-it-works .flex-content .logo {
      margin-right: 10px; }
    .satisfaction-guarantee .how-it-works .flex-content .content {
      width: 100%; }
      @media (max-width: 767px) {
        .satisfaction-guarantee .how-it-works .flex-content .content {
          margin-bottom: 15px; } }
      .satisfaction-guarantee .how-it-works .flex-content .content h3 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #11214A; }
        @media (max-width: 767px) {
          .satisfaction-guarantee .how-it-works .flex-content .content h3 {
            font-size: 16px; } }
      .satisfaction-guarantee .how-it-works .flex-content .content p {
        font-size: 16px;
        font-weight: 200;
        margin-bottom: 0; }
        @media (max-width: 767px) {
          .satisfaction-guarantee .how-it-works .flex-content .content p {
            font-size: 12px; } }

.satisfaction-guarantee .faq {
  padding: 30px;
  border-top: 1px solid #F2F2F2; }
  .satisfaction-guarantee .faq .button-holder .button {
    min-width: 200px; }
  .satisfaction-guarantee .faq h2 {
    font-weight: 900;
    color: #11214A; }
    @media (max-width: 600px) {
      .satisfaction-guarantee .faq h2 {
        font-size: 20px !important; } }
  .satisfaction-guarantee .faq .normal-section {
    padding-top: 0;
    padding-bottom: 0; }
    @media (max-width: 600px) {
      .satisfaction-guarantee .faq .normal-section {
        padding: 30px 0 0px; } }
  .satisfaction-guarantee .faq ul li {
    font-weight: 200 !important;
    margin-left: 0 !important;
    padding-left: 0;
    text-indent: 0; }
    .satisfaction-guarantee .faq ul li:before {
      content: "";
      margin-right: 0; }

.satisfaction-guarantee .trustpilot-section {
  padding: 50px 30px; }
  @media (max-width: 600px) {
    .satisfaction-guarantee .trustpilot-section {
      padding: 30px; } }

.satisfaction-guarantee .join {
  padding: 70px 30px; }
  @media (max-width: 600px) {
    .satisfaction-guarantee .join {
      padding: 30px; } }
  .satisfaction-guarantee .join h2 {
    text-align: center; }

.sg_action {
  padding: 10px 30px 45px; }
  @media (max-width: 600px) {
    .sg_action {
      padding-bottom: 25px; } }
  .sg_action .button {
    margin-top: 0; }

.refer-a-friend-page #sd-image-c7ea2657-7a0e-4938-8c45-2e784d212b8e {
  background-size: cover; }

.refer-a-friend-page .info-section {
  display: none; }

.refer-a-friend-page .referral-section .holder {
  background-color: #FEFCF8;
  mask: unset; }
  .refer-a-friend-page .referral-section .holder .inner-container {
    border-bottom: 1px solid #ddd;
    padding-bottom: 41px; }
  .refer-a-friend-page .referral-section .holder .column-holder .left .form-holder .form-control {
    border: 2px solid #ddd;
    border-radius: 10px; }
  .refer-a-friend-page .referral-section .holder .button.rounded {
    border-radius: 24px; }
    @media screen and (max-width: 767px) {
      .refer-a-friend-page .referral-section .holder .button.rounded {
        width: 100%; } }
  .refer-a-friend-page .referral-section .holder .left img {
    display: none; }
    @media screen and (max-width: 767px) {
      .refer-a-friend-page .referral-section .holder .left img {
        display: block; } }
  @media screen and (max-width: 767px) {
    .refer-a-friend-page .referral-section .holder .image {
      display: none; } }

@media screen and (max-width: 767px) {
  .refer-a-friend-page .referral-section .column-holder .left {
    padding-top: 0; } }

.refer-a-friend-page .terms-and-condition-footer {
  background: #D2DCF6;
  text-align: center;
  margin-top: 2rem;
  padding: 5rem 2rem; }
  @media screen and (max-width: 767px) {
    .refer-a-friend-page .terms-and-condition-footer {
      padding: 3rem 2rem; } }
  .refer-a-friend-page .terms-and-condition-footer p {
    color: #000;
    margin-bottom: 0px;
    font-size: 16px; }
    .refer-a-friend-page .terms-and-condition-footer p a {
      color: #2557D6 !important; }

.refer-a-friend-page .basic-accordion .button-holder {
  display: none; }

@media screen and (min-width: 767px) {
  .hydration-accessories #sd-image-0bdc1a54-08d1-4f61-98aa-516e0a215fb6 {
    background-size: 178rem;
    background-position: 0rem -29rem; } }

@media (max-width: 600px) {
  .hydration-accessories .home-hero-banner {
    margin-top: 0 !important; } }

.hydration-accessories .info-section {
  margin-bottom: 2rem; }
  .hydration-accessories .info-section .d-grid {
    display: grid;
    grid-template-columns: 50% 50%; }
    @media screen and (max-width: 500px) {
      .hydration-accessories .info-section .d-grid {
        grid-template-columns: 100%; }
        .hydration-accessories .info-section .d-grid .sd-simple-text-c6321872-5404-4253-ae91-80859d1289d4, .hydration-accessories .info-section .d-grid .sd-simple-text-4fed1729-9989-4514-a182-339f97252d82 {
          text-align: left !important; } }
    .hydration-accessories .info-section .d-grid .col {
      background-color: #F9F9F9;
      border-radius: 12px;
      text-align: center;
      padding: 2rem 1rem;
      margin: 2rem 2rem;
      box-shadow: 0px 0px 6px 0px #ddd; }
      @media screen and (max-width: 500px) {
        .hydration-accessories .info-section .d-grid .col {
          margin: 1rem 0; } }
      .hydration-accessories .info-section .d-grid .col h3 div {
        text-align: center;
        width: 100%; }
      .hydration-accessories .info-section .d-grid .col h3 p {
        font-size: 25px !important;
        font-weight: bold !important;
        text-align: center !important; }
        @media screen and (max-width: 600px) {
          .hydration-accessories .info-section .d-grid .col h3 p {
            margin: 0 !important;
            font-size: 16px !important; } }
      .hydration-accessories .info-section .d-grid .col .img-holder {
        padding: 2rem 0; }
        .hydration-accessories .info-section .d-grid .col .img-holder img {
          width: 92px !important;
          height: unset !important;
          aspect-ratio: 4 / 4;
          object-fit: contain; }
        .hydration-accessories .info-section .d-grid .col .img-holder .price {
          margin-top: 2rem; }
          .hydration-accessories .info-section .d-grid .col .img-holder .price p {
            font-weight: bold;
            font-size: 16px; }
            .hydration-accessories .info-section .d-grid .col .img-holder .price p b {
              text-decoration: line-through; }
            .hydration-accessories .info-section .d-grid .col .img-holder .price p span {
              text-decoration: none;
              color: #11214A; }
        @media screen and (max-width: 600px) {
          .hydration-accessories .info-section .d-grid .col .img-holder {
            display: block; } }
      .hydration-accessories .info-section .d-grid .col button {
        background-color: #2E4EC6;
        color: #fff;
        padding: 1rem 1.5rem;
        width: 300px;
        border-radius: 40px;
        font-weight: bold;
        font-size: 16px; }
        @media screen and (max-width: 767px) {
          .hydration-accessories .info-section .d-grid .col button {
            width: 100%; } }

.hydration-accessories .discover {
  margin-bottom: 8rem; }
  .hydration-accessories .discover .discover-content {
    text-align: center;
    padding: 5rem 2rem;
    background: linear-gradient(359deg, #E80446, #BF0081);
    -webkit-mask: url(../img/ellipse-mask-bottom.svg) bottom center/cover;
    mask: url(../img/ellipse-mask-bottom.svg) bottom center/cover;
    -webkit-mask-composite: source-in, source-over, xor;
    mask-composite: source-in, source-over, xor;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .hydration-accessories .discover .discover-content {
        -webkit-mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
        mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
        -webkit-mask-composite: source-in, source-over, xor;
        mask-composite: source-in, source-over, xor; } }
    .hydration-accessories .discover .discover-content h3 {
      color: #fff; }
      .hydration-accessories .discover .discover-content h3 p {
        margin: 0;
        font-size: 40px; }
        @media screen and (max-width: 600px) {
          .hydration-accessories .discover .discover-content h3 p {
            font-size: 30px; } }
    .hydration-accessories .discover .discover-content p {
      color: #fff;
      font-size: 24px;
      margin: 2rem 0; }
    .hydration-accessories .discover .discover-content button {
      background-color: #fff;
      color: #000;
      padding: 15px 1rem;
      width: 300px;
      border-radius: 40px;
      font-weight: bold;
      margin-top: 2rem; }
      .hydration-accessories .discover .discover-content button p {
        margin: 0; }

.help-center {
  margin-top: 0; }
  .help-center ul,
  .help-center ol {
    padding: 0;
    list-style-type: none; }
  .help-center .alert-box {
    border-radius: 5px;
    padding: 20px;
    background: #F6FAF9; }
    .help-center .alert-box p {
      color: #2e4ec6;
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 0; }
  .help-center .resolution {
    margin-bottom: 20px; }
    .help-center .resolution .container, .help-center .resolution .page-heading, .help-center .resolution .alertBox {
      max-width: 1208px; }
      @media (max-width: 1024px) {
        .help-center .resolution .container, .help-center .resolution .page-heading, .help-center .resolution .alertBox {
          width: 100%; } }
    .help-center .resolution .container, .help-center .resolution .page-heading, .help-center .resolution .alertBox {
      padding: 50px 30px; }
      .help-center .resolution .container h2, .help-center .resolution .page-heading h2, .help-center .resolution .alertBox h2 {
        color: #2e4ec6;
        font-size: 30px;
        font-weight: 900;
        margin-bottom: 60px;
        position: relative; }
        .help-center .resolution .container h2:before, .help-center .resolution .page-heading h2:before, .help-center .resolution .alertBox h2:before {
          content: "";
          position: absolute;
          top: 5px;
          left: -50px;
          bottom: 0;
          margin: auto;
          padding-left: 25px;
          background: url(../img/help_center/back-icon.svg) no-repeat top left;
          display: inline-block;
          cursor: pointer;
          height: 50px;
          width: 50px; }
      .help-center .resolution .container .columns, .help-center .resolution .page-heading .columns, .help-center .resolution .alertBox .columns {
        display: flex;
        flex-wrap: nowrap; }
        .help-center .resolution .container .columns .col, .help-center .resolution .page-heading .columns .col, .help-center .resolution .alertBox .columns .col {
          width: 50%; }
          .help-center .resolution .container .columns .col:first-child, .help-center .resolution .page-heading .columns .col:first-child, .help-center .resolution .alertBox .columns .col:first-child {
            margin-right: 50px; }
          .help-center .resolution .container .columns .col img, .help-center .resolution .page-heading .columns .col img, .help-center .resolution .alertBox .columns .col img {
            border-radius: 10px;
            width: 100%;
            margin-bottom: 25px; }
          .help-center .resolution .container .columns .col .content h3, .help-center .resolution .page-heading .columns .col .content h3, .help-center .resolution .alertBox .columns .col .content h3 {
            font-size: 22px;
            color: #282828;
            font-weight: 900;
            margin-bottom: 30px; }
          .help-center .resolution .container .columns .col .content .alert-box, .help-center .resolution .page-heading .columns .col .content .alert-box, .help-center .resolution .alertBox .columns .col .content .alert-box {
            margin-bottom: 25px; }
          .help-center .resolution .container .columns .col .content .link, .help-center .resolution .page-heading .columns .col .content .link, .help-center .resolution .alertBox .columns .col .content .link {
            text-align: left;
            margin-top: 30px; }
            .help-center .resolution .container .columns .col .content .link p, .help-center .resolution .page-heading .columns .col .content .link p, .help-center .resolution .alertBox .columns .col .content .link p {
              font-size: 16px;
              margin-bottom: 15px; }
            .help-center .resolution .container .columns .col .content .link a, .help-center .resolution .page-heading .columns .col .content .link a, .help-center .resolution .alertBox .columns .col .content .link a {
              color: #2e4ec6;
              font-weight: bold;
              font-size: 16px; }
          .help-center .resolution .container .columns .col .content ol, .help-center .resolution .page-heading .columns .col .content ol, .help-center .resolution .alertBox .columns .col .content ol {
            counter-reset: item; }
            .help-center .resolution .container .columns .col .content ol li, .help-center .resolution .page-heading .columns .col .content ol li, .help-center .resolution .alertBox .columns .col .content ol li {
              font-size: 16px;
              color: #282828;
              margin-bottom: 30px;
              counter-increment: step-counter;
              display: flex;
              flex-wrap: nowrap;
              position: relative;
              padding-left: 70px;
              min-height: 50px;
              align-items: center; }
              .help-center .resolution .container .columns .col .content ol li:before, .help-center .resolution .page-heading .columns .col .content ol li:before, .help-center .resolution .alertBox .columns .col .content ol li:before {
                content: counter(step-counter);
                margin-right: 20px;
                font-size: 16px;
                background-color: #2e4ec6;
                color: white;
                font-weight: bold;
                width: 50px;
                height: 50px;
                border-radius: 100%;
                display: flex;
                text-align: center;
                flex-wrap: nowrap;
                align-items: center;
                justify-content: center;
                position: absolute;
                left: 0;
                top: 0; }
  .help-center .rate-thumb {
    margin-bottom: 40px; }
    .help-center .rate-thumb .container a, .help-center .rate-thumb .page-heading a, .help-center .rate-thumb .alertBox a {
      color: #2e4ec6;
      font-weight: bold;
      font-size: 16px;
      text-align: center;
      display: block; }
    .help-center .rate-thumb .container .content, .help-center .rate-thumb .page-heading .content, .help-center .rate-thumb .alertBox .content {
      display: table;
      margin: 0 auto 20px;
      text-align: center;
      background: #F6FAF9;
      padding: 15px 50px;
      border-radius: 10px; }
      .help-center .rate-thumb .container .content p, .help-center .rate-thumb .page-heading .content p, .help-center .rate-thumb .alertBox .content p {
        color: #2B856A;
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 0; }
      .help-center .rate-thumb .container .content ul li, .help-center .rate-thumb .page-heading .content ul li, .help-center .rate-thumb .alertBox .content ul li {
        display: inline-block;
        margin: 10px 15px 0; }
        .help-center .rate-thumb .container .content ul li:first-child button, .help-center .rate-thumb .page-heading .content ul li:first-child button, .help-center .rate-thumb .alertBox .content ul li:first-child button {
          position: relative; }
          .help-center .rate-thumb .container .content ul li:first-child button:after, .help-center .rate-thumb .page-heading .content ul li:first-child button:after, .help-center .rate-thumb .alertBox .content ul li:first-child button:after {
            content: "";
            width: 60px;
            height: 22px;
            background: url(../img/help_center/thumb-up.svg) no-repeat top left;
            display: block;
            font-family: "konnect"; }
        .help-center .rate-thumb .container .content ul li:last-child button, .help-center .rate-thumb .page-heading .content ul li:last-child button, .help-center .rate-thumb .alertBox .content ul li:last-child button {
          position: relative; }
          .help-center .rate-thumb .container .content ul li:last-child button:after, .help-center .rate-thumb .page-heading .content ul li:last-child button:after, .help-center .rate-thumb .alertBox .content ul li:last-child button:after {
            content: "";
            width: 60px;
            height: 22px;
            background: url(../img/help_center/thumb-down.svg) no-repeat top left;
            display: block; }
  .help-center .related-content {
    margin-bottom: 50px; }
    .help-center .related-content .container, .help-center .related-content .page-heading, .help-center .related-content .alertBox {
      max-width: 1208px; }
      @media (max-width: 1024px) {
        .help-center .related-content .container, .help-center .related-content .page-heading, .help-center .related-content .alertBox {
          width: 100%; } }
    .help-center .related-content .container h2, .help-center .related-content .page-heading h2, .help-center .related-content .alertBox h2 {
      color: #2e4ec6;
      font-size: 30px;
      font-weight: 900;
      margin-bottom: 25px;
      position: relative;
      text-align: left; }
    .help-center .related-content .container ul, .help-center .related-content .page-heading ul, .help-center .related-content .alertBox ul {
      display: flex;
      flex-wrap: nowrap;
      align-items: top;
      justify-content: center; }
      .help-center .related-content .container ul li, .help-center .related-content .page-heading ul li, .help-center .related-content .alertBox ul li {
        width: 35%;
        margin: 0 10px; }
        .help-center .related-content .container ul li img, .help-center .related-content .page-heading ul li img, .help-center .related-content .alertBox ul li img {
          border-radius: 10px; }
        .help-center .related-content .container ul li .label, .help-center .related-content .page-heading ul li .label, .help-center .related-content .alertBox ul li .label {
          background: #eaeaea;
          color: #333;
          padding: 7px 14px;
          border-radius: 10px;
          text-align: center;
          display: table;
          margin: 20px 0; }
        .help-center .related-content .container ul li .title, .help-center .related-content .page-heading ul li .title, .help-center .related-content .alertBox ul li .title {
          text-align: left;
          color: #2e4ec6;
          line-height: 1.3em;
          font-size: 25px;
          font-weight: 600;
          width: 90%; }
  .help-center .looking-for .container h4, .help-center .looking-for .page-heading h4, .help-center .looking-for .alertBox h4 {
    font-size: 20px;
    color: #539D82;
    text-align: left;
    font-weight: 600;
    margin-bottom: 0; }
  .help-center .looking-for .container p, .help-center .looking-for .page-heading p, .help-center .looking-for .alertBox p {
    color: #282828;
    font-size: 16px;
    text-align: left;
    opacity: 0.8; }

.packages-redesign,
.packages-hws2 {
  font-family: konnect-regular; }
  @media screen and (max-width: 600px) {
    .packages-redesign .checklist-plans p.sub-heading,
    .packages-hws2 .checklist-plans p.sub-heading {
      padding-top: 35px; } }
  .packages-redesign .steps.container, .packages-redesign .steps.page-heading, .packages-redesign .steps.alertBox,
  .packages-hws2 .steps.container,
  .packages-hws2 .steps.page-heading,
  .packages-hws2 .steps.alertBox {
    position: fixed;
    top: 66px;
    z-index: 1;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .packages-redesign .steps.container, .packages-redesign .steps.page-heading, .packages-redesign .steps.alertBox,
      .packages-hws2 .steps.container,
      .packages-hws2 .steps.page-heading,
      .packages-hws2 .steps.alertBox {
        position: fixed;
        top: 103px;
        z-index: 1;
        background: #fff;
        width: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
        padding: 30px 0 10px !important; } }
    @media (max-width: 767px) {
      .packages-redesign .steps.container:before, .packages-redesign .steps.page-heading:before, .packages-redesign .steps.alertBox:before,
      .packages-hws2 .steps.container:before,
      .packages-hws2 .steps.page-heading:before,
      .packages-hws2 .steps.alertBox:before {
        content: '';
        position: absolute;
        top: 0;
        left: -1px;
        right: -1px;
        height: 14px;
        z-index: 0; } }
  .packages-redesign .stepper-functions,
  .packages-hws2 .stepper-functions {
    margin: 100px auto 25px !important;
    position: relative;
    z-index: 0; }
    @media (max-width: 767px) {
      .packages-redesign .stepper-functions,
      .packages-hws2 .stepper-functions {
        margin: 0 auto !important; } }
  .packages-redesign .stepper-progress-line,
  .packages-hws2 .stepper-progress-line {
    border-top: 2px solid #11214A !important;
    top: 15px !important; }
  .packages-redesign .stepper-progress-block-title,
  .packages-hws2 .stepper-progress-block-title {
    font-weight: bold !important; }
    @media (max-width: 600px) {
      .packages-redesign .stepper-progress-block-title,
      .packages-hws2 .stepper-progress-block-title {
        font-size: 11px !important; } }
  @media (max-width: 600px) {
    .packages-redesign .stepper-progress-block,
    .packages-hws2 .stepper-progress-block {
      width: 20%; } }
  .packages-redesign .stepper-progress-block.active .stepper-progress-block-number,
  .packages-hws2 .stepper-progress-block.active .stepper-progress-block-number {
    background: #2E4EC6 !important;
    color: #fff; }
  .packages-redesign .stepper-progress-block.active .stepper-progress-block-title,
  .packages-hws2 .stepper-progress-block.active .stepper-progress-block-title {
    color: #2E4EC6 !important; }
  .packages-redesign .stepper-progress-block-number,
  .packages-hws2 .stepper-progress-block-number {
    background: #e3e3e3 !important;
    display: flex;
    align-items: center;
    color: #2E4EC6;
    font-weight: bold;
    width: 30px !important;
    height: 30px !important;
    justify-content: center; }
  .packages-redesign .m-visible,
  .packages-hws2 .m-visible {
    display: none !important; }
    @media (max-width: 600px) {
      .packages-redesign .m-visible,
      .packages-hws2 .m-visible {
        display: block !important; }
        .packages-redesign .m-visible .desc,
        .packages-hws2 .m-visible .desc {
          position: relative;
          top: -8px; } }
  @media (max-width: 600px) {
    .packages-redesign .m-hidden,
    .packages-hws2 .m-hidden {
      display: none !important; } }
  .packages-redesign .banner-curve,
  .packages-hws2 .banner-curve {
    background-color: #f2f2f2;
    -webkit-mask-composite: source-in, source-over, xor;
    mask-composite: source-in, source-over, xor;
    border: 1px solid #f2f2f2; }
    @media (max-width: 767px) {
      .packages-redesign .banner-curve,
      .packages-hws2 .banner-curve {
        mask: none;
        -webkit-mask: none; } }
  .packages-redesign .mainwrapper,
  .packages-hws2 .mainwrapper {
    margin: 100px auto 50px; }
    @media (max-width: 1024px) {
      .packages-redesign .mainwrapper,
      .packages-hws2 .mainwrapper {
        width: 95%; } }
    @media (max-width: 600px) {
      .packages-redesign .mainwrapper,
      .packages-hws2 .mainwrapper {
        width: 95%;
        margin: 150px auto 30px; } }
    @media (max-width: 430px) {
      .packages-redesign .mainwrapper,
      .packages-hws2 .mainwrapper {
        margin: 100px auto 30px !important; } }
    .packages-redesign .mainwrapper .title,
    .packages-hws2 .mainwrapper .title {
      font-size: 28px;
      font-weight: 900;
      color: #11214A;
      text-align: center;
      margin-bottom: 25px; }
      @media (max-width: 600px) {
        .packages-redesign .mainwrapper .title,
        .packages-hws2 .mainwrapper .title {
          font-size: 20px;
          margin-bottom: 30px; } }
    .packages-redesign .mainwrapper .sub-title,
    .packages-hws2 .mainwrapper .sub-title {
      font-size: 24px;
      text-align: center;
      font-weight: bold;
      margin-bottom: 30px;
      margin-top: 30px; }
      @media (max-width: 600px) {
        .packages-redesign .mainwrapper .sub-title,
        .packages-hws2 .mainwrapper .sub-title {
          font-size: 18px; } }
    .packages-redesign .mainwrapper .how-our-subscription-work,
    .packages-hws2 .mainwrapper .how-our-subscription-work {
      width: 700px;
      margin: 0 auto 50px; }
      @media (max-width: 600px) {
        .packages-redesign .mainwrapper .how-our-subscription-work,
        .packages-hws2 .mainwrapper .how-our-subscription-work {
          width: 75%;
          margin-bottom: 25px;
          margin-left: 75px; } }
      .packages-redesign .mainwrapper .how-our-subscription-work li,
      .packages-hws2 .mainwrapper .how-our-subscription-work li {
        list-style: none;
        text-indent: -0.1em;
        list-style: none;
        font-size: 18px;
        margin-bottom: 20px;
        position: relative;
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 25px; }
        @media (max-width: 600px) {
          .packages-redesign .mainwrapper .how-our-subscription-work li,
          .packages-hws2 .mainwrapper .how-our-subscription-work li {
            font-size: 14px;
            margin-bottom: 25px; } }
        .packages-redesign .mainwrapper .how-our-subscription-work li img,
        .packages-hws2 .mainwrapper .how-our-subscription-work li img {
          position: absolute;
          width: auto;
          left: -90px; }
          @media (max-width: 600px) {
            .packages-redesign .mainwrapper .how-our-subscription-work li img,
            .packages-hws2 .mainwrapper .how-our-subscription-work li img {
              width: 60px;
              left: -71px; } }
        .packages-redesign .mainwrapper .how-our-subscription-work li:first-child img,
        .packages-hws2 .mainwrapper .how-our-subscription-work li:first-child img {
          left: -75px; }
          @media (max-width: 600px) {
            .packages-redesign .mainwrapper .how-our-subscription-work li:first-child img,
            .packages-hws2 .mainwrapper .how-our-subscription-work li:first-child img {
              width: 60px;
              left: -71px;
              top: 6px; } }
        .packages-redesign .mainwrapper .how-our-subscription-work li:nth-child(4) img,
        .packages-hws2 .mainwrapper .how-our-subscription-work li:nth-child(4) img {
          width: 70px;
          left: -90px; }
          @media (max-width: 600px) {
            .packages-redesign .mainwrapper .how-our-subscription-work li:nth-child(4) img,
            .packages-hws2 .mainwrapper .how-our-subscription-work li:nth-child(4) img {
              width: 60px;
              left: -71px;
              top: 6px; } }
        .packages-redesign .mainwrapper .how-our-subscription-work li:nth-child(5) img,
        .packages-hws2 .mainwrapper .how-our-subscription-work li:nth-child(5) img {
          width: 40px; }
          @media (max-width: 600px) {
            .packages-redesign .mainwrapper .how-our-subscription-work li:nth-child(5) img,
            .packages-hws2 .mainwrapper .how-our-subscription-work li:nth-child(5) img {
              width: 17%;
              top: 5px; } }
    .packages-redesign .mainwrapper .sub-heading,
    .packages-hws2 .mainwrapper .sub-heading {
      text-align: center;
      font-weight: 600;
      font-size: 24px;
      margin-bottom: 30px; }
      @media (max-width: 600px) {
        .packages-redesign .mainwrapper .sub-heading,
        .packages-hws2 .mainwrapper .sub-heading {
          margin-bottom: 15px;
          font-size: 20px; } }
  .packages-redesign .machine-plan-wrapper,
  .packages-hws2 .machine-plan-wrapper {
    border: 4px solid #F2F2F2;
    border-radius: 20px; }
  .packages-redesign .packages-banner,
  .packages-hws2 .packages-banner {
    margin-top: 188px;
    margin-bottom: 50px; }
    @media screen and (max-width: 600px) {
      .packages-redesign .packages-banner,
      .packages-hws2 .packages-banner {
        margin-top: 160px;
        margin-bottom: 25px; } }
    .packages-redesign .packages-banner .inner-container,
    .packages-hws2 .packages-banner .inner-container {
      width: 45%;
      position: absolute;
      top: 0;
      bottom: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      margin-left: 0; }
      @media screen and (max-width: 850px) {
        .packages-redesign .packages-banner .inner-container,
        .packages-hws2 .packages-banner .inner-container {
          width: 100%;
          position: static; } }
      .packages-redesign .packages-banner .inner-container .left,
      .packages-hws2 .packages-banner .inner-container .left {
        padding-left: 80px;
        position: relative;
        z-index: 2;
        background: linear-gradient(252.93deg, #A3C6FB 0%, #E9C7EB 71.23%, #F8D9C2 112.11%);
        padding-top: 48px;
        padding-bottom: 48px;
        padding-right: 48px;
        border-top-right-radius: 63px;
        border-bottom-right-radius: 63px;
        z-index: 0; }
        @media screen and (max-width: 991px) {
          .packages-redesign .packages-banner .inner-container .left,
          .packages-hws2 .packages-banner .inner-container .left {
            padding: 30px !important; } }
        @media screen and (max-width: 850px) {
          .packages-redesign .packages-banner .inner-container .left,
          .packages-hws2 .packages-banner .inner-container .left {
            margin-top: -50px;
            padding: 28px 14px;
            border-radius: 0;
            mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
            mask-composite: source-in, source-over, xor; } }
        @media screen and (max-width: 850px) {
          .packages-redesign .packages-banner .inner-container .left,
          .packages-hws2 .packages-banner .inner-container .left {
            margin-top: -14px; } }
        @media screen and (max-width: 768px) {
          .packages-redesign .packages-banner .inner-container .left,
          .packages-hws2 .packages-banner .inner-container .left {
            margin-top: -25px; } }
        .packages-redesign .packages-banner .inner-container .left .heading-holder h1,
        .packages-hws2 .packages-banner .inner-container .left .heading-holder h1 {
          font-size: 40px !important;
          color: #fff;
          margin-bottom: 12px;
          line-height: 1;
          font-size: 40px !important;
          font-family: konnect-regular !important;
          font-weight: 300 !important;
          line-height: 1.2 !important;
          color: white !important; }
          @media screen and (max-width: 1230px) {
            .packages-redesign .packages-banner .inner-container .left .heading-holder h1,
            .packages-hws2 .packages-banner .inner-container .left .heading-holder h1 {
              font-size: 30px !important;
              color: #fff; } }
          @media screen and (max-width: 1024px) {
            .packages-redesign .packages-banner .inner-container .left .heading-holder h1,
            .packages-hws2 .packages-banner .inner-container .left .heading-holder h1 {
              font-size: 26px !important; } }
          @media screen and (max-width: 430px) {
            .packages-redesign .packages-banner .inner-container .left .heading-holder h1,
            .packages-hws2 .packages-banner .inner-container .left .heading-holder h1 {
              font-size: 24px !important;
              text-align: center; } }
        .packages-redesign .packages-banner .inner-container .left .paragraph-holder p,
        .packages-hws2 .packages-banner .inner-container .left .paragraph-holder p {
          font: normal normal normal 20px konnect-regular;
          text-align: left; }
          @media screen and (max-width: 1024px) {
            .packages-redesign .packages-banner .inner-container .left .paragraph-holder p,
            .packages-hws2 .packages-banner .inner-container .left .paragraph-holder p {
              font-size: 18px !important;
              color: #fff; } }
          @media screen and (max-width: 430px) {
            .packages-redesign .packages-banner .inner-container .left .paragraph-holder p,
            .packages-hws2 .packages-banner .inner-container .left .paragraph-holder p {
              font-size: 16px !important;
              text-align: center; } }
  .packages-redesign .sub-text,
  .packages-hws2 .sub-text {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (max-width: 600px) {
      .packages-redesign .sub-text,
      .packages-hws2 .sub-text {
        font-size: 14px !important; } }
  .packages-redesign .section-1,
  .packages-hws2 .section-1 {
    margin-bottom: 80px; }
    @media screen and (max-width: 600px) {
      .packages-redesign .section-1,
      .packages-hws2 .section-1 {
        margin-bottom: 40px !important; } }
    .packages-redesign .section-1 .content,
    .packages-hws2 .section-1 .content {
      margin-top: 30px;
      width: 50%;
      margin: 50px auto 30px;
      padding: 30px; }
      @media (max-width: 1024px) {
        .packages-redesign .section-1 .content,
        .packages-hws2 .section-1 .content {
          padding: 0 !important;
          width: 90%; } }
      .packages-redesign .section-1 .content h2,
      .packages-hws2 .section-1 .content h2 {
        font-size: 24px;
        text-align: center;
        font: normal normal bold 24px Proxima Nova;
        letter-spacing: -0.2px;
        margin-bottom: 25px;
        font-weight: 900;
        line-height: 1.1em; }
        @media (max-width: 1024px) {
          .packages-redesign .section-1 .content h2,
          .packages-hws2 .section-1 .content h2 {
            font-size: 30px;
            line-height: 1.2em; } }
        @media (max-width: 767px) {
          .packages-redesign .section-1 .content h2,
          .packages-hws2 .section-1 .content h2 {
            font-size: 20px; } }
      .packages-redesign .section-1 .content h3,
      .packages-hws2 .section-1 .content h3 {
        color: #2E4EC6;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 30px; }
        @media (max-width: 600px) {
          .packages-redesign .section-1 .content h3,
          .packages-hws2 .section-1 .content h3 {
            font-size: 18px; } }
      .packages-redesign .section-1 .content .heading,
      .packages-hws2 .section-1 .content .heading {
        font-size: 40px;
        font-weight: 900;
        text-align: center;
        margin-bottom: 50px; }
        @media (max-width: 600px) {
          .packages-redesign .section-1 .content .heading,
          .packages-hws2 .section-1 .content .heading {
            margin-bottom: 25px;
            font-size: 24px; } }
      @media (max-width: 767px) {
        .packages-redesign .section-1 .content,
        .packages-hws2 .section-1 .content {
          width: 90%;
          padding: 25px;
          margin: 20px auto; } }
      .packages-redesign .section-1 .content ul,
      .packages-hws2 .section-1 .content ul {
        margin: 0 auto;
        display: table;
        width: 67%; }
        @media (max-width: 600px) {
          .packages-redesign .section-1 .content ul,
          .packages-hws2 .section-1 .content ul {
            margin: 0 0 0 auto;
            display: table;
            width: 85%; } }
        .packages-redesign .section-1 .content ul li,
        .packages-hws2 .section-1 .content ul li {
          position: relative;
          margin-bottom: 20px;
          font-size: 18px;
          text-indent: -0.1em;
          list-style: none; }
          @media (max-width: 600px) {
            .packages-redesign .section-1 .content ul li,
            .packages-hws2 .section-1 .content ul li {
              margin-bottom: 15px;
              font-size: 14px; } }
          .packages-redesign .section-1 .content ul li:before,
          .packages-hws2 .section-1 .content ul li:before {
            content: "";
            display: inline-block;
            background: url(..../../../icons/reskin/check-circle.svg) no-repeat center center;
            width: 23px;
            position: absolute;
            height: 22px;
            top: 5px;
            bottom: 0;
            margin-left: -35px; }
  .packages-redesign .section-choose-machine .container .inner-container .content, .packages-redesign .section-choose-machine .page-heading .inner-container .content, .packages-redesign .section-choose-machine .alertBox .inner-container .content,
  .packages-hws2 .section-choose-machine .container .inner-container .content,
  .packages-hws2 .section-choose-machine .page-heading .inner-container .content,
  .packages-hws2 .section-choose-machine .alertBox .inner-container .content {
    background: transparent;
    border-radius: 20px;
    text-align: center;
    padding: 60px 30px;
    margin-top: 0; }
    .packages-redesign .section-choose-machine .container .inner-container .content .selection-checklist, .packages-redesign .section-choose-machine .page-heading .inner-container .content .selection-checklist, .packages-redesign .section-choose-machine .alertBox .inner-container .content .selection-checklist,
    .packages-hws2 .section-choose-machine .container .inner-container .content .selection-checklist,
    .packages-hws2 .section-choose-machine .page-heading .inner-container .content .selection-checklist,
    .packages-hws2 .section-choose-machine .alertBox .inner-container .content .selection-checklist {
      display: table;
      margin: 30px auto;
      text-align: left; }
      .packages-redesign .section-choose-machine .container .inner-container .content .selection-checklist li, .packages-redesign .section-choose-machine .page-heading .inner-container .content .selection-checklist li, .packages-redesign .section-choose-machine .alertBox .inner-container .content .selection-checklist li,
      .packages-hws2 .section-choose-machine .container .inner-container .content .selection-checklist li,
      .packages-hws2 .section-choose-machine .page-heading .inner-container .content .selection-checklist li,
      .packages-hws2 .section-choose-machine .alertBox .inner-container .content .selection-checklist li {
        list-style: none;
        margin-bottom: 20px;
        font-size: 18px; }
        @media (max-width: 600px) {
          .packages-redesign .section-choose-machine .container .inner-container .content .selection-checklist li, .packages-redesign .section-choose-machine .page-heading .inner-container .content .selection-checklist li, .packages-redesign .section-choose-machine .alertBox .inner-container .content .selection-checklist li,
          .packages-hws2 .section-choose-machine .container .inner-container .content .selection-checklist li,
          .packages-hws2 .section-choose-machine .page-heading .inner-container .content .selection-checklist li,
          .packages-hws2 .section-choose-machine .alertBox .inner-container .content .selection-checklist li {
            margin-bottom: 15px;
            font-size: 14px; } }
    .packages-redesign .section-choose-machine .container .inner-container .content .see-full-comparison, .packages-redesign .section-choose-machine .page-heading .inner-container .content .see-full-comparison, .packages-redesign .section-choose-machine .alertBox .inner-container .content .see-full-comparison,
    .packages-hws2 .section-choose-machine .container .inner-container .content .see-full-comparison,
    .packages-hws2 .section-choose-machine .page-heading .inner-container .content .see-full-comparison,
    .packages-hws2 .section-choose-machine .alertBox .inner-container .content .see-full-comparison {
      margin-bottom: 50px;
      font-weight: bold;
      font-size: 18px; }
      @media (max-width: 600px) {
        .packages-redesign .section-choose-machine .container .inner-container .content .see-full-comparison, .packages-redesign .section-choose-machine .page-heading .inner-container .content .see-full-comparison, .packages-redesign .section-choose-machine .alertBox .inner-container .content .see-full-comparison,
        .packages-hws2 .section-choose-machine .container .inner-container .content .see-full-comparison,
        .packages-hws2 .section-choose-machine .page-heading .inner-container .content .see-full-comparison,
        .packages-hws2 .section-choose-machine .alertBox .inner-container .content .see-full-comparison {
          margin-bottom: 30px;
          font-size: 14px; } }
    @media (max-width: 600px) {
      .packages-redesign .section-choose-machine .container .inner-container .content, .packages-redesign .section-choose-machine .page-heading .inner-container .content, .packages-redesign .section-choose-machine .alertBox .inner-container .content,
      .packages-hws2 .section-choose-machine .container .inner-container .content,
      .packages-hws2 .section-choose-machine .page-heading .inner-container .content,
      .packages-hws2 .section-choose-machine .alertBox .inner-container .content {
        padding: 30px 0;
        width: 95%;
        margin: 0 auto; } }
    .packages-redesign .section-choose-machine .container .inner-container .content h2, .packages-redesign .section-choose-machine .page-heading .inner-container .content h2, .packages-redesign .section-choose-machine .alertBox .inner-container .content h2,
    .packages-hws2 .section-choose-machine .container .inner-container .content h2,
    .packages-hws2 .section-choose-machine .page-heading .inner-container .content h2,
    .packages-hws2 .section-choose-machine .alertBox .inner-container .content h2 {
      font-size: 40px;
      font-weight: 900;
      color: #11214A;
      margin-bottom: 25px; }
      @media (max-width: 600px) {
        .packages-redesign .section-choose-machine .container .inner-container .content h2, .packages-redesign .section-choose-machine .page-heading .inner-container .content h2, .packages-redesign .section-choose-machine .alertBox .inner-container .content h2,
        .packages-hws2 .section-choose-machine .container .inner-container .content h2,
        .packages-hws2 .section-choose-machine .page-heading .inner-container .content h2,
        .packages-hws2 .section-choose-machine .alertBox .inner-container .content h2 {
          font-size: 20px;
          margin-bottom: 20px; } }
    .packages-redesign .section-choose-machine .container .inner-container .content .sub-text, .packages-redesign .section-choose-machine .page-heading .inner-container .content .sub-text, .packages-redesign .section-choose-machine .alertBox .inner-container .content .sub-text,
    .packages-hws2 .section-choose-machine .container .inner-container .content .sub-text,
    .packages-hws2 .section-choose-machine .page-heading .inner-container .content .sub-text,
    .packages-hws2 .section-choose-machine .alertBox .inner-container .content .sub-text {
      font-size: 18px;
      margin: 0 auto 20px;
      letter-spacing: -0.09px;
      width: 600px; }
      @media (max-width: 767px) {
        .packages-redesign .section-choose-machine .container .inner-container .content .sub-text, .packages-redesign .section-choose-machine .page-heading .inner-container .content .sub-text, .packages-redesign .section-choose-machine .alertBox .inner-container .content .sub-text,
        .packages-hws2 .section-choose-machine .container .inner-container .content .sub-text,
        .packages-hws2 .section-choose-machine .page-heading .inner-container .content .sub-text,
        .packages-hws2 .section-choose-machine .alertBox .inner-container .content .sub-text {
          width: 100%; } }
      @media (max-width: 600px) {
        .packages-redesign .section-choose-machine .container .inner-container .content .sub-text, .packages-redesign .section-choose-machine .page-heading .inner-container .content .sub-text, .packages-redesign .section-choose-machine .alertBox .inner-container .content .sub-text,
        .packages-hws2 .section-choose-machine .container .inner-container .content .sub-text,
        .packages-hws2 .section-choose-machine .page-heading .inner-container .content .sub-text,
        .packages-hws2 .section-choose-machine .alertBox .inner-container .content .sub-text {
          font-size: 14px;
          margin-bottom: 30px;
          width: 100%; } }
    .packages-redesign .section-choose-machine .container .inner-container .content .comparison-toggle-content, .packages-redesign .section-choose-machine .page-heading .inner-container .content .comparison-toggle-content, .packages-redesign .section-choose-machine .alertBox .inner-container .content .comparison-toggle-content,
    .packages-hws2 .section-choose-machine .container .inner-container .content .comparison-toggle-content,
    .packages-hws2 .section-choose-machine .page-heading .inner-container .content .comparison-toggle-content,
    .packages-hws2 .section-choose-machine .alertBox .inner-container .content .comparison-toggle-content {
      margin-top: 30px;
      color: #0563C1;
      font-size: 14px;
      font-weight: bold;
      text-decoration: underline;
      position: relative;
      font-weight: bold; }
      .packages-redesign .section-choose-machine .container .inner-container .content .comparison-toggle-content.showLess:after, .packages-redesign .section-choose-machine .page-heading .inner-container .content .comparison-toggle-content.showLess:after, .packages-redesign .section-choose-machine .alertBox .inner-container .content .comparison-toggle-content.showLess:after,
      .packages-hws2 .section-choose-machine .container .inner-container .content .comparison-toggle-content.showLess:after,
      .packages-hws2 .section-choose-machine .page-heading .inner-container .content .comparison-toggle-content.showLess:after,
      .packages-hws2 .section-choose-machine .alertBox .inner-container .content .comparison-toggle-content.showLess:after {
        transform: rotate(-45deg);
        top: 5px; }
      .packages-redesign .section-choose-machine .container .inner-container .content .comparison-toggle-content:after, .packages-redesign .section-choose-machine .page-heading .inner-container .content .comparison-toggle-content:after, .packages-redesign .section-choose-machine .alertBox .inner-container .content .comparison-toggle-content:after,
      .packages-hws2 .section-choose-machine .container .inner-container .content .comparison-toggle-content:after,
      .packages-hws2 .section-choose-machine .page-heading .inner-container .content .comparison-toggle-content:after,
      .packages-hws2 .section-choose-machine .alertBox .inner-container .content .comparison-toggle-content:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -17px;
        left: auto;
        margin: auto;
        height: 8px;
        width: 8px;
        border-top: 4px solid #0563C1;
        border-right: 4px solid #0563C1;
        transform: rotate(135deg); }
    .packages-redesign .section-choose-machine .container .inner-container .content .machines, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines,
    .packages-hws2 .section-choose-machine .container .inner-container .content .machines,
    .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines,
    .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines {
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: end; }
      .packages-redesign .section-choose-machine .container .inner-container .content .machines li, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li,
      .packages-hws2 .section-choose-machine .container .inner-container .content .machines li,
      .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li,
      .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li {
        list-style: none;
        width: 300px;
        margin: 0 15px; }
        @media (max-width: 600px) {
          .packages-redesign .section-choose-machine .container .inner-container .content .machines li, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li,
          .packages-hws2 .section-choose-machine .container .inner-container .content .machines li,
          .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li,
          .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li {
            margin: 0 8px;
            width: 50%; } }
        .packages-redesign .section-choose-machine .container .inner-container .content .machines li:last-child .bg-wrapper, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li:last-child .bg-wrapper, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li:last-child .bg-wrapper,
        .packages-hws2 .section-choose-machine .container .inner-container .content .machines li:last-child .bg-wrapper,
        .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li:last-child .bg-wrapper,
        .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li:last-child .bg-wrapper {
          border: 4px solid #F8F8F8; }
        .packages-redesign .section-choose-machine .container .inner-container .content .machines li.selected .bg-wrapper, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li.selected .bg-wrapper, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li.selected .bg-wrapper,
        .packages-hws2 .section-choose-machine .container .inner-container .content .machines li.selected .bg-wrapper,
        .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li.selected .bg-wrapper,
        .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li.selected .bg-wrapper {
          border: 4px solid #2E4EC6 !important; }
          .packages-redesign .section-choose-machine .container .inner-container .content .machines li.selected .bg-wrapper .title, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li.selected .bg-wrapper .title, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li.selected .bg-wrapper .title,
          .packages-hws2 .section-choose-machine .container .inner-container .content .machines li.selected .bg-wrapper .title,
          .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li.selected .bg-wrapper .title,
          .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li.selected .bg-wrapper .title {
            color: #11214A; }
        @media (max-width: 600px) {
          .packages-redesign .section-choose-machine .container .inner-container .content .machines li .info, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li .info, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li .info,
          .packages-hws2 .section-choose-machine .container .inner-container .content .machines li .info,
          .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li .info,
          .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li .info {
            padding: 15px 0; } }
        .packages-redesign .section-choose-machine .container .inner-container .content .machines li .info.hidden, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li .info.hidden, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li .info.hidden,
        .packages-hws2 .section-choose-machine .container .inner-container .content .machines li .info.hidden,
        .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li .info.hidden,
        .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li .info.hidden {
          display: none; }
        .packages-redesign .section-choose-machine .container .inner-container .content .machines li .label, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li .label, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li .label,
        .packages-hws2 .section-choose-machine .container .inner-container .content .machines li .label,
        .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li .label,
        .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li .label {
          background: #2E4EC6;
          color: #fff;
          font-size: 16px;
          margin-bottom: 0;
          border-top-left-radius: 10px;
          border-top-right-radius: 10px;
          font-weight: bold;
          padding: 15px; }
          @media (max-width: 600px) {
            .packages-redesign .section-choose-machine .container .inner-container .content .machines li .label, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li .label, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li .label,
            .packages-hws2 .section-choose-machine .container .inner-container .content .machines li .label,
            .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li .label,
            .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li .label {
              font-size: 14px;
              padding: 7px; } }
        .packages-redesign .section-choose-machine .container .inner-container .content .machines li .bg-wrapper, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li .bg-wrapper, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li .bg-wrapper,
        .packages-hws2 .section-choose-machine .container .inner-container .content .machines li .bg-wrapper,
        .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li .bg-wrapper,
        .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li .bg-wrapper {
          background: #D7C6F766;
          padding: 15px 30px;
          border-radius: 10px;
          border: 4px solid #D7C6F766;
          position: relative; }
          .packages-redesign .section-choose-machine .container .inner-container .content .machines li .bg-wrapper .latest-model-heading, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li .bg-wrapper .latest-model-heading, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li .bg-wrapper .latest-model-heading,
          .packages-hws2 .section-choose-machine .container .inner-container .content .machines li .bg-wrapper .latest-model-heading,
          .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li .bg-wrapper .latest-model-heading,
          .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li .bg-wrapper .latest-model-heading {
            font-weight: bold;
            font-size: 18px;
            position: absolute;
            left: 0;
            right: 0;
            top: 9px; }
            @media (max-width: 600px) {
              .packages-redesign .section-choose-machine .container .inner-container .content .machines li .bg-wrapper .latest-model-heading, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li .bg-wrapper .latest-model-heading, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li .bg-wrapper .latest-model-heading,
              .packages-hws2 .section-choose-machine .container .inner-container .content .machines li .bg-wrapper .latest-model-heading,
              .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li .bg-wrapper .latest-model-heading,
              .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li .bg-wrapper .latest-model-heading {
                font-size: 14px; } }
          @media (max-width: 600px) {
            .packages-redesign .section-choose-machine .container .inner-container .content .machines li .bg-wrapper, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li .bg-wrapper, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li .bg-wrapper,
            .packages-hws2 .section-choose-machine .container .inner-container .content .machines li .bg-wrapper,
            .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li .bg-wrapper,
            .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li .bg-wrapper {
              padding: 7px 15px; } }
          @media (max-width: 430px) {
            .packages-redesign .section-choose-machine .container .inner-container .content .machines li .bg-wrapper, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li .bg-wrapper, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li .bg-wrapper,
            .packages-hws2 .section-choose-machine .container .inner-container .content .machines li .bg-wrapper,
            .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li .bg-wrapper,
            .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li .bg-wrapper {
              padding: 5px; } }
          .packages-redesign .section-choose-machine .container .inner-container .content .machines li .bg-wrapper:hover, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li .bg-wrapper:hover, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li .bg-wrapper:hover,
          .packages-hws2 .section-choose-machine .container .inner-container .content .machines li .bg-wrapper:hover,
          .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li .bg-wrapper:hover,
          .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li .bg-wrapper:hover {
            border: 4px solid #2E4EC6; }
            .packages-redesign .section-choose-machine .container .inner-container .content .machines li .bg-wrapper:hover .title, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li .bg-wrapper:hover .title, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li .bg-wrapper:hover .title,
            .packages-hws2 .section-choose-machine .container .inner-container .content .machines li .bg-wrapper:hover .title,
            .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li .bg-wrapper:hover .title,
            .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li .bg-wrapper:hover .title {
              color: #11214A; }
            .packages-redesign .section-choose-machine .container .inner-container .content .machines li .bg-wrapper:hover .img, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li .bg-wrapper:hover .img, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li .bg-wrapper:hover .img,
            .packages-hws2 .section-choose-machine .container .inner-container .content .machines li .bg-wrapper:hover .img,
            .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li .bg-wrapper:hover .img,
            .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li .bg-wrapper:hover .img {
              transform: scale(1);
              transform-origin: 50% 50%; }
        .packages-redesign .section-choose-machine .container .inner-container .content .machines li .img, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li .img, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li .img,
        .packages-hws2 .section-choose-machine .container .inner-container .content .machines li .img,
        .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li .img,
        .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li .img {
          display: block;
          margin: 30px auto 20px;
          transition: .2s;
          height: 150px;
          transform: scale(0.9); }
        .packages-redesign .section-choose-machine .container .inner-container .content .machines li .title, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li .title, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li .title,
        .packages-hws2 .section-choose-machine .container .inner-container .content .machines li .title,
        .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li .title,
        .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li .title {
          font-size: 20px;
          font-weight: bold;
          color: #333;
          text-align: center;
          display: block;
          margin-bottom: 20px; }
          @media (max-width: 600px) {
            .packages-redesign .section-choose-machine .container .inner-container .content .machines li .title, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li .title, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li .title,
            .packages-hws2 .section-choose-machine .container .inner-container .content .machines li .title,
            .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li .title,
            .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li .title {
              font-size: 13px;
              margin-bottom: 10px; } }
          @media (max-width: 430px) {
            .packages-redesign .section-choose-machine .container .inner-container .content .machines li .title, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li .title, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li .title,
            .packages-hws2 .section-choose-machine .container .inner-container .content .machines li .title,
            .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li .title,
            .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li .title {
              font-size: 13px; } }
        .packages-redesign .section-choose-machine .container .inner-container .content .machines li .from, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li .from, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li .from,
        .packages-redesign .section-choose-machine .container .inner-container .content .machines li .amonth,
        .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li .amonth,
        .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li .amonth,
        .packages-hws2 .section-choose-machine .container .inner-container .content .machines li .from,
        .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li .from,
        .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li .from,
        .packages-hws2 .section-choose-machine .container .inner-container .content .machines li .amonth,
        .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li .amonth,
        .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li .amonth {
          font-size: 14px;
          text-align: center;
          display: block;
          margin-bottom: 5px; }
          @media (max-width: 600px) {
            .packages-redesign .section-choose-machine .container .inner-container .content .machines li .from, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li .from, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li .from,
            .packages-redesign .section-choose-machine .container .inner-container .content .machines li .amonth,
            .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li .amonth,
            .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li .amonth,
            .packages-hws2 .section-choose-machine .container .inner-container .content .machines li .from,
            .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li .from,
            .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li .from,
            .packages-hws2 .section-choose-machine .container .inner-container .content .machines li .amonth,
            .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li .amonth,
            .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li .amonth {
              font-size: 12px;
              display: inline !important; } }
        .packages-redesign .section-choose-machine .container .inner-container .content .machines li .price, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li .price, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li .price,
        .packages-hws2 .section-choose-machine .container .inner-container .content .machines li .price,
        .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li .price,
        .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li .price {
          font-size: 24px;
          font-weight: bold;
          margin-bottom: 0;
          line-height: 1em; }
          @media (max-width: 600px) {
            .packages-redesign .section-choose-machine .container .inner-container .content .machines li .price, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li .price, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li .price,
            .packages-hws2 .section-choose-machine .container .inner-container .content .machines li .price,
            .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li .price,
            .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li .price {
              font-size: 16px;
              display: block !important;
              padding: 3px; } }
        .packages-redesign .section-choose-machine .container .inner-container .content .machines li .availability, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li .availability, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li .availability,
        .packages-hws2 .section-choose-machine .container .inner-container .content .machines li .availability,
        .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li .availability,
        .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li .availability {
          color: #7F7F7F;
          font-size: 14px;
          display: block;
          text-align: center; }
          @media (max-width: 600px) {
            .packages-redesign .section-choose-machine .container .inner-container .content .machines li .availability, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li .availability, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li .availability,
            .packages-hws2 .section-choose-machine .container .inner-container .content .machines li .availability,
            .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li .availability,
            .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li .availability {
              font-size: 10px;
              margin-top: 15px; } }
        .packages-redesign .section-choose-machine .container .inner-container .content .machines li ul, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li ul, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li ul,
        .packages-hws2 .section-choose-machine .container .inner-container .content .machines li ul,
        .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li ul,
        .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li ul {
          border: 4px solid #F2F2F2;
          padding: 30px;
          margin-left: 0;
          margin-top: 30px;
          border-radius: 10px; }
          .packages-redesign .section-choose-machine .container .inner-container .content .machines li ul li, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li ul li, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li ul li,
          .packages-hws2 .section-choose-machine .container .inner-container .content .machines li ul li,
          .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li ul li,
          .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li ul li {
            width: auto !important;
            border-bottom: 4px solid #F2F2F2;
            margin-bottom: 20px;
            color: #333333; }
            .packages-redesign .section-choose-machine .container .inner-container .content .machines li ul li:last-child, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li ul li:last-child, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li ul li:last-child,
            .packages-hws2 .section-choose-machine .container .inner-container .content .machines li ul li:last-child,
            .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li ul li:last-child,
            .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li ul li:last-child {
              border: 0;
              margin-bottom: 0; }
            .packages-redesign .section-choose-machine .container .inner-container .content .machines li ul li .heading, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li ul li .heading, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li ul li .heading,
            .packages-hws2 .section-choose-machine .container .inner-container .content .machines li ul li .heading,
            .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li ul li .heading,
            .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li ul li .heading {
              font-size: 20px;
              color: #11214A;
              text-align: center;
              font-weight: bold;
              line-height: 1em;
              margin-bottom: 15px; }
              @media (max-width: 600px) {
                .packages-redesign .section-choose-machine .container .inner-container .content .machines li ul li .heading, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li ul li .heading, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li ul li .heading,
                .packages-hws2 .section-choose-machine .container .inner-container .content .machines li ul li .heading,
                .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li ul li .heading,
                .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li ul li .heading {
                  font-size: 14px;
                  margin-bottom: 10px; } }
            .packages-redesign .section-choose-machine .container .inner-container .content .machines li ul li .desc, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li ul li .desc, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li ul li .desc,
            .packages-hws2 .section-choose-machine .container .inner-container .content .machines li ul li .desc,
            .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li ul li .desc,
            .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li ul li .desc {
              font-size: 16px;
              text-align: center;
              line-height: 1em;
              color: #333333; }
              @media (max-width: 600px) {
                .packages-redesign .section-choose-machine .container .inner-container .content .machines li ul li .desc, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li ul li .desc, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li ul li .desc,
                .packages-hws2 .section-choose-machine .container .inner-container .content .machines li ul li .desc,
                .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li ul li .desc,
                .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li ul li .desc {
                  font-size: 10px; } }
            .packages-redesign .section-choose-machine .container .inner-container .content .machines li ul li ul, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li ul li ul, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li ul li ul,
            .packages-hws2 .section-choose-machine .container .inner-container .content .machines li ul li ul,
            .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li ul li ul,
            .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li ul li ul {
              padding: 0;
              margin-left: 0;
              border: 0;
              margin-top: 0;
              padding-bottom: 15px; }
              .packages-redesign .section-choose-machine .container .inner-container .content .machines li ul li ul li, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li ul li ul li, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li ul li ul li,
              .packages-hws2 .section-choose-machine .container .inner-container .content .machines li ul li ul li,
              .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li ul li ul li,
              .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li ul li ul li {
                border: 0;
                width: auto !important;
                margin-bottom: 5px !important; }
                @media (max-width: 600px) {
                  .packages-redesign .section-choose-machine .container .inner-container .content .machines li ul li ul li, .packages-redesign .section-choose-machine .page-heading .inner-container .content .machines li ul li ul li, .packages-redesign .section-choose-machine .alertBox .inner-container .content .machines li ul li ul li,
                  .packages-hws2 .section-choose-machine .container .inner-container .content .machines li ul li ul li,
                  .packages-hws2 .section-choose-machine .page-heading .inner-container .content .machines li ul li ul li,
                  .packages-hws2 .section-choose-machine .alertBox .inner-container .content .machines li ul li ul li {
                    font-size: 10px; } }
  .packages-redesign .section-2 .container .content, .packages-redesign .section-2 .page-heading .content, .packages-redesign .section-2 .alertBox .content,
  .packages-hws2 .section-2 .container .content,
  .packages-hws2 .section-2 .page-heading .content,
  .packages-hws2 .section-2 .alertBox .content {
    background: transparent;
    border-top: 4px solid #F2F2F2;
    text-align: center;
    padding: 60px 30px;
    margin-top: 0; }
    @media (max-width: 600px) {
      .packages-redesign .section-2 .container .content, .packages-redesign .section-2 .page-heading .content, .packages-redesign .section-2 .alertBox .content,
      .packages-hws2 .section-2 .container .content,
      .packages-hws2 .section-2 .page-heading .content,
      .packages-hws2 .section-2 .alertBox .content {
        padding: 30px 15px;
        width: 100%;
        margin: 0 auto; } }
    .packages-redesign .section-2 .container .content h2, .packages-redesign .section-2 .page-heading .content h2, .packages-redesign .section-2 .alertBox .content h2,
    .packages-redesign .section-2 .container .content .selectedMachine3,
    .packages-redesign .section-2 .page-heading .content .selectedMachine3,
    .packages-redesign .section-2 .alertBox .content .selectedMachine3,
    .packages-hws2 .section-2 .container .content h2,
    .packages-hws2 .section-2 .page-heading .content h2,
    .packages-hws2 .section-2 .alertBox .content h2,
    .packages-hws2 .section-2 .container .content .selectedMachine3,
    .packages-hws2 .section-2 .page-heading .content .selectedMachine3,
    .packages-hws2 .section-2 .alertBox .content .selectedMachine3 {
      font-family: "Konnect-SemiBold" !important;
      font-size: 40px;
      font-weight: 400;
      color: #11214A;
      margin-bottom: 25px; }
      .packages-redesign .section-2 .container .content h2 span, .packages-redesign .section-2 .page-heading .content h2 span, .packages-redesign .section-2 .alertBox .content h2 span,
      .packages-redesign .section-2 .container .content .selectedMachine3 span,
      .packages-redesign .section-2 .page-heading .content .selectedMachine3 span,
      .packages-redesign .section-2 .alertBox .content .selectedMachine3 span,
      .packages-hws2 .section-2 .container .content h2 span,
      .packages-hws2 .section-2 .page-heading .content h2 span,
      .packages-hws2 .section-2 .alertBox .content h2 span,
      .packages-hws2 .section-2 .container .content .selectedMachine3 span,
      .packages-hws2 .section-2 .page-heading .content .selectedMachine3 span,
      .packages-hws2 .section-2 .alertBox .content .selectedMachine3 span {
        color: #11214A !important; }
      @media (max-width: 600px) {
        .packages-redesign .section-2 .container .content h2, .packages-redesign .section-2 .page-heading .content h2, .packages-redesign .section-2 .alertBox .content h2,
        .packages-redesign .section-2 .container .content .selectedMachine3,
        .packages-redesign .section-2 .page-heading .content .selectedMachine3,
        .packages-redesign .section-2 .alertBox .content .selectedMachine3,
        .packages-hws2 .section-2 .container .content h2,
        .packages-hws2 .section-2 .page-heading .content h2,
        .packages-hws2 .section-2 .alertBox .content h2,
        .packages-hws2 .section-2 .container .content .selectedMachine3,
        .packages-hws2 .section-2 .page-heading .content .selectedMachine3,
        .packages-hws2 .section-2 .alertBox .content .selectedMachine3 {
          font-size: 20px;
          margin-bottom: 20px;
          font-weight: 300; } }
    .packages-redesign .section-2 .container .content .sub-text, .packages-redesign .section-2 .page-heading .content .sub-text, .packages-redesign .section-2 .alertBox .content .sub-text,
    .packages-hws2 .section-2 .container .content .sub-text,
    .packages-hws2 .section-2 .page-heading .content .sub-text,
    .packages-hws2 .section-2 .alertBox .content .sub-text {
      font-size: 18px;
      margin-bottom: 40px;
      letter-spacing: -0.09px; }
      @media (max-width: 600px) {
        .packages-redesign .section-2 .container .content .sub-text, .packages-redesign .section-2 .page-heading .content .sub-text, .packages-redesign .section-2 .alertBox .content .sub-text,
        .packages-hws2 .section-2 .container .content .sub-text,
        .packages-hws2 .section-2 .page-heading .content .sub-text,
        .packages-hws2 .section-2 .alertBox .content .sub-text {
          font-size: 14px;
          margin-bottom: 30px; } }
    .packages-redesign .section-2 .container .content ul, .packages-redesign .section-2 .page-heading .content ul, .packages-redesign .section-2 .alertBox .content ul,
    .packages-hws2 .section-2 .container .content ul,
    .packages-hws2 .section-2 .page-heading .content ul,
    .packages-hws2 .section-2 .alertBox .content ul {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
      @media (max-width: 600px) {
        .packages-redesign .section-2 .container .content ul, .packages-redesign .section-2 .page-heading .content ul, .packages-redesign .section-2 .alertBox .content ul,
        .packages-hws2 .section-2 .container .content ul,
        .packages-hws2 .section-2 .page-heading .content ul,
        .packages-hws2 .section-2 .alertBox .content ul {
          display: block; } }
      .packages-redesign .section-2 .container .content ul li, .packages-redesign .section-2 .page-heading .content ul li, .packages-redesign .section-2 .alertBox .content ul li,
      .packages-hws2 .section-2 .container .content ul li,
      .packages-hws2 .section-2 .page-heading .content ul li,
      .packages-hws2 .section-2 .alertBox .content ul li {
        width: 30%;
        text-align: center;
        list-style: none;
        align-self: self-end;
        margin: 0 auto; }
        @media (max-width: 600px) {
          .packages-redesign .section-2 .container .content ul li, .packages-redesign .section-2 .page-heading .content ul li, .packages-redesign .section-2 .alertBox .content ul li,
          .packages-hws2 .section-2 .container .content ul li,
          .packages-hws2 .section-2 .page-heading .content ul li,
          .packages-hws2 .section-2 .alertBox .content ul li {
            width: 100%;
            margin-bottom: 15px; } }
        .packages-redesign .section-2 .container .content ul li:last-child .includes, .packages-redesign .section-2 .page-heading .content ul li:last-child .includes, .packages-redesign .section-2 .alertBox .content ul li:last-child .includes,
        .packages-hws2 .section-2 .container .content ul li:last-child .includes,
        .packages-hws2 .section-2 .page-heading .content ul li:last-child .includes,
        .packages-hws2 .section-2 .alertBox .content ul li:last-child .includes {
          margin-bottom: 12px !important; }
          .packages-redesign .section-2 .container .content ul li:last-child .includes.pr2, .packages-redesign .section-2 .page-heading .content ul li:last-child .includes.pr2, .packages-redesign .section-2 .alertBox .content ul li:last-child .includes.pr2,
          .packages-hws2 .section-2 .container .content ul li:last-child .includes.pr2,
          .packages-hws2 .section-2 .page-heading .content ul li:last-child .includes.pr2,
          .packages-hws2 .section-2 .alertBox .content ul li:last-child .includes.pr2 {
            margin-bottom: 13px !important; }
            @media (max-width: 600px) {
              .packages-redesign .section-2 .container .content ul li:last-child .includes.pr2, .packages-redesign .section-2 .page-heading .content ul li:last-child .includes.pr2, .packages-redesign .section-2 .alertBox .content ul li:last-child .includes.pr2,
              .packages-hws2 .section-2 .container .content ul li:last-child .includes.pr2,
              .packages-hws2 .section-2 .page-heading .content ul li:last-child .includes.pr2,
              .packages-hws2 .section-2 .alertBox .content ul li:last-child .includes.pr2 {
                margin-bottom: 12px !important; } }
        .packages-redesign .section-2 .container .content ul li:last-child .desc.inst, .packages-redesign .section-2 .page-heading .content ul li:last-child .desc.inst, .packages-redesign .section-2 .alertBox .content ul li:last-child .desc.inst,
        .packages-hws2 .section-2 .container .content ul li:last-child .desc.inst,
        .packages-hws2 .section-2 .page-heading .content ul li:last-child .desc.inst,
        .packages-hws2 .section-2 .alertBox .content ul li:last-child .desc.inst {
          margin-bottom: 30px; }
          @media (max-width: 767px) {
            .packages-redesign .section-2 .container .content ul li:last-child .desc.inst, .packages-redesign .section-2 .page-heading .content ul li:last-child .desc.inst, .packages-redesign .section-2 .alertBox .content ul li:last-child .desc.inst,
            .packages-hws2 .section-2 .container .content ul li:last-child .desc.inst,
            .packages-hws2 .section-2 .page-heading .content ul li:last-child .desc.inst,
            .packages-hws2 .section-2 .alertBox .content ul li:last-child .desc.inst {
              margin-bottom: 20px; } }
        .packages-redesign .section-2 .container .content ul li:last-child .desc.cancel, .packages-redesign .section-2 .page-heading .content ul li:last-child .desc.cancel, .packages-redesign .section-2 .alertBox .content ul li:last-child .desc.cancel,
        .packages-hws2 .section-2 .container .content ul li:last-child .desc.cancel,
        .packages-hws2 .section-2 .page-heading .content ul li:last-child .desc.cancel,
        .packages-hws2 .section-2 .alertBox .content ul li:last-child .desc.cancel {
          margin-bottom: 0; }
          @media (max-width: 600px) {
            .packages-redesign .section-2 .container .content ul li:last-child .desc.cancel, .packages-redesign .section-2 .page-heading .content ul li:last-child .desc.cancel, .packages-redesign .section-2 .alertBox .content ul li:last-child .desc.cancel,
            .packages-hws2 .section-2 .container .content ul li:last-child .desc.cancel,
            .packages-hws2 .section-2 .page-heading .content ul li:last-child .desc.cancel,
            .packages-hws2 .section-2 .alertBox .content ul li:last-child .desc.cancel {
              margin-bottom: 30px; } }
        .packages-redesign .section-2 .container .content ul li .panelHeading, .packages-redesign .section-2 .page-heading .content ul li .panelHeading, .packages-redesign .section-2 .alertBox .content ul li .panelHeading,
        .packages-hws2 .section-2 .container .content ul li .panelHeading,
        .packages-hws2 .section-2 .page-heading .content ul li .panelHeading,
        .packages-hws2 .section-2 .alertBox .content ul li .panelHeading {
          color: #fff;
          background: #2E4EC6;
          font-size: 16px;
          font-weight: bold;
          border-radius: 9px 9px 0px 0px;
          padding: 15px; }
        .packages-redesign .section-2 .container .content ul li .panelBody, .packages-redesign .section-2 .page-heading .content ul li .panelBody, .packages-redesign .section-2 .alertBox .content ul li .panelBody,
        .packages-hws2 .section-2 .container .content ul li .panelBody,
        .packages-hws2 .section-2 .page-heading .content ul li .panelBody,
        .packages-hws2 .section-2 .alertBox .content ul li .panelBody {
          padding: 40px 20px;
          font-size: 16px;
          border: 4px solid #F2F2F2;
          border-radius: 0px 0px 8px 8px;
          position: relative; }
          .packages-redesign .section-2 .container .content ul li .panelBody .mt-40, .packages-redesign .section-2 .page-heading .content ul li .panelBody .mt-40, .packages-redesign .section-2 .alertBox .content ul li .panelBody .mt-40,
          .packages-hws2 .section-2 .container .content ul li .panelBody .mt-40,
          .packages-hws2 .section-2 .page-heading .content ul li .panelBody .mt-40,
          .packages-hws2 .section-2 .alertBox .content ul li .panelBody .mt-40 {
            margin-top: 40px !important; }
            @media (max-width: 767px) {
              .packages-redesign .section-2 .container .content ul li .panelBody .mt-40, .packages-redesign .section-2 .page-heading .content ul li .panelBody .mt-40, .packages-redesign .section-2 .alertBox .content ul li .panelBody .mt-40,
              .packages-hws2 .section-2 .container .content ul li .panelBody .mt-40,
              .packages-hws2 .section-2 .page-heading .content ul li .panelBody .mt-40,
              .packages-hws2 .section-2 .alertBox .content ul li .panelBody .mt-40 {
                margin-top: 20px !important; } }
          .packages-redesign .section-2 .container .content ul li .panelBody .mb-40, .packages-redesign .section-2 .page-heading .content ul li .panelBody .mb-40, .packages-redesign .section-2 .alertBox .content ul li .panelBody .mb-40,
          .packages-hws2 .section-2 .container .content ul li .panelBody .mb-40,
          .packages-hws2 .section-2 .page-heading .content ul li .panelBody .mb-40,
          .packages-hws2 .section-2 .alertBox .content ul li .panelBody .mb-40 {
            margin-bottom: 40px !important; }
            @media (max-width: 767px) {
              .packages-redesign .section-2 .container .content ul li .panelBody .mb-40, .packages-redesign .section-2 .page-heading .content ul li .panelBody .mb-40, .packages-redesign .section-2 .alertBox .content ul li .panelBody .mb-40,
              .packages-hws2 .section-2 .container .content ul li .panelBody .mb-40,
              .packages-hws2 .section-2 .page-heading .content ul li .panelBody .mb-40,
              .packages-hws2 .section-2 .alertBox .content ul li .panelBody .mb-40 {
                margin-bottom: 20px !important; } }
          .packages-redesign .section-2 .container .content ul li .panelBody .text-color-red, .packages-redesign .section-2 .page-heading .content ul li .panelBody .text-color-red, .packages-redesign .section-2 .alertBox .content ul li .panelBody .text-color-red,
          .packages-redesign .section-2 .container .content ul li .panelBody del,
          .packages-redesign .section-2 .page-heading .content ul li .panelBody del,
          .packages-redesign .section-2 .alertBox .content ul li .panelBody del,
          .packages-hws2 .section-2 .container .content ul li .panelBody .text-color-red,
          .packages-hws2 .section-2 .page-heading .content ul li .panelBody .text-color-red,
          .packages-hws2 .section-2 .alertBox .content ul li .panelBody .text-color-red,
          .packages-hws2 .section-2 .container .content ul li .panelBody del,
          .packages-hws2 .section-2 .page-heading .content ul li .panelBody del,
          .packages-hws2 .section-2 .alertBox .content ul li .panelBody del {
            color: #2557D6 !important;
            font-weight: bold !important; }
            .packages-redesign .section-2 .container .content ul li .panelBody .text-color-red .block, .packages-redesign .section-2 .page-heading .content ul li .panelBody .text-color-red .block, .packages-redesign .section-2 .alertBox .content ul li .panelBody .text-color-red .block,
            .packages-redesign .section-2 .container .content ul li .panelBody del .block,
            .packages-redesign .section-2 .page-heading .content ul li .panelBody del .block,
            .packages-redesign .section-2 .alertBox .content ul li .panelBody del .block,
            .packages-hws2 .section-2 .container .content ul li .panelBody .text-color-red .block,
            .packages-hws2 .section-2 .page-heading .content ul li .panelBody .text-color-red .block,
            .packages-hws2 .section-2 .alertBox .content ul li .panelBody .text-color-red .block,
            .packages-hws2 .section-2 .container .content ul li .panelBody del .block,
            .packages-hws2 .section-2 .page-heading .content ul li .panelBody del .block,
            .packages-hws2 .section-2 .alertBox .content ul li .panelBody del .block {
              display: block; }
            .packages-redesign .section-2 .container .content ul li .panelBody .text-color-red.price, .packages-redesign .section-2 .page-heading .content ul li .panelBody .text-color-red.price, .packages-redesign .section-2 .alertBox .content ul li .panelBody .text-color-red.price,
            .packages-redesign .section-2 .container .content ul li .panelBody del.price,
            .packages-redesign .section-2 .page-heading .content ul li .panelBody del.price,
            .packages-redesign .section-2 .alertBox .content ul li .panelBody del.price,
            .packages-hws2 .section-2 .container .content ul li .panelBody .text-color-red.price,
            .packages-hws2 .section-2 .page-heading .content ul li .panelBody .text-color-red.price,
            .packages-hws2 .section-2 .alertBox .content ul li .panelBody .text-color-red.price,
            .packages-hws2 .section-2 .container .content ul li .panelBody del.price,
            .packages-hws2 .section-2 .page-heading .content ul li .panelBody del.price,
            .packages-hws2 .section-2 .alertBox .content ul li .panelBody del.price {
              font-weight: bold !important; }
          .packages-redesign .section-2 .container .content ul li .panelBody .mp12-mt97, .packages-redesign .section-2 .page-heading .content ul li .panelBody .mp12-mt97, .packages-redesign .section-2 .alertBox .content ul li .panelBody .mp12-mt97,
          .packages-hws2 .section-2 .container .content ul li .panelBody .mp12-mt97,
          .packages-hws2 .section-2 .page-heading .content ul li .panelBody .mp12-mt97,
          .packages-hws2 .section-2 .alertBox .content ul li .panelBody .mp12-mt97 {
            margin-top: 97px !important; }
            @media (max-width: 767px) {
              .packages-redesign .section-2 .container .content ul li .panelBody .mp12-mt97, .packages-redesign .section-2 .page-heading .content ul li .panelBody .mp12-mt97, .packages-redesign .section-2 .alertBox .content ul li .panelBody .mp12-mt97,
              .packages-hws2 .section-2 .container .content ul li .panelBody .mp12-mt97,
              .packages-hws2 .section-2 .page-heading .content ul li .panelBody .mp12-mt97,
              .packages-hws2 .section-2 .alertBox .content ul li .panelBody .mp12-mt97 {
                margin-top: 35px !important; } }
          .packages-redesign .section-2 .container .content ul li .panelBody .mp12-space, .packages-redesign .section-2 .page-heading .content ul li .panelBody .mp12-space, .packages-redesign .section-2 .alertBox .content ul li .panelBody .mp12-space,
          .packages-hws2 .section-2 .container .content ul li .panelBody .mp12-space,
          .packages-hws2 .section-2 .page-heading .content ul li .panelBody .mp12-space,
          .packages-hws2 .section-2 .alertBox .content ul li .panelBody .mp12-space {
            margin-bottom: 35px; }
            @media (max-width: 767px) {
              .packages-redesign .section-2 .container .content ul li .panelBody .mp12-space, .packages-redesign .section-2 .page-heading .content ul li .panelBody .mp12-space, .packages-redesign .section-2 .alertBox .content ul li .panelBody .mp12-space,
              .packages-hws2 .section-2 .container .content ul li .panelBody .mp12-space,
              .packages-hws2 .section-2 .page-heading .content ul li .panelBody .mp12-space,
              .packages-hws2 .section-2 .alertBox .content ul li .panelBody .mp12-space {
                margin-bottom: 0; } }
            .packages-redesign .section-2 .container .content ul li .panelBody .mp12-space.pr2, .packages-redesign .section-2 .page-heading .content ul li .panelBody .mp12-space.pr2, .packages-redesign .section-2 .alertBox .content ul li .panelBody .mp12-space.pr2,
            .packages-hws2 .section-2 .container .content ul li .panelBody .mp12-space.pr2,
            .packages-hws2 .section-2 .page-heading .content ul li .panelBody .mp12-space.pr2,
            .packages-hws2 .section-2 .alertBox .content ul li .panelBody .mp12-space.pr2 {
              margin-bottom: 15px !important; }
          .packages-redesign .section-2 .container .content ul li .panelBody .space, .packages-redesign .section-2 .page-heading .content ul li .panelBody .space, .packages-redesign .section-2 .alertBox .content ul li .panelBody .space,
          .packages-hws2 .section-2 .container .content ul li .panelBody .space,
          .packages-hws2 .section-2 .page-heading .content ul li .panelBody .space,
          .packages-hws2 .section-2 .alertBox .content ul li .panelBody .space {
            display: block;
            height: 28px; }
            @media (max-width: 767px) {
              .packages-redesign .section-2 .container .content ul li .panelBody .space, .packages-redesign .section-2 .page-heading .content ul li .panelBody .space, .packages-redesign .section-2 .alertBox .content ul li .panelBody .space,
              .packages-hws2 .section-2 .container .content ul li .panelBody .space,
              .packages-hws2 .section-2 .page-heading .content ul li .panelBody .space,
              .packages-hws2 .section-2 .alertBox .content ul li .panelBody .space {
                height: 15px; } }
            .packages-redesign .section-2 .container .content ul li .panelBody .space2, .packages-redesign .section-2 .page-heading .content ul li .panelBody .space2, .packages-redesign .section-2 .alertBox .content ul li .panelBody .space2,
            .packages-hws2 .section-2 .container .content ul li .panelBody .space2,
            .packages-hws2 .section-2 .page-heading .content ul li .panelBody .space2,
            .packages-hws2 .section-2 .alertBox .content ul li .panelBody .space2 {
              height: 19px; }
          @media (max-width: 600px) {
            .packages-redesign .section-2 .container .content ul li .panelBody, .packages-redesign .section-2 .page-heading .content ul li .panelBody, .packages-redesign .section-2 .alertBox .content ul li .panelBody,
            .packages-hws2 .section-2 .container .content ul li .panelBody,
            .packages-hws2 .section-2 .page-heading .content ul li .panelBody,
            .packages-hws2 .section-2 .alertBox .content ul li .panelBody {
              text-align: center !important;
              padding: 20px 20px; } }
          @media (max-width: 600px) {
            .packages-redesign .section-2 .container .content ul li .panelBody .m-price, .packages-redesign .section-2 .page-heading .content ul li .panelBody .m-price, .packages-redesign .section-2 .alertBox .content ul li .panelBody .m-price,
            .packages-hws2 .section-2 .container .content ul li .panelBody .m-price,
            .packages-hws2 .section-2 .page-heading .content ul li .panelBody .m-price,
            .packages-hws2 .section-2 .alertBox .content ul li .panelBody .m-price {
              position: absolute;
              top: 20px;
              right: 20px;
              width: 70px; } }
          .packages-redesign .section-2 .container .content ul li .panelBody h4, .packages-redesign .section-2 .page-heading .content ul li .panelBody h4, .packages-redesign .section-2 .alertBox .content ul li .panelBody h4,
          .packages-hws2 .section-2 .container .content ul li .panelBody h4,
          .packages-hws2 .section-2 .page-heading .content ul li .panelBody h4,
          .packages-hws2 .section-2 .alertBox .content ul li .panelBody h4 {
            font-size: 20px;
            font: normal normal bold 20px/20px konnect-medium;
            color: #2E4EC6 !important; }
            .packages-redesign .section-2 .container .content ul li .panelBody h4 span, .packages-redesign .section-2 .page-heading .content ul li .panelBody h4 span, .packages-redesign .section-2 .alertBox .content ul li .panelBody h4 span,
            .packages-hws2 .section-2 .container .content ul li .panelBody h4 span,
            .packages-hws2 .section-2 .page-heading .content ul li .panelBody h4 span,
            .packages-hws2 .section-2 .alertBox .content ul li .panelBody h4 span {
              color: #2E4EC6 !important; }
            @media (max-width: 600px) {
              .packages-redesign .section-2 .container .content ul li .panelBody h4, .packages-redesign .section-2 .page-heading .content ul li .panelBody h4, .packages-redesign .section-2 .alertBox .content ul li .panelBody h4,
              .packages-hws2 .section-2 .container .content ul li .panelBody h4,
              .packages-hws2 .section-2 .page-heading .content ul li .panelBody h4,
              .packages-hws2 .section-2 .alertBox .content ul li .panelBody h4 {
                width: 100%;
                font-size: 18px;
                margin-bottom: 8px; } }
          .packages-redesign .section-2 .container .content ul li .panelBody .desc, .packages-redesign .section-2 .page-heading .content ul li .panelBody .desc, .packages-redesign .section-2 .alertBox .content ul li .panelBody .desc,
          .packages-hws2 .section-2 .container .content ul li .panelBody .desc,
          .packages-hws2 .section-2 .page-heading .content ul li .panelBody .desc,
          .packages-hws2 .section-2 .alertBox .content ul li .panelBody .desc {
            color: #7F7F7F;
            font-size: 14px;
            letter-spacing: -0.07px; }
            .packages-redesign .section-2 .container .content ul li .panelBody .desc span, .packages-redesign .section-2 .page-heading .content ul li .panelBody .desc span, .packages-redesign .section-2 .alertBox .content ul li .panelBody .desc span,
            .packages-hws2 .section-2 .container .content ul li .panelBody .desc span,
            .packages-hws2 .section-2 .page-heading .content ul li .panelBody .desc span,
            .packages-hws2 .section-2 .alertBox .content ul li .panelBody .desc span {
              color: #f2664a; }
              .packages-redesign .section-2 .container .content ul li .panelBody .desc span.forMonths, .packages-redesign .section-2 .page-heading .content ul li .panelBody .desc span.forMonths, .packages-redesign .section-2 .alertBox .content ul li .panelBody .desc span.forMonths, .packages-redesign .section-2 .container .content ul li .panelBody .desc span.basePrice, .packages-redesign .section-2 .page-heading .content ul li .panelBody .desc span.basePrice, .packages-redesign .section-2 .alertBox .content ul li .panelBody .desc span.basePrice,
              .packages-hws2 .section-2 .container .content ul li .panelBody .desc span.forMonths,
              .packages-hws2 .section-2 .page-heading .content ul li .panelBody .desc span.forMonths,
              .packages-hws2 .section-2 .alertBox .content ul li .panelBody .desc span.forMonths,
              .packages-hws2 .section-2 .container .content ul li .panelBody .desc span.basePrice,
              .packages-hws2 .section-2 .page-heading .content ul li .panelBody .desc span.basePrice,
              .packages-hws2 .section-2 .alertBox .content ul li .panelBody .desc span.basePrice {
                color: #7F7F7F; }
            @media (max-width: 600px) {
              .packages-redesign .section-2 .container .content ul li .panelBody .desc, .packages-redesign .section-2 .page-heading .content ul li .panelBody .desc, .packages-redesign .section-2 .alertBox .content ul li .panelBody .desc,
              .packages-hws2 .section-2 .container .content ul li .panelBody .desc,
              .packages-hws2 .section-2 .page-heading .content ul li .panelBody .desc,
              .packages-hws2 .section-2 .alertBox .content ul li .panelBody .desc {
                font-size: 12px;
                margin-bottom: 20px; } }
            @media (max-width: 320px) {
              .packages-redesign .section-2 .container .content ul li .panelBody .desc, .packages-redesign .section-2 .page-heading .content ul li .panelBody .desc, .packages-redesign .section-2 .alertBox .content ul li .panelBody .desc,
              .packages-hws2 .section-2 .container .content ul li .panelBody .desc,
              .packages-hws2 .section-2 .page-heading .content ul li .panelBody .desc,
              .packages-hws2 .section-2 .alertBox .content ul li .panelBody .desc {
                width: 100%; } }
          .packages-redesign .section-2 .container .content ul li .panelBody .text-red, .packages-redesign .section-2 .page-heading .content ul li .panelBody .text-red, .packages-redesign .section-2 .alertBox .content ul li .panelBody .text-red,
          .packages-hws2 .section-2 .container .content ul li .panelBody .text-red,
          .packages-hws2 .section-2 .page-heading .content ul li .panelBody .text-red,
          .packages-hws2 .section-2 .alertBox .content ul li .panelBody .text-red {
            color: #2E4EC6;
            font-weight: 800;
            font-size: 16px; }
            @media (max-width: 600px) {
              .packages-redesign .section-2 .container .content ul li .panelBody .text-red, .packages-redesign .section-2 .page-heading .content ul li .panelBody .text-red, .packages-redesign .section-2 .alertBox .content ul li .panelBody .text-red,
              .packages-hws2 .section-2 .container .content ul li .panelBody .text-red,
              .packages-hws2 .section-2 .page-heading .content ul li .panelBody .text-red,
              .packages-hws2 .section-2 .alertBox .content ul li .panelBody .text-red {
                width: 60%;
                font-size: 12px; } }
          .packages-redesign .section-2 .container .content ul li .panelBody .includes, .packages-redesign .section-2 .page-heading .content ul li .panelBody .includes, .packages-redesign .section-2 .alertBox .content ul li .panelBody .includes,
          .packages-hws2 .section-2 .container .content ul li .panelBody .includes,
          .packages-hws2 .section-2 .page-heading .content ul li .panelBody .includes,
          .packages-hws2 .section-2 .alertBox .content ul li .panelBody .includes {
            display: table;
            position: relative;
            margin: auto auto 0;
            font-size: 14px;
            color: #7F7F7F; }
            @media (max-width: 600px) {
              .packages-redesign .section-2 .container .content ul li .panelBody .includes, .packages-redesign .section-2 .page-heading .content ul li .panelBody .includes, .packages-redesign .section-2 .alertBox .content ul li .panelBody .includes,
              .packages-hws2 .section-2 .container .content ul li .panelBody .includes,
              .packages-hws2 .section-2 .page-heading .content ul li .panelBody .includes,
              .packages-hws2 .section-2 .alertBox .content ul li .panelBody .includes {
                text-align: left;
                margin: 0 auto; }
                .packages-redesign .section-2 .container .content ul li .panelBody .includes.works, .packages-redesign .section-2 .page-heading .content ul li .panelBody .includes.works, .packages-redesign .section-2 .alertBox .content ul li .panelBody .includes.works,
                .packages-hws2 .section-2 .container .content ul li .panelBody .includes.works,
                .packages-hws2 .section-2 .page-heading .content ul li .panelBody .includes.works,
                .packages-hws2 .section-2 .alertBox .content ul li .panelBody .includes.works {
                  text-align: center;
                  margin: 0 auto; } }
            .packages-redesign .section-2 .container .content ul li .panelBody .includes span, .packages-redesign .section-2 .page-heading .content ul li .panelBody .includes span, .packages-redesign .section-2 .alertBox .content ul li .panelBody .includes span,
            .packages-hws2 .section-2 .container .content ul li .panelBody .includes span,
            .packages-hws2 .section-2 .page-heading .content ul li .panelBody .includes span,
            .packages-hws2 .section-2 .alertBox .content ul li .panelBody .includes span {
              content: "";
              background: url(../img/packages/info-icon.svg) no-repeat center center;
              height: 14px;
              width: 14px;
              display: block;
              cursor: pointer;
              position: absolute;
              bottom: 0;
              top: 4px;
              right: -20px; }
          .packages-redesign .section-2 .container .content ul li .panelBody .monthly, .packages-redesign .section-2 .page-heading .content ul li .panelBody .monthly, .packages-redesign .section-2 .alertBox .content ul li .panelBody .monthly,
          .packages-hws2 .section-2 .container .content ul li .panelBody .monthly,
          .packages-hws2 .section-2 .page-heading .content ul li .panelBody .monthly,
          .packages-hws2 .section-2 .alertBox .content ul li .panelBody .monthly {
            color: #333;
            font: normal normal normal 14px/18px konnect-regular;
            margin-bottom: 5px;
            letter-spacing: -0.07px; }
            @media (max-width: 600px) {
              .packages-redesign .section-2 .container .content ul li .panelBody .monthly, .packages-redesign .section-2 .page-heading .content ul li .panelBody .monthly, .packages-redesign .section-2 .alertBox .content ul li .panelBody .monthly,
              .packages-hws2 .section-2 .container .content ul li .panelBody .monthly,
              .packages-hws2 .section-2 .page-heading .content ul li .panelBody .monthly,
              .packages-hws2 .section-2 .alertBox .content ul li .panelBody .monthly {
                font-size: 12px; } }
          .packages-redesign .section-2 .container .content ul li .panelBody .promo-text2, .packages-redesign .section-2 .page-heading .content ul li .panelBody .promo-text2, .packages-redesign .section-2 .alertBox .content ul li .panelBody .promo-text2,
          .packages-hws2 .section-2 .container .content ul li .panelBody .promo-text2,
          .packages-hws2 .section-2 .page-heading .content ul li .panelBody .promo-text2,
          .packages-hws2 .section-2 .alertBox .content ul li .panelBody .promo-text2 {
            background: #f2664a;
            border-radius: 10px;
            color: #fff;
            padding: 5px 15px;
            font-weight: bold;
            width: auto;
            display: table;
            margin: 0 auto 15px; }
          .packages-redesign .section-2 .container .content ul li .panelBody .limited-text, .packages-redesign .section-2 .page-heading .content ul li .panelBody .limited-text, .packages-redesign .section-2 .alertBox .content ul li .panelBody .limited-text,
          .packages-hws2 .section-2 .container .content ul li .panelBody .limited-text,
          .packages-hws2 .section-2 .page-heading .content ul li .panelBody .limited-text,
          .packages-hws2 .section-2 .alertBox .content ul li .panelBody .limited-text {
            color: #f2664a;
            display: block;
            margin-bottom: 0; }
          .packages-redesign .section-2 .container .content ul li .panelBody .price, .packages-redesign .section-2 .page-heading .content ul li .panelBody .price, .packages-redesign .section-2 .alertBox .content ul li .panelBody .price,
          .packages-hws2 .section-2 .container .content ul li .panelBody .price,
          .packages-hws2 .section-2 .page-heading .content ul li .panelBody .price,
          .packages-hws2 .section-2 .alertBox .content ul li .panelBody .price {
            color: #f2664a !important;
            font: normal normal 900 24px/18px konnect-medium !important;
            letter-spacing: -0.12px;
            margin-bottom: 5px; }
            .packages-redesign .section-2 .container .content ul li .panelBody .price.promo, .packages-redesign .section-2 .page-heading .content ul li .panelBody .price.promo, .packages-redesign .section-2 .alertBox .content ul li .panelBody .price.promo,
            .packages-hws2 .section-2 .container .content ul li .panelBody .price.promo,
            .packages-hws2 .section-2 .page-heading .content ul li .panelBody .price.promo,
            .packages-hws2 .section-2 .alertBox .content ul li .panelBody .price.promo {
              color: #f2664a !important; }
            @media (max-width: 600px) {
              .packages-redesign .section-2 .container .content ul li .panelBody .price, .packages-redesign .section-2 .page-heading .content ul li .panelBody .price, .packages-redesign .section-2 .alertBox .content ul li .panelBody .price,
              .packages-hws2 .section-2 .container .content ul li .panelBody .price,
              .packages-hws2 .section-2 .page-heading .content ul li .panelBody .price,
              .packages-hws2 .section-2 .alertBox .content ul li .panelBody .price {
                font-size: 20px; } }
          .packages-redesign .section-2 .container .content ul li .panelBody .choose-plan-btn, .packages-redesign .section-2 .page-heading .content ul li .panelBody .choose-plan-btn, .packages-redesign .section-2 .alertBox .content ul li .panelBody .choose-plan-btn,
          .packages-hws2 .section-2 .container .content ul li .panelBody .choose-plan-btn,
          .packages-hws2 .section-2 .page-heading .content ul li .panelBody .choose-plan-btn,
          .packages-hws2 .section-2 .alertBox .content ul li .panelBody .choose-plan-btn {
            margin-top: 30px; }
            .packages-redesign .section-2 .container .content ul li .panelBody .choose-plan-btn button, .packages-redesign .section-2 .page-heading .content ul li .panelBody .choose-plan-btn button, .packages-redesign .section-2 .alertBox .content ul li .panelBody .choose-plan-btn button,
            .packages-hws2 .section-2 .container .content ul li .panelBody .choose-plan-btn button,
            .packages-hws2 .section-2 .page-heading .content ul li .panelBody .choose-plan-btn button,
            .packages-hws2 .section-2 .alertBox .content ul li .panelBody .choose-plan-btn button {
              font-size: 14px;
              width: 100%;
              padding: 10px;
              background: #f2664a !important; }
              .packages-redesign .section-2 .container .content ul li .panelBody .choose-plan-btn button span, .packages-redesign .section-2 .page-heading .content ul li .panelBody .choose-plan-btn button span, .packages-redesign .section-2 .alertBox .content ul li .panelBody .choose-plan-btn button span,
              .packages-hws2 .section-2 .container .content ul li .panelBody .choose-plan-btn button span,
              .packages-hws2 .section-2 .page-heading .content ul li .panelBody .choose-plan-btn button span,
              .packages-hws2 .section-2 .alertBox .content ul li .panelBody .choose-plan-btn button span {
                display: block;
                color: #fff; }
    .packages-redesign .section-2 .container .content .sub-heading, .packages-redesign .section-2 .page-heading .content .sub-heading, .packages-redesign .section-2 .alertBox .content .sub-heading,
    .packages-hws2 .section-2 .container .content .sub-heading,
    .packages-hws2 .section-2 .page-heading .content .sub-heading,
    .packages-hws2 .section-2 .alertBox .content .sub-heading {
      font-size: 20px;
      font-weight: 400;
      font-family: konnect; }
      @media (max-width: 600px) {
        .packages-redesign .section-2 .container .content .sub-heading, .packages-redesign .section-2 .page-heading .content .sub-heading, .packages-redesign .section-2 .alertBox .content .sub-heading,
        .packages-hws2 .section-2 .container .content .sub-heading,
        .packages-hws2 .section-2 .page-heading .content .sub-heading,
        .packages-hws2 .section-2 .alertBox .content .sub-heading {
          font-size: 14px !important;
          line-height: 1em;
          margin-bottom: 15px; } }
    .packages-redesign .section-2 .container .content ul.checklist, .packages-redesign .section-2 .page-heading .content ul.checklist, .packages-redesign .section-2 .alertBox .content ul.checklist,
    .packages-hws2 .section-2 .container .content ul.checklist,
    .packages-hws2 .section-2 .page-heading .content ul.checklist,
    .packages-hws2 .section-2 .alertBox .content ul.checklist {
      margin: 30px auto;
      display: table;
      width: 100%; }
      @media (max-width: 600px) {
        .packages-redesign .section-2 .container .content ul.checklist, .packages-redesign .section-2 .page-heading .content ul.checklist, .packages-redesign .section-2 .alertBox .content ul.checklist,
        .packages-hws2 .section-2 .container .content ul.checklist,
        .packages-hws2 .section-2 .page-heading .content ul.checklist,
        .packages-hws2 .section-2 .alertBox .content ul.checklist {
          margin: 0 0 15px auto;
          display: table;
          width: 85%; } }
      .packages-redesign .section-2 .container .content ul.checklist li, .packages-redesign .section-2 .page-heading .content ul.checklist li, .packages-redesign .section-2 .alertBox .content ul.checklist li,
      .packages-hws2 .section-2 .container .content ul.checklist li,
      .packages-hws2 .section-2 .page-heading .content ul.checklist li,
      .packages-hws2 .section-2 .alertBox .content ul.checklist li {
        position: relative;
        margin-bottom: 20px;
        font-size: 18px;
        text-indent: -0.1em;
        list-style: none;
        text-align: left; }
        @media (max-width: 600px) {
          .packages-redesign .section-2 .container .content ul.checklist li, .packages-redesign .section-2 .page-heading .content ul.checklist li, .packages-redesign .section-2 .alertBox .content ul.checklist li,
          .packages-hws2 .section-2 .container .content ul.checklist li,
          .packages-hws2 .section-2 .page-heading .content ul.checklist li,
          .packages-hws2 .section-2 .alertBox .content ul.checklist li {
            margin-bottom: 15px;
            font-size: 14px; } }
        .packages-redesign .section-2 .container .content ul.checklist li:before, .packages-redesign .section-2 .page-heading .content ul.checklist li:before, .packages-redesign .section-2 .alertBox .content ul.checklist li:before,
        .packages-hws2 .section-2 .container .content ul.checklist li:before,
        .packages-hws2 .section-2 .page-heading .content ul.checklist li:before,
        .packages-hws2 .section-2 .alertBox .content ul.checklist li:before {
          content: "";
          display: inline-block;
          background: url(..../../../icons/reskin/check-circle.svg) no-repeat center center;
          width: 27px;
          position: absolute;
          height: 27px;
          top: -3px;
          bottom: 0;
          margin-left: -32px;
          background-size: 100%; }
    .packages-redesign .section-2 .container .content .klarna-disclaimer, .packages-redesign .section-2 .page-heading .content .klarna-disclaimer, .packages-redesign .section-2 .alertBox .content .klarna-disclaimer,
    .packages-hws2 .section-2 .container .content .klarna-disclaimer,
    .packages-hws2 .section-2 .page-heading .content .klarna-disclaimer,
    .packages-hws2 .section-2 .alertBox .content .klarna-disclaimer {
      display: block;
      width: 500px;
      text-align: center;
      margin: 40px auto 0; }
      @media (max-width: 767px) {
        .packages-redesign .section-2 .container .content .klarna-disclaimer, .packages-redesign .section-2 .page-heading .content .klarna-disclaimer, .packages-redesign .section-2 .alertBox .content .klarna-disclaimer,
        .packages-hws2 .section-2 .container .content .klarna-disclaimer,
        .packages-hws2 .section-2 .page-heading .content .klarna-disclaimer,
        .packages-hws2 .section-2 .alertBox .content .klarna-disclaimer {
          width: 90%;
          margin-top: 20px; } }
      .packages-redesign .section-2 .container .content .klarna-disclaimer p, .packages-redesign .section-2 .page-heading .content .klarna-disclaimer p, .packages-redesign .section-2 .alertBox .content .klarna-disclaimer p,
      .packages-hws2 .section-2 .container .content .klarna-disclaimer p,
      .packages-hws2 .section-2 .page-heading .content .klarna-disclaimer p,
      .packages-hws2 .section-2 .alertBox .content .klarna-disclaimer p {
        color: #333;
        font-size: 12px;
        text-align: center; }
  .packages-redesign .how-it-works,
  .packages-hws2 .how-it-works {
    margin: 100px auto; }
    @media (max-width: 600px) {
      .packages-redesign .how-it-works,
      .packages-hws2 .how-it-works {
        margin: 30px auto; } }
    .packages-redesign .how-it-works .container, .packages-redesign .how-it-works .page-heading, .packages-redesign .how-it-works .alertBox,
    .packages-hws2 .how-it-works .container,
    .packages-hws2 .how-it-works .page-heading,
    .packages-hws2 .how-it-works .alertBox {
      background-color: #f2f2f2;
      -webkit-mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
      mask: url(../img/ellipse-mask-top.svg) top center/cover, url(../img/ellipse-mask-bottom.svg) bottom center/cover;
      -webkit-mask-composite: source-in, source-over, xor;
      mask-composite: source-in, source-over, xor;
      border: 1px solid #f2f2f2;
      padding: 100px 30px; }
      @media (max-width: 767px) {
        .packages-redesign .how-it-works .container, .packages-redesign .how-it-works .page-heading, .packages-redesign .how-it-works .alertBox,
        .packages-hws2 .how-it-works .container,
        .packages-hws2 .how-it-works .page-heading,
        .packages-hws2 .how-it-works .alertBox {
          padding: 30px; } }
      .packages-redesign .how-it-works .container .inner-container, .packages-redesign .how-it-works .page-heading .inner-container, .packages-redesign .how-it-works .alertBox .inner-container,
      .packages-hws2 .how-it-works .container .inner-container,
      .packages-hws2 .how-it-works .page-heading .inner-container,
      .packages-hws2 .how-it-works .alertBox .inner-container {
        padding-top: 10px;
        padding-bottom: 0; }
        @media (max-width: 600px) {
          .packages-redesign .how-it-works .container .inner-container, .packages-redesign .how-it-works .page-heading .inner-container, .packages-redesign .how-it-works .alertBox .inner-container,
          .packages-hws2 .how-it-works .container .inner-container,
          .packages-hws2 .how-it-works .page-heading .inner-container,
          .packages-hws2 .how-it-works .alertBox .inner-container {
            padding: 0; } }
      .packages-redesign .how-it-works .container h2, .packages-redesign .how-it-works .page-heading h2, .packages-redesign .how-it-works .alertBox h2,
      .packages-hws2 .how-it-works .container h2,
      .packages-hws2 .how-it-works .page-heading h2,
      .packages-hws2 .how-it-works .alertBox h2 {
        font-size: 40px;
        font-weight: 900;
        text-align: center; }
        @media (max-width: 600px) {
          .packages-redesign .how-it-works .container h2, .packages-redesign .how-it-works .page-heading h2, .packages-redesign .how-it-works .alertBox h2,
          .packages-hws2 .how-it-works .container h2,
          .packages-hws2 .how-it-works .page-heading h2,
          .packages-hws2 .how-it-works .alertBox h2 {
            margin-bottom: 25px;
            font-size: 24px; } }
      .packages-redesign .how-it-works .container ul, .packages-redesign .how-it-works .page-heading ul, .packages-redesign .how-it-works .alertBox ul,
      .packages-hws2 .how-it-works .container ul,
      .packages-hws2 .how-it-works .page-heading ul,
      .packages-hws2 .how-it-works .alertBox ul {
        width: 870px;
        margin: 0 auto; }
        @media (max-width: 1024px) {
          .packages-redesign .how-it-works .container ul, .packages-redesign .how-it-works .page-heading ul, .packages-redesign .how-it-works .alertBox ul,
          .packages-hws2 .how-it-works .container ul,
          .packages-hws2 .how-it-works .page-heading ul,
          .packages-hws2 .how-it-works .alertBox ul {
            width: 100%; } }
        .packages-redesign .how-it-works .container ul li, .packages-redesign .how-it-works .page-heading ul li, .packages-redesign .how-it-works .alertBox ul li,
        .packages-hws2 .how-it-works .container ul li,
        .packages-hws2 .how-it-works .page-heading ul li,
        .packages-hws2 .how-it-works .alertBox ul li {
          list-style: none;
          padding: 30px;
          margin: 0 auto 20px;
          background: #fff;
          border-radius: 8px; }
          @media (max-width: 600px) {
            .packages-redesign .how-it-works .container ul li, .packages-redesign .how-it-works .page-heading ul li, .packages-redesign .how-it-works .alertBox ul li,
            .packages-hws2 .how-it-works .container ul li,
            .packages-hws2 .how-it-works .page-heading ul li,
            .packages-hws2 .how-it-works .alertBox ul li {
              padding: 15px;
              border-radius: 4px; } }
          .packages-redesign .how-it-works .container ul li.active .flex .contents .step:before, .packages-redesign .how-it-works .page-heading ul li.active .flex .contents .step:before, .packages-redesign .how-it-works .alertBox ul li.active .flex .contents .step:before,
          .packages-hws2 .how-it-works .container ul li.active .flex .contents .step:before,
          .packages-hws2 .how-it-works .page-heading ul li.active .flex .contents .step:before,
          .packages-hws2 .how-it-works .alertBox ul li.active .flex .contents .step:before {
            transform: rotate(180deg) translateY(-50%); }
          .packages-redesign .how-it-works .container ul li.active .flex .contents .step:after, .packages-redesign .how-it-works .page-heading ul li.active .flex .contents .step:after, .packages-redesign .how-it-works .alertBox ul li.active .flex .contents .step:after,
          .packages-hws2 .how-it-works .container ul li.active .flex .contents .step:after,
          .packages-hws2 .how-it-works .page-heading ul li.active .flex .contents .step:after,
          .packages-hws2 .how-it-works .alertBox ul li.active .flex .contents .step:after {
            opacity: 0;
            transform: rotate(180deg) translateY(-50%); }
          .packages-redesign .how-it-works .container ul li.active .flex .contents .hidden-content, .packages-redesign .how-it-works .page-heading ul li.active .flex .contents .hidden-content, .packages-redesign .how-it-works .alertBox ul li.active .flex .contents .hidden-content,
          .packages-hws2 .how-it-works .container ul li.active .flex .contents .hidden-content,
          .packages-hws2 .how-it-works .page-heading ul li.active .flex .contents .hidden-content,
          .packages-hws2 .how-it-works .alertBox ul li.active .flex .contents .hidden-content {
            display: block !important; }
          .packages-redesign .how-it-works .container ul li .flex, .packages-redesign .how-it-works .page-heading ul li .flex, .packages-redesign .how-it-works .alertBox ul li .flex,
          .packages-hws2 .how-it-works .container ul li .flex,
          .packages-hws2 .how-it-works .page-heading ul li .flex,
          .packages-hws2 .how-it-works .alertBox ul li .flex {
            display: flex;
            flex-wrap: nowrap; }
            .packages-redesign .how-it-works .container ul li .flex .icon, .packages-redesign .how-it-works .page-heading ul li .flex .icon, .packages-redesign .how-it-works .alertBox ul li .flex .icon,
            .packages-hws2 .how-it-works .container ul li .flex .icon,
            .packages-hws2 .how-it-works .page-heading ul li .flex .icon,
            .packages-hws2 .how-it-works .alertBox ul li .flex .icon {
              width: 150px;
              display: block;
              height: 100%; }
              @media (max-width: 600px) {
                .packages-redesign .how-it-works .container ul li .flex .icon, .packages-redesign .how-it-works .page-heading ul li .flex .icon, .packages-redesign .how-it-works .alertBox ul li .flex .icon,
                .packages-hws2 .how-it-works .container ul li .flex .icon,
                .packages-hws2 .how-it-works .page-heading ul li .flex .icon,
                .packages-hws2 .how-it-works .alertBox ul li .flex .icon {
                  width: 100px; } }
              .packages-redesign .how-it-works .container ul li .flex .icon img, .packages-redesign .how-it-works .page-heading ul li .flex .icon img, .packages-redesign .how-it-works .alertBox ul li .flex .icon img,
              .packages-hws2 .how-it-works .container ul li .flex .icon img,
              .packages-hws2 .how-it-works .page-heading ul li .flex .icon img,
              .packages-hws2 .how-it-works .alertBox ul li .flex .icon img {
                width: 100px; }
                @media (max-width: 600px) {
                  .packages-redesign .how-it-works .container ul li .flex .icon img, .packages-redesign .how-it-works .page-heading ul li .flex .icon img, .packages-redesign .how-it-works .alertBox ul li .flex .icon img,
                  .packages-hws2 .how-it-works .container ul li .flex .icon img,
                  .packages-hws2 .how-it-works .page-heading ul li .flex .icon img,
                  .packages-hws2 .how-it-works .alertBox ul li .flex .icon img {
                    width: 60px; } }
            .packages-redesign .how-it-works .container ul li .flex .contents, .packages-redesign .how-it-works .page-heading ul li .flex .contents, .packages-redesign .how-it-works .alertBox ul li .flex .contents,
            .packages-hws2 .how-it-works .container ul li .flex .contents,
            .packages-hws2 .how-it-works .page-heading ul li .flex .contents,
            .packages-hws2 .how-it-works .alertBox ul li .flex .contents {
              width: 100%; }
              .packages-redesign .how-it-works .container ul li .flex .contents .hidden-content, .packages-redesign .how-it-works .page-heading ul li .flex .contents .hidden-content, .packages-redesign .how-it-works .alertBox ul li .flex .contents .hidden-content,
              .packages-hws2 .how-it-works .container ul li .flex .contents .hidden-content,
              .packages-hws2 .how-it-works .page-heading ul li .flex .contents .hidden-content,
              .packages-hws2 .how-it-works .alertBox ul li .flex .contents .hidden-content {
                display: none; }
              .packages-redesign .how-it-works .container ul li .flex .contents .step, .packages-redesign .how-it-works .page-heading ul li .flex .contents .step, .packages-redesign .how-it-works .alertBox ul li .flex .contents .step,
              .packages-hws2 .how-it-works .container ul li .flex .contents .step,
              .packages-hws2 .how-it-works .page-heading ul li .flex .contents .step,
              .packages-hws2 .how-it-works .alertBox ul li .flex .contents .step {
                display: block;
                color: #2E4EC6;
                font-size: 24px;
                font-weight: 600;
                letter-spacing: -0.12px;
                margin-bottom: 0;
                position: relative;
                cursor: pointer; }
                @media (max-width: 600px) {
                  .packages-redesign .how-it-works .container ul li .flex .contents .step, .packages-redesign .how-it-works .page-heading ul li .flex .contents .step, .packages-redesign .how-it-works .alertBox ul li .flex .contents .step,
                  .packages-hws2 .how-it-works .container ul li .flex .contents .step,
                  .packages-hws2 .how-it-works .page-heading ul li .flex .contents .step,
                  .packages-hws2 .how-it-works .alertBox ul li .flex .contents .step {
                    font-size: 16px; } }
                .packages-redesign .how-it-works .container ul li .flex .contents .step:before, .packages-redesign .how-it-works .page-heading ul li .flex .contents .step:before, .packages-redesign .how-it-works .alertBox ul li .flex .contents .step:before,
                .packages-hws2 .how-it-works .container ul li .flex .contents .step:before,
                .packages-hws2 .how-it-works .page-heading ul li .flex .contents .step:before,
                .packages-hws2 .how-it-works .alertBox ul li .flex .contents .step:before {
                  content: '';
                  position: absolute;
                  right: 0;
                  top: 50%;
                  transform: rotate(0deg) translateY(-50%);
                  width: 21px;
                  height: 3px;
                  background-color: #2E4EC6;
                  transition: all 300ms ease; }
                .packages-redesign .how-it-works .container ul li .flex .contents .step:after, .packages-redesign .how-it-works .page-heading ul li .flex .contents .step:after, .packages-redesign .how-it-works .alertBox ul li .flex .contents .step:after,
                .packages-hws2 .how-it-works .container ul li .flex .contents .step:after,
                .packages-hws2 .how-it-works .page-heading ul li .flex .contents .step:after,
                .packages-hws2 .how-it-works .alertBox ul li .flex .contents .step:after {
                  content: '';
                  position: absolute;
                  right: 9px;
                  top: 50%;
                  transform-origin: 50% 0%;
                  transform: rotate(0deg) translateY(-50%);
                  width: 3px;
                  height: 21px;
                  background-color: #2E4EC6;
                  transition: all 300ms ease; }
              .packages-redesign .how-it-works .container ul li .flex .contents .title, .packages-redesign .how-it-works .page-heading ul li .flex .contents .title, .packages-redesign .how-it-works .alertBox ul li .flex .contents .title,
              .packages-hws2 .how-it-works .container ul li .flex .contents .title,
              .packages-hws2 .how-it-works .page-heading ul li .flex .contents .title,
              .packages-hws2 .how-it-works .alertBox ul li .flex .contents .title {
                color: #333;
                font-size: 24px;
                font-weight: 600;
                letter-spacing: -0.12px;
                margin-bottom: 10px; }
                @media (max-width: 600px) {
                  .packages-redesign .how-it-works .container ul li .flex .contents .title, .packages-redesign .how-it-works .page-heading ul li .flex .contents .title, .packages-redesign .how-it-works .alertBox ul li .flex .contents .title,
                  .packages-hws2 .how-it-works .container ul li .flex .contents .title,
                  .packages-hws2 .how-it-works .page-heading ul li .flex .contents .title,
                  .packages-hws2 .how-it-works .alertBox ul li .flex .contents .title {
                    font-size: 16px;
                    line-height: 1.2em; } }
              .packages-redesign .how-it-works .container ul li .flex .contents .text-content, .packages-redesign .how-it-works .page-heading ul li .flex .contents .text-content, .packages-redesign .how-it-works .alertBox ul li .flex .contents .text-content,
              .packages-hws2 .how-it-works .container ul li .flex .contents .text-content,
              .packages-hws2 .how-it-works .page-heading ul li .flex .contents .text-content,
              .packages-hws2 .how-it-works .alertBox ul li .flex .contents .text-content {
                font-size: 16px;
                color: #333;
                margin-bottom: 5px; }
                .packages-redesign .how-it-works .container ul li .flex .contents .text-content:last-child, .packages-redesign .how-it-works .page-heading ul li .flex .contents .text-content:last-child, .packages-redesign .how-it-works .alertBox ul li .flex .contents .text-content:last-child,
                .packages-hws2 .how-it-works .container ul li .flex .contents .text-content:last-child,
                .packages-hws2 .how-it-works .page-heading ul li .flex .contents .text-content:last-child,
                .packages-hws2 .how-it-works .alertBox ul li .flex .contents .text-content:last-child {
                  margin-bottom: 0; }
                @media (max-width: 600px) {
                  .packages-redesign .how-it-works .container ul li .flex .contents .text-content, .packages-redesign .how-it-works .page-heading ul li .flex .contents .text-content, .packages-redesign .how-it-works .alertBox ul li .flex .contents .text-content,
                  .packages-hws2 .how-it-works .container ul li .flex .contents .text-content,
                  .packages-hws2 .how-it-works .page-heading ul li .flex .contents .text-content,
                  .packages-hws2 .how-it-works .alertBox ul li .flex .contents .text-content {
                    font-size: 12px; } }
      .packages-redesign .how-it-works .container .trustpilot-w, .packages-redesign .how-it-works .page-heading .trustpilot-w, .packages-redesign .how-it-works .alertBox .trustpilot-w,
      .packages-hws2 .how-it-works .container .trustpilot-w,
      .packages-hws2 .how-it-works .page-heading .trustpilot-w,
      .packages-hws2 .how-it-works .alertBox .trustpilot-w {
        margin-top: 150px; }
        @media (max-width: 600px) {
          .packages-redesign .how-it-works .container .trustpilot-w, .packages-redesign .how-it-works .page-heading .trustpilot-w, .packages-redesign .how-it-works .alertBox .trustpilot-w,
          .packages-hws2 .how-it-works .container .trustpilot-w,
          .packages-hws2 .how-it-works .page-heading .trustpilot-w,
          .packages-hws2 .how-it-works .alertBox .trustpilot-w {
            margin-top: 100px; } }
        .packages-redesign .how-it-works .container .trustpilot-w p, .packages-redesign .how-it-works .page-heading .trustpilot-w p, .packages-redesign .how-it-works .alertBox .trustpilot-w p,
        .packages-hws2 .how-it-works .container .trustpilot-w p,
        .packages-hws2 .how-it-works .page-heading .trustpilot-w p,
        .packages-hws2 .how-it-works .alertBox .trustpilot-w p {
          text-align: center;
          font-size: 24px;
          color: #333;
          line-height: 1em;
          margin-bottom: 20px;
          position: relative; }
          .packages-redesign .how-it-works .container .trustpilot-w p:before, .packages-redesign .how-it-works .page-heading .trustpilot-w p:before, .packages-redesign .how-it-works .alertBox .trustpilot-w p:before,
          .packages-hws2 .how-it-works .container .trustpilot-w p:before,
          .packages-hws2 .how-it-works .page-heading .trustpilot-w p:before,
          .packages-hws2 .how-it-works .alertBox .trustpilot-w p:before {
            content: "";
            background: url(../img/packages/trustpilot-seeklogo.svg) center center;
            display: block;
            width: 244px;
            height: 60px;
            position: absolute;
            top: -65px;
            left: 0;
            right: 0;
            margin: auto; }
  .packages-redesign .faq-section,
  .packages-hws2 .faq-section {
    margin-bottom: 30px; }
    @media (max-width: 600px) {
      .packages-redesign .faq-section,
      .packages-hws2 .faq-section {
        margin-bottom: 0; } }
    .packages-redesign .faq-section .container .inner-container h2, .packages-redesign .faq-section .page-heading .inner-container h2, .packages-redesign .faq-section .alertBox .inner-container h2,
    .packages-hws2 .faq-section .container .inner-container h2,
    .packages-hws2 .faq-section .page-heading .inner-container h2,
    .packages-hws2 .faq-section .alertBox .inner-container h2 {
      text-align: center;
      font: normal normal bold 40px/49px konnect;
      letter-spacing: -0.2px;
      color: #11214A;
      font-weight: 900;
      opacity: 1;
      margin-bottom: 25px; }
      @media (max-width: 600px) {
        .packages-redesign .faq-section .container .inner-container h2, .packages-redesign .faq-section .page-heading .inner-container h2, .packages-redesign .faq-section .alertBox .inner-container h2,
        .packages-hws2 .faq-section .container .inner-container h2,
        .packages-hws2 .faq-section .page-heading .inner-container h2,
        .packages-hws2 .faq-section .alertBox .inner-container h2 {
          font-size: 20px; } }
    .packages-redesign .faq-section .container .inner-container .basic-accordion .container, .packages-redesign .faq-section .page-heading .inner-container .basic-accordion .container, .packages-redesign .faq-section .alertBox .inner-container .basic-accordion .container, .packages-redesign .faq-section .container .inner-container .basic-accordion .page-heading, .packages-redesign .faq-section .page-heading .inner-container .basic-accordion .page-heading, .packages-redesign .faq-section .alertBox .inner-container .basic-accordion .page-heading, .packages-redesign .faq-section .container .inner-container .basic-accordion .alertBox, .packages-redesign .faq-section .page-heading .inner-container .basic-accordion .alertBox, .packages-redesign .faq-section .alertBox .inner-container .basic-accordion .alertBox,
    .packages-hws2 .faq-section .container .inner-container .basic-accordion .container,
    .packages-hws2 .faq-section .page-heading .inner-container .basic-accordion .container,
    .packages-hws2 .faq-section .alertBox .inner-container .basic-accordion .container,
    .packages-hws2 .faq-section .container .inner-container .basic-accordion .page-heading,
    .packages-hws2 .faq-section .page-heading .inner-container .basic-accordion .page-heading,
    .packages-hws2 .faq-section .alertBox .inner-container .basic-accordion .page-heading,
    .packages-hws2 .faq-section .container .inner-container .basic-accordion .alertBox,
    .packages-hws2 .faq-section .page-heading .inner-container .basic-accordion .alertBox,
    .packages-hws2 .faq-section .alertBox .inner-container .basic-accordion .alertBox {
      border: 0 !important; }
    .packages-redesign .faq-section .container .inner-container .basic-accordion .normal-section, .packages-redesign .faq-section .page-heading .inner-container .basic-accordion .normal-section, .packages-redesign .faq-section .alertBox .inner-container .basic-accordion .normal-section,
    .packages-hws2 .faq-section .container .inner-container .basic-accordion .normal-section,
    .packages-hws2 .faq-section .page-heading .inner-container .basic-accordion .normal-section,
    .packages-hws2 .faq-section .alertBox .inner-container .basic-accordion .normal-section {
      padding-top: 0; }
  .packages-redesign .package-info,
  .packages-redesign .cancellation-content,
  .packages-hws2 .package-info,
  .packages-hws2 .cancellation-content {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    height: 100%;
    width: 100%; }
    .packages-redesign .package-info.hidden,
    .packages-redesign .cancellation-content.hidden,
    .packages-hws2 .package-info.hidden,
    .packages-hws2 .cancellation-content.hidden {
      display: none; }
    .packages-redesign .package-info.work ul li:before,
    .packages-redesign .cancellation-content.work ul li:before,
    .packages-hws2 .package-info.work ul li:before,
    .packages-hws2 .cancellation-content.work ul li:before {
      content: "";
      background: #2E4EC6 !important;
      width: 20px;
      height: 20px;
      border-radius: 20px;
      top: 0px !important;
      bottom: 0 !important;
      margin-left: -37px !important;
      margin-top: auto !important;
      margin-bottom: auto !important; }
    .packages-redesign .package-info.work ul li:last-child:after,
    .packages-redesign .cancellation-content.work ul li:last-child:after,
    .packages-hws2 .package-info.work ul li:last-child:after,
    .packages-hws2 .cancellation-content.work ul li:last-child:after {
      background: none !important;
      display: none !important; }
    .packages-redesign .package-info.work ul li:nth-child(3):after,
    .packages-redesign .cancellation-content.work ul li:nth-child(3):after,
    .packages-hws2 .package-info.work ul li:nth-child(3):after,
    .packages-hws2 .cancellation-content.work ul li:nth-child(3):after {
      top: 68% !important; }
    .packages-redesign .package-info.work ul li:after,
    .packages-redesign .cancellation-content.work ul li:after,
    .packages-hws2 .package-info.work ul li:after,
    .packages-hws2 .cancellation-content.work ul li:after {
      content: "";
      background: #2E4EC6 !important;
      height: 100% !important;
      width: 2px !important;
      height: 100% !important;
      display: block !important;
      position: absolute !important;
      left: 0 !important;
      top: 60% !important;
      bottom: 0 !important; }
    .packages-redesign .package-info.work ul li .line,
    .packages-redesign .cancellation-content.work ul li .line,
    .packages-hws2 .package-info.work ul li .line,
    .packages-hws2 .cancellation-content.work ul li .line {
      background: #2E4EC6;
      width: 3px;
      height: 100%;
      display: block;
      position: absolute;
      left: 0px;
      top: 30px; }
    @media (max-width: 600px) {
      .packages-redesign .package-info,
      .packages-redesign .cancellation-content,
      .packages-hws2 .package-info,
      .packages-hws2 .cancellation-content {
        padding: 15px; } }
    .packages-redesign .package-info .content,
    .packages-redesign .cancellation-content .content,
    .packages-hws2 .package-info .content,
    .packages-hws2 .cancellation-content .content {
      background: #fff;
      width: 400px;
      margin: auto;
      padding: 30px;
      position: relative; }
      @media (max-width: 600px) {
        .packages-redesign .package-info .content,
        .packages-redesign .cancellation-content .content,
        .packages-hws2 .package-info .content,
        .packages-hws2 .cancellation-content .content {
          width: 90%;
          height: auto;
          max-height: 500px;
          overflow-y: scroll; } }
      .packages-redesign .package-info .content.cancel,
      .packages-redesign .cancellation-content .content.cancel,
      .packages-hws2 .package-info .content.cancel,
      .packages-hws2 .cancellation-content .content.cancel {
        padding-top: 50px;
        max-height: 500px;
        overflow-y: scroll; }
      .packages-redesign .package-info .content h3,
      .packages-redesign .cancellation-content .content h3,
      .packages-hws2 .package-info .content h3,
      .packages-hws2 .cancellation-content .content h3 {
        color: #333;
        font-size: 24px;
        font-weight: 600;
        text-align: center; }
      .packages-redesign .package-info .content ul,
      .packages-redesign .cancellation-content .content ul,
      .packages-hws2 .package-info .content ul,
      .packages-hws2 .cancellation-content .content ul {
        border-top: 1px solid #F2F2F2;
        padding-top: 30px;
        border-top: 1px solid #F2F2F2;
        margin-bottom: 30px; }
        .packages-redesign .package-info .content ul li,
        .packages-redesign .cancellation-content .content ul li,
        .packages-hws2 .package-info .content ul li,
        .packages-hws2 .cancellation-content .content ul li {
          list-style: none;
          color: #333;
          font-size: 14px;
          position: relative;
          padding-bottom: 15px;
          padding-left: 25px; }
          .packages-redesign .package-info .content ul li:before,
          .packages-redesign .cancellation-content .content ul li:before,
          .packages-hws2 .package-info .content ul li:before,
          .packages-hws2 .cancellation-content .content ul li:before {
            content: "";
            display: inline-block;
            background: url(..../../../icons/reskin/check-circle.svg) no-repeat center center;
            width: 27px;
            position: absolute;
            height: 27px;
            top: -3px;
            bottom: 0;
            margin-left: -32px;
            background-size: 100%; }
      .packages-redesign .package-info .content .close,
      .packages-redesign .cancellation-content .content .close,
      .packages-hws2 .package-info .content .close,
      .packages-hws2 .cancellation-content .content .close {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 20px;
        height: 20px;
        display: block; }
        .packages-redesign .package-info .content .close:before,
        .packages-redesign .cancellation-content .content .close:before,
        .packages-hws2 .package-info .content .close:before,
        .packages-hws2 .cancellation-content .content .close:before {
          content: "";
          width: 2px;
          height: 20px;
          background: #333;
          display: block;
          transform: rotate(-45deg); }
        .packages-redesign .package-info .content .close:after,
        .packages-redesign .cancellation-content .content .close:after,
        .packages-hws2 .package-info .content .close:after,
        .packages-hws2 .cancellation-content .content .close:after {
          content: "";
          width: 2px;
          height: 20px;
          background: #333;
          display: block;
          transform: rotate(45deg);
          position: absolute;
          top: 0; }
      .packages-redesign .package-info .content button.button,
      .packages-redesign .cancellation-content .content button.button,
      .packages-hws2 .package-info .content button.button,
      .packages-hws2 .cancellation-content .content button.button {
        width: 100%; }

@media (max-width: 767px) {
  p.includes.plan {
    padding-bottom: 20px !important; } }

.cancellation {
  margin-top: 50px; }
  .cancellation a {
    text-decoration: none;
    color: #11214A;
    text-align: center;
    position: relative; }
    .cancellation a:before {
      content: "";
      background: url(../img/packages/info-icon.svg) no-repeat center center;
      height: 14px;
      width: 14px;
      display: block;
      cursor: pointer;
      position: absolute;
      bottom: 0;
      top: 4px;
      left: -20px; }

.life-app-long-banner {
  display: table;
  margin: 0 auto 30px;
  text-align: center; }

#packages-countdown {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 0; }

#package-banner-countdown {
  margin-bottom: 0; }

.disablePlan,
.disablePlans,
.disableAllPlans {
  pointer-events: none; }

.disablePlan {
  position: relative; }
  .disablePlan:before {
    content: "Free Life App is not applicable for this plan";
    background: rgba(80, 79, 79, 0.8);
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    color: #fff;
    font-weight: bold;
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 6px;
    padding: 10px 30px; }

.freelifeapp-container {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #f2664a !important;
  color: #fff;
  padding: 15px;
  z-index: 999;
  text-align: center; }

.join {
  font-family: "konnect", sans-serif; }
  .join .m-visible {
    display: none !important; }
    @media (max-width: 600px) {
      .join .m-visible {
        display: block !important; } }
  @media (max-width: 600px) {
    .join .m-hidden {
      display: none !important; } }
  @media (max-width: 600px) {
    .join .button {
      width: 100%;
      padding: 11px; } }
  .join .action-button .container, .join .action-button .page-heading, .join .action-button .alertBox {
    padding: 0 30px; }
  .join #satisfaction-banner {
    height: 100% !important; }
  .join .banner-curve {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    height: 900px !important; }
    .join .banner-curve img {
      object-fit: cover; }
      @media (max-width: 600px) {
        .join .banner-curve img {
          height: 100% !important; } }
    @media (max-width: 1024px) {
      .join .banner-curve {
        height: 100% !important; } }
    @media (max-width: 767px) {
      .join .banner-curve {
        height: 100% !important;
        mask: none;
        -webkit-mask: none; } }
    @media (max-width: 600px) {
      .join .banner-curve {
        height: 300px !important; } }
  .join .packages-banner {
    margin-bottom: 50px; }
    @media screen and (max-width: 600px) {
      .join .packages-banner {
        margin-top: 40px;
        margin-bottom: 25px; } }
    .join .packages-banner .inner-container {
      width: 45%;
      position: absolute;
      top: 0;
      bottom: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      margin-left: 0; }
      @media screen and (max-width: 850px) {
        .join .packages-banner .inner-container {
          width: 100%;
          position: static; } }
      .join .packages-banner .inner-container .left {
        padding-left: 80px;
        position: relative;
        z-index: 2;
        background: linear-gradient(252.93deg, #A3C6FB 0%, #E9C7EB 71.23%, #F8D9C2 112.11%);
        padding-top: 48px;
        padding-bottom: 48px;
        padding-right: 48px;
        border-top-right-radius: 63px;
        border-bottom-right-radius: 63px;
        z-index: 0; }
        @media screen and (max-width: 991px) {
          .join .packages-banner .inner-container .left {
            padding: 30px !important; } }
        @media screen and (max-width: 850px) {
          .join .packages-banner .inner-container .left {
            margin-top: -50px;
            padding: 28px 14px;
            border-radius: 0; } }
        @media screen and (max-width: 850px) {
          .join .packages-banner .inner-container .left {
            margin-top: -14px; } }
        @media screen and (max-width: 768px) {
          .join .packages-banner .inner-container .left {
            margin-top: -25px; } }
        .join .packages-banner .inner-container .left .heading-holder h1 {
          font-size: 40px !important;
          color: #fff;
          margin-bottom: 12px;
          line-height: 1;
          font-size: 40px !important;
          font-family: "konnect", sans-serif !important;
          font-weight: 300 !important;
          line-height: 1.2 !important;
          color: #11214A !important; }
          @media screen and (max-width: 1230px) {
            .join .packages-banner .inner-container .left .heading-holder h1 {
              font-size: 30px !important;
              color: #fff; } }
          @media screen and (max-width: 1024px) {
            .join .packages-banner .inner-container .left .heading-holder h1 {
              font-size: 26px !important; } }
          @media screen and (max-width: 430px) {
            .join .packages-banner .inner-container .left .heading-holder h1 {
              font-size: 24px !important;
              text-align: center; } }
        .join .packages-banner .inner-container .left .paragraph-holder p {
          font: normal normal normal 20px konnect;
          text-align: left; }
          @media screen and (max-width: 1024px) {
            .join .packages-banner .inner-container .left .paragraph-holder p {
              font-size: 18px !important;
              color: #fff; } }
          @media screen and (max-width: 430px) {
            .join .packages-banner .inner-container .left .paragraph-holder p {
              font-size: 16px !important;
              text-align: center; } }
  .join .sub-text {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (max-width: 600px) {
      .join .sub-text {
        font-size: 14px !important; } }
  .join .section-1 {
    margin-bottom: 0; }
    @media screen and (max-width: 600px) {
      .join .section-1 {
        margin-bottom: 20px !important; } }
    .join .section-1 .content {
      border-radius: 20px;
      margin-top: 30px;
      width: 50%;
      margin: 50px auto 30px;
      padding: 30px; }
      @media (max-width: 1024px) {
        .join .section-1 .content {
          padding: 0 !important;
          width: 90%; } }
      .join .section-1 .content h2 {
        font-size: 24px;
        text-align: center;
        font: normal normal bold 24px konnect;
        letter-spacing: -0.2px;
        margin-bottom: 25px;
        font-weight: 900;
        line-height: 1.1em; }
        @media (max-width: 1024px) {
          .join .section-1 .content h2 {
            font-size: 30px;
            line-height: 1.2em; } }
        @media (max-width: 767px) {
          .join .section-1 .content h2 {
            font-size: 20px; } }
      .join .section-1 .content h3 {
        color: #2E4EC6;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 30px; }
        @media (max-width: 600px) {
          .join .section-1 .content h3 {
            font-size: 18px; } }
      .join .section-1 .content .heading {
        font-size: 40px;
        font-weight: 900;
        text-align: center;
        margin-bottom: 50px;
        color: #11214A;
        font-family: konnect !important; }
        @media (max-width: 600px) {
          .join .section-1 .content .heading {
            margin-bottom: 25px;
            font-size: 24px; } }
      @media (max-width: 767px) {
        .join .section-1 .content {
          width: 90%;
          padding: 25px;
          margin: 20px auto; } }
      .join .section-1 .content ul {
        margin: 0 auto;
        display: table;
        width: 67%; }
        @media (max-width: 600px) {
          .join .section-1 .content ul {
            margin: 0 0 0 auto;
            display: table;
            width: 85%; } }
        .join .section-1 .content ul li {
          position: relative;
          margin-bottom: 20px;
          font-size: 18px;
          text-indent: -0.1em;
          list-style: none; }
          @media (max-width: 600px) {
            .join .section-1 .content ul li {
              margin-bottom: 15px;
              font-size: 14px; } }
          .join .section-1 .content ul li:before {
            content: "";
            display: inline-block;
            background: url(..../../../icons/reskin/check-circle.svg) no-repeat center center/cover;
            width: 32px;
            position: absolute;
            height: 32px;
            bottom: 0;
            margin-left: -40px; }
  .join .how-it-works {
    margin: 50px auto; }
    @media (max-width: 600px) {
      .join .how-it-works {
        margin: 30px auto; } }
    .join .how-it-works .container, .join .how-it-works .page-heading, .join .how-it-works .alertBox {
      background-color: #f2f2f2;
      -webkit-mask: url(../img/ellipse-mask-bottom.svg) bottom center/cover, url(../img/ellipse-mask-top.svg) top center/cover;
      mask: url(../img/ellipse-mask-bottom.svg) bottom center/cover, url(../img/ellipse-mask-top.svg) top center/cover;
      -webkit-mask-composite: source-in, source-over, xor;
      mask-composite: source-in, source-over, xor;
      border: 1px solid #f2f2f2;
      padding: 100px 30px; }
      @media (max-width: 767px) {
        .join .how-it-works .container, .join .how-it-works .page-heading, .join .how-it-works .alertBox {
          padding: 30px; } }
      .join .how-it-works .container .inner-container, .join .how-it-works .page-heading .inner-container, .join .how-it-works .alertBox .inner-container {
        padding-top: 10px;
        padding-bottom: 0; }
        @media (max-width: 600px) {
          .join .how-it-works .container .inner-container, .join .how-it-works .page-heading .inner-container, .join .how-it-works .alertBox .inner-container {
            padding: 0; } }
      .join .how-it-works .container h2, .join .how-it-works .page-heading h2, .join .how-it-works .alertBox h2 {
        font-size: 40px;
        font-weight: 900;
        text-align: center; }
        @media (max-width: 600px) {
          .join .how-it-works .container h2, .join .how-it-works .page-heading h2, .join .how-it-works .alertBox h2 {
            margin-bottom: 25px;
            font-size: 24px; } }
      .join .how-it-works .container ul, .join .how-it-works .page-heading ul, .join .how-it-works .alertBox ul {
        width: 870px;
        margin: 0 auto; }
        @media (max-width: 1024px) {
          .join .how-it-works .container ul, .join .how-it-works .page-heading ul, .join .how-it-works .alertBox ul {
            width: 100%; } }
        .join .how-it-works .container ul li, .join .how-it-works .page-heading ul li, .join .how-it-works .alertBox ul li {
          list-style: none;
          padding: 30px;
          margin: 0 auto 20px;
          background: #fff;
          border-radius: 8px; }
          @media (max-width: 600px) {
            .join .how-it-works .container ul li, .join .how-it-works .page-heading ul li, .join .how-it-works .alertBox ul li {
              padding: 15px;
              border-radius: 4px; } }
          .join .how-it-works .container ul li.active .flex .contents .step:before, .join .how-it-works .page-heading ul li.active .flex .contents .step:before, .join .how-it-works .alertBox ul li.active .flex .contents .step:before {
            transform: rotate(180deg) translateY(-50%); }
          .join .how-it-works .container ul li.active .flex .contents .step:after, .join .how-it-works .page-heading ul li.active .flex .contents .step:after, .join .how-it-works .alertBox ul li.active .flex .contents .step:after {
            opacity: 0;
            transform: rotate(180deg) translateY(-50%); }
          .join .how-it-works .container ul li.active .flex .contents .hidden-content, .join .how-it-works .page-heading ul li.active .flex .contents .hidden-content, .join .how-it-works .alertBox ul li.active .flex .contents .hidden-content {
            display: block !important; }
          .join .how-it-works .container ul li .flex, .join .how-it-works .page-heading ul li .flex, .join .how-it-works .alertBox ul li .flex {
            display: flex;
            flex-wrap: nowrap; }
            .join .how-it-works .container ul li .flex .icon, .join .how-it-works .page-heading ul li .flex .icon, .join .how-it-works .alertBox ul li .flex .icon {
              width: 150px;
              display: block;
              height: 100%; }
              @media (max-width: 600px) {
                .join .how-it-works .container ul li .flex .icon, .join .how-it-works .page-heading ul li .flex .icon, .join .how-it-works .alertBox ul li .flex .icon {
                  width: 100px; } }
              .join .how-it-works .container ul li .flex .icon img, .join .how-it-works .page-heading ul li .flex .icon img, .join .how-it-works .alertBox ul li .flex .icon img {
                width: 100px; }
                @media (max-width: 600px) {
                  .join .how-it-works .container ul li .flex .icon img, .join .how-it-works .page-heading ul li .flex .icon img, .join .how-it-works .alertBox ul li .flex .icon img {
                    width: 60px; } }
            .join .how-it-works .container ul li .flex .contents, .join .how-it-works .page-heading ul li .flex .contents, .join .how-it-works .alertBox ul li .flex .contents {
              width: 100%; }
              .join .how-it-works .container ul li .flex .contents .hidden-content, .join .how-it-works .page-heading ul li .flex .contents .hidden-content, .join .how-it-works .alertBox ul li .flex .contents .hidden-content {
                display: none; }
              .join .how-it-works .container ul li .flex .contents .step, .join .how-it-works .page-heading ul li .flex .contents .step, .join .how-it-works .alertBox ul li .flex .contents .step {
                display: block;
                color: #2E4EC6;
                font-size: 24px;
                font-weight: 600;
                letter-spacing: -0.12px;
                margin-bottom: 0;
                position: relative;
                cursor: pointer; }
                @media (max-width: 600px) {
                  .join .how-it-works .container ul li .flex .contents .step, .join .how-it-works .page-heading ul li .flex .contents .step, .join .how-it-works .alertBox ul li .flex .contents .step {
                    font-size: 16px; } }
                .join .how-it-works .container ul li .flex .contents .step:before, .join .how-it-works .page-heading ul li .flex .contents .step:before, .join .how-it-works .alertBox ul li .flex .contents .step:before {
                  content: '';
                  position: absolute;
                  right: 0;
                  top: 50%;
                  transform: rotate(0deg) translateY(-50%);
                  width: 21px;
                  height: 3px;
                  background-color: #2E4EC6;
                  transition: all 300ms ease; }
                .join .how-it-works .container ul li .flex .contents .step:after, .join .how-it-works .page-heading ul li .flex .contents .step:after, .join .how-it-works .alertBox ul li .flex .contents .step:after {
                  content: '';
                  position: absolute;
                  right: 9px;
                  top: 50%;
                  transform-origin: 50% 0%;
                  transform: rotate(0deg) translateY(-50%);
                  width: 3px;
                  height: 21px;
                  background-color: #2E4EC6;
                  transition: all 300ms ease; }
              .join .how-it-works .container ul li .flex .contents .title, .join .how-it-works .page-heading ul li .flex .contents .title, .join .how-it-works .alertBox ul li .flex .contents .title {
                color: #333;
                font-size: 24px;
                font-weight: 600;
                letter-spacing: -0.12px;
                margin-bottom: 10px; }
                @media (max-width: 600px) {
                  .join .how-it-works .container ul li .flex .contents .title, .join .how-it-works .page-heading ul li .flex .contents .title, .join .how-it-works .alertBox ul li .flex .contents .title {
                    font-size: 16px;
                    line-height: 1.2em; } }
              .join .how-it-works .container ul li .flex .contents .text-content, .join .how-it-works .page-heading ul li .flex .contents .text-content, .join .how-it-works .alertBox ul li .flex .contents .text-content {
                font-size: 16px;
                color: #333;
                margin-bottom: 5px; }
                .join .how-it-works .container ul li .flex .contents .text-content:last-child, .join .how-it-works .page-heading ul li .flex .contents .text-content:last-child, .join .how-it-works .alertBox ul li .flex .contents .text-content:last-child {
                  margin-bottom: 0; }
                @media (max-width: 600px) {
                  .join .how-it-works .container ul li .flex .contents .text-content, .join .how-it-works .page-heading ul li .flex .contents .text-content, .join .how-it-works .alertBox ul li .flex .contents .text-content {
                    font-size: 12px; } }
      .join .how-it-works .container .trustpilot-w, .join .how-it-works .page-heading .trustpilot-w, .join .how-it-works .alertBox .trustpilot-w {
        margin-top: 100px; }
        @media (max-width: 600px) {
          .join .how-it-works .container .trustpilot-w, .join .how-it-works .page-heading .trustpilot-w, .join .how-it-works .alertBox .trustpilot-w {
            margin-top: 100px; } }
        .join .how-it-works .container .trustpilot-w p, .join .how-it-works .page-heading .trustpilot-w p, .join .how-it-works .alertBox .trustpilot-w p {
          text-align: center;
          font-size: 24px;
          color: #333;
          line-height: 1em;
          margin-bottom: 20px;
          position: relative; }
          .join .how-it-works .container .trustpilot-w p:before, .join .how-it-works .page-heading .trustpilot-w p:before, .join .how-it-works .alertBox .trustpilot-w p:before {
            content: "";
            background: url(../img/packages/trustpilot-seeklogo.svg) center center;
            display: block;
            width: 244px;
            height: 60px;
            position: absolute;
            top: -65px;
            left: 0;
            right: 0;
            margin: auto; }
  .join .comparison {
    margin-top: 30px; }
    @media (max-width: 767px) {
      .join .comparison {
        margin: 0 30px; } }
    .join .comparison .container .inner-container .heading, .join .comparison .page-heading .inner-container .heading, .join .comparison .alertBox .inner-container .heading {
      font-size: 40px;
      font-weight: 900;
      text-align: center;
      margin-bottom: 50px;
      color: #11214A;
      font-family: konnect !important; }
      @media (max-width: 600px) {
        .join .comparison .container .inner-container .heading, .join .comparison .page-heading .inner-container .heading, .join .comparison .alertBox .inner-container .heading {
          margin: 0 30px 30px;
          font-size: 24px; } }
    .join .comparison .container .inner-container .sub-text, .join .comparison .page-heading .inner-container .sub-text, .join .comparison .alertBox .inner-container .sub-text {
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 40px;
      color: #11214A; }
    .join .comparison .container .inner-container .action-btn, .join .comparison .page-heading .inner-container .action-btn, .join .comparison .alertBox .inner-container .action-btn {
      text-align: center;
      margin: 50px auto; }
      @media (max-width: 767px) {
        .join .comparison .container .inner-container .action-btn, .join .comparison .page-heading .inner-container .action-btn, .join .comparison .alertBox .inner-container .action-btn {
          margin: 40px auto 40px; } }
  .join .faq-section .container .inner-container h2, .join .faq-section .page-heading .inner-container h2, .join .faq-section .alertBox .inner-container h2 {
    text-align: center;
    font: normal normal bold 40px/49px konnect;
    letter-spacing: -0.2px;
    color: #333333;
    font-weight: 900;
    opacity: 1;
    margin-bottom: 25px; }
    @media (max-width: 600px) {
      .join .faq-section .container .inner-container h2, .join .faq-section .page-heading .inner-container h2, .join .faq-section .alertBox .inner-container h2 {
        font-size: 20px; } }
  .join .faq-section .container .inner-container .basic-accordion .container, .join .faq-section .page-heading .inner-container .basic-accordion .container, .join .faq-section .alertBox .inner-container .basic-accordion .container, .join .faq-section .container .inner-container .basic-accordion .page-heading, .join .faq-section .page-heading .inner-container .basic-accordion .page-heading, .join .faq-section .alertBox .inner-container .basic-accordion .page-heading, .join .faq-section .container .inner-container .basic-accordion .alertBox, .join .faq-section .page-heading .inner-container .basic-accordion .alertBox, .join .faq-section .alertBox .inner-container .basic-accordion .alertBox {
    border: 0 !important; }
  .join .faq-section .container .inner-container .basic-accordion .normal-section, .join .faq-section .page-heading .inner-container .basic-accordion .normal-section, .join .faq-section .alertBox .inner-container .basic-accordion .normal-section {
    padding-top: 0; }
  .join .package-info-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    height: 100%;
    width: 100%; }
    .join .package-info-modal.hidden {
      display: none; }
    @media (max-width: 600px) {
      .join .package-info-modal {
        padding: 15px; } }
    .join .package-info-modal .content {
      background: #fff;
      width: 400px;
      height: 500px;
      margin: auto;
      padding: 30px;
      position: relative; }
      @media (max-width: 600px) {
        .join .package-info-modal .content {
          width: 90%;
          height: auto; } }
      .join .package-info-modal .content h3 {
        color: #333;
        font-size: 24px;
        font-weight: 600;
        text-align: center; }
      .join .package-info-modal .content ul {
        border-top: 1px solid #F2F2F2;
        padding-top: 30px;
        border-top: 1px solid #F2F2F2;
        margin-bottom: 30px; }
        .join .package-info-modal .content ul li {
          list-style: none;
          color: #333;
          font-size: 12px;
          position: relative;
          margin-bottom: 15px;
          padding-left: 25px; }
          .join .package-info-modal .content ul li:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            border-top: 2px solid #333;
            border-right: 2px solid #333;
            width: 12px;
            height: 8px;
            transform: rotate(119deg);
            bottom: 0;
            margin: auto; }
      .join .package-info-modal .content .close {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 20px;
        height: 20px;
        display: block; }
        .join .package-info-modal .content .close:before {
          content: "";
          width: 2px;
          height: 20px;
          background: #333;
          display: block;
          transform: rotate(-45deg); }
        .join .package-info-modal .content .close:after {
          content: "";
          width: 2px;
          height: 20px;
          background: #333;
          display: block;
          transform: rotate(45deg);
          position: absolute;
          top: 0; }
      .join .package-info-modal .content button.button {
        width: 100%; }

.complaint-section,
.customer-survey {
  margin-top: 50px; }
  .complaint-section .container, .complaint-section .page-heading, .complaint-section .alertBox,
  .customer-survey .container,
  .customer-survey .page-heading,
  .customer-survey .alertBox {
    background-color: #FEFCF8; }
  .complaint-section .banner,
  .customer-survey .banner {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    padding: 30px;
    background: linear-gradient(252.93deg, #A3C6FB 0%, #E9C7EB 71.23%, #F8D9C2 112.11%);
    -webkit-mask: url(../img/ellipse-mask-bottom.svg) bottom center/cover;
    mask: url(../img/ellipse-mask-bottom.svg) bottom center/cover;
    -webkit-mask-composite: source-in, source-over, xor;
    mask-composite: source-in, source-over, xor;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 100%; }
    .complaint-section .banner .content h1,
    .customer-survey .banner .content h1 {
      font-size: 30px;
      font-weight: 600;
      color: #11214A;
      text-align: center;
      margin-bottom: 10px; }
  .complaint-section .form-container,
  .customer-survey .form-container {
    width: 500px;
    margin: 50px auto;
    padding: 30px; }
    @media (max-width: 767px) {
      .complaint-section .form-container,
      .customer-survey .form-container {
        width: 100%; } }
    .complaint-section .form-container #complaint-form-message,
    .customer-survey .form-container #complaint-form-message {
      border-radius: 3px;
      padding: 10px;
      margin-bottom: 15px;
      color: #fff;
      font-size: 12px;
      opacity: .8; }
      .complaint-section .form-container #complaint-form-message.error,
      .customer-survey .form-container #complaint-form-message.error {
        background: #2E4EC6; }
      .complaint-section .form-container #complaint-form-message.success,
      .customer-survey .form-container #complaint-form-message.success {
        background: #3A766A; }
    .complaint-section .form-container .form-label,
    .customer-survey .form-container .form-label {
      font-size: 12px;
      font-weight: 600; }
    .complaint-section .form-container .form-field,
    .customer-survey .form-container .form-field {
      margin-bottom: 20px; }
    .complaint-section .form-container .form-input[type="text"], .complaint-section .form-container .form-input[type="date"], .complaint-section .form-container .form-input[type="email"], .complaint-section .form-container .form-input[type="tel"], .complaint-section .form-container .form-input,
    .customer-survey .form-container .form-input[type="text"],
    .customer-survey .form-container .form-input[type="date"],
    .customer-survey .form-container .form-input[type="email"],
    .customer-survey .form-container .form-input[type="tel"],
    .customer-survey .form-container .form-input {
      border-radius: 3px;
      border: solid 1px #ececec;
      background-color: #fff; }
    .complaint-section .form-container textarea,
    .customer-survey .form-container textarea {
      resize: none; }
    .complaint-section .form-container .col-2 .form-field,
    .customer-survey .form-container .col-2 .form-field {
      float: left;
      width: 50%; }
      .complaint-section .form-container .col-2 .form-field:first-child,
      .customer-survey .form-container .col-2 .form-field:first-child {
        padding-right: 15px; }
    .complaint-section .form-container .form-submit,
    .customer-survey .form-container .form-submit {
      margin-top: 30px;
      text-align: center; }

.our-story {
  margin-top: 55px; }
  .our-story-wrapper {
    max-width: 1208px;
    padding-inline: 20px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .our-story-wrapper {
        width: 95%; } }
  .our-story .announcement-content p {
    padding-inline: 20px; }
  .our-story .announcement-content .author-img {
    z-index: -1;
    opacity: 0.9; }
  .our-story .top-background {
    width: 100%;
    position: relative;
    padding-top: 130px; }
    .our-story .top-background:before {
      content: '';
      background: url(..../../../img/reskin/dots.png) no-repeat center center;
      width: 127px;
      height: 152px;
      position: absolute;
      top: 0;
      left: auto;
      right: 200px;
      z-index: 4; }
    .our-story .top-background:after {
      content: '';
      background: url(..../../../img/reskin/spiral.png) no-repeat left center;
      position: absolute;
      top: -40px;
      left: auto;
      right: 0;
      z-index: 4;
      width: 280px;
      height: 397px; }
  .our-story-title span {
    color: #ccc; }
  .our-story-title h1 {
    color: #11214A;
    font-weight: 900; }
  .our-story-content p {
    font-size: 16px; }
  .our-story-content .mb {
    margin-bottom: 60px; }
  .our-story-content img {
    width: 100%; }
  .our-story .blue-content {
    background: #11214A;
    overflow: hidden;
    margin-bottom: 50px;
    padding-bottom: 80px; }
    .our-story .blue-content .img-full {
      width: 100%; }
    .our-story .blue-content .img3 {
      display: table;
      width: 100%;
      left: -170px; }
    .our-story .blue-content .img5 {
      margin: auto;
      display: table; }
    .our-story .blue-content .img6 {
      margin-top: 100px; }
    .our-story .blue-content .rel {
      position: relative; }
      .our-story .blue-content .rel:after {
        content: '';
        background: url(..../../../img/reskin/our-story-img-4.png) no-repeat left center;
        position: absolute;
        top: 0;
        left: 150px;
        right: auto;
        z-index: 4;
        width: 235px;
        height: 197px; }
      .our-story .blue-content .rel .img3 {
        position: relative;
        top: -100px; }
  .our-story .quote {
    background: #11214A;
    padding-bottom: 50px; }
    .our-story .quote .container, .our-story .quote .page-heading, .our-story .quote .alertBox {
      width: 1208px;
      margin: 0 auto; }
      .our-story .quote .container p, .our-story .quote .page-heading p, .our-story .quote .alertBox p {
        font-size: 18px;
        color: #fff;
        line-height: 2em;
        margin-top: 100px; }
      .our-story .quote .container .to-right, .our-story .quote .page-heading .to-right, .our-story .quote .alertBox .to-right {
        display: flex;
        justify-content: right; }
        .our-story .quote .container .to-right .author, .our-story .quote .page-heading .to-right .author, .our-story .quote .alertBox .to-right .author {
          font-family: DesMontilles-Regular !important;
          font-size: 60px;
          line-height: 1em;
          margin-bottom: 0;
          margin-top: 20px; }
          .our-story .quote .container .to-right .author span, .our-story .quote .page-heading .to-right .author span, .our-story .quote .alertBox .to-right .author span {
            display: block;
            color: #fff;
            font-size: 18px; }
  .our-story .announcement {
    margin: 20px auto;
    overflow: hidden;
    position: relative; }
    .our-story .announcement:before {
      content: "";
      background: url(../img/spiral-icon.png) no-repeat left center;
      width: 350px;
      height: 250px;
      position: absolute;
      top: 0;
      left: -120px; }
      @media (max-width: 767px) {
        .our-story .announcement:before {
          background: none; } }
    @media (max-width: 767px) {
      .our-story .announcement {
        margin: 25px auto; } }
    .our-story .announcement-content {
      display: block;
      width: 100%; }
      @media (max-width: 767px) {
        .our-story .announcement-content {
          padding: 0 15px; } }
      .our-story .announcement-content p {
        font-size: 16px;
        font-weight: 400;
        color: #11214A; }
      .our-story .announcement-content .to-right {
        text-align: right; }
      .our-story .announcement-content .author-name {
        display: table;
        margin-left: auto;
        text-align: left;
        font-family: DesMontilles-Regular !important;
        font-size: 60px;
        line-height: .7em;
        margin-bottom: 0;
        margin-top: 50px;
        color: #11214A !important; }
        .our-story .announcement-content .author-name span {
          display: block;
          color: #11214A !important;
          font-size: 18px;
          font-weight: 600; }
        @media (max-width: 767px) {
          .our-story .announcement-content .author-name {
            margin-top: 25px;
            text-align: center;
            font-size: 38px; } }
      .our-story .announcement-content .author-img {
        position: absolute;
        bottom: 0;
        right: -85px; }
        @media (max-width: 767px) {
          .our-story .announcement-content .author-img {
            display: none; } }
    .our-story .announcement-banner {
      display: table;
      margin: 35px auto; }

.vp-to-ourtaap {
  margin: 60px auto 5px; }
  @media (max-width: 1024px) {
    .vp-to-ourtaap {
      margin-top: 70px; } }
  @media (max-width: 600px) {
    .vp-to-ourtaap {
      margin-top: 60px; } }
  @media (max-width: 500px) {
    .vp-to-ourtaap {
      margin-top: 75px; } }
  .vp-to-ourtaap-img {
    display: table;
    margin: 0 auto; }

.quote-message {
  margin: 0 auto 20px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 767px) {
    .quote-message {
      margin: 25px; } }
  @media (max-width: 767px) {
    .quote-message {
      margin: 0 auto 25px; } }

.quote-width {
  margin: 0 auto;
  position: relative;
  padding-bottom: 50px; }
  @media (max-width: 1024px) {
    .quote-width {
      min-width: 100%;
      padding-bottom: 25px; } }
  .quote-width:before {
    content: "";
    background: url(../img/home/holly-branson/green-dots-icon.png) no-repeat center center;
    width: 102px;
    height: 86px;
    position: absolute;
    top: 20px;
    left: -65px; }
    @media (max-width: 1024px) {
      .quote-width:before {
        left: 0; } }
    @media (max-width: 767px) {
      .quote-width:before {
        top: 0;
        background-size: 50% 50%;
        left: -10px; } }
  .quote-width:after {
    content: "";
    background: url(../img/home/holly-branson/heart-icon.png) no-repeat center center;
    width: 130px;
    height: 86px;
    top: 75px;
    position: absolute;
    right: 0; }
    @media (max-width: 1024px) {
      .quote-width:after {
        right: 0; } }
    @media (max-width: 767px) {
      .quote-width:after {
        top: auto;
        bottom: 85px;
        right: -17px;
        background-size: 50% 50%; } }
  @media (max-width: 767px) {
    .quote-width {
      width: 100%; } }

.quote-content {
  display: block;
  width: 100%; }
  @media (max-width: 1024px) {
    .quote-content {
      padding: 0; } }
  .quote-content .to-right {
    text-align: right; }
  .quote-content .author-name {
    display: table;
    margin-left: auto;
    text-align: left;
    font-family: DesMontilles-Regular !important;
    font-size: 41px;
    margin-right: 40px;
    line-height: .7em;
    margin-bottom: 0;
    color: #000 !important; }
    @media (max-width: 767px) {
      .quote-content .author-name {
        padding-top: 25px;
        text-align: center;
        font-size: 38px;
        margin: 0 auto 0 !important; } }
    @media (max-width: 425px) {
      .quote-content .author-name {
        font-size: 36px; } }
  .quote-content .author-footer {
    position: relative;
    left: 62px;
    text-align: left; }
    @media (max-width: 767px) {
      .quote-content .author-footer {
        left: 40px; } }
    .quote-content .author-footer:before {
      content: "";
      background: url(https://cdn11.bigcommerce.com/s-d021x8i00o/images/stencil/original/image-manager/virgin-1-logo-svg-vector.jpg) no-repeat center center;
      width: 50px;
      height: 50px;
      position: absolute;
      left: -65px;
      background-size: 88%; }
      @media (max-width: 767px) {
        .quote-content .author-footer:before {
          left: -55px; } }
    .quote-content .author-footer span {
      line-height: 24px;
      display: block;
      color: #11214A !important;
      font-size: 14px; }
      .quote-content .author-footer span:first-child {
        margin-top: 12px; }

.quote-text {
  font-size: 16px;
  font-weight: 400;
  color: #11214A;
  line-height: 27px;
  background: #AEC9FF;
  padding: 40px 30px;
  margin: 25px 0;
  border-radius: 8px; }
  @media (max-width: 425px) {
    .quote-text {
      padding: 25px;
      font-size: 14px;
      margin: 25px 0 15px; } }

.quote-title {
  position: relative; }
  .quote-title span {
    color: #000;
    font-family: DesMontilles-Regular !important;
    font-size: 71px;
    transform: matrix(0.99, -0.14, 0.14, 0.99, 0, 0);
    display: inline-block; }
    .quote-title span:last-child {
      position: relative;
      left: -65px;
      top: 15px; }
      @media (max-width: 767px) {
        .quote-title span:last-child {
          position: absolute;
          right: 5px;
          left: 100px;
          top: 0; } }
      @media (max-width: 425px) {
        .quote-title span:last-child {
          position: absolute;
          right: 5px;
          left: auto;
          top: 15px; } }
    @media (max-width: 767px) {
      .quote-title span {
        font-size: 43px; } }
    @media (max-width: 320px) {
      .quote-title span {
        font-size: 38px; } }

.machines {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
  justify-content: center; }
  .machines .col {
    width: auto;
    text-align: center;
    margin: 0 25px;
    background: #D7C6F766;
    padding: 25px;
    border-radius: 10px; }
    @media (max-width: 767px) {
      .machines .col:first-child {
        margin-left: 0;
        margin-right: auto; } }
    @media (max-width: 767px) {
      .machines .col:last-child {
        margin-right: 0;
        margin-left: auto; } }
    .machines .col h5 {
      color: #11214A;
      font-size: 24px;
      font-weight: 400;
      font-family: konnect-semiBold !important; }
      @media (max-width: 767px) {
        .machines .col h5 {
          font-size: 14px; } }
    @media (max-width: 767px) {
      .machines .col {
        width: 47%;
        margin: 0 auto;
        padding: 25px 10px; } }
    @media (max-width: 320px) {
      .machines .col {
        width: 49%;
        margin: 0 auto;
        padding: 25px 10px; } }
    .machines .col .from {
      font-weight: 600;
      text-align: left;
      font-size: 19px;
      color: #11214A; }
      @media (max-width: 767px) {
        .machines .col .from {
          font-size: 11px; } }
      .machines .col .from span {
        display: block;
        font-size: 20px;
        font-family: konnect;
        color: #11214A; }
        @media (max-width: 767px) {
          .machines .col .from span {
            font-size: 12px; } }
        .machines .col .from span i {
          margin-right: 10px;
          font-style: normal;
          color: #11214A;
          font-family: konnect-semiBold;
          font-size: 41px; }
          @media (max-width: 767px) {
            .machines .col .from span i {
              font-size: 24px;
              margin-right: 5px; } }
    .machines .col .colors li {
      display: inline-block;
      font-family: konnect-semiBold;
      font-size: 17px;
      text-align: center;
      margin-right: 35px; }
      @media (max-width: 600px) {
        .machines .col .colors li {
          font-size: 10px;
          margin-right: 10px; } }
      @media (max-width: 320px) {
        .machines .col .colors li {
          margin-right: 5px; } }
      .machines .col .colors li:last-child {
        margin-right: 0; }
      .machines .col .colors li span {
        display: block;
        width: 40px;
        background-color: red;
        height: 40px;
        border-radius: 50%;
        margin: auto auto 5px; }
        @media (max-width: 767px) {
          .machines .col .colors li span {
            width: 25px;
            height: 25px; } }
      .machines .col .colors li.black span {
        background-color: #000; }
      .machines .col .colors li.white span {
        background-color: #fff; }
      .machines .col .colors li.cream span {
        background-color: #FFFDEF; }
      .machines .col .colors li.pebble span {
        background-color: #E5DCD2; }
    .machines .col .temperatures li {
      display: inline-block;
      font-family: konnect-semiBold;
      font-size: 17px;
      text-align: center;
      margin-right: 15px; }
      @media (max-width: 600px) {
        .machines .col .temperatures li {
          font-size: 10px;
          margin-right: 0; } }
      .machines .col .temperatures li:last-child {
        margin-right: 0; }
      .machines .col .temperatures li.chilled span, .machines .col .temperatures li.hot span, .machines .col .temperatures li.ambient span {
        display: block;
        margin: auto auto 5px;
        width: 70px;
        height: 70px; }
        @media (max-width: 767px) {
          .machines .col .temperatures li.chilled span, .machines .col .temperatures li.hot span, .machines .col .temperatures li.ambient span {
            width: 39.17px;
            height: 39.17px; } }
        @media (max-width: 320px) {
          .machines .col .temperatures li.chilled span, .machines .col .temperatures li.hot span, .machines .col .temperatures li.ambient span {
            width: 25px;
            height: 25px; } }
      .machines .col .temperatures li.chilled span {
        background: url(../icons/chilled-big.svg) no-repeat center center; }
      .machines .col .temperatures li.hot span {
        background: url(../icons/hot-big.svg) no-repeat center center; }
      .machines .col .temperatures li.ambient span {
        background: url(../icons/ambient-big.svg) no-repeat center center; }
      @media (max-width: 767px) {
        .machines .col .temperatures li.chilled span {
          background: url(../icons/chilled.svg) no-repeat center center; }
        .machines .col .temperatures li.hot span {
          background: url(../icons/hot.svg) no-repeat center center; }
        .machines .col .temperatures li.ambient span {
          background: url(../icons/ambient.svg) no-repeat center center; } }
    .machines .col .features {
      margin-top: 20px; }
      .machines .col .features li {
        display: block;
        margin-bottom: 15px;
        font-size: 21px;
        font-family: konnect-medium;
        position: relative;
        text-align: left;
        color: #214FCF;
        padding-left: 45px; }
        .machines .col .features li:before {
          content: "";
          display: inline-block;
          background: url(..../../../icons/reskin/check-circle.svg) no-repeat center center/contain;
          width: 28px;
          position: absolute;
          height: 28px;
          top: -3px;
          bottom: 0;
          left: 0; }
          @media (max-width: 767px) {
            .machines .col .features li:before {
              top: -2px;
              width: 20px;
              height: 20px; } }
          @media (max-width: 375px) {
            .machines .col .features li:before {
              top: 2px;
              left: 10px; } }
        @media (max-width: 767px) {
          .machines .col .features li {
            font-size: 12px;
            padding-left: 35px;
            margin-bottom: 10px; } }
    .machines .col img {
      height: 180px;
      margin: 0 auto 25px; }
      @media (max-width: 767px) {
        .machines .col img {
          height: 129px !important;
          margin: 0 auto 15px; } }
    .machines .col ul {
      margin-bottom: 30px; }
      .machines .col ul:last-child {
        margin-bottom: 0; }
      .machines .col ul li {
        list-style: none;
        font-weight: 400;
        font-size: 18px; }
        @media (max-width: 767px) {
          .machines .col ul li {
            font-size: 14px; } }

.promo-badge {
  background: #B00020 0% 0%;
  padding: 10px 20px;
  border-radius: 30px;
  margin: 0 auto;
  display: flex;
  width: fit-content;
  justify-content: center;
  cursor: pointer; }
  @media (max-width: 767px) {
    .promo-badge {
      padding: 10px;
      width: 100%;
      border-radius: 15px; } }
  .promo-badge img {
    width: 70px !important; }
    @media (max-width: 767px) {
      .promo-badge img {
        width: 20%; } }

.promo-heading span {
  display: block;
  color: #fff; }

.promo-text {
  margin-left: 10px;
  user-select: none;
  align-content: space-evenly; }
  .promo-text p {
    text-align: left;
    color: #fff;
    font-family: konnect-semiBold !important;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.5; }
    @media (max-width: 767px) {
      .promo-text p {
        font-size: 8px; } }
    .promo-text p.pricing {
      display: flex;
      align-items: center; }
      .promo-text p.pricing span {
        font-family: konnect-semiBold !important;
        color: #fff;
        font-size: 14px;
        margin-right: 15px; }
        @media (max-width: 767px) {
          .promo-text p.pricing span {
            font-size: 14px; } }

.promo-wrapper {
  position: absolute;
  top: 20px;
  left: 40px; }
  @media (max-width: 767px) {
    .promo-wrapper {
      margin: 15px auto;
      width: 90%;
      position: relative !important; } }

@media (max-width: 767px) and (max-width: 767px) {
  .promo-wrapper.slider p {
    font-size: 18px !important; } }
  .promo-wrapper.badge {
    position: absolute;
    top: -40px;
    z-index: 1;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0; }
    @media (max-width: 767px) {
      .promo-wrapper.badge {
        top: -30px; } }

.center {
  margin: 20px auto;
  display: table; }
  @media (max-width: 767px) {
    .center {
      margin: 15px 0;
      width: 100%; } }

.carousel-wrapper {
  position: relative; }

.packages-hws2 {
  margin-top: 100px; }
  @media (max-width: 1024px) {
    .packages-hws2 {
      margin-top: 80px; } }
  @media (max-width: 767px) {
    .packages-hws2 {
      margin-top: 0; } }
  @media (max-width: 767px) {
    .packages-hws2 .mainwrapper {
      margin-top: 80px !important; } }

.packages-container {
  width: 825px;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    .packages-container {
      width: 95%; } }

.packages-intro-text {
  font-family: "Konnect-SemiBold";
  font-size: 32px;
  color: #11214A;
  width: 1150px;
  margin: 0 auto 25px;
  text-align: center; }
  @media (max-width: 1024px) {
    .packages-intro-text {
      width: 100%;
      padding: 0 15px;
      font-size: 24px; } }

.packages-subscription-work {
  margin: 25px auto 50px; }
  @media (max-width: 600px) {
    .packages-subscription-work {
      margin: 25px auto 25px; } }
  .packages-subscription-work .bg-gradient {
    background-color: #EEE7F8;
    padding: 30px 30px 30px 70px;
    border-radius: 4px; }
    @media (max-width: 600px) {
      .packages-subscription-work .bg-gradient {
        padding: 30px 30px 30px 20px; } }
  .packages-subscription-work ul {
    columns: 2;
    gap: 60px; }
    @media (max-width: 1024px) {
      .packages-subscription-work ul {
        gap: 80px; } }
    @media (max-width: 600px) {
      .packages-subscription-work ul {
        columns: 1;
        column-gap: 0;
        padding-left: 40px; } }
    .packages-subscription-work ul li {
      margin-bottom: 15px;
      position: relative; }
      @media (max-width: 600px) {
        .packages-subscription-work ul li:last-child {
          margin-bottom: 0; } }
      .packages-subscription-work ul li:before {
        content: "";
        display: inline-block;
        background: url(..../../../icons/reskin/check-circle.svg) no-repeat center center;
        width: 32px;
        position: absolute;
        height: 32px;
        top: 5px;
        bottom: 0;
        margin-left: -45px; }
        @media (max-width: 600px) {
          .packages-subscription-work ul li:before {
            width: 25px;
            height: 25px;
            background-size: contain;
            margin-left: -35px; } }

.packages-subscription-header {
  color: #11214A;
  font-size: 14px;
  font-family: "Konnect-SemiBold" !important;
  display: block;
  margin-bottom: 10px; }

.packages-subscription-body {
  color: #11214A;
  font-size: 12px;
  display: block; }

.packages-subscription-title {
  color: #11214A;
  text-align: center;
  font-size: 24px;
  font-family: "Konnect-SemiBold";
  margin-bottom: 15px; }
  @media (max-width: 1024px) {
    .packages-subscription-title {
      font-size: 20px; } }

.packages-flex {
  display: flex;
  flex-wrap: nowrap; }
  .packages-flex.min-gap {
    gap: 10px;
    align-items: center; }

.packages-machine-description {
  text-align: center;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .packages-machine-description {
      margin-bottom: 25px; } }

.packages-machine-title {
  font-family: "Konnect-SemiBold" !important;
  font-size: 40px;
  font-weight: 400;
  color: #11214A;
  margin-bottom: 15px; }
  @media (max-width: 600px) {
    .packages-machine-title {
      font-size: 20px;
      margin-bottom: 20px;
      font-weight: 300; } }

.packages-machine-subtext {
  color: #11214A;
  font-size: 12px;
  margin-bottom: 15px; }

.packages-machine-info {
  margin-bottom: 50px; }
  @media (max-width: 600px) {
    .packages-machine-info {
      margin-bottom: 0; } }
  .packages-machine-info-title,
  .packages-machine-info-title span {
    color: #11214A;
    font-size: 14px;
    font-family: "Konnect-SemiBold" !important;
    margin-bottom: 15px;
    display: inline-block; }
  @media (max-width: 600px) {
    .packages-machine-info-title span {
      display: none; } }
  .packages-machine-info-heading {
    color: #11214A;
    font-size: 14px;
    font-family: "Konnect-SemiBold" !important;
    margin-bottom: 5px;
    display: block; }
  .packages-machine-info-body {
    color: #11214A;
    font-size: 12px;
    margin-bottom: 5px;
    display: block; }
  .packages-machine-info-col {
    background: #EEE7F8;
    padding: 20px 15px;
    border-radius: 4px; }
    @media (max-width: 767px) {
      .packages-machine-info-col.cols-1, .packages-machine-info-col.cols-2, .packages-machine-info-col.cols-3 {
        margin-bottom: 15px; } }
    .packages-machine-info-col.cols-1 ul li:last-child, .packages-machine-info-col.cols-2 ul li:last-child, .packages-machine-info-col.cols-3 ul li:last-child {
      margin-bottom: 0; }
    @media (max-width: 600px) {
      .packages-machine-info-col.cols-1 {
        float: left;
        width: 50%; } }
    .packages-machine-info-col.cols-1 ul li {
      margin-bottom: 24px; }
      @media (max-width: 767px) {
        .packages-machine-info-col.cols-1 ul li {
          margin-bottom: 14px; } }
    .packages-machine-info-col.cols-2 ul li {
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .packages-machine-info-col.cols-2 ul li {
          margin-bottom: 23px; } }
      @media (max-width: 767px) {
        .packages-machine-info-col.cols-2 ul li span:last-child {
          display: none; } }
    .packages-machine-info-col.cols-3 ul li {
      margin-bottom: 32px; }
    .packages-machine-info-col-wrapper {
      columns: 3;
      gap: 20px; }
      @media (max-width: 600px) {
        .packages-machine-info-col-wrapper {
          columns: 1;
          gap: 0; } }

.sticky-desktop {
  display: block; }
  @media (max-width: 1024px) {
    .sticky-desktop {
      display: none; } }

.sticky-mobile {
  display: none; }
  @media (max-width: 1024px) {
    .sticky-mobile {
      display: block; } }

.sticky-header {
  background: linear-gradient(90deg, #f9f182 0%, #ffd1c7 34%, #ccb4f9 67%, #aec9ff 100%);
  padding: 15px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  justify-content: center; }
  .sticky-header .title,
  .sticky-header .title span {
    color: #11214A;
    font-size: 19px;
    font-family: Konnect-SemiBold !important;
    margin-bottom: 0;
    line-height: 1.3em; }
    @media (max-width: 991px) {
      .sticky-header .title,
      .sticky-header .title span {
        font-size: 16px; } }
    @media (max-width: 320px) {
      .sticky-header .title,
      .sticky-header .title span {
        font-size: 14px; } }

.sticky-collapsible-modal {
  position: fixed;
  bottom: 0;
  right: 180px;
  width: 340px;
  z-index: 999; }
  @media (max-width: 1600px) {
    .sticky-collapsible-modal {
      right: 50px; } }
  @media (max-width: 1024px) {
    .sticky-collapsible-modal {
      right: 0;
      left: 0;
      margin: 0 auto;
      position: absolute;
      top: -105px;
      z-index: 1; } }
  @media (max-width: 767px) {
    .sticky-collapsible-modal {
      top: -114px; } }
  @media (max-width: 430px) {
    .sticky-collapsible-modal {
      top: -93px;
      width: 90%; } }
  @media (max-width: 375px) {
    .sticky-collapsible-modal {
      top: -113px; } }
  @media (max-width: 320px) {
    .sticky-collapsible-modal {
      top: -103px; } }
  .sticky-collapsible-modal img {
    width: 44px !important; }
    @media (max-width: 1024px) {
      .sticky-collapsible-modal img {
        width: 34px !important; } }
  .sticky-collapsible-modal .toggle-arrow {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #214FCF; }

.anton-design-studio {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }
  .anton-design-studio .content {
    background: url(https://cdn11.bigcommerce.com/s-d021x8i00o/images/stencil/original/image-manager/anton-studio-design.png?t=1755593744) no-repeat center center/cover; }

.customer-survey .banner {
  text-align: center;
  justify-content: center; }

.customer-survey .survey-container {
  width: 100%;
  margin: 0 auto; }
  .customer-survey .survey-container iframe {
    width: 100%;
    height: 160vh; }
    @media (max-width: 767px) {
      .customer-survey .survey-container iframe {
        height: 250vh; } }

.customer-survey #survey-form-message {
  padding: 10px 20px;
  margin-bottom: 30px;
  background-color: pink;
  width: 100%; }

.customer-survey input,
.customer-survey select,
.customer-survey textarea {
  border: 1px solid #333 !important; }

.customer-survey .gap-40 {
  gap: 0 40px;
  display: flex;
  flex-wrap: nowrap; }
  .customer-survey .gap-40 .form-field {
    width: 50%; }

.customer-survey.admin .table-responsive {
  margin: 100px 100px; }
  @media (max-width: 767px) {
    .customer-survey.admin .table-responsive {
      width: 100%;
      overflow-x: scroll;
      margin: 50px 15px; } }
