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

* {
  outline: none; }

/**
 * 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"] {
  cursor: pointer;
  /* 3 */
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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"] {
  box-sizing: content-box;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */ }

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

/* TS extra normalize
   ========================================================================== */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0; }

html, button, input, select, textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  border: 0;
  display: block;
  height: 1px; }

img {
  display: block;
  vertical-align: middle;
  width: 100%; }

fieldset {
  border: 0; }

textarea {
  resize: vertical; }

ul,
ol {
  padding: 0 0 0 20px; }

.embed-container {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

/* Helper classes
   ========================================================================== */
.clearfix:before,
.clearfix:after,
ul.options:before,
ul.options:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after,
ul.options:after {
  clear: both; }

.clearfix, ul.options {
  *zoom: 1; }

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

.v-align:before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -0.30em;
  /* Adjusts for spacing */
  vertical-align: middle; }

.v-align > * {
  display: inline-block;
  vertical-align: middle; }

.center {
  text-align: center; }

a svg {
  pointer-events: none; }

/* Grid */
/* Breakpoints */
/* Colors */
/* Default animation ease */
/* Form */
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  overflow: auto; }

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0; }

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none; }

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0; }

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table; }

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0; }

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 20px;
  pointer-events: none;
  overflow: hidden; }

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none; }

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all; }

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: #fff;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear; }

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear; }

.simplebar-track.simplebar-vertical {
  top: -2px;
  width: 11px; }

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0; }

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll; }

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none; }

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

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

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

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

body {
  color: #fff;
  font: normal 16px/24px Lato, Arial, Helvetica, Geneva, sans-serif; }

.head1 {
  color: #fff;
  font: 900 65px/70px Lato, Arial, Helvetica, Geneva, sans-serif;
  margin: 35px 0 25px;
  letter-spacing: -1px; }
  @media print, all and (max-width: 800px) {
    .head1 {
      font-size: 45px;
      line-height: 40px; } }
  @media print, all and (max-width: 560px) {
    .head1 {
      font-size: 35px;
      line-height: 30px; } }

.head2 {
  color: #404040;
  font: normal 24px/24px Lato, Arial, Helvetica, Geneva, sans-serif;
  margin: 35px 0 25px;
  letter-spacing: 4px;
  text-transform: uppercase; }

.head3 {
  color: #F36C21;
  font: 900 40px/40px Lato, Arial, Helvetica, Geneva, sans-serif;
  margin: 0;
  letter-spacing: -0.7px;
  text-transform: uppercase; }

.head4 {
  color: #fff;
  font: 700 20px/26px Lato, Arial, Helvetica, Geneva, sans-serif;
  margin: 35px 0 20px 0; }
  @media print, all and (max-width: 650px) {
    .head4 {
      font-size: 22px;
      line-height: 25px; } }

.head5 {
  color: #00A8E4;
  font: 900 13px/17px Lato, Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase; }

a {
  color: #00A8E4;
  display: inline-block;
  position: relative;
  text-decoration: none; }

strong {
  font-weight: 700; }

p {
  margin: 0 0 20px 0; }
  p a {
    text-decoration: underline; }

.head1 span,
.head2 span,
.head3 span,
.head4 span,
p span {
  color: #a4a4a4; }

.head1:first-child,
.head2:first-child,
.head3:first-child,
.head4:first-child,
p:first-child {
  margin-top: 0; }

.head1:last-child,
.head2:last-child,
.head3:last-child,
.head4:last-child,
p:last-child {
  margin-bottom: 0; }

body {
  background: #00254A;
  min-width: 1015px;
  overflow: hidden; }

footer {
  text-align: center;
  font-size: 0.8em;
  padding: 20px 0;
  line-height: 15px;
  opacity: 0.8; }
  footer a {
    color: #fff; }

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

[data-icon]:before, div.selector span:after, div.checker span.checked:before, #header nav ul li:last-child a:after, #header nav ul li.checked:before, .popupContainer .popup.type-danger .content .head4:before, section#protectionMethods .container .steps .inner .step .selections li .btn-danger:before {
  font-family: "fike" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before, .popupContainer .popup .btn-close:before,
[class*=" icon-"]:before {
  font-family: "fike" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.icon-check:before, div.checker span.checked:before, #header nav ul li.checked:before {
  content: "\62"; }

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

.icon-chev-down:before, div.selector span:after {
  content: "\64"; }

.icon-chev-up:before {
  content: "\65"; }

.icon-close:before, .popupContainer .popup .btn-close:before {
  content: "\66"; }

.icon-danger:before, .popupContainer .popup.type-danger .content .head4:before, section#protectionMethods .container .steps .inner .step .selections li .btn-danger:before {
  content: "\67"; }

.icon-export:before, #header nav ul li:last-child a:after {
  content: "\68"; }

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

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

::-webkit-input-placeholder {
  color: #bebebe !important; }

:-moz-placeholder {
  color: #bebebe !important; }

::-moz-placeholder {
  color: #bebebe !important; }

:-ms-input-placeholder {
  color: #bebebe !important; }

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

.error-message {
  color: #f00;
  font-weight: bold;
  text-align: center; }

ul.form {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -15px -30px;
  padding: 0;
  text-align: left; }
  ul.form > li {
    margin: 0 0 30px 0;
    padding: 0 15px;
    width: 100%; }
    ul.form > li.size80 {
      width: 80%; }
    ul.form > li.size75 {
      width: 75%; }
    ul.form > li.size50 {
      width: 50%; }
    ul.form > li.size40 {
      width: 40%; }
    ul.form > li.size25 {
      width: 25%; }
    ul.form > li.size20 {
      width: 20%; }
    ul.form > li.hidden {
      display: none; }
    @media all and (max-width: 800px) {
      ul.form > li {
        width: 50%; }
        ul.form > li.size80, ul.form > li.size75 {
          width: 100%; }
        ul.form > li.size40, ul.form > li.size25, ul.form > li.size20 {
          width: 50%; } }
    @media all and (max-width: 560px) {
      ul.form > li {
        width: 100%; }
        ul.form > li.size80, ul.form > li.size75, ul.form > li.size25, ul.form > li.size20 {
          width: 100%; } }
    ul.form > li > label {
      font-weight: bold;
      margin-bottom: 8px;
      display: block;
      font-size: 16px; }
    ul.form > li ul.options {
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      margin: 0 0 -10px;
      padding: 0; }
      ul.form > li ul.options li {
        display: block;
        margin-right: 20px;
        margin-bottom: 10px;
        width: auto; }
        ul.form > li ul.options li.size100 {
          width: 100%; }
      ul.form > li ul.options label {
        display: block;
        margin: 0; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #ccd0d6;
  border-radius: 4px;
  box-shadow: none;
  color: #fff;
  font: inherit;
  height: 50px;
  padding: 0 15px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  textarea:focus {
    border-color: #b7b7b7;
    box-shadow: none;
    outline: 0; }

textarea {
  height: 123px;
  padding: 10px 15px; }

div.selector {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #ccd0d6;
  border-radius: 4px;
  box-shadow: none;
  color: #fff;
  height: 50px;
  line-height: 50px;
  outline: 0;
  overflow: hidden;
  position: relative; }
  div.selector span {
    cursor: pointer;
    display: block;
    font: inherit;
    height: 100%;
    overflow: hidden;
    padding: 0 30px 0 15px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; }
    div.selector span:after {
      color: #fff;
      font-size: 10px;
      line-height: 1em;
      position: absolute;
      right: 15px;
      top: 18px; }
  div.selector select {
    background: #fff;
    border: none;
    color: #000;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%; }

div.uploader {
  background: #fff;
  border: 1px solid #ccd0d6;
  border-radius: 4px;
  height: 50px;
  line-height: 50px;
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%; }
  div.uploader span.action {
    background: #afafaf;
    color: #fff;
    float: right;
    line-height: inherit;
    overflow: hidden;
    padding: 0 20px;
    text-align: center;
    width: 150px; }
  div.uploader span.filename {
    color: #fff;
    cursor: default;
    display: block;
    float: left;
    height: 50px;
    line-height: inherit;
    margin: 0;
    opacity: 0.6;
    overflow: hidden;
    padding: 0 0 0 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 150px); }
  div.uploader input {
    background: none;
    border: none;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5; }
  div.uploader.focus {
    border-color: #b7b7b7;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    outline: 0; }

div.checker {
  border: none;
  display: inline-block;
  height: 20px;
  margin: 0 5px 0 0;
  outline: 0;
  padding: 0;
  vertical-align: middle;
  width: 20px;
  position: relative; }
  div.checker span {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    border-radius: 3px;
    display: inline-block;
    height: 20px;
    margin: 0;
    position: relative;
    text-align: center;
    width: 20px;
    zoom: 1; }
    div.checker span.checked:before {
      color: #F36C21;
      font-size: 15px;
      left: 2px;
      line-height: 1em;
      position: absolute;
      top: 1px; }
  div.checker input {
    background: none;
    border: none;
    display: inline-block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    zoom: 1; }
  div.checker.focus {
    border-color: #fff;
    outline: 0; }

div.radio {
  position: relative;
  border: none;
  display: inline-block;
  height: 20px;
  margin: 0 5px 0 0;
  outline: 0;
  padding: 0;
  vertical-align: middle;
  width: 20px; }
  div.radio span {
    background: #fff;
    border: 2px solid #ccd0d6;
    border-radius: 10px;
    display: inline-block;
    height: 20px;
    padding: 3px;
    width: 20px;
    zoom: 1; }
    div.radio span.checked {
      border-color: #00A8E4; }
      div.radio span.checked:before {
        background: #00A8E4;
        border-radius: 5px;
        content: "";
        display: block;
        height: 100%; }
  div.radio input {
    background: none;
    border: none;
    display: inline-block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    zoom: 1; }
  div.radio.focus {
    border-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    outline: 0; }

div.btn input {
  border: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%; }

/* Errors */
form ul li.error input,
form ul li.error textarea,
form ul li.error div.uploader span.filename {
  border-color: #f00;
  color: #f00 !important; }

form ul li.error ::-webkit-input-placeholder {
  color: #f00 !important; }

form ul li.error :-moz-placeholder {
  color: #f00 !important; }

form ul li.error ::-moz-placeholder {
  color: #f00 !important; }

form ul li.error :-ms-input-placeholder {
  color: #f00 !important; }

form ul li.error div.selector {
  border-color: #f00; }
  form ul li.error div.selector > span {
    color: #f00; }

form ul li.error div.checker span {
  border-color: #f00; }

form ul li.error div.radio span {
  border-color: #f00; }

form ul li.error div.uploader {
  border-color: #f00;
  color: #f00; }
  form ul li.error div.uploader span {
    color: #f00; }

.btn {
  position: relative;
  /* Mandatory property!!!  */
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: inline-block;
  padding: 0 30px;
  line-height: 51px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none; }
  .btn:hover, .btn.active {
    background: #fff;
    color: #00254A; }
  .btn.orange {
    background: #F36C21;
    color: #fff;
    border: none; }
  .btn.skewed {
    background: none;
    border: none; }
    .btn.skewed:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.1);
      transform: skewX(-20deg);
      z-index: -1;
      transition: all 250ms ease-out; }
    .btn.skewed:hover {
      color: #fff; }
    .btn.skewed.border:before {
      border: 1px solid #fff; }
    .btn.skewed.orange:before {
      border: 1px solid #F36C21;
      background: #F36C21; }
  .btn.inactive {
    pointer-events: none;
    opacity: 0.5;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.1); }

.btn-link {
  color: #fff;
  text-decoration: underline; }

.btn-info {
  position: relative;
  display: inline-block;
  background: #F36C21;
  height: 23px;
  width: 23px;
  border-radius: 12px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  margin-left: 12px; }
  .btn-info:before {
    content: "i"; }

#header {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 99999;
  min-width: 1015px; }
  #header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 50px; }
    #header .inner .logo {
      display: block;
      height: 37px;
      overflow: hidden;
      padding: 0;
      width: 92px;
      position: relative;
      z-index: 9999; }
      #header .inner .logo path {
        fill: #fff; }
  #header nav {
    position: relative; }
    #header nav ul {
      margin: 0;
      padding: 0;
      display: flex;
      list-style: none; }
      #header nav ul li {
        transform: translateY(-100%);
        position: relative; }
        #header nav ul li a {
          display: block;
          margin: 0 0 0 3px;
          white-space: nowrap;
          font-size: 14px;
          color: #fff;
          padding: 0 30px;
          transition: all 200ms cubic-bezier(0.4, 0, 0.6, 1);
          position: relative;
          height: 68px;
          line-height: 68px;
          opacity: 0.3;
          pointer-events: none;
          cursor: pointer; }
          #header nav ul li a:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background: #00A8E4;
            z-index: -1;
            transform: skewX(-20deg); }
          #header nav ul li a:hover {
            color: #fff;
            opacity: 0.8; }
        #header nav ul li:last-child a {
          opacity: 1;
          color: #efb497;
          font-weight: bold;
          padding-right: 45px; }
          #header nav ul li:last-child a:before {
            background: #F36C21; }
          #header nav ul li:last-child a:after {
            color: #efb497;
            font-size: 18px;
            line-height: 1em;
            position: absolute;
            right: 18px;
            top: 25px; }
        #header nav ul li:last-child:after {
          content: "";
          background: #F36C21;
          position: absolute;
          right: 0;
          top: 0;
          height: 100%;
          width: 50px;
          z-index: -1; }
        body[data-active-step='1'] #header nav ul li:nth-child(-n+1) a,
        body[data-active-step='2'] #header nav ul li:nth-child(-n+2) a,
        body[data-active-step='3'] #header nav ul li:nth-child(-n+3) a,
        body[data-active-step='4'] #header nav ul li:nth-child(-n+4) a,
        body[data-active-step='5'] #header nav ul li:nth-child(-n+4) a,
        body[data-active-step='6'] #header nav ul li:nth-child(-n+4) a {
          opacity: 1 !important;
          pointer-events: auto !important;
          color: #fff !important; }
        #header nav ul li.checked:before {
          position: absolute;
          top: 10px;
          right: 10px;
          height: 16px;
          width: 16px;
          border-radius: 8px;
          background: #F36C21;
          color: #fff;
          font-size: 10px;
          line-height: 16px;
          text-align: center; }
        #header nav ul li.checked a {
          pointer-events: auto !important; }

.popupContainer {
  display: none; }
  .popupContainer .popup {
    position: fixed;
    top: 120%;
    left: 50%;
    background: #00254A;
    padding: 50px;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 60%;
    max-width: 600px; }
    .popupContainer .popup .btn-close {
      top: -15px;
      right: -15px;
      position: absolute;
      display: block;
      background: #F36C21;
      height: 30px;
      width: 30px;
      border-radius: 15px;
      text-align: center;
      line-height: 32px;
      font-size: 12px;
      color: #fff; }
    .popupContainer .popup .content {
      display: flex; }
      .popupContainer .popup .content > .col {
        width: 100%; }
      .popupContainer .popup .content .img {
        background: no-repeat center;
        background-size: contain;
        margin-right: 15%;
        height: 100%; }
        .popupContainer .popup .content .img:before {
          content: "";
          padding-top: 100%;
          display: block; }
      .popupContainer .popup .content .head4 {
        margin-top: 0;
        position: relative; }
      .popupContainer .popup .content .inner a {
        color: #fff;
        text-decoration: underline; }
      .popupContainer .popup .content .inner ul {
        list-style: none;
        padding: 0 0 0 20px;
        margin: 0; }
        .popupContainer .popup .content .inner ul li {
          position: relative;
          margin: 23px 0;
          padding-left: 34px; }
          .popupContainer .popup .content .inner ul li:before {
            content: "";
            height: 1px;
            width: 20px;
            background: #fff;
            position: absolute;
            left: 0;
            top: 12px; }
    .popupContainer .popup.type-danger .content .head4 {
      padding-left: 40px; }
      .popupContainer .popup.type-danger .content .head4:before {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 27px;
        color: #F36C21; }
    .popupContainer .popup.type-image {
      width: 80%;
      max-width: 850px; }
      .popupContainer .popup.type-image .image-container {
        display: block !important; }

.popupUnderlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999998;
  display: none;
  opacity: 0; }

*[data-tab-body]:not(.active) {
  display: none; }

.previewVisual {
  position: fixed;
  top: 150px;
  left: 50px;
  width: 56%;
  height: calc(100vh - 330px);
  text-align: center;
  min-width: 540px;
  z-index: 77777;
  opacity: 0;
  transform: translateY(130%); }
  .previewVisual .inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%; }
    .previewVisual .inner .head2 {
      margin: 0 0 25px 0;
      color: #fff; }
    .previewVisual .inner .composedImage {
      display: block;
      width: 100%;
      max-width: 800px;
      position: relative; }
      .previewVisual .inner .composedImage:before {
        content: "";
        padding-top: 63%;
        display: block; }
      .previewVisual .inner .composedImage .img {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 777;
        background: no-repeat center;
        background-size: contain; }
      .previewVisual .inner .composedImage .dot {
        height: 14px;
        width: 14px;
        background: #00A8E4;
        transform: translate(-50%, -50%);
        position: absolute;
        border-radius: 7px;
        z-index: 888; }
        .previewVisual .inner .composedImage .dot:before {
          content: "";
          border: 3px solid #00A8E4;
          border-radius: 30px;
          height: 20px;
          width: 20px;
          position: absolute;
          left: -6px;
          top: -6px;
          animation: pulsate 1s ease-out infinite;
          opacity: 0; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0.0; }
  30% {
    opacity: 0.9; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0.0; } }

section#intro {
  padding: 40px 50px 120px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 700px;
  position: relative;
  z-index: 88888; }
  section#intro .line {
    height: 100vh;
    width: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transform: skewX(-20deg);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 700px; }
    section#intro .line:before {
      content: "";
      height: calc(50% - 160px);
      background: #00254A;
      border-right: 5px solid #fff;
      display: block;
      width: 200px; }
    section#intro .line:after {
      content: "";
      height: calc(50% - 100px);
      background: #00254A;
      border-right: 5px solid #fff;
      display: block;
      width: 200px; }
  section#intro .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    section#intro .bottom .steps {
      position: absolute;
      left: 240px;
      bottom: 63px;
      font-size: 20px;
      font-weight: bold;
      width: 350px; }
      section#intro .bottom .steps .dashes {
        display: flex;
        justify-content: space-between;
        width: 86%;
        margin: 15px 0; }
        section#intro .bottom .steps .dashes div {
          height: 8px;
          background: #00A8E4;
          width: 31%;
          transform: skewX(-20deg); }
    section#intro .bottom .btn-start {
      position: absolute;
      bottom: 0;
      right: -30px;
      padding-right: 30px;
      z-index: 5;
      height: 119px;
      width: 290px;
      line-height: 119px;
      text-align: center;
      font-size: 20px;
      font-weight: 900;
      border: none;
      background: none; }
      section#intro .bottom .btn-start:hover {
        color: #404040; }
        section#intro .bottom .btn-start:hover:before {
          background: rgba(255, 255, 255, 0.8); }
    section#intro .bottom .units {
      display: flex;
      position: absolute;
      left: 180px;
      bottom: 0;
      align-items: center;
      z-index: 5;
      justify-content: space-between;
      width: calc(100% - 300px);
      font-size: 20px;
      max-width: 850px;
      transform: translateY(100%); }
      section#intro .bottom .units p {
        margin: 0;
        transform: translateY(150px); }
      section#intro .bottom .units .btn {
        height: 119px;
        line-height: 119px;
        text-align: center;
        font-size: 20px;
        font-weight: 900;
        padding: 0 75px;
        transform: translateY(150px); }
        section#intro .bottom .units .btn:hover {
          color: #404040; }
          section#intro .bottom .units .btn:hover:before {
            background: rgba(255, 255, 255, 0.8); }
    section#intro .bottom .bg {
      height: 119px;
      background: #F36C21;
      transform: skewX(-20deg);
      position: absolute;
      z-index: 1;
      width: 110%;
      bottom: 0;
      left: calc(100% - 260px); }
  section#intro .bgImage {
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    width: 50%;
    background: url("../../assets/images/intro_bg.png") no-repeat right center;
    background-size: auto 100%;
    z-index: -1; }

section#equipmentSelection {
  padding: 69px 0 0;
  height: 100vh; }
  section#equipmentSelection .list {
    height: 100%;
    padding: 50px 70px 1px 50px; }
    section#equipmentSelection .list ul {
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      justify-content: space-between; }
      section#equipmentSelection .list ul li {
        width: 31%;
        margin: 0 0 20px; }
        section#equipmentSelection .list ul li a {
          border: 1px solid #fff;
          border-radius: 10px;
          display: block;
          text-align: center;
          background: rgba(255, 255, 255, 0.1);
          padding: 9%;
          overflow: hidden;
          height: 100%; }
          section#equipmentSelection .list ul li a .name {
            text-transform: uppercase;
            color: #fff;
            letter-spacing: 2px; }
          section#equipmentSelection .list ul li a .image {
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain; }
            section#equipmentSelection .list ul li a .image:before {
              content: "";
              padding-top: 75%;
              display: block; }
          section#equipmentSelection .list ul li a:hover {
            background-color: rgba(255, 255, 255, 0.25); }

section#hazardData {
  padding: 69px 0 0;
  height: 100vh; }
  section#hazardData .dropdowns {
    height: 100%;
    padding-right: 60px;
    padding-left: 60px;
    padding-top: 50px; }
    section#hazardData .dropdowns ul {
      list-style: none;
      margin: 0;
      padding: 0 0 0 60%; }
      section#hazardData .dropdowns ul li {
        margin: 0 0 35px;
        position: relative; }
  section#hazardData .btnContainer {
    position: fixed;
    bottom: 70px;
    left: 50px;
    width: 56%;
    text-align: center;
    min-width: 540px;
    z-index: 99999; }

section#protectionMethods {
  padding: 69px 0 0;
  height: 100vh; }
  section#protectionMethods .container {
    height: 100%;
    padding-right: 60px;
    padding-left: 63%;
    padding-top: 50px;
    padding-bottom: 80px; }
    section#protectionMethods .container .stepIndicator {
      margin-bottom: 30px;
      height: 9px;
      position: relative;
      display: flex;
      justify-content: space-between; }
      section#protectionMethods .container .stepIndicator .step {
        width: 10px;
        background: #00254A;
        transform: skewX(-25deg);
        margin: 0 -5px; }
      section#protectionMethods .container .stepIndicator .progress {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 25%;
        background: #00A8E4;
        z-index: -1;
        transform: skewX(-25deg);
        transition: width 500ms ease-out; }
        body[data-active-sub-step='2'] section#protectionMethods .container .stepIndicator .progress {
          width: 50%; }
        body[data-active-sub-step='3'] section#protectionMethods .container .stepIndicator .progress {
          width: 75%; }
        body[data-active-sub-step='4'] section#protectionMethods .container .stepIndicator .progress {
          width: 100%; }
      section#protectionMethods .container .stepIndicator:after {
        content: "";
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: -2; }
    section#protectionMethods .container .steps {
      overflow: hidden; }
      section#protectionMethods .container .steps .inner {
        width: 400%;
        display: flex;
        transition: transform 250ms ease-out; }
        body[data-active-sub-step='2'] section#protectionMethods .container .steps .inner {
          transform: translateX(-25%); }
        body[data-active-sub-step='3'] section#protectionMethods .container .steps .inner {
          transform: translateX(-50%); }
        body[data-active-sub-step='4'] section#protectionMethods .container .steps .inner {
          transform: translateX(-75%); }
        section#protectionMethods .container .steps .inner .step {
          width: 25%;
          padding-left: 1px; }
          section#protectionMethods .container .steps .inner .step .head4 {
            margin: 0 0 30px; }
          section#protectionMethods .container .steps .inner .step .notApplicableMsg {
            margin: 50px 0;
            font-style: italic; }
          section#protectionMethods .container .steps .inner .step .selections {
            list-style: none;
            margin: 0;
            padding: 0; }
            section#protectionMethods .container .steps .inner .step .selections li {
              margin-bottom: 20px;
              position: relative;
              padding-right: 40px; }
              section#protectionMethods .container .steps .inner .step .selections li .btn {
                width: 100%;
                text-align: center;
                padding-left: 0;
                padding-right: 0; }
              section#protectionMethods .container .steps .inner .step .selections li .btn-danger {
                position: absolute;
                bottom: 10px;
                right: 2px;
                font-size: 27px;
                color: #F36C21;
                display: none; }
              section#protectionMethods .container .steps .inner .step .selections li .information {
                padding: 10px 0;
                font-size: 14px;
                line-height: 20px;
                margin-bottom: 10px;
                display: none; }
              section#protectionMethods .container .steps .inner .step .selections li .btn-link {
                color: #F36C21; }
                section#protectionMethods .container .steps .inner .step .selections li .btn-link[href=''] {
                  display: none; }
              section#protectionMethods .container .steps .inner .step .selections li.disabled .btn {
                opacity: 0.25;
                pointer-events: none; }
              section#protectionMethods .container .steps .inner .step .selections li.disabled .btn-danger {
                display: block; }
              section#protectionMethods .container .steps .inner .step .selections li.notPossible.disabled {
                display: none;
                opacity: 0;
                pointer-events: none; }
              section#protectionMethods .container .steps .inner .step .selections li.not-applicable {
                display: none;
                opacity: 0;
                pointer-events: none; }
  section#protectionMethods .btnContainer {
    position: fixed;
    right: -20px;
    bottom: 0;
    z-index: 8888; }
    section#protectionMethods .btnContainer .btn-prev {
      transition: transform 150ms ease-out;
      transform: translateY(110%); }
      body[data-active-sub-step='2'] section#protectionMethods .btnContainer .btn-prev,
      body[data-active-sub-step='3'] section#protectionMethods .btnContainer .btn-prev,
      body[data-active-sub-step='4'] section#protectionMethods .btnContainer .btn-prev {
        transform: translateY(0%); }
    section#protectionMethods .btnContainer .btn-next,
    section#protectionMethods .btnContainer .btn-submit {
      position: relative;
      z-index: 8;
      padding-right: 50px;
      margin-left: 4px; }
    body[data-active-sub-step='4'] section#protectionMethods .btnContainer .btn-next {
      transform: translateY(110%); }
    section#protectionMethods .btnContainer .btn-submit {
      position: absolute;
      right: 0;
      top: 0;
      transform: translateY(110%); }
      body[data-active-sub-step='4'] section#protectionMethods .btnContainer .btn-submit {
        transform: translateY(0%); }

section#configurationOverview {
  padding: 69px 0 0;
  height: 100vh; }
  section#configurationOverview .overviewTabs {
    height: 100%;
    padding-right: 60px;
    padding-left: 63%;
    padding-top: 50px; }
    section#configurationOverview .overviewTabs .item {
      padding: 0 0 35px; }
      section#configurationOverview .overviewTabs .item .head4 {
        display: block;
        margin: 0 0 10px 0;
        border-bottom: 1px solid #fff;
        padding: 2px 0 8px 0; }
        section#configurationOverview .overviewTabs .item .head4:before {
          content: "";
          height: 2px;
          width: 14px;
          background: #F36C21;
          position: absolute;
          right: 0;
          bottom: 21px;
          transition: transform 250ms cubic-bezier(0.4, 0, 0.6, 1); }
        section#configurationOverview .overviewTabs .item .head4:after {
          content: "";
          height: 14px;
          width: 2px;
          background: #F36C21;
          position: absolute;
          right: 6px;
          bottom: 15px;
          transition: transform 350ms cubic-bezier(0.4, 0, 0.6, 1); }
        section#configurationOverview .overviewTabs .item .head4.active:before {
          transform: rotate(180deg); }
        section#configurationOverview .overviewTabs .item .head4.active:after {
          transform: rotate(270deg); }

section#personalData,
section#personalDataPre {
  padding: 120px 30px 0 50px;
  height: 100vh;
  text-align: center; }
  section#personalData form .inner,
  section#personalDataPre form .inner {
    max-height: calc(100vh - 192px); }
    section#personalData form .inner ul.form,
    section#personalDataPre form .inner ul.form {
      max-width: 700px;
      margin: 0 auto; }

section#pdfGeneration {
  padding: 220px 30px 0 50px;
  height: 100vh;
  text-align: center; }
  section#pdfGeneration .progress-bar {
    border-radius: 6px;
    border: 1px solid #a6a6a6;
    padding: 2px;
    width: 300px;
    margin: 30px auto; }
    section#pdfGeneration .progress-bar div {
      background: #F36C21;
      height: 20px;
      border-radius: 3px;
      transition: width 400ms linear;
      width: 0%; }
  section#pdfGeneration .btns {
    display: flex;
    justify-content: space-between;
    max-width: 630px;
    align-items: center;
    margin: 90px auto 0; }

[data-showpad-device="ios"] #header-left,
[data-showpad-device="android"] #header-left {
  margin-left: 40px; }

[data-showpad-device="web"] #header-right {
  margin-right: 50px; }
