/*
Theme Name: WBPS
Author: Anonymous
Author URI:
Version: 1
Description: WBPS theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: WBPS
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

.slick-dots, .main-nav > ul, .footer-nav > ul, .text-block ul, .text-block ol, .form-area ul, .form-area .gform_fields, .accordion, .tabs-block .tabset, .widget ul, .social-networks, .callback-block form .gform_body ul, .callback-block form .gform_body .gform_fields, .general-text-block ul:not([class]), .general-text-block ol:not([class]), .two-cols-content ul:not([class]), .two-cols-content ol:not([class]), .filter-holder ul, .woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

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

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #616570;
  background: #fff;
  font: 16px/1.625 "Rehlko Runda", sans-serif;
  font-weight: 400;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

a {
  -webkit-transition: color linear 0.3s, opacity linear 0.3s, background-color linear 0.3s, border-color linear 0.3s;
  transition: color linear 0.3s, opacity linear 0.3s, background-color linear 0.3s, border-color linear 0.3s;
  text-decoration: none; }
  a:hover {
    color: #336ee5; }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.625em; }

blockquote {
  border-left: 4px solid #09101b;
  padding-left: .5em;
  margin-left: 1.625em; }

th, td {
  border: 1px solid #336ee5;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

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

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
input[type='date'],
textarea, select, input[type='number'], .select2-container--default .select2-selection--single {
  height: 54px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 20px;
  border: solid 1px #E4E4E4;
  padding: 10px 24px;
  border-radius: 5px;
  outline: none;
  width: 100%;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #616570;
  background-color: #fff;
  font-family: "Rehlko Runda", sans-serif; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='url']::-webkit-input-placeholder,
  input[type='date']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, .select2-container--default .select2-selection--single::-webkit-input-placeholder {
    color: #777; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  input[type='url']::-moz-placeholder,
  input[type='date']::-moz-placeholder,
  textarea::-moz-placeholder, select::-moz-placeholder, input[type='number']::-moz-placeholder, .select2-container--default .select2-selection--single::-moz-placeholder {
    opacity: 1;
    color: #777; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  input[type='url']:-moz-placeholder,
  input[type='date']:-moz-placeholder,
  textarea:-moz-placeholder, select:-moz-placeholder, input[type='number']:-moz-placeholder, .select2-container--default .select2-selection--single:-moz-placeholder {
    color: #777; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='url']:-ms-input-placeholder,
  input[type='date']:-ms-input-placeholder,
  textarea:-ms-input-placeholder, select:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, .select2-container--default .select2-selection--single:-ms-input-placeholder {
    color: #777; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  input[type='url'].placeholder,
  input[type='date'].placeholder,
  textarea.placeholder, select.placeholder, input[type='number'].placeholder, .select2-container--default .select2-selection--single.placeholder {
    color: #777; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  input[type='url']:focus,
  input[type='date']:focus,
  textarea:focus, select:focus, input[type='number']:focus, .select2-container--default .select2-selection--single:focus {
    border-color: #336ee5; }

select, .select2-container--default .select2-selection--single {
  background: #fff url("images/select-bg2.png");
  background-size: 54px 54px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  font-weight: 400;
  font-size: 100%;
  font-size: 15px;
  padding-right: 40px;
  font-family: inherit; }
  @media (min-width: 768px) {
    select, .select2-container--default .select2-selection--single {
      background-size: 54px 54px; } }
  select option, .select2-container--default .select2-selection--single option {
    font-weight: 400;
    font-family: sans-serif; }

.select2-container--default .select2-selection--single {
  padding-top: 14px; }
  @media (min-width: 768px) {
    .select2-container--default .select2-selection--single {
      padding-top: 17px; } }

.select2-dropdown {
  border-color: #E4E4E4 !important; }

.select2-search__field {
  font-size: 15px !important;
  line-height: 20px !important;
  padding: 10px 24px !important; }
  @media (min-width: 768px) {
    .select2-search__field {
      font-size: 17px !important;
      line-height: 20px !important;
      padding: 10px 24px !important; } }

textarea {
  resize: vertical;
  vertical-align: top;
  height: 100px !important;
  resize: none; }

button, .btn,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'], .button {
  -webkit-appearance: none;
  -webkit-border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  padding: 13px 20px;
  min-height: 48px;
  text-align: center;
  border-radius: 6px;
  outline: none;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  color: #fff;
  background: #336ee5;
  border: solid 1px transparent;
  letter-spacing: 0.7px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: top;
  font-family: "Rehlko Runda", sans-serif; }
  button:hover, .btn:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='file']:hover,
  input[type='submit']:hover, .button:hover {
    opacity: 1;
    color: #fff; }
    button:hover:after, .btn:hover:after,
    input[type='button']:hover:after,
    input[type='reset']:hover:after,
    input[type='file']:hover:after,
    input[type='submit']:hover:after, .button:hover:after {
      left: 5px; }
  button:after, .btn:after,
  input[type='button']:after,
  input[type='reset']:after,
  input[type='file']:after,
  input[type='submit']:after, .button:after {
    left: 0;
    font-family: icomoon;
    content: '\f178';
    margin: 0 0 0 10px;
    font-size: 20px;
    line-height: 18px;
    position: relative;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s; }
  button.btn-secondary, .btn.btn-secondary,
  input[type='button'].btn-secondary,
  input[type='reset'].btn-secondary,
  input[type='file'].btn-secondary,
  input[type='submit'].btn-secondary, .button.btn-secondary {
    background-color: #09101b;
    color: #fff; }
    button.btn-secondary:hover, .btn.btn-secondary:hover,
    input[type='button'].btn-secondary:hover,
    input[type='reset'].btn-secondary:hover,
    input[type='file'].btn-secondary:hover,
    input[type='submit'].btn-secondary:hover, .button.btn-secondary:hover {
      background-color: black; }
  button.btn-white, .btn.btn-white,
  input[type='button'].btn-white,
  input[type='reset'].btn-white,
  input[type='file'].btn-white,
  input[type='submit'].btn-white, .button.btn-white {
    background-color: #fff;
    color: #09101b; }
    button.btn-white:hover, .btn.btn-white:hover,
    input[type='button'].btn-white:hover,
    input[type='reset'].btn-white:hover,
    input[type='file'].btn-white:hover,
    input[type='submit'].btn-white:hover, .button.btn-white:hover {
      background-color: #1a55cb;
      color: #fff; }
  button.btn-info, .btn.btn-info,
  input[type='button'].btn-info,
  input[type='reset'].btn-info,
  input[type='file'].btn-info,
  input[type='submit'].btn-info, .button.btn-info {
    background-color: #09101b;
    color: #fff; }
    button.btn-info:hover, .btn.btn-info:hover,
    input[type='button'].btn-info:hover,
    input[type='reset'].btn-info:hover,
    input[type='file'].btn-info:hover,
    input[type='submit'].btn-info:hover, .button.btn-info:hover {
      background-color: black;
      color: #fff; }
  button.btn-info-light, .btn.btn-info-light,
  input[type='button'].btn-info-light,
  input[type='reset'].btn-info-light,
  input[type='file'].btn-info-light,
  input[type='submit'].btn-info-light, .button.btn-info-light {
    background-color: #F5F1FF;
    color: #4E1BDF; }
    button.btn-info-light:hover, .btn.btn-info-light:hover,
    input[type='button'].btn-info-light:hover,
    input[type='reset'].btn-info-light:hover,
    input[type='file'].btn-info-light:hover,
    input[type='submit'].btn-info-light:hover, .button.btn-info-light:hover {
      background-color: #d1beff;
      color: #4E1BDF; }
  button i, .btn i,
  input[type='button'] i,
  input[type='reset'] i,
  input[type='file'] i,
  input[type='submit'] i, .button i {
    display: inline-block;
    vertical-align: top;
    margin: 2px 8px 0 0; }
  button.btn-secondary-outline, .btn.btn-secondary-outline,
  input[type='button'].btn-secondary-outline,
  input[type='reset'].btn-secondary-outline,
  input[type='file'].btn-secondary-outline,
  input[type='submit'].btn-secondary-outline, .button.btn-secondary-outline {
    background: none;
    border-color: #09101b;
    color: #09101b; }
    button.btn-secondary-outline:hover, .btn.btn-secondary-outline:hover,
    input[type='button'].btn-secondary-outline:hover,
    input[type='reset'].btn-secondary-outline:hover,
    input[type='file'].btn-secondary-outline:hover,
    input[type='submit'].btn-secondary-outline:hover, .button.btn-secondary-outline:hover {
      background-color: #09101b;
      color: #fff; }

.fancybox-button {
  min-height: inherit;
  padding: 0; }
  .fancybox-button:hover {
    background: #000; }

.field_sublabel_below .gfield_label {
  margin-bottom: 6px;
  display: block; }

input[type='file'] {
  border-bottom: 0;
  background-color: #336ee5;
  color: #fff; }

.main-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .main-cols #content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .main-cols #sidebar {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 320px;
    margin-left: 20px; }

.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .paging .nav-links .prev, .paging .nav-links .next {
    padding: 8px 20px; }

.paging {
  clear: both;
  text-align: center;
  width: 100%;
  padding: 30px 0 0; }
  .paging .pagination {
    width: 100%; }
  .paging .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.paging .nav-links a, .paging .nav-links span {
  color: #09101b;
  text-decoration: none;
  background: none;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
  font-size: 20px;
  line-height: 24px;
  margin: 2px 3px;
  border-radius: 100%;
  border: 0;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 576px) {
    .paging .nav-links a, .paging .nav-links span {
      margin: 2px 4px; } }

.paging .nav-links a:hover, .paging .nav-links span.current {
  color: #336ee5; }

.paging .nav-links span.current {
  background-color: #336ee5;
  color: #fff; }

.paging .nav-links .next, .paging .nav-links .prev, .paging .nav-links .next-last, .paging .nav-links .prev-last {
  font-size: 0;
  line-height: 0;
  color: #336ee5;
  padding: 0; }

.paging .nav-links .next, .paging .nav-links .next-last {
  text-align: center; }
  .paging .nav-links .next:before, .paging .nav-links .next-last:before {
    font-size: 20px;
    line-height: 24px;
    display: block;
    content: "\f105";
    font-family: 'icomoon'; }

.paging .nav-links .prev, .paging .nav-links .prev-last {
  text-align: center; }
  .paging .nav-links .prev:before, .paging .nav-links .prev-last:before {
    font-size: 20px;
    line-height: 24px;
    display: block;
    content: "\f104";
    font-family: 'icomoon'; }

.paging .nav-links .next-last:after {
  font-size: 20px;
  line-height: 24px;
  display: block;
  content: "\f105";
  font-family: 'icomoon'; }

.paging .nav-links .prev-last:after {
  font-size: 20px;
  line-height: 24px;
  display: block;
  content: "\f104";
  font-family: 'icomoon'; }

.fancybox-button:after {
  display: none; }

.widget {
  margin-bottom: 1.625em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    width: 100%; }
    .search-form input[type='search'] {
      width: 100%;
      margin-bottom: 14px; }

.post-password-form input {
  width: 100%; }
  .post-password-form input[type='password'] {
    width: 100%;
    max-width: 100%;
    margin-bottom: 14px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #336ee5;
  color: #fff;
  font-size: 20px;
  line-height: 20px; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    background: #09101b; }

.commentlist {
  margin: 0 0 1.625em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.625em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.625em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.625em; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #336ee5;
    color: #fff;
    padding: 18px 20px 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    border-radius: 5px; }

.navigation-single {
  margin-bottom: 1.625em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #336ee5;
    color: #fff;
    text-decoration: none;
    border-radius: 5px; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      background: #09101b; }
    .navigation-single .next a,
    .navigation-single .prev a {
      display: block;
      background: #336ee5;
      color: #fff;
      padding: 18px 20px 16px;
      font-weight: 600;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 20px;
      line-height: 20px;
      border-radius: 5px; }
  .navigation-single .next {
    float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #999;
  padding: .4em;
  margin-bottom: 1.625em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.625em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.625em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.625em; }

.mejs-container {
  margin-bottom: 1.625em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

@media (max-width: 1023px) {
  iframe {
    width: 100%; } }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999; }

.widget_calendar table {
  width: 100%; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Rehlko Runda", sans-serif;
  font-weight: 500;
  margin: 0 0 0.5em;
  line-height: 1.2;
  display: block;
  color: #09101b; }
  h1 strong, .h1 strong,
  h2 strong, .h2 strong,
  h3 strong, .h3 strong,
  h4 strong, .h4 strong,
  h5 strong, .h5 strong,
  h6 strong, .h6 strong,
  .h strong {
    font-family: 'Suisse Works',sarif;
    font-style: italic;
    font-weight: 500; }

h1, .h1 {
  font-size: 42px; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 50px; } }
  @media (min-width: 1366px) {
    h1, .h1 {
      font-size: 56px; } }
  @media (min-width: 1366px) {
    h1, .h1 {
      font-size: 45px; } }

h2, .h2 {
  font-size: 32px;
  line-height: 1.3; }
  @media (min-width: 1024px) {
    h2, .h2 {
      font-size: 42px;
      line-height: 1.2; } }
  @media (min-width: 1366px) {
    h2, .h2 {
      font-size: 35px; } }

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

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

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

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

p {
  margin: 0 0 1em; }

a {
  color: #336ee5; }
  a:hover, a:focus {
    text-decoration: none; }

@font-face {
  font-family: 'Rehlko Runda';
  src: url("fonts/RehlkoRunda-Regular.woff2") format("woff2"), url("fonts/RehlkoRunda-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Rehlko Runda';
  src: url("fonts/RehlkoRunda-Black.woff2") format("woff2"), url("fonts/RehlkoRunda-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Rehlko Runda';
  src: url("fonts/RehlkoRunda-BlackItalic.woff2") format("woff2"), url("fonts/RehlkoRunda-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Rehlko Runda';
  src: url("fonts/RehlkoRunda-Bold.woff2") format("woff2"), url("fonts/RehlkoRunda-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Rehlko Runda';
  src: url("fonts/RehlkoRunda-BoldItalic.woff2") format("woff2"), url("fonts/RehlkoRunda-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Rehlko Runda';
  src: url("fonts/RehlkoRunda-Italic.woff2") format("woff2"), url("fonts/RehlkoRunda-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Rehlko Runda';
  src: url("fonts/RehlkoRunda-Light.woff2") format("woff2"), url("fonts/RehlkoRunda-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Rehlko Runda';
  src: url("fonts/RehlkoRunda-LightItalic.woff2") format("woff2"), url("fonts/RehlkoRunda-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Rehlko Runda';
  src: url("fonts/RehlkoRunda-Medium.woff2") format("woff2"), url("fonts/RehlkoRunda-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Rehlko Runda';
  src: url("fonts/RehlkoRunda-MediumItalic.woff2") format("woff2"), url("fonts/RehlkoRunda-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?w9yjup");
  src: url("fonts/icomoon.eot?w9yjup#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?w9yjup") format("truetype"), url("fonts/icomoon.woff?w9yjup") format("woff"), url("fonts/icomoon.svg?w9yjup#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: 'Suisse Works';
  src: url("fonts/SuisseWorksTrial-BookItalic.woff2") format("woff2"), url("fonts/SuisseWorksTrial-BookItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-telecomms:before {
  content: "\e931"; }

.icon-events:before {
  content: "\e932"; }

.icon-manufacturing:before {
  content: "\e933"; }

.icon-triangle-up:before {
  content: "\e900"; }

.icon-triangle-right:before {
  content: "\e901"; }

.icon-triangle-left:before {
  content: "\e902"; }

.icon-triangle-down:before {
  content: "\e903"; }

.icon-utilities:before {
  content: "\e904"; }

.icon-construction:before {
  content: "\e905"; }

.icon-consultants:before {
  content: "\e906"; }

.icon-contractors:before {
  content: "\e907"; }

.icon-data-center:before {
  content: "\e908"; }

.icon-education:before {
  content: "\e909"; }

.icon-enduser:before {
  content: "\e90a"; }

.icon-facilities:before {
  content: "\e90b"; }

.icon-healthcare:before {
  content: "\e90c"; }

.icon-info:before {
  content: "\e90d"; }

.icon-militry:before {
  content: "\e90e"; }

.icon-sales:before {
  content: "\e90f"; }

.icon-search:before {
  content: "\e910"; }

.icon-target:before {
  content: "\e911"; }

.icon-icon-call:before {
  content: "\e912"; }

.icon-icon-clock:before {
  content: "\e913"; }

.icon-icon-email:before {
  content: "\e914"; }

.icon-icon-quote:before {
  content: "\e915"; }

.icon-icon-quote2:before {
  content: "\e916"; }

.icon-icon-send:before {
  content: "\e917"; }

.icon-icon-user:before {
  content: "\e918"; }

.icon-arrow_right_alt:before {
  content: "\e919"; }

.icon-long-arrow-right:before {
  content: "\e91a"; }

.icon-long-arrow-left:before {
  content: "\e91b"; }

.icon-long-arrow-up:before {
  content: "\e91c"; }

.icon-long-arrow-down:before {
  content: "\e91d"; }

.icon-check_circle:before {
  content: "\e91e"; }

.icon-location:before {
  content: "\e91f"; }

.icon-download:before {
  content: "\e920"; }

.icon-arrow-right:before {
  content: "\e921"; }

.icon-arrow-left:before {
  content: "\e922"; }

.icon-envelope1:before {
  content: "\e923"; }

.icon-home:before {
  content: "\e924"; }

.icon-watch_later:before {
  content: "\e925"; }

.icon-youtube1:before {
  content: "\e926"; }

.icon-location1:before {
  content: "\e927"; }

.icon-arrow-bottom:before {
  content: "\e928"; }

.icon-arrow-top:before {
  content: "\e929"; }

.icon-info1:before {
  content: "\e92a"; }

.icon-check_circle1:before {
  content: "\e92b"; }

.icon-paperplane:before {
  content: "\e92c"; }

.icon-search1:before {
  content: "\e92d"; }

.icon-search2:before {
  content: "\e92e"; }

.icon-phone1:before {
  content: "\e92f"; }

.icon-facebook:before {
  content: "\e930"; }

.icon-phone:before {
  content: "\e942"; }

.icon-star-empty:before {
  content: "\e9d7"; }

.icon-star-half:before {
  content: "\e9d8"; }

.icon-star-full:before {
  content: "\e9d9"; }

.icon-search3:before {
  content: "\f002"; }

.icon-user:before {
  content: "\f007"; }

.icon-check:before {
  content: "\f00c"; }

.icon-times:before {
  content: "\f00d"; }

.icon-search-plus:before {
  content: "\f00e"; }

.icon-check1:before {
  content: "\f00f"; }

.icon-search-minus:before {
  content: "\f010"; }

.icon-redo:before {
  content: "\f01e"; }

.icon-sync:before {
  content: "\f021"; }

.icon-list:before {
  content: "\f03a"; }

.icon-list1:before {
  content: "\f03b"; }

.icon-check-circle:before {
  content: "\f058"; }

.icon-check-circle1:before {
  content: "\f059"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-comment:before {
  content: "\f075"; }

.icon-twitter:before {
  content: "\f099" / "Twitter icon"; }

.icon-google-plus-g:before {
  content: "\f0d5"; }

.icon-envelope:before {
  content: "\f0e0"; }

.icon-linkedin-in:before {
  content: "\f0e1" / "LinkedIn icon"; }

.icon-envelope2:before {
  content: "\f0e2"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-ellipsis-h1:before {
  content: "\f143"; }

.icon-ellipsis-v1:before {
  content: "\f144"; }

.icon-play-circle:before {
  content: "\f145"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-xing:before {
  content: "\f168"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-tumblr:before {
  content: "\f173"; }

.icon-long-arrow-down1:before {
  content: "\f175"; }

.icon-long-arrow-up1:before {
  content: "\f176"; }

.icon-long-arrow-left1:before {
  content: "\f177"; }

.icon-long-arrow-right1:before {
  content: "\f178"; }

.icon-vk:before {
  content: "\f189"; }

.icon-google:before {
  content: "\f1a0"; }

.icon-vine:before {
  content: "\f1ca"; }

.icon-yelp:before {
  content: "\f1e9"; }

.icon-pinterest-p:before {
  content: "\f231"; }

.icon-whatsapp:before {
  content: "\f232"; }

.icon-vimeo-v:before {
  content: "\f27d"; }

.icon-envira:before {
  content: "\f299"; }

.icon-bath:before {
  content: "\f2cd"; }

.icon-facebook-f:before {
  content: "\f39e"; }

.icon-map-marker-alt:before {
  content: "\f3c5"; }

.icon-equals:before {
  content: "\f52c"; }

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

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

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

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

.slick-slide {
  float: left;
  display: none;
  outline: none !important; }
  [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; }

.slide-pagination {
  overflow: hidden; }

.slick-pagination {
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .slick-pagination .slick-next {
    position: absolute;
    right: 0;
    top: 0; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-top: 30px !important; }
  @media (min-width: 1024px) {
    .slick-dots {
      padding-top: 40px !important; } }
  .slick-dots li {
    padding: 0 3px; }
    .slick-dots li button {
      min-width: inherit;
      border: 0;
      background: none;
      font-size: 0;
      line-height: 0;
      width: 14px;
      height: 14px;
      min-height: inherit;
      border-radius: 100%;
      background: none;
      border: solid 1px #336ee5;
      -webkit-transition: background linear 0.3s;
      transition: background linear 0.3s;
      padding: 0;
      display: block;
      outline: none; }
      .slick-dots li button:hover {
        background: #336ee5 !important;
        border-color: #336ee5; }
      .slick-dots li button:after {
        display: none; }
    .slick-dots li.slick-active button {
      background: #336ee5;
      border-color: #336ee5; }

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-decoration: none;
  cursor: pointer;
  z-index: 10;
  line-height: 1;
  font-size: 17px;
  left: 0;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c5c3cd;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  font-weight: 600; }
  .slick-prev i,
  .slick-next i {
    margin: -2px 3px 0;
    font-size: 22px; }
  .slick-prev:hover,
  .slick-next:hover {
    color: #09101b; }

.slick-next {
  left: auto;
  right: 0;
  color: #09101b; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #03101f;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .85;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 20px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }
  @media (min-width: 768px) {
    .fancybox-slide {
      padding: 44px; } }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  min-width: inherit; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
  background: none !important; }

.fancybox-navigation .fancybox-button div {
  padding: 7px;
  background: #1e1e1e99; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.fancybox-content {
  border: solid 8px #fff; }
  @media (min-width: 768px) {
    .fancybox-content {
      border: solid 10px #fff; } }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #fff; }

#header {
  position: relative;
  z-index: 10;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 0; }
  @media (min-width: 1200px) {
    #header {
      padding: 0; } }
  #header .logo {
    max-width: 160px; }
    @media (min-width: 768px) {
      #header .logo {
        max-width: 170px; } }
    @media (min-width: 1200px) {
      #header .logo {
        max-width: 190px; } }
    @media (min-width: 1366px) {
      #header .logo {
        max-width: 180px; } }
    @media (min-width: 1440px) {
      #header .logo {
        max-width: 200px; } }
    #header .logo img {
      display: block;
      max-width: 100%; }
  #header .container {
    padding-left: 20px;
    padding-right: 20px; }
  #header .header-top {
    padding: 10px 0; }
    #header .header-top .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    #header .header-top .btn {
      min-height: inherit;
      padding: 8px 25px;
      font-size: 14px;
      line-height: 18px; }
      #header .header-top .btn:after {
        display: none; }
    #header .header-top .tel {
      font-weight: 600; }
      #header .header-top .tel i {
        margin: 0 10px 0 0; }
  #header .header-holder {
    padding: 20px 0;
    background: #f3f4f7; }
    @media (min-width: 1200px) {
      #header .header-holder {
        padding: 0; } }
    #header .header-holder .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  #header .btns-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 20px; }
    @media (min-width: 1440px) {
      #header .btns-holder {
        padding: 0 0 0 20px; } }
    @media (min-width: 1600px) {
      #header .btns-holder {
        padding: 0 0 0 40px; } }
    #header .btns-holder .btn {
      margin: 0 0 0 15px;
      height: 50px;
      padding: 15px 30px;
      min-height: inherit; }
      @media (max-width: 1365px) {
        #header .btns-holder .btn {
          font-size: 16px;
          padding: 15px 22px; } }
      @media (max-width: 767px) {
        #header .btns-holder .btn {
          display: none; } }
  #header .btn-info, #header .btn-search {
    width: 38px;
    height: 38px;
    border: solid 1px #e4e6e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 6px;
    color: #09101b; }
    @media (min-width: 576px) {
      #header .btn-info, #header .btn-search {
        width: 46px;
        height: 46px; } }
    @media (min-width: 1200px) {
      #header .btn-info, #header .btn-search {
        border-color: transparent; } }
    #header .btn-info:hover, #header .btn-search:hover {
      /*background: $primary;
			color: $white;
			border-color: $primary;*/ }
  #header .nav-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 1200px) {
      #header .nav-holder {
        padding: 0 0 0 20px;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        #header .nav-holder .main-nav {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
          #header .nav-holder .main-nav ul {
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start; } }

.main-nav {
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Rehlko Runda", sans-serif; }
  @media (min-width: 1200px) {
    .main-nav {
      font-size: 13px;
      line-height: 20px; } }
  @media (min-width: 1366px) {
    .main-nav {
      font-size: 14px; } }
  @media (min-width: 1600px) {
    .main-nav {
      font-size: 15px; } }
  .main-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .main-nav > ul > li {
      position: relative; }
      .main-nav > ul > li ul {
        margin: 0;
        padding: 0;
        list-style: none; }
      .main-nav > ul > li > a {
        display: block;
        padding: 15px 9px;
        -webkit-transition: linear 0.4s;
        transition: linear 0.4s;
        height: 100%; }
        @media (min-width: 1200px) {
          .main-nav > ul > li > a {
            text-align: center;
            color: #09101b;
            padding: 28px 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-flow: row wrap;
                    flex-flow: row wrap;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            position: relative; }
            .main-nav > ul > li > a:before {
              position: absolute;
              left: 0;
              width: 0;
              bottom: 0;
              content: '';
              height: 4px;
              background: #336ee5;
              -webkit-transition: linear 0.4s;
              transition: linear 0.4s; } }
        @media (min-width: 1366px) {
          .main-nav > ul > li > a {
            padding: 30px 12px; } }
        @media (min-width: 1440px) {
          .main-nav > ul > li > a {
            padding: 30px 13px; } }
        @media (min-width: 1600px) {
          .main-nav > ul > li > a {
            padding: 31px 14px; } }
        @media (min-width: 1700px) {
          .main-nav > ul > li > a {
            padding: 31px 15px; } }
        @media (min-width: 1200px) {
          .main-nav > ul > li > a:hover:before {
            width: 100%; } }
      @media (min-width: 1200px) {
        .main-nav > ul > li:hover > a:before {
          width: 100%; } }
      @media (min-width: 1200px) {
        .main-nav > ul > li.active > a {
          color: #336ee5; }
          .main-nav > ul > li.active > a:hover {
            background: none; } }
      @media (min-width: 1200px) {
        .main-nav > ul > li.mega {
          position: static; } }
      @media (min-width: 1200px) {
        .main-nav > ul > li.mega:hover .mega-drop {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      @media (min-width: 1200px) {
        .main-nav > ul > li.mega .mega-drop {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-flow: row nowrap;
                  flex-flow: row nowrap;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          position: absolute;
          top: 100%;
          display: none;
          background: #fff; } }
      @media (min-width: 1366px) {
        .main-nav > ul > li.mega .mega-drop {
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: calc(100% - 100px); } }
      .main-nav > ul > li.mega .mega-drop > .drop-opener {
        display: none; }
      .main-nav > ul > li.mega .tabsetholder {
        display: none; }
        @media (min-width: 1200px) {
          .main-nav > ul > li.mega .tabsetholder {
            width: 25%;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            position: static;
            opacity: 1;
            visibility: unset;
            margin: 0;
            display: block;
            box-shadow: none;
            border-right: solid 1px rgba(0, 0, 0, 0.2);
            padding: 15px 0; }
            .main-nav > ul > li.mega .tabsetholder .icon {
              display: none;
              max-width: 70px;
              margin: 15px auto; } }
        @media (min-width: 1366px) {
          .main-nav > ul > li.mega .tabsetholder {
            width: 25%; } }
        .main-nav > ul > li.mega .tabsetholder ul {
          display: block;
          opacity: 1;
          visibility: visible;
          position: static;
          border-right: 0;
          box-shadow: none;
          width: 100%;
          text-align: center; }
        .main-nav > ul > li.mega .tabsetholder li {
          border-top: 0; }
          .main-nav > ul > li.mega .tabsetholder li a {
            padding: 10px 20px;
            font-family: "Rehlko Runda", sans-serif;
            font-weight: 500;
            color: #09101b;
            text-align: left;
            display: block;
            font-size: 18px; }
            @media (min-width: 1366px) {
              .main-nav > ul > li.mega .tabsetholder li a {
                padding: 10px 30px; } }
            .main-nav > ul > li.mega .tabsetholder li a:hover, .main-nav > ul > li.mega .tabsetholder li a.active {
              color: #336ee5; }
            .main-nav > ul > li.mega .tabsetholder li a:before {
              display: none; }
            .main-nav > ul > li.mega .tabsetholder li a:after {
              font-family: icomoon;
              content: '\f178';
              color: #336ee5;
              font-weight: 700;
              display: inline-block;
              vertical-align: top;
              margin: 0 0 0 10px; }
      @media (min-width: 1200px) {
        .main-nav > ul > li.mega .menu-tab-content {
          width: 75%;
          overflow: hidden;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .main-nav > ul > li.mega .menu-tab-content > div {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
      @media (min-width: 1366px) {
        .main-nav > ul > li.mega .menu-tab-content {
          width: 75%; } }
      @media (min-width: 1200px) {
        .main-nav > ul > li.mega .menu-tab-content .menu-tab-holder {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%; } }
      @media (max-width: 1199px) {
        .main-nav > ul > li.mega .menu-tab-content .js-tab-hidden {
          position: static !important;
          display: block; } }
      @media (min-width: 1200px) {
        .main-nav > ul > li.mega .links {
          width: 70%;
          border-right: solid 1px rgba(0, 0, 0, 0.1);
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
          .main-nav > ul > li.mega .links .dropopener {
            display: none; } }
      .main-nav > ul > li.mega .links .opener {
        display: block; }
        @media (min-width: 1200px) {
          .main-nav > ul > li.mega .links .opener {
            display: none; } }
      .main-nav > ul > li.mega .links ul {
        display: block; }
        @media (min-width: 1200px) {
          .main-nav > ul > li.mega .links ul {
            position: static;
            opacity: 1;
            visibility: unset;
            margin: 0;
            box-shadow: none;
            padding: 0;
            border: 0;
            padding: 20px;
            width: 100%;
            line-height: 31px;
            -moz-column-count: 2;
            -moz-column-gap: 40px;
            -webkit-column-count: 2;
            -webkit-column-gap: 40px;
            column-count: 2;
            column-gap: 40px;
            background: none;
            font-size: 15px;
            text-align: left; } }
        @media (min-width: 1366px) {
          .main-nav > ul > li.mega .links ul {
            padding: 40px;
            -webkit-column-count: 3;
            column-count: 3; } }
        .main-nav > ul > li.mega .links ul li {
          border-left: 0;
          border-top: 0;
          display: block; }
          .main-nav > ul > li.mega .links ul li.title-only {
            border-bottom: solid 1px rgba(0, 0, 0, 0.1);
            color: #121f33; }
          .main-nav > ul > li.mega .links ul li a {
            padding: 0;
            font-family: "Rehlko Runda", sans-serif;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            /*&:before {
									display: inline-block;
									vertical-align: top;
									content: '\f105';
									font-family: icomoon;
									color: $darkblue;
									margin:  0 10px 0 0;
								}*/ }
            .main-nav > ul > li.mega .links ul li a:hover {
              background: none !important;
              color: #336ee5; }
              .main-nav > ul > li.mega .links ul li a:hover:before {
                color: #336ee5; }
      .main-nav > ul > li.mega .cta-links {
        display: none; }
        @media (min-width: 1200px) {
          .main-nav > ul > li.mega .cta-links {
            width: 30%;
            padding: 20px;
            background: #fff;
            display: block; } }
        @media (min-width: 1366px) {
          .main-nav > ul > li.mega .cta-links {
            padding: 40px; } }
        .main-nav > ul > li.mega .cta-links .cta {
          padding: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          color: #121f33; }
          .main-nav > ul > li.mega .cta-links .cta + .cta {
            margin: 20px 0 0; }
          .main-nav > ul > li.mega .cta-links .cta:hover {
            background: none;
            color: #336ee5; }
          .main-nav > ul > li.mega .cta-links .cta .image {
            display: block;
            margin: 0 15px 0 0;
            width: 70px;
            height: 70px;
            border-radius: 6px;
            overflow: hidden;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            border: solid 1px #ccc; }
            .main-nav > ul > li.mega .cta-links .cta .image img {
              display: block;
              width: 100%;
              height: 100%;
              object-fit: cover; }
      @media (max-width: 1199px) {
        .main-nav > ul > li.mega .links {
          background: #f9f9f9;
          position: relative; }
          .main-nav > ul > li.mega .links .opener {
            border-top: solid 1px rgba(56, 84, 138, 0.1); }
            .main-nav > ul > li.mega .links .opener:hover {
              color: #336ee5; }
          .main-nav > ul > li.mega .links .dropopener {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            position: absolute;
            right: 0;
            top: 0;
            width: 54px;
            height: 54px;
            color: #616570; }
          .main-nav > ul > li.mega .links .slide {
            border-top: solid 1px rgba(56, 84, 138, 0.1); }
            .main-nav > ul > li.mega .links .slide .drop-opener {
              display: none !important; }
            .main-nav > ul > li.mega .links .slide ul {
              -moz-column-count: 3;
              -moz-column-gap: 20px;
              -webkit-column-count: 3;
              -webkit-column-gap: 20px;
              column-count: 3;
              column-gap: 20px;
              padding: 20px; }
              .main-nav > ul > li.mega .links .slide ul li {
                margin: 0  0 10px;
                border: 0;
                border-bottom: 0; }
                .main-nav > ul > li.mega .links .slide ul li a {
                  display: block;
                  padding: 0; }
          .main-nav > ul > li.mega .links.dropactive .opener {
            color: #336ee5; }
          .main-nav > ul > li.mega .links.dropactive .dropopener {
            color: #336ee5; }
            .main-nav > ul > li.mega .links.dropactive .dropopener .icon-plus:before {
              content: '\f068'; }
        .main-nav > ul > li.mega .slide {
          display: none; }
        .main-nav > ul > li.mega .cta-links {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-flow: row wrap;
                  flex-flow: row wrap;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          background: #fff;
          padding: 20px 10px 0;
          display: none; }
          .main-nav > ul > li.mega .cta-links .cta {
            margin: 0 10px 20px;
            text-align: center; }
            .main-nav > ul > li.mega .cta-links .cta + .cta {
              margin: 0 10px 20px; } }
      @media (max-width: 767px) {
        .main-nav > ul > li.mega .links .slide ul {
          -moz-column-count: 2;
          -moz-column-gap: 20px;
          -webkit-column-count: 2;
          -webkit-column-gap: 20px;
          column-count: 2;
          column-gap: 20px; } }
      @media (max-width: 575px) {
        .main-nav > ul > li.mega .links .slide ul {
          -moz-column-count: 1;
          -moz-column-gap: 20px;
          -webkit-column-count: 1;
          -webkit-column-gap: 20px;
          column-count: 1;
          column-gap: 20px; } }
      @media (min-width: 1200px) {
        .main-nav > ul > li.menu-item-has-children > a {
          /*&:after {
							content: '\f107';
							font-family: 'icomoon';
							margin: 0 0 0 10px;
							font-weight: 500;
							transition: linear 0.4s;
						}*/ } }
      @media (min-width: 1200px) {
        .main-nav > ul > li.menu-item-has-children:hover ul {
          opacity: 1;
          visibility: visible;
          margin-top: 0; }
        .main-nav > ul > li.menu-item-has-children:hover > a:after {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); } }
    @media (min-width: 1200px) {
      .main-nav > ul ul {
        display: block;
        margin: 0;
        position: absolute;
        left: 0;
        top: 100%;
        width: 250px;
        background: #fff;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
        margin-top: 20px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: linear 0.4s;
        transition: linear 0.4s;
        font-family: "Rehlko Runda", sans-serif;
        text-align: left; } }
    .main-nav > ul ul li {
      margin: 0; }
      @media (min-width: 1200px) {
        .main-nav > ul ul li {
          border-top: solid 1px rgba(51, 110, 229, 0.1); } }
      .main-nav > ul ul li a {
        background: none;
        text-align: left;
        padding: 12px 15px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        display: block; }
        @media (min-width: 1200px) {
          .main-nav > ul ul li a {
            color: #616570; } }
        @media (min-width: 1200px) {
          .main-nav > ul ul li a:hover {
            color: #336ee5; } }
      .main-nav > ul ul li.active a:hover {
        color: #336ee5; }
  .main-nav .drop-opener {
    display: none; }

@media (max-width: 1199px) {
  #header:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 100vh;
    content: '';
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s; }
  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    overflow-y: auto;
    max-height: calc(100vh - 146px);
    font-size: 18px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
    .main-nav ul {
      display: block;
      margin: 0; }
      .main-nav ul li {
        border-top: solid 1px rgba(9, 16, 27, 0.1); }
        .main-nav ul li a {
          padding: 0;
          display: block;
          padding: 17px 20px;
          color: #616570; }
        .main-nav ul li.menu-item-has-children > a:after {
          display: none; }
        .main-nav ul li.menu-item-has-children > a {
          padding-right: 80px; }
        .main-nav ul li:hover {
          color: #336ee5; }
          .main-nav ul li:hover > a {
            color: #336ee5; }
        .main-nav ul li.active > a {
          color: #336ee5; }
        .main-nav ul li ul {
          display: none;
          background: #f9f9f9; }
          .main-nav ul li ul li a {
            padding: 17px 20px;
            color: #616570; }
        .main-nav ul li.drop-active > .drop-opener .icon-plus:before {
          content: '\f068'; }
      .main-nav ul .drop-opener {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: absolute;
        right: 0;
        top: 0;
        width: 54px;
        height: 54px; } }

.menu-opener {
  display: none; }
  @media (max-width: 1199px) {
    .menu-opener {
      display: block;
      width: 36px;
      height: 30px;
      position: relative;
      z-index: 3;
      margin: -8px 0 0 20px; }
      .menu-opener span, .menu-opener:after, .menu-opener:before {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        -webkit-transition: all ease-in 0.4s;
        transition: all ease-in 0.4s;
        content: "";
        height: 5px;
        background: #336ee5; }
      .menu-opener span {
        top: 11px; }
      .menu-opener:after {
        top: 22px; } }
  @media (max-width: 575px) {
    .menu-opener {
      margin: 0 0 0 10px; } }

@media (max-width: 1199px) {
  .menu-active {
    overflow: hidden;
    height: 100%; }
    .menu-active .menu-opener span {
      opacity: 0; }
    .menu-active .menu-opener:after, .menu-active .menu-opener:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 10px; }
    .menu-active .menu-opener:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .menu-active .main-nav {
      opacity: 1;
      visibility: visible; }
    .menu-active #header:after {
      opacity: 1;
      visibility: visible; } }

.resize-active * {
  -webkit-transition: none !important;
  transition: none !important; }

.fixed-position #header {
  z-index: 1000;
  animation: showBar ease .5s;
  -webkit-animation: showBar ease .5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
  .fixed-position #header .header-top {
    display: none !important; }
  @media (max-width: 1199px) {
    .fixed-position #header .main-nav {
      max-height: calc(100vh - 90px); } }

@-webkit-keyframes showBar {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes showBar {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.popup-searchform {
  position: absolute;
  right: 0;
  top: 100%;
  background: #D7D9DF;
  padding: 10px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s; }
  @media (min-width: 1200px) {
    .popup-searchform {
      width: 100%; } }
  .popup-searchform .searchform {
    border: 0; }
    .popup-searchform .searchform > div {
      border: 0; }
      .popup-searchform .searchform > div:before {
        right: 10px;
        top: 9px;
        z-index: 2;
        color: #fff;
        content: '\e910';
        pointer-events: none; }
    .popup-searchform .searchform input[type='search'] {
      padding: 0;
      height: 40px;
      background: #fff;
      padding: 10px 60px 10px 20px;
      font-size: 16px; }
    .popup-searchform .searchform input[type='submit'] {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      background: #336ee5 !important;
      z-index: 1;
      width: 40px;
      height: 40px;
      border-radius: 0; }
  .search-active .popup-searchform {
    opacity: 1;
    visibility: visible; }
  .popup-searchform .widget.widget_search {
    margin: 0 !important; }

.footer-img {
  display: none; }

#footer {
  background: #09101b;
  color: #fff;
  font-size: 14px;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  padding: 0 0 20px; }
  @media (min-width: 1366px) {
    #footer {
      font-size: 15px; } }
  #footer .container {
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 1700px) {
      #footer .container {
        padding-left: 60px;
        padding-right: 60px; } }
  #footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -15px -30px;
    padding: 40px 0 30px; }
    @media (min-width: 768px) {
      #footer .row {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media (max-width: 767px) {
      #footer .row {
        text-align: center; } }
    @media (min-width: 1200px) {
      #footer .row {
        margin: 0 -20px; } }
    @media (min-width: 1366px) {
      #footer .row {
        padding: 80px 0 20px; } }
    #footer .row .col {
      width: 100%;
      padding: 0 15px 20px; }
      @media (min-width: 768px) {
        #footer .row .col {
          padding: 0 15px;
          width: 33.33%; } }
      @media (min-width: 1024px) {
        #footer .row .col {
          width: 25%; } }
      @media (min-width: 1200px) {
        #footer .row .col {
          padding: 0 20px 20px;
          width: 20%; } }
      @media (min-width: 1600px) {
        #footer .row .col {
          width: 21%; } }
      @media (min-width: 1600px) {
        #footer .row .col:last-child {
          width: 16%; } }
      @media (max-width: 1199px) {
        #footer .row .col:first-child {
          width: 100%;
          padding-bottom: 30px;
          text-align: center; }
          #footer .row .col:first-child .heading {
            display: inline-block;
            vertical-align: top; } }
    @media (max-width: 1023px) {
      #footer .row {
        display: block;
        overflow: hidden;
        margin-bottom: -30px; }
        #footer .row .col {
          float: left;
          padding-bottom: 30px; } }
    @media (max-width: 767px) {
      #footer .row .col {
        float: none;
        padding-bottom: 15px; } }
  #footer .heading {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 0 0 20px;
    font-weight: 400;
    font-family: 'Suisse Works',sarif;
    font-style: italic;
    border-bottom: solid 1px #336ee5;
    padding: 0 0 10px;
    text-transform: capitalize; }
    @media (min-width: 576px) {
      #footer .heading {
        margin: 0 0 10px; } }
    @media (min-width: 768px) {
      #footer .heading {
        font-size: 16px;
        line-height: 20px;
        display: block;
        margin: 0 0 30px; } }
  @media (min-width: 768px) {
    #footer .footer-bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  #footer .logo {
    max-width: 150px;
    margin: 0 auto 8px; }
    @media (min-width: 768px) {
      #footer .logo {
        margin: 0;
        max-width: 150px; } }
    @media (min-width: 1366px) {
      #footer .logo {
        max-width: 180px; } }
    #footer .logo img {
      display: block;
      max-width: 100%; }
  #footer p {
    margin: 0 0 20px; }
  #footer .link {
    display: block;
    margin: 0 0 8px; }
    #footer .link a {
      color: #fff; }
      #footer .link a:hover {
        color: #336ee5; }
      #footer .link a i {
        display: inline-block;
        vertical-align: top;
        font-size: 18px;
        margin: 5px 15px 0 0; }
        @media (min-width: 1366px) {
          #footer .link a i {
            font-size: 20px; } }
    #footer .link + .link {
      margin: 0 0 15px; }
      @media (min-width: 1366px) {
        #footer .link + .link {
          margin: 0 0 15px; } }
  #footer address {
    font-style: normal;
    margin: 0; }
  #footer .btns {
    padding: 10px 0 0; }
    @media (min-width: 768px) {
      #footer .btns {
        padding: 20px 0 0; } }
    #footer .btns .btn {
      display: block;
      margin: 0 auto 10px;
      max-width: 260px;
      font-size: 11px;
      font-weight: 500; }
      @media (min-width: 768px) {
        #footer .btns .btn {
          margin: 0 0 10px;
          max-width: 265px; } }
      @media (min-width: 1366px) {
        #footer .btns .btn {
          font-size: 13px; } }
      @media (min-width: 1440px) {
        #footer .btns .btn {
          font-size: 14px; } }
      @media (min-width: 1500px) {
        #footer .btns .btn {
          font-size: 15px; } }
      #footer .btns .btn:hover {
        background: #336ee5; }
      #footer .btns .btn:after {
        display: none; }
      @media (max-width: 1199px) {
        #footer .btns .btn {
          font-size: 14px;
          min-height: inherit;
          padding: 10px 10px;
          letter-spacing: 1.4px;
          margin: 0 0 10px; } }
      @media (max-width: 767px) {
        #footer .btns .btn {
          margin: 0 auto 10px; } }
  #footer .social-networks {
    padding: 10px 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 768px) {
      #footer .social-networks {
        padding: 20px 0 0;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    #footer .social-networks li a {
      color: #fff;
      font-size: 20px; }
      #footer .social-networks li a:hover {
        color: #336ee5; }
  #footer .copyright {
    display: block;
    text-align: center; }
  #footer .locations-map {
    display: none;
    margin: 0 0 15px; }
    @media (min-width: 1024px) {
      #footer .locations-map {
        display: block; } }
    #footer .locations-map img {
      display: block;
      max-width: 100%; }
  #footer .slide {
    display: none; }
  #footer.locations-active .open-all {
    color: #83a4d9; }
    #footer.locations-active .open-all:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  #footer .open-all {
    color: #fff; }
    #footer .open-all:hover {
      color: #336ee5; }
    #footer .open-all:after {
      display: inline-block;
      vertical-align: top;
      content: '\f107';
      font-family: icomoon;
      margin: 3px 0 0 10px; }
    @media (max-width: 767px) {
      #footer .open-all {
        display: block; } }
  #footer .slide-holder {
    background: #09101b;
    border: solid 1px rgba(255, 255, 255, 0.2);
    padding: 10px;
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      #footer .slide-holder {
        padding: 20px 20px 15px; } }
    @media (min-width: 1024px) {
      #footer .slide-holder {
        padding: 20px 30px 15px;
        margin: 0 0 20px; } }
    @media (min-width: 1200px) {
      #footer .slide-holder {
        padding: 40px 40px 30px;
        margin: 0 0 30px; } }
    @media (max-width: 767px) {
      #footer .slide-holder {
        font-size: 14px; } }
    #footer .slide-holder ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #footer .slide-holder ul li {
        margin: 0 4px 4px; }
        @media (min-width: 1024px) {
          #footer .slide-holder ul li {
            margin: 0 8px 8px; } }
        #footer .slide-holder ul li a {
          color: #83a4d9;
          text-decoration: underline; }
          #footer .slide-holder ul li a:hover {
            text-decoration: none; }
  @media (max-width: 575px) {
    #footer .contact-info p {
      padding: 0 30px; } }

@media (min-width: 768px) {
  .footer-nav {
    margin: 0; } }

.footer-nav > ul li {
  margin: 0 0 5px; }
  @media (min-width: 1366px) {
    .footer-nav > ul li {
      margin: 0 0 10px; } }
  .footer-nav > ul li a {
    font-weight: 500;
    color: #adceff; }
    .footer-nav > ul li a:hover {
      color: #336ee5; }
    .footer-nav > ul li a:after {
      content: '\f178';
      font-family: icomoon;
      margin: 0 0 0 10px; }
  .footer-nav > ul li.active a {
    color: #336ee5; }

@media (max-width: 767px) {
  .footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .footer-nav ul li {
      margin: 0 8px 10px; }
      .footer-nav ul li a {
        padding-bottom: 3px;
        border-bottom: dashed 1px #336ee5; } }

.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  background-color: #336ee5;
  color: #fff;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  border-radius: 100%; }
  .back-to-top:hover {
    color: #fff;
    background-color: #336ee5; }

.fixed-position ~ .back-to-top {
  opacity: 1;
  visibility: visible; }

@media (max-width: 1365px) {
  .newsletter-box .btn {
    font-size: 14px; } }

.text-block {
  margin: 0 0 20px; }
  .text-block h2 {
    margin: 0 0 15px;
    color: #09101b; }
  .text-block h3 {
    margin: 0 0 15px; }
  @media (min-width: 768px) {
    .text-block h1 {
      font-size: 50px; } }
  .text-block h2 {
    font-size: 40px; }
  .text-block h3 {
    font-size: 34px; }
  .text-block a {
    text-decoration: underline; }
    .text-block a:hover {
      text-decoration: none; }
  .text-block p {
    margin: 0 0 18px; }
  .text-block ul {
    padding: 0 0 20px; }
    .text-block ul li {
      padding: 0 0 8px 18px;
      position: relative; }
      .text-block ul li:before {
        position: absolute;
        left: 0;
        top: 13px;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        content: '';
        background-color: #09101b; }
  .text-block ol {
    padding: 0 0 20px;
    counter-reset: item; }
    .text-block ol li {
      padding: 0 0 8px 20px;
      position: relative; }
      .text-block ol li:before {
        position: absolute;
        left: 0;
        top: 0;
        color: #09101b;
        content: counters(item, ".") " ";
        counter-increment: item; }
  .text-block blockquote {
    border: 0;
    margin: 0 0 15px;
    padding: 0;
    font-size: 18px;
    font-weight: 600; }
    .text-block blockquote q, .text-block blockquote p {
      quotes: none;
      font-style: italic;
      display: block;
      margin: 0 0 8px; }
    .text-block blockquote cite {
      display: block;
      font-weight: 400; }

.btn-area {
  margin: 0 -10px 20px 0; }
  .btn-area .btn {
    margin: 0 10px 10px 0; }

.slider-for .image, .slider-nav .image {
  display: block;
  padding-top: 50%;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  position: relative; }

.slider-nav {
  margin: 0 -3px; }
  .slider-nav .slide {
    padding: 6px 3px; }
  .slider-nav .image {
    padding-top: 60%; }

.gallery-holder {
  margin: 0 0 30px;
  position: relative; }
  .gallery-holder .slick-arrow {
    background: #faf9ff;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    color: #09101b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 15px; }
    .gallery-holder .slick-arrow.slick-disabled {
      color: #233d68; }
  .gallery-holder + hr {
    margin-top: 0; }

.iframe-holder {
  position: relative;
  padding-top: 56.2%;
  margin: 0 0 30px;
  background-color: #000; }
  .iframe-holder iframe {
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    width: 100%;
    height: 100%; }

.two-cols {
  margin: 0 -15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .two-cols .col {
    width: 100%;
    padding: 0 15px !important; }
    @media (min-width: 768px) {
      .two-cols .col {
        width: 50%; } }
  .two-cols + hr {
    margin-top: 0; }

hr {
  border: 0;
  border-top: solid 1px #f1f1f1;
  margin: 30px 0; }

.gmap {
  position: relative;
  height: 397px;
  margin: 0 0 30px;
  background-color: #336ee5; }
  @media (min-width: 768px) {
    .gmap {
      margin: 0 0 40px; } }
  .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    width: 100%;
    height: 100%; }

.form-area {
  margin: 0 0 30px; }
  .form-area h2, .form-area .h2 {
    font-size: 30px;
    margin: 0 0 20px; }
  .form-area ul, .form-area .gform_fields {
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .form-area ul li, .form-area ul .gfield, .form-area .gform_fields li, .form-area .gform_fields .gfield {
      width: 100%;
      padding: 0 15px 20px; }
      .form-area ul li.small, .form-area ul .gfield.small, .form-area .gform_fields li.small, .form-area .gform_fields .gfield.small {
        width: 100%; }
        @media (min-width: 768px) {
          .form-area ul li.small, .form-area ul .gfield.small, .form-area .gform_fields li.small, .form-area .gform_fields .gfield.small {
            width: 50%; } }
      @media (min-width: 768px) {
        .form-area ul li.extra-small, .form-area ul .gfield.extra-small, .form-area .gform_fields li.extra-small, .form-area .gform_fields .gfield.extra-small {
          width: 33.33%; }
        .form-area ul li.medium, .form-area ul .gfield.medium, .form-area .gform_fields li.medium, .form-area .gform_fields .gfield.medium {
          width: 66.66%; } }
  .form-area .gfield_label {
    font-weight: 400;
    text-align: left;
    color: #09101b;
    display: block;
    margin-bottom: 4px;
    font-weight: 14px; }
  .form-area input[type="submit"] {
    min-width: 180px; }
  .form-area .gform_footer {
    position: relative;
    display: block;
    text-align: left; }
  .form-area .custom-checkboxes .gfield_label_before_complex {
    font-size: 22px;
    line-height: 24px;
    display: block;
    font-weight: 500 !important;
    color: #09101b;
    margin: 0 0 15px; }
  .form-area .custom-checkboxes.consent .gfield_label_before_complex {
    display: none; }
  .form-area .custom-checkboxes.consent .gfield_checkbox .gchoice {
    width: calc(100% - 24px); }
  .form-area .gfield_checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -10px;
    text-align: left;
    font-size: 16px;
    line-height: 27px;
    margin-top: 6px; }
    @media (min-width: 768px) {
      .form-area .gfield_checkbox {
        font-size: 17px; } }
    .form-area .gfield_checkbox .gchoice {
      width: calc(100% - 24px);
      margin: 0 10px 12px;
      position: relative;
      padding: 0 0 0 34px; }
      @media (min-width: 576px) {
        .form-area .gfield_checkbox .gchoice {
          width: calc(50% - 24px); } }
      @media (min-width: 1440px) {
        .form-area .gfield_checkbox .gchoice {
          width: calc(33.33% - 24px); } }
      .form-area .gfield_checkbox .gchoice input {
        position: absolute;
        left: -9999px;
        top: -9999px;
        visibility: hidden; }
      .form-area .gfield_checkbox .gchoice input:checked ~ label:before {
        opacity: 1; }
      .form-area .gfield_checkbox .gchoice label {
        display: block;
        cursor: pointer; }
        .form-area .gfield_checkbox .gchoice label:after {
          position: absolute;
          left: 0;
          top: 4px;
          width: 20px;
          height: 20px;
          border: solid 1px #b5b5b5;
          content: '';
          border-radius: 2px;
          cursor: pointer;
          background: #fff; }
        .form-area .gfield_checkbox .gchoice label:before {
          position: absolute;
          left: 0;
          top: 2px;
          content: '';
          width: 12px;
          height: 6px;
          border: solid 2px #09101b;
          border-width: 0 0 2px 2px;
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          margin: 8px 0 0 4px;
          opacity: 0;
          z-index: 1;
          -webkit-transition: linear 0.4s;
          transition: linear 0.4s; }

.download-btn {
  display: block;
  text-align: center;
  margin: 0 0 14px;
  padding: 19px 20px;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  background-color: #336ee5;
  color: #fff;
  font-weight: 400;
  border-radius: 5px; }
  .download-btn .icon-download {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 0 0;
    font-size: 22px; }
  .download-btn:hover {
    background-color: #1a55cb;
    color: #fff; }

.downloads-list {
  margin: 0 0 30px; }
  @media (min-width: 768px) {
    .downloads-list {
      margin: 0 0 40px; } }

.accordion {
  margin: 0 0 40px; }
  .accordion li {
    margin: 0;
    border-bottom: solid 1px #ccc; }
    .accordion li.active .opener:before {
      content: '\f068'; }
  .accordion .opener {
    display: block;
    font-size: 17px;
    line-height: 22px;
    padding: 20px 70px 20px 0;
    position: relative;
    font-weight: 500;
    color: #09101b;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s; }
    @media (min-width: 1440px) {
      .accordion .opener {
        font-size: 20px;
        line-height: 24px;
        padding: 24px 70px 24px 0; } }
    .accordion .opener:before {
      content: "\f067";
      font-family: icomoon;
      position: absolute;
      right: 10px;
      color: #09101b;
      top: 22px;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s;
      pointer-events: none; }
      @media (min-width: 1440px) {
        .accordion .opener:before {
          top: 25px;
          right: 10px; } }
    .accordion .opener:hover {
      color: #secondary; }
  .accordion .slide-holder {
    padding: 0 0 20px;
    border-top: 0; }
    .accordion .slide-holder p {
      margin: 0; }

.validation_error {
  margin: 0 0 10px; }

.gfield .validation_message {
  display: none; }

.gfield_error input, .gfield_error textarea, .gfield_error select {
  border-color: #f00 !important; }

.gform_footer {
  text-align: center; }

.twocolumns {
  padding: 0 0 30px; }
  @media (min-width: 1024px) {
    .twocolumns {
      padding: 0 0 60px; } }

.image-area {
  margin-bottom: 30px; }
  .image-area img {
    display: block;
    width: 100%; }

.table-holder {
  margin: 0 0 30px; }
  .table-holder table {
    width: 100%;
    text-align: center;
    margin: 0; }
    .table-holder table thead {
      background: #09101b;
      color: #fff;
      font-weight: 500; }
    .table-holder table th, .table-holder table td {
      padding: 10px 15px;
      text-align: center;
      border-color: #e6dcd8; }
    .table-holder table th {
      font-weight: 500; }
  @media (max-width: 767px) {
    .table-holder {
      overflow-x: auto;
      border: 1px solid #e6dcd8;
      border-top: 0;
      border-bottom: 0; }
      .table-holder table {
        min-width: 580px;
        margin-left: -1px; } }

.hidden_label .gfield_label {
  display: none; }

.captcha-align {
  text-align: center; }
  .captcha-align .ginput_recaptcha {
    display: inline-block;
    vertical-align: top; }

.main-content {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .main-content {
      padding: 60px 0; } }

.file-input {
  padding-top: 20px; }
  .file-input label {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    outline: none;
    color: #fff;
    position: relative;
    display: block; }
    .file-input label span {
      font-size: 13px;
      color: #c1c1c1;
      font-style: italic;
      display: block; }
    .file-input label:before {
      display: block;
      content: "";
      background: url(images/icon-upload.png);
      background-size: 100% 100%;
      width: 53px;
      height: 40px;
      margin: 0 auto 10px; }
  .file-input input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -99999px;
    top: -99999px; }
  .file-input .gfield_required {
    display: inline;
    color: #336ee5; }
  .file-input.gfield_error .gfield_required {
    color: #f00; }
  .file-input.gfield_error .gfield_label {
    color: #f00; }
  .file-input .ginput_container_fileupload span {
    font-size: 13px;
    color: #c1c1c1;
    font-style: italic; }
  .file-input .gfield_label {
    display: block !important; }

#main .team-block {
  background: none;
  padding: 0; }
  #main .team-block .row .col {
    padding: 20px 15px !important; }
    @media (min-width: 768px) {
      #main .team-block .row .col .team-box {
        margin: 0 0 30px; } }

.ctablock {
  background: url(images/hero-image.jpg);
  background-size: cover;
  background-position: 40% 50%;
  text-align: center;
  position: relative;
  position: relative;
  z-index: 1;
  padding: 50px 30px;
  margin: 0 0 30px; }
  @media (min-width: 1024px) {
    .ctablock {
      background-position: 50% 50%;
      padding: 70px 30px;
      margin: 0 0 40px; } }
  .ctablock:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: -webkit-linear-gradient(345.54deg, #4E1BDF 15.96%, #060838 88.67%);
    background: linear-gradient(104.46deg, #4E1BDF 15.96%, #060838 88.67%);
    z-index: 1;
    opacity: 1;
    opacity: 0.7;
    mix-blend-mode: multiply; }
  .ctablock .holder {
    position: relative;
    z-index: 2; }
  .ctablock h2 {
    color: #fff;
    margin: 0 auto 30px;
    font-weight: 700;
    max-width: 600px; }
    @media (min-width: 1024px) {
      .ctablock h2 {
        max-width: 650px; } }
    @media (min-width: 1440px) {
      .ctablock h2 {
        max-width: 736px; } }
    .ctablock h2 span {
      font-weight: 400; }

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important; }

.tabs-block {
  background: #faf9ff;
  margin: 0 0 30px; }
  .tabs-block p {
    margin: 0; }
    .tabs-block p + p {
      margin: 20px 0 0; }
  .tabs-block .tab-content {
    padding: 20px; }
    .tabs-block .tab-content a {
      text-decoration: underline; }
      .tabs-block .tab-content a:hover {
        text-decoration: none; }
  .tabs-block .tabset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .tabs-block .tabset li a {
      background: #fff;
      border: solid 1px #f1f1f1;
      font-size: 18px;
      font-weight: 600;
      display: block;
      padding: 6px 18px; }
      @media (min-width: 1440px) {
        .tabs-block .tabset li a {
          font-size: 20px; } }
      .tabs-block .tabset li a.active {
        background: #09101b;
        border-color: #09101b;
        color: #fff; }
      .tabs-block .tabset li a:hover {
        color: #616570; }
    .tabs-block .tabset li + li a {
      margin: 0 0 0 -1px; }

.content-holder .form-block {
  max-width: none; }

#wrapper {
  overflow: hidden;
  width: 100%;
  position: relative; }

.container {
  max-width: 1840px;
  padding: 0 20px;
  margin: 0 auto; }

.container {
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 1200px) {
  .container {
    padding-left: 40px;
    padding-right: 40px; } }

@media (min-width: 1366px) {
  .container {
    padding-left: 80px;
    padding-right: 80px; } }

.listing-block {
  padding: 20px 0 20px; }
  @media (min-width: 768px) {
    .listing-block {
      padding: 40px 0; } }
  @media (min-width: 1366px) {
    .listing-block {
      padding: 80px 0; } }
  #main .listing-block {
    padding: 0; }
  @media (min-width: 1024px) {
    .listing-block .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin: 0 -20px; } }
  @media (min-width: 1366px) {
    .listing-block .row {
      margin: 0 -50px; } }
  .listing-block .row .col {
    padding: 0 0 30px; }
    @media (min-width: 1024px) {
      .listing-block .row .col {
        padding: 0 20px; } }
    @media (min-width: 1366px) {
      .listing-block .row .col {
        padding: 0 50px; } }
  @media (min-width: 1024px) {
    .listing-block .row #content {
      width: 63%; } }
  @media (min-width: 1024px) {
    .listing-block .row #sidebar {
      width: 37%; } }

.post-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  margin: 0 0 30px; }
  .post-article .featured-image {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 10px;
    overflow: hidden; }
    .post-article .featured-image img {
      display: block;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      object-fit: cover; }
  .post-article .text-block {
    padding: 24px 0 0;
    position: relative;
    background: #fff;
    color: #616570;
    font-size: 18px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0; }
  .post-article h3, .post-article .h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #616570;
    margin: 0 0 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    .post-article h3 a, .post-article .h3 a {
      color: #09101b; }
  .post-article .read-more {
    color: #336ee5;
    text-decoration: underline !important;
    font-weight: 500;
    font-size: 16px; }
  .post-article p {
    margin: 0 0 10px;
    display: none; }
  .post-article .meta {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #09101b;
    margin: 0 0 10px;
    padding-right: 60px; }
    .post-article .meta a {
      color: #09101b; }
      .post-article .meta a:hover {
        color: #09101b; }
    .post-article .meta .date {
      color: #09101b; }

.posts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -15px; }
  .posts-list .post-article {
    margin: 0 15px 50px;
    width: calc(100% - 30px); }
    @media (min-width: 768px) {
      .posts-list .post-article {
        width: calc(100%/2 - 30px); } }

.feed-holder {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 400px; }
  .feed-holder iframe {
    border: 0;
    border-radius: 0; }

.widget {
  margin: 0 0 50px; }
  .widget .widgettitle {
    display: block;
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 10px;
    position: relative; }
  .widget ul {
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    border-bottom: solid 1px #e8e8e8; }
    @media (min-width: 1366px) {
      .widget ul {
        font-size: 20px;
        line-height: 32px; } }
    .widget ul li + li {
      border-top: solid 1px #e8e8e8; }
    .widget ul li a {
      display: block;
      padding: 15px 0;
      color: #616570; }
      @media (min-width: 1366px) {
        .widget ul li a {
          padding: 20px 0; } }
      .widget ul li a:hover {
        color: #09101b; }
  .widget .social-networks {
    padding-top: 30px;
    margin: 0 -5px; }
    .widget .social-networks li {
      margin: 0 5px 10px; }

.widget_categories ul {
  border-bottom: 0 !important; }
  .widget_categories ul li {
    font-size: 18px;
    line-height: 36px;
    margin: 0 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .widget_categories ul li + li {
      border: 0; }
    .widget_categories ul li a {
      padding: 0 !important; }

.searchform > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #e8e8e8;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative; }
  .searchform > div:before {
    position: absolute;
    right: 0;
    top: 2px;
    content: '\e91b';
    font-family: 'icomoon';
    font-size: 20px;
    line-height: 1; }
  .searchform > div input[type='search'] {
    border: 0;
    border-radius: 0;
    padding: 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    height: auto;
    padding: 0 50px 18px 0;
    min-height: inherit;
    background: none; }
  .searchform > div input[type='submit'] {
    font-size: 0;
    line-height: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    min-height: inherit;
    background: none !important;
    cursor: pointer; }

.social-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -8px;
  font-size: 25px; }
  @media (min-width: 1200px) {
    .social-networks {
      font-size: 35px; } }
  .social-networks li {
    margin: 0 8px; }
    @media (min-width: 1366px) {
      .social-networks li {
        margin: 0 8px 16px; } }
    .social-networks li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 100%;
      color: #09101b; }

.details-holder h1 {
  font-size: 40px;
  line-height: 50px; }
  @media (min-width: 1024px) {
    .details-holder h1 {
      font-size: 50px;
      line-height: 60px; } }

.details-holder h2 {
  font-size: 30px;
  line-height: 40px; }
  @media (min-width: 1024px) {
    .details-holder h2 {
      font-size: 40px;
      line-height: 50px; } }

@media (max-width: 1023px) {
  .details-holder h3 {
    font-size: 26px;
    line-height: 30px; } }

.details-holder .alignleft {
  max-width: 350px; }
  @media (max-width: 767px) {
    .details-holder .alignleft {
      float: none;
      width: 100%;
      margin: 0 0 20px;
      max-width: none; } }

.details-holder .alignright {
  max-width: 350px; }
  @media (max-width: 767px) {
    .details-holder .alignright {
      float: none;
      width: 100%;
      margin: 0 0 20px;
      max-width: none; } }

@media (max-width: 767px) {
  .details-holder .aligncenter {
    float: none;
    width: 100%;
    margin: 0 0 20px;
    max-width: none; } }

.details-holder .meta {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #09101b;
  margin: 0 0 10px;
  padding-right: 60px; }
  .details-holder .meta a {
    color: #09101b; }
    .details-holder .meta a:hover {
      color: #09101b; }
  .details-holder .meta .date {
    color: #09101b; }

.post-prev-next {
  background: #f3fafe; }
  .post-prev-next .navigation {
    padding: 0 20px;
    max-width: 1210px;
    margin: 0 auto; }
  .post-prev-next .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0; }
  .post-prev-next .nav-previous, .post-prev-next .nav-next {
    font-size: 0;
    line-height: 0; }
    .post-prev-next .nav-previous:after, .post-prev-next .nav-next:after {
      display: block;
      content: ''; }
  .post-prev-next .nav-next a:before {
    font-size: 18px;
    line-height: 20px;
    content: 'Next';
    display: inline-block;
    vertical-align: top; }
  .post-prev-next .nav-next a:after {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 20px;
    content: '\f105';
    font-family: 'icomoon';
    margin: 0 0 0 8px; }
  .post-prev-next .nav-previous a:after {
    font-size: 18px;
    line-height: 20px;
    content: 'Prev';
    display: inline-block;
    vertical-align: top; }
  .post-prev-next .nav-previous a:before {
    font-size: 18px;
    line-height: 20px;
    content: '\f104';
    font-family: 'icomoon';
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 0 0; }

.gform_validation_errors {
  display: none !important; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important; }

.callback-block {
  padding: 0 0 50px; }
  @media (min-width: 1200px) {
    .callback-block {
      padding: 0 0 80px; } }
  .callback-block h2, .callback-block .h2 {
    margin: 0 0 40px;
    font-weight: 600;
    font-size: 35px;
    line-height: 40px; }
    @media (min-width: 1366px) {
      .callback-block h2, .callback-block .h2 {
        font-size: 45px;
        line-height: 55px; } }
    .callback-block h2 span, .callback-block .h2 span {
      color: #336ee5; }
    .callback-block h2 em, .callback-block .h2 em {
      font-style: normal;
      font-weight: 400; }
  .callback-block p {
    margin: 0 0 25px; }
  .callback-block .container {
    max-width: 1170px; }
    @media (min-width: 1366px) {
      .callback-block .container {
        max-width: 1550px; } }
    @media (max-width: 1199px) {
      .callback-block .container {
        padding: 0; } }
  .callback-block .note {
    padding: 20px 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.85); }
    @media (min-width: 1024px) {
      .callback-block .note {
        padding: 43px 0 0; } }
    .callback-block .note a {
      color: #fff;
      text-decoration: underline; }
      .callback-block .note a:hover {
        text-decoration: none; }
    .callback-block .note p {
      margin: 0; }
  .callback-block .form-holder {
    background: #060838;
    padding: 50px 30px;
    text-align: center;
    color: #fff;
    box-shadow: 10px 34px 128px 30px #DED4FE; }
    @media (min-width: 1200px) {
      .callback-block .form-holder {
        padding: 66px 30px; } }
    @media (min-width: 1366px) {
      .callback-block .form-holder {
        padding: 66px 110px; } }
  .callback-block form {
    text-align: left;
    max-width: 1175px;
    margin: 0 auto; }
    @media (min-width: 1024px) {
      .callback-block form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -10px; } }
    @media (min-width: 1024px) {
      .callback-block form .gform_body {
        padding: 0 5px;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
    @media (min-width: 1200px) {
      .callback-block form .gform_body {
        padding: 0 10px; } }
    @media (min-width: 768px) {
      .callback-block form .gform_body ul, .callback-block form .gform_body .gform_fields {
        margin: 0 -5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; } }
    @media (min-width: 1024px) {
      .callback-block form .gform_body ul, .callback-block form .gform_body .gform_fields {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap; } }
    @media (min-width: 1200px) {
      .callback-block form .gform_body ul, .callback-block form .gform_body .gform_fields {
        margin: 0 -10px; } }
    .callback-block form .gform_body ul li, .callback-block form .gform_body ul .gfield, .callback-block form .gform_body .gform_fields li, .callback-block form .gform_body .gform_fields .gfield {
      padding: 0 0 15px;
      position: relative; }
      @media (min-width: 768px) {
        .callback-block form .gform_body ul li, .callback-block form .gform_body ul .gfield, .callback-block form .gform_body .gform_fields li, .callback-block form .gform_body .gform_fields .gfield {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          padding: 0 5px 20px;
          width: 50%; } }
      @media (min-width: 1024px) {
        .callback-block form .gform_body ul li, .callback-block form .gform_body ul .gfield, .callback-block form .gform_body .gform_fields li, .callback-block form .gform_body .gform_fields .gfield {
          width: 33.33%;
          padding: 0 5px; } }
      @media (min-width: 1200px) {
        .callback-block form .gform_body ul li, .callback-block form .gform_body ul .gfield, .callback-block form .gform_body .gform_fields li, .callback-block form .gform_body .gform_fields .gfield {
          padding: 0 10px; } }
    .callback-block form .gform_footer {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      min-width: 220px; }
      @media (min-width: 1200px) {
        .callback-block form .gform_footer {
          padding-top: 0;
          min-width: 250px; } }
      .callback-block form .gform_footer input[type="submit"] {
        width: 100%; }
        @media (max-width: 767px) {
          .callback-block form .gform_footer input[type="submit"] {
            min-height: 56px; } }
    .callback-block form .gform_footer {
      position: relative; }
      @media (min-width: 1024px) {
        .callback-block form .gform_footer {
          padding: 0 10px; } }
  .callback-block button, .callback-block .btn,
  .callback-block input[type='button'],
  .callback-block input[type='reset'],
  .callback-block input[type='file'],
  .callback-block input[type='submit'], .callback-block .button {
    background: #09101b;
    color: #fff; }
    @media (min-width: 768px) {
      .callback-block button, .callback-block .btn,
      .callback-block input[type='button'],
      .callback-block input[type='reset'],
      .callback-block input[type='file'],
      .callback-block input[type='submit'], .callback-block .button {
        min-height: 65px;
        font-size: 18px;
        border-radius: 8px;
        padding-left: 40px; } }
    .callback-block button:hover, .callback-block .btn:hover,
    .callback-block input[type='button']:hover,
    .callback-block input[type='reset']:hover,
    .callback-block input[type='file']:hover,
    .callback-block input[type='submit']:hover, .callback-block .button:hover {
      background-color: black; }
  .callback-block input[type='text'],
  .callback-block input[type='tel'],
  .callback-block input[type='email'],
  .callback-block input[type='search'],
  .callback-block input[type='password'],
  .callback-block input[type='url'],
  .callback-block input[type='date'],
  .callback-block textarea, .callback-block select, .callback-block input[type='number'] {
    border-radius: 8px;
    padding-right: 25px;
    border-color: #fff;
    border-color: transparent;
    background: #fff;
    border: solid 1px #fff;
    color: #616570; }
    @media (min-width: 768px) {
      .callback-block input[type='text'],
      .callback-block input[type='tel'],
      .callback-block input[type='email'],
      .callback-block input[type='search'],
      .callback-block input[type='password'],
      .callback-block input[type='url'],
      .callback-block input[type='date'],
      .callback-block textarea, .callback-block select, .callback-block input[type='number'] {
        height: 65px; } }
    .callback-block input[type='text']::-webkit-input-placeholder,
    .callback-block input[type='tel']::-webkit-input-placeholder,
    .callback-block input[type='email']::-webkit-input-placeholder,
    .callback-block input[type='search']::-webkit-input-placeholder,
    .callback-block input[type='password']::-webkit-input-placeholder,
    .callback-block input[type='url']::-webkit-input-placeholder,
    .callback-block input[type='date']::-webkit-input-placeholder,
    .callback-block textarea::-webkit-input-placeholder, .callback-block select::-webkit-input-placeholder, .callback-block input[type='number']::-webkit-input-placeholder {
      color: #A39E9E; }
    .callback-block input[type='text']::-moz-placeholder,
    .callback-block input[type='tel']::-moz-placeholder,
    .callback-block input[type='email']::-moz-placeholder,
    .callback-block input[type='search']::-moz-placeholder,
    .callback-block input[type='password']::-moz-placeholder,
    .callback-block input[type='url']::-moz-placeholder,
    .callback-block input[type='date']::-moz-placeholder,
    .callback-block textarea::-moz-placeholder, .callback-block select::-moz-placeholder, .callback-block input[type='number']::-moz-placeholder {
      opacity: 1;
      color: #A39E9E; }
    .callback-block input[type='text']:-moz-placeholder,
    .callback-block input[type='tel']:-moz-placeholder,
    .callback-block input[type='email']:-moz-placeholder,
    .callback-block input[type='search']:-moz-placeholder,
    .callback-block input[type='password']:-moz-placeholder,
    .callback-block input[type='url']:-moz-placeholder,
    .callback-block input[type='date']:-moz-placeholder,
    .callback-block textarea:-moz-placeholder, .callback-block select:-moz-placeholder, .callback-block input[type='number']:-moz-placeholder {
      color: #A39E9E; }
    .callback-block input[type='text']:-ms-input-placeholder,
    .callback-block input[type='tel']:-ms-input-placeholder,
    .callback-block input[type='email']:-ms-input-placeholder,
    .callback-block input[type='search']:-ms-input-placeholder,
    .callback-block input[type='password']:-ms-input-placeholder,
    .callback-block input[type='url']:-ms-input-placeholder,
    .callback-block input[type='date']:-ms-input-placeholder,
    .callback-block textarea:-ms-input-placeholder, .callback-block select:-ms-input-placeholder, .callback-block input[type='number']:-ms-input-placeholder {
      color: #A39E9E; }
    .callback-block input[type='text'].placeholder,
    .callback-block input[type='tel'].placeholder,
    .callback-block input[type='email'].placeholder,
    .callback-block input[type='search'].placeholder,
    .callback-block input[type='password'].placeholder,
    .callback-block input[type='url'].placeholder,
    .callback-block input[type='date'].placeholder,
    .callback-block textarea.placeholder, .callback-block select.placeholder, .callback-block input[type='number'].placeholder {
      color: #A39E9E; }
  .callback-block select {
    background: #fff url("images/select-bg.png");
    background-size: 56px 56px;
    background-repeat: no-repeat;
    background-position: 100% 0; }
    @media (min-width: 768px) {
      .callback-block select {
        background-size: 65px 65px; } }

.gallery-slider {
  overflow: hidden; }
  .gallery-slider .slide {
    float: left;
    width: 25%; }
  .gallery-slider .image {
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 100%;
    display: block; }
  .gallery-slider .slick-arrow {
    background: #09101b;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    margin: 0 20px; }
    @media (min-width: 1366px) {
      .gallery-slider .slick-arrow {
        margin: 0 60px; } }
    .gallery-slider .slick-arrow i {
      font-size: 22px;
      margin-top: 2px; }

.quotes-block {
  background: #09101b url(images/quotes-bg.jpg);
  background-size: cover;
  background-position: 50% 100%;
  color: #fff;
  position: relative;
  font-size: 17px;
  line-height: 24px;
  text-align: center; }
  @media (min-width: 768px) {
    .quotes-block {
      font-size: 18px;
      line-height: 36px; } }
  @media (min-width: 1024px) {
    .quotes-block {
      font-size: 24px;
      line-height: 40px; } }
  @media (min-width: 1200px) {
    .quotes-block {
      font-size: 24px;
      line-height: 168.5%; } }
  .quotes-block h2, .quotes-block .h2 {
    color: #fff;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .quotes-block h2, .quotes-block .h2 {
        margin: 0 0 35px; } }
  .quotes-block .container {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px; }
    @media (min-width: 576px) {
      .quotes-block .container {
        padding-top: 90px;
        padding-bottom: 90px; } }
    @media (min-width: 768px) {
      .quotes-block .container {
        padding-top: 100px;
        padding-bottom: 100px; } }
    @media (min-width: 1024px) {
      .quotes-block .container {
        padding-top: 100px;
        padding-bottom: 110px; } }
    @media (min-width: 1200px) {
      .quotes-block .container {
        padding-top: 130px;
        padding-bottom: 120px; } }
  .quotes-block p {
    font-style: italic; }
  .quotes-block cite {
    font-size: 18px;
    font-style: normal;
    color: #336ee5; }
    @media (min-width: 768px) {
      .quotes-block cite {
        font-size: 20px; } }
    @media (min-width: 1024px) {
      .quotes-block cite {
        font-size: 23px; } }
  .quotes-block a {
    color: inherit;
    text-decoration: underline; }
  .quotes-block .sub-title {
    display: block;
    font-size: 16px;
    margin: 0 0 25px; }
    @media (min-width: 768px) {
      .quotes-block .sub-title {
        font-size: 19px; } }
  .quotes-block .quotes-slider {
    margin: 0 50px; }
    @media (min-width: 768px) {
      .quotes-block .quotes-slider {
        margin: 0 100px; } }
    @media (min-width: 1024px) {
      .quotes-block .quotes-slider {
        max-width: 700px;
        margin: 0 auto; } }
    @media (min-width: 1200px) {
      .quotes-block .quotes-slider {
        max-width: 868px; } }
  .quotes-block .slick-arrow {
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase;
    color: #616570;
    margin: -20px -60px 0;
    width: 26px;
    height: 26px;
    background: #336ee5; }
    @media (min-width: 768px) {
      .quotes-block .slick-arrow {
        margin: -35px -100px 0; } }
    @media (min-width: 1200px) {
      .quotes-block .slick-arrow {
        margin: -35px -120px 0; } }
    .quotes-block .slick-arrow i {
      font-size: 15px;
      margin-top: 2px;
      margin: 2px 6px 0; }
    .quotes-block .slick-arrow:hover {
      opacity: 0.8; }
  .quotes-block .button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px; }

.contact-block {
  background: #f6f9ff;
  padding: 40px 0; }
  @media (min-width: 768px) {
    .contact-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .contact-block {
      padding: 100px 0; } }
  @media (min-width: 1366px) {
    .contact-block {
      padding: 135px 0; } }
  .contact-block .text-holder {
    max-width: 1074px;
    padding-bottom: 10px; }
    @media (min-width: 1024px) {
      .contact-block .text-holder {
        padding-bottom: 30px; } }
  .contact-block .est-text {
    margin: 0 0 25px;
    color: #09101b; }
  .contact-block address {
    max-width: 250px; }
  .contact-block h2, .contact-block .h2 {
    font-size: 40px; }
    @media (min-width: 768px) {
      .contact-block h2, .contact-block .h2 {
        font-size: 45px; } }
    @media (min-width: 1024px) {
      .contact-block h2, .contact-block .h2 {
        font-size: 50px; } }
  @media (min-width: 1024px) {
    .contact-block .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin: 0 -15px; } }
  @media (min-width: 1366px) {
    .contact-block .row {
      margin: 0 -40px; } }
  @media (min-width: 1024px) {
    .contact-block .row .col {
      padding: 0 15px;
      width: 45%; } }
  @media (min-width: 1366px) {
    .contact-block .row .col {
      padding: 0 40px; } }
  @media (min-width: 1024px) {
    .contact-block .row .col:first-child {
      width: 55%; } }
  .contact-block form input[type="submit"] {
    text-transform: uppercase;
    border-radius: 6px; }
    @media (min-width: 768px) {
      .contact-block form input[type="submit"] {
        min-height: 70px; } }
  .contact-block .logo {
    margin: 0 0 27px;
    max-width: 150px;
    display: none; }
    @media (min-width: 1024px) {
      .contact-block .logo {
        display: block; } }
  .contact-block address {
    font-style: normal;
    margin: 0 0 10px; }
    @media (min-width: 1024px) {
      .contact-block address {
        font-size: 20px;
        margin: 0 0 20px; } }
    .contact-block address strong {
      display: block;
      font-size: 22px;
      line-height: 26px;
      margin: 0 0 6px;
      font-weight: 500; }
      @media (min-width: 1024px) {
        .contact-block address strong {
          font-size: 26px;
          line-height: 30px; } }
      .contact-block address strong + br {
        display: none; }
  .contact-block .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px; }
    @media (min-width: 1024px) {
      .contact-block .link {
        font-size: 20px; } }
    .contact-block .link .title {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin: 0 10px 0 0;
      min-width: 60px;
      font-weight: 600; }
    .contact-block .link .text {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      color: #336ee5; }
    .contact-block .link a {
      color: #616570;
      word-break: break-all; }
    @media (max-width: 767px) {
      .contact-block .link {
        font-size: 16px; } }

.map-block {
  position: relative;
  height: 300px; }
  @media (min-width: 1024px) {
    .map-block {
      height: 442px; } }
  .map-block iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.bg-parallax {
  background-attachment: fixed;
  background-repeat: no-repeat; }

.bg-parallax img {
  height: auto;
  position: absolute;
  width: auto; }

.is-touch-device {
  background-size: cover; }

.bg-video-holder {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.bg-video-holder .bg-video {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  pointer-events: none; }

.video-active .bg-video {
  opacity: 1; }

blockquote {
  margin: 0 0 25px;
  border: 0;
  padding: 20px;
  background: #09101b;
  color: #fff; }
  blockquote a {
    color: #fff; }
    blockquote a:hover {
      opacity: 0.7; }
  blockquote p {
    margin: 0 !important; }
    blockquote p a {
      color: #fff; }
      blockquote p a:hover {
        opacity: 0.7; }

.hero-block {
  position: relative;
  overflow: hidden; }
  .hero-block:before {
    background: -webkit-linear-gradient(left, #09101b 0%, #09101b 55%, rgba(33, 75, 163, 0.6) 100%);
    background: linear-gradient(to right, #09101b 0%, #09101b 55%, rgba(33, 75, 163, 0.6) 100%);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 1;
    opacity: 0.7; }
  .hero-block .caption {
    color: #fff;
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 60px 20px 60px;
    min-height: 330px;
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 576px) {
      .hero-block .caption {
        min-height: 370px;
        width: 70%;
        padding: 60px 40px 60px 20px; } }
    @media (min-width: 768px) {
      .hero-block .caption {
        min-height: 400px; } }
    @media (min-width: 1024px) {
      .hero-block .caption {
        min-height: 400px;
        width: 60%;
        padding: 90px 30px; } }
    @media (min-width: 1200px) {
      .hero-block .caption {
        padding: 100px 60px 100px;
        min-height: 450px;
        width: 70%; } }
    @media (min-width: 1366px) {
      .hero-block .caption {
        width: 57%;
        padding: 143px 60px 133px;
        min-height: 560px; } }
    @media (min-width: 1440px) {
      .hero-block .caption {
        padding: 143px 90px 133px; } }
    @media (min-width: 1700px) {
      .hero-block .caption {
        padding: 143px 135px 133px 134px;
        width: 50%; } }
  .hero-block h1, .hero-block h2 {
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 15px;
    font-weight: 500;
    color: inherit; }
    @media (min-width: 768px) {
      .hero-block h1, .hero-block h2 {
        font-size: 43px;
        line-height: 50px;
        margin: 0 0 20px; } }
    @media (min-width: 1024px) {
      .hero-block h1, .hero-block h2 {
        font-size: 50px;
        line-height: 60px;
        margin: 0 0 20px; } }
  .hero-block h3 {
    color: inherit; }
  .hero-block p {
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .hero-block p {
        margin: 0 0 30px; } }
  .hero-block .slick-dots li {
    padding: 0 6px; }
    .hero-block .slick-dots li button {
      border-color: #fff; }
      .hero-block .slick-dots li button:hover {
        background: #fff !important; }
    .hero-block .slick-dots li.slick-active button {
      background: #fff; }
  .hero-block.v2 .container {
    max-width: none;
    padding: 0; }
  .hero-block.v2:before {
    opacity: 0.85; }
  .hero-block.v2 .caption {
    min-height: inherit; }
  .hero-block.orange:before {
    background: -webkit-linear-gradient(left, #e95b0c 1%, #e95b0c 55%, rgba(233, 91, 12, 0.6) 100%);
    background: linear-gradient(to right, #e95b0c 1%, #e95b0c 55%, rgba(233, 91, 12, 0.6) 100%); }
  .hero-block.orange h3 {
    color: #fff; }
  .hero-block.gray:before {
    background: -webkit-linear-gradient(left, #1d1d1b 1%, #1d1d1b 55%, rgba(29, 29, 27, 0.6) 100%);
    background: linear-gradient(to right, #1d1d1b 1%, #1d1d1b 55%, rgba(29, 29, 27, 0.6) 100%); }
  .hero-block.gray h3 {
    color: #fff; }
  .hero-block.video-option {
    position: relative; }
    .hero-block.video-option .caption {
      margin: 0 auto;
      text-align: center;
      min-height: 400px;
      max-width: 700px;
      padding: 90px 20px 40px;
      width: auto; }
      @media (min-width: 576px) {
        .hero-block.video-option .caption {
          padding: 100px 20px 80px; } }
      @media (min-width: 768px) {
        .hero-block.video-option .caption {
          padding: 120px 20px;
          min-height: 500px; } }
      @media (min-width: 1024px) {
        .hero-block.video-option .caption {
          padding: 140px 20px; } }
      @media (min-width: 1366px) {
        .hero-block.video-option .caption {
          min-height: 500px; } }
      .hero-block.video-option .caption:before, .hero-block.video-option .caption:after {
        display: none; }
      .hero-block.video-option .caption h1 {
        max-width: inherit; }
    .hero-block.video-option .bg-video-holder:before {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      content: '';
      background: #001659;
      opacity: 0.5;
      z-index: 1; }
    .hero-block.video-option .phoneno {
      position: absolute;
      left: 0;
      top: 0;
      background: rgba(9, 16, 27, 0.5);
      z-index: 1;
      color: #fff;
      font-weight: 500;
      font-family: "Rehlko Runda", sans-serif;
      padding: 15px 30px;
      font-size: 14px; }
      @media (min-width: 576px) {
        .hero-block.video-option .phoneno {
          font-size: 16px; } }
      .hero-block.video-option .phoneno a {
        color: #ADCEFF; }
    .hero-block.video-option .btn {
      margin: 0 10px 20px; }
      .hero-block.video-option .btn.v2 {
        background: #fff;
        color: #336ee5; }

.hero-slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .hero-slider .slick-list, .hero-slider .slide, .hero-slider .slick-track {
    width: 100%;
    height: 100% !important; }
  .hero-slider .image {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 100% 50%; }
  .hero-slider .slick-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
    z-index: 1;
    padding: 0 !important; }
    @media (min-width: 576px) {
      .hero-slider .slick-dots {
        padding: 14px 20px !important; } }
    @media (max-width: 575px) {
      .hero-slider .slick-dots {
        width: 100%;
        bottom: 15px; } }

.prod-block {
  text-align: center;
  padding: 60px 0; }
  @media (min-width: 768px) {
    .prod-block {
      padding: 40px 0; } }
  .prod-block h2, .prod-block h1, .prod-block h3, .prod-block h4 {
    margin: 0;
    font-weight: 500;
    color: #09101b;
    font-size: 32px;
    line-height: 1.3;
    text-align: center; }
    @media (min-width: 1024px) {
      .prod-block h2, .prod-block h1, .prod-block h3, .prod-block h4 {
        font-size: 35px;
        line-height: 1.2; } }
  .prod-block .prod-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 30px;
    text-align: center; }
  @media (max-width: 1365px) {
    .prod-block .container {
      padding-left: 20px;
      padding-right: 20px; } }

.prod-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .prod-list a {
    color: #09101b;
    border: solid 1px #fff;
    width: calc(100%/2);
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    text-align: left;
    font-size: 15px; }
    @media (min-width: 576px) {
      .prod-list a {
        width: calc(100%/2); } }
    @media (min-width: 768px) {
      .prod-list a {
        width: calc(100%/3); } }
    @media (min-width: 1200px) {
      .prod-list a {
        width: calc(100%/6);
        font-size: 15px; } }
    @media (min-width: 1500px) {
      .prod-list a {
        font-size: 17px; } }
    .prod-list a:hover .image:after {
      background: rgba(255, 255, 255, 0.5); }
    .prod-list a:hover .image .icon {
      opacity: 1;
      visibility: visible; }
  .prod-list .image {
    display: block;
    width: 100%;
    border-bottom: solid 2px #fff;
    text-align: center;
    position: relative;
    padding-top: 100%;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 10px;
    overflow: hidden; }
    @media (min-width: 1200px) {
      .prod-list .image {
        padding-top: 100%; } }
    .prod-list .image:after {
      position: absolute;
      left: 0;
      top: 0;
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(9, 16, 27, 0.5);
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s; }
    .prod-list .image:before {
      position: absolute;
      right: 15px;
      top: 15px;
      width: 35px;
      height: 35px;
      background: #fff;
      border-radius: 100%;
      content: '\f067';
      font-family: icomoon;
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .prod-list .image .icon {
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s;
      z-index: 1;
      display: none; }
  .prod-list .title {
    display: block;
    padding: 10px 0;
    font-weight: 500; }
    @media (min-width: 1024px) {
      .prod-list .title {
        padding: 15px 0; } }
    @media (min-width: 1366px) {
      .prod-list .title {
        padding: 20px 0; } }

.intro-block {
  padding: 50px 0;
  background: #D7D9DF;
  overflow: hidden; }
  @media (min-width: 768px) {
    .intro-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .intro-block {
      padding: 100px 0; } }
  @media (min-width: 1200px) {
    .intro-block {
      padding: 120px 0; } }
  .intro-block .container {
    max-width: 1720px; }
  .intro-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 -20px; }
    .intro-block .row .col {
      width: 100%;
      padding: 0 20px; }
      @media (min-width: 1024px) {
        .intro-block .row .col {
          width: 60%; } }
      @media (min-width: 1200px) {
        .intro-block .row .col {
          width: 50%; } }
      .intro-block .row .col.logo-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        z-index: 1; }
        @media (min-width: 1024px) {
          .intro-block .row .col.logo-col {
            width: 40%; } }
        @media (min-width: 1200px) {
          .intro-block .row .col.logo-col {
            width: 50%; } }
        @media (max-width: 1023px) {
          .intro-block .row .col.logo-col {
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            padding: 0 0 20px; } }
        .intro-block .row .col.logo-col:before {
          position: absolute;
          left: 0;
          top: -120px;
          content: '';
          width: 472px;
          height: 430px;
          background: url(images/map.png);
          background-size: 100% 100%;
          opacity: 0.1;
          z-index: -1;
          pointer-events: none; }
          @media (min-width: 768px) {
            .intro-block .row .col.logo-col:before {
              opacity: 0.2; } }
  .intro-block .no-one-tag {
    max-width: 120px;
    margin: 0 10px; }
    @media (min-width: 768px) {
      .intro-block .no-one-tag {
        max-width: 150px; } }
    @media (min-width: 1200px) {
      .intro-block .no-one-tag {
        margin: 0 20px; } }
    @media (min-width: 1366px) {
      .intro-block .no-one-tag {
        max-width: 200px; } }
    .intro-block .no-one-tag img {
      display: block;
      max-width: 100%;
      height: auto; }
  .intro-block .dealer-logo {
    max-width: 200px;
    margin: 0 10px; }
    @media (min-width: 768px) {
      .intro-block .dealer-logo {
        max-width: 250px; } }
    @media (min-width: 1200px) {
      .intro-block .dealer-logo {
        margin: 0 20px; } }
    @media (min-width: 1366px) {
      .intro-block .dealer-logo {
        max-width: 300px; } }
    .intro-block .dealer-logo img {
      display: block;
      max-width: 100%;
      height: auto; }
  .intro-block h2 {
    font-weight: 500;
    color: #09101b; }
    .intro-block h2 span {
      display: inline-block;
      vertical-align: top;
      padding: 0 0 5px;
      border-bottom: solid 1px #336ee5; }
  .intro-block .opener {
    font-weight: 700; }
    .intro-block .opener em {
      font-style: normal;
      display: none; }
  .intro-block .open-close.active .opener span {
    display: none; }
  .intro-block .open-close.active .opener em {
    display: inline; }

.solutions-block {
  padding: 40px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .solutions-block {
      padding: 50px 0; } }
  @media (min-width: 1366px) {
    .solutions-block {
      padding: 80px 0; } }
  .solutions-block h2 {
    margin: 0 0 20px;
    padding: 0 20px;
    color: #09101b;
    font-weight: 500; }
    @media (min-width: 768px) {
      .solutions-block h2 {
        margin: 0 0 30px; } }
  .solutions-block .tabs-block {
    margin: 0; }

.tabs-block {
  background: none; }
  .tabs-block .tabset {
    display: none;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .tabs-block .tabset {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background: #f3f4f7;
        padding: 10px;
        border-radius: 8px; } }
    @media (min-width: 1200px) {
      .tabs-block .tabset {
        margin: 0 0 50px; } }
    .tabs-block .tabset li {
      margin: 0 2px; }
      .tabs-block .tabset li a {
        font-size: 15px;
        line-height: 20px;
        font-weight: 400;
        padding: 13px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 10px;
        background: #f3f4f7;
        border: 0;
        color: #09101b; }
        @media (min-width: 1440px) {
          .tabs-block .tabset li a {
            font-size: 13px;
            line-height: 20px;
            padding: 13px 15px; } }
        @media (min-width: 1600px) {
          .tabs-block .tabset li a {
            font-size: 14px;
            font-weight: 500; } }
        @media (min-width: 1800px) {
          .tabs-block .tabset li a {
            font-size: 16px;
            padding: 13px 20px; } }
        .tabs-block .tabset li a .icon {
          font-size: 17px;
          font-weight: 400;
          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;
          margin: 0 6px 0 0; }
          @media (min-width: 1366px) {
            .tabs-block .tabset li a .icon {
              font-size: 20px; } }
        .tabs-block .tabset li a:hover {
          background: #336ee5;
          color: #fff; }
        .tabs-block .tabset li a.active {
          background: #336ee5;
          color: #fff; }
  .tabs-block .tabs-content {
    text-align: left;
    position: relative;
    overflow: hidden; }
    @media (min-width: 768px) {
      .tabs-block .tabs-content .js-acc-hidden {
        position: static !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; } }
    @media (max-width: 767px) {
      .tabs-block .tabs-content .js-tab-hidden {
        display: block !important;
        position: static !important; } }
  .tabs-block .slide {
    overflow: hidden;
    margin: 0;
    background: #D7D9DF;
    padding: 30px 15px;
    z-index: 1; }
    @media (min-width: 768px) {
      .tabs-block .slide {
        border-radius: 10px; } }
    @media (min-width: 1200px) {
      .tabs-block .slide {
        padding: 45px 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  @media (min-width: 1200px) {
    .tabs-block .image-holder {
      margin: 0 15px;
      width: calc(50% - 30px); } }
  .tabs-block .image {
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 10px;
    padding-top: 60%; }
    @media (max-width: 1199px) {
      .tabs-block .image {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding-top: 0;
        opacity: 0.1; } }
  .tabs-block .text {
    position: relative;
    z-index: 1; }
    @media (min-width: 1200px) {
      .tabs-block .text {
        margin: 0 15px;
        width: calc(50% - 30px); } }
    .tabs-block .text p {
      margin: 0 0 25px; }
    .tabs-block .text h3 {
      font-size: 25px;
      line-height: 30px;
      font-weight: 500;
      color: #09101b; }
      @media (min-width: 768px) {
        .tabs-block .text h3 {
          font-size: 35px;
          line-height: 40px; } }
  .tabs-block .opener {
    background: #09101b;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 40px 15px 20px;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1); }
    @media (min-width: 768px) {
      .tabs-block .opener {
        display: none; } }
    .tabs-block .opener:hover {
      color: #fff;
      background: #336ee5; }
    .tabs-block .opener:before {
      position: absolute;
      right: 20px;
      top: 20px;
      content: '\f107';
      font-family: icomoon;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s; }
    .tabs-block .opener .icon {
      font-size: 30px;
      font-weight: 400;
      min-width: 52px;
      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;
      margin: 0 6px 0 0; }
  .tabs-block .acc-active .opener {
    background: #336ee5;
    color: #fff; }
    .tabs-block .acc-active .opener:before {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }

.solutions-block + .our-solutions {
  padding-top: 0; }

.our-solutions {
  padding: 40px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .our-solutions {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .our-solutions {
      padding: 80px 0; } }
  .our-solutions .heading-holder {
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .our-solutions .heading-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        text-align: left;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .our-solutions .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .our-solutions .btns .btn {
      margin: 0 10px; }
  .our-solutions .slider-col {
    width: 100%; }
  .our-solutions h4, .our-solutions .h4 {
    color: #336ee5;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Suisse Works',sarif;
    font-style: italic; }
  .our-solutions h3, .our-solutions .h3 {
    margin: 0 0 20px;
    color: #09101b;
    font-weight: 500; }
    @media (min-width: 768px) {
      .our-solutions h3, .our-solutions .h3 {
        margin: 0; } }
  .our-solutions .slick-arrow {
    position: static;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50px;
    height: 50px;
    border: solid 1px #336ee5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0 10px 0 0;
    border-radius: 8px;
    border-radius: 100%;
    color: #fff;
    background: #336ee5; }
    .our-solutions .slick-arrow:hover {
      color: #fff;
      background: #336ee5; }
    .our-solutions .slick-arrow.slick-disabled {
      background: #9dbaf5;
      border-color: #9dbaf5; }
  .our-solutions .slider-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }
  .our-solutions .slick-list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (min-width: 1366px) {
      .our-solutions .slick-list {
        margin: 0 -400px 0 0;
        padding: 0 400px 0 0; } }

.solutions-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -2px; }
  @media (min-width: 1366px) {
    .solutions-slider {
      margin: 0 -2px; } }
  .solutions-slider .slide {
    padding: 0 2px;
    width: 33.33%; }
    @media (min-width: 1366px) {
      .solutions-slider .slide {
        padding: 0 2px; } }

.prod-item .image {
  position: relative;
  background: #09101b;
  border-radius: 10px;
  overflow: hidden; }
  .prod-item .image:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(9, 16, 27, 0.4);
    opacity: 0;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s; }
  .prod-item .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .prod-item .image .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    white-space: nowrap;
    background: #fff;
    color: #09101b;
    opacity: 0;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s; }

.prod-item .text {
  text-align: center;
  color: #2e2e2c;
  padding: 20px 0 0;
  font-weight: 400; }
  .prod-item .text a {
    text-decoration: underline !important; }
    .prod-item .text a:hover {
      text-decoration: none !important; }
    .prod-item .text a.opener {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: 500;
      text-decoration: none !important;
      color: #336ee5 !important; }
      .prod-item .text a.opener em {
        display: none;
        font-style: normal; }
      .prod-item .text a.opener em, .prod-item .text a.opener span {
        margin: 0 0 0 4px; }
      .prod-item .text a.opener:after {
        left: 0;
        font-family: icomoon;
        content: '\f178';
        margin: 0 0 0 5px;
        font-size: 20px;
        line-height: 18px;
        position: relative;
        -webkit-transition: linear 0.4s;
        transition: linear 0.4s;
        display: inline-block;
        vertical-align: top; }
  .prod-item .text p {
    margin: 0 0 15px; }
  .prod-item .text .open-close-slide {
    display: none; }
  .prod-item .text.active a.opener span {
    display: none; }
  .prod-item .text.active a.opener em {
    display: inline; }

.prod-item .title {
  font-family: "Rehlko Runda", sans-serif;
  color: #09101b;
  font-size: 25px;
  line-height: 30px;
  margin: 0 0 10px;
  font-weight: 500;
  display: block; }

.prod-item:hover .image:before {
  opacity: 1; }

.prod-item:hover .image .btn {
  opacity: 1; }

.partnership-block {
  background: #000;
  padding: 60px 0;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .partnership-block {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .partnership-block {
      padding: 75px 0; } }
  .partnership-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  @media (min-width: 1800px) {
    .partnership-block .container {
      max-width: 1410px; } }
  .partnership-block .image {
    width: 100%; }
    @media (min-width: 1024px) {
      .partnership-block .image {
        width: 40%; } }
    @media (min-width: 1200px) {
      .partnership-block .image {
        width: 50%; } }
    @media (max-width: 1023px) {
      .partnership-block .image {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0.5; }
        .partnership-block .image img {
          width: 100%;
          height: 100%;
          object-fit: cover; } }
  .partnership-block .text {
    width: 100%;
    background: #fff;
    border: solid 8px #f3f4f7;
    padding: 20px;
    position: relative;
    z-index: 1;
    border-radius: 10px; }
    @media (min-width: 576px) {
      .partnership-block .text {
        padding: 30px; } }
    @media (min-width: 768px) {
      .partnership-block .text {
        padding: 35px;
        border: solid 12px #f3f4f7; } }
    @media (min-width: 1024px) {
      .partnership-block .text {
        width: 60%;
        max-width: 660px; } }
    @media (min-width: 1200px) {
      .partnership-block .text {
        width: 50%; } }
    @media (min-width: 1366px) {
      .partnership-block .text {
        padding: 50px; } }
  .partnership-block .heading-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 25px; }
    .partnership-block .heading-frame h2, .partnership-block .heading-frame .top-sub-title {
      margin: 0;
      font-size: 32px;
      color: #09101b;
      font-weight: 500;
      line-height: 1.3; }
      @media (min-width: 1024px) {
        .partnership-block .heading-frame h2, .partnership-block .heading-frame .top-sub-title {
          font-size: 42px;
          line-height: 1.2; } }
      @media (min-width: 1366px) {
        .partnership-block .heading-frame h2, .partnership-block .heading-frame .top-sub-title {
          font-size: 35px; } }
      @media (max-width: 1365px) {
        .partnership-block .heading-frame h2, .partnership-block .heading-frame .top-sub-title {
          font-size: 40px; } }
      @media (max-width: 767px) {
        .partnership-block .heading-frame h2, .partnership-block .heading-frame .top-sub-title {
          font-size: 35px; } }
      @media (max-width: 575px) {
        .partnership-block .heading-frame h2, .partnership-block .heading-frame .top-sub-title {
          font-size: 30px; } }
  .partnership-block .no-one-tag {
    max-width: 50px;
    position: relative;
    margin: 0 0 0 15px; }
    @media (min-width: 576px) {
      .partnership-block .no-one-tag {
        max-width: 100px;
        margin: 0 0 0 25px; } }
    @media (min-width: 1366px) {
      .partnership-block .no-one-tag {
        max-width: 138px;
        margin: 0 0 0 40px; } }
    .partnership-block .no-one-tag:before {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: url(images/dots.png);
      background-size: 100% 100%;
      width: 263px;
      height: 262px;
      content: ''; }
    .partnership-block .no-one-tag img {
      display: block;
      width: 100%;
      height: auto;
      position: relative;
      z-index: 1; }
  .partnership-block h3 {
    font-size: 14px;
    font-weight: 500;
    color: #336ee5; }
  .partnership-block .top-title {
    font-family: 'Suisse Works',sarif;
    font-style: italic;
    text-transform: capitalize; }
  .partnership-block h2 {
    color: #09101b;
    font-weight: 500; }

.data-centers {
  padding: 60px 0 0;
  background: #f3f4f7; }
  @media (min-width: 768px) {
    .data-centers {
      padding: 60px 0 20px; } }
  @media (min-width: 1024px) {
    .data-centers {
      padding: 100px 0; } }
  @media (min-width: 1800px) {
    .data-centers .container {
      max-width: 1500px; } }
  .data-centers + .links-block {
    margin-top: 0; }
  .data-centers .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -20px; }
    .data-centers .row .col {
      padding: 0 20px 40px;
      width: 100%; }
      @media (min-width: 1024px) {
        .data-centers .row .col {
          width: 50%;
          padding: 0 20px; } }
  .data-centers h3 {
    font-weight: 500;
    color: #09101b; }
    .data-centers h3 span {
      display: inline-block;
      vertical-align: top;
      padding: 0 0 5px;
      border-bottom: solid 1px #336ee5; }
  .data-centers .image {
    position: relative; }
    @media (min-width: 1024px) {
      .data-centers .image {
        max-width: 484px; } }
    .data-centers .image:before {
      display: none; }
    .data-centers .image img {
      display: block;
      width: 100%;
      border-radius: 10px; }
  .data-centers .casestudy {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #336ee5;
    padding: 14px;
    position: relative;
    z-index: 2;
    border-radius: 10px;
    margin-top: 15px; }
    @media (min-width: 576px) {
      .data-centers .casestudy {
        margin-top: -60px;
        margin-right: 20px;
        margin-left: 20px;
        max-width: 490px; } }
    @media (min-width: 1200px) {
      .data-centers .casestudy {
        margin-right: 0;
        margin-left: 0; } }
    @media (max-width: 1199px) {
      .data-centers .casestudy {
        font-size: 15px;
        line-height: 20px; } }
    .data-centers .casestudy .btn {
      padding: 0;
      position: absolute;
      right: 0;
      bottom: 0;
      width: 50px;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: none; }
      .data-centers .casestudy .btn:before {
        margin: 0; }
    .data-centers .casestudy:hover .btn {
      background: #fff;
      color: #09101b; }
    .data-centers .casestudy .image {
      display: none;
      width: 160px;
      height: 108px;
      background-size: cover;
      background-position: 50% 50%;
      border-radius: 6px; }
      @media (min-width: 480px) {
        .data-centers .casestudy .image {
          display: block; } }
      .data-centers .casestudy .image:before {
        display: none; }
    .data-centers .casestudy .text {
      padding: 0 50px 0 0;
      color: #fff; }
      @media (min-width: 480px) {
        .data-centers .casestudy .text {
          padding: 0 50px 0 15px; } }
      @media (min-width: 576px) {
        .data-centers .casestudy .text {
          padding: 0 50px 0 20px; } }
    .data-centers .casestudy .title {
      display: block;
      font-family: "Rehlko Runda", sans-serif;
      font-size: 20px;
      line-height: 24px;
      margin: 0 0 3px;
      font-weight: 500; }
      @media (min-width: 1200px) {
        .data-centers .casestudy .title {
          font-size: 22px;
          line-height: 26px;
          margin: 0 0 6px; } }
    .data-centers .casestudy p {
      margin: 0; }

.links-block {
  position: relative;
  background: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  border-radius: 10px; }
  @media (min-width: 576px) {
    .links-block {
      margin-top: 30px;
      margin-bottom: 0; } }
  .links-block .container {
    padding: 20px 70px;
    position: relative; }
  @media (min-width: 1800px) {
    .links-block .container {
      max-width: 1500px; } }
  .links-block .slide {
    width: calc(100%/6); }
    .links-block .slide.slick-current .link-holder {
      background: #336ee5;
      color: #fff; }
  .links-block .links-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .links-block .links-slider .slick-list {
      width: 100%; }
  .links-block .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .links-block .slick-track:after, .links-block .slick-track:before {
      display: none; }
    .links-block .slick-track .slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .links-block .slick-track .link-holder {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
  .links-block .link-holder {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    padding: 20px 10px;
    border-radius: 10px;
    background: #f3f4f7;
    border: 0;
    color: #09101b;
    margin: 0 5px;
    text-align: center; }
    @media (min-width: 1700px) {
      .links-block .link-holder {
        padding: 20px 20px; } }
    .links-block .link-holder .icon {
      font-size: 20px;
      font-weight: 400;
      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;
      margin: 0 auto 10px;
      display: block; }
    .links-block .link-holder:hover {
      background: #336ee5;
      color: #fff; }
    .links-block .link-holder.active {
      background: #336ee5;
      color: #fff; }
  .links-block .slick-arrow {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 46px;
    height: 46px;
    border: solid 1px #336ee5;
    background: #336ee5;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -55px;
    border-radius: 100%; }
    .links-block .slick-arrow.slick-disabled {
      background: #9dbaf5;
      border-color: #9dbaf5; }
    .links-block .slick-arrow:hover {
      color: #fff;
      background: #336ee5; }

.history-block {
  background: #336ee5;
  color: #fff;
  position: relative; }
  .history-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .history-block .row .col {
      width: 100%; }
      @media (min-width: 1024px) {
        .history-block .row .col {
          width: 50%; } }
      .history-block .row .col:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .history-block .row .col:first-child .image {
          width: 100%;
          min-height: 450px;
          background-size: cover;
          background-position: 50% 50%; }
          @media (min-width: 1366px) {
            .history-block .row .col:first-child .image {
              min-height: 550px; } }
          @media (max-width: 1023px) {
            .history-block .row .col:first-child .image {
              position: absolute;
              left: 0;
              right: 0;
              top: 0;
              bottom: 0;
              min-height: inherit; } }
  .history-block .text {
    padding: 25px; }
    @media (min-width: 576px) {
      .history-block .text {
        padding: 40px 30px; } }
    @media (min-width: 1200px) {
      .history-block .text {
        padding: 77px 40px; } }
    @media (min-width: 1366px) {
      .history-block .text {
        padding: 77px 77px; } }
    .history-block .text .btn {
      background: #09101b; }
      .history-block .text .btn:hover {
        background: #fff;
        color: #09101b; }
    .history-block .text p {
      margin: 0 0 20px; }
      @media (min-width: 768px) {
        .history-block .text p {
          margin: 0 0 30px; } }
    @media (max-width: 1023px) {
      .history-block .text {
        position: relative;
        z-index: 1;
        background: rgba(9, 16, 27, 0.95);
        margin: 40px 20px; } }
  .history-block h3, .history-block .top-title {
    color: #fff;
    font-size: 14px;
    font-weight: 500; }
  .history-block .top-title {
    font-family: 'Suisse Works',sarif;
    font-style: italic; }
  .history-block h2, .history-block .sub-title {
    font-weight: 500;
    color: #fff; }
    @media (min-width: 768px) {
      .history-block h2, .history-block .sub-title {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .history-block h2, .history-block .sub-title {
        margin: 0 0 20px; } }
  .history-block .video-iframe {
    height: 100%; }
    .history-block .video-iframe iframe {
      height: 100%;
      object-fit: cover; }

.usefull-info-block {
  background: #fff;
  padding: 60px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .usefull-info-block {
      padding: 60px 0; } }
  @media (min-width: 1200px) {
    .usefull-info-block {
      padding: 80px 0; } }
  .usefull-info-block h2, .usefull-info-block .h2 {
    text-align: center;
    margin: 0 0 25px;
    font-weight: 500;
    color: #09101b; }
    @media (min-width: 576px) {
      .usefull-info-block h2, .usefull-info-block .h2 {
        margin: 0 0 30px; } }
    @media (min-width: 768px) {
      .usefull-info-block h2, .usefull-info-block .h2 {
        margin: 0 0 40px; } }
  @media (min-width: 1800px) {
    .usefull-info-block .container {
      max-width: 1540px; } }
  .usefull-info-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -5px; }
    @media (min-width: 1024px) {
      .usefull-info-block .row {
        margin: 0 -10px; } }
    @media (min-width: 1366px) {
      .usefull-info-block .row {
        margin: 0 -10px; } }
    .usefull-info-block .row .col {
      margin: 0 5px 10px;
      width: calc(100% - 10px);
      background: #f3f4f7;
      padding: 10px;
      border-radius: 10px; }
      @media (min-width: 576px) {
        .usefull-info-block .row .col {
          width: calc(100%/2 - 10px); } }
      @media (min-width: 1024px) {
        .usefull-info-block .row .col {
          margin: 0 10px 20px; } }
      @media (min-width: 1200px) {
        .usefull-info-block .row .col {
          margin: 0 10px 20px;
          width: calc(100%/4 - 20px); } }
      @media (min-width: 1366px) {
        .usefull-info-block .row .col {
          margin: 0 10px 20px;
          width: calc(100%/4 - 20px);
          padding: 15px; } }
    .usefull-info-block .row .image {
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-height: 160px;
      border-radius: 10px; }
      @media (min-width: 1024px) {
        .usefull-info-block .row .image {
          min-height: 120px; } }
      @media (min-width: 1200px) {
        .usefull-info-block .row .image {
          min-height: 150px; } }
      @media (min-width: 1366px) {
        .usefull-info-block .row .image {
          min-height: 180px; } }
      .usefull-info-block .row .image img {
        display: inline-block;
        vertical-align: top;
        max-width: 70%;
        max-height: 80px; }
        @media (min-width: 1200px) {
          .usefull-info-block .row .image img {
            max-width: 90%;
            max-height: 100px; } }
        @media (min-width: 1366px) {
          .usefull-info-block .row .image img {
            max-height: 130px; } }
    .usefull-info-block .row .text {
      padding: 20px 15px; }
    .usefull-info-block .row h3, .usefull-info-block .row .h3 {
      color: #09101b;
      font-size: 20px;
      font-weight: 500; }
      @media (min-width: 1200px) {
        .usefull-info-block .row h3, .usefull-info-block .row .h3 {
          font-size: 22px; } }
      @media (min-width: 1500px) {
        .usefull-info-block .row h3, .usefull-info-block .row .h3 {
          font-size: 26px; } }
    @media (max-width: 1199px) {
      .usefull-info-block .row .btn {
        font-size: 16px;
        letter-spacing: 1px;
        padding: 10px 15px;
        min-height: inherit; } }
  .usefull-info-block + .lastest-news-block {
    padding-top: 0; }

.lastest-news-block {
  background: #fff;
  padding: 60px 0 60px; }
  @media (min-width: 768px) {
    .lastest-news-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .lastest-news-block {
      padding: 80px 0; } }
  .lastest-news-block h2 {
    margin: 0;
    color: #09101b;
    font-weight: 500; }
  .lastest-news-block .slick-list {
    width: 100%; }
  .lastest-news-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -3px; }
    .lastest-news-block .row .col {
      margin: 0 3px;
      width: calc(100%/2 - 6px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 1366px) {
        .lastest-news-block .row .col {
          width: calc(100%/2 - 6px); } }
  .lastest-news-block .news-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 576px) {
      .lastest-news-block .news-header {
        margin: 0 0 30px; } }
    @media (min-width: 1024px) {
      .lastest-news-block .news-header {
        margin: 0 0 30px; } }
  .lastest-news-block .news-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px; }
  .lastest-news-block .slick-arrow {
    position: static;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 46px;
    height: 46px;
    border: solid 1px #336ee5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0 8px;
    border-radius: 8px;
    border-radius: 100%;
    color: #fff;
    background: #336ee5; }
    .lastest-news-block .slick-arrow:hover {
      color: #fff;
      background: #336ee5; }
    .lastest-news-block .slick-arrow.slick-disabled {
      background: #9dbaf5;
      border-color: #9dbaf5; }

.news-box {
  width: 100%;
  display: block; }
  .news-box .image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    padding-top: 110%;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 10px;
    display: block;
    margin: 2px 0 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }
  .news-box h4 {
    color: #09101b;
    font-weight: 500;
    font-size: 16px; }
  .news-box .more {
    text-decoration: underline;
    color: #336ee5;
    font-weight: 500; }
  .news-box p {
    margin: 0;
    display: none; }
  .news-box:hover {
    color: #616570; }
    .news-box:hover .more {
      text-decoration: none; }
  @media (max-width: 575px) {
    .news-box {
      display: block; }
      .news-box .image {
        width: 100%;
        display: block;
        min-height: inherit;
        padding-top: 60%;
        margin: 0 0 20px; } }

.contact-section {
  background: #f3f4f7; }
  .contact-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .contact-section .row .col {
      position: relative;
      width: 100%; }
  .contact-section .form-area {
    margin: 0; }
  .contact-section #map, .contact-section div#mapCanvas {
    height: 300px;
    overflow: hidden;
    background: #1f2f48; }
    @media (min-width: 576px) {
      .contact-section #map, .contact-section div#mapCanvas {
        height: 360px; } }
    @media (min-width: 768px) {
      .contact-section #map, .contact-section div#mapCanvas {
        height: 400px; } }
    @media (min-width: 1024px) {
      .contact-section #map, .contact-section div#mapCanvas {
        height: 500px; } }
  .contact-section .getin-touch-block {
    text-align: center; }
    .contact-section .getin-touch-block .form-area {
      max-width: 900px;
      margin: 0 auto; }
    .contact-section .getin-touch-block .gform_footer {
      text-align: center; }

.map-info {
  color: #fff;
  background: #09101b;
  padding: 50px 20px; }
  @media (min-width: 576px) {
    .map-info {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      background: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 1366px) {
    .map-info {
      padding: 40px; } }
  @media (min-width: 1440px) {
    .map-info {
      padding: 50px; } }
  .map-info h3 {
    font-size: 26px;
    font-weight: 500;
    color: inherit; }
    @media (min-width: 576px) {
      .map-info h3 {
        font-size: 30px; } }
    @media (min-width: 768px) {
      .map-info h3 {
        font-size: 35px; } }
  .map-info .depot, .map-info .office {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 15px;
    font-weight: 500; }
    .map-info .depot i, .map-info .office i {
      font-size: 25px;
      margin: 0 10px 0 0;
      color: #e95b0c; }
      @media (min-width: 576px) {
        .map-info .depot i, .map-info .office i {
          font-size: 30px; } }
  .map-info .office i {
    color: #f6a723; }
  .map-info select {
    width: 260px;
    background: #1e2f47 url(images/select-bg3.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 50px 50px;
    color: #fff;
    border: solid 1px #737a84;
    height: 50px;
    font-size: 16px;
    line-height: 20px;
    padding: 14px 50px 14px 20px;
    display: block; }
  .map-info .find-dealer {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0 0;
    font-size: 16px; }
    .map-info .find-dealer i {
      font-size: 22px;
      margin: 0 10px 0 0; }

.getin-touch-block {
  padding: 60px 20px; }
  @media (min-width: 1366px) {
    .getin-touch-block {
      padding: 40px; } }
  @media (min-width: 1440px) {
    .getin-touch-block {
      padding: 60px; } }
  .getin-touch-block h3, .getin-touch-block .h2, .getin-touch-block h2 {
    font-size: 35px;
    font-weight: 500;
    color: #09101b; }

.news-letter-block {
  padding: 45px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .news-letter-block {
      padding: 40px 0; } }
  @media (min-width: 1024px) {
    .news-letter-block {
      padding: 60px 0;
      text-align: left; } }
  @media (min-width: 1200px) {
    .news-letter-block {
      padding: 90px 0; } }
  .news-letter-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -30px; }
    .news-letter-block .row .col {
      width: 100%;
      padding: 0 30px; }
      @media (min-width: 1024px) {
        .news-letter-block .row .col {
          width: 40%; } }
      @media (min-width: 1024px) {
        .news-letter-block .row .col.newsletter-form {
          width: 60%; } }
  .news-letter-block h2 {
    font-size: 30px;
    color: #09101b;
    margin: 0 0 15px; }
    @media (min-width: 576px) {
      .news-letter-block h2 {
        font-size: 35px; } }
    @media (min-width: 768px) {
      .news-letter-block h2 {
        font-size: 40px; } }

.newsletter-form h3 {
  font-size: 22px;
  margin: 0 0 15px; }
  @media (min-width: 576px) {
    .newsletter-form h3 {
      font-size: 24px; } }

.newsletter-form form {
  background: #f3f4f7;
  position: relative;
  padding-right: 120px; }
  @media (min-width: 576px) {
    .newsletter-form form {
      padding-right: 210px;
      padding: 5px; } }
  @media (min-width: 1024px) {
    .newsletter-form form {
      padding: 10px; } }
  .newsletter-form form input[type="text"], .newsletter-form form input[type="email"] {
    background: none;
    border: solid 1px transparent;
    width: 100%;
    min-height: 50px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 20px;
    height: auto; }
    @media (min-width: 576px) {
      .newsletter-form form input[type="text"], .newsletter-form form input[type="email"] {
        font-size: 18px;
        line-height: 22px;
        padding: 0 20px; } }
    @media (min-width: 1200px) {
      .newsletter-form form input[type="text"], .newsletter-form form input[type="email"] {
        min-height: 50px;
        padding: 0 20px;
        font-size: 20px;
        line-height: 24px; } }
  .newsletter-form form input[type="submit"], .newsletter-form form button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 110px; }
    @media (min-width: 576px) {
      .newsletter-form form input[type="submit"], .newsletter-form form button {
        width: 191px; } }
    @media (min-width: 1024px) {
      .newsletter-form form input[type="submit"], .newsletter-form form button {
        top: 10px;
        right: 10px; } }
    @media (max-width: 575px) {
      .newsletter-form form input[type="submit"], .newsletter-form form button {
        padding-left: 20px;
        padding-right: 10px;
        right: 0;
        top: 0; } }

.newsletter-form .gform_footer {
  display: block;
  text-align: left; }
  .newsletter-form .gform_footer:before {
    position: absolute;
    right: 86px;
    top: 10px;
    font-family: icomoon;
    content: '\e901';
    color: #fff;
    pointer-events: none;
    z-index: 1; }
    @media (min-width: 576px) {
      .newsletter-form .gform_footer:before {
        right: 150px;
        top: 16px; } }
    @media (min-width: 1024px) {
      .newsletter-form .gform_footer:before {
        top: 20px; } }

.newsletter-form .gform_ajax_spinner {
  display: none !important; }

.general-text-block {
  padding: 60px 0;
  background: #fff; }
  @media (min-width: 768px) {
    .general-text-block {
      padding: 70px 0; } }
  @media (min-width: 1024px) {
    .general-text-block {
      padding: 100px 0; } }
  .general-text-block.gray {
    background: #f3f4f7; }
  .general-text-block.blue {
    background: #09101b;
    color: #fff; }
    .general-text-block.blue h2 {
      color: inherit; }
    .general-text-block.blue ul:not([class]) li:before {
      background: #ADCEFF; }
    .general-text-block.blue ol:not([class]) li:before {
      color: #ADCEFF; }
    .general-text-block.blue a:not([class]) {
      color: #ADCEFF; }
  .general-text-block.inverse .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .general-text-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -15px -50px; }
    @media (min-width: 1024px) {
      .general-text-block .row {
        margin: 0 -15px; } }
    .general-text-block .row .col {
      padding: 0 15px 50px;
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media (min-width: 1024px) {
        .general-text-block .row .col {
          width: 50%;
          padding: 0 15px; } }
      .general-text-block .row .col:only-child {
        max-width: 1190px;
        margin: 0 auto; }
      @media (min-width: 1024px) {
        .general-text-block .row .col.right-col {
          width: 50%; } }
      .general-text-block .row .col.right-col img {
        display: block;
        width: 100%;
        border-radius: 10px; }
  .general-text-block h2, .general-text-block h3, .general-text-block h4, .general-text-block h1 {
    color: #09101b;
    font-weight: 500; }
  .general-text-block p {
    margin: 0 0 30px; }
    .general-text-block p a {
      text-decoration: underline; }
      .general-text-block p a:hover {
        text-decoration: none; }
  .general-text-block ul:not([class]) {
    padding: 0 0 20px; }
    .general-text-block ul:not([class]) li {
      padding: 0 0 8px 26px;
      position: relative; }
      .general-text-block ul:not([class]) li:before {
        position: absolute;
        left: 0;
        top: 8px;
        content: '';
        width: 8px;
        height: 8px;
        background: #336ee5;
        border-radius: 100%; }
  .general-text-block ol:not([class]) {
    padding: 0 0 20px;
    counter-reset: item; }
    .general-text-block ol:not([class]) li {
      padding: 0 0 8px 26px;
      position: relative; }
      .general-text-block ol:not([class]) li:before {
        position: absolute;
        left: 0;
        top: 0;
        content: counters(item, ".") " ";
        counter-increment: item;
        color: #336ee5; }
  .general-text-block .image-gallery {
    position: relative; }
  .general-text-block .slick-arrow {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    background: #336ee5;
    border-radius: 100%;
    margin: 0 20px; }
    .general-text-block .slick-arrow.slick-disabled {
      background: #9dbaf5;
      border-color: #9dbaf5; }
    .general-text-block .slick-arrow:hover {
      color: #fff;
      background: #336ee5; }
  .general-text-block .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 20px;
    color: #fff;
    background: rgba(51, 110, 229, 0.8);
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    border-radius: 0 0 10px 10px; }
    .general-text-block .caption p {
      margin: 0; }
  .general-text-block .form-area {
    background: #f3f4f7;
    padding: 30px;
    color: #616570;
    margin: 0; }
    .general-text-block .form-area .gfield_label {
      display: none; }
    .general-text-block .form-area .custom-checkboxes .gfield_checkbox .gchoice {
      width: 100%; }
    .general-text-block .form-area input[type="submit"] {
      width: 100%; }

.column-block {
  background: #09101b;
  color: #fff;
  padding: 60px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .column-block {
      padding: 70px 0; } }
  @media (min-width: 1024px) {
    .column-block {
      padding: 90px 0; } }
  .column-block ul:not([class]) li:before {
    background: #ADCEFF; }
  .column-block ol:not([class]) li:before {
    color: #ADCEFF; }
  .column-block a:not([class]) {
    color: #ADCEFF; }
  .column-block h2 {
    font-weight: 500; }
  .column-block h1, .column-block .h1,
  .column-block h2, .column-block .h2,
  .column-block h3, .column-block .h3,
  .column-block h4, .column-block .h4,
  .column-block h5, .column-block .h5,
  .column-block h6, .column-block .h6,
  .column-block .h {
    color: inherit; }
  .column-block .section-header {
    display: block; }
    .column-block .section-header .text {
      max-width: none; }
  @media (min-width: 1024px) {
    .column-block.left-aligned .section-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .column-block.left-aligned .section-header .text {
    text-align: left;
    max-width: none; }
  .column-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -15px -30px; }
    @media (min-width: 1200px) {
      .column-block .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap; } }
    .column-block .row .col {
      width: calc(100% - 30px);
      margin: 0 15px 50px; }
      @media (min-width: 576px) {
        .column-block .row .col {
          width: calc(100%/2 - 30px);
          margin: 0 15px 30px; } }
      @media (min-width: 1024px) {
        .column-block .row .col {
          width: calc(100%/4 - 30px); } }
      @media (min-width: 1200px) {
        .column-block .row .col {
          max-width: 322px;
          width: calc(100%/4 - 30px); } }
    .column-block .row .image {
      display: block;
      background-size: cover;
      background-position: 50% 50%;
      padding-top: 66%;
      margin: 0 0 30px;
      border-radius: 10px; }
    .column-block .row .title {
      display: block;
      margin: 0 0 10px;
      font-family: "Rehlko Runda", sans-serif;
      font-size: 24px;
      line-height: 30px;
      font-weight: 500; }
    .column-block .row .btn {
      text-align: center; }
  .column-block.gray {
    background: #f3f4f7;
    color: #616570; }
    .column-block.gray a:not([class]) {
      color: #616570; }
    .column-block.gray h2, .column-block.gray h3, .column-block.gray h1, .column-block.gray h4 {
      color: #09101b; }
    .column-block.gray .title {
      color: #09101b; }
    .column-block.gray ul:not([class]) li:before {
      background: #336ee5; }
    .column-block.gray ol:not([class]) li:before {
      color: #336ee5; }
    .column-block.gray a:not([class]) {
      color: #336ee5; }
  .column-block.white {
    background: #fff;
    color: #616570; }
    .column-block.white a:not([class]) {
      color: #616570; }
    .column-block.white h2, .column-block.white h3, .column-block.white h1, .column-block.white h4 {
      color: #09101b; }
    .column-block.white .title {
      color: #09101b; }
    .column-block.white ul:not([class]) li:before {
      background: #336ee5; }
    .column-block.white ol:not([class]) li:before {
      color: #336ee5; }
    .column-block.white a:not([class]) {
      color: #336ee5; }
  .column-block.left-aligned {
    text-align: left; }
    .column-block.left-aligned .section-header .text {
      text-align: left; }
  @media (max-width: 1365px) {
    .column-block .btn {
      padding: 14px 15px; } }
  @media (max-width: 1023px) {
    .column-block .section-header {
      display: block; }
      .column-block .section-header .btn {
        margin: 0; }
      .column-block .section-header .text {
        text-align: center; } }

.logos-grid {
  background: #fff;
  padding: 60px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .logos-grid {
      padding: 70px 0; } }
  @media (min-width: 1024px) {
    .logos-grid {
      padding: 100px 0; } }
  .logos-grid h2 {
    color: #09101b;
    font-weight: 500;
    margin: 0 0 20px; }
  .logos-grid.gray {
    background: #f3f4f7;
    color: #616570; }
    .logos-grid.gray a:not([class]) {
      color: #616570; }
    .logos-grid.gray .row .col {
      background: #fff; }
  .logos-grid.blue {
    background: #09101b;
    color: #fff; }
    .logos-grid.blue a:not([class]) {
      color: #fff; }
    .logos-grid.blue h2 {
      color: #fff; }
  .logos-grid.left-aligned {
    text-align: left; }
    .logos-grid.left-aligned .row {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  @media (min-width: 1200px) {
    .logos-grid.four-col .row .col {
      width: calc(100%/4 - 20px); } }
  @media (min-width: 1200px) {
    .logos-grid.six-col .row .col {
      width: calc(100%/6 - 20px); } }
  @media (min-width: 1200px) {
    .logos-grid.three-col .row .col {
      width: calc(100%/3 - 20px); } }
  .logos-grid h2 {
    margin: 0 0 30px; }
    @media (min-width: 1024px) {
      .logos-grid h2 {
        margin: 0 0 40px; } }
  .logos-grid .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -3px; }
    .logos-grid .row .col {
      width: calc(100%/2 - 6px);
      margin: 0 3px 6px;
      background: #f3f4f7;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 170px;
      padding: 20px;
      border-radius: 10px;
      position: relative; }
      @media (min-width: 576px) {
        .logos-grid .row .col {
          height: 200px;
          width: calc(100%/3 - 6px); } }
      @media (min-width: 768px) {
        .logos-grid .row .col {
          height: 220px;
          width: calc(100%/4 - 6px); } }
      @media (min-width: 1024px) {
        .logos-grid .row .col {
          height: 300px;
          width: calc(100%/5 - 6px); } }
      .logos-grid .row .col img {
        max-width: 150px;
        max-height: 100px;
        object-fit: scale-down; }

.cta-carousel .slider-holder {
  padding: 0 0 0 70px;
  position: relative; }
  @media (min-width: 1366px) {
    .cta-carousel .slider-holder {
      padding: 0 0 0 100px; } }
  .cta-carousel .slider-holder .row .col {
    max-width: none; }
  .cta-carousel .slider-holder .slick-list {
    margin: 0 -500px 0 0;
    padding: 0 500px 0 0; }

.cta-carousel .cta-slider {
  position: static; }

.cta-carousel .slick-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  height: 50px;
  border: solid 1px #336ee5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin: 20px 0;
  border-radius: 100%;
  color: #fff;
  background: #336ee5;
  margin: 0; }
  .cta-carousel .slick-arrow:hover {
    color: #fff;
    background: #336ee5; }
  .cta-carousel .slick-arrow.slick-next {
    top: 110px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0; }
  .cta-carousel .slick-arrow.slick-prev {
    top: 40px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0; }
  .cta-carousel .slick-arrow.slick-disabled {
    background: #9dbaf5;
    border-color: #9dbaf5; }

.spacer {
  background: #fff; }
  .spacer.gray {
    background: #f3f4f7; }
  .spacer.blue {
    background: #09101b; }
  .spacer .mob-height {
    display: block; }
    @media (min-width: 768px) {
      .spacer .mob-height {
        display: none; } }
  .spacer .desktop-height {
    display: none; }
    @media (min-width: 768px) {
      .spacer .desktop-height {
        display: block; } }

.team-block {
  background: #fff;
  padding: 60px 0; }
  @media (min-width: 768px) {
    .team-block {
      padding: 70px 0; } }
  @media (min-width: 1024px) {
    .team-block {
      padding: 100px 0; } }
  .team-block.center-aligned {
    text-align: center; }
    .team-block.center-aligned .section-header {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .team-block.center-aligned .section-header .text {
        margin-left: 0 auto; }
    .team-block.center-aligned .row {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .team-block.blue {
    background: #09101b;
    color: #fff; }
    .team-block.blue .title {
      color: #fff; }
    .team-block.blue h2 {
      color: #fff; }
    .team-block.blue ul:not([class]) li:before {
      background: #ADCEFF; }
    .team-block.blue ol:not([class]) li:before {
      color: #ADCEFF; }
    .team-block.blue a:not([class]) {
      color: #ADCEFF; }
  .team-block h2 {
    color: #09101b;
    font-weight: 500; }
  .team-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -15px -30px;
    text-align: center; }
    .team-block .row .col {
      padding: 0 15px 30px;
      width: 100%; }
      @media (min-width: 500px) {
        .team-block .row .col {
          width: calc(100%/2); } }
      @media (min-width: 1024px) {
        .team-block .row .col {
          width: calc(100%/4); } }
  .team-block .title {
    font-weight: 500;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #09101b;
    margin: 0 0 5px; }
  .team-block .image {
    display: block;
    position: relative;
    padding-top: 100%;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 10px;
    overflow: hidden; }
    @media (min-width: 1024px) {
      .team-block .image {
        padding-top: 120%; } }
  .team-block .text {
    padding: 20px; }
  .team-block .sub-title {
    margin: 0 0 20px;
    display: block;
    font-family: "Rehlko Runda", sans-serif; }
  .team-block .social-link {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: #0e76a8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff; }
    .team-block .social-link:hover {
      background: #336ee5; }

.team-popup {
  text-align: left;
  background: #fff;
  max-width: 700px;
  border: 0; }
  .team-popup .title {
    font-family: "Rehlko Runda", sans-serif;
    display: block;
    font-size: 26px;
    line-height: 30px;
    color: #09101b;
    margin: 0 0 5px; }
  .team-popup .sub-title {
    margin: 0 0 20px;
    display: block;
    font-family: "Rehlko Runda", sans-serif; }

.fancybox-button:before {
  display: none; }

.fancybox-button:hover {
  background: none; }

.popup-holder {
  max-height: 0;
  overflow: hidden; }

.two-cols-content {
  background: #fff;
  padding: 60px 0; }
  @media (min-width: 768px) {
    .two-cols-content {
      padding: 70px 0; } }
  @media (min-width: 1024px) {
    .two-cols-content {
      padding: 100px 0; } }
  .two-cols-content.gray {
    background: #f3f4f7; }
  .two-cols-content.blue {
    background: #09101b;
    color: #fff; }
    .two-cols-content.blue h2 {
      color: #fff; }
    .two-cols-content.blue ul:not([class]) li:before {
      background: #ADCEFF; }
    .two-cols-content.blue ol:not([class]) li:before {
      color: #ADCEFF; }
    .two-cols-content.blue a:not([class]) {
      color: #ADCEFF; }
  .two-cols-content h2 {
    color: #09101b;
    font-weight: 500; }
  .two-cols-content.v2 {
    padding: 0; }
    @media (min-width: 768px) {
      .two-cols-content.v2 .row {
        margin: 0; } }
    .two-cols-content.v2 .row .col {
      padding: 60px 20px; }
      @media (min-width: 768px) {
        .two-cols-content.v2 .row .col {
          padding: 70px 0; } }
      @media (min-width: 1024px) {
        .two-cols-content.v2 .row .col {
          padding: 100px 0; } }
      .two-cols-content.v2 .row .col + .col {
        padding-top: 0; }
      @media (min-width: 768px) {
        .two-cols-content.v2 .row .col {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-flow: row wrap;
                  flex-flow: row wrap;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%; } }
      @media (min-width: 768px) {
        .two-cols-content.v2 .row .col.inverse {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse; } }
      @media (min-width: 768px) {
        .two-cols-content.v2 .row .col.inverse .text {
          padding: 0 30px 0 0; } }
      @media (min-width: 1366px) {
        .two-cols-content.v2 .row .col.inverse .text {
          padding: 0 60px 0 0; } }
      @media (min-width: 768px) {
        .two-cols-content.v2 .row .col .image {
          width: 47%;
          padding: 0;
          min-height: 500px; } }
      @media (min-width: 768px) {
        .two-cols-content.v2 .row .col .text {
          width: 53%;
          padding: 0 0 0 30px; } }
      @media (min-width: 1366px) {
        .two-cols-content.v2 .row .col .text {
          padding: 0 0 0 60px; } }
  .two-cols-content .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -15px -40px; }
    @media (min-width: 768px) {
      .two-cols-content .row {
        margin: 0 -15px; } }
    @media (min-width: 1366px) {
      .two-cols-content .row {
        margin: 0 -34px; } }
    .two-cols-content .row .col {
      width: 100%;
      padding: 0 15px 60px; }
      @media (min-width: 768px) {
        .two-cols-content .row .col {
          width: 50%;
          padding: 0 15px 30px; } }
      @media (min-width: 1366px) {
        .two-cols-content .row .col {
          padding: 0 34px 60px; } }
    .two-cols-content .row .image {
      display: block;
      padding-top: 60%;
      background-size: cover;
      background-position: 50% 50%;
      border-radius: 10px; }
    .two-cols-content .row .text {
      padding: 30px 0 0; }
  .two-cols-content ul:not([class]) {
    padding: 0 0 20px; }
    .two-cols-content ul:not([class]) li {
      padding: 0 0 8px 26px;
      position: relative; }
      .two-cols-content ul:not([class]) li:before {
        position: absolute;
        left: 0;
        top: 8px;
        content: '';
        width: 8px;
        height: 8px;
        background: #336ee5;
        border-radius: 100%; }
  .two-cols-content ol:not([class]) {
    padding: 0 0 20px;
    counter-reset: item; }
    .two-cols-content ol:not([class]) li {
      padding: 0 0 8px 26px;
      position: relative; }
      .two-cols-content ol:not([class]) li:before {
        position: absolute;
        left: 0;
        top: 0;
        content: counters(item, ".") " ";
        counter-increment: item;
        color: #336ee5; }

.stats-block {
  background: #fff;
  padding: 60px 0; }
  @media (min-width: 768px) {
    .stats-block {
      padding: 70px 0; } }
  @media (min-width: 1024px) {
    .stats-block {
      padding: 100px 0; } }
  .stats-block h2 {
    color: #09101b;
    font-weight: 500; }
  .stats-block.gray {
    background: #f3f4f7; }
  .stats-block.blue {
    background: #09101b;
    color: #fff; }
    .stats-block.blue h2 {
      color: #fff; }
  .stats-block.left-aligned .section-header .text {
    margin: 0;
    text-align: left; }
  .stats-block.left-aligned .row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .stats-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -15px -30px;
    text-align: center; }
    @media (min-width: 1200px) {
      .stats-block .row {
        margin: 0 -25px -30px; } }
    @media (min-width: 1366px) {
      .stats-block .row {
        margin: 0 -35px -30px; } }
    .stats-block .row .col {
      margin: 0 15px 30px;
      width: 150px;
      height: 150px;
      border-radius: 100%;
      background: #fff;
      border-radius: 100%;
      border: solid 3px #336ee5;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 20px; }
      @media (min-width: 1024px) {
        .stats-block .row .col {
          width: 220px;
          height: 220px; } }
      @media (min-width: 1200px) {
        .stats-block .row .col {
          margin: 0 25px;
          width: 250px;
          height: 250px; } }
      @media (min-width: 1366px) {
        .stats-block .row .col {
          margin: 0 35px; } }
    .stats-block .row .counter {
      display: block;
      color: #336ee5;
      font-size: 35px;
      line-height: 1;
      font-weight: 700; }
      @media (min-width: 1024px) {
        .stats-block .row .counter {
          font-size: 60px; } }
      @media (min-width: 1200px) {
        .stats-block .row .counter {
          font-size: 70px; } }
    .stats-block .row .title {
      color: #09101b;
      font-size: 17px;
      line-height: 20px;
      font-weight: 600; }
      @media (min-width: 1024px) {
        .stats-block .row .title {
          font-size: 22px;
          line-height: 26px; } }
    .stats-block .row .col-holder {
      max-width: 160px; }

.icons-block {
  padding: 60px 0; }
  @media (min-width: 768px) {
    .icons-block {
      padding: 70px 0; } }
  @media (min-width: 1024px) {
    .icons-block {
      padding: 100px 0; } }
  .icons-block h2 {
    color: #09101b;
    font-weight: 500; }
  .icons-block.gray {
    background: #f3f4f7; }
    .icons-block.gray .row .col {
      background: #fff; }
  .icons-block.blue {
    background: #09101b;
    color: #fff; }
    .icons-block.blue h2 {
      color: #fff; }
    .icons-block.blue .row .col {
      background: #000; }
  .icons-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -4px -8px;
    text-align: center !important; }
    .icons-block .row .col {
      width: calc(100% - 8px);
      margin: 0 4px 8px;
      background: #f3f4f7;
      border-radius: 10px;
      padding: 20px; }
      @media (min-width: 576px) {
        .icons-block .row .col {
          width: calc(50% - 8px); } }
      @media (min-width: 1024px) {
        .icons-block .row .col {
          padding: 30px;
          width: calc(33.33% - 8px); } }
      .icons-block .row .col .icon {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0 auto 30px; }
        .icons-block .row .col .icon img {
          max-width: 100%;
          max-height: 100%; }
    .icons-block .row h3 {
      font-size: 24px;
      margin: 0 0 5px;
      font-weight: 500;
      color: #09101b; }

.button-grid-block {
  padding: 60px 0; }
  @media (min-width: 768px) {
    .button-grid-block {
      padding: 70px 0; } }
  @media (min-width: 1024px) {
    .button-grid-block {
      padding: 100px 0; } }
  .button-grid-block h2 {
    color: #09101b;
    font-weight: 500; }
  .button-grid-block.gray {
    background: #f3f4f7; }
  .button-grid-block.blue {
    background: #09101b;
    color: #fff; }
    .button-grid-block.blue h2 {
      color: #fff; }
    .button-grid-block.blue .btn.btn-secondary {
      background: #fff;
      color: #09101b; }
      .button-grid-block.blue .btn.btn-secondary:hover {
        background: #336ee5;
        color: #fff; }
    .button-grid-block.blue .btn.btn-secondary-outline {
      border-color: #fff;
      color: #fff; }
      .button-grid-block.blue .btn.btn-secondary-outline:hover {
        background: #fff;
        color: #09101b; }
  .button-grid-block.left-aligned .section-header .text {
    margin: 0;
    text-align: left; }
  .button-grid-block.left-aligned .row {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .button-grid-block.left-aligned .btns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .button-grid-block .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -10px -20px; }
    .button-grid-block .btns .btn {
      margin: 0 10px 20px; }

.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 40px; }
  @media (min-width: 768px) {
    .section-header {
      padding: 0 0 30px; } }
  @media (min-width: 1024px) {
    .section-header {
      padding: 0 0 40px; } }
  .section-header .btn {
    margin: 0 0 0 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .section-header .text {
    max-width: 800px;
    padding: 0;
    margin: 0 auto;
    text-align: center; }

.video-block {
  padding: 60px 0;
  background: #fff;
  text-align: center;
  position: relative; }
  @media (min-width: 768px) {
    .video-block {
      padding: 70px 0; } }
  @media (min-width: 1024px) {
    .video-block {
      padding: 100px 0; } }
  .video-block h2 {
    color: #09101b; }
  .video-block.gray {
    background: #f3f4f7; }
    @media (min-width: 768px) {
      .video-block.gray:before {
        position: absolute;
        left: -100px;
        top: 100px;
        height: 400px;
        width: 200px;
        content: '';
        background: #000;
        -webkit-transform: skew(-20deg);
            -ms-transform: skew(-20deg);
                transform: skew(-20deg);
        opacity: 0.05; }
      .video-block.gray:after {
        position: absolute;
        right: -170px;
        bottom: 0;
        height: 400px;
        width: 200px;
        content: '';
        background: #000;
        -webkit-transform: skew(-20deg);
            -ms-transform: skew(-20deg);
                transform: skew(-20deg);
        opacity: 0.05; } }
  .video-block.blue {
    background: #09101b;
    color: #fff; }
    .video-block.blue h2 {
      color: #fff; }
    @media (min-width: 768px) {
      .video-block.blue:before {
        position: absolute;
        left: -100px;
        top: 100px;
        height: 400px;
        width: 200px;
        content: '';
        background: #000;
        -webkit-transform: skew(-20deg);
            -ms-transform: skew(-20deg);
                transform: skew(-20deg);
        opacity: 0.1; }
      .video-block.blue:after {
        position: absolute;
        right: -170px;
        bottom: 0;
        height: 400px;
        width: 200px;
        content: '';
        background: #000;
        -webkit-transform: skew(-20deg);
            -ms-transform: skew(-20deg);
                transform: skew(-20deg);
        opacity: 0.1; } }
  .video-block.left-aligned .section-header .text {
    margin: 0;
    text-align: left; }
  .video-block.left-aligned .row {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .video-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -15px -30px; }
    .video-block .row .col {
      padding: 0 15px 40px;
      max-width: 1232px;
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media (min-width: 576px) {
        .video-block .row .col {
          padding: 0 15px 30px;
          width: 50%; } }
      @media (min-width: 1024px) {
        .video-block .row .col {
          width: 33.33%; } }
  .video-block h3 {
    font-size: 20px;
    margin: 20px 0 0; }
    @media (min-width: 1366px) {
      .video-block h3 {
        font-size: 24px; } }
  .video-block .video-iframe {
    position: relative;
    padding-top: 56.2%; }
    .video-block .video-iframe iframe {
      border: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }

.image-grallery-block {
  padding: 60px 0;
  background: #fff;
  text-align: center;
  position: relative; }
  @media (min-width: 768px) {
    .image-grallery-block {
      padding: 70px 0; } }
  @media (min-width: 1024px) {
    .image-grallery-block {
      padding: 100px 0; } }
  .image-grallery-block h2 {
    color: #09101b; }
  .image-grallery-block.gray {
    background: #f3f4f7; }
  .image-grallery-block.blue {
    background: #09101b;
    color: #fff; }
    .image-grallery-block.blue h2 {
      color: #fff; }
    .image-grallery-block.blue .slick-arrow {
      color: #fff; }
    .image-grallery-block.blue .slick-dots li button {
      border-color: #fff; }
    .image-grallery-block.blue .slick-dots li.slick-active button {
      background: #fff; }
  .image-grallery-block .images-gallery {
    max-width: 1110px;
    margin: 0 auto; }
    .image-grallery-block .images-gallery .image {
      display: block;
      position: relative;
      padding-top: 65%; }
      @media (min-width: 768px) {
        .image-grallery-block .images-gallery .image {
          padding-top: 54%; } }
    .image-grallery-block .images-gallery .caption {
      color: #fff;
      background: rgba(51, 110, 229, 0.8);
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 0;
      padding: 10px 15px;
      font-size: 14px;
      min-width: 100%; }
      @media (min-width: 768px) {
        .image-grallery-block .images-gallery .caption {
          padding: 15px 20px;
          font-size: 20px;
          min-width: 350px; } }
  .image-grallery-block .slick-arrow {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50px;
    height: 50px;
    border: solid 1px #336ee5;
    border-radius: 100%;
    background: #336ee5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff; }
    @media (min-width: 1366px) {
      .image-grallery-block .slick-arrow {
        margin: 0 -85px; } }
    .image-grallery-block .slick-arrow:hover {
      color: #fff;
      background: #336ee5; }
  .image-grallery-block.left-aligned .section-header .text {
    margin: 0;
    text-align: left; }
  .image-grallery-block.left-aligned .images-grid {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .image-grallery-block .images-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -3px -6px; }
    .image-grallery-block .images-grid .slide {
      width: 50%;
      padding: 0 3px 6px; }
      @media (min-width: 768px) {
        .image-grallery-block .images-grid .slide {
          width: 33.33%; } }
      @media (min-width: 1024px) {
        .image-grallery-block .images-grid .slide {
          width: 20%; } }
    .image-grallery-block .images-grid .image {
      display: block;
      position: relative;
      padding-top: 110%;
      background-size: cover;
      background-position: 50% 50%;
      border-radius: 10px; }
      .image-grallery-block .images-grid .image:before {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        content: '';
        background: rgba(9, 16, 27, 0.5);
        opacity: 0;
        -webkit-transition: linear 0.4s;
        transition: linear 0.4s; }
      .image-grallery-block .images-grid .image:after {
        content: '\e910';
        font-family: icomoon;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 1;
        color: #09101b;
        font-size: 16px;
        -webkit-transition: linear 0.4s;
        transition: linear 0.4s;
        width: 42px;
        height: 42px;
        border-radius: 100%;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .image-grallery-block .images-grid .image:hover:before {
        opacity: 1; }

.downloads-block {
  padding: 60px 0;
  background: #fff;
  text-align: center;
  position: relative; }
  @media (min-width: 768px) {
    .downloads-block {
      padding: 70px 0; } }
  @media (min-width: 1024px) {
    .downloads-block {
      padding: 100px 0; } }
  .downloads-block h2 {
    color: #09101b; }
  .downloads-block.gray {
    background: #f3f4f7; }
  .downloads-block.blue {
    background: #09101b;
    color: #fff; }
    .downloads-block.blue h2 {
      color: #fff; }
  .downloads-block.left-aligned .section-header .text {
    margin: 0;
    text-align: left; }
  .downloads-block.left-aligned .downloads-list {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 -3px; }

.downloads-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 auto;
  max-width: 1150px;
  padding: 0;
  list-style: none; }
  .downloads-list li {
    width: 100%;
    padding: 0 3px 6px; }
    @media (min-width: 768px) {
      .downloads-list li {
        width: 50%; } }
    .downloads-list li a {
      display: block;
      color: #09101b;
      font-size: 16px;
      padding: 12px 50px 12px 20px;
      font-weight: 700;
      background: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      text-align: left;
      position: relative;
      border-radius: 10px; }
      @media (min-width: 1024px) {
        .downloads-list li a {
          padding: 15px 65px 15px 25px;
          font-size: 22px; } }
      @media (min-width: 1366px) {
        .downloads-list li a {
          font-size: 22px; } }
      .downloads-list li a span {
        font-size: 13px; }
        @media (min-width: 1024px) {
          .downloads-list li a span {
            font-size: 16px; } }
      .downloads-list li a:before {
        font-family: icomoon;
        font-size: 20px;
        line-height: 1;
        content: '\e920';
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
        @media (min-width: 1024px) {
          .downloads-list li a:before {
            font-size: 25px; } }

.thinner-columns-icons {
  padding: 60px 0;
  background: #fff;
  text-align: center;
  position: relative; }
  @media (min-width: 768px) {
    .thinner-columns-icons {
      padding: 70px 0; } }
  @media (min-width: 1024px) {
    .thinner-columns-icons {
      padding: 100px 0; } }
  .thinner-columns-icons h2 {
    color: #09101b; }
  .thinner-columns-icons.gray {
    background: #f3f4f7; }
    @media (min-width: 768px) {
      .thinner-columns-icons.gray:before {
        position: absolute;
        left: -100px;
        top: 100px;
        height: 400px;
        width: 200px;
        content: '';
        background: #000;
        -webkit-transform: skew(-20deg);
            -ms-transform: skew(-20deg);
                transform: skew(-20deg);
        opacity: 0.05; }
      .thinner-columns-icons.gray:after {
        position: absolute;
        right: -170px;
        bottom: 0;
        height: 400px;
        width: 200px;
        content: '';
        background: #000;
        -webkit-transform: skew(-20deg);
            -ms-transform: skew(-20deg);
                transform: skew(-20deg);
        opacity: 0.05; } }
  .thinner-columns-icons.blue {
    background: #09101b;
    color: #fff; }
    @media (min-width: 768px) {
      .thinner-columns-icons.blue:before {
        position: absolute;
        left: -100px;
        top: 100px;
        height: 400px;
        width: 200px;
        content: '';
        background: #09101b;
        -webkit-transform: skew(-20deg);
            -ms-transform: skew(-20deg);
                transform: skew(-20deg);
        opacity: 0.1; }
      .thinner-columns-icons.blue:after {
        position: absolute;
        right: -170px;
        bottom: 0;
        height: 400px;
        width: 200px;
        content: '';
        background: #09101b;
        -webkit-transform: skew(-20deg);
            -ms-transform: skew(-20deg);
                transform: skew(-20deg);
        opacity: 0.1; } }
    .thinner-columns-icons.blue h2, .thinner-columns-icons.blue .icons-list .title {
      color: #fff; }
  .thinner-columns-icons.left-aligned .section-header .text {
    margin: 0;
    text-align: left; }
  .thinner-columns-icons.left-aligned .icons-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .thinner-columns-icons .icons-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -4px -8px; }
    .thinner-columns-icons .icons-list .col {
      background: #fff;
      width: calc(100%/2 - 8px);
      margin: 0 4px 8px;
      border-radius: 10px;
      padding: 20px; }
      @media (min-width: 576px) {
        .thinner-columns-icons .icons-list .col {
          width: calc(100%/3 - 8px); } }
      @media (min-width: 768px) {
        .thinner-columns-icons .icons-list .col {
          width: calc(100%/5 - 8px); } }
    .thinner-columns-icons .icons-list .icon {
      display: block;
      margin: 0 auto 20px;
      width: 50px;
      height: 50px;
      border-radius: 100%;
      overflow: hidden; }
      .thinner-columns-icons .icons-list .icon img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: scale-down; }
    .thinner-columns-icons .icons-list .title {
      display: block;
      font-weight: 600;
      font-size: 15px;
      line-height: 20px;
      color: #09101b; }
      @media (min-width: 1024px) {
        .thinner-columns-icons .icons-list .title {
          font-size: 20px;
          line-height: 24px; } }

.product-manual-gallery {
  padding: 60px 0;
  background: #fff;
  text-align: center;
  position: relative; }
  @media (min-width: 768px) {
    .product-manual-gallery {
      padding: 70px 0; } }
  @media (min-width: 1024px) {
    .product-manual-gallery {
      padding: 100px 0; } }
  .product-manual-gallery h2 {
    color: #09101b; }
  .product-manual-gallery.gray {
    background: #f3f4f7; }
  .product-manual-gallery.blue {
    background: #09101b;
    color: #fff; }
    .product-manual-gallery.blue h2 {
      color: #fff; }
  .product-manual-gallery.left-aligned .section-header .text {
    margin: 0;
    text-align: left; }
  .product-manual-gallery.left-aligned .row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .product-manual-gallery .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -5px -10px; }
    .product-manual-gallery .row .col {
      margin: 0 5px 10px;
      width: calc(100% - 10px);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      padding: 10px;
      background: #fff;
      color: #616570;
      border-radius: 10px; }
      @media (min-width: 576px) {
        .product-manual-gallery .row .col {
          width: calc(100%/2 - 10px); } }
      @media (min-width: 1024px) {
        .product-manual-gallery .row .col {
          width: calc(100%/4 - 10px); } }
      @media (min-width: 1366px) {
        .product-manual-gallery .row .col {
          width: calc(100%/4 - 10px);
          padding: 15px; } }
    .product-manual-gallery .row .image {
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-height: 160px; }
      @media (min-width: 1024px) {
        .product-manual-gallery .row .image {
          min-height: 120px; } }
      @media (min-width: 1200px) {
        .product-manual-gallery .row .image {
          min-height: 150px; } }
      @media (min-width: 1366px) {
        .product-manual-gallery .row .image {
          min-height: 180px; } }
      .product-manual-gallery .row .image img {
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
        max-height: 100%; }
    .product-manual-gallery .row .text {
      padding: 20px 15px; }
    .product-manual-gallery .row h3 {
      color: #09101b !important;
      font-size: 20px; }
      @media (min-width: 1200px) {
        .product-manual-gallery .row h3 {
          font-size: 26px; } }
    @media (max-width: 1199px) {
      .product-manual-gallery .row .btn {
        font-size: 16px;
        letter-spacing: 1px;
        padding: 10px 15px;
        min-height: inherit; } }

.timeline-block {
  padding: 60px 0;
  background: #fff;
  text-align: center;
  position: relative; }
  @media (min-width: 768px) {
    .timeline-block {
      padding: 70px 0; } }
  @media (min-width: 1024px) {
    .timeline-block {
      padding: 100px 0; } }
  .timeline-block h2 {
    color: #09101b; }
  .timeline-block.gray {
    background: #f3f4f7; }
  .timeline-block.blue {
    background: #09101b;
    color: #fff; }
    .timeline-block.blue h2, .timeline-block.blue .timeline-header h3 {
      color: #fff; }
    .timeline-block.blue .slick-arrow {
      border-color: #fff;
      color: #fff; }
      .timeline-block.blue .slick-arrow:hover {
        background: #336ee5;
        border-color: #336ee5; }
    .timeline-block.blue .timeline-slider .image:before {
      background: #336ee5;
      box-shadow: 0 0 0 6px #336ee5; }
    .timeline-block.blue .timeline-slider .image:after {
      background: #336ee5; }
    .timeline-block.blue .timeline-slider .slick-dots li.slick-active ~ li {
      background: #fff; }
    .timeline-block.blue .timeline-slider .date:before {
      background: rgba(51, 110, 229, 0.8); }
  .timeline-block .timeline-header {
    padding: 0 0 30px; }
    @media (min-width: 1024px) {
      .timeline-block .timeline-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 0 30px;
        text-align: left; } }
    .timeline-block .timeline-header h3 {
      font-size: 30px;
      color: #09101b; }
    .timeline-block .timeline-header .title {
      display: block;
      color: #09101b; }
    .timeline-block .timeline-header .heading-right {
      margin: 0 0 20px; }
      @media (min-width: 1024px) {
        .timeline-block .timeline-header .heading-right {
          margin: 0 0 0 20px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
  .timeline-block .timeline-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 30px; }
    @media (max-width: 1023px) {
      .timeline-block .timeline-arrows {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-top: 20px;
        margin: 0; }
        .timeline-block .timeline-arrows .slick-arrow {
          margin: 0 5px; } }
  .timeline-block .slick-arrow {
    position: static;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 46px;
    height: 46px;
    border: solid 1px #336ee5;
    background: #336ee5;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0 0 0 10px;
    flex-shrink: 0;
    color: #fff; }
    .timeline-block .slick-arrow.slick-disabled {
      background: #9dbaf5;
      border-color: #9dbaf5; }
    .timeline-block .slick-arrow:hover {
      color: #fff;
      background: #09101b; }
  .timeline-block .slider-holder, .timeline-block .slick-list {
    overflow: hidden; }
    @media (min-width: 1024px) {
      .timeline-block .slider-holder, .timeline-block .slick-list {
        margin: 0 -500px 0 0;
        padding: 0 500px 0 0; } }

.timeline-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -10px;
  padding: 0 0 50px; }
  .timeline-slider .slide {
    width: calc(100%/5);
    padding: 0 10px; }
    .timeline-slider .slide:last-child .image:after {
      right: 0; }
  .timeline-slider .image {
    display: block;
    position: relative; }
    .timeline-slider .image:after {
      position: absolute;
      left: -10px;
      right: -10px;
      bottom: 0;
      content: '';
      height: 8px;
      background: #336ee5; }
    .timeline-slider .image:before {
      position: absolute;
      left: 50%;
      bottom: 4px;
      content: '';
      width: 30px;
      height: 30px;
      border-radius: 100%;
      background: #336ee5;
      border: solid 4px #fff;
      z-index: 1;
      box-shadow: 0 0 0 6px #336ee5;
      -webkit-transform: translate(-50%, 50%);
          -ms-transform: translate(-50%, 50%);
              transform: translate(-50%, 50%); }
    .timeline-slider .image .image-holder {
      background-size: cover;
      background-position: 50% 50%;
      padding-top: 70%;
      display: block;
      position: relative;
      overflow: hidden; }
  .timeline-slider .date {
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 1;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    padding: 9px 15px;
    z-index: 1;
    background: #336ee5; }
  .timeline-slider .text {
    padding: 30px 0 0; }
  .timeline-slider .slick-dots {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 100%; }
    @media (min-width: 768px) {
      .timeline-slider .slick-dots {
        width: 500px; } }
    .timeline-slider .slick-dots li {
      padding: 0;
      background: #336ee5;
      height: 10px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      cursor: pointer; }
      .timeline-slider .slick-dots li button {
        display: none; }
      .timeline-slider .slick-dots li.slick-active {
        background: #336ee5; }
        .timeline-slider .slick-dots li.slick-active ~ li {
          background: #09101b; }

.gform_not_found {
  display: none !important; }

@media (max-width: 1023px) {
  .main-content-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

.our-accreditations {
  text-align: center;
  padding: 60px 0;
  position: relative; }
  @media (min-width: 1024px) {
    .our-accreditations {
      padding: 80px 0; } }
  .our-accreditations h2, .our-accreditations .h2 {
    margin: 0 0 30px;
    font-size: 36px;
    font-weight: 500;
    color: #09101b; }
  .our-accreditations .accreditation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -20px; }
    @media (min-width: 1024px) {
      .our-accreditations .accreditation {
        padding: 15px 0 0;
        margin: 0 -30px; } }
    @media (min-width: 1024px) {
      .our-accreditations .accreditation {
        margin: 0 -40px; } }
    .our-accreditations .accreditation .slide {
      margin: 0 20px 40px; }
      @media (min-width: 1024px) {
        .our-accreditations .accreditation .slide {
          margin: 0 30px 80px; } }
      @media (min-width: 1200px) {
        .our-accreditations .accreditation .slide {
          margin: 0 40px 80px; } }
      @media (max-width: 767px) {
        .our-accreditations .accreditation .slide {
          max-width: 127px; } }
    .our-accreditations .accreditation img {
      max-width: 80%; }
      @media (min-width: 1024px) {
        .our-accreditations .accreditation img {
          max-width: 90%; } }
  .our-accreditations .container {
    position: relative;
    z-index: 2;
    max-width: 1780px; }
  .our-accreditations .slick-list {
    width: 100%; }
    .our-accreditations .slick-list .slick-track {
      width: 100%;
      margin: 0 auto; }
  .our-accreditations .clients-slider {
    margin: 0 30px;
    padding: 0; }
    @media (min-width: 1024px) {
      .our-accreditations .clients-slider {
        margin: 0 50px; } }
    .our-accreditations .clients-slider .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .our-accreditations .clients-slider .slide {
      margin: 0;
      padding: 0 20px;
      text-align: center; }
      @media (min-width: 1024px) {
        .our-accreditations .clients-slider .slide {
          padding: 0 30px; } }
      @media (min-width: 1200px) {
        .our-accreditations .clients-slider .slide {
          padding: 0 40px; } }
      @media (max-width: 767px) {
        .our-accreditations .clients-slider .slide {
          max-width: none; } }
      .our-accreditations .clients-slider .slide img {
        display: inline-block;
        vertical-align: top; }
    .our-accreditations .clients-slider .slick-arrow {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 50px;
      height: 50px;
      border: solid 1px #336ee5;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #fff;
      margin: 0 -30px;
      background: #336ee5;
      border-radius: 100%; }
      .our-accreditations .clients-slider .slick-arrow:hover {
        color: #fff;
        background: #336ee5; }
      .our-accreditations .clients-slider .slick-arrow.slick-disabled {
        background: #9dbaf5;
        border-color: #9dbaf5; }
  .our-accreditations.gray {
    background: #f3f4f7; }
  .our-accreditations.blue {
    background: #09101b;
    color: #fff; }
    .our-accreditations.blue h2, .our-accreditations.blue h3 {
      color: #fff; }
    .our-accreditations.blue .clients-slider .slick-arrow {
      border-color: #fff;
      color: #fff; }
      .our-accreditations.blue .clients-slider .slick-arrow:hover {
        background: #336ee5;
        border-color: #336ee5; }

.bg-video-holder .bg-video {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  pointer-events: none; }

.bg-video-holder.video-active .bg-video {
  opacity: 1; }

.post-listing-block {
  padding: 30px 0;
  background: #f3f4f7; }
  @media (min-width: 1024px) {
    .post-listing-block {
      padding: 60px 0; } }
  .post-listing-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -15px; }
    .post-listing-block .row .col {
      padding: 0 15px 6px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: 100%; }
      @media (min-width: 1024px) {
        .post-listing-block .row .col {
          width: 75%; } }
      .post-listing-block .row .col.sidebar {
        width: 100%; }
        @media (min-width: 1024px) {
          .post-listing-block .row .col.sidebar {
            width: 25%; } }
  .post-listing-block .sub-row, .post-listing-block .products.columns-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -3px;
    padding: 0 0 10px; }
    .post-listing-block .sub-row .sub-col, .post-listing-block .products.columns-3 .sub-col {
      width: 100%;
      padding: 0 3px 6px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 576px) {
        .post-listing-block .sub-row .sub-col, .post-listing-block .products.columns-3 .sub-col {
          width: 50%; } }
      @media (min-width: 1024px) {
        .post-listing-block .sub-row .sub-col, .post-listing-block .products.columns-3 .sub-col {
          width: 33.33%; } }
    .post-listing-block .sub-row .product-item, .post-listing-block .products.columns-3 .product-item {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .post-listing-block .sub-row .product-item .image .image-holder, .post-listing-block .products.columns-3 .product-item .image .image-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }

.filter-opener {
  display: block;
  background: #336ee5;
  color: #fff;
  font-weight: 700;
  color: "Rehlko Runda", sans-serif;
  margin: 0 0 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 10px;
  border-radius: 8px; }
  @media (min-width: 1024px) {
    .filter-opener {
      display: none; } }
  .filter-opener:after {
    display: inline-block;
    vertical-align: top;
    content: '';
    background: url(images/filter.svg);
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    margin: -2px 0 0 10px; }
  .filter-opener:hover {
    color: #fff; }

.sidebar .slide {
  display: none; }
  @media (min-width: 1024px) {
    .sidebar .slide {
      display: block !important;
      position: static !important; } }

.filter-holder {
  border: 0;
  padding: 0;
  margin: 0 0 20px; }
  .filter-holder .heading {
    display: block;
    font-weight: 500;
    color: #09101b;
    font-size: 18px;
    margin: 0 0 10px; }
    @media (min-width: 1366px) {
      .filter-holder .heading {
        font-size: 19px; } }
  .filter-holder ul li {
    margin: 0 0 10px; }
  .filter-holder .filter-item {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    padding: 0 0 20px;
    margin: 0 0 20px; }
    .filter-holder .filter-item:last-child {
      border-bottom: 0; }
  .filter-holder .show-more {
    font-weight: 500;
    color: #336ee5;
    font-size: 14px; }

.custom-checkbox {
  font-size: 16px; }
  .custom-checkbox label {
    position: relative;
    display: block;
    padding-left: 28px; }
    @media (min-width: 1366px) {
      .custom-checkbox label {
        padding-left: 30px; } }
  .custom-checkbox input {
    position: absolute;
    left: -9999px;
    top: -9999px;
    visibility: hidden; }
  .custom-checkbox input:checked ~ .label:before {
    opacity: 1; }
  .custom-checkbox .label {
    display: block;
    cursor: pointer; }
    .custom-checkbox .label:after {
      position: absolute;
      left: 0;
      top: 2px;
      width: 20px;
      height: 20px;
      border: solid 1px #b5b5b5;
      content: '';
      border-radius: 4px;
      cursor: pointer;
      background: #fff; }
    .custom-checkbox .label:before {
      position: absolute;
      left: 0;
      top: 0;
      content: '';
      width: 12px;
      height: 6px;
      border: solid 2px #09101b;
      border-width: 0 0 2px 2px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      margin: 8px 0 0 4px;
      opacity: 0;
      z-index: 1;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s; }

.cta-box {
  display: block;
  background: #fff;
  padding: 20px;
  border-radius: 10px; }
  .cta-box .image {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 75%;
    margin: 0 0 15px;
    overflow: hidden;
    border-radius: 10px;
    overflow: hidden; }
  .cta-box .logo {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 6px 15px; }
    .cta-box .logo img {
      max-width: 30px; }
      @media (min-width: 1366px) {
        .cta-box .logo img {
          max-width: 40px; } }
    .cta-box .logo:before {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      content: '';
      background: #D7D9DF;
      z-index: -1;
      border-radius: 10px 0 0 0; }
  .cta-box .heading {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px;
    font-weight: 400;
    color: #616570; }
    .cta-box .heading a {
      color: #616570; }
  .cta-box .title {
    display: block;
    margin: 0 0 20px;
    color: #09101b;
    font-size: 19px;
    line-height: 24px;
    font-weight: 500; }
    @media (min-width: 1440px) {
      .cta-box .title {
        font-size: 22px;
        line-height: 28px; } }
  .cta-box .btn {
    text-align: center;
    background: none;
    min-height: inherit;
    color: #336ee5;
    padding: 0;
    min-height: inherit; }
    @media (max-width: 1365px) {
      .cta-box .btn {
        font-size: 16px; } }

@media (min-width: 768px) {
  .button-grid-block.v2 {
    padding: 70px 0; } }

.button-grid-block.v2 h2 span {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 6px;
  border-bottom: solid 1px #fff; }

.button-grid-block.v2 .section-header {
  padding: 0; }
  .button-grid-block.v2 .section-header .text {
    max-width: none; }

.resources-block {
  padding: 30px 0;
  background: #f3f4f7; }
  @media (min-width: 768px) {
    .resources-block {
      padding: 60px 0; } }
  .resources-block .accordion {
    margin: 0; }
    .resources-block .accordion .slide-holder {
      background: #fff;
      padding-bottom: 0; }
      .resources-block .accordion .slide-holder table {
        margin: 0; }
  .resources-block table {
    margin: 0;
    border: solid 1px rgba(0, 0, 0, 0.2);
    width: 100%;
    text-align: center;
    font-size: 14px; }
    .resources-block table th {
      border: solid 1px rgba(0, 0, 0, 0.2);
      background: #336ee5;
      color: #fff;
      text-align: left;
      vertical-align: top;
      font-size: 15px;
      font-weight: 600;
      text-align: center; }
      @media (min-width: 1200px) {
        .resources-block table th {
          font-size: 16px; } }
      .resources-block table th:nth-child(6), .resources-block table th:nth-child(7) {
        min-width: 90px; }
    .resources-block table td {
      border: solid 1px rgba(0, 0, 0, 0.2);
      text-align: center;
      padding: 15px; }
    .resources-block table tr:nth-child(even) td {
      background: #D7D9DF; }
    @media (max-width: 1023px) {
      .resources-block table {
        display: block;
        border: 0; }
        .resources-block table thead {
          display: none; }
        .resources-block table tbody {
          display: block; }
        .resources-block table tr {
          display: block;
          margin: 0 0 20px;
          border-top: solid 1px rgba(0, 0, 0, 0.2); }
          .resources-block table tr td {
            display: block;
            text-align: left;
            border-width: 0 1px 1px;
            padding: 6px 10px;
            padding-left: 195px;
            position: relative; }
            .resources-block table tr td:before {
              content: attr(data-title);
              position: absolute;
              left: 0;
              top: 0;
              bottom: 0;
              width: 180px;
              background: #f3f4f7;
              font-size: 16px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              font-family: "Rehlko Runda", sans-serif;
              font-weight: 400;
              padding: 6px 10px;
              border-right: solid 1px rgba(0, 0, 0, 0.2); }
        .resources-block table .model-no {
          text-align: left; }
        .resources-block table .image {
          margin: 0; }
        .resources-block table .btn-download {
          max-width: none; } }
    @media (max-width: 575px) {
      .resources-block table tr td {
        padding-left: 150px; }
        .resources-block table tr td:before {
          width: 140px; } }
    @media (max-width: 449px) {
      .resources-block table tr td {
        padding-left: 110px; }
        .resources-block table tr td:before {
          width: 100px; } }
  .resources-block .model-no {
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 6px; }
  .resources-block .image {
    max-width: 108px;
    margin: 0 auto;
    display: block; }
  .resources-block .btn-download {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #09101b;
    max-width: 100px;
    margin: 0 auto; }
    .resources-block .btn-download i {
      display: block;
      color: #336ee5;
      font-size: 24px;
      margin: 0 0 10px; }

.form-block {
  background: #fff;
  padding: 60px 0; }
  @media (min-width: 768px) {
    .form-block {
      padding: 70px 0; } }
  @media (min-width: 1024px) {
    .form-block {
      padding: 100px 0; } }
  .form-block.gray {
    background: #f3f4f7; }
    .form-block.gray .form-holder {
      padding: 20px; }
      @media (min-width: 576px) {
        .form-block.gray .form-holder {
          padding: 30px; } }
  .form-block.blue {
    background: #09101b; }
    .form-block.blue h2, .form-block.blue h3 {
      color: #fff; }
    .form-block.blue .form-holder {
      padding: 20px; }
      @media (min-width: 576px) {
        .form-block.blue .form-holder {
          padding: 30px; } }
  .form-block h2, .form-block h3, .form-block h4 {
    margin: 0 0 30px;
    font-size: 35px;
    line-height: 40px;
    color: #09101b; }
  .form-block .form-holder {
    background: #fff; }
  .form-block .container {
    max-width: 1210px; }
  .form-block.form-area .gfield_label {
    font-weight: 400;
    font-family: "Rehlko Runda", sans-serif; }
  .form-block .gfield_required {
    color: #336ee5; }

.spareparts-section {
  background: #f3f4f7;
  padding: 40px 0; }
  @media (min-width: 1024px) {
    .spareparts-section {
      padding: 100px 0; } }
  @media (min-width: 1024px) {
    .spareparts-section .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -15px; } }
  @media (min-width: 1024px) {
    .spareparts-section .row .col {
      padding: 0 15px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; } }
  @media (min-width: 1024px) {
    .spareparts-section .row .col.sidebar {
      width: 300px;
      -webkit-box-flex: inherit;
          -ms-flex-positive: inherit;
              flex-grow: inherit;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
  @media (min-width: 1200px) {
    .spareparts-section .row .col.sidebar {
      width: 352px; } }

.contact-box {
  background: #09101b;
  padding: 40px 20px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin: 0 0 30px;
  display: none; }
  @media (min-width: 1200px) {
    .contact-box {
      padding: 40px;
      display: block; } }
  .contact-box .heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 10px; }
  .contact-box.d-hide {
    display: block;
    margin: 30px 0 0; }
    @media (min-width: 1024px) {
      .contact-box.d-hide {
        display: none; } }

.search-box {
  border: solid 1px rgba(0, 0, 0, 0.1);
  margin: 0 0 30px;
  padding: 20px 20px 20px;
  background: #f3f4f7; }
  @media (min-width: 1024px) {
    .search-box {
      padding: 40px 20px 20px; } }
  @media (min-width: 1200px) {
    .search-box {
      padding: 40px 30px; } }
  .search-box .title {
    display: block;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 10px;
    color: #09101b;
    font-weight: 500; }
    @media (min-width: 1200px) {
      .search-box .title {
        font-size: 24px;
        line-height: 30px; } }
  .search-box .form-control {
    display: block;
    width: 100%;
    margin: 0 0 20px; }
  .search-box form {
    margin: 0 0 30px; }
    @media (max-width: 1023px) {
      .search-box form button {
        width: 100%; } }
  .search-box .filter-by {
    margin: 0 0 15px; }
    .search-box .filter-by label {
      color: #09101b;
      font-weight: 500;
      display: block;
      margin: 0 0 7px;
      font-size: 16px; }
      @media (min-width: 1024px) {
        .search-box .filter-by label {
          font-size: 18px; } }

.parts-table {
  width: 100%;
  background: #fff; }
  @media (max-width: 767px) {
    .parts-table {
      overflow-x: auto; } }
  .parts-table table {
    margin: 0;
    border: solid 1px rgba(0, 0, 0, 0.2);
    width: 700px;
    text-align: left;
    font-size: 14px; }
    @media (min-width: 768px) {
      .parts-table table {
        width: 100%; } }
    @media (min-width: 1200px) {
      .parts-table table {
        font-size: 16px; } }
    @media (min-width: 1366px) {
      .parts-table table {
        font-size: 17px; } }
    .parts-table table th {
      border: solid 1px rgba(0, 0, 0, 0.2);
      background: #f3f4f7;
      text-align: left;
      vertical-align: top;
      font-size: 15px;
      font-weight: 500;
      padding: 15px 15px;
      background: #09101b;
      color: #fff; }
      @media (min-width: 1200px) {
        .parts-table table th {
          font-size: 17px;
          padding: 15px 25px; } }
      @media (min-width: 1366px) {
        .parts-table table th {
          font-size: 18px; } }
      .parts-table table th:last-child {
        width: 180px; }
        @media (min-width: 1200px) {
          .parts-table table th:last-child {
            width: 220px; } }
      .parts-table table th:nth-child(3) {
        width: 140px; }
    .parts-table table td {
      border: solid 1px rgba(0, 0, 0, 0.2);
      padding: 12px 15px;
      vertical-align: middle; }
      @media (min-width: 1200px) {
        .parts-table table td {
          padding: 12px 25px; } }
      .parts-table table td:nth-child(3) {
        white-space: nowrap; }
    .parts-table table tr:nth-child(even) td {
      background: #f3f4f7; }
    .parts-table table tr.matched td {
      background: #eaf9eb; }
  .parts-table .btn-request {
    border: solid 1px #b5b9c1;
    background: #f3f4f7;
    font-weight: 500;
    color: #09101b;
    border-radius: 5px;
    padding: 6px 15px;
    display: block;
    text-align: center;
    font-size: 13px; }
  .parts-table .status {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    background: #39b54a;
    border-radius: 100%;
    margin: 8px 8px 0 0; }
    @media (min-width: 1200px) {
      .parts-table .status {
        width: 16px;
        height: 16px;
        margin: 4px 10px 0 0; } }
    .parts-table .status.limited {
      background: #ed1c24; }
    .parts-table .status.not-available {
      background: #c1272d; }

.matched-note {
  display: block;
  text-align: center; }
  .matched-note span {
    display: inline-block;
    vertical-align: top;
    padding: 8px 20px;
    color: #fff;
    background: #009245; }

.hero-block-v2 {
  background: #09101b;
  color: #fff;
  padding: 50px 0;
  text-align: center;
  position: relative; }
  @media (min-width: 1024px) {
    .hero-block-v2 {
      padding: 70px 0; } }
  .hero-block-v2 h2, .hero-block-v2 h1, .hero-block-v2 h3, .hero-block-v2 h4 {
    color: inherit; }
    .hero-block-v2 h2 span, .hero-block-v2 h1 span, .hero-block-v2 h3 span, .hero-block-v2 h4 span {
      display: inline-block;
      vertical-align: top;
      padding: 0 0 6px;
      border-bottom: solid 1px #fff; }
  .hero-block-v2 .text {
    position: relative;
    z-index: 1;
    max-width: 500px; }
  .hero-block-v2 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .hero-block-v2 .logo-col {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1; }
    @media (min-width: 1024px) {
      .hero-block-v2 .logo-col {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        position: absolute;
        right: 30px;
        top: 50%;
        width: auto;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }
    .hero-block-v2 .logo-col:before {
      position: absolute;
      left: 50%;
      top: 50%;
      margin: 0 0 0 -100px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      content: '';
      width: 207px;
      height: 204px;
      background: url(images/map2.png);
      background-size: 100% 100%;
      opacity: 0.2;
      z-index: -1;
      pointer-events: none; }
      @media (min-width: 1024px) {
        .hero-block-v2 .logo-col:before {
          left: -70px;
          margin: 0; } }
    .hero-block-v2 .logo-col .dealer-logo {
      margin: 0 0 0 30px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      max-width: 100px; }
      @media (min-width: 1366px) {
        .hero-block-v2 .logo-col .dealer-logo {
          max-width: 166px; } }
    .hero-block-v2 .logo-col .no-one-tag {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      max-width: 70px; }
      @media (min-width: 1366px) {
        .hero-block-v2 .logo-col .no-one-tag {
          max-width: 100px; } }
  .hero-block-v2 .image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 350px;
    pointer-events: none;
    background-size: cover;
    background-position: 50% 50%; }
    @media (min-width: 1366px) {
      .hero-block-v2 .image {
        width: 450px; } }
    .hero-block-v2 .image:after {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      content: '';
      left: 0;
      background: -webkit-linear-gradient(left, rgba(9, 16, 27, 0.6) 0%, #09101b 100%);
      background: linear-gradient(to right, rgba(9, 16, 27, 0.6) 0%, #09101b 100%); }
      @media (min-width: 1024px) {
        .hero-block-v2 .image:after {
          background: -webkit-linear-gradient(left, rgba(125, 185, 232, 0) 0%, #09101b 100%);
          background: linear-gradient(to right, rgba(125, 185, 232, 0) 0%, #09101b 100%); } }

.quote-basket {
  background: #09101b;
  padding: 20px;
  margin: 0 0 30px;
  color: #fff;
  text-align: center; }
  @media (min-width: 1024px) {
    .quote-basket {
      padding: 30px 20px; } }
  @media (min-width: 1200px) {
    .quote-basket {
      padding: 30px; } }
  .quote-basket .title {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    margin: 0;
    display: block; }
  .quote-basket .btn {
    display: block; }
  .quote-basket table {
    width: 100%;
    border: 0;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 6px; }
    .quote-basket table td, .quote-basket table th {
      border: 0;
      padding: 6px 0;
      border-top: solid 1px rgba(255, 255, 255, 0.2);
      vertical-align: middle; }
      .quote-basket table td:last-child, .quote-basket table th:last-child {
        width: 42px;
        padding-left: 10px; }
    .quote-basket table th {
      border: 0; }
  .quote-basket .no {
    color: #b2b9cd;
    font-size: 14px;
    display: block; }
  .quote-basket input {
    width: 32px;
    height: 24px;
    padding: 0;
    display: block;
    max-width: none;
    min-width: inherit;
    border: 0;
    outline: none;
    background: #fff;
    border-radius: 3px;
    color: #000;
    text-align: center;
    font-size: 16px;
    line-height: 24px; }

.contact-popup {
  padding: 30px;
  max-width: 900px;
  font-size: 16px; }
  @media (min-width: 576px) {
    .contact-popup {
      padding: 40px; } }
  @media (min-width: 768px) {
    .contact-popup {
      padding: 60px 40px; } }
  .contact-popup .custom-checkboxes .gfield_label_before_complex {
    font-size: 20px; }

.general-text-block .textblock {
  max-width: 1000px;
  margin: 0 auto; }

.product-detail.v2 {
  padding-bottom: 30px;
  padding-top: 30px; }
  @media (min-width: 1200px) {
    .product-detail.v2 .container {
      max-width: none;
      padding: 0 20px 0 20px;
      margin: 0; } }
  .product-detail.v2 .row .col {
    width: 100%;
    display: block; }
    @media (min-width: 1200px) {
      .product-detail.v2 .row .col {
        width: calc(100% - 600px); } }
    .product-detail.v2 .row .col.side-bar {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media (min-width: 1200px) {
        .product-detail.v2 .row .col.side-bar {
          width: 600px; } }
      .product-detail.v2 .row .col.side-bar .col-holder {
        padding: 0;
        margin: 0;
        background: none; }
  .product-detail.v2 .rating {
    background: #fff; }
  @media (min-width: 1200px) {
    .product-detail.v2 .side-bar-col {
      padding: 0 0 30px 0;
      overflow: hidden;
      position: -webkit-sticky;
      position: sticky;
      top: 80px; } }
  @media (min-width: 1200px) {
    .product-detail.v2 .side-bar-col-frame {
      max-height: calc(100vh - 170px);
      overflow-y: auto; } }
  .product-detail.v2 h1 {
    font-size: 28px; }
  .product-detail.v2 .form-area {
    background: #fff;
    border-radius: 10px;
    border: 0;
    margin: 0 0 30px; }
    @media (min-width: 1200px) {
      .product-detail.v2 .form-area {
        margin: 0; } }
  .product-detail.v2 .accordion-item {
    border-bottom: solid 1px #ccc; }
  .product-detail.v2 + .faqs-block {
    background: #f3f4f7; }
  @media (min-width: 1200px) {
    .product-detail.v2 .d-hide {
      display: none; } }
  @media (max-width: 1199px) {
    .product-detail.v2 .m-hide {
      display: none; } }

.faqs-block.v2 {
  padding: 0 0 60px;
  position: relative; }
  @media (min-width: 1024px) {
    .faqs-block.v2 {
      padding: 0 30px 60px; } }
  @media (min-width: 1024px) {
    .faqs-block.v2 .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: none;
      padding: 0; } }
  .faqs-block.v2 h2 {
    margin: 0 0 15px; }
    @media (min-width: 1024px) {
      .faqs-block.v2 h2 {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 20%;
        margin: 0 20px 0 0; } }
  .faqs-block.v2 .accordion {
    margin: 0; }

.single-product #wrapper {
  overflow: visible; }
  .single-product #wrapper .main-nav ul li:last-child ul {
    left: auto;
    right: 0; }

.history-block.new-layout {
  background: rgba(59, 130, 246, 0.5);
  color: #000; }
  .history-block.new-layout .text {
    max-width: 700px;
    font-size: 20px;
    padding-left: 80px; }
    @media (min-width: 1200px) {
      .history-block.new-layout .text {
        padding-left: 120px; } }
    @media (min-width: 1366px) {
      .history-block.new-layout .text {
        padding-left: 150px; } }
    @media (max-width: 1023px) {
      .history-block.new-layout .text {
        padding: 0;
        background: none; } }
  .history-block.new-layout h2, .history-block.new-layout .h2 {
    color: inherit;
    font-weight: 400; }
  .history-block.new-layout.bg-dark {
    background: #336ee5;
    color: #fff; }
  .history-block.new-layout .btn {
    background: #fff; }
  .history-block.new-layout .row .col:first-child .image {
    min-height: 550px;
    position: relative; }
    @media (min-width: 1200px) {
      .history-block.new-layout .row .col:first-child .image {
        min-height: 650px; } }
    .history-block.new-layout .row .col:first-child .image:before {
      position: absolute;
      left: 100%;
      top: 50%;
      content: '';
      background: url(images/rehlko.png);
      width: 100px;
      height: 100px;
      background-size: 100% 100%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media (min-width: 1200px) {
        .history-block.new-layout .row .col:first-child .image:before {
          width: 200px;
          height: 200px; } }
  .history-block.new-layout .row .col:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.icons-block.new-layout .title {
  display: block;
  font-family: 'Suisse Works',sarif;
  font-style: italic;
  font-size: 20px; }

@media (min-width: 1024px) {
  .icons-block.new-layout h2, .icons-block.new-layout .h2 {
    font-size: 40px; } }

.icons-block.new-layout h3 {
  font-size: 15px; }
  @media (min-width: 768px) {
    .icons-block.new-layout h3 {
      font-size: 20px; } }

@media (max-width: 767px) {
  .icons-block.new-layout .section-header {
    padding-bottom: 20px; } }

.icons-block.new-layout .btns-holder {
  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;
  padding: 40px 0 0; }

.icons-block.new-layout .row .col .icon img {
  width: 40px;
  height: auto; }

.icons-block.new-layout.bg-gray {
  background: #f3f4f7; }
  .icons-block.new-layout.bg-gray .row .col {
    background: #fff; }

.whatwe-do {
  background: #adceff;
  padding: 40px 0; }
  @media (min-width: 768px) {
    .whatwe-do {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .whatwe-do {
      padding: 70px 0; } }
  .whatwe-do .container {
    max-width: none; }
  .whatwe-do h2 {
    font-weight: 500;
    margin: 0 0 25px; }
    @media (min-width: 768px) {
      .whatwe-do h2 {
        margin: 0 0 40px; } }
  .whatwe-do .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -15px -30px; }
    .whatwe-do .row .col {
      padding: 0 15px 30px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 768px) {
        .whatwe-do .row .col {
          width: 50%; } }
      @media (min-width: 1024px) {
        .whatwe-do .row .col {
          width: 33.33%; } }

.whatwe-do-cta {
  border-radius: 10px;
  background: #fff;
  overflow: hidden; }
  .whatwe-do-cta .image {
    display: block;
    position: relative;
    padding-top: 95%; }
    .whatwe-do-cta .image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .whatwe-do-cta .text {
    padding: 30px;
    font-size: 14px; }
  .whatwe-do-cta h3 {
    font-weight: 400; }
  .whatwe-do-cta p {
    margin: 0 0 25px; }
  .whatwe-do-cta .link {
    color: #000;
    font-weight: 400; }
    .whatwe-do-cta .link:after {
      display: inline-block;
      vertical-align: top;
      content: '\f105';
      font-family: icomoon;
      margin: 1px 0 0 8px; }
    .whatwe-do-cta .link:hover {
      color: #336ee5; }

.howit-works {
  background: #091015;
  color: #fff;
  padding: 40px 0; }
  @media (min-width: 768px) {
    .howit-works {
      padding: 50px 0; } }
  @media (min-width: 1200px) {
    .howit-works {
      padding: 70px 0; } }
  @media (min-width: 1366px) {
    .howit-works {
      padding: 100px 0; } }
  .howit-works .container {
    max-width: none; }
  .howit-works a {
    color: inherit; }
  .howit-works .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 -30px; }
    @media (min-width: 1600px) {
      .howit-works .row {
        margin: 0 -60px; } }
    .howit-works .row .col {
      padding: 0 30px;
      width: 100%; }
      @media (min-width: 1200px) {
        .howit-works .row .col {
          width: 50%; } }
      @media (min-width: 1600px) {
        .howit-works .row .col {
          padding: 0 60px; } }
      @media (max-width: 1199px) {
        .howit-works .row .col:nth-child(2) {
          display: none; } }
  .howit-works h2 {
    font-weight: 500;
    margin: 0 0 10px;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 1440px) {
      .howit-works h2 {
        margin: 0 0 20px; } }
    @media (max-width: 1365px) {
      .howit-works h2 {
        font-size: 30px; } }
  .howit-works .accordion-play-btn {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 0 0 20px; }
    .howit-works .accordion-play-btn svg {
      width: 100%;
      height: auto;
      display: none; }
      .howit-works .accordion-play-btn svg + svg {
        display: block; }
  .howit-works.paused .accordion-play-btn svg {
    display: block; }
    .howit-works.paused .accordion-play-btn svg + svg {
      display: none; }
  .howit-works.paused .auto-accordion .slide .slide-holder:before {
    -webkit-animation-play-state: paused;
            animation-play-state: paused; }
  .howit-works .image {
    display: block;
    width: 100%;
    padding-top: 80%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin: 25px 0 10px; }
    @media (min-width: 1200px) {
      .howit-works .image {
        padding-top: 100%;
        margin: 0; } }
    @media (min-width: 1600px) {
      .howit-works .image {
        padding-top: 90%; } }
    .howit-works .image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  @media (min-width: 1200px) {
    .howit-works .auto-accordion .image {
      display: none; } }
  .howit-works .auto-accordion li {
    border-color: rgba(255, 255, 255, 0.2); }
    .howit-works .auto-accordion li .opener {
      color: #fff;
      font-weight: 500;
      padding-right: 0;
      padding: 20px 0; }
      @media (min-width: 1366px) {
        .howit-works .auto-accordion li .opener {
          padding: 25px 0; } }
      @media (min-width: 1600px) {
        .howit-works .auto-accordion li .opener {
          padding: 30px 0; } }
      .howit-works .auto-accordion li .opener:before {
        display: none; }
  .howit-works .auto-accordion .slide {
    color: #adceff; }
    .howit-works .auto-accordion .slide .slide-holder {
      position: relative; }
      .howit-works .auto-accordion .slide .slide-holder:before {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 4px;
        background: #336ee5;
        content: '';
        width: 0;
        -webkit-animation: pulse3 7s;
                animation: pulse3 7s; }

@-webkit-keyframes pulse3 {
  0% {
    width: 0px; }
  100% {
    width: 100%; } }

@keyframes pulse3 {
  0% {
    width: 0px; }
  100% {
    width: 100%; } }

.title-bar {
  background: #adceff;
  padding: 40px 0;
  color: #000;
  text-align: center; }
  @media (min-width: 768px) {
    .title-bar {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .title-bar {
      padding: 70px 0; } }
  .title-bar .heading {
    font-size: 35px;
    font-weight: 400; }
    @media (min-width: 768px) {
      .title-bar .heading {
        font-size: 40px; } }
    @media (min-width: 1024px) {
      .title-bar .heading {
        font-size: 50px; } }
    @media (min-width: 1366px) {
      .title-bar .heading {
        font-size: 56px; } }
    @media (min-width: 1366px) {
      .title-bar .heading {
        font-size: 45px; } }
    .title-bar .heading strong {
      font-family: 'Suisse Works',sarif;
      font-style: italic;
      font-weight: 500; }

.stories-block {
  background: #adceff;
  padding: 40px 0; }
  @media (min-width: 768px) {
    .stories-block {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .stories-block {
      padding: 70px 0; } }
  @media (min-width: 1366px) {
    .stories-block {
      padding: 70px 0; } }
  .stories-block .container {
    max-width: none; }
  .stories-block h2 {
    font-weight: 500;
    margin: 0 auto 25px;
    text-align: center;
    max-width: 700px; }
    @media (min-width: 768px) {
      .stories-block h2 {
        margin: 0 auto 40px; } }
    @media (min-width: 1366px) {
      .stories-block h2 {
        font-size: 45px;
        margin: 0 auto 50px; } }
  .stories-block .stories-slider {
    margin: 0 -15px;
    max-width: 600px; }
    @media (min-width: 576px) {
      .stories-block .stories-slider {
        margin: 0 auto; } }
    @media (min-width: 1024px) {
      .stories-block .stories-slider {
        max-width: 800px; } }
    .stories-block .stories-slider .slide {
      padding: 0 15px;
      width: 100%; }
      @media (min-width: 576px) {
        .stories-block .stories-slider .slide {
          opacity: 0.4; } }
      .stories-block .stories-slider .slide.slick-active {
        opacity: 1; }
        .stories-block .stories-slider .slide.slick-active .story-item .image {
          display: none; }
        .stories-block .stories-slider .slide.slick-active .story-item .video {
          display: block; }
        .stories-block .stories-slider .slide.slick-active .story-item .text {
          display: block; }
  .stories-block .story-item .image, .stories-block .story-item .video {
    display: block;
    padding-top: 65%;
    position: relative;
    border-radius: 20px;
    overflow: hidden; }
    @media (min-width: 576px) {
      .stories-block .story-item .image, .stories-block .story-item .video {
        padding-top: 56.2%; } }
    .stories-block .story-item .image img, .stories-block .story-item .image video, .stories-block .story-item .video img, .stories-block .story-item .video video {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .stories-block .story-item .image video, .stories-block .story-item .video video {
      height: 100%; }
  .stories-block .story-item .video {
    display: none; }
  .stories-block .action-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 2; }
    @media (min-width: 576px) {
      .stories-block .action-btns {
        left: 20px;
        bottom: 20px; } }
    .stories-block .action-btns a {
      width: 40px;
      height: 40px;
      background: #fff;
      border-radius: 100%;
      padding: 0 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      cursor: pointer;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin: 0 0 0 10px; }
      .stories-block .action-btns a svg {
        width: 100%;
        height: auto;
        display: none; }
        .stories-block .action-btns a svg + svg {
          display: block; }
      .stories-block .action-btns a.mute-btn svg {
        display: none; }
        .stories-block .action-btns a.mute-btn svg + svg {
          display: block; }
      .stories-block .action-btns a.mute-btn.muted svg {
        display: block; }
        .stories-block .action-btns a.mute-btn.muted svg + svg {
          display: none; }
      .stories-block .action-btns a.paused svg {
        display: block; }
        .stories-block .action-btns a.paused svg + svg {
          display: none; }
  .stories-block .text {
    font-size: 16px;
    font-weight: 500;
    color: #121f33;
    line-height: 22px;
    padding: 20px 20px 0; }
    @media (min-width: 576px) {
      .stories-block .text {
        font-size: 18px;
        display: none; } }
    @media (min-width: 1024px) {
      .stories-block .text {
        font-size: 20px;
        line-height: 24px; } }
    .stories-block .text p {
      margin: 0 0 20px; }
    .stories-block .text cite {
      font-family: 'Suisse Works',sarif;
      font-style: italic;
      font-weight: 500; }
  .stories-block .slick-arrow {
    margin: -80px 0 0;
    font-size: 0;
    line-height: 0;
    padding: 0 !important;
    border: 0 !important;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #000;
    letter-spacing: 0;
    min-height: inherit; }
    @media (min-width: 576px) {
      .stories-block .slick-arrow {
        width: 48px;
        height: 48px; } }
    @media (min-width: 768px) {
      .stories-block .slick-arrow {
        margin: -100px -50px 0;
        top: 100%;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
    @media (min-width: 1024px) {
      .stories-block .slick-arrow {
        margin: -80px -80px 0;
        width: 50px;
        height: 50px; } }
    @media (min-width: 1200px) {
      .stories-block .slick-arrow {
        margin: -80px -100px 0; } }
    @media (min-width: 1366px) {
      .stories-block .slick-arrow {
        margin: -80px -200px 0; } }
    @media (min-width: 1440px) {
      .stories-block .slick-arrow {
        margin: -80px -300px 0; } }
    .stories-block .slick-arrow:after {
      margin: 0;
      font-size: 15px;
      line-height: 1;
      left: 0;
      color: #fff; }
      @media (min-width: 576px) {
        .stories-block .slick-arrow:after {
          font-size: 20px; } }
    .stories-block .slick-arrow.slick-prev:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .stories-block .slick-list {
    overflow: hidden; }
    @media (min-width: 768px) {
      .stories-block .slick-list {
        overflow: visible; } }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #336ee5 !important;
  border-color: #336ee5 !important;
  color: #fff !important; }
  .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus {
    color: #fff !important;
    background-color: #09101b !important;
    border-color: #09101b !important; }

.woocommerce-loop-category__title {
  font-size: 15px;
  line-height: 21px;
  display: block;
  font-weight: 600;
  max-height: 42px;
  overflow: hidden;
  margin: 0 0 6px; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  -webkit-border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  padding: 13px 18px;
  min-height: 48px;
  text-align: center;
  border-radius: 8px;
  outline: none;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  color: #fff;
  background: #336ee5;
  border: 0;
  letter-spacing: 0.7px;
  font-weight: 600;
  display: inline-block;
  vertical-align: top; }
  .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #09101b;
    opacity: 1;
    color: #fff; }
  .woocommerce #respond input#submit:after, .woocommerce a.button:after, .woocommerce button.button:after, .woocommerce input.button:after {
    display: none; }

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  top: 1em !important; }

.quantity input {
  min-height: 48px;
  height: 48px;
  width: 80px !important;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 1024px) {
    .quantity input {
      min-height: 52px; } }

.woocommerce-message {
  padding: 15px 20px; }
  @media (min-width: 768px) {
    .woocommerce-message {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; } }
  .woocommerce-message:after, .woocommerce-message:before {
    display: none; }
  .woocommerce-message .button {
    float: none !important; }
  @media (max-width: 767px) {
    .woocommerce-message .button {
      display: block;
      width: 100%;
      margin: 0 0 10px !important; } }

.product .flex-control-thumbs {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.woocommerce span.onsale {
  padding: 0 !important;
  background-color: #09101b !important; }

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  text-decoration: none !important;
  color: #336ee5 !important;
  font-size: 22px !important;
  line-height: 24px !important; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #336ee5 !important;
  font-size: 22px !important;
  line-height: 24px !important; }

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
  opacity: 1; }

.product .price-holder .price del span {
  color: #505050;
  text-decoration: line-through; }

.woocommerce-pagination {
  margin: 0 0 40px; }

.woocommerce nav.woocommerce-pagination ul {
  margin: 0;
  border: 0; }

.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
  margin: 0 5px; }

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  min-width: 36px;
  height: 36px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  display: block;
  text-align: center;
  color: #212121;
  background-color: #f5f5f5; }

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #336ee5;
  color: #fff; }

.woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li a.prev {
  font-size: 0;
  line-height: 0;
  position: relative; }
  .woocommerce nav.woocommerce-pagination ul li a.next:before, .woocommerce nav.woocommerce-pagination ul li a.prev:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: "\f109";
    font-size: 18px;
    line-height: 1;
    font-family: 'icomoon'; }

.woocommerce nav.woocommerce-pagination ul li a.prev:before {
  content: "\f108"; }

.page-numbers {
  text-align: center; }
  .page-numbers li:first-child span, .page-numbers li:first-child a {
    border-radius: 2px 0 0 2px; }
  .page-numbers li:last-child span, .page-numbers li:last-child a {
    border-radius: 0 2px 2px 0; }

.woocommerce nav.woocommerce-pagination ul {
  white-space: normal; }

.woocommerce nav.woocommerce-pagination ul li {
  margin: 5px 5px;
  float: none; }

.woocommerce-products-header {
  position: relative;
  padding: 0 0 20px; }
  @media (min-width: 768px) {
    .woocommerce-products-header {
      padding: 0 209px 30px 0; } }
  @media (min-width: 1024px) {
    .woocommerce-products-header {
      padding: 0 209px 30px; } }
  .woocommerce-products-header h1 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    margin: 0; }
    @media (min-width: 1024px) {
      .woocommerce-products-header h1 {
        text-align: center; } }

.col2-set {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  max-width: 100%;
  padding: 0 15px 30px;
  width: 100%; }
  @media (min-width: 1024px) {
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
      width: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; } }

.woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-EditAccountForm .form-row {
  margin: 0 0 8px !important; }

.woocommerce form .form-row {
  display: block; }

.woocommerce form .form-row {
  padding: 0; }

.woocommerce form .form-row label {
  margin-bottom: 0; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  border-color: #a46497 !important; }

.main-content {
  padding-top: 40px;
  padding-bottom: 40px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: inherit !important; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 19px;
  left: -3px; }

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  width: 181px;
  padding-left: 13px;
  height: 44px; }

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
  @media (min-width: 1024px) {
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; } }

.woocommerce .col2-set, .woocommerce-page .col2-set {
  width: auto; }

.woocommerce-form-row + fieldset {
  margin: 30px 0 20px; }

.woocommerce-form-row .woocommerce-Input {
  margin: 0 0 10px; }

.woocommerce-form-row .woocommerce-Input + span em {
  font-size: 12px; }

.woocommerce-account .woocommerce-MyAccount-navigation {
  background: #f3f4f7;
  color: #fff;
  float: none !important;
  width: 100% !important;
  padding: 17px !important; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li {
      margin: 5px; }
      .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        padding: 8px 16px;
        display: block;
        border-radius: 8px;
        color: #09101b; }
        .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
          background: #336ee5;
          color: #fff !important; }
      .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
        background: #336ee5;
        color: #fff !important; }

.woocommerce-account .woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
  padding: 20px;
  border: solid 1px rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-content {
      padding: 30px; } }

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  color: #fff !important; }

.woocommerce table.shop_table td, .woocommerce table.shop_table th {
  border-color: rgba(0, 0, 0, 0.1); }

.woocommerce table.shop_table th {
  text-align: left; }

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td, #add_payment_method .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
  border-top-width: 1px !important; }

#add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th {
  border-left-width: 1px !important;
  border-right-width: 1px !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none; }

.select2-container--default .select2-selection--single {
  color: #1a4064; }

.products.columns-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -15px 20px !important; }
  .products.columns-4 .product {
    width: calc(100%/4 - 30px) !important;
    margin: 0 15px 30px !important; }

.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
  background-color: #a88572 !important; }

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  width: 150px !important;
  height: 50px !important; }
  @media (min-width: 768px) {
    #add_payment_method table.cart td.actions .coupon .input-text,
    .woocommerce-cart table.cart td.actions .coupon .input-text,
    .woocommerce-checkout table.cart td.actions .coupon .input-text {
      height: 50px !important;
      width: 180px !important; } }

@media (max-width: 1198px) {
  .products.columns-4 .product {
    width: calc(100%/3 - 30px) !important; } }

@media (max-width: 1022px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 10px; }
  .products.columns-4 .product {
    width: calc(100%/2 - 30px) !important; } }

@media (max-width: 574px) {
  .products.columns-4 .product {
    width: calc(100%/1 - 30px) !important; }
  .woocommerce .woocommerce-ordering {
    float: none;
    width: 100%; }
  #add_payment_method table.cart td.actions .coupon .input-text,
  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 100% !important;
    float: none !important; }
  .coupon button {
    width: 100% !important;
    margin: 0 !important;
    float: none !important; } }

@media (max-width: 766px) {
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%; }
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%; }
  h1, .h1 {
    font-size: 36px;
    margin: 0 0 20px; } }

.woocommerce-MyAccount-navigation {
  width: 100%;
  float: none; }
  .woocommerce-MyAccount-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .woocommerce-MyAccount-navigation ul li {
      margin: 5px; }
      .woocommerce-MyAccount-navigation ul li a {
        padding: 8px 12px; }

@media (max-width: 575px) {
  .woocommerce-cart-form__contents .coupon .input-text {
    margin: 0 0 10px !important; } }

#content > .woocommerce {
  background: #F6F7FF;
  border-radius: 0;
  padding: 25px;
  margin: 0 -20px; }
  @media (min-width: 768px) {
    #content > .woocommerce {
      padding: 40px;
      margin: 0;
      border-radius: 10px; } }
  #content > .woocommerce h2 {
    font-size: 25px; }
    @media (min-width: 768px) {
      #content > .woocommerce h2 {
        font-size: 30px; } }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background: #336ee5;
  color: #fff; }
  .woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
    color: #fff; }
  .woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
    color: #336ee5; }
  .woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    color: #09101b !important;
    background: #fff !important; }

.show-password-input:after {
  display: none !important; }

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #D4D7EE !important; }

.woocommerce table.shop_table {
  background: #fff !important; }

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: inherit; }

.woocommerce-address-fields__field-wrapper {
  margin-bottom: 15px; }

.page-shop #content > .woocommerce, .page-uncategorised #content > .woocommerce {
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0; }
  .page-shop #content > .woocommerce h2, .page-uncategorised #content > .woocommerce h2 {
    font-size: 25px; }
    @media (min-width: 768px) {
      .page-shop #content > .woocommerce h2, .page-uncategorised #content > .woocommerce h2 {
        font-size: 30px; } }

.details-holder .meta {
  display: none !important; }

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  font-size: 28px;
  color: #09101b; }

.main-ecommerce-area {
  padding: 40px 0;
  background: #fff;
  position: relative; }
  @media (min-width: 768px) {
    .main-ecommerce-area {
      padding: 70px 0; } }
  @media (min-width: 1024px) {
    .main-ecommerce-area {
      padding: 100px 0; } }

.woocommerce ul.products li.product .price {
  font-size: 17px; }

.added_to_cart.wc-forward {
  display: block !important;
  color: #09101b; }

.woocommerce-account:not(.logged-in) .main-ecommerce-area .container {
  max-width: 500px;
  text-align: center; }
  .woocommerce-account:not(.logged-in) .main-ecommerce-area .container button {
    display: block !important;
    float: none !important;
    margin: 10px 0 0 !important;
    width: 100% !important; }

.grid-logos {
  margin-top: 40px !important; }

.padd-n-p-t {
  padding-top: 0px !important; }

.padd-n-p-b {
  padding-bottom: 0px !important; }

.padd-n-p {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.margin-n-m-b {
  margin-bottom: 0px !important; }

@media only screen and (max-width: 768px) {
  .two-cols-content .row .padd-n-p {
    padding-bottom: 60px !important; } }

.stats-block .row .col {
  width: 200px;
  height: 200px; }

.stats-block .row .counter {
  font-size: 50px;
  margin-bottom: 6px; }

.heading-bar h1 {
  color: #fff;
  margin: 0; }

.hero-block h1 {
  text-transform: uppercase; }

.hero-block.v2 h1.top-title, .hero-block.v2 h2.top-title, .hero-block.v2 h3.top-title, .hero-block.v2 h4.top-title, .hero-block.v2 span.top-title {
  font-size: 40px;
  line-height: 60px;
  margin: 0 0 20px;
  text-transform: uppercase;
  display: block; }

.hero-block.v2 h1.sub-title, .hero-block.v2 h2.sub-title, .hero-block.v2 h3.sub-title, .hero-block.v2 h4.sub-title, .hero-block.v2 span.sub-title {
  font-size: 26px;
  line-height: 1.2;
  margin: 0 0 0.5em;
  text-transform: uppercase;
  max-width: none;
  display: block; }

.general-text-block h1, .general-text-block h2 {
  font-size: 32px; }

.general-text-block h3 {
  font-size: 28px; }

.general-text-block h4 {
  font-size: 25px; }

.general-text-block h5, .general-text-block h6 {
  font-size: 20px; }

.general-text-block.blue h1, .general-text-block.blue h2, .general-text-block.blue h3, .general-text-block.blue h4, .general-text-block.blue h5, .general-text-block.blue h6 {
  color: inherit; }

.general-text-block span.form-heading {
  text-transform: uppercase;
  font-size: 25px;
  display: block;
  margin: 0 0 5px;
  color: #09101b;
  font-weight: 600; }

.column-block .row .title {
  text-transform: uppercase; }

.logos-grid.blue h1, .logos-grid.blue h2, .logos-grid.blue h3, .logos-grid.blue h4, .logos-grid.blue h5, .logos-grid.blue h6 {
  color: #fff; }

.team-block.gray {
  background: #f3f4f7;
  color: #09101b; }

.team-block.blue h1, .team-block.blue h2, .team-block.blue h3, .team-block.blue h4, .team-block.blue h5, .team-block.blue h6 {
  color: #fff; }

.team-block .title {
  text-transform: uppercase; }

.team-block .sub-title {
  text-transform: uppercase; }

.two-cols-content.blue h1, .two-cols-content.blue h2, .two-cols-content.blue h3, .two-cols-content.blue h4, .two-cols-content.blue h5, .two-cols-content.blue h6 {
  color: #fff; }

.stats-block.blue h1, .stats-block.blue h2, .stats-block.blue h3, .stats-block.blue h4, .stats-block.blue h5, .stats-block.blue h6 {
  color: #fff; }

.stats-block .row .title {
  text-transform: uppercase; }

.icons-block.blue h1, .icons-block.blue h2, .icons-block.blue h3, .icons-block.blue h4, .icons-block.blue h5, .icons-block.blue h6 {
  color: #fff; }

.icons-block .row span.title {
  font-size: 24px;
  margin: 0 0 5px;
  text-transform: uppercase;
  color: #09101b; }

.icons-block.blue .row span.title {
  color: #fff; }

.button-grid-block.blue h1, .button-grid-block.blue h2, .button-grid-block.blue h3, .button-grid-block.blue h4, .button-grid-block.blue h5, .button-grid-block.blue h6 {
  color: #fff; }

.form-block.blue h1, .form-block.blue h2, .form-block.blue h3, .form-block.blue h4, .form-block.blue h5, .form-block.blue h6 {
  color: #ffffff; }

.form-block.blue p {
  color: #ffffff; }

.video-block.blue h1, .video-block.blue h2, .video-block.blue h3, .video-block.blue h4, .video-block.blue h5, .video-block.blue h6 {
  color: #ffffff; }

.image-grallery-block.blue h1, .image-grallery-block.blue h2, .image-grallery-block.blue h3, .image-grallery-block.blue h4, .image-grallery-block.blue h5, .image-grallery-block.blue h6 {
  color: #ffffff; }

.downloads-block.blue h1, .downloads-block.blue h2, .downloads-block.blue h3, .downloads-block.blue h4, .downloads-block.blue h5, .downloads-block.blue h6 {
  color: #ffffff; }

.thinner-columns-icons.blue h1, .thinner-columns-icons.blue h2, .thinner-columns-icons.blue h3, .thinner-columns-icons.blue h4, .thinner-columns-icons.blue h5, .thinner-columns-icons.blue h6 {
  color: #ffffff; }

.thinner-columns-icons .icons-list .title {
  text-transform: uppercase; }

.product-manual-gallery.blue h1, .product-manual-gallery.blue h2, .product-manual-gallery.blue h3, .product-manual-gallery.blue h4, .product-manual-gallery.blue h5, .product-manual-gallery.blue h6 {
  color: #ffffff; }

.product-manual-gallery .row span.title {
  text-transform: uppercase;
  font-size: 20px;
  color: #09101b;
  margin: 0 0 0.5em;
  line-height: 1.3;
  display: block; }

.timeline-block.blue h1, .timeline-block.blue h2, .timeline-block.blue h3, .timeline-block.blue h4, .timeline-block.blue h5, .timeline-block.blue h6 {
  color: #ffffff; }

.timeline-block .timeline-header span.left-heading {
  text-transform: uppercase;
  font-size: 30px;
  color: #001659;
  margin: 0 0 0.5em; }

.timeline-block.blue .timeline-header span.left-heading {
  color: #fff; }

.data-centers h3 span {
  text-transform: uppercase; }

.links-block .link-holder {
  text-transform: uppercase; }

.logos-grid p a {
  text-decoration: underline; }

/* @media (min-width: 1200px) {
  .main-nav ul li.mega .links ul {
      -moz-column-count: 3;
      -moz-column-gap: 20px;
      -webkit-column-count: 3;
      -webkit-column-gap: 20px;
      column-count: 3;
      column-gap: 20px;
  }
} */
@media (min-width: 1366px) {
  .main-nav ul li.mega .links ul {
    padding: 30px; } }

.cat-col img {
  max-height: 200px !important; }

@media (min-width: 1024px) {
  .two-cols-content.padd-n-p .row .col {
    padding-top: 0px;
    padding-bottom: 100px; }
  .two-cols-content.padd-n-p .row .col:last-child {
    padding-top: 0px;
    padding-bottom: 0px; } }

.history-block .video-iframe {
  width: 100%;
  height: 100%; }

.history-block .video-iframe iframe {
  width: 100%;
  height: 100%; }

.info_content h5, .info_content h6 {
  font-family: "Lato", sans-serif; }

.info_content h5 {
  font-weight: 700; }

.inner-map-block {
  background: #FFFFFF;
  padding: 60px 0; }

.inner-map-block .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -15px -50px; }

.inner-map-block .row .col {
  padding: 0 15px 50px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.inner-map-block .row .col.left-col {
  text-align: center; }

@media (min-width: 1024px) {
  .inner-map-block .row .col {
    width: 85%;
    padding: 0 15px; }
  .inner-map-block .row .col.left-col {
    width: 15%;
    text-align: left; } }

.inner-map-block iframe {
  width: 100% !important;
  height: 350px !important; }

.inner-map-block.gray {
  background: #f3f4f7; }

.inner-map-block.blue {
  background: #38548a;
  color: #FFFFFF; }

.inner-map-block h1, .inner-map-block h2, .inner-map-block h3, .inner-map-block h4, .inner-map-block h5, .inner-map-block h6 {
  text-transform: uppercase;
  font-size: 25px;
  color: #001659;
  margin: 0 0 0.5em; }

.inner-map-block.blue h1, .inner-map-block.blue h2, .inner-map-block.blue h3, .inner-map-block.blue h4, .inner-map-block.blue h5, .inner-map-block.blue h6 {
  color: #FFFFFF; }

.our-solutions .heading-holder {
  text-transform: uppercase; }

img.download-division {
  width: 40px;
  height: auto;
  margin-right: 8px; }

.downloads-list li a {
  line-height: 50px; }

.image-grallery-block.blue .slick-arrow {
  background-color: #336ee5; }

.image-grallery-block.blue .slick-arrow:hover {
  background-color: #001659; }

li.full-width-download {
  width: 100% !important; }

.page-template-template-spareparts .contact-box {
  margin-top: 35px; }

p {
  margin: 0 0 1.4em; }

.two-cols-content ul:not([class]) {
  padding: 0 0 40px; }

.two-cols-content p {
  margin: 0 0 1.8em; }

.cta-box .heading {
  text-transform: uppercase; }

.k-generator-holder.range {
  background: #09101b; }

.k-generator-holder .tab-content {
  background: #09101b; }

.blog .cta-box .title {
  text-transform: uppercase; }

div#mapCanvas {
  width: 100%;
  height: 1133px; }

.location-select {
  z-index: 9;
  pointer-events: auto; }

.heading-holder {
  z-index: 9;
  pointer-events: none; }

.heading-holder .depot img {
  height: 23px;
  margin-right: 5px; }

.heading-holder .depot {
  font-size: 17px;
  margin-bottom: 6px; }

button.directionBtn {
  width: 210px;
  margin-bottom: 4px; }

@media only screen and (max-width: 1024px) {
  .back-to-top {
    bottom: 55px; } }

@media (min-width: 1366px) {
  .page-template-template-spareparts .hero-block-v2 .text h1 {
    font-size: 35px; } }

.hero-block.v2 .heading {
  text-transform: uppercase; }

.breadcrumbs-section {
  padding: 15px 0; }

.tax-product_cat .general-text-block {
  padding: 20px 0 25px 0; }

p#breadcrumbs {
  margin-bottom: 0px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 12px; }

.product-detail {
  padding-top: 10px; }

.single-product p#breadcrumbs {
  border-bottom: 0px;
  padding-bottom: 10px; }

.gfield--type-hidden {
  display: none; }

.product-detail .rating li {
  padding: 20px 10px; }

.product-detail .form-area {
  padding: 30px 20px;
  font-size: 15px; }

.product-detail .rating {
  margin-top: 10px; }

.logos-grid .row .col img {
  max-width: 220px; }

.general-text-block ul li a {
  text-decoration: underline; }

.our-solutions .slider-col .prod-item a {
  color: #1D1D1B;
  text-decoration: none; }

.our-solutions .slider-col .prod-item a:hover {
  color: #38548a;
  text-decoration: none; }

.post-type-archive-white-papers .post-listing-block .row .sidebar {
  display: none !important; }

@media only screen and (max-width: 1199px) {
  .main-nav ul li.mega .links .opener {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #001659; }
  .main-nav ul li.mega .links ul li.title-only {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #001659; } }

@media (min-width: 1366px) {
  .tax-product_cat .hero-block {
    min-height: 430px; }
  .tax-product_cat .hero-block.v2 .caption.v2 {
    padding-top: 120px; }
  .tax-product_cat .hero-block.v2 .heading {
    font-size: 60px;
    line-height: 70px; } }

.cta-carousel .row .image {
  background-size: contain !important; }

.product-detail .rating .counter {
  text-transform: uppercase; }

.archive .woocommerce-breadcrumb {
  display: none !important; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  border: solid 1px #c5c8cf;
  padding: 25px;
  text-align: center;
  background: #fff; }

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 23px;
  line-height: 26px;
  color: #09101b;
  font-weight: 600;
  margin: 0 0 0.5em;
  text-transform: uppercase; }

span.in-stock-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
  background-color: #2fa859;
  text-transform: uppercase;
  color: #fff;
  z-index: 1;
  padding: 3px 10px;
  font-size: 14px; }

span.sold-out-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
  background-color: #de001d;
  text-transform: uppercase;
  color: #fff;
  z-index: 1;
  padding: 3px 10px;
  font-size: 14px; }

.woocommerce .woocommerce-result-count {
  font-size: 14px; }

.woocommerce ul.products li.product .product-item {
  border: 0px;
  padding: 0px; }

.woocommerce ul.products li.product a .product-item {
  color: #1d1d1b; }

.woocommerce ul.products li.product .button {
  margin-top: 0; }

h3.berocket_ajax_group_filter_title {
  color: #09101b;
  font-weight: 600;
  font-size: 23px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.bapf_head h3 {
  color: #09101b;
  font-weight: 600;
  font-size: 18px; }

.irs--bapf-flat .irs-bar {
  background-color: #325C92; }

.irs--bapf-flat .irs-handle > i:first-child {
  background-color: #253a8e; }

.irs--bapf-flat .irs-from, .irs--bapf-flat .irs-single, .irs--bapf-flat .irs-to {
  background-color: #336ee5; }

.bapf_slct .select2 .select2-search__field {
  height: auto; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 0 5px !important;
  margin-right: 5px !important;
  margin-top: 5px !important; }

.select2-container .select2-search--inline {
  width: 100% !important; }

.bapf_slct .select2 .select2-search__field {
  background-color: #f9f9f9fa;
  width: 100% !important;
  border-radius: 2px; }

.single-product .heading-bar h1 {
  text-transform: uppercase; }

a.back-link {
  color: #38548a;
  text-decoration: underline;
  font-size: 16px; }

@media (min-width: 769px) {
  .woocommerce ul.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .woocommerce ul.products li.product,
  .woocommerce ul.products li.product a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

.product-detail .col-holder p.short-description {
  font-size: 15px; }

.product-detail ul:not([class]) li:before {
  background: #336ee5;
  width: 6px;
  height: 6px; }

.product-tabs-area {
  border: 2px solid #336ee5;
  padding: 0px !important;
  margin: 40px 15px 0px 15px;
  border: 10px; }
  .product-tabs-area .col-holder {
    margin: 0; }

.product-detail .tabset li a {
  background: #ccc; }

.product-detail .col-holder {
  margin-bottom: 0px;
  border-radius: 10px; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 5px !important;
  padding-right: 0 !important;
  line-height: 24px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  margin-right: 5px !important;
  margin-top: 5px !important;
  padding: 0 5px !important; }

.select2-container .select2-search--inline {
  width: 100% !important; }

.bapf_slct .select2 .select2-search__field {
  background-color: #f9f9f9fa;
  width: 100% !important;
  border-radius: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  width: 100% !important; }

.icon-youtube:before {
  content: "\f167" / "Youtube icon"; }

.icon-vimeo-v:before {
  content: "\f27d" / "Vimeo icon"; }

.icon-instagram:before {
  content: "\f16d" / "Instagram icon"; }

h3.berocket_ajax_group_filter_title {
  display: none !important; }

@media (max-width: 767px) {
  #footer .btns {
    margin-top: 20px; }
  #footer .heading {
    margin-top: 20px; }
  .tabs-block .opener {
    padding: 25px 40px 25px 20px; }
  .our-solutions .slider-col .prod-item a {
    line-height: 1.4;
    font-size: 1.4rem;
    display: block;
    padding: 8px 0; } }

@media (max-width: 575px) {
  .newsletter-form form input[type="submit"], .newsletter-form form button {
    left: 0px;
    top: 70px; } }

/*04-02-2024*/
.hero-block.product-hero h3 {
  color: #fff;
  margin: 0 0 5px; }

.hero-block.product-hero .caption {
  min-height: auto; }

@media (max-width: 1799px) {
  .hero-block.product-hero .caption {
    padding: 100px 90px 100px 100px; } }

@media (max-width: 1023px) {
  .hero-block.product-hero .caption {
    padding: 50px 40px 50px 100px; } }

.hero-block.product-hero .icon-bolt {
  display: block;
  width: 80px;
  position: relative;
  height: 73px;
  position: absolute;
  left: 0;
  margin-top: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (min-width: 1800px) {
  .hero-block.product-hero .icon-bolt {
    margin: 0;
    position: absolute;
    left: -180px;
    margin-top: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 140px;
    height: 128px; } }

.hero-block.product-hero .icon-bolt .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: -4px 0 0 -10px;
  width: 20px;
  height: 24px;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite; }

@media (min-width: 1800px) {
  .hero-block.product-hero .icon-bolt .icon {
    width: 40px;
    height: 48px;
    margin: -12px 0 0 -20px; } }

.hero-block.product-hero .icon-bolt .icon img {
  display: block;
  width: 100%; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); } }

.powercut-form {
  padding: 30px 0; }

@media (min-width: 1024px) {
  .powercut-form {
    padding: 60px 0; } }

.powercut-form .holder {
  background: #fff;
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  padding: 20px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }

@media (min-width: 576px) {
  .powercut-form .holder {
    padding: 30px;
    border-radius: 10px; } }

@media (min-width: 1024px) {
  .powercut-form .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.powercut-form .title {
  display: block;
  font-weight: 600;
  color: #09101b;
  font-size: 18px;
  margin: 0 0 20px; }

@media (min-width: 1024px) {
  .powercut-form .title {
    margin: 0 40px 0 0; } }

@media (max-width: 1023px) {
  .powercut-form .title br {
    display: none; } }

.powercut-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #f3f4f7;
  border-radius: 10px;
  overflow: hidden;
  border: solid 1px rgba(0, 0, 0, 0.2); }

.powercut-form form input[type='text'] {
  background: none;
  border: 0; }

@media (min-width: 1024px) {
  .powercut-form form input[type='text'] {
    font-size: 18px; } }

.powercut-form form button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 160px;
  border-radius: 0; }

@media (min-width: 1024px) {
  .powercut-form form button {
    min-width: 220px; } }

.product-twocols {
  padding: 0 0 40px; }

@media (min-width: 1024px) {
  .product-twocols {
    padding: 40px 0 80px; } }

@media (min-width: 1440px) {
  .product-twocols {
    padding: 80px 0; } }

.product-twocols .opener {
  font-weight: 700;
  font-size: 17px; }

.product-twocols .opener em {
  font-style: normal;
  display: none; }

.product-twocols .open-close.active .opener span {
  display: none; }

.product-twocols .open-close.active .opener em {
  display: inline; }

.product-twocols .row {
  margin: 0 -15px -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.product-twocols .row .col {
  width: 100%;
  padding: 0 15px 30px; }

@media (min-width: 1024px) {
  .product-twocols .row .col {
    width: 40%; }
    .product-twocols .row .col:first-child {
      width: 60%; } }

.product-twocols .ctabox {
  border: solid 1px rgba(0, 0, 0, 0.2);
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: #f3f4f7; }

@media (min-width: 576px) {
  .product-twocols .ctabox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.product-twocols .ctabox .image {
  padding-top: 50%;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

@media (min-width: 576px) {
  .product-twocols .ctabox .image {
    width: 45%;
    padding-top: 0;
    min-height: 150px; } }

.product-twocols .ctabox .text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 20px; }

@media (min-width: 576px) {
  .product-twocols .ctabox .text {
    width: 55%; } }

.product-twocols .ctabox h3 {
  color: #001659;
  font-size: 26px; }

.product-twocols h4 {
  color: #09101b;
  line-height: 1.5; }

.product-twocols .maparea {
  border: solid 1px rgba(0, 0, 0, 0.2);
  padding: 30px;
  border-radius: 10px;
  background: #f3f4f7; }

@media (min-width: 576px) {
  .product-twocols .maparea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

.product-twocols .maparea .text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 20px 0 0; }

.product-twocols .maparea .text h4 {
  font-weight: 500;
  margin: 0 0 20px; }

.product-twocols .maparea .text ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.product-twocols .maparea .text ul li {
  margin: 0 0 10px; }

.product-twocols .maparea .text ul li a {
  color: #616570;
  font-weight: 500; }

.product-twocols .maparea .text ul li a:before {
  content: '>';
  color: #336ee5;
  font-weight: 600;
  margin: 0 10px 0 0; }

.product-twocols .maparea .text ul li a:hover {
  color: #336ee5; }

.map-img {
  position: relative; }

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

.map-img .regions {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Fjalla One", sans-serif;
  text-align: center;
  line-height: 1.5; }

.map-img .regions li {
  position: absolute;
  font-size: 9px; }

@media (min-width: 1366px) {
  .map-img .regions li {
    font-size: 11px; } }

.map-img .regions li a {
  color: #fff; }

.map-img .regions li a:hover {
  color: #336ee5; }

.map-img .regions li:nth-child(1) {
  position: absolute;
  left: 46%;
  top: 19%;
  font-size: 14px; }

@media (min-width: 1366px) {
  .map-img .regions li:nth-child(1) {
    font-size: 17px; } }

.map-img .regions li:nth-child(2) {
  position: absolute;
  left: 65.5%;
  top: 41%; }

.map-img .regions li:nth-child(3) {
  position: absolute;
  left: 58%;
  top: 47%; }

.map-img .regions li:nth-child(4) {
  position: absolute;
  left: 69%;
  top: 55%; }

.map-img .regions li:nth-child(5) {
  position: absolute;
  left: 73%;
  top: 65%; }

.map-img .regions li:nth-child(6) {
  position: absolute;
  left: 62%;
  top: 69%; }

.map-img .regions li:nth-child(7) {
  position: absolute;
  left: 52%;
  top: 75%; }

.map-img .regions li:nth-child(8) {
  position: absolute;
  left: 56%;
  top: 87.5%; }

.map-img .regions li:nth-child(8) br {
  display: none; }

.map-img .regions li:nth-child(9) {
  position: absolute;
  left: 75%;
  top: 83.5%; }

.map-img .regions li:nth-child(10) {
  position: absolute;
  left: 82%;
  top: 82.5%;
  font-size: 7px; }

.map-img .regions li:nth-child(11) {
  position: absolute;
  left: 85%;
  top: 72.5%; }

.map-img .regions li:nth-child(12) {
  position: absolute;
  left: 16%;
  top: 62.5%;
  font-size: 16px; }

@media (min-width: 1366px) {
  .map-img .regions li:nth-child(12) {
    font-size: 17px; } }

.map-img .regions li:nth-child(13) {
  position: absolute;
  left: 26%;
  top: 45.5%; }

.cta-banner {
  background-color: #e3e3e5;
  background-size: cover;
  background-position: 50% 50%; }

.cta-banner h2 {
  margin: 0; }

.cta-banner .btns {
  margin: 0 0 20px; }

.cta-banner .slide {
  display: none; }

.cta-banner .slide-holder {
  background: #336ee5;
  border: solid 1px rgba(255, 255, 255, 0.2);
  padding: 10px;
  margin: 0 0 15px; }

@media (min-width: 768px) {
  .cta-banner .slide-holder {
    padding: 20px 20px 15px; } }

@media (min-width: 1024px) {
  .cta-banner .slide-holder {
    padding: 20px 30px 15px;
    margin: 0 0 20px; } }

@media (min-width: 1200px) {
  .cta-banner .slide-holder {
    padding: 40px 40px 30px;
    margin: 0 0 30px; } }

@media (max-width: 767px) {
  .cta-banner .slide-holder {
    font-size: 14px; } }

.cta-banner .slide-holder ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.cta-banner .slide-holder ul li {
  margin: 0 4px 4px; }

@media (min-width: 1024px) {
  .cta-banner .slide-holder ul li {
    margin: 0 8px 8px; } }

.cta-banner .slide-holder ul li a {
  color: #fff;
  text-decoration: underline; }

.cta-banner .slide-holder ul li a:hover {
  text-decoration: none; }

.product-details-cols {
  background: #fff;
  border-top: solid 1px rgba(0, 0, 0, 0.2); }

.product-details-cols.spareparts-section .row {
  display: block; }

@media (min-width: 1366px) {
  .product-details-cols.spareparts-section .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.product-details-cols.spareparts-section .row .col.sidebar {
  width: 100%; }

@media (min-width: 1366px) {
  .product-details-cols.spareparts-section .row .col.sidebar {
    width: 400px; } }

@media (max-width: 1365px) {
  .product-details-cols.spareparts-section .row .col.sidebar {
    padding-top: 20px; } }

.contact-box.v2 {
  background: #f3f4f7;
  border: solid 1px rgba(0, 0, 0, 0.2);
  color: #09101b;
  padding: 30px;
  border-radius: 10px; }

.contact-box.v2 .heading {
  display: block;
  padding: 0 0 8px;
  margin: 0 0 10px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  color: #09101b;
  font-weight: 500; }

.contact-box.v2 p {
  margin: 0 0 20px; }

.contact-box.v2 p em {
  font-weight: 600; }

.provider-info {
  border: solid 1px rgba(0, 0, 0, 0.2);
  background: #FFF;
  margin: 0 0 30px;
  border-radius: 10px;
  overflow: hidden; }

.provider-info .title {
  text-align: center;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  display: block;
  background: #f3f4f7;
  padding: 8px;
  font-weight: 600;
  color: #09101b;
  margin: 0 0 20px; }

.provider-info .logo {
  margin: 0 auto 20px;
  max-width: 250px; }

.provider-info .logo img {
  display: block;
  width: 100%; }

.provider-info .info {
  padding: 20px;
  border-top: solid 1px rgba(0, 0, 0, 0.2); }

.provider-info .social-networks {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 26px; }
  .provider-info .social-networks li a {
    color: #336ee5; }

.provider-info .contact-info {
  margin: 0 0 20px;
  padding: 0;
  list-style: none; }

.provider-info .contact-info li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2); }

.provider-info .contact-info li a {
  display: block;
  color: #336ee5;
  font-weight: 600;
  font-size: 20px;
  padding: 8px 0; }

@media (max-width: 1365px) {
  .provider-info .contact-info li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.provider-info .contact-info li a i {
  margin: 0 20px 0 10px; }

.provider-info .contact-info li a i.icon-web {
  background: url(images/icon-web.png);
  width: 18px;
  height: 26px;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px; }

.text-banner {
  background: #fff;
  padding: 25px 20px;
  border: solid 3px #336ee5;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.text-banner h4 {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #09101b;
  font-weight: 600;
  font-size: 18px; }

.text-banner.green {
  border-color: #39b54a; }

.text-banner .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 15px 0 0;
  max-width: 35px; }

.text-banner.warning {
  display: block;
  border-color: #ed1c24;
  padding: 0; }

.text-banner.warning .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px; }

.text-banner.warning .holder .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 15px 0 0;
  max-width: 35px; }

.text-banner .cta-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  background: #ed1c24;
  padding: 10px;
  color: #fff; }

.text-banner .cta-bar h5 {
  margin: 0 10px 10px 0;
  font-size: 20px; }

@media (min-width: 768px) {
  .text-banner .cta-bar h5 {
    margin: 0 15px 0 0; } }

.text-banner .cta-bar .btn {
  background: #fff;
  color: #000;
  padding: 10px 15px;
  min-height: inherit;
  font-size: 16px; }

.text-banner .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 5px 0 0; }

.text-banner .tags .tag {
  margin: 0 10px 10px 0;
  font-size: 14px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 4px 10px;
  background: #f4f4f4; }

.text-banner .tags .tag span {
  font-weight: 600; }

.note-text {
  display: block;
  margin: 0 0 20px;
  font-size: 16px; }

.table-block .row {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  margin: 0 -8px 20px; }

.table-block .row .col {
  width: 100%;
  padding: 0 8px 20px; }

@media (min-width: 1024px) {
  .table-block .row .col {
    padding: 0 8px;
    width: calc(100% - 330px); } }

@media (min-width: 1024px) {
  .table-block .row .col.map-col {
    width: 330px; } }

.table-block .map {
  position: relative;
  height: 100%;
  min-height: 316px; }

.table-block .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border: 0;
  width: 100%;
  height: 100%; }

.table-block .table-holder {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: left; }

.table-block table th {
  font-size: 16px; }

.table-block table td, .table-block table th {
  border: 0;
  text-align: left; }

.table-block table tbody tr:nth-child(even) td {
  background: #f3f4f7; }

.table-block table .tag {
  display: inline-block;
  vertical-align: top;
  border: solid 1px rgba(0, 0, 0, 0.1);
  font-size: 11px;
  padding: 1px 4px;
  background: #fff; }

.table-block .note {
  font-size: 14px;
  display: block;
  margin: 5px 0 0;
  font-style: italic; }

.normal-block {
  text-align: center;
  padding: 0 0 40px; }

.normal-block h3 {
  color: rgba(0, 0, 0, 0.3); }

.k-generator-holder {
  position: relative;
  overflow: visible; }

.k-generator-holder + .k-generator-holder {
  border-top: solid 1px rgba(255, 255, 255, 0.1); }

.k-generator-holder.full-screen {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  height: 100vh; }

.k-generator-holder.full-screen .product-diagram-block {
  height: 100%; }

.k-generator-holder .expand-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: url(images/expand-icon.svg);
  width: 24px;
  height: 24px; }

.k-generator-holder.v2 .prod-features-list li .line1:after {
  background: #336ee5; }

.k-generator-holder.v2 .prod-features-list li .line2:after {
  background: #336ee5; }

.k-generator-holder.v2 .prod-features-list li .line2:before {
  background: #336ee5; }

.k-generator-holder.v2 .prod-features-list li .text {
  border-color: #336ee5; }

.prod-features-list li .text {
  z-index: 5; }

.k-generator-holder.full-screen .head {
  display: none; }

.k-generator-holder.full-screen .product-diagram-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.k-generator-holder.dark-blue {
  background: #38548a; }

.k-generator-holder.interactive .prod-features-list li {
  width: 18px !important;
  height: 18px !important;
  bottom: auto !important; }

@media (min-width: 768px) {
  .k-generator-holder.interactive .prod-features-list li {
    width: 30px !important;
    height: 30px !important; } }

.k-generator-holder.interactive .prod-features-list li .text {
  margin: 0 0 0 -70px !important;
  top: -85px !important;
  width: 200px !important;
  bottom: auto !important;
  z-index: 1;
  pointer-events: none; }

@media (min-width: 576px) {
  .k-generator-holder.interactive .prod-features-list li .text {
    margin: 0 0 0 24px !important;
    width: 250px !important; } }

@media (min-width: 768px) {
  .k-generator-holder.interactive .prod-features-list li .text {
    top: -145px !important;
    width: 300px !important;
    margin: 0 0 0 30px !important; } }

@media (min-width: 1024px) {
  .k-generator-holder.interactive .prod-features-list li .text {
    top: -167px !important;
    width: 370px !important; } }

@media (min-width: 1200px) {
  .k-generator-holder.interactive .prod-features-list li .text {
    margin: 0 0 0 60px !important; } }

@media (max-width: 575px) {
  .k-generator-holder.interactive .prod-features-list li .text {
    top: auto !important;
    bottom: 100% !important;
    margin: 0 0 30px -20px !important;
    left: 0 !important; } }

@media (min-width: 576px) {
  .k-generator-holder.interactive .prod-features-list li .line2 {
    left: 100% !important;
    right: auto !important;
    margin: 0 0 0 -8px !important;
    bottom: 64px;
    top: auto !important;
    width: 20px !important; } }

@media (min-width: 768px) {
  .k-generator-holder.interactive .prod-features-list li .line2 {
    margin: 0 0 0 -14px !important;
    bottom: 126px; } }

@media (min-width: 1200px) {
  .k-generator-holder.interactive .prod-features-list li .line2 {
    width: 50px !important; } }

.k-generator-holder.interactive .prod-features-list li .line2:before {
  left: auto !important;
  right: 0 !important; }

@media (max-width: 575px) {
  .k-generator-holder.interactive .prod-features-list li .line2:before {
    right: -9px !important;
    display: none !important; } }

.k-generator-holder.interactive .prod-features-list li .line2:after {
  left: 0 !important;
  right: auto !important; }

@media (max-width: 575px) {
  .k-generator-holder.interactive .prod-features-list li .line2 {
    bottom: 46px !important;
    top: auto !important; } }

.k-generator-holder.interactive .prod-features-list li .line1 {
  top: auto !important;
  bottom: 100% !important;
  margin: 0 0 -3px 0 !important;
  left: 50% !important;
  height: 30px !important; }

@media (min-width: 576px) {
  .k-generator-holder.interactive .prod-features-list li .line1 {
    height: 50px !important; } }

@media (min-width: 768px) {
  .k-generator-holder.interactive .prod-features-list li .line1 {
    height: 100px !important; } }

.k-generator-holder.interactive .prod-features-list li .line1:after {
  top: auto !important;
  bottom: 0 !important; }

.k-generator-holder.interactive .prod-features-list li.right-tooltip .text {
  margin: 0 0 25px -150px !important; }

@media (min-width: 576px) {
  .k-generator-holder.interactive .prod-features-list li.right-tooltip .text {
    left: auto !important;
    right: 42px !important;
    margin: 0 -20px 0 0 !important; } }

@media (min-width: 768px) {
  .k-generator-holder.interactive .prod-features-list li.right-tooltip .text {
    right: 0 !important;
    margin: 0 30px 0 0 !important; } }

@media (min-width: 1200px) {
  .k-generator-holder.interactive .prod-features-list li.right-tooltip .text {
    margin: 0 60px 0 0 !important; } }

@media (min-width: 576px) {
  .k-generator-holder.interactive .prod-features-list li.right-tooltip .line2 {
    right: 100% !important;
    left: auto !important;
    margin: 0 -10px 0 0 !important; } }

@media (min-width: 768px) {
  .k-generator-holder.interactive .prod-features-list li.right-tooltip .line2 {
    margin: 0 -16px 0 0 !important; } }

@media (min-width: 576px) {
  .k-generator-holder.interactive .prod-features-list li.right-tooltip .line2:before {
    right: auto !important;
    left: 0 !important; } }

@media (max-width: 575px) {
  .k-generator-holder.interactive .prod-features-list li.right-tooltip .line2:before {
    right: -9px !important;
    display: none !important; } }

@media (min-width: 576px) {
  .k-generator-holder.interactive .prod-features-list li.right-tooltip .line2:after {
    left: auto !important;
    right: 0 !important; } }

@media (max-width: 575px) {
  .k-generator-holder.interactive .prod-features-list li.right-tooltip .line2 {
    bottom: 43px !important; } }

.general-text-block.red {
  background: #ed1c24;
  color: #fff; }

.general-text-block.red h2 {
  color: #fff; }

.spacer.red {
  background: #ed1c24; }

#wrapper {
  opacity: 0; }

.loaded #wrapper {
  opacity: 1; }

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background: #fff;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s; }

.loaded .preloader {
  opacity: 0;
  visibility: hidden; }

.preloader .loader {
  width: 100px;
  padding: 15px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #336ee5;
  --_m:
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  -webkit-animation: l3 1s infinite linear;
  animation: l3 1s infinite linear; }

@-webkit-keyframes l3 {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes l3 {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.solutions-block .tabs-block {
  min-height: 561px; }

@media (max-width: 1023px) {
  .product-detail .tabset li a {
    font-size: 13px;
    min-height: inherit;
    height: auto;
    padding: 10px 11px; } }

@media (max-width: 575px) {
  .product-detail .tabset {
    display: block; } }

@media (max-width: 575px) {
  .product-detail .tabset li a {
    display: block; } }

.hero-block.video-option .caption {
  position: relative;
  z-index: 2; }

/*05-02-2025*/
.menu-opener .title {
  position: absolute;
  left: -1px;
  right: 0;
  bottom: -22px;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600; }

.back-to-top {
  bottom: 15px;
  right: 90px; }

@media (max-width: 1023px) {
  .lastest-news-block .slick-dots li button {
    width: 10px;
    height: 10px;
    margin: 0; } }

@media (max-width: 767px) {
  .our-solutions .slider-col .prod-item a {
    padding: 4px 0;
    font-size: 18px; }
  .our-solutions .slider-col .prod-item p br {
    display: none; } }

/*05-02-2025*/
.newsletterform {
  text-align: center;
  padding: 40px 20px 20px;
  background: #f3f4f7;
  max-width: 800px;
  border: solid 10px #fff; }

@media (min-width: 576px) {
  .newsletterform {
    padding: 30px; } }

@media (min-width: 1024px) {
  .newsletterform {
    padding: 40px; } }

@media (min-width: 1200px) {
  .newsletterform {
    max-width: 900px;
    border: solid 15px #fff; } }

.newsletterform .form-area {
  margin: 0;
  overflow: hidden; }

.newsletterform .fancybox-close-small {
  display: none; }

@media (max-width: 767px) {
  .newsletterform p br {
    display: none; } }

.newsletterform h3 {
  font-size: 30px;
  margin: 0 0 5px;
  white-space: nowrap; }

@media (min-width: 1024px) {
  .newsletterform h3 {
    font-size: 36px; } }

.newsletterform h3:before {
  font-family: icomoon;
  content: "\f0e2";
  color: #5b7eb5;
  margin: 0 10px 0 0; }

.newsletterform .close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #001659;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600; }

.newsletterform .close i {
  display: inline-block !important;
  vertical-align: top;
  margin: 4px 5px 0; }

.newsletterform .gform_footer {
  margin: 0 auto;
  text-align: center;
  max-width: 190px; }

@media (max-width: 575px) {
  .newsletterform .form-area .custom-checkboxes .gfield_label_before_complex {
    margin: 0 0 5px;
    font-size: 18px; } }

.glossary-block {
  overflow: hidden;
  font-size: 17px; }

.glossary-block .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.glossary-block .section-letter {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 20px 0 0;
  width: 30px; }

@media (min-width: 576px) {
  .glossary-block .section-letter {
    margin: 0 20px 0 0;
    width: 30px; } }

@media (min-width: 768px) {
  .glossary-block .section-letter {
    margin: 0 30px 0 0;
    width: 50px; } }

.glossary-block .text-col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.glossary-block h4 {
  color: #336ee5; }

@media (min-width: 1024px) {
  .glossary-block h4 {
    font-size: 24px; } }

.glossary-block .post {
  margin: 0 0 30px; }

.glossary-block .post p {
  margin: 0; }

.glossary-block .post h4 {
  margin: 0 0 6px;
  color: #001659; }

.glossary-block .post h4 a {
  text-decoration: none;
  color: #001659; }

.glossary-block .post h4 a:hover {
  color: #336ee5; }

.glossary-block .post .highlight {
  background: #001659;
  color: #fff; }

.glossary-block dd {
  margin: 0;
  width: 100%; }

.glossary-block dt {
  width: 100%;
  margin: 0 0 6px;
  color: #09101b;
  font-weight: 600; }

@media (min-width: 1024px) {
  .glossary-block dt {
    font-size: 24px; } }

.glossary-block dt a {
  text-decoration: none;
  color: #09101b; }

.glossary-block dt a:hover {
  color: #336ee5; }

.glossary-block .content {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  margin: 0 0 30px; }

.glossary-block .content:last-of-type {
  margin-bottom: 0;
  border-bottom: 0; }

.glossary-block .search-holder {
  position: relative;
  margin: 0 0 20px;
  padding: 20px 0 20px;
  z-index: 1; }

@media (min-width: 1024px) {
  .glossary-block .search-holder {
    margin: 0 0 40px;
    padding: 40px 0 40px; } }

.glossary-block .search-holder:before {
  position: absolute;
  left: -9999px;
  top: 0;
  right: -9999px;
  bottom: 0;
  content: '';
  background: #f3f4f7;
  z-index: -1; }

.glossary-block .container {
  max-width: 850px; }

.alphabet-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.alphabet-nav ul a {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  margin: 0 5px; }

@media (min-width: 1024px) {
  .alphabet-nav ul a {
    font-size: 20px; } }

.alphabet-nav ul a:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  content: '';
  height: 1px;
  opacity: 0;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  background: #fff; }

.alphabet-nav ul a:hover:before {
  opacity: 1; }

.glossary-search {
  position: relative;
  position: relative;
  z-index: 1; }

.glossary-search .icon-search {
  position: absolute;
  left: 20px;
  top: 19px;
  z-index: 1; }

.glossary-search .icon-times {
  position: absolute;
  right: 20px;
  top: 18px;
  z-index: 1; }

.glossary-search input {
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 8px; }

.glossary-hero {
  background: #336ee5;
  text-align: center;
  padding: 50px 0; }

@media (min-width: 1024px) {
  .glossary-hero {
    padding: 60px 0; } }

@media (min-width: 1366px) {
  .glossary-hero {
    padding: 80px 0; } }

.glossary-hero h2, .glossary-hero .h2 {
  color: #fff; }

@media (min-width: 1024px) {
  .glossary-hero h2, .glossary-hero .h2 {
    font-size: 45px; } }

.glossary-hero p#breadcrumbs {
  margin: 0;
  padding: 0;
  border: 0;
  color: #fff; }

.glossary-hero p#breadcrumbs a {
  color: #fff;
  text-decoration: underline; }

.glossary-hero p#breadcrumbs a:hover {
  text-decoration: none; }

.glossary-hero p#breadcrumbs span {
  margin: 0 6px; }

.glossary-detail-block {
  background: #f3f4f7;
  padding: 40px 0;
  margin-bottom: 30px; }

@media (min-width: 768px) {
  .glossary-detail-block {
    padding: 50px 0; } }

@media (min-width: 1200px) {
  .glossary-detail-block {
    padding: 80px 0; } }

.glossary-detail-block .container {
  max-width: 1540px; }

.glossary-detail-block .btn {
  min-width: 160px; }

@media (min-width: 768px) {
  .glossary-detail-block .btn {
    min-width: 180px; } }

@media (min-width: 1024px) {
  .glossary-detail-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px; } }

@media (min-width: 1024px) {
  .glossary-detail-block .row .col {
    padding: 0 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; } }

@media (min-width: 1024px) {
  .glossary-detail-block .row .col.sidebar-col {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    width: 300px; } }

@media (max-width: 1023px) {
  .glossary-detail-block .sticky-wrap-fixed-sidebar {
    height: auto !important; }
  .glossary-detail-block .sticky-wrap-fixed-sidebar .fixed-sidebar {
    width: 100% !important;
    top: auto !important;
    position: static !important; } }

.glossary-detail-block .contentbox {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 0 20px; }

@media (min-width: 1024px) {
  .glossary-detail-block .contentbox {
    margin: 0 0 30px; } }

.glossary-detail-block .contentbox .title {
  background: #336ee5;
  color: #fff;
  display: block;
  padding: 10px 20px;
  font-weight: 500; }

@media (min-width: 768px) {
  .glossary-detail-block .contentbox .title {
    padding: 20px 20px; } }

.glossary-detail-block .contentbox .topics-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.glossary-detail-block .contentbox .topics-list li + li {
  border-top: solid 1px rgba(0, 0, 0, 0.1); }

.glossary-detail-block .contentbox .topics-list a {
  display: block;
  padding: 10px 20px;
  color: #09101b; }

@media (min-width: 768px) {
  .glossary-detail-block .contentbox .topics-list a {
    padding: 15px 20px; } }

.glossary-detail-block .contentbox.help {
  padding: 20px; }

.glossary-detail-block .contentbox.help h3 {
  color: #09101b;
  font-size: 24px;
  line-height: 1.3; }

@media (min-width: 768px) {
  .glossary-detail-block .contentbox.help h3 {
    font-size: 28px; } }

.glossary-detail-block .contentbox.help .btn {
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px;
  min-height: 40px; }

.topics-item h2, .topics-item .h2 {
  background: #336ee5;
  color: #fff;
  display: block;
  padding: 15px 20px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 -20px 20px; }

@media (min-width: 576px) {
  .topics-item h2, .topics-item .h2 {
    font-size: 22px; } }

@media (min-width: 768px) {
  .topics-item h2, .topics-item .h2 {
    font-size: 24px;
    padding: 20px 30px;
    margin: 0 -30px 30px; } }

@media (min-width: 1200px) {
  .topics-item h2, .topics-item .h2 {
    margin: 0 -40px 30px;
    padding: 20px 40px; } }

.topics-item .topic {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 0 20px;
  padding: 0 20px 20px; }

@media (min-width: 768px) {
  .topics-item .topic {
    margin: 0 0 30px;
    padding: 0 30px 30px; } }

@media (min-width: 1200px) {
  .topics-item .topic {
    padding: 0 40px 40px; } }

.topics-item .topic p {
  margin: 0 0 20px; }

.topics-item .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -8px -16px; }

.topics-item .images .image {
  margin: 0 8px 16px;
  width: calc(50% - 16px);
  position: relative;
  padding-top: 35%; }

.topics-item .images .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.topics-item table {
  width: 100%; }

.topics-item a {
  color: inherit;
  text-decoration: underline; }

.topics-item a:hover {
  text-decoration: none; }

@media (max-width: 1365px) {
  .topics-item h4 {
    font-size: 18px;
    line-height: 1.4; } }

@media (max-width: 767px) {
  .topics-item h4 {
    font-size: 16px; } }

.topics-item .alignnone, .topics-item .aligncenter {
  display: block;
  width: 100%;
  margin: 0 0 30px;
  max-width: none; }

@media (min-width: 576px) {
  .topics-item .alignnone, .topics-item .aligncenter {
    margin: 0 0 50px; } }

@media (min-width: 1024px) {
  .topics-item .alignnone, .topics-item .aligncenter {
    width: calc(100% + 100px);
    margin: 0 -50px 50px; } }

@media (min-width: 1200px) {
  .topics-item .alignnone, .topics-item .aligncenter {
    width: calc(100% + 300px);
    margin: 0 -150px 50px; } }

.topics-item blockquote {
  margin: 0  0 20px;
  padding: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  border: solid 2px #336ee5;
  position: relative;
  line-height: 1.4;
  background: none;
  color: #336ee5; }

@media (min-width: 576px) {
  .topics-item blockquote {
    font-size: 22px; } }

.topics-item blockquote q, .topics-item blockquote p {
  display: block;
  margin: 0;
  quotes: none; }

.topics-item ul, .topics-item ol {
  padding-left: 20px;
  margin: 0 0 20px; }

@media (min-width: 768px) {
  .topics-item ul, .topics-item ol {
    margin: 0 0 40px; } }

.hero-block.powercust {
  padding: 40px 0;
  margin: 0; }
  .hero-block.powercust .caption {
    min-height: inherit; }

@media (min-width: 576px) {
  .hero-block.powercust {
    padding: 60px 0; } }

@media (min-width: 1024px) {
  .hero-block.powercust {
    padding: 80px 0; } }

.hero-block.powercust .container {
  max-width: 1060px; }

.hero-block.powercust:before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 100%;
  margin: 0;
  left: 0;
  background: #09101b;
  opacity: 0.9; }

.hero-block.powercust .caption {
  padding: 0;
  width: 100%;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  margin: 0 0 30px;
  padding: 0 0 30px;
  text-align: center; }

@media (min-width: 576px) {
  .hero-block.powercust .caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left; } }

@media (min-width: 1024px) {
  .hero-block.powercust .caption {
    margin: 0 0 40px;
    padding: 0 0 40px; } }

.hero-block.powercust .caption p {
  margin: 0; }

.hero-block.powercust .caption p br {
  display: none; }

.hero-block.powercust .caption .icon-bolt {
  position: relative;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 auto 20px; }

@media (min-width: 576px) {
  .hero-block.powercust .caption .icon-bolt {
    margin: 0 25px 0 0; } }

@media (max-width: 767px) {
  .hero-block.powercust.product-hero .icon-bolt {
    height: auto; } }

.hero-block .ctas-row {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -15px -30px; }

@media (min-width: 1024px) {
  .hero-block .ctas-row {
    margin: 0 -20px -30px; } }

.hero-block .ctas-row .cta {
  width: calc(100% - 30px);
  margin: 0 15px 30px;
  text-align: center; }

@media (min-width: 576px) {
  .hero-block .ctas-row .cta {
    width: calc(50% - 30px); } }

@media (min-width: 1024px) {
  .hero-block .ctas-row .cta {
    width: calc(50% - 40px);
    margin: 0 20px 30px; } }

.hero-block .ctas-row .cta .image {
  display: block;
  padding-top: 70%;
  position: relative;
  margin: 0 0 18px; }

@media (min-width: 768px) {
  .hero-block .ctas-row .cta .image {
    padding-top: 50%;
    margin: 0 0 25px; } }

@media (min-width: 1200px) {
  .hero-block .ctas-row .cta .image {
    padding-top: 60%; } }

.hero-block .ctas-row .cta .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.hero-block .ctas-row .cta h3 {
  font-size: 20px;
  margin: 0 0 20px; }

@media (min-width: 768px) {
  .hero-block .ctas-row .cta h3 {
    font-size: 24px; } }

@media (min-width: 1024px) {
  .hero-block .ctas-row .cta h3 {
    font-size: 30px; } }

@media (min-width: 1200px) {
  .hero-block .ctas-row .cta h3 {
    font-size: 34px; } }

.powercut-form {
  margin-top: -70px; }

@media (min-width: 1024px) {
  .powercut-form {
    margin-top: -120px; } }

.powercut-slide {
  display: none; }

.powercut-slide .glossary-hero h2.business, .powercut-slide .glossary-hero .h2.business {
  display: none; }

.business-powercut-active .powercut-slide .glossary-hero h2, .business-powercut-active .powercut-slide .glossary-hero .h2 {
  display: none; }

.business-powercut-active .powercut-slide .glossary-hero h2.business, .business-powercut-active .powercut-slide .glossary-hero .h2.business {
  display: block; }

.business-powercut-active .powercut-slide .warning-box {
  display: none; }

.business-powercut-active .powercut-slide .contact-info-bar {
  display: block; }

.business-powercut-active .powercut-slide .powercut-icon-ctas {
  display: block; }

.warning-box {
  margin: 0 20px 30px;
  background: #facecc;
  border-radius: 20px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (min-width: 1024px) {
  .warning-box {
    margin: 0 auto;
    max-width: 900px; } }

.warning-box:before {
  display: inline-block;
  vertical-align: top;
  content: '';
  background: url(images/warning2.svg);
  width: 58px;
  height: 58px;
  background-size: 100% 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 20px 0 0; }

.warning-box p {
  margin: 0; }

@media (max-width: 575px) {
  .warning-box {
    padding: 20px;
    margin: 0 0 25px;
    border-radius: 0;
    font-size: 14px;
    line-height: 20px; } }

.contact-info-bar {
  background: #fbe6da;
  margin: 0 20px;
  border-radius: 10px;
  padding: 20px;
  font-family: "Fjalla One", sans-serif;
  font-size: 17px;
  text-align: center;
  color: #001659;
  display: none;
  margin: 25px 20px; }

@media (min-width: 768px) {
  .contact-info-bar {
    border-radius: 20px;
    letter-spacing: 1px;
    font-size: 22px; } }

@media (min-width: 1024px) {
  .contact-info-bar {
    font-size: 24px;
    max-width: 900px;
    margin: -40px auto 0; } }

@media (min-width: 1366px) {
  .contact-info-bar {
    font-size: 28px; } }

.powercut-form {
  position: relative;
  z-index: 1; }

.powercut-icon-ctas {
  background: #f3f4f7;
  padding: 20px 0;
  display: none; }

@media (min-width: 1024px) {
  .powercut-icon-ctas {
    margin-top: -130px;
    padding: 120px 0 100px; } }

.powercut-icon-ctas .container {
  max-width: 1200px; }

.powercut-icon-ctas .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -30px -20px; }

.powercut-icon-ctas .row .col {
  padding: 0 30px 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (min-width: 1024px) {
  .powercut-icon-ctas .row .col {
    width: 33.33%; } }

.powercut-icon-ctas .row .col + .col {
  border-top: solid 1px rgba(0, 0, 0, 0.2); }

@media (min-width: 1024px) {
  .powercut-icon-ctas .row .col + .col {
    border-left: solid 1px rgba(0, 0, 0, 0.2);
    border-top: 0; } }

@media (max-width: 1023px) {
  .powercut-icon-ctas .row .col + .col {
    padding-top: 20px; } }

.powercut-icon-ctas .row .col .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 0 0 0; }

@media (min-width: 576px) {
  .powercut-icon-ctas .row .col .icon {
    margin: 0 10px 0 0; } }

@media (min-width: 1366px) {
  .powercut-icon-ctas .row .col .icon {
    margin: 0 20px 0 0; } }

.powercut-icon-ctas .row .col .icon img {
  max-width: 70%; }

@media (min-width: 576px) {
  .powercut-icon-ctas .row .col .icon img {
    max-width: 80%; } }

@media (min-width: 1366px) {
  .powercut-icon-ctas .row .col .icon img {
    max-width: 100%; } }

.powercut-icon-ctas .row .col .heading {
  display: block;
  font-family: "Fjalla One", sans-serif;
  font-size: 18px; }

@media (min-width: 1366px) {
  .powercut-icon-ctas .row .col .heading {
    font-size: 22px; } }

.powercut-icon-ctas .row .col .more {
  font-weight: 600;
  font-size: 14px; }

@media (min-width: 768px) {
  .powercut-icon-ctas .row .col .more {
    font-size: 16px; } }

.powercut-slide {
  padding: 0 0 30px; }

#footer {
  overflow: hidden; }

.spareparts-section ~ .powercut-icon-ctas {
  margin-top: 0; }

#newsletter-form .gform_required_legend {
  display: none; }

/*06-03-2025*/
.hero-landing {
  background: #09101b;
  color: #fff;
  text-align: center;
  padding: 50px 0; }
  .hero-landing h1, .hero-landing .h1,
  .hero-landing h2, .hero-landing .h2,
  .hero-landing h3, .hero-landing .h3,
  .hero-landing h4, .hero-landing .h4,
  .hero-landing h5, .hero-landing .h5,
  .hero-landing h6, .hero-landing .h6,
  .hero-landing .h {
    color: inherit; }

@media (min-width: 1024px) {
  .hero-landing {
    padding: 60px 0 130px; } }

@media (min-width: 1366px) {
  .hero-landing {
    padding: 80px 0 130px; } }

.hero-landing h1, .hero-landing .h1 {
  max-width: 600px;
  margin: 0 auto 10px;
  font-size: 35px; }

@media (min-width: 576px) {
  .hero-landing h1, .hero-landing .h1 {
    margin: 0 auto 20px;
    font-size: 40px; } }

@media (min-width: 1024px) {
  .hero-landing h1, .hero-landing .h1 {
    font-size: 45px;
    margin: 0 auto 25px; } }

@media (min-width: 1366px) {
  .hero-landing h1, .hero-landing .h1 {
    font-size: 50px; } }

.hero-landing .btn:hover {
  background: #000c30; }

@media (min-width: 1024px) {
  .hero-landing + .landing-general-content .holder {
    margin-top: -115px; } }

.landing-general-content {
  background: #f3f4f7;
  padding: 35px 0; }

@media (min-width: 1024px) {
  .landing-general-content {
    padding: 40px 0; } }

@media (min-width: 1366px) {
  .landing-general-content {
    padding: 50px 0; } }

.landing-general-content .holder {
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 20px;
  position: relative;
  z-index: 1; }

@media (min-width: 576px) {
  .landing-general-content .holder {
    border-radius: 20px;
    padding: 30px; } }

@media (min-width: 1024px) {
  .landing-general-content .holder {
    padding: 40px; } }

@media (min-width: 1200px) {
  .landing-general-content .holder {
    padding: 60px; } }

@media (min-width: 1366px) {
  .landing-general-content .holder {
    padding: 60px; } }

.landing-general-content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -15px -30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (min-width: 1200px) {
  .landing-general-content .row {
    margin: 0 -25px -30px; } }

.landing-general-content .row .col {
  padding: 0 15px 30px;
  width: 100%; }

@media (min-width: 1024px) {
  .landing-general-content .row .col {
    width: 50%; } }

@media (min-width: 1200px) {
  .landing-general-content .row .col {
    padding: 0 25px 30px; } }

.landing-general-content.reverse-order .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.landing-general-content .image, .landing-general-content .video-image {
  display: block;
  padding-top: 70%;
  position: relative;
  border-radius: 0;
  overflow: hidden; }

.landing-general-content .image {
  border-radius: 10px; }

@media (min-width: 1024px) {
  .landing-general-content .image, .landing-general-content .video-image {
    padding-top: 80%; } }

@media (min-width: 1366px) {
  .landing-general-content .image, .landing-general-content .video-image {
    padding-top: 70%; } }

.landing-general-content .image img, .landing-general-content .video-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.landing-general-content .video-thumbnail {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: block; }

.landing-general-content .video-thumbnail .video-image {
  padding-top: 60%; }

@media (min-width: 1024px) {
  .landing-general-content .video-thumbnail .video-image {
    padding-top: 70%; } }

@media (min-width: 1366px) {
  .landing-general-content .video-thumbnail .video-image {
    padding-top: 60%; } }

.landing-general-content .video-thumbnail .video-image:before {
  width: 60px;
  height: 60px;
  background: #fff;
  content: '';
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1; }

@media (min-width: 576px) {
  .landing-general-content .video-thumbnail .video-image:before {
    width: 80px;
    height: 80px; } }

.landing-general-content .video-thumbnail .video-image:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  content: '';
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #001659;
  margin: 0 0 0 4px; }

@media (min-width: 576px) {
  .landing-general-content .video-thumbnail .video-image:after {
    border-width: 14px 0 14px 22px; } }

.landing-general-content .video-caption {
  background: #336ee5;
  text-align: center;
  padding: 12px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3; }
  @media (min-width: 1024px) {
    .landing-general-content .video-caption {
      font-size: 16px; } }

@media (min-width: 1366px) {
  .landing-general-content .video-caption {
    padding: 15px 40px;
    line-height: 1.5; } }

.landing-general-content h2 {
  color: #09101b;
  font-size: 30px; }

@media (min-width: 576px) {
  .landing-general-content h2 {
    font-size: 32px; } }

@media (min-width: 1200px) {
  .landing-general-content h2 {
    font-size: 36px; } }

@media (min-width: 1366px) {
  .landing-general-content h2 {
    font-size: 42px; } }

.landing-general-content ul:not([class]) {
  padding: 0;
  list-style: none;
  margin: 0 0 25px;
  font-weight: 500; }

.landing-general-content ul:not([class]) li {
  position: relative;
  padding: 0 0 12px 22px; }

.landing-general-content ul:not([class]) li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f105";
  font-family: icomoon;
  color: #336ee5; }

.landing-general-content ul:not([class]) li strong {
  color: #09101b;
  font-weight: 500; }

.landing-general-content ol:not([class]) {
  list-style: none;
  margin: 0;
  padding: 0 0 20px;
  counter-reset: item; }

.landing-general-content ol:not([class]) li {
  padding: 0 0 0 20px;
  position: relative; }

.landing-general-content ol:not([class]) li:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #336ee5;
  content: counters(item, ".") " ";
  counter-increment: item;
  font-weight: 700; }

.landing-full-width-text {
  text-align: center;
  padding: 50px 0; }

@media (min-width: 1024px) {
  .landing-full-width-text {
    padding: 60px 0; } }

@media (min-width: 1366px) {
  .landing-full-width-text {
    padding: 80px 0; } }

.landing-full-width-text h3 {
  color: #09101b; }

.landing-full-width-text .container {
  max-width: 1100px; }

.download-popup {
  max-width: 500px;
  padding: 20px;
  border-radius: 10px;
  border: 0;
  text-align: center; }

@media (min-width: 576px) {
  .download-popup {
    padding: 40px;
    border-radius: 20px; } }

@media (min-width: 768px) {
  .download-popup {
    max-width: 650px; } }

@media (min-width: 1200px) {
  .download-popup {
    max-width: 730px; } }

.download-popup .heading {
  display: block;
  color: #001659;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 0 20px; }

@media (min-width: 576px) {
  .download-popup .heading {
    font-size: 22px;
    line-height: 26px; } }

@media (min-width: 768px) {
  .download-popup .heading {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 25px; } }

@media (min-width: 1200px) {
  .download-popup .heading {
    font-size: 30px;
    line-height: 36px; } }

.download-popup .image {
  margin: 0 auto 30px;
  max-width: 400px; }

.download-popup .note {
  color: #808080;
  line-height: 1.3;
  font-size: 14px; }

@media (min-width: 768px) {
  .download-popup .note {
    font-size: 16px;
    line-height: 1.4; } }

.download-popup .note a {
  text-decoration: underline;
  color: #808080; }

.download-popup .note a:hover {
  text-decoration: none; }

.download-popup .note p {
  margin: 0; }

.download-popup form {
  margin: 0 0 15px; }

@media (min-width: 768px) {
  .download-popup form {
    margin: 0 0 25px; } }

.download-popup form input[type='text'],
.download-popup form input[type='tel'],
.download-popup form input[type='email'],
.download-popup form input[type='search'],
.download-popup form input[type='password'],
.download-popup form input[type='url'],
.download-popup form input[type='date'],
.download-popup form textarea,
.download-popup form select,
.download-popup form input[type='number'] {
  background: #f2f2f2;
  border-radius: 0;
  border-color: #000;
  font-size: 16px; }

@media (min-width: 768px) {
  .download-popup form input[type='text'],
  .download-popup form input[type='tel'],
  .download-popup form input[type='email'],
  .download-popup form input[type='search'],
  .download-popup form input[type='password'],
  .download-popup form input[type='url'],
  .download-popup form input[type='date'],
  .download-popup form textarea,
  .download-popup form select,
  .download-popup form input[type='number'] {
    font-size: 18px; } }

.download-popup form input[type='text']:focus,
.download-popup form input[type='tel']:focus,
.download-popup form input[type='email']:focus,
.download-popup form input[type='search']:focus,
.download-popup form input[type='password']:focus,
.download-popup form input[type='url']:focus,
.download-popup form input[type='date']:focus,
.download-popup form textarea:focus,
.download-popup form select:focus,
.download-popup form input[type='number']:focus {
  border-color: #001659; }

@media (min-width: 1200px) {
  .download-popup form input[type='text'],
  .download-popup form input[type='tel'],
  .download-popup form input[type='email'],
  .download-popup form input[type='search'],
  .download-popup form input[type='password'],
  .download-popup form input[type='url'],
  .download-popup form input[type='date'],
  .download-popup form textarea,
  .download-popup form select,
  .download-popup form input[type='number'] {
    height: 65px;
    font-size: 20px; } }

.download-popup form .ginput_container {
  position: relative; }

.download-popup form .ginput_container:before {
  position: absolute;
  right: 12px;
  top: 11px;
  font-size: 20px;
  line-height: 1.55;
  z-index: 1;
  pointer-events: none;
  display: inline-block;
  vertical-align: top;
  font-family: icomoon;
  content: "\f0e2";
  margin: 0 8px 0 0;
  color: #666; }

@media (min-width: 1200px) {
  .download-popup form .ginput_container:before {
    right: 15px;
    top: 14px;
    font-size: 24px; } }

.download-popup .gform-footer {
  margin: 15px auto 0;
  position: relative;
  max-width: 267px; }

@media (min-width: 768px) {
  .download-popup .gform-footer {
    margin: 25px auto 0; } }

.download-popup .gform-footer:before {
  position: absolute;
  left: 25px;
  top: 11px;
  z-index: 1;
  pointer-events: none;
  display: inline-block;
  vertical-align: top;
  font-family: icomoon;
  content: '\e901';
  margin: 0 8px 0 0;
  color: #FFF; }

@media (min-width: 768px) {
  .download-popup .gform-footer:before {
    left: 15px; } }

.download-popup .gform-footer input[type="submit"] {
  padding-left: 40px; }

.download-popup .fancybox-close-small {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  background: #000;
  border: solid 2px #fff;
  color: #fff;
  margin: 5px 5px 0;
  padding: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

@media (min-width: 768px) {
  .download-popup .fancybox-close-small {
    width: 40px;
    height: 40px;
    margin: 10px 10px 0;
    border: solid 5px #fff; } }

.download-popup .progess-bar {
  background: #ccc;
  height: 12px;
  border-radius: 8px;
  margin: 20px 20px 25px;
  max-width: 600px;
  position: relative; }

@media (min-width: 576px) {
  .download-popup .progess-bar {
    margin: 5px auto 20px; } }

@media (min-width: 768px) {
  .download-popup .progess-bar {
    margin: 25px auto 30px; } }

@media (min-width: 1200px) {
  .download-popup .progess-bar {
    height: 16px; } }

.download-popup .progess-bar .progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #336ee5;
  border-radius: 8px;
  overflow: hidden; }

.download-popup .progess-bar .progress:after {
  position: absolute;
  left: -50px;
  top: 0;
  right: 0;
  height: 100%;
  content: '';
  background-size: 56px 56px;
  -webkit-animation: wide 1s linear infinite;
  animation: wide 1s linear infinite;
  background: -webkit-repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 20px, transparent 20px, transparent 40px);
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 20px, transparent 20px, transparent 40px); }

.download-popup .progess-bar:hover .progress:after {
  opacity: 0; }

.download-popup .progess-bar .value {
  position: absolute;
  right: 0;
  top: 100%;
  margin: 4px 4px 0; }

@media (max-width: 575px) {
  .download-popup .progess-bar .value {
    font-size: 14px;
    margin: 2px 0 0; } }

@-webkit-keyframes wide {
  from {
    background-position: 0 0; }
  to {
    background-position: 56px 0; } }

@keyframes wide {
  from {
    background-position: 0 0; }
  to {
    background-position: 56px 0; } }

/*17-03-2025*/
.downloads-block.left-aligned .downloads-list {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.downloads-block.left-aligned {
  text-align: center; }

.downloads-block.left-aligned .section-header .text {
  margin: 0 auto;
  text-align: center; }

.downloads-block.left-aligned .downloads-list {
  margin: 0 auto; }

.general-text-block ul.accordion li a.opener {
  padding-left: 20px; }

.general-text-block ul.accordion li a.opener:after {
  display: none; }

.general-text-block .faq-accordion .accordion .slide-holder {
  padding-left: 20px;
  padding-top: 0; }

.general-text-block .faq-accordion {
  max-width: 1000px;
  margin: 0 auto; }

@media (min-width: 1200px) {
  .main-nav ul li.mega:hover .mega-drop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .main-nav ul li:hover ul {
    display: block !important; }
  .menu-tab-content > div {
    display: none !important; }
  .menu-tab-content > div.active, .menu-tab-content > div:first-child {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

.downloads-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.downloads-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.downloads-list .download-division {
  margin: 0 15px 0 0;
  max-width: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

@media (max-width: 1023px) {
  .downloads-list .download-division {
    margin: 0 15px 0 0;
    max-width: 50px; } }

body.single-power-cut-checker .hero-block.v2 .ctas-row .cta {
  background: #09101b;
  padding: 20px;
  margin-bottom: 50px; }

body.single-power-cut-checker .hero-block.v2 .ctas-row .cta h3 {
  color: #fff; }

body.single-power-cut-checker .hero-block.v2.content-hero:before {
  width: 100%; }

@media (min-width: 768px) {
  body.single-power-cut-checker .hero-block.v2:before {
    width: 100%; }
  body.single-power-cut-checker .hero-block h1 {
    max-width: 100%; }
  body.single-power-cut-checker .hero-block.v2 .caption {
    width: 75%; } }

@media (min-width: 1024px) {
  body.single-power-cut-checker .hero-block.v2:before {
    width: 100%; }
  body.single-power-cut-checker .hero-block.v2 .caption {
    width: 60%; } }

@media (min-width: 1200px) {
  body.single-power-cut-checker .hero-block.v2:before {
    width: 100%; } }

@media (min-width: 1600px) {
  body.single-power-cut-checker .hero-block.v2:before {
    width: 100%; }
  body.single-power-cut-checker .hero-block.v2 .caption {
    width: 70%; } }

img.gform_ajax_spinner {
  position: fixed !important;
  z-index: 999999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block !important;
  overflow: hidden !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url('data:image/svg+xml,<svg width="24" height="24" stroke="%23fff" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g><circle cx="12" cy="12" r="9.5" fill="none" stroke-width="3" stroke-linecap="round"><animate attributeName="stroke-dasharray" dur="1.5s" calcMode="spline" values="0 150;42 150;42 150;42 150" keyTimes="0;0.475;0.95;1" keySplines="0.42,0,0.58,1;0.42,0,0.58,1;0.42,0,0.58,1" repeatCount="indefinite"/><animate attributeName="stroke-dashoffset" dur="1.5s" calcMode="spline" values="0;-16;-59;-59" keyTimes="0;0.475;0.95;1" keySplines="0.42,0,0.58,1;0.42,0,0.58,1;0.42,0,0.58,1" repeatCount="indefinite"/></circle><animateTransform attributeName="transform" type="rotate" dur="2s" values="0 12 12;360 12 12" repeatCount="indefinite"/></g></svg>');
  background-repeat: no-repeat;
  background-size: 4rem;
  background-position: center center;
  content: ""; }

.alternative-product {
  text-align: center;
  padding: 10px 10px;
  margin-bottom: 30px; }

.alternative-product .link {
  text-decoration: underline; }

.alternative-product img {
  max-width: 100px;
  max-height: 50px;
  margin-right: 10px; }

.alternative-product.short {
  margin: 0 -25px; }

.alternative-product.short img {
  margin: 0 auto !important; }

/* 11-10-2023 */
.twocols-resutls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -2px; }

.twocols-resutls .post-article {
  width: 100%;
  padding: 0 2px; }
  @media (min-width: 768px) {
    .twocols-resutls .post-article {
      width: 50%; } }
  @media (min-width: 1024px) {
    .twocols-resutls .post-article {
      width: 33.33%; } }
  @media (min-width: 1200px) {
    .twocols-resutls .post-article {
      width: 25%; } }
  @media (min-width: 1366px) {
    .twocols-resutls .post-article {
      width: 25%; } }
  @media (min-width: 1500px) {
    .twocols-resutls .post-article {
      width: 20%; } }

.twocols-resutls .post-article .text-block a {
  text-decoration: none; }

.twocols-resutls .featured-image {
  background: #38548a;
  border: solid 1px #e6e7eb; }

.faq-accordion .accordion .slide-holder {
  background: none; }

.faq-accordion .accordion li.active .opener {
  background: none; }

@media (max-width: 767px) {
  #header .btns-holder .btn {
    display: inline-block; } }

@media (max-width: 575px) {
  #header .btn-search {
    display: none; }
  #header .btns-holder .btn {
    padding: 8px 13px;
    height: auto; } }

@media (max-width: 478px) {
  #header .btns-holder .btn {
    padding: 5px 8px;
    height: auto; } }

#header .btn.smooth-link {
  display: none; }

#header .btn.has-form {
  display: inline-block; }

#header .btn.has-form + .btn {
  display: none; }

/* 6/7/2023 */
.generator-range .images-holder {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  max-width: 900px; }

.generator-range .images-holder .img {
  width: 50%;
  padding: 20px; }

.generator-range-slider {
  position: relative; }

.generator-range-slider:after {
  content: "";
  background: #999;
  border-radius: 40px;
  height: 10px;
  width: auto;
  position: absolute;
  top: 13px;
  left: 5px;
  right: 5px; }

@media (min-width: 576px) {
  .generator-range-slider:after {
    left: 29px;
    right: 29px; } }

.generator-range-for {
  position: relative;
  z-index: 2; }

.generator-range-for .slick-list {
  padding: 38px 5px 0;
  overflow: visible !important; }

@media (min-width: 576px) {
  .generator-range-for .slick-list {
    padding: 50px 30px 0 15px; } }

.generator-range-for .slide {
  position: relative;
  padding-bottom: 20px; }

.generator-range-for .slick-slide {
  padding: 8px 1px 20px;
  text-align: center;
  position: relative; }

@media (min-width: 576px) {
  .generator-range-for .slick-slide {
    padding: 8px 5px 20px; } }

@media (min-width: 768px) {
  .generator-range-for .slick-slide {
    padding: 8px 10px 20px; } }

.generator-range-for .slick-slide:hover {
  cursor: pointer; }

.generator-range-for .slick-slide .bar {
  display: inline-block;
  width: 3px;
  height: 20px;
  background: #999;
  border-radius: 2px; }

.generator-range-for .slick-slide:after {
  content: "";
  background-image: url(images/slider-point.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 26px;
  position: absolute;
  bottom: 112%;
  left: 50%;
  margin-left: -11px;
  opacity: 0; }

.generator-range-for .slick-slide.slick-current:after {
  opacity: 1; }

@media (min-width: 576px) {
  .generator-range-for .slick-slide:after {
    width: 34px;
    height: 39px;
    margin-left: -17px; } }

.generator-range-for .slick-slide.slick-current strong {
  opacity: 1; }

.generator-range-for .slick-slide:first-child, .generator-range-for .slick-slide:last-child {
  padding-top: 0; }

.generator-range-for .slick-slide:first-child strong, .generator-range-for .slick-slide:last-child strong {
  opacity: 1; }

.generator-range-for .slick-slide:first-child .bar, .generator-range-for .slick-slide:last-child .bar {
  height: 30px; }

.generator-range-for .slick-slide strong {
  opacity: 0;
  font-size: 10px;
  position: absolute;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg); }

@media (min-width: 576px) {
  .generator-range-for .slick-slide strong {
    font-size: 12px;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }

.k-generator-holder {
  overflow: hidden;
  background: #09101b; }

.k-generator-holder.range {
  background: #09101b;
  padding: 60px 0; }

@media (min-width: 768px) {
  .k-generator-holder.range {
    padding: 80px 0; } }

@media (min-width: 1366px) {
  .k-generator-holder.range {
    padding: 100px 0; } }

.k-generator-holder.range .head {
  margin: 0 auto 60px; }

.k-generator-holder .head {
  text-align: center;
  color: #fff;
  margin: 0 auto 80px;
  max-width: 1050px; }

.k-generator-holder .head h2, .k-generator-holder .head p {
  color: #fff; }

@media (max-width: 768px) {
  .k-generator-holder .head p {
    font-size: 0.75rem;
    line-height: 1.5; } }

.k-generator-holder .tab-content {
  overflow: hidden;
  border: 2px solid #2B2B30;
  padding: 15px 8px;
  max-width: 1170px;
  margin: 0 auto;
  color: #fff;
  border-radius: 6px;
  background: #09101b; }

@media (min-width: 576px) {
  .k-generator-holder .tab-content {
    padding: 30px;
    padding: 15px; } }

@media (min-width: 1024px) {
  .k-generator-holder .tab-content {
    padding: 50px; } }

.k-generator-holder .tabset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 0 0;
  margin: 0;
  list-style: none; }

.k-generator-holder .tabset li {
  margin: 0 4px -2px;
  background: #000; }

@media (min-width: 576px) {
  .k-generator-holder .tabset li {
    margin: 0 8px -2px; } }

.k-generator-holder .tabset li a {
  background: #2B2B30;
  padding: 3px 11px 3px 2px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-width: 4px 4px 0;
  border-style: solid;
  border-color: #000;
  position: relative;
  border-radius: 6px 6px 0 0;
  font-weight: 500;
  font-size: 0.75rem; }
  .k-generator-holder .tabset li a svg {
    display: none; }

@media (min-width: 576px) {
  .k-generator-holder .tabset li a {
    font-size: 1rem;
    padding: 10px 20px 10px 15px; } }

.k-generator-holder .tabset li a.active {
  background: #336ee5; }

.diagram {
  position: relative; }

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

.prod-features-list li {
  position: absolute;
  left: 40%;
  top: 35%;
  list-style: none; }

.prod-features-list li.active .text {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn; }

.prod-features-list li.active .line1:after {
  -webkit-animation-name: heightanimation;
          animation-name: heightanimation; }

.prod-features-list li.active .line1:before {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn; }

.prod-features-list li.active .line2:before {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn; }

.prod-features-list li.active .line2:after {
  -webkit-animation-name: widthanimation;
          animation-name: widthanimation; }

.prod-features-list li .text {
  position: absolute;
  left: 0;
  top: -119px;
  width: 200px;
  opacity: 0;
  margin: 0 0 0 -95px;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 10px; }

@media (min-width: 576px) {
  .prod-features-list li .text {
    margin: 0 0 0 -200px;
    top: -150px;
    width: 180px; } }

@media (min-width: 768px) {
  .prod-features-list li .text {
    width: 250px;
    margin: 0 0 0 -280px;
    top: -197px; } }

@media (min-width: 1200px) {
  .prod-features-list li .text {
    width: 370px;
    top: -264px;
    margin: 0 0 0 -400px;
    padding: 20px; } }

@media (max-width: 575px) {
  .prod-features-list li .text {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px; } }

.prod-features-list li .text h4 {
  color: #fff; }

@media (max-width: 576px) {
  .prod-features-list li .text h4 {
    font-size: 16px; } }

.prod-features-list li .line1 {
  position: absolute;
  left: 50%;
  bottom: 18px;
  height: 26px;
  width: 1px; }

@media (min-width: 576px) {
  .prod-features-list li .line1 {
    height: 77px;
    bottom: 18px; } }

@media (min-width: 768px) {
  .prod-features-list li .line1 {
    height: 140px;
    bottom: 27px; } }

@media (min-width: 1200px) {
  .prod-features-list li .line1 {
    height: 213px; } }

.prod-features-list li .line1:after {
  background: #fff;
  position: absolute;
  left: 0;
  width: 1px;
  bottom: 0;
  height: 0;
  content: '';
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }

.prod-features-list li .line2 {
  position: absolute;
  right: 72%;
  bottom: 46px;
  width: 0;
  height: 1px;
  margin: 0;
  z-index: 2; }

@media (min-width: 576px) {
  .prod-features-list li .line2 {
    bottom: 94px;
    width: 34px;
    margin: 0;
    right: 50%; } }

@media (min-width: 768px) {
  .prod-features-list li .line2 {
    width: 50px;
    bottom: 166px; } }

@media (min-width: 1200px) {
  .prod-features-list li .line2 {
    bottom: 239px;
    width: 50px; } }

.prod-features-list li .line2:before {
  position: absolute;
  left: 0;
  top: -5px;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  opacity: 0;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 10px 10px; }

.prod-features-list li .line2:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 1px;
  content: '';
  background: #fff;
  width: 0;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; }

.prod-features-list li:nth-child(2) {
  left: 49%;
  top: 58%; }

.prod-features-list li:nth-child(2) .line1 {
  top: 18px;
  bottom: auto;
  height: 18px; }

@media (min-width: 576px) {
  .prod-features-list li:nth-child(2) .line1 {
    height: 80px;
    top: 18px; } }

@media (min-width: 768px) {
  .prod-features-list li:nth-child(2) .line1 {
    height: 130px;
    top: 28px; } }

@media (min-width: 1024px) {
  .prod-features-list li:nth-child(2) .line1 {
    height: 114px; } }

.prod-features-list li:nth-child(2) .line1:after {
  top: 0;
  bottom: auto; }

.prod-features-list li:nth-child(2) .line2 {
  right: 71%;
  top: 40px;
  bottom: auto;
  width: 0; }

@media (min-width: 576px) {
  .prod-features-list li:nth-child(2) .line2 {
    width: 50px;
    top: 97px;
    right: 50%; } }

@media (min-width: 768px) {
  .prod-features-list li:nth-child(2) .line2 {
    top: 157px;
    width: 80px; } }

@media (min-width: 1024px) {
  .prod-features-list li:nth-child(2) .line2 {
    width: 150px;
    top: 141px; } }

.prod-features-list li:nth-child(2) .text {
  top: 42px;
  width: 259px;
  margin: 0 0 0 -144px; }

@media (min-width: 576px) {
  .prod-features-list li:nth-child(2) .text {
    width: 200px;
    top: 28px;
    margin: 0 0 0 -236px; } }

@media (min-width: 768px) {
  .prod-features-list li:nth-child(2) .text {
    top: 82px;
    margin: 0 0 0 -260px; } }

@media (min-width: 1024px) {
  .prod-features-list li:nth-child(2) .text {
    top: 50px;
    width: 300px;
    margin: 0 0 0 -429px; } }

.prod-features-list li:nth-child(3) {
  left: 71%;
  top: 34%; }

.prod-features-list li:nth-child(3) .text {
  position: absolute;
  left: 0;
  top: -136px;
  width: 200px;
  opacity: 0;
  margin: 0 0 0 -109px; }

@media (min-width: 576px) {
  .prod-features-list li:nth-child(3) .text {
    margin: 0 0 0 -288px;
    top: -177px;
    width: 243px; } }

@media (min-width: 768px) {
  .prod-features-list li:nth-child(3) .text {
    width: 250px;
    margin: 0 0 0 -330px;
    top: -202px; } }

@media (min-width: 1200px) {
  .prod-features-list li:nth-child(3) .text {
    width: 300px;
    top: -231px;
    margin: 0 0 0 -330px; } }

@media (max-width: 575px) {
  .prod-features-list li:nth-child(3) .text {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px; } }

.prod-features-list li:nth-child(3) .text h4 {
  color: #fff; }

.prod-features-list li:nth-child(3) .line1 {
  position: absolute;
  left: 50%;
  bottom: 18px;
  height: 40px;
  width: 1px; }

@media (min-width: 576px) {
  .prod-features-list li:nth-child(3) .line1 {
    height: 144px;
    bottom: 17px; } }

@media (min-width: 768px) {
  .prod-features-list li:nth-child(3) .line1 {
    height: 140px;
    bottom: 27px; } }

@media (min-width: 1200px) {
  .prod-features-list li:nth-child(3) .line1 {
    height: 150px; } }

.prod-features-list li:nth-child(3) .line1:after {
  background: #fff;
  position: absolute;
  left: 0;
  width: 1px;
  bottom: 0;
  height: 0;
  content: '';
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }

.prod-features-list li:nth-child(3) .line2 {
  position: absolute;
  right: 126%;
  bottom: 61px;
  width: 0;
  height: 1px;
  margin: 0 -10px 0 0; }

@media (min-width: 576px) {
  .prod-features-list li:nth-child(3) .line2 {
    bottom: 160px;
    width: 60px;
    margin: 0;
    right: 50%; } }

@media (min-width: 768px) {
  .prod-features-list li:nth-child(3) .line2 {
    width: 100px;
    bottom: 166px; } }

@media (min-width: 1200px) {
  .prod-features-list li:nth-child(3) .line2 {
    width: 50px;
    bottom: 176px; } }

.prod-features-list li:nth-child(3) .line2:before {
  position: absolute;
  left: 0;
  top: -5px;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  opacity: 0;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 10px 10px; }

.prod-features-list li:nth-child(3) .line2:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 1px;
  content: '';
  background: #fff;
  width: 0;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; }

.prod-features-list li:nth-child(4) {
  left: 64%;
  top: 54%; }

.prod-features-list li:nth-child(4) .line2 {
  left: 100%;
  bottom: 52px;
  width: 0;
  margin-left: -14px; }

@media (min-width: 576px) {
  .prod-features-list li:nth-child(4) .line2 {
    width: 5px;
    bottom: 118px;
    margin-left: -9px; } }

@media (min-width: 768px) {
  .prod-features-list li:nth-child(4) .line2 {
    bottom: 176px;
    width: 15px;
    margin-left: -14px; } }

@media (min-width: 1250px) {
  .prod-features-list li:nth-child(4) .line2 {
    bottom: 239px;
    width: 80px; } }

.prod-features-list li:nth-child(4) .line2:before {
  left: 100%; }

.prod-features-list li:nth-child(4) .line2:after {
  left: 0;
  right: auto; }

.prod-features-list li:nth-child(4) .line1:after {
  top: auto;
  bottom: 0; }

@media (max-width: 1248px) {
  .prod-features-list li:nth-child(4) .line1 {
    height: 150px; } }

@media (max-width: 767px) {
  .prod-features-list li:nth-child(4) .line1 {
    height: 100px; } }

@media (max-width: 575px) {
  .prod-features-list li:nth-child(4) .line1 {
    height: 30px; } }

.prod-features-list li:nth-child(4) .text {
  top: -113px;
  margin: 0 0 0 -125px; }

@media (min-width: 576px) {
  .prod-features-list li:nth-child(4) .text {
    top: -166px;
    margin: 0 0 0 19px; } }

@media (min-width: 768px) {
  .prod-features-list li:nth-child(4) .text {
    top: -213px;
    margin: 0 0 0 36px; } }

@media (min-width: 1250px) {
  .prod-features-list li:nth-child(4) .text {
    top: -274px;
    margin: 0 0 0 100px; } }

@media (min-width: 1600px) {
  .prod-features-list li:nth-child(4) .text {
    top: -274px; } }

@media (max-width: 575px) {
  .prod-features-list li:nth-child(4) .text {
    width: 250px; } }

.prod-features-list li:nth-child(5) {
  position: absolute;
  bottom: 69px;
  width: 0;
  height: 1px;
  margin: 0 -10px 0 0;
  left: 22.6%; }

@media (min-width: 576px) {
  .prod-features-list li:nth-child(5) {
    bottom: 160px;
    width: 60px;
    margin: 0; } }

@media (min-width: 768px) {
  .prod-features-list li:nth-child(5) {
    width: 100px; } }

@media (min-width: 1200px) {
  .prod-features-list li:nth-child(5) {
    width: 50px;
    bottom: 270px; } }

.prod-features-list li:nth-child(5):before {
  position: absolute;
  left: 0;
  top: -5px;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  opacity: 0;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 10px 10px; }

.prod-features-list li:nth-child(5):after {
  position: absolute;
  right: 0;
  top: 0;
  height: 1px;
  content: '';
  background: #fff;
  width: 0;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; }

.prod-features-list li:nth-child(5) .line2 {
  left: 50%;
  bottom: 33px;
  width: 0;
  margin-left: 4px; }

@media (min-width: 576px) {
  .prod-features-list li:nth-child(5) .line2 {
    left: 61%;
    width: 31px;
    bottom: 99px;
    margin-left: -27px; } }

@media (min-width: 768px) {
  .prod-features-list li:nth-child(5) .line2 {
    bottom: 114px;
    width: 29px;
    margin-left: -16px;
    left: 31%; } }

@media (min-width: 1200px) {
  .prod-features-list li:nth-child(5) .line2 {
    width: 31px;
    margin-left: -1px; } }

@media (min-width: 1250px) {
  .prod-features-list li:nth-child(5) .line2 {
    bottom: 213px;
    width: 80px;
    margin-left: -15px;
    left: 61%; } }

@media (min-width: 1600px) {
  .prod-features-list li:nth-child(5) .line2 {
    bottom: 212px; } }

.prod-features-list li:nth-child(5) .line2:before {
  left: 100%; }

.prod-features-list li:nth-child(5) .line2:after {
  left: 0;
  right: auto; }

.prod-features-list li:nth-child(5) .line1 {
  bottom: 0;
  left: 31%; }

.prod-features-list li:nth-child(5) .line1:after {
  top: auto;
  bottom: 0; }

@media (max-width: 1248px) {
  .prod-features-list li:nth-child(5) .line1 {
    height: 114px;
    left: 28%; } }

@media (max-width: 1198px) {
  .prod-features-list li:nth-child(5) .line1 {
    height: 114px;
    left: 15%; } }

@media (max-width: 767px) {
  .prod-features-list li:nth-child(5) .line1 {
    height: 100px; } }

@media (max-width: 575px) {
  .prod-features-list li:nth-child(5) .line1 {
    height: 30px;
    margin-left: 8px; } }

.prod-features-list li:nth-child(5) .text {
  top: -110px;
  margin: 0 0 0 -49px; }

@media (min-width: 576px) {
  .prod-features-list li:nth-child(5) .text {
    top: -140px;
    margin: 0 0 0 45px; } }

@media (min-width: 768px) {
  .prod-features-list li:nth-child(5) .text {
    top: -160px;
    margin: 0 0 0 50px; } }

@media (min-width: 1250px) {
  .prod-features-list li:nth-child(5) .text {
    top: -271px;
    margin: 0 0 0 100px; } }

@media (max-width: 575px) {
  .prod-features-list li:nth-child(5) .text {
    width: 250px; } }

.prod-features-list .title {
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 300; }

@media (min-width: 768px) {
  .prod-features-list .title {
    font-size: 20px;
    line-height: 30px; } }

@media (min-width: 1024px) {
  .prod-features-list .title {
    font-size: 25px;
    line-height: 35px; } }

@media (min-width: 1600px) {
  .prod-features-list .title {
    font-size: 40px;
    line-height: 50px; } }

.prod-features-list p {
  font-size: 10px;
  line-height: 14px;
  margin: 0;
  font-weight: 400;
  color: #fff; }

@media (min-width: 768px) {
  .prod-features-list p {
    font-size: 12px;
    line-height: 16px; } }

@media (min-width: 1024px) {
  .prod-features-list p {
    font-size: 14px;
    line-height: 20px; } }

.prod-features-list .opener {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: solid 1px #fff;
  box-shadow: 0 0 0 5px rgba(51, 110, 229, 0.2);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  background: rgba(51, 110, 229, 0.8);
  cursor: pointer;
  -webkit-transition: linear 0.3s;
  transition: linear 0.3s; }

@media (min-width: 768px) {
  .prod-features-list .opener {
    width: 30px;
    height: 30px;
    border: solid 3px #fff; } }

.prod-features-list .opener span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: 100% 100%;
  background-position: 50% 50%;
  width: 10px;
  height: 10px;
  display: block; }

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #336ee5; }
  70% {
    box-shadow: 0 0 0 20px rgba(51, 110, 229, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(51, 110, 229, 0); } }

@-webkit-keyframes heightanimation {
  0% {
    height: 0%; }
  100% {
    height: 100%; } }

@keyframes heightanimation {
  0% {
    height: 0%; }
  100% {
    height: 100%; } }

@-webkit-keyframes widthanimation {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes widthanimation {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@media (max-width: 767px) {
  .product-diagram-block {
    padding: 80px 0; } }

.k-generator-range {
  background: #000;
  padding: 60px 0;
  text-align: center; }

@media (min-width: 768px) {
  .k-generator-range {
    padding: 80px 0; } }

@media (min-width: 1366px) {
  .k-generator-range {
    padding: 100px 0; } }

.product-diagram-block {
  padding: 60px 0;
  text-align: center; }

@media (min-width: 768px) {
  .product-diagram-block {
    padding: 80px 0; } }

@media (min-width: 1366px) {
  .product-diagram-block {
    padding: 100px 0; } }

.product-diagram-block .container {
  padding: 0 20px; }

.product-diagram-block .diagram {
  max-width: 1718px;
  margin: 0 auto; }

.product-diagram-block .diagram img {
  display: block;
  width: 100%; }

.product-diagram-block + .reskin-twocols {
  padding-top: 0; }

.generator-range-for .slick-track:after,
.generator-range-for .slick-track:before {
  display: none; }

.generator-range-for .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }

.generator-range-for .slick-track .slick-slide {
  width: auto !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.generator-range .images-holder .img {
  width: 100%; }

.generator-range-for .slick-track:after,
.generator-range-for .slick-track:before {
  display: none; }

.generator-range-for .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }

.generator-range-for .slick-track .slick-slide {
  width: auto !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.js-tab-hidden {
  width: 100%; }

.generator-range .slick-track:after,
.generator-range .slick-track:before {
  display: none; }

.generator-range .slick-track {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.generator-range .slick-track .slick-slide {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  left: 0 !important;
  width: 100% !important; }

.generator-range .slick-track .slick-slide.slick-current {
  position: absolute !important; }

/* 09-07-23 */
.hero-block.v2 .heading {
  color: #fff;
  font-size: 36px; }

.hero-block.v2 .caption.v2 {
  padding-top: 80px;
  padding-bottom: 60px; }

.manufacturer-logos {
  background: #D7D9DF;
  padding: 40px 0;
  text-align: center; }
  @media (min-width: 1024px) {
    .manufacturer-logos {
      padding: 70px 0; } }

.manufacturer-logos h4 {
  margin: 0 0 30px;
  font-weight: 600;
  color: #09101b; }

.manufacturer-logos .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 -3px -6px; }

@media (min-width: 768px) {
  .manufacturer-logos .row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

.manufacturer-logos .row .col {
  margin: 0 3px 6px;
  width: calc(33.33% - 6px);
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  min-height: 150px; }
  @media (min-width: 1024px) {
    .manufacturer-logos .row .col {
      min-height: 200px; } }

@media (min-width: 768px) {
  .manufacturer-logos .row .col {
    width: calc(20% - 6px); } }

.manufacturer-logos .row .col img {
  max-width: 100%;
  display: block; }

@media (min-width: 1024px) {
  .post-listing-block.v2 .sidebar {
    margin-top: 67px; } }

@media (min-width: 1024px) {
  .post-listing-block.v2 .sub-row .sub-col {
    width: 50%; } }

@media (min-width: 1200px) {
  .post-listing-block.v2 .sub-row .sub-col {
    width: 33.33%; } }

.post-listing-block.v2 .filter-holder {
  background: #f3f4f7; }

.post-listing-block.v2 .filter-holder .filter-item {
  border: 0;
  padding: 0; }

.post-listing-block.v2 .filter-holder select {
  height: 46px;
  background: #fff url("images/select-bg2.png");
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 44px 44px;
  padding: 10px 50px 10px 15px;
  color: #707070; }

.post-listing-block.v2 .col-header {
  padding: 0 0 20px; }

@media (min-width: 480px) {
  .post-listing-block.v2 .col-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.post-listing-block.v2 .col-header .counter {
  font-size: 14px; }

.post-listing-block.v2 .col-header .sortby select {
  height: 46px;
  background: #fff url("images/select-bg2.png");
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 44px 44px;
  padding: 10px 50px 10px 15px;
  color: #707070;
  min-width: 240px; }

.product-item {
  width: 100%;
  padding: 25px;
  position: relative;
  background: #fff;
  border-radius: 10px; }
  .product-item .btn {
    background: none;
    color: #336ee5;
    padding: 0;
    font-weight: 600;
    min-height: inherit;
    text-transform: none; }

.product-item h3 {
  font-size: 20px;
  line-height: 24px;
  color: #09101b; }

.product-item table {
  border: 0;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  display: block;
  padding: 10px 0; }
  .product-item table tbody, .product-item table thead, .product-item table tr, .product-item table td, .product-item table th {
    display: block; }
  .product-item table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: solid 1px #ccc;
    padding: 4px 0; }

.product-item table th, .product-item table td {
  border: 0;
  padding: 0 0; }

@media (min-width: 1440px) {
  .product-item table th, .product-item table td {
    padding: 0 0; } }

.product-item .image {
  margin: 0 0 20px; }

.product-item .image .image-holder {
  height: 180px;
  white-space: nowrap; }

.product-item .image .image-holder img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle; }

.product-item .image .image-holder:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  height: 100%; }

.product-item .tag {
  position: absolute;
  left: 10px;
  top: 10px;
  background: #2fa859;
  color: #fff;
  z-index: 1;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 500; }

.product-item .tag.out-of-stock {
  background: #de001d; }

.filter-item .slider {
  background-color: #336ee5;
  border-radius: 3px;
  width: 100%;
  max-width: 244px; }

.filter-item .slider__tongue {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  z-index: -1; }

.filter-item .slider__bar {
  position: absolute;
  border-radius: 3px;
  cursor: pointer; }

.filter-item .slider__bar-empty {
  width: 100%;
  height: 100%;
  cursor: pointer; }

.filter-item .slider__handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.filter-item .slider__tip {
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  font-size: 15px;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  outline: none; }

.filter-item .slider__tip:before {
  content: attr(data-value); }

.filter-item .slider__tip--extended:before {
  content: attr(data-extendedValue); }

.filter-item .slider--horizontal {
  height: 8px; }

.filter-item .slider--horizontal .slider__bar {
  width: 150px;
  height: 8px;
  bottom: 30px; }

.filter-item .slider--horizontal .slider__handle {
  top: 29px;
  left: 135px; }

.filter-item .slider--horizontal .slider__tip {
  padding: 2px 5px;
  top: -40px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%); }

.filter-item .slider--horizontal .slider__tongue {
  bottom: -5px;
  left: 50%;
  border-left: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-bottom: 14px solid inherit;
  -webkit-transform: rotate(180deg) translate(50%);
  -ms-transform: rotate(180deg) translate(50%);
  transform: rotate(180deg) translate(50%); }

.filter-item .slider--horizontal .slider__scale {
  margin-top: 10px;
  position: absolute;
  width: 100%; }

.filter-item .slider--vertical {
  height: 250px;
  width: 8px; }

.filter-item .slider--vertical .slider__bar {
  width: 8px;
  height: 150px;
  bottom: 0; }

.filter-item .slider--vertical .slider__handle {
  bottom: 135px;
  left: 4px; }

.filter-item .slider--vertical .slider__tip {
  padding: 2px 5px;
  top: 0;
  left: 40px; }

.filter-item .slider--vertical .slider__tongue {
  left: -2%;
  top: 56%;
  border-left: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-bottom: 14px solid inherit;
  -webkit-transform: rotate(-90deg) translate(50%, -50%);
  -ms-transform: rotate(-90deg) translate(50%, -50%);
  transform: rotate(-90deg) translate(50%, -50%); }

.filter-item .slider--vertical .slider__scale {
  position: absolute;
  bottom: 0;
  left: -30px; }

.filter-item .slider--green .slider__bar, .filter-item .slider--green .slider__handle, .filter-item .slider--green .slider__tip {
  background-color: #325c92; }

.filter-item .slider--green .slider__tongue {
  border-bottom: 14px solid #325c92; }

.filter-item .wrapper-slider {
  position: relative; }

.filter-item .wrapper-slider--horizontal {
  padding-top: 46px;
  padding-bottom: 30px; }

.filter-item .scale {
  position: relative; }

.filter-item .scale__value {
  position: absolute;
  font-weight: 700;
  color: #8a8faa;
  cursor: pointer;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  font-size: 10px; }

.recomended-items {
  text-align: center;
  padding: 40px 0;
  background: #f3f4f7; }

@media (min-width: 1024px) {
  .recomended-items {
    padding: 80px 0; } }

.recomended-items h2 {
  margin: 0 0 30px;
  color: #09101b; }

.recomended-items .container {
  max-width: 1100px; }

.recomended-items .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -4px; }

@media (min-width: 1024px) {
  .recomended-items .row {
    margin: 0 -4px; } }

.recomended-items .row .col {
  width: 100%;
  padding: 0 4px 8px; }

@media (min-width: 768px) {
  .recomended-items .row .col {
    padding: 0 4px 8px; } }

@media (min-width: 1024px) {
  .recomended-items .row .col {
    padding: 0 4px 8px; } }

@media (min-width: 768px) {
  .recomended-items .row .col {
    width: 33.33%; } }

@media (min-width: 1024px) {
  .recomended-items .row .col {
    padding: 0 4px 8px; } }

@media (max-width: 1023px) {
  .recomended-items .row .col .btn {
    letter-spacing: 0.5px; } }

.heading-bar {
  padding: 30px 0;
  text-align: center;
  background: #336ee5; }

.heading-bar h2 {
  color: #fff;
  margin: 0; }

@media (max-width: 1199px) {
  .heading-bar h2 {
    font-size: 35px; } }

@media (max-width: 1023px) {
  .heading-bar h2 {
    font-size: 30px; } }

@media (max-width: 767px) {
  .heading-bar h2 {
    font-size: 26px; } }

.product-detail {
  background: #f3f4f7;
  padding: 40px 0; }

@media (min-width: 1200px) {
  .product-detail {
    padding: 80px 0; } }

.product-detail .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -15px; }

.product-detail .row .col {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

@media (min-width: 1024px) {
  .product-detail .row .col {
    width: 50%; } }

.product-detail .col-holder {
  background: #fff;
  padding: 20px;
  margin: 0 0 20px;
  position: relative;
  width: 100%; }

@media (min-width: 576px) {
  .product-detail .col-holder {
    padding: 30px;
    margin: 0 0 30px; } }

@media (min-width: 1200px) {
  .product-detail .col-holder {
    padding: 40px; } }

.product-detail .tag {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #2fa859;
  color: #fff;
  z-index: 1;
  padding: 3px 10px;
  font-size: 13px;
  font-weight: 600; }

.product-detail .tag.out-of-stock {
  background: #de001d; }

.product-detail h3 {
  font-size: 24px;
  color: #09101b; }

.product-detail ul:not([class]) {
  margin: 0;
  padding: 0 0 20px;
  list-style: none; }

.product-detail ul:not([class]) li {
  padding: 0 0 0 24px;
  position: relative; }

.product-detail ul:not([class]) li:before {
  position: absolute;
  left: 0;
  top: 12px;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #1d1d1b; }

.product-detail .btn[download]:before {
  content: '\e920'; }

.tabset-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.product-detail .tabset {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f3f4f7;
  padding: 10px 10px 0;
  margin: 0 0 30px;
  border-radius: 10px; }

.product-detail .tabset li {
  padding: 0 0 10px; }

.product-detail .tabset li a {
  background: #f3f4f7;
  color: #09101b;
  text-transform: none;
  font-weight: 500; }
  .product-detail .tabset li a:after {
    display: none; }

.product-detail .tabset li a:before {
  display: none; }

.product-detail .tabset li a:hover {
  background: #336ee5;
  color: #fff; }

.product-detail .tabset li a.active {
  background: #336ee5;
  color: #fff; }

@media (max-width: 1023px) {
  .product-detail .tabset li a {
    font-size: 15px;
    min-height: inherit;
    height: auto;
    padding: 10px 15px; } }

@media (max-width: 575px) {
  .product-detail .tabset li a {
    font-size: 14px;
    min-height: inherit;
    height: auto;
    padding: 8px 12px;
    letter-spacing: 1px; } }

.product-detail .rating {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  background: #f3f4f7;
  border: solid 1px #e2e2e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-size: 14px;
  line-height: 18px; }

@media (max-width: 575px) {
  .product-detail .rating {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    border-bottom: 0;
    border-left: 0; } }

.product-detail .rating li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 10px; }

@media (max-width: 575px) {
  .product-detail .rating li {
    width: 50%;
    border-bottom: solid 1px #e2e2e2;
    border-left: solid 1px #e2e2e2; } }

.product-detail .rating li + li {
  border-left: solid 1px #e2e2e2; }

.product-detail .rating li .title {
  display: block;
  margin: 0 0 8px; }

.product-detail .rating .counter {
  display: block;
  color: #336ee5;
  font-weight: 600;
  font-size: 24px; }

.product-detail .form-area {
  border: solid 1px #e2e2e2;
  padding: 20px;
  font-size: 16px;
  margin: 0; }

.product-detail .form-area .gfield_label {
  display: none; }

.product-detail .form-area .gfield_checkbox .gchoice {
  width: 100%; }

.prod-image-gallery .slide {
  padding: 15px; }

.prod-image-gallery .image {
  display: block; }

.prod-image-gallery .image img {
  display: block;
  width: 100%;
  height: auto; }

.prod-image-gallery-bottom {
  margin: -4px; }

.prod-image-gallery-bottom .slide {
  padding: 4px; }

.prod-image-gallery-bottom .image {
  border: solid 1px #e2e2e2;
  padding: 10px;
  cursor: pointer; }

.prod-image-gallery-bottom .image img {
  display: block;
  width: 100%;
  height: auto; }

.gnr-container {
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column nowrap;
  flex-direction: column nowrap;
  flex-direction: column-reverse; }

.line-container {
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  -ms-touch-action: none;
  touch-action: none;
  position: relative;
  margin: 40px 30px 100px; }

@media (min-width: 768px) {
  .line-container {
    margin: 40px 40px 100px; } }

.line-container .stop {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.line-container:after {
  position: absolute;
  right: -1px;
  top: 100%;
  content: '';
  width: 2px;
  height: 35px;
  margin-top: 7px;
  background: rgba(255, 255, 255, 0.5); }

.line-container .line,
.line-container .line2 {
  background-color: #D1E1E4;
  width: 100%;
  height: 8px;
  position: absolute;
  border-radius: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.line-container .line2 {
  background-color: #336ee5;
  width: 0; }

.stop {
  display: block;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  position: relative; }

.stop:after {
  position: absolute;
  left: -1px;
  top: 100%;
  content: '';
  margin-top: 17px;
  width: 2px;
  height: 15px;
  background: rgba(255, 255, 255, 0.5); }

.stop:nth-of-type(3):after {
  height: 35px;
  margin-top: 7px; }

.knob {
  width: 32px;
  height: 38px;
  z-index: 2;
  cursor: grabbing;
  cursor: grab;
  background: url(images/slider-point.svg);
  position: relative;
  background-size: 100% 100%; }

.knob.dragging {
  cursor: grabbing;
  font-size: 16px; }

.knob-container {
  width: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  left: -16px; }

/*.label {
  position: absolute;
  top: 35px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  width: 0;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .5px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none; }*/
.label {
  /*position: absolute;*/
  /*top: 35px;*/
  /*color: #fff;*/
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .5px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none; }

button.gm-control-active {
  margin-top: -10px !important; }

.label.empty {
  left: 0; }

.label.full {
  right: 35px; }

.gnr-comparison-range {
  position: absolute;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  font-size: 14px;
  color: #333;
  -webkit-transition: font-size .3s ease, top .3s ease;
  transition: font-size .3s ease, top .3s ease;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  font-family: "Lato", sans-serif;
  color: #336ee5;
  letter-spacing: .5px;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  margin-top: 21px;
  bottom: unset;
  top: calc(100% + 12px); }

@media (min-width: 768px) {
  .label {
    top: unset;
    bottom: 9px; }
  .label.empty {
    left: -100px; }
  .label.full {
    right: -40px; }
  .gnr-comparison-range {
    bottom: unset;
    top: calc(100% + 12px); } }

.transition-grow {
  -webkit-transition: width ease 500ms;
  transition: width ease 500ms; }

.prod-features-list li:nth-child(6) {
  left: 45%; }

.prod-features-list li:nth-child(7) {
  left: 48%;
  top: 48%; }

.prod-features-list li:nth-child(8) {
  left: 60%;
  top: 44%; }

.prod-features-list li .text {
  background: #0b0b0b; }

.image-container img {
  display: block;
  width: 100%; }

.bg-video-holder .bg-video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  margin: 0 !important; }

.our-solutions .heading-holder {
  pointer-events: auto;
  z-index: auto; }

.column-block .row .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }

.column-block .row .col .col-content-holder {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%; }

.column-block .row .col .btn-holder {
  width: 100%; }

.column-block .row .col .title {
  min-height: 60px; }

.post-listing-block .sub-row .sub-col .cta-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }

.post-listing-block .sub-row .sub-col .cta-box-frame {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%; }

.post-listing-block .sub-row .sub-col .btn-holder {
  width: 100%; }

.post-listing-block .sub-row .sub-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.post-listing-block .sub-row .sub-col .cta-box {
  width: 100%; }

#pageinationDiv {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  clear: both;
  text-align: center;
  width: 100%;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  padding: 30px 0 0; }

#pageinationDiv .row {
  margin: 0;
  display: block; }

#pageinationDiv .blackRound {
  background: #336ee5;
  color: #fff; }

#pageinationDiv span.grayScale {
  opacity: 0.5; }

#pageinationDiv span {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%; }

#pageinationDiv ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

#pageinationDiv ul li {
  margin: 0 3px; }

.column-block.left-aligned .section-header .text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.column-block .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.column-block .slick-track:after, .column-block .slick-track:before {
  display: none; }

.column-block .slick-track .col {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }

.column-block .slick-track .col .text-holder {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%; }

.column-block .slick-track .col .btn-holder {
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  width: 100%; }

.column-block .row .image.has-btn {
  position: relative;
  background: #38548a; }

.column-block .row .image.has-btn:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(56, 84, 138, 0.4);
  opacity: 0;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s; }

@media (min-width: 768px) {
  .column-block .row .image.has-btn:hover .btn {
    opacity: 1;
    visibility: visible; }
  .column-block .row .image.has-btn:hover:before {
    opacity: 1; } }

.column-block .row .image.has-btn .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  color: #001659;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s; }

@media (min-width: 768px) {
  .column-block .slick-track .col .btn-holder {
    display: none; } }

.cta-carousel .slider-holder .row .col {
  display: block; }

/*17-03-2025*/
.downloads-block.left-aligned .downloads-list {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.downloads-block.left-aligned {
  text-align: center; }

.general-text-block .general-text-block ul.accordion li a.opener {
  padding-left: 20px; }
  .general-text-block .general-text-block ul.accordion li a.opener:after {
    display: none; }

@media (min-width: 1200px) {
  .main-nav ul li.mega:hover .mega-drop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .main-nav ul li:hover ul {
    display: block !important; }
  .menu-tab-content > div {
    display: none !important; }
    .menu-tab-content > div.active {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }

/*04-04-2025*/
.download-popup .heading {
  font-size: 20px;
  line-height: 24px; }
  @media (min-width: 576px) {
    .download-popup .heading {
      font-size: 22px;
      line-height: 26px; } }
  @media (min-width: 768px) {
    .download-popup .heading {
      font-size: 25px;
      line-height: 30px; } }

.download-popup .image {
  max-width: 200px; }

.form-area ul {
  margin: 0;
  padding: 0;
  list-style: none; }

@media (min-width: 1440px) {
  .download-popup .form-area .gfield_checkbox .gchoice {
    width: calc(50% - 24px); } }

.download-popup .form-area select {
  background: #f2f2f2 url(images/select-bg4.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 54px 54px; }
/*# sourceMappingURL=style.css.map */